* speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
[emacs.git] / lisp / ChangeLog
blob423b77732fb0b1c149464f08e5a4f84a3ce91551
1 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
3         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
4         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
5         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
6         (speedbar-path-line): Define obsolete aliases.
7         (speedbar-line-directory): Doc fix.
9         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
11         instead of speedbar-line-path.
13 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
16         to nil if dropping on a window.  Handle dropping on a minibuffer window
17         like dropping on a non-window part of Emacs.
19 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
22         Remove interactive spec.
24 2005-10-03  Kim F. Storm  <storm@cua.dk>
26         * ido.el (ido-mode): Use custom-initialize-set.
28 2005-10-02  Richard M. Stallman  <rms@gnu.org>
30         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
31         Use insert-buffer-substring.
33         * net/tramp.el: Pacify byte compiler warnings in pacification code.
34         (tramp-handle-file-local-copy): Use insert-buffer-substring.
36 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
38         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
39         in last change.
40         (ange-ftp-insert-directory): Fix up the search for the case where
41         `file' is absolute.
43 2005-10-02  Romain Francoise  <romain@orebokech.com>
45         * progmodes/compile.el (compile-goto-error): Delete extra paren.
47 2005-10-02  Andreas Schwab  <schwab@suse.de>
49         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
50         directory component in the session info.
52 2005-10-01  Richard M. Stallman  <rms@gnu.org>
54         * comint.el (comint-redirect-subvert-readonly): Doc fix.
56         * simple.el (next-error-internal): New function.
58         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
59         (compilation-start): Pass new arg to compilation-buffer-name.
60         (compile-goto-error): Use next-error-internal.
62 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
64         * speedbar.el: Remove RCS tag.
65         (speedbar-check-read-only): Handle non-existent files.
67         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
69         * info.el (Info-speedbar-hierarchy-buttons)
70         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
72 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
74         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
75         Do not match newline.
76         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
77         (bibtex-summary): Remove unnecessary save-excursion.
78         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
80 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
82         * term/mac-win.el: Add charset info for "iso10646-1".
83         Modify default fontset to use ATSUI-compatible fonts for some charsets
84         if available.
86 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
88         * speedbar.el: Re-apply arch tag.
89         (speedbar-version): Rename to version 1.0.  Suggested by Eric
90         M. Ludlam.
91         Reapply two changes from Emacs CVS' version of speedbar lost
92         during the merge:
93         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
94         (speedbar-frame-parameters): Improve customize type.
96 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
98         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
99         (ange-ftp-file-directory-p): Fix the symlink case.
100         (ange-ftp-insert-directory): When listing a single file, get a list of
101         the parent buffer and extract the relevant line.  Inspired from a patch
102         by Katsumi Yamaoka <yamaoka@jpl.org>.
103         (ange-ftp-file-name-sans-versions): Simplify.
105 2005-09-30  Bill Wohler  <wohler@newt.com>
107         Move MH-E image files from toolbar and mail directories into
108         etc/images.
110         * mail/reply2.*: Move to etc/images/mail/reply*.
112         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
113         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
114         etc/images.
116         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
117         * toolbar/reply*: Move to etc/images/mail.
119         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
121 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
123         * speedbar.el: New version 1.0pre3.
125         Frame management code (including timer, and mouse click specifics)
126         moved to dframe.el:
127         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
128         (speedbar-timer): Removed.  Use dframe-timer.
129         (speedbar-close-frame): Removed.  Use dframe-close-frame.
130         (speedbar-activity-change-focus-flag): Removed.  Use
131         dframe-activity-change-focus-flag.
132         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
133         dframe-update-speed.
134         
135         (speedbar-current-frame): New macro.  Use this instead of the
136         variable speedbar-frame.
138         (speedbar-use-images, speedbar-expand-image-button-alist)
139         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
141         (speedbar-find-image-on-load-path): Removed.  Replaced by
142         defezimage in ezimage.el.
143         (speedbar-expand-image-button-alist): Removed.  Replaced by
144         ezimage-expand-image-button-alist in ezimage.el.
145         
146         (speedbar-ignored-directory-regexp)
147         (speedbar-add-ignored-directory-regexp)
148         (speedbar-ignored-directory-expressions)
149         (speedbar-line-directory, speedbar-buffers-line-directory)
150         (speedbar-directory-line, speedbar-buffers-line-directory):
151         Renamed, replacing `path' with `directory'.
153         (speedbar-create-directory, speedbar-expand-line-descendants)
154         (speedbar-toggle-line-expansion)
155         (speedbar-contract-line-descendants): New commands.
157         (speedbar-query-confirmation-method, speedbar-select-frame-method)
158         (speedbar-use-tool-tips-flag): New options.
160         (speedbar-check-read-only, speedbar-require-version)
161         (speedbar-insert-separator, speedbar-buffers-tail-notes)
162         (speedbar-handle-delete-frame, speedbar-try-completion)
163         (speedbar-update-localized-contents): New functions.
165         (speedbar-incompatible-version, speedbar-ro-to-do-point)
166         (speedbar-object-read-only-indicator): New variables.
168         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
169         New hooks.
171         (speedbar-separator-face): New face.
173         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
174         (speedbar-ignored-modes): Add fundamental-mode.
175         (speedbar-directory-unshown-regexp): Add . directories.
177         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
178         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
179         `]' for full expand/close.
180         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
182         (speedbar-check-vc): Support hidden files.
183         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
184         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
185         state is nil, it is not checked out.
187         (speedbar-line-text, speedbar-line-token): Support expand buttons
188         with no text.
189         (speedbar-refresh): Universal argument acts as power-click.
190         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
191         that buffer to get variable values.
193         And many other bugfixes.
195         * dframe.el, ezimage.el, sb-image.el: New files.
197         * sb-*.xpm: Remove files.  New image files installed into
198         etc/images/ezimage.
200 2005-09-30  Kenichi Handa  <handa@m17n.org>
202         * ps-mule.el (ps-mule-show-warning): If a character is in
203         ps-print-translation-table, don't treat it as non-printable.
205 2005-09-30  David Ponce  <david@dponce.com>
207         * tree-widget.el (tree-widget-themes-load-path): New variable.
208         (tree-widget-themes-directory): Doc fix.
209         (tree-widget-image-formats) [Emacs]: Doc fix.
210         (tree-widget--locate-sub-directory): New function.
211         (tree-widget-themes-directory): Use it.
213         * recentf.el (recentf-filename-handlers): Rename from
214         `recentf-filename-handler'.  Allow a list of functions.
215         (recentf-menu-items-for-commands): Fix :help strings.
216         (recentf-apply-filename-handlers): New function.
217         (recentf-expand-file-name): Use it.
218         (recentf-cleanup): Remove duplicates too.
220 2005-09-29  Juri Linkov  <juri@jurta.org>
222         * faces.el: Rearrange face definitions to be in the same order as
223         their face descriptions in "(emacs)Standard Faces".
225         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
227         * tooltip.el (tooltip): Add group `basic-faces'.
229         * buff-menu.el (Buffer-menu-buffer): Remove group
230         `font-lock-highlighting-faces'.
232         * progmodes/compile.el (compilation-error, compilation-warning)
233         (compilation-info, compilation-line-number, compilation-column-number):
234         Change group from `font-lock-highlighting-faces' to `compilation'.
236         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
237         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
238         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
239         (vhdl-font-lock-reserved-words-face)
240         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
241         `font-lock-highlighting-faces'.
243         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
245 2005-09-28  Kim F. Storm  <storm@cua.dk>
247         * emulation/cua-base.el: Set CUA move property on additional commands:
248         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
249         forward-sexp, backward-sexp, forward-list, backward-list.
251 2005-09-28  Romain Francoise  <romain@orebokech.com>
253         * comint.el (comint-show-output): Really set point at the
254         beginning of the output when not using `comint-use-prompt-regexp'.
256 2005-09-27  Jay Belanger  <belanger@truman.edu>
258         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
259         in TeX mode.
261 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
263         * textmodes/org.el (org-table-sum): Fix format string.
265         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
266         Quote face names.
268 2005-09-26  Romain Francoise  <romain@orebokech.com>
270         * isearch.el (isearch-forward-regexp): Close doc string.
272 2005-09-25  Richard M. Stallman  <rms@gnu.org>
274         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
276         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
278         * progmodes/compile.el (compilation-error-properties):
279         When getting the file from the previous error message,
280         correctly decode the new data format.
282         * progmodes/cc-cmds.el (c-electric-paren):
283         Call old-blink-paren only for close-paren.
285 2005-09-24  Andreas Schwab  <schwab@suse.de>
287         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
288         condition.
290 2005-09-25  Romain Francoise  <romain@orebokech.com>
292         * dired-aux.el (dired-copy-file-recursive):
293         * dired.el (dired-delete-file):
294         * ediff-mult.el (ediff-dir-diff-copy-file):
295         * ediff-util.el (ediff-test-save-region):
296         * forms.el (forms-mode):
297         * ido.el (ido-file-internal, ido-delete-file-at-head):
298         * log-edit.el (log-edit-done):
299         * ses.el (ses-yank-resize):
300         * play/gomoku.el (gomoku-human-plays, gomoku)
301         (gomoku-human-resigns, gomoku-prompt-for-other-game)
302         (gomoku-offer-a-draw):
303         * play/landmark.el (lm-human-resigns, lm):
304         * net/eudcb-ldap.el (eudc-ldap-check-base):
305         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
306         * progmodes/ebrowse.el (ebrowse-find-pattern):
307         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
308         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
309         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
311         * vc.el (vc-delete-file):
312         * play/gomoku.el (gomoku-terminate-game, gomoku)
313         (gomoku-prompt-for-move, gomoku-human-takes-back):
314         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
315         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
317 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
319         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
320         color rxvt terminals by using the code xterm.el used to use before
321         2005-04-09 in order to match the colors used by rxvt.
323 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
325         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
326         colors rxvt-unicode terminals by using the same code as xterm.el.
328 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
330         * textmodes/tex-mode.el (tex-font-lock-append-prop)
331         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
332         new symbol used for the tex-verbatim face.
334 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
336         * woman.el (woman-file-name):
337         * wid-edit.el (widget-file-prompt-value)
338         (widget-coding-system-prompt-value):
339         * w32-fns.el (set-w32-system-coding-system):
340         * vc.el (vc-version-diff, vc-annotate):
341         * textmodes/reftex-auc.el (reftex-arg-cite)
342         (reftex-arg-index-tag):
343         * textmodes/refer.el (refer-get-bib-files):
344         * textmodes/artist.el (artist-figlet-choose-font):
345         * terminal.el (terminal-emulator):
346         * replace.el (occur-read-primary-args):
347         * rect.el (string-rectangle, string-insert-rectangle):
348         * ps-print.el (ps-print-preprint):
349         * progmodes/pascal.el (pascal-goto-defun):
350         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
351         * progmodes/compile.el (compilation-find-file):
352         * printing.el (pr-interactive-n-up):
353         * play/animate.el (animate-birthday-present):
354         * net/rcompile.el (remote-compile):
355         * man.el (man, Man-goto-section, Man-follow-manual-reference):
356         * mail/rmailsum.el (rmail-summary-search-backward)
357         (rmail-summary-search):
358         * mail/rmailout.el (rmail-output-read-rmail-file-name)
359         (rmail-output-read-file-name):
360         * mail/rmail.el (rmail-search, rmail-search-backwards):
361         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
362         * locate.el (locate):
363         * international/quail.el (quail-show-keyboard-layout):
364         * international/mule.el (set-buffer-file-coding-system)
365         (revert-buffer-with-coding-system, set-file-name-coding-system)
366         (set-terminal-coding-system, set-keyboard-coding-system)
367         (set-next-selection-coding-system):
368         * international/mule-diag.el (describe-coding-system)
369         (describe-font, describe-fontset):
370         * international/mule-cmds.el (universal-coding-system-argument)
371         (search-unencodable-char, describe-input-method)
372         (set-language-environment, describe-language-environment):
373         * international/codepage.el (codepage-setup):
374         * international/code-pages.el (codepage-setup):
375         * info.el (Info-search, Info-follow-reference)
376         (Info-search-backward):
377         * emacs-lisp/advice.el (ad-read-advised-function)
378         (ad-read-advice-class, ad-clear-cache, ad-activate)
379         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
380         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
381         (ad-read-regexp):
382         * ediff-util.el (ediff-toggle-regexp-match):
383         * ediff-ptch.el (ediff-prompt-for-patch-file):
384         * dired-aux.el (dired-diff):
385         * diff.el (diff):
386         * cus-edit.el (custom-variable-prompt):
387         * calendar/timeclock.el (timeclock-ask-for-project):
388         * calc/calcalg3.el (calc-get-fit-variables):
389         * calc/calc-store.el (calc-edit-variable)
390         (calc-permanent-variable):
391         * vc-mcvs.el (vc-mcvs-register):
392         * shadowfile.el (shadow-define-literal-group):
393         * woman.el (woman-file-name):
394         * vc.el (vc-version-diff, vc-merge):
395         * textmodes/reftex-index.el (reftex-index-complete-tag):
396         * format.el (format-decode-buffer, format-decode-region):
397         * emulation/viper-cmd.el (viper-read-string-with-history):
398         * emacs-lisp/debug.el (cancel-debug-on-entry):
399         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
400         * ediff.el (ediff-merge-revisions)
401         (ediff-merge-revisions-with-ancestor, ediff-revision):
402         * completion.el (interactive-completion-string-reader):
403         * calc/calc-prog.el (calc-user-define-formula):
404         Follow convention for reading with the minibuffer.
406 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
408         * progmodes/python.el (python-describe-symbol): Add globals() and
409         locals() to the arguments of emacs.ehelp.
411 2005-09-24  Magnus Henoch  <mange@freemail.hu>
413         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
414         New function, code extracted from ispell-valid-dictionary-list.
415         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
416         Call it.
418 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
420         * subr.el (version-regexp-alist): Extend valid syntax for version
421         strings: allow any of the characters -,_,+ to separate the
422         alpha/beta/rc part from the version part.  Doc fix.
423         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
425 2005-09-23  David Reitter  <david.reitter@gmail.com>
427         * mail/mailclient.el: New file.
429 2005-09-23  Richard M. Stallman  <rms@gnu.org>
431         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
432         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
433         Doc fixes.
435         * progmodes/cc-mode.el (c-font-lock-init):
436         Specify font-lock-lines-before.
438 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
440         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
441         whole conflict.
443 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
445         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
446         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
447         of `remap' feature when available.  Additional key bindings for
448         better tty support.
449         (org-mode-restart, org-force-self-insert): New commands.
450         (org-time-stamp-inactive): New command.
451         (org-remap): New function.
452         (org-table-auto-blank-field, org-level-color-stars-only): New options.
453         (org-enable-fixed-width-editor): Move to `org-structure'
454         customization group.
455         (org-self-insert-command, orgtbl-self-insert-command): Modify to
456         blank field after field motion commands.
458 2005-09-23  Kenichi Handa  <handa@m17n.org>
460         * international/mule-cmds.el (set-language-environment):
461         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
462         have to call utf-translate-cjk-load-tables.
464 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
466         * mouse.el (mouse-move-drag-overlay): Fix last change.
468 2005-09-22  David Ponce  <david@dponce.com>
470         * tree-widget.el (tree-widget-value-create): Fix previous change.
472 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
474         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
476 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
478         * mouse.el (mouse-move-drag-overlay): New function.
479         (mouse-drag-region-1): Use it.
480         Try to simplify a bit the state handling.  Handle clicks on links
481         inside intangible areas.
482         (mouse-save-then-kill): Minor simplification.
483         (mouse-secondary-overlay): Make it always non-nil instead of
484         recreating it each time.
485         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
486         (mouse-kill-secondary, mouse-secondary-save-then-kill):
487         Simplify accordingly.
489 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
491         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
493 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
495         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
496         (ediff-file-name-sans-prefix): Treat nil as an empty string.
497         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
498         to patch.
500         * ediff-util.el: Use insert-buffer-substring.
502         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
504         * emulation/viper-cmd.el (viper-change-state): Don't move over the
505         field boundaries in the minibuffer.
506         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
507         (viper-minibuffer-post-command-hook): New hook.
508         (viper-line): Don't move cursor at bolp.
510         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
512         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
513         avoid compiler warnings.
515         * emulation/viper-macs.el (ex-map): Better messages.
517         * emulation/viper-utils.el (viper-beginning-of-field): New function.
519         * emulation/viper.el: Replace make-variable-buffer-local with
520         viper-make-variable-buffer-local everywhere, to avoid warnings.
522 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
524         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
525         Delete unused var `old-selected-window'.
526         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
527         (mouse-drag-secondary): Delete unused var `start-frame'.
529 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
531         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
533 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
535         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
536         Re-indent within 80 columns.  Use inhibit-read-only.
538 2005-09-19  Romain Francoise  <romain@orebokech.com>
540         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
542 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
544         * font-lock.el (font-lock-default-fontify-region): Don't add a line
545         unconditionally, since the after-change-function already did it.
547 2005-09-19  Miles Bader  <miles@gnu.org>
549         * net/newsticker.el: Get rid of CVS keyword.
551 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
553         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
554         The prompt is formatted later.
556 2005-09-19  David Ponce  <david@dponce.com>
558         * tree-widget.el (tree-widget-value-create): Save the converted
559         tree :node widget.
561 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
563         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
564         variable `message'.
566 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
568         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
569         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
570         <slawomir.nowaczyk.847@student.lu.se>.
572 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
574         * image.el (image-load-path): Use symbol `data-directory' instead
575         of its value, for backward compatibility with packages that bind
576         it during `find-image'.  Suggested by Katsumi Yamaoka.
577         (image-search-load-path): Handle symbols whose values are strings.
579 2005-09-18  Romain Francoise  <romain@orebokech.com>
581         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
582         with-current-buffer form in save-excursion.
584 2005-09-18  D Goel  <deego@gnufans.org>
586         * apropos.el (apropos-command): Fix `message' call: first arg
587         should be a format spec.  In this and all other cases that appear
588         below and elsewhere in the source code, I made a change only when
589         two conditions were satisfied: [1] I can think of a possibility
590         that the arguments would cause an error, for example, the code in
591         question relies on external variables such as filenames.  [2] I
592         was sure that the arg to `message' could not have been nil in the code.
594         * textmodes/tildify.el (tildify-region): Ditto.
596         * textmodes/reftex-index.el (reftex-index-change-entry)
597         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
598         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
599         * textmodes/org.el (org-complete, org-deadline, org-schedule)
600         (org-priority, org-table-sum):
601         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
602         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
603         (flyspell-word, flyspell-display-next-corrections):
604         * textmodes/bibtex.el (bibtex-print-help-message):
605         * textmodes/artist.el (artist-key-set-point-poly):
606         * term/mac-win.el (mac-services-insert-text):
607         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
608         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
609         (vhdl-port-paste-testbench, vhdl-compose-new-component)
610         (vhdl-compose-configuration):
611         * progmodes/sh-script.el (sh-blink, sh-show-indent)
612         (sh-set-indent, sh-learn-line-indent):
613         * progmodes/ps-mode.el (ps-mode-target-column):
614         * progmodes/idlwave.el (idlwave-make-tags)
615         (idlwave-scan-library-catalogs):
616         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
617         * progmodes/gud.el (gud-jdb-analyze-source):
618         * progmodes/flymake.el (flymake-log):
619         * progmodes/ebnf2ps.el (ebnf-generate-region):
620         * progmodes/cmacexp.el (c-macro-expansion):
621         * progmodes/ada-xref.el (ada-treat-cmd-string):
622         * progmodes/ada-mode.el (ada-create-case-exception-substring)
623         (ada-justified-indent-current, ada-batch-reformat):
624         * play/zone.el (zone):
625         * play/landmark.el (lm-move):
626         * play/decipher.el (decipher-show-alphabet):
627         * net/newsticker.el (newsticker--display-jump)
628         (newsticker--display-scroll):
629         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
630         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
631         * mail/feedmail.el (feedmail-dump-message-to-queue):
632         * eshell/esh-proc.el (eshell-remove-process-entry):
633         * emulation/ws-mode.el (ws-last-error):
634         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
635         (viper-record-kbd-macro):
636         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
637         * emacs-lisp/lisp-mnt.el (lm-report-bug):
638         * emacs-lisp/find-func.el (find-function-noselect):
639         * calendar/timeclock.el (timeclock-status-string)
640         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
641         (timeclock-when-to-leave-string):
642         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
643         * calc/calc-units.el (calc-enter-units-table):
644         * calc/calc-mode.el (calc-mode-record-mode):
645         * woman.el (woman-mini-help):
646         * wdired.el (wdired-change-to-wdired-mode):
647         * vc.el (vc-retrieve-snapshot):
648         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
649         * startup.el (display-startup-echo-area-message):
650         * simple.el (set-goal-column):
651         * ses.el (ses-command-hook, ses-recalculate-cell):
652         * server.el (server-process-filter):
653         * printing.el (pr-interface-txt-print, pr-interface-printify)
654         (pr-interface-ps):
655         * pcvs.el (cvs-help):
656         * log-edit.el (log-edit, log-edit-mode-help):
657         * iswitchb.el (iswitchb-possible-new-buffer):
658         * isearch.el (isearch-edit-string):
659         * image-mode.el (image-mode, image-minor-mode):
660         * ibuf-macs.el (define-ibuffer-filter):
661         * hi-lock.el (hi-lock-find-patterns):
662         * files.el (toggle-read-only):
663         * ediff-util.el (ediff-copy-diff)
664         (ediff-write-merge-buffer-and-maybe-kill):
665         * echistory.el (Electric-history-undefined):
666         * dnd.el (dnd-insert-text):
667         * dired-aux.el (dired-query):
668         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
669         * bookmark.el (bookmark-bmenu-locate):
670         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
671         Fix `message' calls to ensure first arg is a format string.
672         The change was made only when these two conditions were satisfied:
673         [1] when there is a possibility that the arguments would cause an error
674         for example, if the code in question relies on external variables
675         such as filenames, and
676         [2] if the arg to `message' could not have been nil in the code.
678         * pcomplete.el (pcomplete--help): Fix `message' format spec.
679         Not having a %s would be weird, though not technically wrong.
681 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
683         * term/mac-win.el (mac-add-charset-info): Doc fix.
685 2005-09-17  Romain Francoise  <romain@orebokech.com>
687         * shell.el (shell-resync-dirs): Handle echoing processes more
688         reliably.  Don't insert resync command if `comint-process-echoes'
689         is non-nil.
691 2005-09-17  Magnus Henoch  <mange@freemail.hu>
693         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
694         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
695         aspell versions >= 0.60.
696         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
697         only if ispell-aspell-supports-utf8 is non-nil.
699 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
701         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
702         buffer-local value to lisp-indent-function.
704 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
706         * progmodes/glasses.el (glasses-make-readable): If
707         glasses-separator differs from underscore, put appropriate
708         overlays over underscore characters.
709         (glasses-convert-to-unreadable): If glasses-separator differs from
710         underscore, try to convert glasses-separator characters to
711         underscores.
713 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
715         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
716         Use with-syntax-table and dolist.
718 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
720         * textmodes/reftex-auc.el:
721         * textmodes/reftex-cite.el:
722         * textmodes/reftex-dcr.el:
723         * textmodes/reftex-global.el:
724         * textmodes/reftex-parse.el:
725         * textmodes/reftex-ref.el:
726         * textmodes/reftex-sel.el:
727         * textmodes/reftex-toc.el:
728         * textmodes/reftex-vars.el:
729         * textmodes/reftex.el: Small changes to remove compiler warnings.
731         * textmodes/reftex-index.el: Likewise.
732         (reftex-query-index-phrase): More efficient use of markers.
734 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
736         * image.el (image-load-path): New variable.
737         (image-search-load-path): New function.
738         (find-image): Search for images in `image-load-path'.
740 2005-09-15  Richard M. Stallman  <rms@gnu.org>
742         * follow.el: Change Maintainer field.
744 2005-09-15  David Ponce  <david@dponce.com>
746         * recentf.el (recentf-save-file-modes): New option.
747         (recentf-save-list): Use it.
749 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
751         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
752         (mode-line-mule-info, mode-line-modified): Move bindings from
753         mouse-3 to mouse-1.
755 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
757         * simple.el (sendmail-user-agent-compose): Revert last change.
759 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
761         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
762         Use with-current-buffer.
763         (ange-ftp-gwp-start): Remove unused var `gw-user'.
764         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
765         (ange-ftp-insert-directory): Remove unused var `short'.
766         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
768         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
769         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
771         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
772         (check-calendar-holidays, diary-list-entries): Autoload.
773         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
774         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
776         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
777         which mistakenly removed a call to display-buffer.
779 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
781         * obsolete/iso-insert.el: Move to obsolete/ from international/.
783 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
785         * progmodes/hideshow.el
786         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
787         (hs-allow-nesting): New user var.
788         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
789         (hs-hide-block-at-point): When nesting allowed,
790         if there is already an overlay in place, delete it.
791         (hs-safety-is-job-n): Delete func; remove call sites.
792         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
793         (hs-overlay-at): New func.
794         (hs-already-hidden-p, hs-show-block): Use it.
795         (hs-hide-all): Don't pre-clean if nesting allowed.
796         (hs-show-all): Temporarily disallow
797         nesting around call to `hs-discard-overlays'.
799 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
801         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
802         Delete unused local var.
804 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
806         * help-fns.el (describe-categories): "?\ " -> "?\s".
807         (help-do-arg-highlight): Recognize also ARG-n, as in
808         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
810         * international/codepage.el (dos-unsupported-char-glyph):
811         * net/newsticker.el (tool-bar-map, w3-mode-map)
812         (w3m-minor-mode-map):
813         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
814         (ent-alist):
815         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
817 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
819         * custom.el (custom-push-theme): Handle the case where a symbol is
820         bound but face properties have not yet been assigned.
822         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
823         Fix behavior if noerase is `t' and there is no mail buffer.
825         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
826         if `continue' is nil, rather than signal an error.
828 2005-09-12  Richard M. Stallman  <rms@gnu.org>
830         * font-lock.el (font-lock-keywords): Add autoload.
832         * help-fns.el (describe-variable): Rearrange to put source link
833         in a predictable place.
835         * net/newsticker.el: New file.
837 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
839         * calendar/calendar.el (calendar-for-loop): Add edebug info.
840         (calendar-basic-setup): Use the new nil arg.
841         (number-of-diary-entries): Move to diary-lib.el.
843         * calendar/diary-lib.el: Use with-current-buffer, match-string.
844         (diary-list-entries): Use with-syntax-table and dolist.
845         Rename from list-diary-entries.
846         Use number-of-diary-entries if `number' is nil.
847         (diary, diary-view-entries): Use this new name and new nil arg value.
848         (number-of-diary-entries): Move from calendar.el.
849         (diary-unhide-everything): New function.
850         (include-other-diary-files, fancy-diary-display)
851         (diary-show-all-entries, make-diary-entry): Use it.
852         (diary-mail-entries): Use buffer-string.
853         (mark-diary-entries): Fix long standing paren typo.
854         (diary-sexp-entry): Use count-lines.
855         (make-diary-entry): Avoid `previous-line'.
856         (diary-mode-map): New var.
857         (diary-mode): Redraw cal after saving.  Setup header-line.
858         (fancy-diary-display-mode): Use local-set-key.
860         * startup.el (command-line): Try calling various terminal-init-foo-bar
861         functions by stripping hyphenated suffixes from $TERM.
863         * files.el (normal-mode): Check boundness of font-lock-keywords.
865 2005-09-12  Richard M. Stallman  <rms@gnu.org>
867         * progmodes/compile.el: Don't decide a file's directory
868         until the user actually tries to go there.
869         (compilation-next-error-function):
870         Pass compilation-find-file the directory from the file-struct.
871         (compilation-internal-error-properties): Separate local FILE-STRUCT
872         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
873         (compilation-find-file): Arg DIR renamed to DIRECTORY.
874         Expand it, and if nil, use default-directory.
875         (compilation-get-file-structure): Don't mix specified directory
876         with default directory.  Put specified directory into
877         file-struct.  Don't make the file name absolute.
879         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
880         (compile-command): Add autoload.
881         (compilation-disable-input): Add autoload.
883 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
885         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
886         strings of the variables it can override.
887         (time-stamp): New (as yet undocumented) time-stamp-format escapes
888         %Q and %q, for fully-qualified domain name and unqualified host name.
890 2005-09-11  Kim F. Storm  <storm@cua.dk>
892         * emacs-lisp/authors.el (authors-aliases): Update list.
893         (authors-fixed-entries): Update mldrag.el entry.
895 2005-09-10  Alan Mackenzie  <acm@muc.de>
897         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
898         from the region narrowed to.
900 2005-09-10  Magnus Henoch  <mange@freemail.hu>
902         * textmodes/ispell.el (ispell-check-version): Signal an error if
903         aspell version is less than 0.60.
905 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
907         * progmodes/octave-inf.el (inferior-octave-startup):
908         Resync current dir at the end.
910 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
912         * woman.el (woman-topic-at-point-default):
913         Rename to woman-use-topic-at-point-default.
914         (woman-topic-at-point): Rename to woman-use-topic-at-point.
915         (woman-file-name): Reflect renames above.  Automatically use the
916         word at point as topic if woman-use-topic-at-point is non-nil.
917         Otherwise offer it as default but don't insert it in the
918         minibuffer.  Also use `test-completion' instead of `assoc' as
919         suggested by Stefan Monnier.
921 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
923         * vc.el (vc-directory, vc-update-change-log): Throw an error on
924         the attempt to do it over Tramp.  This is not yet supported.
926 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
928         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
929         (menu-bar-non-minibuffer-window-p): New functions.
930         ("Split Window", "Save As..."): Use them.
931         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
932         ("Print Buffer", "Truncate Long Lines in this Buffer"):
933         Use menu-bar-menu-frame-live-and-visible-p.
934         ("Save Buffer", "Insert File", "Open Directory...")
935         ("Open File...", "Visit New File..."):
936         Use menu-bar-non-minibuffer-window-p.
937         (kill-this-buffer-enabled-p, dired <menu-enable>):
938         Use menu-bar-non-minibuffer-window-p.
940 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
942         * cus-start.el (all): Don't complain about fringe-related
943         built-ins if fringes are not supported.  Ditto about
944         selection-related built-ins.  Fix the test for GTK-related built-ins.
946         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
947         ("Postscript Print Buffer", "Print Region", "Save As...")
948         ("Save", "Insert File...", "Open Directory...")
949         ("Open File...", "Visit New File..."")
950         ("Truncate Long Lines in this Buffer"): Don't look at
951         menu-updating-frame if this display does not support multiple frames.
953 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
955         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
957 2005-09-09  Emilio Lopes  <eclig@gmx.net>
959         * woman.el: Format- and whitespace-related changes.
961 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
963         * woman.el: Fix my email address.
965 2005-09-08  Richard M. Stallman  <rms@gnu.org>
967         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
968         (sh-mode): Locally set skeleton-pair-default-alist.
970         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
972         * progmodes/flymake.el: Require `compile' unconditionally.
974         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
976         * woman.el (woman-file-name): Provide a default, not initial input.
978         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
980         * font-lock.el (font-lock-support-mode): Doc fix.
982         * descr-text.el (describe-property-list): Handle non-symbol prop names.
984 2005-09-08  Richard M. Stallman  <rms@gnu.org>
986         * simple.el (blink-matching-open): Get rid of text props from
987         the string shown in echo area.  Don't permanently set point.
988         Some rearrangements.
990 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
992         * recentf.el (recentf-filename-handler): Add custom choice
993         `abbreviate-file-name'.
995         * msb.el (msb--very-many-menus): Fix typo.
997         * disp-table.el (standard-display-european): Don't set
998         enable-multibyte-characters to nil.
1000 2005-09-08  David Ponce  <david@dponce.com>
1002         * recentf.el (recentf-show-file-shortcuts-flag): New option.
1003         (recentf-expand-file-name): Doc fix.
1004         (recentf-dialog-mode-map): Define digit shortcuts.
1005         (recentf--files-with-key): New variable.
1006         (recentf-show-digit-shortcut-filter): New function.
1007         (recentf-open-files-items): New function.
1008         (recentf-open-files): Use it.
1009         (recentf-open-file-with-key): New command.
1011 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
1013         * buff-menu.el (Buffer-menu-sort-by-column): New function.
1014         Suggested by Kim F. Storm.
1015         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1016         (Buffer-menu-make-sort-button): Use global keymap.
1018 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
1020         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1021         (Man-getpage-in-background-advice): Remove defadvice; it isn't
1022         necessary any longer with the remapped command.
1023         (Man-bgproc-sentinel-advice): Remove defadvice which counts
1024         formatting time only.
1026         * net/tramp.el (tramp-action-password)
1027         (tramp-multi-action-password): Compile the password prompt from
1028         `method', `user' and `host'.  Sometimes it isn't obvious which
1029         password to enter, for example with remote files offered by
1030         recentf.el, or with multiple steps.  Suggested by Robert Marshall
1031         <robert@chezmarshall.freeserve.co.uk>.
1033 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1035         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1036         Fix regexp for when "s///" is at the beginning of line.
1038 2005-09-07  Jay Belanger  <belanger@truman.edu>
1040         * calc/calc-poly.el (math-expand-term): Multiply out any powers
1041         when in matrix mode.
1043 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1045         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1046         non-anonymous functions.
1048 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
1050         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1051         when using a header line.  Otherwise, use mouse-1-click-follows-link.
1053         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1054         can't be moved; don't signal an error.
1056 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
1058         * cus-theme.el (custom-theme-write-faces): Save the current face
1059         spec, not the defface spec.
1061         * custom.el (custom-known-themes): Clarify meaning of "standard".
1062         (custom-push-theme): Save old values in the standard theme.
1063         (disable-theme): Correct typo.
1064         (custom-face-theme-value) Deleted unused function.
1065         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1067 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1069         * progmodes/compile.el (compilation-goto-locus): Take into account
1070         iconified frames when determining whether the buffer is
1071         already visible.
1072         Don't reset window height if the window already existed.
1074 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
1076         * custom.el (load-theme): Rename from require-theme.
1077         Add interactive spec.
1078         (enable-theme): Rename from custom-enable-theme.
1079         Add interactive spec.
1080         (disable-theme): Rename from custom-disable-theme.
1081         Add interactive spec.
1082         (custom-make-theme-feature): Doc fix.
1083         (custom-theme-directory): Doc fix.
1084         (provide-theme): Call enable-theme.
1086 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1088         * obsolete/lazy-lock.el (lazy-lock-mode):
1089         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1090         font-lock-mode if it's off.  Print a warning instead.
1092         * progmodes/compile.el (compilation-start): Ignore errors if the
1093         process died before we get to send-eof.
1095         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1096         Undo last change.  Enclosing the result in quotes broke things on Unix
1097         since tex-send-command passes it through shell-quote-argument.
1098         (tex-send-command): Pass `file' through convert-standard-filename
1099         when possible.
1100         (tex-uptodate-p): Handle the case where TeX hasn't put additional
1101         info in a transcript.
1103 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
1105         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
1106         fix compilation warning. Reorder the key definitions to group
1107         together keys emitted by the current version of xterm.
1109         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
1110         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
1111         Reorder predicates to correct min-color usage.
1113 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
1115         * longlines.el (longlines-mode): Inhibit read-only when encoding.
1116         Kill local variables when longlines-mode is turned off.
1118 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1120         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
1122         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
1124         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
1126         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
1127         (font-lock-lines-before): Change default to being inactive.
1128         (font-lock-default-fontify-region): Obey font-lock-lines-before.
1129         (font-lock-after-change-function): Don't handle f-l-lines-before here.
1131 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
1133         * net/tramp.el (tramp-handle-make-auto-save-file-name):
1134         Deactivate temporarily advice if active (not needed for Emacs 22,
1135         but for backwards compatibility).
1136         (tramp-exists-file-name-handler): Rewrite.  First implementation
1137         was too simple.
1138         (tramp-advice-make-auto-save-file-name):
1139         Call `tramp-handle-make-auto-save-file-name' (again, just for
1140         backwards compatibility).
1142 2005-08-31  Reto Zimmermann  <reto@gnu.org>
1144         * progmodes/vhdl-mode.el
1145         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
1146         (vhdl-end-p): Fix indentation bug "else" after "-- when".
1147         (vhdl-set-default-project): New function (easier setting of default).
1148         (vhdl-port-copy): Handle extended identifiers for generics.
1149         (vhdl-compiler-alist): Better description for error message regexp.
1150         (vhdl-make): Query for target, use previous as default.
1151         (vhdl-port-copy): Fix port copy for port names starting with "signal".
1152         (vhdl-font-lock-keywords-2): Fix fontification for record
1153         el. assign.
1154         (vhdl-speedbar-make-subpack-line): Add package body link.
1155         (vhdl-generate-makefile-1): Not include itself as dependency.
1156         (vhdl-font-lock-init): Highlight c-preprocessor directives.
1157         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
1158         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
1159         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
1160         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
1161         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
1162         (vhdl-import-project): Add string argument for `error'.
1163         (vhdl-compose-configuration)
1164         (vhdl-compose-configuration-architecture): Add configuration
1165         declaration generation.
1166         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
1167         (vhdl-trailer-re): Add "record" keyword (better indentation).
1168         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
1169         "[^ \t-\"]+".
1170         (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
1171         (vhdl-testbench-entity-file-name)
1172         (vhdl-testbench-architecture-file-name): Allow separate
1173         customization of testbench file names.
1174         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
1175         (vhdl-get-visible-signals): Allow newline within alias declaration.
1176         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
1177         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
1178         (member-ignore-case): Alias for missing function in XEmacs.
1179         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
1180         (vhdl-update-sensitivity-list): Ignore case on read signals.
1181         (vhdl-replace-string): Adjust case only for file names.
1182         (vhdl-update-sensitivity-list): Fix search for read signals.
1183         (vhdl-update-sensitivity-list): Exclude formal parameters.
1184         (vhdl-get-visible-signals): Include aliases of signals.
1185         (vhdl-get-visible-signals): Fix signal name searching.
1186         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
1187         (vhdl-fixup-whitespace-region): Fix for character
1188         literals (e.g. ':').
1190 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
1192         * ansi-color.el (comint-last-output-start):
1193         * bs.el (font-lock-verbose):
1194         * diff-mode.el (add-log-buffer-file-name-function):
1195         * dired-x.el (vm-folder-directory):
1196         * faces.el (help-xref-stack-item):
1197         * files.el (font-lock-keywords):
1198         * find-lisp.el (dired-buffers, dired-subdir-alist):
1199         * ido.el (cua-inhibit-cua-keys):
1200         * log-view.el (cvs-minor-wrap-function):
1201         * outline.el (font-lock-warning-face):
1202         * simple.el (compilation-current-error):
1203         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
1204         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
1205         * tooltip.el (comint-prompt-regexp):
1206         * w32-fns.el (explicit-shell-file-name):
1207         * term/mac-win.el (mac-charset-info-alist)
1208         (mac-services-selection, mac-system-script-code):
1209         * term/tty-colors.el (msdos-color-values):
1210         * term/w32-win.el (xlfd-regexp-registry-subnum):
1211         * term/x-win.el (x-keysym-table, x-selection-timeout)
1212         (x-session-id, x-session-previous-id):
1213         * textmodes/ispell.el (mail-yank-prefix):
1214         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
1215         * textmodes/org.el (calc-embedded-close-formula)
1216         (calc-embedded-open-formula)
1217         (font-lock-unfontify-region-function):
1218         * textmodes/reftex-global.el (isearch-next-buffer-function)
1219         (TeX-master):
1220         * textmodes/reftex.el (font-lock-keywords):
1221         * textmodes/tex-mode.el (font-lock-comment-face)
1222         (font-lock-doc-face):
1223         * textmodes/texinfo.el (outline-heading-alist):
1224         Add defvars.
1226         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
1227         (artist-spray-chars, artist-mode-init, artist-replace-string)
1228         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
1229         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
1230         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
1232         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
1233         (conf-align-assignments): "?\ " -> "?\s".
1235         * textmodes/reftex-index.el (TeX-master): Add defvar.
1236         (reftex-index-phrases-marker): Move up defvar.
1238         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
1239         (reftex-toc-include-labels-indicator)
1240         (reftex-toc-include-index-indicator)
1241         (reftex-toc-max-level-indicator): Move up declarations.
1243         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
1244         of args to `tramp-run-real-handler', even if it's empty in this case.
1246 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1248         * dired.el (dired-move-to-filename-regexp): Add date format for
1249         Mac OS X 10.3 in East Asian locales.
1251 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
1253         * files.el (make-auto-save-file-name): Add file name handler call
1254         if applicable.
1256         * net/tramp.el (tramp-file-name-handler-alist)
1257         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
1258         (tramp-handle-make-auto-save-file-name): Rename from
1259         `tramp-make-auto-save-file-name'.
1260         (tramp-exists-file-name-handler): New defun.
1261         (tramp-advice-make-auto-save-file-name): Make defadvice only when
1262         `make-auto-save-file-name' is not a magic file name operation.
1264 2005-08-30  Richard M. Stallman  <rms@gnu.org>
1266         * files.el (risky-local-variable-p):
1267         Match `-predicates' and `-commands.
1269         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
1270         (custom-save-all): Visit the file if necessary;
1271         kill the buffer if we created it.
1272         (custom-save-delete): Don't visit file or kill buffer here.
1274 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
1276         * textmodes/org.el (org-special-keyword): New face.
1277         (org-table-copy-down, org-table-eval-formula)
1278         (org-table-recalculate, org-init-section-numbers):
1279         Use `string-to-number' instead of `string-to-int'.
1280         (org-get-location): Use `insert-buffer-substring' instead of
1281         `insert-buffer'.
1282         (org-modify-diary-entry-string): New function.
1283         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
1284         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
1285         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
1286         active region.
1287         (org-export-as-html): Handle QUOTE keyword.
1288         (org-quote-string): New option.
1289         (org-bookmark-jump-unhide): New function, used for
1290         `bookmark-after-jump-hook'.
1291         (org-diary-default-entry): Apply only when not called through
1292         `org-agenda'.
1294 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
1296         * net/eudc.el (mode-popup-menu):
1297         * play/handwrite.el (ps-printer-name, ps-lpr-command):
1298         * progmodes/ada-mode.el (compile-auto-highlight)
1299         (skeleton-further-elements):
1300         * progmodes/autoconf.el (font-lock-syntactic-keywords):
1301         * progmodes/cmacexp.el (msdos-shells):
1302         * progmodes/compile.el (font-lock-extra-managed-props)
1303         (font-lock-keywords, font-lock-maximum-size)
1304         (font-lock-support-mode):
1305         * progmodes/grep.el (font-lock-lines-before):
1306         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
1307         * progmodes/mixal-mode.el (compile-command):
1308         * progmodes/perl-mode.el (font-lock-comment-face)
1309         (font-lock-doc-face, font-lock-string-face):
1310         * progmodes/prolog.el (comint-prompt-regexp):
1311         * progmodes/sh-script.el (font-lock-comment-face)
1312         (font-lock-set-defaults, font-lock-string-face):
1313         * progmodes/sql.el (font-lock-keyword-face)
1314         (font-lock-set-defaults, font-lock-string-face):
1315         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
1316         (itimer-version, lazy-lock-defer-contextually)
1317         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
1318         Add defvars.
1320         * progmodes/cperl-mode.el (cperl-electric-lbrace)
1321         (cperl-electric-keyword, cperl-electric-pod)
1322         (cperl-electric-backspace, cperl-forward-re)
1323         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
1324         (vc-rcs-header, vc-sccs-header): Add defvars.
1326         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
1327         (font-lock-syntactic-keywords, gud-find-expr-function):
1328         Add defvars.
1330         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
1331         (gdb-frame-parameters): Declare before use.
1333         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
1334         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
1335         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
1336         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
1338         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
1339         (idlwave-help-with-source): Use `insert-buffer-substring', not
1340         `insert-buffer'.
1342 2005-08-29  Juri Linkov  <juri@jurta.org>
1344         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
1345         Put outline-back-to-heading function call inside save-excursion.
1347 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
1349         * man.el (Man-init-defvars, Man-translate-references)
1350         (Man-support-local-filenames, Man-highlight-references):
1351         * progmodes/sql.el (sql-interactive-mode):
1352         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
1354         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
1355         (compilation-mode-font-lock-keywords): Add defvars.
1356         (checkdoc-interactive-loop): "?\ " -> "?\s".
1358         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
1359         (font-lock-doc-face, font-lock-string-face)
1360         (font-lock-keywords-case-fold-search): Add defvars.
1361         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
1363         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
1364         Don't pass X and Y (they are ignored anyway).
1365         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
1366         (mouse-delete-window): Make arguments optional.
1368         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
1369         (caesar-translate-table, minor-modes, news-buffer-save)
1370         (news-group-name, news-minor-modes): Add defvars.
1372         * emacs-lisp/lselect.el (mouse-highlight-priority)
1373         (x-lost-selection-functions, zmacs-regions):
1374         * emacs-lisp/pp.el (font-lock-verbose):
1375         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
1376         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
1377         (ses-mode-map):
1378         * emacs-lisp/tcover-unsafep.el (safe-functions):
1379         * international/mule-cmds.el (mac-system-coding-system)
1380         (mac-system-locale):
1381         * language/ethio-util.el (rmail-current-message)
1382         (rmail-message-vector):
1383         * language/thai-util.el (thai-auto-composition-mode):
1384         * mail/metamail.el (rmail-current-message, rmail-message-vector):
1385         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
1386         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
1387         (vm-primary-inbox, vm-spool-files):
1388         * mail/rmail.el (deleted-head, font-lock-fontified)
1389         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
1390         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
1391         (total-messages):
1392         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
1393         (rmail-summary-mode-map):
1394         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
1395         (rmail-last-label, rmail-last-multi-labels)
1396         (rmail-summary-vector, rmail-total-messages):
1397         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
1398         * mail/rmailsum.el (msgnum):
1399         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
1400         (rmail-current-message):
1401         * obsolete/fast-lock.el (font-lock-face-list):
1402         * obsolete/rnewspost.el (mail-reply-buffer):
1403         * obsolete/scribe.el (compile-command):
1404         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
1406 2005-08-28  John Paul Wallington  <jpw@gnu.org>
1408         * ibuf-ext.el (ibuffer-auto-update-changed):
1409         Use `frame-or-buffer-changed-p' to check whether we need to update.
1410         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
1411         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
1412         as a `frame-or-buffer-changed-p' state vector instead.
1414 2005-08-27  Romain Francoise  <romain@orebokech.com>
1416         * textmodes/makeinfo.el (makeinfo-compile):
1417         Use `compilation-start'.  Set `next-error-function' according to
1418         `disable-errors'.
1419         (makeinfo-next-error): New function.
1420         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
1421         (makeinfo-buffer): Likewise.
1423         * progmodes/compile.el (compilation-start): Add autoload cookie.
1425         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
1426         * textmodes/sgml-mode.el: Likewise.
1427         * progmodes/python.el: Likewise.
1429 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
1431         * simple.el (blink-matching-paren-distance): Document the meaning
1432         of nil value, and allow to customize to nil.
1434         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
1435         command.com, not command.exe.
1437 2005-08-26  John Wiegley  <johnw@newartisans.com>
1439         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
1440         code around a bit so that an extraneous nil argument is not added
1441         to a command when no args are given.
1443         * eshell/esh-arg.el (eshell-parse-double-quote): If a
1444         double-quoted argument resolves to nil, return it as an empty
1445         string rather than as nil.  This made it impossible to pass "" to
1446         a shell script as a null string argument.
1448 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1450         * outline.el (outline-invent-heading): New fun.
1451         (outline-promote, outline-demote): Use it.
1452         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
1453         (outline-end-of-subtree): Remove unused var `opoint'.
1455 2005-08-26  David Reitter  <david.reitter@gmail.com>
1457         * menu-bar.el (truncate-lines, write-file, print-buffer)
1458         (ps-print-buffer-faces, ps-print-buffer, split-window):
1459         Disable menu items when the frame they refer to is invisible, or when
1460         they refer to a buffer and the minibuffer is selected.
1462 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
1464         * progmodes/flymake.el (flymake-highlight-err-lines):
1465         Use save-excursion around flymake-highlight-line to preserve point.
1467 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
1469         * progmodes/octave-mod.el: Change Author and Maintainer address.
1470         (octave-maintainer-address): Change Kurt's email address.
1471         * progmodes/octave-inf.el: Change Author and Maintainer address.
1472         * progmodes/octave-hlp.el: Change Author and Maintainer address.
1474 2005-08-26  Kim F. Storm  <storm@cua.dk>
1476         * subr.el (version-list-<, version-list-<=, version-list-=):
1477         Renamed from integer-list-*.
1478         (version-list-not-zero): Likewise.  Fix while loop.
1479         (version=): Use version-list-= instead of string-equal.
1481 2005-08-26  Richard M. Stallman  <rms@gnu.org>
1483         * outline.el (outline-promote): Try shortening the heading.
1484         As last resort, read the heading to use.
1485         (outline-demote): As last resort, read the heading to use.
1487 2005-08-26  Romain Francoise  <romain@orebokech.com>
1489         * progmodes/compile.el (compilation-start): Doc fix.
1491         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
1492         (antlr-font-lock-additional-keywords): Fix reference to
1493         `antlr-font-lock-literal-regexp' erroneously changed during the
1494         mass face rename.
1495         (antlr-run-tool): Use `compilation-start'.
1497         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
1498         instead of the obsolete `compile-internal'.
1500 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
1502         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
1503         (number, original-date):
1504         * calendar/cal-china.el (date):
1505         * calendar/cal-coptic.el (date):
1506         * calendar/cal-french.el (date):
1507         * calendar/cal-hebrew.el (date, entry, number, original-date):
1508         * calendar/cal-islam.el (date, number, original-date):
1509         * calendar/cal-iso.el (date):
1510         * calendar/cal-julian.el (date):
1511         * calendar/cal-mayan.el (date):
1512         * calendar/cal-menu.el (date, event):
1513         * calendar/cal-persia.el (date):
1514         * calendar/lunar.el (date):
1515         * calendar/solar.el (date): Add defvars.
1517         * emerge.el:
1518         * ibuffer.el:
1519         * info-xref.el:
1520         * obsolete/bg-mouse.el:
1521         * obsolete/sun-curs.el:
1522         * obsolete/swedish.el: Move the `defvar's to the top level.
1524         * smerge-mode.el (smerge-refined-change): Add :group.
1526 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1528         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
1529         (smerge-keep-n): Remove props.
1530         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
1531         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
1532         now that it's done in smerge-keep-n.
1533         (smerge-refined-change): New face.
1534         (smerge-refine-chopup-region, smerge-refine-highlight-change)
1535         (smerge-refine): New funs.
1536         (smerge-basic-map): Bind smerge-refine.
1538 2005-08-25  Juri Linkov  <juri@jurta.org>
1540         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
1541         compilation-process-setup-function and compilation-disable-input
1542         in grep-mode instead of let-bindings in grep.
1544         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
1545         Delete "Automatic File De/compression" (auto-compression-mode).
1547 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
1549         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
1550         Silence warning about non-existent variable.
1552 2005-08-25  Richard M. Stallman  <rms@gnu.org>
1554         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
1555         Rename "Describe Key" to "Describe Key or Mouse Operation".
1557         * mail/mailalias.el (build-mail-aliases): Delete comments
1558         from the contents before processing them.
1560         * isearch.el (isearch-edit-string): Erase the Search prompt
1561         if user enters an empty string and there is no default.
1563         * comint.el (comint-file-name-prefix): Add autoload.
1565 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
1567         * subr.el (play-sound): Rearrange to avoid warning.
1569 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
1571         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
1572         New hook.
1573         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
1575 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1577         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
1579         * custom.el (custom-theme-set-variables): Sort minor modes last.
1581 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1583         * subr.el (version-separator, version-regexp-alist): New vars used by
1584         version comparison funs.
1585         (integer-list-<, integer-list-=, integer-list-<=)
1586         (integer-list-not-zero): New funs for integer list comparison.
1587         (version-to-list, version=, version<, version<=): New funs for version
1588         comparison.
1590 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
1592         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
1593         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
1594         time to silence the byte-compiler.
1596         * ibuffer.el (ibuffer-compile-make-eliding-form)
1597         (ibuffer-check-formats): Use `with-no-warnings' to hide references
1598         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
1599         so it's silly to get warnings for it).
1600         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
1601         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
1602         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
1603         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
1604         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
1605         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
1606         Defvar at compile time.
1607         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
1608         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
1609         Declare them before use.
1611         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
1612         (info-xref-good, info-xref-bad): Defvar at compile time.
1614         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
1615         Use `let*' instead of `let'.
1617         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
1618         (*mouse-y*, menu, char): Defvar at compile time.
1619         (sc::menu): Declare it before use.
1620         (sc::pack-one-line): Use `let', not `let*'.
1622         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
1623         (mail-send-hook): Defvar at compile time.
1625         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
1626         Defvar at compile time.
1628         * term/sun-mouse.el (current-global-mousemap)
1629         (current-local-mousemap): Declare them before use.
1631 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
1633         * bookmark.el (bookmark-after-jump-hook): New hook.
1634         (bookmark-jump): Run `bookmark-after-jump-hook'.
1636 2005-08-23  Juri Linkov  <juri@jurta.org>
1638         * faces.el (minibuffer-prompt): Doc fix.
1640 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
1642         * progmodes/xscheme.el: Trivial changes to silence warnings.
1643         (xscheme-previous-mode, xscheme-previous-process-state):
1644         Add defvars.
1645         (xscheme-last-input-end, xscheme-process-command-line)
1646         (xscheme-process-name, xscheme-buffer-name)
1647         (xscheme-expressions-ring-max, xscheme-expressions-ring)
1648         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
1649         (xscheme-control-g-synchronization-p)
1650         (xscheme-control-g-disabled-p, xscheme-string-receiver)
1651         (default-xscheme-runlight, xscheme-runlight)
1652         (xscheme-runlight-string, xscheme-process-filter-state)
1653         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
1654         Move to beginning of file.
1655         (scheme-interaction-mode-commands-alist)
1656         (scheme-interaction-mode-map, scheme-debugger-mode-map):
1657         Declare them before use.  Note: the initialization code for the variables
1658         has not been moved because it uses functions that reference the variables.
1659         (xscheme-control-g-message-string, xscheme-process-filter-alist)
1660         (xscheme-prompt-for-expression-map): Declare them before use.
1661         (scheme-debugger-mode-commands): "?\ " -> "?\s".
1663 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
1665         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
1667 2005-08-22  Juri Linkov  <juri@jurta.org>
1669         * faces.el (set-face-underline): Delete this duplicate function
1670         and make an obsolete alias to set-face-underline-p.
1671         (set-face-underline-p): Use docstring of set-face-underline.
1672         (describe-face): Create hyperlink to parent face.
1674         * info.el (Info-insert-dir): Use save-excursion around
1675         insert-buffer-substring.
1676         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
1677         (Info-escape-percent): Delete function.
1678         (Info-fontify-node): Replace Info-escape-percent by
1679         replace-regexp-in-string with REP arg set to lambda that
1680         duplicates `%' and preserves text properties.
1682         * progmodes/compile.el (compilation-disable-input): Doc fix.
1683         (define-compilation-mode): Doc fix and refill.
1684         (kill-compilation): Use `mode-name' in the error message.
1685         (compilation-find-file): Use `compilation-error' in the
1686         read-file-name's prompt.
1688 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1690         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
1691         (smerge-auto-leave): Make undo re-enable the mode.
1692         (debug-ignored-errors): Add the user-error of impossible resolution.
1693         (smerge-resolve): Move things around a bit, in preparation for later.
1694         (smerge-diff): Don't fail if the buffer has no associated file.
1695         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
1696         (smerge-conflict-overlay): New function.
1697         (smerge-match-conflict): Don't add text properties here.
1698         (smerge-find-conflict): Instead, add an overlay here.
1699         Also check for the case where we're inside a conflict already, so as to
1700         obviate the need for font-lock-multiline, which is unbearably slow with
1701         large conflicts and ciomplex font-lock patterns.
1702         (smerge-remove-props): Remove overlay rather than text-properties.
1703         (smerge-mode): Don't set font-lock-multiline.
1704         Remove overlays when turned off.
1706 2005-08-21  Kim F. Storm  <storm@cua.dk>
1708         * ido.el (ido-ignore-item-p): Use save-match-data.
1709         Bind case-fold-search to ido-case-fold locally.
1711 2005-08-20  Richard M. Stallman  <rms@gnu.org>
1713         * files.el (normal-mode): If font lock is on, turn it off and on.
1715         * subr.el (replace-regexp-in-string): Doc fix.
1717         * startup.el (command-line-1): Don't suppress startup screen
1718         due to existing processes.
1720         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
1722         * progmodes/compile.el (compilation-disable-input): Default to nil.
1724 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
1726         * progmodes/compile.el (compilation-disable-input): New defcustom.
1727         (compilation-start): If compilation-disable-input is non-nil, send
1728         EOF to the compilation process.
1730 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
1732         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
1733         Run the argument of tex-shell-cd-command through
1734         convert-standard-filename, to get the correct style of slashes on
1735         Windows, and enclose the result in quotes, in case the file name
1736         includes whitespace or other special characters.
1738 2005-08-19  Andreas Schwab  <schwab@suse.de>
1740         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
1741         process.
1743 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
1745         * cus-start.el (minibuffer-prompt-properties): Correct typo.
1747 2005-08-18  Kim F. Storm  <storm@cua.dk>
1749         * scroll-lock.el: Fix errors due to incorrect line wrapping.
1751 2005-08-18  Richard M. Stallman  <rms@gnu.org>
1753         * scroll-lock.el: New file.
1755 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
1757         * dired.el (dired-move-to-end-of-filename):
1758         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
1760 2005-08-18  Kim F. Storm  <storm@cua.dk>
1762         * ido.el (ido-everywhere): Fix defcustom :set function to disable
1763         rather than toggle mode when custom value is nil.
1764         (ido-everywhere): Fix defun doc string.
1766 2005-08-17  Richard M. Stallman  <rms@gnu.org>
1768         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
1769         as tag instead of "Inviolable".
1771 2005-08-17  Kim F. Storm  <storm@cua.dk>
1773         * windmove.el (windmove-coordinates-of-position): Remove.
1774         (windmove-coordinates-of-window-position): Remove.
1775         (windmove-reference-loc): Use posn-at-point instead.
1777         * subr.el (insert-for-yank-1): Doc fix.
1779         * ido.el (ido-enter-matching-directory): Rename from
1780         ido-enter-single-matching-directory.  Change 'slash choice to
1781         'only.  Add 'first choice.
1782         (ido-exhibit): Adapt to above changes.
1784 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
1786         * Makefile.in: Expand comment about building loaddefs.el.
1788 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
1790         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
1791         Comment use of defadvice.
1793         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
1795 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
1797         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
1798         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
1799         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
1800         * progmodes/idlw-shell.el, progmodes/ld-script.el,
1801         * progmodes/which-func.el, ruler-mode.el, strokes.el,
1802         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
1803         for backward compatibility for faces that did not appear in the
1804         previous Emacs release.
1806         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
1808 2005-08-15  Kim F. Storm  <storm@cua.dk>
1810         * emulation/cua-base.el (cua-delete-region): Return t if
1811         deleted region was non-empty.
1812         (cua-replace-region): Inhibit overwrite-mode for
1813         self-insert-command if replaced region was non-empty.
1814         (cua--explicit-region-start, cua--status-string): Make them
1815         buffer-local at top-level...
1816         (cua-mode): ...rather than when mode is enabled.
1818 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
1820         * progmodes/vhdl-mode.el (vhdl-emacs-21):
1821         Set t for Emacs 21, 22, and so on.
1823 2005-08-15  David Ponce  <david@dponce.com>
1825         * tree-widget.el: Update Commentary header.
1826         (tree-widget-theme): Doc fix.
1827         (tree-widget-space-width): New option.
1828         (tree-widget-image-properties): Look up in the default theme too.
1829         (tree-widget--cursors): Only for images with arrow pointer shape.
1830         (tree-widget-lookup-image): Pointer shape is hand by default.
1831         (tree-widget-icon): Rename generic icon widget from
1832         `tree-widget-control'.
1833         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
1834         derive from `tree-widget-icon'.
1835         (tree-widget-handle): Improve default look and feel of the text
1836         representation.
1837         (tree-widget): Rename :*-control properties to :*-icon properties.
1838         Add :action and :help-echo properties.
1839         (tree-widget-after-toggle-functions): Move.
1840         (tree-widget-close-node, tree-widget-open-node): Remove.
1841         (tree-widget-before-create-icon-functions): New hook.
1842         (tree-widget-value-create): Update to allow customization of icons
1843         and nodes at run-time via that new hook.
1844         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
1845         (tree-widget-icon-action, tree-widget-icon-help-echo)
1846         (tree-widget-action, tree-widget-help-echo): New functions.
1848 2005-08-15  Kim F. Storm  <storm@cua.dk>
1850         * ido.el (ido-buffer-internal): Use with-no-warnings.
1851         (ido-make-merged-file-list): Use while-no-input.
1853 2005-08-15  Richard M. Stallman  <rms@gnu.org>
1855         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
1856         (flyspell-large-region): Fix doc and custom type.
1858 2005-08-14  Richard M. Stallman  <rms@gnu.org>
1860         * files.el (interpreter-mode-alist): Doc fix.
1862         * mail/rmail.el (rmail-nonignored-headers): New variable.
1863         (rmail-clear-headers): Use it.
1864         (rmail-reply): Better handling of mail-followup-to header.
1866         * progmodes/sh-script.el (sh-font-lock-keywords-var):
1867         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
1868         don't try to refer to executable-font-lock-keywords.
1869         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
1870         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
1871         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
1872         (sh-mode): Set comment-start-skip, local-abbrev-table,
1873         imenu-case-fold-search.
1874         (sh-set-shell): Don't set them here.
1875         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
1876         Don't cache the results in the original alist; don't ever modify
1877         that alist.
1879         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
1881         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
1882         empty.
1884 2005-08-15  Andreas Schwab  <schwab@suse.de>
1886         * desktop.el: Put autoload cookie at risky-local-variable declarations.
1888         * dired.el, info.el, mail/rmail.el: Revert last change.
1890 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
1892         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
1893         modification in `eval-after-load' form.
1894         * info.el: Likewise.
1895         * mail/rmail.el: Likewise.
1897 2005-08-14  Juri Linkov  <juri@jurta.org>
1899         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1900         Remove highlighting of "Compilation started".  Highlight only
1901         the word "finished" in "Compilation finished".  Add highlighting
1902         of "interrupt", "killed", "terminated" and the exit code.
1903         (compilation-start): Add newline after header.  Use exactly the
1904         same time stamp format as the finishing message.
1905         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
1907         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
1908         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
1909         Add highlighting of "interrupt", "killed", "terminated".
1911         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
1912         enabled and the current command is self-insert-command, call it
1913         explicitly with overwrite-mode bound to nil, to not allow it
1914         to delete the character after the selected region.
1916 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
1918         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
1919         move-end-of-line, end-of-line, and beginning-of-line to the list
1920         of commands after which the echo area is updated.
1922 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
1924         * cus-edit.el (custom-save-all, custom-save-delete):
1925         Bind recentf-exclude to exclude custom-file.
1927 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
1929         * mail/rmailsum.el (rmail-summary-end-of-message): New command
1930         to go to the bottom of the mail message.  Added to
1931         `rmail-summary-mode-map' with key "/".
1932         (rmail-summary-show-message): New (internal) function for use by
1933         both `rmail-summary-beginning/end-of-message'.
1934         (rmail-summary-beginning-of-message): Change to use
1935         rmail-summary-show-message.
1937         * mail/rmail.el (rmail-end-of-message): New command to go to the
1938         end of the current message.  Added to `rmail-mode-map' with key "/".
1939         (rmail-beginning-of-message): Fix to work as documented.
1940         (rmail-mode): Change documentation.
1942         * progmodes/compile.el (compilation-start): Add the line
1943         "Compilation started" with compilation start time.
1944         (compilation-mode-font-lock-keywords): Add `started' to keywords.
1946 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
1948         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
1949         of menu items.
1951 2005-08-11  Richard M. Stallman  <rms@gnu.org>
1953         * simple.el (pop-global-mark): Reverse test of widen-automatically.
1955         * battery.el (battery-status-function): Don't use ignore-errors.
1957 2005-08-11  Lute Kamstra  <lute@gnu.org>
1959         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
1960         define-obsolete-variable-alias.
1962 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1964         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
1965         (ange-ftp-send-cmd): Revert last change, and expand
1966         the comment explaining the problem.
1968 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
1970         * ldefs-boot.el: Update.
1972         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
1973         item to "Time, Load and Mail".  Change help echo text.
1975         * time.el (display-time-use-mail-icon, display-time-format)
1976         (display-time-string-forms): Shorten first line of docstrings.
1978 2005-08-10  Lars Hansen  <larsh@soem.dk>
1980         * desktop.el (desktop-buffer-mode-handlers):
1981         Make non-customizable. Add autoload cookie.  Change initial value to
1982         nil; add elements in respective modules instead.  Fix doc string.
1983         (desktop-load-file): New function.
1984         (desktop-minor-mode-handlers): New autoloaded variable.
1985         (desktop-create-buffer): Call minor mode handlers.
1986         Use desktop-load-file to load major and minor mode modules prior to
1987         checking for a handler.
1988         (desktop-save): Don't add nil to desktop-minor-modes for minor
1989         modes with nil function in desktop-minor-mode-table.  Don't delete
1990         desktop file before rewriting it.
1991         (desktop-locals-to-save): Add autoload cookie.  Don't make
1992         automatically buffer-local.  Add variables column-number-mode,
1993         size-indication-mode, indent-tabs-mode,
1994         indicate-buffer-boundaries, indicate-empty-lines and
1995         show-trailing-whitespace.
1996         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
1997         regexps. Don't use desktop-clear-preserve-buffers-regexp.
1998         (desktop-clear-preserve-buffers-regexp): Delete.
1999         (desktop-clear-preserve-buffers): Update initial value and docstring.
2000         (desktop-save-buffer): Fix doc string.
2002         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2003         (hilit-chg-desktop-restore): New function.
2004         (highlight-changes-mode): Add highlight-changes-mode to
2005         desktop-locals-to-save.
2007         * dired.el: Add handler to desktop-buffer-mode-handlers.
2008         (dired-restore-desktop-buffer): Remove autoload cookie.
2009         (dired-mode): Add autoload cookie.
2011         * info.el: Add handler to desktop-buffer-mode-handlers.
2012         (Info-restore-desktop-buffer): Remove autoload cookie.
2013         (Info-mode): Add autoload cookie.
2015         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2016         (mh-restore-desktop-buffer): Remove autoload cookie.
2017         (mh-folder-mode): Add autoload cookie.
2019         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2020         (rmail-restore-desktop-buffer): Remove autoload cookie.
2022 2005-08-11  Masatake YAMATO  <jet@gyve.org>
2024         * hexl.el (hexl-address-region):
2025         (hexl-ascii-region, hexl-font-lock-keywords):
2026         (hexl-highlight-line-range): Use the term "region"
2027         instead of "area" for consistency with the other symbols
2028         defined in hexl.el.
2030 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
2032         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2033         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2034         out by Juri Linkov).  Add `display-battery-mode'.
2036 2005-08-09  Juri Linkov  <juri@jurta.org>
2038         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2039         Remove `-text' from face variable names.
2040         (compilation-error-file-name, compilation-warning-file-name)
2041         (compilation-info-file-name): Delete faces.
2042         (compilation-line-number, compilation-column-number):
2043         Remove face underlining.
2044         (compilation-message-face): Set to `underline' value by default.
2045         (compilation-error-face, compilation-warning-face)
2046         (compilation-info-face): Remove `-file-name' from face names.
2047         (compilation-error-text-face, compilation-warning-text-face)
2048         (compilation-info-text-face): Delete face variables.
2049         (compilation-text-face): Delete function.
2051         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2052         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2053         (grep-error-face): Set to `compilation-error' instead of
2054         `compilation-error-face' (which is redefined to `grep-hit-face' in
2055         grep buffers).
2056         (grep-mode-font-lock-keywords): Remove `-text' from face variable
2057         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
2059         * dired-aux.el (dired-do-query-replace-regexp):
2060         Use `query-replace-read-args'.
2062         * replace.el (query-replace-read-from, query-replace-read-to)
2063         (query-replace-read-args): Rename arg `string' to `prompt'.
2065         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2067 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
2069         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2070         uploading files.
2071         (ange-ftp-canonize-filename): Handle file names beginning with ~
2072         correctly.
2074 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
2076         * textmodes/fill.el (canonically-space-region)
2077         (fill-context-prefix, fill-french-nobreak-p)
2078         (fill-delete-newlines, fill-comment-paragraph)
2079         (justify-current-line): "?\ " -> "?\s".
2081 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
2083         * textmodes/fill.el (fill-nonuniform-paragraphs):
2084         Improve argument/docstring consistency.
2086 2005-08-09  Richard M. Stallman  <rms@gnu.org>
2088         * textmodes/ispell.el (ispell-word): More fboundp checks.
2090         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2091         (find-file-noselect-1): Call it here, only if RAWFILE.
2092         (normal-mode): Always set some major mode.
2093         (save-some-buffers-action-alist): Change some explanation strings.
2094         (file-name-non-special): In the `quote' method, use unwind-protect.
2096 2005-08-09  Magnus Henoch  <mange@freemail.hu>
2098         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
2099         (ispell-have-aspell-dictionaries): New variable.
2100         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2101         (ispell-get-aspell-config-value): New function.
2102         (ispell-aspell-find-dictionary): New function.
2103         (ispell-aspell-add-aliases): New function.
2104         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2105         appropriate.  Don't look for ispell dictionaries if we use aspell.
2106         (ispell-menu-map): Don't build a submenu of dictionaries.
2108 2005-08-09  Richard M. Stallman  <rms@gnu.org>
2110         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
2111         (sql-read-passwd): Use read-passwd.
2113         * progmodes/idlw-toolbar.el (idlwave-toolbar)
2114         (idlwave-toolbar-is-possible): Add defvars.
2116         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
2117         Avoid warnings.
2119         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
2120         (idlwave-system-class-info, idlwave-executive-commands-alist):
2121         Use defvar.
2123         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
2125         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
2126         Avoid warnings.
2128         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
2129         and content-type: headers.
2131         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
2133         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
2134         and rename some of them to be more self-explanatory.
2136         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
2138         * startup.el (command-line-1): Implement -scriptload.
2140         * replace.el (occur-engine): Initial *Occur* output not undoable.
2142         * menu-bar.el (menu-bar-file-menu): Rename some menu items
2143         and improve help strings.
2145         * isearch.el (isearch-repeat): When changing direction,
2146         mark search successful.
2148         * ediff-init.el: Use (featurep 'xemacs).
2150         * comint.el (send-invisible): Identify buffer, if not selected.
2152         * align.el: Delete autoload for c-guess-basic-syntax.
2154 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
2156         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
2157         Improve argument/docstring consistency.  Doc fixes.
2158         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
2159         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
2160         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
2161         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
2162         (r2bv-organization, r2bv-pages, r2bv-primary-author)
2163         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
2164         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
2165         Defvar at compile time.
2167 2005-08-09  Juri Linkov  <juri@jurta.org>
2169         * info.el: Replace `info' with upper-case `Info' where appropriate.
2170         (info-title-1, info-title-2, info-title-3, info-title-4)
2171         (info-menu-header): Move up face definitions.
2172         (info-menu-star): Rename from `info-menu-5'.
2173         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
2174         (Info-fontify-visited-nodes): Fix docstring.
2175         (Info-hide-note-references): Fix docstring.
2176         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
2177         menu items in the same way as on cross-references.
2178         (info-apropos): Fix sorting order and formatting to be like in the
2179         stand-alone Info browser.  Display error messages for 1 sec.
2180         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
2181         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
2182         from the menu bar.
2183         (Info-insert-dir): Restore point after calling
2184         `insert-buffer-substring'.
2186 2005-08-08  Richard M. Stallman  <rms@gnu.org>
2188         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
2189         (recompute-lucid-menubar): Add defvars.
2191         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
2193         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
2195         * net/net-utils.el (run-dig): Rename from `dig'.
2197         * play/gametree.el (gametree-mode): Use make-local-variable,
2198         not make-variable-buffer-local.
2200         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
2202         * ansi-color.el (ansi-color-make-extent)
2203         (ansi-color-set-extent-face): Use fboundp, not functionp.
2205         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
2206         not make-variable-buffer-local.
2208         * bookmark.el (Info-current-file): Add defvar.
2209         (bookmark-jump-noselect): Use with-no-warnings.
2211         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
2213         * ebuff-menu.el (Helper-return-blurb): Add defvar.
2215         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
2217         * find-file.el (ada-procedure-start-regexp)
2218         (ada-package-start-regexp): Add defvars.
2220         * info.el (Info-insert-dir): Use insert-buffer-substring.
2222         * xml.el (xml-att-def-re): Add defvar.
2224         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
2225         calling convention.
2227         * subr.el (while-no-input): Return t if there is input.
2229 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
2231         * cus-start.el (all): Add `overflow-newline-into-fringe'.
2233 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
2235         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
2236         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
2238 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
2240         * cmuscheme.el (scheme-start-file): Replace reference to
2241         `user-emacs-directory' by "~/.emacs.d/".
2243 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
2245         * info.el (Info-dir-remove-duplicates): Avoid case folding
2246         in loop; instead, keep downcased strings for comparison.
2247         Suggested by Helmut Eller.
2249 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
2251         Sync with Tramp 2.0.50.
2253         * tramp.el: Remove defvar of `last-coding-system-used' in the
2254         XEmacs case; not necessary anymore.
2255         (tramp-user-regexp): Allow "@" as part of user name.
2256         (tramp-handle-set-visited-file-modtime)
2257         (tramp-handle-insert-file-contents)
2258         (tramp-handle-write-region): No special handling for
2259         `last-coding-system-used, because this is done in
2260         `tramp-accept-process-output' now.
2261         (tramp-accept-process-output): New defun.
2262         (tramp-process-one-action, tramp-process-one-multi-action)
2263         (tramp-wait-for-regexp, tramp-wait-for-output)
2264         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
2265         Howells <dhowells@redhat.com>.
2266         (clear-visited-file-modtime): Defadvice removed.  The check for
2267         unset buffer's modtime does not need to be based on
2268         `tramp-buffer-file-attributes'.  Suggested by RMS.
2269         (tramp-message): Insert "\n" if not being at beginning of line.
2270         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
2271         sequence with same logic.
2272         (tramp-completion-handle-expand-file-name): Discard call of
2273         `tramp-drop-volume-letter'.  It is not necessary, and there have
2274         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
2275         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2276         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
2277         should always be visible.
2278         (tramp-handle-insert-directory, tramp-setup-complete)
2279         (tramp-set-process-query-on-exit-flag)
2280         (tramp-append-tramp-buffers): Pacify byte-compiler.
2281         (tramp-bug): Delete non-existing variables from list.
2282         Apply `tramp-load-report-modules' as pre-hook.
2283         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
2284         `shell-prompt-pattern' because of non-7bit characters.
2285         Reported by Sebastian Luque <sluque@mun.ca>.
2286         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
2287         (tramp-match-string-list): Remove function.
2288         (tramp-wait-for-regexp): Remove call of that function.
2289         Suggested by Kim F. Storm <storm@cua.dk>.
2290         (tramp-set-auto-save-file-modes): Use octal integer code #o600
2291         instead of octal character code ?\600.  The latter resulted in a
2292         syntax error with XEmacs.
2294         * tramp-smb.el: Remove defvar of `last-coding-system-used' in the
2295         XEmacs case; not necessary anymore.
2296         (tramp-smb-handle-write-region): No special handling for
2297         `last-coding-system-used, because this is done in
2298         `tramp-accept-process-output' now.
2299         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
2301 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
2303         * wid-edit.el (widget-choice-value-create):
2304         Unconditionally respect user choice.  Set :explicit-choice back to nil
2305         when no longer needed.
2306         (widget-choice-action): Unconditionally respect user choice.
2307         Eliminate :explicit-choice-value.
2309         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
2311         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
2312         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
2313         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
2314         running new function `toggle-indicate-empty-lines'.
2315         Rename "Customize" item to "Customize fringe".
2316         Rename "Indicators" item to "Buffer boundaries" and change help echo.
2317         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
2318         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
2319         Delete "Empty lines only" item.
2320         (menu-bar-showhide-fringe-ind-customize): New function.
2321         (menu-bar-showhide-fringe-ind-mixed)
2322         (menu-bar-showhide-fringe-ind-box)
2323         (menu-bar-showhide-fringe-ind-right)
2324         (menu-bar-showhide-fringe-ind-left)
2325         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
2326         instead of `fringe-indicators'.
2328 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
2330         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
2331         Change the date of last update.
2333 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
2335         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
2336         (viper-exec-yank, viper-put-back): Don't display modification msg
2337         if in the minibuffer.
2339         * viper-init.el (viper-replace-overlay-cursor-color)
2340         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
2341         Make variables frame local.
2343         * viper-util.el (viper-append-filter-alist): Use append instead of
2344         nconc.
2346         * viper.el (viper-vi-state-mode-list)
2347         (viper-emacs-state-mode-list): Move help-mode and
2348         completion-list-mode from the first list to the second.
2349         (viper-mode): Docstring.
2350         (viper-go-away, viper-non-hook-settings): Don't localize
2351         minor-mode-alist in newer Emacsen.  Add advice to
2352         set-cursor-color.  Don't bind "\C-c\\".
2354 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
2356         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
2357         (scheme-macro-expand-command): New user options.
2358         (scheme-trace-procedure, scheme-expand-current-form): New commands.
2359         (scheme-form-at-point, scheme-start-file)
2360         (scheme-interactively-start-process): New functions.
2361         (scheme-get-process): New function, extracted from `scheme-proc'.
2362         (run-scheme): Call `scheme-start-file' to get start file, and pass
2363         it to `make-comint'.
2364         (switch-to-scheme, scheme-proc):
2365         Call `scheme-interactively-start-process' if no Scheme buffer/process
2366         is available.
2368 2005-08-06  Juri Linkov  <juri@jurta.org>
2370         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2371         Use `compilation-text-face', `compilation-info-text-face' and
2372         `compilation-error-text-face' instead of `font-lock-keyword-face'.
2373         (compilation-error): New face.
2374         (compilation-error-file-name): Inherit from
2375         `compilation-error' instead of `font-lock-warning-face'.
2376         (compilation-warning-file-name): Inherit from
2377         `compilation-warning' instead of `font-lock-warning-face'.
2378         (compilation-info, compilation-error-file-name)
2379         (compilation-warning-file-name, compilation-info-file-name)
2380         (compilation-line-number, compilation-column-number): Doc fix.
2381         (compilation-error-text-face, compilation-warning-text-face)
2382         (compilation-info-text-face): New face variables.
2383         (compilation-line-face, compilation-column-face)
2384         (compilation-enter-directory-face)
2385         (compilation-leave-directory-face): Doc fix.
2386         (compilation-text-face): New function.
2388         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
2389         instead of 1 to display binary file names as info file links.
2390         (grep-error-face): Use `compilation-error-face' instead of
2391         `font-lock-keyword-face'.
2392         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
2393         and `compilation-warning-text-face' instead of
2394         `font-lock-keyword-face'.  Use `compilation-error-text-face'
2395         instead of `grep-error-face'.
2397 2005-08-05  Kenichi Handa  <handa@m17n.org>
2399         * international/code-pages.el: Add autoload cookies for all coding
2400         systems.
2402 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
2404         * cus-start.el (all): Put undo.c where it alphabetically belongs.
2406 2005-08-04  Juri Linkov  <juri@jurta.org>
2408         * progmodes/compile.el (compilation-mode-map):
2409         * progmodes/grep.el (grep-mode-map):
2410         Bind TAB to `compilation-next-error' and [backtab] to
2411         `compilation-previous-error'.
2413         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
2414         matching line numbers, column numbers and their ranges with regexp
2415         matching only line numbers.
2416         (grep-context-face): New face variable.
2417         (grep-mode-font-lock-keywords): Use it.
2419         * faces.el (read-face-name): Delete duplicate faces.
2421 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
2423         * thumbs.el (thumbs-find-image): Don't make variables
2424         automatically buffer local.
2425         (thumbs-current-tmp-filename, thumbs-current-image-filename)
2426         (thumbs-image-num): Make automatically buffer local.
2427         (thumbs-show-thumbs-list): Use `make-local-variable', not
2428         `make-variable-buffer-local'.
2429         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
2431         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
2432         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
2433         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
2434         (bother, bye, canyou, chatlst, continue, deathlst, describe)
2435         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
2436         (feelings-about, foullst, found, hello, history, howareyoulst)
2437         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
2438         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
2439         (neglst, obj, object, owner, please, problems, qlist)
2440         (random-adjective, relation, remlst, repetitive-shortness)
2441         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
2442         (shortlst, something, sportslst, stallmanlst, states, subj)
2443         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
2444         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
2445         Defvar at compile time.
2447         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
2448         not `make-variable-buffer-local'.
2450 2005-08-02  Kim F. Storm  <storm@cua.dk>
2452         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
2453         rectangle overlay in selected window.
2455 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
2457         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
2458         instead of display group.  Make `indicate-buffer-boundaries'
2459         customizable through Custom.
2461 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
2463         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
2464         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
2465         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
2466         (gdb-put-string): Fix typos in docstrings.
2468 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
2470         Update copyright notices of files in progmodes directory for
2471         release of Emacs 22.1.
2473         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
2475         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
2476         Don't barf if the GUD buffer has been killed.
2478 2005-08-01  Kim F. Storm  <storm@cua.dk>
2480         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
2482 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2484         * simple.el (next-error-follow-minor-mode):
2485         make-variable-buffer-local -> make-local-variable.
2487         * emacs-lisp/cl-extra.el: Require CL also when compiling.
2489         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
2490         (byte-compile-form-make-variable-buffer-local): New functions to warn
2491         about misuses of make-variable-buffer-local where make-local-variable
2492         was meant.
2494 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
2496         * bs.el (bs-attributes-list): Doc fix.
2497         (bs): Update url-link.
2499         * desktop.el (desktop-save-buffer): Fix typos in docstring.
2500         (desktop-load-default): Simplify.
2502         * ibuffer.el (ibuffer-columnize-and-insert-list)
2503         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
2504         (ibuffer-unmark-all, ibuffer-toggle-marks)
2505         (ibuffer-unmark-forward, ibuffer-unmark-backward)
2506         (ibuffer-compile-make-format-form, ibuffer-format-column)
2507         (ibuffer-current-buffers-with-marks)
2508         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
2509         (ibuffer): Doc fix.
2510         (ibuffer-mode): Fix typo in docstring.
2511         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
2512         with `define-obsolete-variable-alias'.
2513         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
2515 2005-07-29  Kenichi Handa  <handa@m17n.org>
2517         * international/mule-cmds.el (select-message-coding-system):
2518         Be sure to use LF for end-of-line.  If no coding system is decided,
2519         return iso-8859-1-unix.
2521 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2523         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
2524         (ange-ftp-pending-error-line): New vars.
2525         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
2526         to handle the non-fatal no-route-to-host messages.
2527         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
2529 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
2531         * isearch.el (isearch-mode-map, isearch-other-meta-char)
2532         (isearch-quote-char, isearch-printing-char)
2533         (isearch-text-char-description): "?\ " -> "?\s".
2534         (isearch-lazy-highlight-cleanup)
2535         (isearch-lazy-highlight-initial-delay)
2536         (isearch-lazy-highlight-interval)
2537         (isearch-lazy-highlight-max-at-a-time)
2538         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
2539         Declare with define-obsolete-*-alias macros.
2540         (isearch-forward): Fix typo in docstring.
2541         (search-invisible, search-ring-yank-pointer)
2542         (regexp-search-ring-yank-pointer): Doc fixes.
2544         * recentf.el (recentf-menu-append-commands-p): Declare with
2545         `define-obsolete-variable-alias'.
2546         (recentf-max-saved-items, recentf-menu-filter)
2547         (recentf-arrange-by-rule-subfilter): Doc fixes.
2548         (recentf-menu-append-commands-flag)
2549         (recentf-initialize-file-name-history, recentf-expand-file-name)
2550         (recentf-clear-data): Fix typos in docstrings.
2552 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
2554         * progmodes/gdb-ui.el: Smarten comments.
2555         (gdb-info-breakpoints-custom): Use nowarn when finding file.
2557 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
2559         * term/apollo.el (terminal-init-apollo): New function containing
2560         all former top level forms in the file.
2561         * term/bobcat.el (terminal-init-bobcat):
2562         * term/cygwin.el (terminal-init-cygwin):
2563         * term/iris-ansi.el (terminal-init-iris-ansi):
2564         * term/linux.el (terminal-init-linux):
2565         * term/news.el (terminal-init-news):
2566         * term/rxvt.el (terminal-init-rxvt):
2567         * term/sun.el (terminal-init-sun):
2568         * term/tvi970.el (terminal-init-tvi970):
2569         * term/vt100.el (terminal-init-vt100):
2570         * term/vt102.el (terminal-init-vt102):
2571         * term/vt125.el (terminal-init-vt125):
2572         * term/vt200.el (terminal-init-vt200):
2573         * term/vt201.el (terminal-init-vt201):
2574         * term/vt220.el (terminal-init-vt220):
2575         * term/vt240.el (terminal-init-vt240):
2576         * term/vt300.el (terminal-init-vt300):
2577         * term/vt320.el (terminal-init-vt320):
2578         * term/vt400.el (terminal-init-vt400):
2579         * term/vt420.el (terminal-init-vt420):
2580         * term/wyse50.el (terminal-init-wyse50):
2581         * term/xterm.el (terminal-init-xterm): Likewise.
2583         * term/README: Describe the terminal-init-* functionality.
2585         * startup.el (command-line): After loading the terminal initialization
2586         file call the corresponding terminal initialization function.
2588 2005-07-27  Kenichi Handa  <handa@m17n.org>
2590         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
2591         negative.
2593         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
2594         (ps-mule-composition-prologue): Fix for the case that
2595         RelativeCompose is false.
2597 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2599         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
2601         * descr-text.el (describe-char): Handle the case where the list of
2602         chars is displayed in a separate frame.
2603         Be a bit more discriminating when looking for the char.
2605 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
2607         * bookmark.el (bookmark-automatically-show-annotations)
2608         (bookmark-read-annotation-text-func): Doc fixes.
2609         (bookmark-save): Improve argument/docstring consistency.
2610         (bookmark-get-bookmark, bookmark-get-bookmark-record)
2611         (bookmark-alist-from-buffer)
2612         (bookmark-upgrade-file-format-from-0)
2613         (bookmark-grok-file-format-version)
2614         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
2615         (bookmark-read-annotation-mode)
2616         (bookmark-insert-current-bookmark, bookmark-jump)
2617         (bookmark-exit-hook): Fix typos in docstrings.
2618         (bookmark-exit-hooks): Define as obsolete alias.
2619         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
2620         not `bookmark-exit-hooks'.  Fix docstring.
2621         (bookmark-bmenu-select): "?\ " -> "?\s".
2623 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
2625         * startup.el (command-line): Fix typo.
2627 2005-07-24  Richard M. Stallman  <rms@gnu.org>
2629         * tooltip.el (tooltip-mode): Test emacs-basic-display,
2630         not emacs-quick-startup.
2632 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
2634         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
2635         (reb-next-match, reb-show-subexp): Use `with-selected-window'
2636         instead of `reb-with-current-window'.
2637         (reb-prev-match): Likewise.  Also, don't move left if the search
2638         was unsuccessful.
2639         (reb-initialize-buffer): New function.
2640         (re-builder, reb-change-syntax): Use it.
2642         * man.el (Man-goto-page): Make second argument NOERROR optional.
2644 2005-07-23  Richard M. Stallman  <rms@gnu.org>
2646         * man.el (Man-bgproc-sentinel): Check here for failure to find
2647         any man page in the output, and report the error here.
2648         (Man-arguments): Make it permanent local.
2649         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
2650         (Man-mode): Pass t for NOERROR.
2652         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
2653         (grep-mode-font-lock-keywords):
2654         Don't use compilation-...-face for messages that are not file names.
2656         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2657         Don't use compilation-...-face for messages that are not file names.
2659 2005-07-22  Juri Linkov  <juri@jurta.org>
2661         * startup.el (normal-splash-screen): Update menu name.
2663         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
2665 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
2667         * term/xterm.el: Load term/rxvt if the terminal is actually an
2668         rxvt terminal.
2669         (xterm-rxvt-set-background-mode): Remove, not used anymore.
2671         * term/rxvt.el (function-key-map): Use substitute-key-definition
2672         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
2674         * term/cygwin.el: New file.
2676 2005-07-22  Kim F. Storm  <storm@cua.dk>
2678         * image-file.el (insert-image-file, image-file-yank-handler):
2679         Fix last change to maintain a (unique) yank-handler on yanked images.
2681 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
2683         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
2684         of the file size (as in "177B" for 177 bytes).  This happens with
2685         "ls -lh" on FreeBSD.
2687 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
2689         * hilit-chg.el (highlight-changes-global-initial-state)
2690         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
2691         (hilit-chg-fixup, highlight-changes-mode):
2692         Fix typos in docstrings.
2693         (highlight-changes-global-modes, highlight-changes-rotate-faces):
2694         Doc fixes.
2696 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
2698         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
2699         mode function using `eval-after-load'.
2701 2005-07-21  Kim F. Storm  <storm@cua.dk>
2703         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
2704         included when reporting an emacs crash, and tell about the DEBUG file.
2706         * image-file.el (insert-image-file): Add yank-handler.
2707         (image-file-yank-handler): Yank handler to make unique copies of
2708         images when they are yanked into a buffer next to each other.
2710 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
2712         * comint.el (comint-use-prompt-regexp, comint-send-input)
2713         (comint-source-default, comint-extract-string)
2714         (comint-get-source, comint-word, comint-completion)
2715         (comint-source, comint-prompt-read-only, comint-update-fence):
2716         Fix typos in docstrings.
2717         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
2718         Declare with define-obsolete-*-alias macros.
2719         (comint-previous-matching-input-from-input)
2720         (comint-next-matching-input-from-input)
2721         (comint-previous-matching-input, comint-next-matching-input)
2722         (comint-forward-matching-input):
2723         Improve argument/docstring consistency.
2725         * desktop.el (desktop-clear-preserve-buffers-regexp):
2726         Also preserve the *server* buffer.
2728         * simple.el (clone-indirect-buffer): Doc fix.
2729         (fixup-whitespace, just-one-space)
2730         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
2731         (next-error, next-error-highlight)
2732         (next-error-highlight-no-select, next-error-last-buffer)
2733         (next-error-buffer-p, next-error-find-buffer, next-error)
2734         (previous-error, next-error-no-select, previous-error-no-select)
2735         (open-line, split-line, minibuffer-prompt-width, kill-new)
2736         (binary-overwrite-mode): Fix typos in docstrings.
2737         (set-fill-column): Fix typo in message.
2739         * skeleton.el (skeleton-proxy-new): Doc fix.
2741         * strokes.el (strokes-load-hook): Doc fix.
2742         (strokes-grid-resolution, strokes-get-grid-position)
2743         (strokes-renormalize-to-grid, strokes-read-stroke)
2744         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
2745         (strokes-global-map): Fix typos in docstrings.
2746         (strokes-help): Doc fix.  Fix help message and pass it through
2747         `substitute-command-keys'.
2749         * tempo.el (tempo-insert-prompt, tempo-interactive)
2750         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
2751         (tempo-insert-string-functions, tempo-local-tags)
2752         (tempo-define-template, tempo-insert-template)
2753         (tempo-insert-prompt-compat, tempo-is-user-element)
2754         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
2755         Fix typos in docstrings.
2757         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
2758         (vcursor-key-bindings, vcursor-use-vcursor-map)
2759         (vcursor-find-window, vcursor-scroll-down)
2760         (vcursor-disable, vcursor-beginning-of-buffer)
2761         (vcursor-end-of-buffer): Fix typos in docstrings.
2762         (vcursor-relative-move, vcursor-get-char-count):
2763         Improve argument/docstring consistency.
2765         * version.el: "?\ " -> "?\s".
2767         * wid-edit.el (widget-default-create, widget-after-change)
2768         (widget-default-format-handler, widget-checklist-add-item)
2769         (widget-radio-add-item, widget-choose, widget-specify-secret)
2770         (widget-field-value-create, widget-field-value-get)
2771         (widget-editable-list-format-handler)
2772         (widget-editable-list-entry-create, widget-group-value-create)
2773         (widget-documentation-link-add)
2774         (widget-documentation-string-value-create): "?\ " -> "?\s".
2775         (widget-convert-text): Doc fix.
2776         (widget-narrow-to-field, widget-field-find)
2777         (widget-url-link-action, widget-emacs-library-link-action)
2778         (widget-color-notify): Fix typos in docstrings.
2780         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
2781         (x-select-text, set-w32-system-coding-system)
2782         (w32-add-charset-info): Fix typos in docstrings.
2784         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
2785         (cua-enable-cua-keys, cua-use-hyper-key)
2786         (cua-virtual-rectangle-edges): Fix typos in docstrings.
2787         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
2789         * net/tramp.el (tramp-handle-load): Fix typo in error message.
2791         * emacs-lisp/re-builder.el (regexp-builder): Declare with
2792         `defalias' instead of faking it.
2794         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
2795         (eshell-ls-missing, eshell-ls-dired-initial-args)
2796         (eshell-ls-use-in-dired): Fix typos in docstrings.
2798 2005-07-20  Kim F. Storm  <storm@cua.dk>
2800         * emulation/cua-base.el (cua-mode): Improve doc string.
2802 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
2804         * abbrev.el (expand-region-abbrevs): Doc fix.
2805         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
2806         Improve argument/docstring consistency.
2808         * arc-mode.el (archive-get-descr, archive-alternate-display):
2809         Doc fixes.
2810         (archive-l-e): Improve argument/docstring consistency.
2811         (archive-tmpdir, archive-unixdate, archive-unixtime)
2812         (archive-chmod-entry): Fix typos in docstrings.
2813         (archive-unflag, archive-unflag-backwards)
2814         (archive-unmark-all-files): "?\ " -> "?\s".
2816         * buff-menu.el (Buffer-menu-unmark): Doc fix.
2817         (Buffer-menu-not-modified, Buffer-menu-execute)
2818         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
2819         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
2821         * composite.el (compose-string, encode-composition-rule)
2822         (compose-last-chars): Fix typos in docstrings.
2824         * desktop.el (desktop-enable, desktop-basefilename):
2825         Declare with `define-obsolete-variable-alias'.
2826         (desktop-internal-v2s): Don't quote keywords.
2827         (desktop-clear): "?\ " -> "?\s".
2829         * dired.el (dired-align-file, dired-flag-backup-files)
2830         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
2831         (dired-listing-switches, dired-ls-F-marks-symlinks)
2832         (dired-dwim-target, dired-load-hook, dired-mode-hook)
2833         (dired-directory, dired-faces, dired, dired-revert)
2834         (dired-mode, dired-summary, dired-view-file)
2835         (dired-copy-filename-as-kill, dired-delete-file)
2836         (dired-no-confirm, dired-unmark-all-marks)
2837         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
2838         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
2839         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
2840         Fix typos in message strings.
2842         * dired-x.el (virtual-dired): Declare with `defalias'.
2843         (dired-mark-unmarked-files, dired-local-variables-file)
2844         (dired-omit-here-always): Doc fix.
2845         (dired-omit-mode, dired-find-subdir)
2846         (dired-enable-local-variables, dired-clean-up-buffers-too)
2847         (dired-extra-startup, dired-mark-extension, dired-jump)
2848         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
2849         (dired-smart-shell-command, dired-guess-shell-alist-user)
2850         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
2851         (dired-x-bind-find-file, dired-x-submit-report):
2852         Fix typos in docstrings.
2853         (dired-mark-unmarked-files): "?\ " -> "?\s".
2855         * dirtrack.el (dirtrack-list): Fix typos in docstring.
2857         * faces.el (describe-face): "?\ " -> "?\s".
2858         (read-all-face-attributes, read-face-font, modify-face)
2859         (face-attr-construct, italic): Fix typos in docstrings.
2860         (frame-update-face-colors): Declare with
2861         `define-obsolete-function-alias'.
2863         * files.el (find-file-noselect, recode-file-name): Doc fixes.
2864         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
2865         (magic-mode-alist, buffer-file-numbers-unique)
2866         (write-file-functions, get-free-disk-space):
2867         Fix typos in docstrings.
2868         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
2869         (write-contents-hooks, write-file-hooks):
2870         Declare with `define-obsolete-variable-alias'.
2872         * forms-d2.el (arch-rj): Fix typo in docstrings.
2873         (arch-tocol): Likewise.  "?\ " -> "?\s".
2875         * frame.el (set-frame-font, cursor-in-non-selected-windows):
2876         Fix typo in docstring.
2877         (set-screen-width, set-screen-height): Delete redundant info in
2878         doctrings.
2879         (new-frame, screen-height, screen-width): Declare with
2880         `define-obsolete-function-alias'.
2881         (delete-frame-hook, blink-cursor): Declare with
2882         `define-obsolete-variable-alias'.
2884         * paths.el (prune-directory-list): Fix typos in docstring.
2886         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
2887         (cvs-prefix-get): Fix typos in docstrings.
2889         * ps-print.el (ps-extend-face-list, ps-extend-face)
2890         (ps-print-background-image): Fix typos in docstrings.
2891         (ps-default-fg, ps-default-bg): Doc fixes.
2893         * s-region.el (s-region-bind): Doc fix.
2894         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
2896         * textmodes/org.el (org-table-formula-substitute-names)
2897         (org-table-get-vertical-vector): Doc fixes.
2898         (org-table-recalculate): Remove unused argument to `message'.
2900 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
2902         * textmodes/org.el (org-table-column-names)
2903         (org-table-column-name-regexp)
2904         (org-table-named-field-locations): New variables.
2905         (org-archive-subtree): Protect `this-command' when calling
2906         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
2907         the kill buffer.
2908         (org-complete): Remove fixed-formula completion.
2909         (org-edit-formulas-map): New variable.
2910         (org-table-edit-formulas): New command.
2911         (org-finish-edit-formulas, org-abort-edit-formulas)
2912         (org-show-variable, org-table-get-vertical-vector): New functions.
2913         (org-table-maybe-eval-formula): Handle `:=' fields.
2914         (org-table-get-stored-formulas, org-table-store-formulas)
2915         (org-table-get-formula, org-table-modify-formulas)
2916         (org-table-replace-in-formulas): Handle named field formulas.
2917         (org-table-get-specials): Store locations of named fields.
2919 2005-07-19  Juri Linkov  <juri@jurta.org>
2921         * progmodes/grep.el (grep-regexp-alist)
2922         (grep-mode-font-lock-keywords, grep-process-setup):
2923         Use default GNU grep match color "01;31m" instead of "01;41m".
2924         (grep-regexp-alist, grep-mode-font-lock-keywords):
2925         Use `\\[[0-9]*m' instead of `\\[00m'.
2926         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
2927         sgr_start where its handling is more important.  Use the real
2928         length of sgr_start instead of constant 8.
2929         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
2930         specially.  Delete all remaining escape sequences.
2931         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
2932         (grep-regexp-alist): Make hyperlink only for binary file name
2933         instead of the whole line.
2934         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
2935         (grep-mode): Add autoload.
2937         * emacs-lisp/find-func.el (find-function-regexp):
2938         Add `define-compilation-mode'.
2940 2005-07-19  Juri Linkov  <juri@jurta.org>
2942         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
2943         (compare-windows-sync-string-size, compare-windows-recenter)
2944         (compare-windows-highlight, compare-windows): Add version 22.1.
2945         (compare-windows) <defface>: Inherit from lazy-highlight instead
2946         of duplicating its default value.
2948         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
2949         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
2951         * descr-text.el (describe-char): Create link buttons for `charset'
2952         and `code point'.  Add the current input method name with a link
2953         button to `to input' field.  Print face names of display table
2954         characters in `The display table entry is displayed by' section
2955         instead of printing face-id in the `display' field.
2956         Guess hardcoded faces and create a link button for them.
2957         Skip empty fields when calculating max-width.
2958         Treat `widget-create' specially while inserting strings from the
2959         collected field list.
2960         (describe-char-after): Made obsolete in version 22.1, not 21.5.
2962         * diff-mode.el (diff-file-header): Change foreground color from
2963         yellow to green on light backgrounds.
2964         (diff-context): Inherit from `shadow' only for color/grayscale
2965         with more than 88 colors.
2966         (diff-indicator-removed, diff-indicator-added)
2967         (diff-indicator-changed): New faces.
2968         (diff-font-lock-keywords): Use new faces.  Regroup rules.
2969         Add "^---$" for `normal' diff format.  Fontify `#' lines with
2970         font-lock-comment-delimiter-face and font-lock-comment-face.
2971         Add `#' to ^[^...] in the rule for `diff-context-face'.
2973         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
2974         a button-like box.  Inherit from `highlight' on low colors.
2975         (shadow): Use shades of gray only for color/grayscale with
2976         more than 88 colors.  Use green for light backgrounds with
2977         8 colors, and yellow for dark backgrounds with 8 colors.
2979         * font-lock.el (font-lock-regexp-grouping-backslash):
2980         Don't inherit from escape-glyph (use bold for all cases).
2982         * info.el (info-xref-visited): Use light foreground color `violet'
2983         for dark backgrounds instead of dark color `magenta3'.
2984         (info-title-1): Use `yellow' color for dark backgrounds.
2986         * isearch.el (isearch): Use not-too-dark magenta3 instead of
2987         too-light magenta2.
2989         * replace.el (match): Use slightly more light RoyalBlue3 instead
2990         of dark RoyalBlue4.
2992         * wid-edit.el (widget-inactive): Inherit from `shadow'.
2994 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
2996         * novice.el (disabled-command-hook): Declare it with
2997         `define-obsolete-variable-alias'.
2999         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3000         (desktop-buffer-misc-functions, desktop-buffer-handlers)
3001         (desktop-load-default): Add release to obsolescence info.
3002         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3003         (desktop-append-buffer-args, desktop-read):
3004         Fix typos in docstrings.
3005         (desktop-kill): Fix typo in message.
3006         (desktop-save): Doc fix.
3008 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
3010         * viper-cmd.el (viper-escape-to-state): Bug fix.
3011         (viper-envelop-ESC-key): Change the definition of fast
3012         keysequence so it'll work with keyboard macros.
3014         * ediff.el (ediff-patch-buffer): Change the docstring.
3016 2005-07-19  Kenichi Handa  <handa@m17n.org>
3018         * international/mule-cmds.el (select-safe-coding-system): Try to
3019         use an auto-coding (if any) before anything else.  If the found
3020         auto-coding is invalid, show a warning message.
3022         * international/mule.el (find-auto-coding): New function created
3023         by modifying the body of set-auto-coding.
3024         (set-auto-coding): Use find-auto-coding to find a coding.
3026 2005-07-18  Richard M. Stallman  <rms@gnu.org>
3028         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3029         not isearch-mode-end-hook-error.
3030         (allout-before-change-protect): Fix error message.
3032 2005-07-18  Juri Linkov  <juri@jurta.org>
3034         * allout.el (allout-mode):
3035         * calculator.el (calculator-copy):
3036         * custom.el (custom-known-themes):
3037         * dired.el (dired-desktop-buffer-misc-data)
3038         (dired-restore-desktop-buffer):
3039         * dired-x.el (dired-omit-marker-char):
3040         * files.el (basic-save-buffer):
3041         * font-core.el (font-lock-mode):
3042         * calendar/calendar.el (calendar-goto-hebrew-date)
3043         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3044         (calendar-goto-persian-date):
3045         * language/ethio-util.el (ethio-sera-to-fidel-region):
3046         * textmodes/picture.el (picture-mode):
3047         Delete duplicate duplicate words.
3049 2005-07-18  Juri Linkov  <juri@jurta.org>
3051         * isearch.el (isearch-mode-map): Remove key bindings for regexp
3052         chars * ? } |.
3053         (isearch-fallback): Don't call `isearch-process-search-char'.
3054         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3055         (isearch-process-search-char): Call `isearch-fallback' for regexp
3056         chars * ? } |.
3057         (isearch-return-char): Make obsolete with `make-obsolete' instead
3058         of simply documenting it as obsolete in the docstring.
3059         (isearch-fallback): Refill docstring.
3061         * international/isearch-x.el
3062         (isearch-process-search-multibyte-characters): Remove unneeded
3063         `concat'.  Add intermediate values to `junk-hist' instead of
3064         `minibuffer-history'.  Test the length of `str'.
3066 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
3068         * allout.el (allout-resolve-xref): Fix typos in error strings.
3069         (allout-before-change-protect): Remove unneeded `concat'.
3071         * array.el (array-mode, array-reconfigure-rows)
3072         (untabify-backward): Fix typos in docstrings.
3073         (array-reconfigure-rows): Use `insert-buffer-substring', not
3074         `insert-buffer'.
3076         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3077         * progmodes/ada-mode.el (ada-make-body):
3078         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3080         * dired.el (dired-log):
3081         * tar-mode.el (tar-subfile-save-buffer):
3082         * play/zone.el (zone-pgm-stress-destress):
3083         Use `insert-buffer-substring', not `insert-buffer'.
3085 2005-07-17  Simon Josefsson  <jas@extundo.com>
3087         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
3089 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
3091         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3092         Add plain auth method.
3093         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
3095 2005-07-17  Kim F. Storm  <storm@cua.dk>
3097         * ido.el (dired-other-window): Add ido property.
3099 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
3101         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3102         Fix typo in docstring.
3103         (byte-compile-interactive-only-functions): Add `insert-buffer' and
3104         `insert-file-literally'.
3106         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
3107         info and delete redundant message.  Doc fix.
3108         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
3109         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
3111 2005-07-16  Richard M. Stallman  <rms@gnu.org>
3113         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
3114         (byte-compile-and): Use byte-compile-and-recursion.
3115         (byte-compile-or-recursion): New function.
3116         (byte-compile-or): Use that.
3117         (byte-compile-if): Guard the else-clause too.
3118         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
3120         * isearch.el (isearch-mode-end-hook-quit): New variable.
3121         (isearch-done): Bind it.
3122         (isearch-mode-end-hook): Doc fix.
3124         * allout.el (allout-isearch-did-quit): Variable deleted.
3125         (allout-real-isearch-abort): Function name no longer used.
3126         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
3127         (allout-isearch-rectification): isearch-mode always exists.
3128         Don't set allout-isearch-did-quit.
3129         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
3130         allout-isearch-did-quit.
3131         (allout-enwrap-isearch): Just add the hook.
3132         (allout-isearch-abort): Function deleted.
3133         (allout-pre-command-business): Avoid warning.
3135         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
3136         Correctly avoid warnings.
3137         (pascal-outline): Likewise.
3139         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
3141         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
3143         * play/tetris.el (tetris-mode): Avoid warning.
3145         * play/snake.el (snake-mode): Avoid warning.
3147         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
3148         (gamegrid-set-display-table): Avoid warning.
3149         (gamegrid-set-timer): Likewise.
3150         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
3151         (gamegrid-add-score-with-update-game-score-1): Take FILE
3152         as argument.
3153         (gamegrid-add-score-with-update-game-score): Pass that argument.
3154         Rename have-shared-game-dir to gamegrid-shared-game-dir.
3156         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
3158         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
3159         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
3161         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
3162         and insert-file.
3164         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
3165         (sc-ask): Avoid warnings.
3167         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
3168         (eshell-hist-initialize): Use that var the natural way.
3170         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
3172         * emacs-lisp/re-builder.el (reb-cook-regexp):
3173         Avoid warning calling lre-compile-string.
3174         (reb-color-display-p): Avoid warning.
3176         * calculator.el (calculator-last-input): Guard uses
3177         of event-key and key-press-event-p.
3178         (event-key, key-press-event-p): Delete definitions.
3180         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
3181         (find-gc-source-directory, find-gc-subrs-callers)
3182         (find-gc-noreturn-list, find-gc-source-files)
3183         (find-gc-subrs-called): Vars renamed and defvar'd.
3185         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
3186         (checkdoc-overlay-put, checkdoc-delete-overlay)
3187         (checkdoc-overlay-start, checkdoc-overlay-end)
3188         (checkdoc-mode-line-update, checkdoc-char=):
3189         Define such that compiler knows they are defined.
3190         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
3191         (checkdoc-read-event): Delete.  Use read-event directly.
3193         * whitespace.el (whitespace-make-overlay)
3194         (whitespace-overlay-put, whitespace-delete-overlay)
3195         (whitespace-overlay-start, whitespace-overlay-end):
3196         Define such that compiler knows they are defined.
3197         (whitespace): Move conditional inside.
3199         * tempo.el (tempo-insert-template): Suppress warning.
3201         * ediff-diff.el (longlines-mode): Add defvar.
3203 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
3205         * server.el: Bind "C-x #" in a way that works even if C-x is
3206         redefined to a command key, not a prefix key.
3208 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
3210         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
3211         cl-make-type-test till execution time.
3213 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
3215         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
3216         arg ARG and use it.
3218 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
3220         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
3222 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
3224         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3225         a defcustom with two :set or :type keywords.
3227 2005-07-15  Richard M. Stallman  <rms@gnu.org>
3229         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3230         Don't give ^M comment-end syntax.
3232 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
3234         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
3235         Don't consider gdbmi (gdb-mi.el has its own update functions).
3236         (gdb-var-delete): Make it work for gdbmi as well.
3237         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
3239         * progmodes/gud.el (etags, sdb): Only require etags when needed.
3240         (gud-speedbar-menu-items): Correct logic for enabling items.
3242 2005-07-15  Kim F. Storm  <storm@cua.dk>
3244         * ido.el: Fix commentary.
3245         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
3246         Use with-no-warnings around ffap-guesser.
3247         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
3248         Let bind minibuffer-completing-file-name to t.
3250 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
3252         * startup.el (site-run-file, keyboard-type): Doc fixes.
3253         (command-line): Check for "--basic-display" argument; also for
3254         "--quick", not "--bare-bones" (which was renamed).
3255         (fancy-splash-text): Add missing item "Getting New Versions".
3256         (normal-splash-screen): Fix typos and improve consistency with
3257         `fancy-splash-text'.  Update copyright year.
3259         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
3260         valid binding for `help-char'.
3262         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
3264 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
3266         * term.el (term-mode): Disable cua-mode for term buffers.
3268 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
3270         * add-log.el (add-log-mailing-address, change-log-merge):
3271         Doc fixes.
3272         (change-log-get-method-definition): Fix typo in docstring.
3274 2005-07-14  Kim F. Storm  <storm@cua.dk>
3276         * emulation/cua-base.el:
3277         (cua--pre-command-handler-1, cua--pre-command-handler)
3278         (cua--post-command-handler-1, cua--post-command-handler):
3279         Split in two.  Check (buffer local) value of cua-mode.
3280         (cua-selection-mode): New command.
3282 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
3284         * custom.el (custom-initialize-safe-set)
3285         (custom-initialize-safe-default): Doc fixes.
3287         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3288         and simplify :init-value again.
3290         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3291         and simplify :init-value again.  Delete autoload.
3293         * startup.el (command-line): Use `custom-reevaluate-setting' again
3294         for tooltip-mode.
3296         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3297         a defcustom with two :initialize keywords.
3299 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
3301         * allout.el (my-mark-marker, allout-isearch-prior-pos)
3302         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
3303         (allout-post-command-business, allout-flag-region)
3304         (isearch-reenable-font-lock, allout-yank)
3305         (allout-insert-latex-header, allout-insert-latex-trailer)
3306         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
3307         (allout-latex-verb-quote): Fix typos in docstrings.
3308         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
3309         (allout-unprotected, allout-prefix-data):
3310         Improve argument/docstring consistency.
3311         (allout-chart-subtree): Fix argument spec.
3312         (allout-open-topic): Rename `use_sib_bullet' argument to
3313         `use-sib-bullet'.  Doc fix.
3315         * whitespace.el (whitespace-check-buffer-leading)
3316         (whitespace-check-buffer-trailing)
3317         (whitespace-check-buffer-indent)
3318         (whitespace-check-buffer-spacetab)
3319         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
3320         (whitespace-check-leading-whitespace)
3321         (whitespace-check-trailing-whitespace)
3322         (whitespace-check-spacetab-whitespace)
3323         (whitespace-check-indent-whitespace)
3324         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
3325         (whitespace-modes): Fix typos in docstrings.
3326         (defgroup, defcustom): Doc fixes.
3328         * winner.el (winner-mode, winner-boring-buffers)
3329         (winner-pending-undo-ring): Doc fixes.
3330         (winner-ring): Remove unneeded `progn'.
3331         (winner-equal): `defsubst' it.
3332         (winner-redo): Fix message.
3334 2005-07-13  Kim F. Storm  <storm@cua.dk>
3336         * simple.el (line-move-1): Always use vertical-motion to
3337         do the last (or only) line move to ensure some movement.
3338         Undo 2005-06-23 change--don't check for overlays.
3340 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3342         * term/mac-win.el (ccl-encode-mac-roman-font)
3343         (ccl-encode-mac-centraleurroman-font)
3344         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
3345         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
3346         Change charset-id boundary of dimension to ?\xef.
3347         (mac-char-fontspec-list): New constant.
3348         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
3349         argument.  Nil uses itself as family in font-spec.  Previous
3350         behavior for nil is now provided by non-nil non-string argument.
3351         All callers changed.  Add font-specs for Mac fonts to
3352         "fontset-default" unless iso8859-1 fonts are installed.
3354 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3356         * progmodes/sh-script.el (sh-get-indent-info): Only indent
3357         a continuation line if the \ is preceded by SPC or TAB.
3358         (sh-get-indent-info): Simplify.
3359         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
3360         Use with-current-buffer.
3362         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
3363         when the matched text is empty.
3365 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
3367         * startup.el (command-line): Revert to previous handling of
3368         tooltip-mode.  Explain in comment why the complexity is needed.
3370         * tooltip.el (tooltip-mode): Revert to previous implementation of
3371         its defcustom.
3373         * frame.el (blink-cursor-mode): Revert to previous implementation
3374         of its defcustom.  Update comment.
3376 2005-07-12  Lars Hansen  <larsh@soem.dk>
3378         * desktop.el: Update e-mail address.
3380 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3382         * term/mac-win.el (mac-services-mail-selection)
3383         (mac-services-mail-to): New functions.
3384         (mac-application-menu-map): Bind them.
3386 2005-07-12  wulei <milton@wulei.net>  (tiny change)
3388         * progmodes/gdb-ui.el: Add note about buffering with Windows.
3390 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
3392         * custom.el (custom-reevaluate-setting): Doc fix.
3394 2005-07-11  Jay Belanger  <belanger@truman.edu>
3396         * calc/calc.el (calc-embedded-announce-formula-alist)
3397         (calc-embedded-open-close-plain-alist)
3398         (calc-embedded-open-close-mode-alist): Add checks for additional
3399         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
3401 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
3403         * custom.el (custom-enable-theme): Don't add theme to
3404         `custom-enabled-themes' with `push' because there is no
3405         setf-method for `delq'.
3407 2005-07-11  Richard M. Stallman  <rms@gnu.org>
3409         * custom.el (custom-declare-variable): Doc fix.
3411         * dired-aux.el (dired-compare-directories): Remove "." and ".."
3412         from the alists.
3414         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
3415         Do nothing if edebug-active.
3417         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
3418         (edebug-display): Do it here instead.
3420 2005-07-10  Richard M. Stallman  <rms@gnu.org>
3422         * cus-face.el (custom-theme-set-faces): Make it work.
3423         (custom-reset-faces): Doc fix.
3424         (custom-theme-reset-internal-face, custom-theme-face-value):
3425         Functions deleted.
3427         * custom.el (custom-push-theme): Maintain list of the settings
3428         of a given theme in its theme-settings property.
3429         Maintain position of old settings in the theme-value
3430         or theme-face property.
3431         (custom-enabled-themes): New variable.
3432         (custom-theme-enabled-p): New function.
3433         (provide-theme): Update custom-enabled-themes.
3434         Disable and reenable the `user' theme.
3435         (require-theme): Doc fix.
3436         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
3437         (custom-theme-value, custom-theme-variable-value): Likewise.
3438         (custom-theme-reset-internal): Likewise.
3439         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
3440         (custom-enable-theme, custom-disable-theme): New functions.
3441         (custom-variable-theme-value, custom-face-theme-value): Likewise.
3442         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
3443         (custom-theme-reset-variables): Simplify.
3444         (deftheme, custom-declare-theme, custom-make-theme-feature):
3445         Definitions moved.
3447 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
3449         * longlines.el (longlines-show-region)
3450         (longlines-unshow-hard-newlines): Recognize hard newlines by
3451         non-nil hard property, instead of t.
3453 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
3455         * viper-cmd.el (viper--key-maps): New variable.
3456         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
3457         emulation-mode-map-alists.
3458         (viper-envelop-ESC-key): Use viper-subseq.
3459         (viper-search-forward/backward/next): Disable debug-on-error.
3461         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3462         (viper-ESC-key): New defcustoms.
3464         * viper-macs.el (ex-map-read-args): Use viper-subseq.
3466         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
3467         (viper-subseq): Copy of subseq from cl.el.
3469         * viper.el (viper-go-away, viper-set-hooks): Use
3470         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
3472         * viper-mous.el (viper-current-frame-saved): Use defvar.
3474         * viper-init.el: Get rid of -face in face names.
3476         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
3477         Make it work with longlines mode
3479         * ediff-mult.el (ediff-meta-mode-hook): New variable.
3481         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
3483         * ediff-init.el: Get rid of -face in face names.
3485 2005-07-10  Richard M. Stallman  <rms@gnu.org>
3487         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
3488         and with-timeout-unsuspend.
3490         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
3491         and with-timeout-unsuspend.
3493         * emacs-lisp/timer.el (with-timeout-timers): New variable.
3494         (with-timeout): Bind that variable to record timers.
3495         (with-timeout-suspend, with-timeout-unsuspend): New functions.
3497         * emacs-lisp/debug.el (debug-help-follow): New function.
3498         (debugger-mode-map): Use that instead of help-follow.
3499         (debugger-setup-buffer): Use eval-buffer-list
3500         to handle eval-buffer frames.
3502 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
3504         * timezone.el (timezone-parse-date): Change first regexp
3505         so it will not mistakenly match dates with no time zone.
3507 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
3509         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
3511 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
3513         * custom.el (custom-initialize-safe-set)
3514         (custom-initialize-safe-default): New functions.
3516         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3517         and simplify :init-value.
3519         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3520         and simplify :init-value.  Delete obsolete comment.
3522         * startup.el (command-line): Use `custom-reevaluate-setting' to
3523         handle `tooltip-mode'.  Delete obsolete comment.
3525         * files.el (set-visited-file-name): Avoid calling
3526         `file-name-nondirectory' with a nil argument.
3528 2005-07-09  Richard M. Stallman  <rms@gnu.org>
3530         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
3531         was called with nil for the buffer, handle the read position right.
3532         Handle read position for eval-region, too.
3534 2005-07-09  Juri Linkov  <juri@jurta.org>
3536         * fringe.el (fringe-mode): Add period in docstring.
3537         (fringe-query-style): Build prompt depending on `all-frames' arg.
3539         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
3540         to not create links to unrelated functions in the Help buffer.
3542         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
3543         Doc fix.
3545         * simple.el (next-error-hook): New variable.
3546         (next-error): Use it.  Doc fix.
3548         * textmodes/ispell.el (ispell-command-loop): Add current
3549         dictionary name and program name to mode-line-format.
3550         (ispell-region, ispell-process-line): Add current dictionary name
3551         and program name to messages.
3553 2005-07-08  Jay Belanger  <belanger@truman.edu>
3555         * calc/calc.el (calc-embedded-announce-formula-alist)
3556         (calc-embedded-open-close-formula-alist)
3557         (calc-embedded-open-close-word-alist)
3558         (calc-embedded-open-close-plain-alist)
3559         (calc-embedded-open-close-new-formula-alist)
3560         (calc-embedded-open-close-mode-alist)
3561         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
3562         (calc-embedded-mode-hook): New variables.
3564         * calc/calc-embed.el (calc-embedded-firsttime)
3565         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
3566         New variables.
3567         (calc-do-embedded): Use calc-embedded-firsttime,
3568         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
3569         determine whether or not to run hooks.
3570         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
3571         calc-embedded-firsttime-formula appropriately.
3572         Set calc-embedded delimiter variables according to mode.
3574 2005-07-08  Richard M. Stallman  <rms@gnu.org>
3576         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
3577         Check for "emacs", etc., as entire symbol, not just as word.
3578         (checkdoc-file-comments-engine): Use regexp-quote on FN.
3580         * files.el (set-visited-file-name): Report the error
3581         for "empty filename" earlier.
3582         (kill-some-buffers): Ignore buffers already dead.
3584         * fringe.el (fringe-mode): Doc fix.
3586         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3587         Check for (featurep 'xemacs) and turn off warnings in what it guards.
3588         Use unwind-protect to ensure byte-compile-unresolved-functions
3589         is updated.
3591         * whitespace.el (whitespace-buffer-leading-cleanup):
3592         Simplify w/ skip-chars-forward.
3593         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
3595         * mail/rmail.el (rmail-only-expunge): Fix paren error.
3596         Unconditionally try to leave point at the same old place.
3598 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
3600         * comint.el (comint-postoutput-scroll-to-bottom)
3601         (comint-show-maximum-output): Take scroll-margin into consideration.
3603 2005-07-08  Kim F. Storm  <storm@cua.dk>
3605         * ido.el (ido-use-filename-at-point): New choice `guess'.
3606         (ido-file-internal): Try ffap-guesser if selected.
3608         * ido.el (ido-before-fallback-functions): New hook.
3609         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
3610         (ido-read-file-name): Run it.
3612 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3614         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
3615         strings rather than a list of symbols to the completion function.
3617 2005-07-07  Jay Belanger  <belanger@truman.edu>
3619         * calc/calc-units.el (math-apply-units): Change the places in
3620         which units are simplified.
3622 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
3624         * cus-edit.el (customize-option, customize-option-other-window):
3625         Make them handle aliases.
3627         * custom.el (custom-variable-p): Make it recursively follow
3628         aliases.  Mention that in the docstring.
3630 2005-07-07  Richard M. Stallman  <rms@gnu.org>
3632         * cus-start.el (exec-path): Use `directory' instead of `file'.
3633         Fix tag for nil.
3635 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
3637         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
3638         when called non-interactively.  Doc fix.
3640 2005-07-07  Lute Kamstra  <lute@gnu.org>
3642         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
3643         new address as well.
3645 2005-07-07  Kenichi Handa  <handa@m17n.org>
3647         * international/mule.el (make-coding-system):
3648         Describe `ascii-incompatible' property in the docstring.
3649         (set-file-name-coding-system): Signal an error if coding-system is
3650         ascii-incompatible.
3651         (set-keyboard-coding-system): Likewise.
3653         * international/mule-cmds.el (set-default-coding-systems):
3654         Don't set default-file-name-coding-system and
3655         default-keyboard-coding-system if coding-system is ASCII-incompatible.
3657         * international/utf-16.el: Declare that all UTF-16-based coding
3658         systems are ASCII-incompatible.
3660 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
3662         * progmodes/gud.el: Require font-lock for displaying errors.
3663         Used by gdb-ui.el.
3665 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
3667         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
3668         values for the pattern lists which are `read'able but not
3669         `append'able (like symbols).
3671 2005-07-06  Richard M. Stallman  <rms@gnu.org>
3673         * progmodes/flymake.el (flymake-float-time): Instead of
3674         with-no-warnings, test for xemacs.
3675         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
3676         to avoid warning.
3678 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
3680         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
3682 2005-07-05  Lute Kamstra  <lute@gnu.org>
3684         * battery.el: Add support for Darwin (with much debugging help
3685         from Samuel Lauber <sam124@operamail.com>).
3686         (battery-status-function, battery-echo-area-format)
3687         (battery-mode-line-format): Add support for pmset on Darwin.
3688         (battery-load-low, battery-load-critical): New user options.
3689         (battery-pmset): New function.
3691 2005-07-05  Lute Kamstra  <lute@gnu.org>
3693         Update FSF's address in GPL notices.
3695         * textmodes/page-ext.el: Update FSF's address.
3697 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3699         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
3700         filling from using prefix when filling a single-line docstring.
3702         * progmodes/flymake.el: Remove useless eval-when-compile.
3704         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
3706 2005-07-04  Richard M. Stallman  <rms@gnu.org>
3708         * textmodes/org.el (org-file-apps-defaults-gnu):
3709         Rename from org-file-apps-defaults-linux.
3710         (org-default-apps): Don't test system-type for `linux'.
3711         (org-file-apps): Doc fix.
3713 2005-07-04  David Ponce  <david@dponce.com>
3715         * tree-widget.el: Improve header Commentary section.
3716         (tree-widget) [defgroup]
3717         (tree-widget-image-enable, tree-widget-themes-directory)
3718         (tree-widget-theme, tree-widget-image-properties-emacs)
3719         (tree-widget-image-properties-xemacs, tree-widget-create-image)
3720         (tree-widget-image-formats, tree-widget-control)
3721         (tree-widget-empty-control, tree-widget-leaf-control
3722         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
3723         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
3724         (tree-widget-keep, tree-widget-after-toggle-functions)
3725         (tree-widget-open-node, tree-widget-close-node): Doc fix.
3726         (tree-widget-open-control, tree-widget-close-control): Fix doc and
3727         :help-echo message.
3728         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
3729         (tree-widget-image-properties): Doc fix.  Clearer implementation.
3730         (tree-widget--cursors): New constant.
3731         (tree-widget-lookup-image): New function split from
3732         `tree-widget-find-image'.  Clearer implementation.
3733         (tree-widget-find-image): Use it.
3734         (tree-widget-button-keymap): Use `set-keymap-parent'.
3735         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
3736         Define the sub-widgets here.
3737         (tree-widget-node): Check that :node is not a tree-widget.
3738         (tree-widget-get-super, tree-widget-open-control)
3739         (tree-widget-close-control, tree-widget-empty-control)
3740         (tree-widget-leaf-control, tree-widget-guide)
3741         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
3742         (tree-widget-no-handle, tree-widget-value-delete)
3743         (tree-widget-map): Remove.
3744         (tree-widget-children-value-save): Doc fix.  Simplified.
3745         (tree-widget-value-create): Update according to previous changes.
3747 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
3749         * textmodes/org.el: Leading space replaced by TABS.
3750         (org-recalc-marks, org-table-rotate-recalc-marks)
3751         (org-table-get-specials): Treat "^" and "_" marks.
3752         (org-table-justify-field-maybe): Optional argument NEW.
3753         (org-table-eval-formula): Parsing of the format simplified.
3754         New modes C,I.  Honor the %= parameter in the current table.
3755         Avoid unnecessary re-align by using the NEW argument to
3756         `org-table-justify-field-maybe'.
3757         (org-calc-default-modes): Default for date-format mimicks org-mode.
3758         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
3760 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
3762         * cus-face.el (custom-theme-set-faces): Make it handle face
3763         aliases whose alias declarations are pre- or autoloaded.
3765 2005-07-04  Juri Linkov  <juri@jurta.org>
3767         * faces.el (read-face-name): Put the code for getting a face name
3768         from the buffer before adding the faces from the `face' property.
3769         Use `completing-read-multiple' instead of `completing-read'.
3770         Require `crm'.  Add default value and post-process the returned
3771         list of faces.
3773         * emacs-lisp/crm.el (crm-find-current-element)
3774         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
3776         * emacs-lisp/lisp-mode.el (eval-defun-1):
3777         * emacs-lisp/edebug.el (edebug-eval-defun):
3778         Remove unnecessary quotes.
3780 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
3782         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
3783         (prolog-indent-level): Fix typo in docstring.
3785         * info.el (Info-history, Info-history-forward)
3786         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
3788         * add-log.el (add-change-log-entry):
3789         * comint.el (comint-dynamic-list-input-ring)
3790         (comint-dynamic-list-completions):
3791         * dabbrev.el (dabbrev-expand):
3792         * delim-col.el (delimit-columns-rectangle-line):
3793         * diff-mode.el (diff-context->unified, diff-reverse-direction)
3794         (diff-unified->context):
3795         * ediff-init.el (ediff-abbrev-jobname):
3796         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
3797         (ediff-replace-session-activity-marker-in-meta-buffer):
3798         * info.el (Info-summary):
3799         * lpr.el (printify-region):
3800         * printing.el (pr-create-interface):
3801         * ps-print.el (ps-print-quote):
3802         * ses.el (ses-column-widths, ses-print-cell)
3803         (ses-adjust-print-width, ses-center):
3804         * shell.el (shell-file-name-quote-list):
3805         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
3806         (strokes-fill-current-buffer-with-whitespace)
3807         (strokes-xpm-for-stroke, strokes-list-strokes)
3808         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
3809         * term.el (term-dynamic-list-input-ring)
3810         (term-dynamic-list-completions):
3811         * calc/calc.el (math-format-stack-value):
3812         * emacs-lisp/edebug.el (edebug-display-freq-count):
3813         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
3814         (delphi-new-comment-line):
3815         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
3816         * progmodes/executable.el (executable-set-magic):
3817         * progmodes/python.el (inferior-python-mode):
3818         * progmodes/scheme.el (scheme-mode-syntax-table):
3819         * progmodes/sh-script.el (sh-maybe-here-document):
3820         * progmodes/sql.el (sql-copy-column):
3821         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
3822         * textmodes/bibtex.el (bibtex-mode):
3823         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
3824         (sgml-auto-attributes):
3825         * textmodes/table.el (table-insert, table-shorten-cell)
3826         (table--generate-source-scan-lines, table-delete-row)
3827         (*table--cell-delete-char, table--spacify-frame)
3828         (table--horizontally-shift-above-and-below)
3829         (table--cell-insert-char, table--cell-blank-str)
3830         (table--fill-region-strictly):
3831         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
3832         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
3834         * add-log.el (change-log):
3835         * apropos.el (apropos):
3836         * comint.el (comint-completion, comint-source):
3837         * dabbrev.el (dabbrev):
3838         * delim-col.el (columns):
3839         * diff-mode.el (diff-mode):
3840         * ediff.el (ediff):
3841         * ediff-diff.el (ediff-diff):
3842         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
3843         * ediff-mult.el (ediff-mult):
3844         * ediff-ptch.el (ediff-ptch):
3845         * ediff-wind.el (ediff-window):
3846         * facemenu.el (facemenu):
3847         * indent.el (indent):
3848         * info.el (info):
3849         * jka-cmpr-hook.el (compression, jka-compr):
3850         * lpr.el (lpr):
3851         * outline.el (outlines):
3852         * pcmpl-cvs.el (pcmpl-cvs):
3853         * pcmpl-rpm.el (pcmpl-rpm):
3854         * printing.el (printing):
3855         * ps-print.el (postscript, ps-print, ps-print-horizontal)
3856         (ps-print-vertical, ps-print-headers, ps-print-font)
3857         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
3858         (ps-print-background, ps-print-printer, ps-print-page)
3859         (ps-print-miscellany):
3860         * ses.el (ses):
3861         * shell.el (shell, shell-directories, shell-faces):
3862         * startup.el (initialization):
3863         * strokes.el (strokes):
3864         * term.el (term):
3865         * uniquify.el (uniquify):
3866         * w32-vars.el (w32):
3867         * calc/calc.el (calc):
3868         * emacs-lisp/bytecomp.el (bytecomp):
3869         * emacs-lisp/cl-indent.el (lisp-indent):
3870         * emacs-lisp/edebug.el (edebug):
3871         * emacs-lisp/elp.el (elp):
3872         * emacs-lisp/testcover.el (testcover):
3873         * emacs-lisp/trace.el (trace):
3874         * emulation/viper-ex.el (viper-ex):
3875         * emulation/viper-mous.el (viper-mouse):
3876         * mail/mailalias.el (mailalias):
3877         * mail/supercite.el (supercite, supercite-frames)
3878         (supercite-attr, supercite-cite, supercite-hooks):
3879         * net/rcompile.el (remote-compile):
3880         * net/rlogin.el (rlogin):
3881         * obsolete/ooutline.el (outlines):
3882         * progmodes/delphi.el (delphi):
3883         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
3884         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
3885         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
3886         (ebnf-optimization):
3887         * progmodes/etags.el (etags):
3888         * progmodes/executable.el (executable):
3889         * progmodes/idlwave.el (idlwave):
3890         * progmodes/pascal.el (pascal):
3891         * progmodes/prolog.el (prolog):
3892         * progmodes/python.el (python):
3893         * progmodes/scheme.el (scheme):
3894         * progmodes/sh-script.el (sh, sh-script):
3895         * progmodes/sql.el (SQL):
3896         * progmodes/tcl.el (tcl):
3897         * textmodes/bibtex.el (bibtex, bibtex-autokey):
3898         * textmodes/enriched.el (enriched):
3899         * textmodes/makeinfo.el (makeinfo):
3900         * textmodes/sgml-mode.el (sgml):
3901         * textmodes/table.el (table-hooks):
3902         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
3903         * textmodes/texinfo.el (texinfo):
3904         * textmodes/two-column.el (two-column):
3905         Finish `defgroup' description with period.
3907         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
3908         * eshell/esh-var.el (eshell-var):
3909         * progmodes/vhdl-mode.el (vhdl-testbench):
3910         * textmodes/org.el (org): Fix typos in docstrings.
3912         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
3913         consistency.
3915         * progmodes/flymake.el (flymake-find-file): Remove.
3916         (flymake-float-time): Use `with-no-warnings'.
3917         (flymake-check-start-time, flymake-check-was-interrupted)
3918         (flymake-err-info, flymake-is-running, flymake-last-change-time)
3919         (flymake-new-err-info): `defvar' at compile time.
3921 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
3923         * replace.el (occur-hook): Doc fix.
3924         (occur-1): Don't call `occur-hook' if there are no matches.
3926 2005-07-03  Richard M. Stallman  <rms@gnu.org>
3928         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
3929         global-map, save the same map.
3930         (global-map): Don't alter it at top level.
3931         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
3932         Then alter it here instead.
3933         (tpu-edt-off): Set global-map to the saved one.
3935         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
3936         All references simplified.
3937         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
3938         (zmacs-regions): Add defvar.
3939         (repeat-complex-command-map): Everything about that deleted.
3941         * textmodes/artist.el (artist-key-is-drawing)
3942         (artist-key-endpoint1, artist-key-poly-point-list)
3943         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
3944         (artist-key-compl-table, artist-rb-save-data)
3945         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
3946         Don't put them in eval-when-compile.
3947         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
3949         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
3950         Use with-no-warnings.
3952         * net/browse-url.el (dos-windows-version): Add defvar.
3954         * mail/supercite.el (filladapt-prefix-table): Add defvar.
3956         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
3957         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
3958         (rmail-new-summary-line-count): Rename from new-summary-line-count.
3959         Add defvar.
3960         (rmail-summary-beginning-of-message): Use with-no-warnings.
3961         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
3963         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
3964         Use with-no-warnings.
3966         * emulation/vi.el (vi-mark-region): Use c-mark-function.
3967         (c-mark-function): Add point-moving-unit property.
3968         (vi-goto-line): Use with-no-warnings.
3970         * emulation/edt.el (edt-last-copied-word): Add defvar.
3971         (zmacs-region-stays): Likewise.
3972         (edt-mark-section-wisely): Use c-mark-function for C.
3973         Use makr-defun for Fortran.
3974         (time-string): defvar deleted.
3975         (edt-display-the-time): Don't set time-string.
3977         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
3979         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
3980         Don't warn when name is not constant
3981         or for defining the group `emacs'.
3983         * tooltip.el (gud-tooltip-mode): Add defvar.
3985         * startup.el (default-frame-background-mode): Add defvar.
3987         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
3989         * info.el (tool-bar-map): Add defvar.
3991         * dired.el (dnd-protocol-alist): Add defvar.
3993         * dired-aux.el (dired-query): Display question with answer, when
3994         the user answers.
3996         * custom.el (custom-add-option): Doc fix.
3998         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4000 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
4002         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4003         bogus name from the last change.
4005 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
4007         * custom.el (custom-declare-variable): Fix typos in comment.
4008         (custom-known-themes): Doc fix.
4009         (custom-theme-directory): New defcustom.
4010         (require-theme): Make it check `custom-theme-directory'.
4012         * cus-theme.el (custom-new-theme-mode): New function.
4013         (custom-theme-name, custom-theme-variables, custom-theme-faces)
4014         (custom-theme-description): Add compiler defvars.
4015         (customize-create-theme): Add doc to the "*New Custom Theme*"
4016         buffer.  Use `custom-new-theme-mode'.
4017         (custom-theme-write): Put the created buffer in emacs-lisp-mode
4018         and save it to the `custom-theme-directory'.  Make this the
4019         default directory of the buffer.
4021 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
4023         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4024         Fix unbalanced parentheses.
4026 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4028         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4029         into flymake-mode and delegate to flymake-mode.
4031         * find-file.el (ff-which-function-are-we-in): Clean up.
4033 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
4035         * replace.el (occur-rename-buffer): Fix docstring.
4037         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4038         (edt-last-copied-word, edt-learn-macro-count)
4039         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4040         (edt-rect-start-point, edt-user-global-map, rect-start-point)
4041         (time-string, zmacs-region-stays):
4042         * emulation/edt-mapper.el (edt-save-function-key-map)
4043         (EDT-key-name): `defvar' to silence the byte-compiler.
4045 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
4047         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4048         font-lock-regexp-backslash.  Doc fix.
4049         (font-lock-regexp-backslash-grouping-construct): Rename from
4050         font-lock-regexp-backslash-construct.  Doc fix.
4051         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4052         grouping constructs.
4054 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
4056         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4057         updating all the prerequisites.
4059 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
4061         * textmodes/org.el (org-agenda-start-on-weekday)
4062         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4063         (org-agenda-use-time-grid, org-archive-location)
4064         (org-allow-space-in-links, org-usenet-links-prefer-google)
4065         (org-enable-table-editor, org-export-default-language)
4066         (org-export-html-show-new-buffer, org-fill-paragraph)
4067         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4068         (org-goto-quit, org-occur, org-eval-in-calendar)
4069         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4070         (org-agenda-diary-entry, org-remember-help)
4071         (org-table-convert-region, org-at-table-p)
4072         (org-table-move-row-down, org-table-move-row-up)
4073         (org-table-copy-region, org-table-toggle-vline-visibility)
4074         (org-table-get-stored-formulas, org-table-get-specials)
4075         (org-recalc-commands, org-table-eval-formula)
4076         (org-table-formula-substitute-names, orgtbl-make-binding)
4077         (org-format-org-table-html, org-format-table-table-html)
4078         (org-format-table-table-html-using-table-generate-source)
4079         (org-customize): Fix typos in docstrings.
4080         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4081         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4082         (org-back-to-heading): Doc fixes.
4083         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4084         (org-agenda-change-all-lines, org-get-header):
4085         Improve argument/docstring consistency.
4086         (orgtbl-error): Fix error message.
4088         * progmodes/flymake.el (flymake-find-possible-master-files)
4089         (flymake-master-file-compare, flymake-get-line-err-count)
4090         (flymake-highlight-line, flymake-gui-warnings-enabled):
4091         Fix typos in docstrings.
4092         (flymake-parse-line, flymake-get-project-include-dirs-function)
4093         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4094         Doc fixes.
4095         (flymake-get-project-include-dirs-function)
4096         (flymake-make-err-menu-data):
4097         Improve argument/docstring consistency.
4099 2005-07-01  Lute Kamstra  <lute@gnu.org>
4101         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4102         Catch errors with ignore-errors.  Use temporary buffer.
4103         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
4105         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
4106         background color faces.
4107         (facemenu-set-foreground, facemenu-set-background):
4108         Use facemenu-set-face-from-menu.
4109         (facemenu-set-face-from-menu): Treat face names that start with
4110         "fg:" or "bg:" as special.
4111         (facemenu-add-new-color): Don't create faces.  Simplify.
4113 2005-06-30  Richard M. Stallman  <rms@gnu.org>
4115         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
4116         (crm-find-current-element): Likewise.
4118 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
4120         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
4122 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4124         * arc-mode.el (archive-extract): Make it work as a mouse binding.
4125         (archive-mouse-extract): Make it an obsolete alias.
4126         (archive-mode-map): Don't use archive-mouse-extract any more.
4127         (archive-mode, archive-extract): write-contents-hooks ->
4128         write-contents-functions.
4129         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
4130         first arg.
4131         (archive-rename-entry): Update the call.
4132         (archive-zip-summarize): Remove unused var `method'.
4133         (archive-lzh-summarize): Remove unused var `creator'.
4135         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
4136         dedicated frame upon exit.
4138         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
4139         (archive-zip-extract, archive-zip-expunge)
4140         (archive-zip-update, archive-zip-update-case): Use executable-find.
4141         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
4142         Use restore-buffer-modified-p.
4143         (archive-extract, archive-add-new-member, archive-write-file-member):
4144         Use with-current-buffer.
4145         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
4147 2005-06-30  Andreas Schwab  <schwab@suse.de>
4149         * progmodes/gud.el (gud-filter): Remove unneeded progn.
4151 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
4153         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
4155 2005-06-30  Juri Linkov  <juri@jurta.org>
4157         * faces.el (vertical-border): Inherit from mode-line-inactive
4158         only on tty.
4160 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
4162         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
4163         example, -NLINES in the `occur' docstring).
4165         * replace.el (occur-1): When no matches are found, do not set the
4166         `buffer-read-only' and modified flags for the occur buffer,
4167         because it is deleted.
4169         * emulation/cua-base.el (cua-check-pending-input)
4170         (cua-repeat-replace-region, cua-mode, cua-debug)
4171         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
4172         Fix typos in docstrings.
4174         * emulation/cua-gmrk.el (cua-toggle-global-mark)
4175         (cua-cut-region-to-global-mark)
4176         (cua--cut-rectangle-to-global-mark):
4177         Remove period from end of messages.
4179         * emulation/cua-rect.el (cua-do-rectangle-padding):
4180         Remove period from end of messages.
4181         (cua--rectangle-seq-format): Fix typo in docstring.
4182         (cua-sequence-rectangle, cua-fill-char-rectangle):
4183         Improve argument/docstring consistency.
4185 2005-06-29  Juri Linkov  <juri@jurta.org>
4187         * faces.el (default-frame-background-mode): New internal variable.
4188         (frame-set-background-mode): Use it.
4190         * startup.el (normal-top-level): Set default-frame-background-mode
4191         instead of frame-background-mode.  Before setting it, test for its
4192         nil value.  Remove tests for frame-background-mode and frame
4193         parameter `reverse'.  Add test for "unspecified-fg".
4195         * term/xterm.el (xterm-rxvt-set-background-mode):
4196         * term/rxvt.el (rxvt-set-background-mode):
4197         Set default-frame-background-mode instead of frame-background-mode.
4199 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
4201         * simple.el (set-variable): Warn about obsolete user variables.
4203         * imenu.el (imenu--completion-buffer):
4204         * mouse.el (mouse-buffer-menu-alist):
4205         * msb.el (msb-invisible-buffer-p):
4206         * calendar/diary-lib.el (diary-header-line-format):
4207         * emacs-lisp/pp.el (pp-buffer):
4208         * progmodes/cperl-mode.el (cperl-do-auto-fill):
4209         * textmodes/picture.el (picture-replace-match):
4210         Change space constants followed by a sexp to "?\s ".
4212         * play/decipher.el (decipher-loop-with-breaks):
4213         * textmodes/texinfo.el (texinfo-insert-@item): Change space
4214         constants "protected" from end of line by a comment to "?\s".
4216 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4218         * font-lock.el (save-buffer-state): Use `declare'.
4220         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
4221         reset the syntax-table to cperl-mode-syntax-table.
4222         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
4223         "foo_print_bar" is not matched as a reserved keyword.
4225 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
4227         * textmodes/org.el (orgtbl-setup): New function, for delayed
4228         setup for the orgtbl commands.
4229         (org-calc-default-modes): New option.
4230         (orgtbl-make-binding): Use `defun' to get better help display.
4231         (org-diary): Call `org-compile-prefix-format'.
4232         (org-table-formula-substitute-names): New function.
4233         (org-agenda-day-view, org-agenda-week-view): New commands.
4234         (org-agenda-toggle-week-view): Command removed.
4235         (org-tbl-menu): Split off from org-org-menu.
4236         (org-mode): Move removal of outline-mode menus to here.
4237         (org-table-formula-debug): New option.
4238         (org-table-insert-row): Keep first field if just "#" or "*".
4239         (org-mode): Paragraph regexps fixed.
4240         (org-table-recalculate-regexp): New constant.
4241         (org-table-justify-field-maybe): Avoid replace if not necessary.
4242         (org-copy-special, org-cut-special): Use `call-interactively'.
4243         (org-table-copy-region): Take region from `interactive' call.
4244         (org-trim): Return string even if no match.
4245         (org-formula): New face.
4246         (org-set-font-lock-defaults): No longer highlight "FIXME".
4247         But highlight formula-related fields in table.
4248         (org-table-p): Use regexp, not fontification.
4249         (org-table-align): Handle white space at end of line.
4250         (org-table-formula-evaluate-inline): New option.
4251         (org-mode): Auto-wrapping in comment lines turned off.
4252         (org-table-copy-down): Evaluate only in copied field, not in
4253         destination.
4254         (org-table-current-formula): Variable removed.
4255         (org-table-store-formulas, org-table-get-stored-formulas)
4256         (org-table-modify-formulas, org-table-replace-in-formulas)
4257         (org-table-maybe-eval-formula): New functions.
4258         (org-table-get-formula): Modify to use stored formulas.
4259         (org-table-insert-column, org-table-delete-column)
4260         (org-table-move-column): Call `org-table-modify-formulas'.
4261         (org-complete): Add completion for keyword formulas.
4262         (orgtbl-mode): Pull orgtbl-mode-map to start of
4263         minor-mode-map-alist.
4265 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4267         * progmodes/python.el (python-check): Require `compile' before
4268         modifying its variables.
4270         * newcomment.el (comment-indent-default): Don't get fooled by an early
4271         end of buffer.
4273 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4275         * ps-print.el (ps-print-version): Fix version number.
4277 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
4279         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
4281 2005-06-28  Richard M. Stallman  <rms@gnu.org>
4283         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
4284         (flyspell-local-mouse-map): Declaration deleted.
4285         (flyspell-mouse-map): Bind only mouse-2.
4286         (flyspell-mode-map): Don't test flyspell-use-local-map.
4287         (flyspell-overlay-keymap-property-name): Var deleted.
4288         (flyspell-mode-on): Don't make local bindings for
4289         flyspell-mouse-map and flyspell-mode-map.
4290         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
4292         * textmodes/ispell.el (ispell-word): Do not ignore short words.
4294         * progmodes/compile.el (compilation-next-error-function):
4295         Don't switch buffers; operate on the current buffer.
4297         * progmodes/compile.el (compilation-error-file-name)
4298         (compilation-warning-file-name, compilation-info-file-name)
4299         (compilation-line-number, compilation-column-number): New faces.
4300         (compilation-error-face, compilation-warning-face)
4301         (compilation-info-face, compilation-line-face)
4302         (compilation-column-face): Use them.
4304         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
4306         * comint.el (comint-password-prompt-regexp): Accept ", try again".
4308         * bindings.el (global-map): Bind insertchar and its variants.
4310 2005-06-27  Richard M. Stallman  <rms@gnu.org>
4312         * textmodes/artist.el (artist-text-overwrite)
4313         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
4315 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4317         * ps-print.el: It was not working the page selection for printing.
4318         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
4319         (ps-print-version): New version 6.6.7.
4320         (ps-end-sheet): New fun.
4321         (ps-header-sheet, ps-end-job): Call it.
4323 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
4325         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
4327 2005-06-27  Lute Kamstra  <lute@gnu.org>
4329         * facemenu.el (facemenu-unlisted-faces): Add foreground and
4330         background color faces.
4331         (facemenu-get-face): Delete function.
4332         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
4333         (facemenu-add-new-color): Make second argument mandatory.
4334         Create the appropriate face and return it.  Simplify.
4335         (facemenu-set-foreground, facemenu-set-background): Don't check if
4336         color is defined.  Use return value of facemenu-add-new-color.
4338 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
4340         * progmodes/gud.el (gud-filter): Add missing argument to
4341         with-selected-window.
4343 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4345         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
4346         a :require to the defcustom.
4348         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
4349         defcustoms corresponding to minor modes.
4351 2005-06-26  David Ponce  <david@dponce.com>
4353         * recentf.el: Require tree-widget instead of wid-edit.
4354         (recentf-filename-handler): Fix widget :type.
4355         (recentf-cancel-dialog, recentf-open-more-files)
4356         (recentf-open-files-action): Doc fix.
4357         (recentf-dialog-goto-first): New function.
4358         (recentf-dialog-mode-map): Set parent keymap first.
4359         (recentf-dialog-mode): Define with define-derived-mode.
4360         Don't display continuation lines in dialogs.
4361         (recentf-edit-list): Rename from recentf-edit-selected-items.
4362         (recentf-edit-list-select): Rename from recentf-edit-list-action.
4363         Simplify.
4364         (recentf-edit-list-validate): New function.
4365         (recentf-edit-list): Update accordingly.
4366         (recentf-open-files-item-shift): Remove.
4367         (recentf-open-files-item): Convert menu elements into tree and
4368         link widgets.  Don't create the widgets.
4369         (recentf-open-files): Update accordingly.
4370         (recentf-save-list): Untabify.
4372 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
4374         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
4375         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
4376         partially contained in the active region.  Do not take active
4377         region into account when called from Lisp, unless INTERACTIVE arg
4378         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
4379         avoid trouble with fields.  Make marker point nowhere when no
4380         longer used.  Always return nil.  Doc fix.
4381         (flush-lines): Add INTERACTIVE arg.  Do not take active region
4382         into account when called from Lisp, unless INTERACTIVE arg is
4383         non-nil.  Use `forward-line' instead of `beginning-of-line' to
4384         avoid trouble with fields.  Make marker point nowhere when no
4385         longer used.  Always return nil.  Doc fix.
4386         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
4387         interchangeable.  Do not take active region into account when
4388         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
4389         message in echo area when called from Lisp, unless INTERACTIVE arg
4390         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
4391         Return the number of matches.  Doc fix.
4392         (occur): Doc fix.
4393         (perform-replace): Make comment follow double space convention for
4394         the sake of `outline-minor-mode'.
4396         * faces.el (facep): Doc fix.
4398 2005-06-25  Richard M. Stallman  <rms@gnu.org>
4400         * facemenu.el (facemenu-enable-faces-p): New function.
4401         (facemenu-background-menu, facemenu-foreground-menu)
4402         (facemenu-face-menu): Add menu-enable property.
4404         * jka-compr.el (jka-compr-insert-file-contents):
4405         Special handling if cannot find the uncompression program.
4407         * cus-face.el (custom-face-attributes): Add autoload.
4409         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4410         Bind comment-indent-function locally.
4412         * window.el (save-selected-window): Use save-current-buffer.
4414         * subr.el (with-selected-window): Use save-current-buffer.
4416         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
4417         and with-current-buffer.
4419 2005-06-24  Richard M. Stallman  <rms@gnu.org>
4421         * simple.el (line-move-1): Fix previous change.
4423 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
4425         * replace.el (occur-1): Set `buffer-read-only' and the
4426         buffer-modified flag before running `occur-hook' to protect
4427         against unintentional buffer switches that can lead to data loss.
4429 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
4431         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
4432         (gud-gdb-marker-filter): Use font-lock-warning-face for any
4433         initial error.
4435         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
4436         after fresh input.
4437         (gdb-var-create-handler): Put name of expression in quotes.
4439 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
4441         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
4442         elements of RING in order, and without bogus nil elements.
4444 2005-06-23  Richard M. Stallman  <rms@gnu.org>
4446         * simple.el (set-variable): Args renamed; doc fix.
4447         (line-move-1): When there are overlays around, use vertical-motion.
4449         * faces.el (escape-glyph): Use brown against light background.
4450         (nobreak-space): Rename from no-break-space.
4451         Fix previous change.
4453         * dired-aux.el (dired-do-copy): Fix arg prompt.
4455         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
4457 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
4459         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
4460         rather than "Distributor".
4462 2005-06-23  Lute Kamstra  <lute@gnu.org>
4464         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
4465         (debug-on-entry): Use it.  New interactive declaration that uses
4466         function-called-at-point.
4468 2005-06-23  Kim F. Storm  <storm@cua.dk>
4470         * subr.el (save-match-data): Add comment about using evaporate arg
4471         to set-match-data.
4473 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
4475         * cus-edit.el (customize-face)
4476         (customize-face-other-window): Handle face aliases.
4478         * faces.el (face-documentation, set-face-attribute)
4479         (face-spec-set): Handle face aliases.
4481 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
4483         * help-mode.el (help-make-xrefs): If a symbol representing a face
4484         name is not followed by the word "face", it could still be a
4485         function or variable name, so don't bypass other checks.
4487 2005-06-22  Juri Linkov  <juri@jurta.org>
4489         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
4490         Replace aliased functions with calls where second arg `inherit' is t.
4492 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
4494         * progmodes/gdb-ui.el (gdb-error): New variable.
4495         (gdb-error): New function.
4496         (gdb-annotation-rules): Act on error-begin and error annotations.
4497         (gdb-concat-output): Use font-lock-warning-face for errors.
4499 2005-06-22  Miles Bader  <miles@gnu.org>
4501         * bindings.el (propertized-buffer-identification): Use renamed
4502         `Buffer-menu-buffer' face.
4504         * faces.el (vertical-border): Rename from `vertical-divider'.
4505         (escape-glyph): Change dark-background color back to `cyan'.
4507 2005-06-21  Juri Linkov  <juri@jurta.org>
4509         * faces.el (face-user-default-spec): Try getting `customized-face'
4510         prior to `saved-face'.
4511         (frame-background-mode): Refill docstring.
4513         * emacs-lisp/lisp-mode.el (eval-defun-1):
4514         * emacs-lisp/edebug.el (edebug-eval-defun):
4515         Set `saved-face' temporarily to nil before calling form.
4516         Set `customized-face' to the new spec after that.
4518 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
4520         * subr.el (1value, lambda, key-substitution-in-progress):
4521         Doc fixes.
4523         * autoinsert.el (auto-insert-alist):
4524         * ses.el (ses-call-printer):
4525         * subr.el (noreturn):
4526         * emacs-lisp/lisp.el (check-parens):
4527         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
4528         * net/browse-url.el (browse-url-mosaic):
4529         * progmodes/cc-defs.el (c-safe-scan-lists):
4530         * progmodes/ebnf-abn.el (ebnf-abn-lex):
4531         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
4532         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
4533         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
4534         * progmodes/ebnf-iso.el (ebnf-iso-lex):
4535         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
4537 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4539         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
4541 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
4543         * calendar/appt.el (appt-make-list): Activate the package, if
4544         not already active (for backwards compatibility).
4546 2005-06-20  Kim F. Storm  <storm@cua.dk>
4548         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
4550 2005-06-20  Miles Bader  <miles@gnu.org>
4552         * faces.el (vertical-divider): New face.
4554 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
4556         * simple.el (kill-whole-line): Doc fix.
4557         (next-error-buffer-p, next-error-find-buffer)
4558         (clone-indirect-buffer): Fix typos in docstrings.
4559         (comment-line-break-function): Doc fix: don't say variable
4560         is automatically buffer-local (it isn't).
4562 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
4564         * net/tramp-ftp.el (top):
4565         * net/tramp-smb.el (top):
4566         * net/tramp-util.el (top):
4567         * net/tramp-uu.el (top):
4568         * net/tramp-vc.el (top):
4569         * net/tramp.el (top): Revert copyright years back to original
4570         ones.  Tramp has a life outside GNU Emacs.
4572 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
4574         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
4576 2005-06-18  Juri Linkov  <juri@jurta.org>
4578         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
4579         end of first regexp to limit the match to the position between
4580         line number and source line with same separator character as used
4581         between file name and line number.  In the second regexp limit
4582         mouse-face area to file name and line number by adding new group
4583         for them and referring it in HYPERLINK arg.
4584         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
4585         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
4586         previous line where grep markers may be already removed.
4588 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
4590         * progmodes/ps-mode.el: Update version and maintainer's email address.
4592 2005-06-18  Steve Youngs  <steve@xemacs.org>
4594         * net/browse-url.el (browse-url-browser-function)
4595         (browse-url-default-browser): Add firefox.
4596         (browse-url-firefox-program, browse-url-firefox-arguments)
4597         (browse-url-firefox-startup-arguments)
4598         (browse-url-firefox-new-window-is-tab): New defcustoms.
4599         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
4601 2005-06-17  Richard M. Stallman  <rms@gnu.org>
4603         * startup.el (command-line): Warn if specified user name has
4604         no home directory.
4606         * term.el (term-get-old-input, term-input-filter, term-input-sender)
4607         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
4609         * longlines.el (longlines-mode, longlines-show-hard-newlines):
4610         Doc fixes.
4612         * faces.el (underline): Try bold if terminal doesn't support underline.
4614         * mail/sendmail.el (mail-setup-with-from): New variable.
4615         (mail-insert-from-field): New function.
4616         (sendmail-send-it): Call it.
4617         (mail-setup): Optionally call it here.
4619         * term/linux.el: Call tty-no-underline.
4621 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
4623         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
4625 2005-06-17  Miles Bader  <miles@gnu.org>
4627         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
4628         (ediff-current-diff-C, ediff-current-diff-Ancestor)
4629         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
4630         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
4631         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
4632         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
4633         Remove "-face" suffix from face names.
4634         (ediff-current-diff-face-A, ediff-current-diff-face-B)
4635         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
4636         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
4637         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
4638         (ediff-even-diff-face-A, ediff-even-diff-face-B)
4639         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
4640         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
4641         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
4642         New backward-compatibility aliases for renamed faces.
4643         (ediff-current-diff-face-A, ediff-current-diff-face-B)
4644         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
4645         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
4646         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
4647         (ediff-even-diff-face-A, ediff-even-diff-face-B)
4648         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
4649         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
4650         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
4651         Use renamed ediff faces.
4653         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
4654         Remove "-face" suffix from face names.
4655         (eshell-test-ok-face, eshell-test-failed-face):
4656         New backward-compatibility aliases for renamed faces.
4657         (eshell-run-test): Use renamed eshell-test faces.
4659         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
4660         face name.
4661         (eshell-prompt-face): New backward-compatibility alias for renamed
4662         face.
4663         (eshell-emit-prompt): Use renamed eshell-prompt face.
4665         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
4666         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
4667         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
4668         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
4669         Remove "-face" suffix from face names.
4670         (eshell-ls-directory-face, eshell-ls-symlink-face)
4671         (eshell-ls-executable-face, eshell-ls-readonly-face)
4672         (eshell-ls-unreadable-face, eshell-ls-special-face)
4673         (eshell-ls-missing-face, eshell-ls-archive-face)
4674         (eshell-ls-backup-face, eshell-ls-product-face)
4675         (eshell-ls-clutter-face):
4676         New backward-compatibility aliases for renamed faces.
4677         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
4679         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
4680         Remove "-face" suffix from face name.
4681         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
4682         instead of literal face.
4684 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
4686         * emacs-lisp/warnings.el (display-warning, lwarn)
4687         (warning-minimum-log-level): Doc fixes.
4688         (warning-minimum-level, warning-minimum-log-level):
4689         Add :debug to :type choices.
4691         * progmodes/ada-mode.el (ada-format-paramlist)
4692         (ada-get-indent-case, ada-check-matching-start)
4693         (ada-check-defun-name, ada-goto-matching-decl-start)
4694         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
4695         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
4696         (ada-make-subprogram-body): Follow error conventions.
4697         (ada-case-exception-file, ada-indent-comment-as-code)
4698         (ada-indent-handle-comment-special, ada-indent-renames)
4699         (ada-indent-return, ada-search-directories-internal)
4700         (ada-tab-policy, ada-case-exception-substring)
4701         (ada-other-file-alist, ada-matching-start-re)
4702         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
4703         (ada-imenu-generic-expression, ada-compile-goto-error)
4704         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
4705         (ada-popup-menu, ada-add-extensions, ada-mode)
4706         (ada-region-selected, ada-create-case-exception)
4707         (ada-create-case-exception-substring, ada-after-keyword-p)
4708         (ada-activate-keys-for-case, ada-adjust-case-region)
4709         (ada-adjust-case-buffer, ada-format-paramlist)
4710         (ada-scan-paramlist, ada-insert-paramlist)
4711         (ada-indent-newline-indent)
4712         (ada-indent-newline-indent-conditional)
4713         (ada-justified-indent-current, ada-goto-previous-word)
4714         (ada-indent-current, ada-get-indent-open-paren)
4715         (ada-get-indent-paramlist, ada-get-indent-end)
4716         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
4717         (ada-get-indent-block-start, ada-get-indent-subprog)
4718         (ada-get-indent-noindent, ada-get-indent-label)
4719         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
4720         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
4721         (ada-goto-stmt-end, ada-goto-next-word)
4722         (ada-check-matching-start, ada-check-defun-name)
4723         (ada-goto-matching-decl-start, ada-goto-matching-start)
4724         (ada-goto-matching-end, ada-search-ignore-string-comment)
4725         (ada-in-decl-p, ada-looking-at-semi-or)
4726         (ada-looking-at-semi-private, ada-in-paramlist-p)
4727         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
4728         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
4729         (ada-next-procedure, ada-previous-procedure, ada-next-package)
4730         (ada-previous-package, ada-create-menu)
4731         (ada-fill-comment-paragraph-justify)
4732         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
4733         (ada-other-file-name, ada-last-which-function-line)
4734         (ada-last-which-function-subprog, ada-which-function)
4735         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
4736         (ada-gen-treat-proc, ada-check-emacs-version)
4737         (ada-continuation-indent, ada-align-region-separate):
4738         Fix typos in docstrings.
4739         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
4741 2005-06-16  Lute Kamstra  <lute@gnu.org>
4743         * simple.el (fundamental-mode): Run after-change-major-mode-hook
4744         conditionally.
4746 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
4748         * comint.el (comint-replace-by-expanded-filename)
4749         (comint-prompt-regexp, comint-delimiter-argument-list)
4750         (comint-preinput-scroll-to-bottom):
4751         * info.el (Info-hide-cookies-node):
4752         * ls-lisp.el (ls-lisp-classify):
4753         * find-file.el (ff-search-directories, ff-special-constructs)
4754         (ff-find-other-file):
4755         * font-lock.el (font-lock-keywords):
4756         * shell.el (shell-prompt-pattern)
4757         (shell-dynamic-complete-functions, shell-mode)
4758         (shell-delimiter-argument-list):
4759         * term.el (term-replace-by-expanded-filename)
4760         (term-prompt-regexp, term-delimiter-argument-list):
4761         * woman.el (woman-ignore, woman0-if):
4762         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
4763         * emacs-lisp/elint.el (elint-init-env):
4764         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
4765         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
4766         * language/ethio-util.el (ethio-tilde-escape)
4767         (ethio-use-three-dot-question):
4768         * net/zone-mode.el (zone-mode-load-time-setup):
4769         * progmodes/cc-align.el (c-lineup-argcont):
4770         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
4771         * progmodes/cperl-mode.el (cperl-set-style-back):
4772         * progmodes/inf-lisp.el (inferior-lisp-prompt):
4773         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
4774         Fix spellings in docstrings.
4776         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
4777         * progmodes/modula2.el (m2-for): Fix spellings.
4779         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
4781         * simple.el (undo-more): Don't use `format' on `error' arguments.
4782         Improve argument/docstring consistency.
4783         (pending-undo-list): Doc fix.
4785         * smerge-mode.el (smerge-ensure-match):
4786         * emulation/vip.el (vip-ex):
4787         * net/zone-mode.el (zone-mode-update-serial):
4788         * progmodes/idlwave.el (idlwave-complete):
4789         * progmodes/vhdl-mode.el (vhdl-visit-file)
4790         (vhdl-compose-wire-components):
4791         Don't use `format' on `error' arguments.
4793         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
4794         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
4795         (tooltip-help-tips): Fix typos in docstrings.
4797 2005-06-16  David Ponce  <david@dponce.com>
4799         * tree-widget.el (tree-widget-value-create): Simplify last change.
4801 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
4803         * ido.el (ido-incomplete-regexp): New variable.
4804         (ido-set-matches-1): Handle invalid-regexp error and set
4805         ido-incomplete-regexp.
4806         (ido-incomplete-regexp): New face.
4807         (ido-completions): Use it.
4808         (ido-complete, ido-exit-minibuffer, ido-completions):
4809         Handle incomplete regexps.
4810         (ido-completions): Add check for complete match when entering a regexp.
4812 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4814         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
4816 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4818         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
4819         by field delimiters.
4821 2005-06-15  David Ponce  <david@dponce.com>
4823         * tree-widget.el: eval-and-compile inlined functions so they will
4824         be available at run-time too.
4825         (tree-widget-super-format-handler)
4826         (tree-widget-format-handler): Remove.
4827         (tree-widget-value-create): Handle the :indent property.
4829 2005-06-15  Miles Bader  <miles@gnu.org>
4831         * progmodes/which-func.el (which-func): Only inherit
4832         `font-lock-function-name-face' when that makes sense against the
4833         default mode-line face, otherwise set the face color explicitly.
4835         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
4836         faces instead of (non-existent) variables.
4838 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4840         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
4841         (iswitchb-get-matched-buffers): Likewise.  Simplify.
4843 2005-06-14  Miles Bader  <miles@gnu.org>
4845         * progmodes/ld-script.el (ld-script-location-counter):
4846         Remove "-face" suffix from face name.
4847         (ld-script-location-counter-face):
4848         New backward-compatibility alias for renamed face.
4849         (ld-script-location-counter-face): Use renamed face.
4851         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
4852         (cperl-hash): Remove "-face" suffix from face names.
4853         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
4854         New backward-compatibility aliases for renamed faces.
4855         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
4856         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
4858         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
4859         name.
4860         (which-func-face): New backward-compatibility alias for renamed face.
4861         (which-func-format): Use renamed which-func face.
4863         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
4864         (vhdl-function, vhdl-directive, vhdl-reserved-word)
4865         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
4866         names.
4867         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
4868         (vhdl-speedbar-configuration, vhdl-speedbar-package)
4869         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
4870         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
4871         (vhdl-speedbar-architecture-selected)
4872         (vhdl-speedbar-configuration-selected)
4873         (vhdl-speedbar-package-selected)
4874         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
4875         names.
4876         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
4877         Use renamed faces.
4878         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
4879         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
4880         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
4881         Use renamed faces.
4882         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
4883         names.
4884         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
4885         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
4886         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
4887         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
4888         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
4889         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
4891         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
4892         face name.
4893         (sh-heredoc-face): New backward-compatibility alias for renamed face.
4894         (sh-heredoc-face): Use renamed sh-heredoc face.
4896         * progmodes/idlw-help.el (idlwave-help-link):
4897         Remove "-face" suffix from face name.
4898         (idlwave-help-link-face):
4899         New backward-compatibility alias for renamed face.
4900         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
4902         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
4903         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
4904         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
4905         New backward-compatibility aliases for renamed faces.
4906         (idlwave-shell-disabled-breakpoint-face)
4907         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
4909         * progmodes/flymake.el (flymake-errline, flymake-warnline):
4910         Remove "-face" suffix from face names.
4911         (flymake-errline-face, flymake-warnline-face):
4912         New backward-compatibility aliases for renamed faces.
4913         (flymake-highlight-line): Use renamed flymake faces.
4915         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
4916         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
4917         (ebrowse-member-class, ebrowse-progress):
4918         Remove "-face" suffix from face names.
4919         (ebrowse-tree-mark-face, ebrowse-root-class-face)
4920         (ebrowse-file-name-face, ebrowse-default-face)
4921         (ebrowse-member-attribute-face, ebrowse-member-class-face)
4922         (ebrowse-progress-face):
4923         New backward-compatibility aliases for renamed faces.
4924         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
4925         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
4926         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
4927         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
4929         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
4930         antlr-syntax)
4931         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
4932         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
4933         names.
4934         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
4935         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
4936         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
4937         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
4938         backward-compatibility aliases for renamed faces.
4939         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
4940         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
4941         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
4942         remove "font-lock-".  Use renamed antlr-mode faces.
4943         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
4944         literal face-names with face variable references.
4946         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
4947         face name.
4948         (Buffer-menu-buffer-face): New backward-compatibility alias for
4949         renamed face.
4950         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
4952 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
4954         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
4955         Eliminate "-face" suffix.
4956         (makefile-targets): Inherit from font-lock-function-name-face and
4957         eliminate "-face" suffix.
4958         (makefile-shell): Remove attributes and eliminate "-face" suffix.
4959         (makefile-*-font-lock-keywords): Append makefile-targets in rule
4960         actions, instead of prepending, to make it less visible.
4961         (makefile-previous-dependency, makefile-match-dependency):
4962         Don't match a target on a continuation line.
4964         * files.el (auto-mode-alist): Put Makefile in gmake mode.
4966 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
4968         * progmodes/gdb-ui.el (menu): Re-order menu items.
4969         (gdb-tooltip-print): Respect tooltip-use-echo-area.
4971         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
4972         Define in tooltip.el.
4973         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
4974         (gud-tooltip-tips): Respect tooltip-use-echo-area and
4975         gud-tooltip-echo-area.
4977         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
4978         backward compatibility and make obsolete.
4979         (tooltip-help-tips): Use tooltip-use-echo-area.
4980         (tooltip-show-help-function): Rename to...
4981         (tooltip-show-help): ...this, because it is a function.
4982         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
4984 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
4986         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
4987         (edebug-print-length, edebug-print-level, edebug-print-circle)
4988         (edebug-modify-breakpoint, edebug-eval-last-sexp)
4989         (edebug-eval-print-last-sexp): Doc fixes.
4991 2005-06-14  Kim F. Storm  <storm@cua.dk>
4993         * ido.el (ido-mode): Make a new keymap every time we enable ido,
4994         as the coverage buffer/file/both may change.
4996 2005-06-14  Lute Kamstra  <lute@gnu.org>
4998         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
4999         and run-mode-hooks.  Simplify.
5001         * mail/rmailedit.el (rmail-edit-mode):
5002         * progmodes/octave-inf.el (inferior-octave-mode):
5003         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5005         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5006         and run-mode-hooks.
5007         (recentf-edit-list, recentf-open-files): Don't call
5008         kill-all-local-variables directly.
5010         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5012 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5014         * emacs-lisp/byte-run.el (make-obsolete)
5015         (define-obsolete-function-alias): Rename arguments FUNCTION and
5016         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5017         (make-obsolete-variable, define-obsolete-variable-alias):
5018         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5019         respectively.
5021         * isearchb.el (isearchb-activate):
5022         * pcvs.el (cvs-mode):
5023         * ses.el (ses-load):
5024         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5025         * net/tramp.el (tramp-find-file-exists-command)
5026         (tramp-find-shell):
5027         * progmodes/ada-mode.el (ada-create-case-exception)
5028         (ada-create-case-exception-substring, ada-make-subprogram-body):
5029         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5030         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5031         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5032         * textmodes/org.el (org-promote, org-evaluate-time-range)
5033         (org-agenda-next-date-line, org-agenda-previous-date-line)
5034         (org-agenda-error, org-open-at-point, org-table-move-row)
5035         (org-format-table-table-html-using-table-generate-source)
5036         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5037         * textmodes/reftex.el (reftex-access-scan-info):
5038         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5039         (reftex-toc-promote-prepare): Follow error conventions.
5041         * diff-mode.el (diff-mode): Fix typo in docstring.
5043         * forms.el (forms--intuit-from-file): Fix reference to
5044         `forms-number-of-fields' in error message.
5045         (forms-print): Fix quoting in error message.
5047         * forms.el (forms-mode):
5048         * emulation/vi.el (vi-goto-insert-state):
5049         * progmodes/flymake.el (flymake-new-err-info)
5050         (flymake-start-syntax-check-for-current-buffer)
5051         (flymake-simple-cleanup):
5052         * eshell/esh-var.el (eshell/export):
5053         * progmodes/gud.el (xdb):
5054         * textmodes/flyspell.el (flyspell-incorrect-hook)
5055         (flyspell-maybe-correct-transposition)
5056         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5058 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
5060         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5061         minibuffer prompt.
5063 2005-06-13  Kim F. Storm  <storm@cua.dk>
5065         * subr.el (add-to-ordered-list): New defun.
5067         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5068         add cua--keymap-alist to emulation-mode-map-alists.
5070 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5072         * subr.el (complete-in-turn): New macro.
5073         (dynamic-completion-table, lazy-completion-table): Add debug info.
5075         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5076         in preference to face aliases.
5078         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5079         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5080         Remove unused vars `start' and `firstline'.
5081         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5082         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5084 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
5086         * cus-start.el (all): Don't complain about missing GTK-related
5087         variables, unless either `gtk' is boundp or this isn't a
5088         `windows-nt' build.
5090 2005-06-13  Lute Kamstra  <lute@gnu.org>
5092         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5093         run-mode-hooks.
5095         * ediff-mult.el (ediff-meta-mode):
5096         * ediff-util.el (ediff-mode): Use run-mode-hooks.
5098         * ledit.el (ledit-mode): Use delay-mode-hooks.
5100         * woman.el (woman-mode-line-format): Delete constant.
5101         (woman-mode-map): Initialize it properly.
5102         (woman-mode): Set mode-class property to special.
5103         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
5104         Set major-mode and mode-name.  Don't set mode-line-format directly.
5105         (Man-getpage-in-background): Don't reference woman-mode-line-format.
5107         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
5108         string argument obsolete.
5110 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
5112         * textmodes/org.el (org-CUA-compatible): New option.
5113         (org-disputed-keys): New variable.
5114         (org-key): New function.
5115         (orgtbl-make-binding): Add docstring to the created function.
5116         (org-mode): Set paragraph start/separate regexps.
5117         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
5118         (org-archive-location, org-archive-mark-done)
5119         (org-archive-stamp-time): New options.
5120         (org-archive-subtree): New command.
5121         (org-fill-paragraph): New function.
5122         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
5123         (org-fake-empty-table-line): Function removed.
5124         (org-format-org-table-html): Do not create empty table lines at
5125         separator lines.  Improved table header treatment.
5126         (org-link-format): New option.
5127         (org-make-link): New function.
5128         (org-insert-link, org-store-link): Use org-make-link.
5129         (org-open-file): Quote file name for shell command, to allow
5130         spaces in file names.
5131         (org-link-regexp): Fix bug with mailto link.
5132         (org-link-maybe-angles-regexp, org-protected-link-regexp):
5133         New constants.
5134         (org-export-as-html): Deal with the optional angles around a link.
5135         Better treatment of file: links.
5136         (org-open-at-point): Replace @{ and @} with < and >.
5137         (org-run-mode-hooks): Function removed.
5138         (org-agenda-mode): No longer use `org-run-mode-hooks'.
5140 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
5142         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
5143         MI command -data-list-register-values.
5144         (gdb-post-prompt): Indent properly.
5146 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
5148         * hilit-chg.el (highlight-changes-colors): Rename from
5149         `highlight-changes-colours'.
5150         (highlight-changes-colours): Keep as obsolete alias.
5151         (highlight-changes-face-list): Doc fix.
5152         (hilit-chg-make-list): Use `highlight-changes-colors'.
5154 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
5156         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
5157         defun-prompt-regexp.
5159 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
5161         * loadup.el: Don't say we are dumping under 2 names on windows-nt
5162         and cygwin.
5164         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5165         Don't use an old loaddefs.el, as in Makefile.in.
5167 2005-06-12  Lute Kamstra  <lute@gnu.org>
5169         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
5171         * man.el (Man-mode-map): Initialize it properly.
5172         (Man-mode): Set mode-class property to special.
5174         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
5176 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
5178         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
5179         A newline is needed in the docstring there.
5181         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
5182         Doc fixes.
5184 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5186         * printing.el: Doc fix.  The menubar is no more changed when printing
5187         is loaded, it only changes when pr-menu-bind or pr-update-menus is
5188         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
5189         (pr-version): New version number (6.8.4).
5190         (pr-menu-bind): New command.
5191         (pr-update-menus): Docstring and code fix.
5192         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
5193         Docstring fix.
5194         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
5195         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
5197 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
5199         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
5200         "Returns" to "return", document useful return values, etc.
5202 2005-06-11  Alan Mackenzie  <acm@muc.de>
5204         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
5205         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
5206         (adaptive-file-function): Minor amendment to doc-string.
5208 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
5210         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5211         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
5212         Fix :type--it is `integer', not `string'.
5214         * faces.el (modeline-highlight): Rename from (the erroneous)
5215         `modeline-higilight'.
5217 2005-06-11  Lute Kamstra  <lute@gnu.org>
5219         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
5220         lisp-interaction-mode-map but make it the parent.
5221         (edebug-eval-mode): Use define-derived-mode.
5223 2005-06-11  Andreas Schwab  <schwab@suse.de>
5225         * bindings.el: Add binding of `ESC functionkey' for every
5226         `M-functionkey'.
5227         * hexl.el (hexl-mode-map): Likewise.
5229 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
5231         * progmodes/compile.el (compilation-error-regexp-alist-alist)
5232         [msft]: update regexp for newer msft compilers.
5234 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
5236         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
5237         ATTLIST portions of included DTDs.
5238         (xml-parse-dtd): Eliminate use of inefficient match-data.
5240 2005-06-10  Miles Bader  <miles@gnu.org>
5242         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5243         (mpuz-text): Remove "-face" suffix from face names.
5244         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
5245         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
5246         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
5248         * play/gomoku.el (gomoku-O, gomoku-X):
5249         Remove "-face" suffix from face names.
5250         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
5251         New backward-compatibility aliases for renamed faces.
5252         (gomoku-font-lock-keywords): Use renamed gomoku faces.
5254 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
5256         * thumbs.el: Fixes for changes of 2005-06-09.
5257         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
5258         as a directory.
5259         (thumbs-thumbname): Remove directory separator from format string;
5260         `thumbs-thumbsdir' now returns a valid directory name.
5261         (thumbs-temp-dir): New defsubst.
5262         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
5263         Use it.
5265         * cus-edit.el (minibuffer):
5266         * files.el (make-backup-file-name-function):
5267         * filesets.el (filesets-external-viewers):
5268         * hilit-chg.el (highlight-changes-colours)
5269         (highlight-changes-face-list, highlight-changes-rotate-faces):
5270         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
5271         * kmacro.el (kmacro-call-macro):
5272         * log-edit.el (log-edit-changelog-full-paragraphs):
5273         * mouse.el (mouse-1-click-follows-link):
5274         * skeleton.el (skeleton-autowrap):
5275         * subr.el (insert-for-yank-1):
5276         * tempo.el (tempo-insert-region):
5277         * terminal.el (terminal-emulator):
5278         * time.el (display-time-mail-face):
5279         * vc.el (vc-annotate):
5280         * vcursor.el (vcursor-copy-line):
5281         * woman.el (woman-bold-headings, woman-ignore)
5282         (woman-default-faces, woman-monochrome-faces):
5283         * calendar/todo-mode.el (todo-insert-threshold):
5284         * emulation/pc-select.el (pc-select-selection-keys-only)
5285         (pc-selection-mode):
5286         * emulation/vip.el (vip-find-char-forward):
5287         * emulation/viper-cmd.el (viper-find-char-forward):
5288         * international/mule-cmds.el
5289         (select-safe-coding-system-accept-default-p)
5290         (input-method-exit-on-invalid-key):
5291         * international/mule-diag.el (describe-coding-system):
5292         * international/ucs-tables.el (unify-8859-on-encoding-mode):
5293         * net/browse-url.el (browse-url-xterm-program):
5294         * obsolete/lazy-lock.el (lazy-lock-mode):
5295         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
5296         (cperl-mode):
5297         * progmodes/cpp.el (cpp-face-light-name-list)
5298         (cpp-face-dark-name-list):
5299         * progmodes/delphi.el (delphi-newline-always-indents):
5300         Fix spellings in docstrings.
5302         * ido.el (ido-mode, ido-file-extensions-order)
5303         (ido-default-file-method, ido-default-buffer-method)
5304         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
5305         (ido-decorations, ido-read-file-name-as-directory-commands)
5306         (ido-read-file-name-non-ido, ido-work-directory-list)
5307         (ido-ignore-item-temp-list, ido-current-directory)
5308         (ido-magic-forward-char, ido-enter-find-file)
5309         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
5310         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
5312 2005-06-10  Lute Kamstra  <lute@gnu.org>
5314         * play/dunnet.el (dun-mode): Use define-derived-mode.
5315         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
5316         obsolete alias.
5318         * play/doctor.el (doctor-mode-map): Remove defvar.
5319         (doctor-mode): Use define-derived-mode.
5321         * mail/mspools.el (mspools-mode):
5322         * net/eudc-hotlist.el (eudc-hotlist-mode):
5323         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
5325 2005-06-10  Miles Bader  <miles@gnu.org>
5327         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5328         Remove "-face" suffix from face names.
5329         (flyspell-incorrect-face, flyspell-duplicate-face):
5330         New backward-compatibility aliases for renamed faces.
5331         (flyspell-mode-on, make-flyspell-overlay)
5332         (flyspell-highlight-incorrect-region)
5333         (flyspell-highlight-duplicate-region)
5334         (flyspell-display-next-corrections)
5335         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
5337         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
5338         from face name.
5339         (texinfo-heading-face): New backward-compatibility alias for
5340         renamed face.
5341         (texinfo-heading-face): Use renamed texinfo-heading face.
5343         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
5344         suffix from face names.
5345         (tex-math-face, tex-verbatim-face):
5346         New backward-compatibility aliases for renamed faces.
5347         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
5348         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
5349         literal face name.
5351         * textmodes/table.el (table-cell): Remove "-face" suffix from face
5352         name.
5353         (table-cell-face): New backward-compatibility alias for renamed face.
5354         (table--put-cell-face-property, table--update-cell-face):
5355         Use renamed table-cell face.
5357         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
5358         from face name.
5359         (sgml-namespace-face): New backward-compatibility alias for
5360         renamed face.
5361         (sgml-namespace-face): Use renamed sgml-namespace face.
5363         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
5364         (org-level-4, org-level-5, org-level-6, org-level-7)
5365         (org-level-8, org-warning, org-headline-done)
5366         (org-deadline-announce, org-scheduled-today)
5367         (org-scheduled-previously, org-link, org-done, org-table)
5368         (org-time-grid): Remove "-face" suffix from face names.
5369         (org-level-1-face, org-level-2-face, org-level-3-face)
5370         (org-level-4-face, org-level-5-face, org-level-6-face)
5371         (org-level-7-face, org-level-8-face, org-warning-face)
5372         (org-headline-done-face, org-deadline-announce-face)
5373         (org-scheduled-today-face, org-scheduled-previously-face)
5374         (org-link-face, org-done-face, org-table-face)
5375         (org-time-grid-face):
5376         New backward-compatibility aliases for renamed faces.
5377         (org-level-faces, org-set-font-lock-defaults, org-timeline)
5378         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
5379         (org-agenda-get-timestamps, org-agenda-get-scheduled)
5380         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
5382         * emulation/viper-init.el (viper-search, viper-replace-overlay)
5383         (viper-minibuffer-emacs, viper-minibuffer-insert)
5384         (viper-minibuffer-vi): Remove "-face" suffix from face names.
5385         (viper-search-face, viper-replace-overlay-face)
5386         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5387         (viper-minibuffer-vi-face):
5388         New backward-compatibility aliases for renamed faces.
5389         (viper-search-face, viper-replace-overlay-face)
5390         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5391         (viper-minibuffer-vi-face): Use renamed viper faces.
5393         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
5394         Remove "-face" suffix from face names.
5395         (testcover-nohits-face, testcover-1value-face):
5396         New backward-compatibility aliases for renamed faces.
5397         (testcover-mark): Use renamed testcover faces.
5399         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
5400         face name.
5401         (diary-button-face): New backward-compatibility alias for renamed face.
5402         (diary-entry): Use renamed diary-button face.
5404         * calendar/calendar.el (diary, calendar-today, holiday)
5405         (mark-visible-calendar-date): Remove "-face" suffix from face names.
5406         (diary-face, calendar-today-face, holiday-face):
5407         New backward-compatibility aliases for renamed faces.
5408         (eval-after-load "facemenu", diary-entry-marker)
5409         (calendar-today-marker, calendar-holiday-marker, diary-face):
5410         Use renamed calendar faces.
5412         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
5413         (compare-windows-face): New backward-compatibility alias for
5414         renamed face.
5415         (compare-windows-highlight): Use renamed compare-windows face.
5417         * strokes.el (strokes-char): Remove "-face" suffix from face name.
5418         (strokes-char-face): New backward-compatibility alias for renamed face.
5419         (strokes-encode-buffer): Use renamed strokes-char face.
5421         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
5422         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
5423         Remove "-face" suffix from face names.
5424         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5425         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5426         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
5427         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
5428         Use renamed pcvs faces.
5429         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
5430         * pcvs-defs.el (cvs-mode-map): Likewise.
5431         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
5433         * info.el (info-title-1, info-title-2, info-title-3)
5434         (info-title-4): Remove "-face" suffix from and downcase face names.
5435         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5436         (Info-title-4-face):
5437         New backward-compatibility aliases for renamed faces.
5438         (Info-fontify-node): Use renamed info faces.
5440         * hilit-chg.el (highlight-changes, highlight-changes-delete):
5441         Remove "-face" suffix from face names.
5442         (highlight-changes-face, highlight-changes-delete-face):
5443         New backward-compatibility aliases for renamed faces.
5444         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
5445         (hilit-chg-make-list): Use renamed highlight-changes faces.
5447         * generic-x.el (show-tabs-tab, show-tabs-space):
5448         Remove "-face" suffix from face names.
5449         (show-tabs-tab-face, show-tabs-space-face):
5450         New backward-compatibility aliases for renamed faces.
5451         (show-tabs-generic-mode-font-lock-defaults-1)
5452         (show-tabs-generic-mode-font-lock-defaults-2):
5453         Use renamed show-tabs faces.
5455         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
5456         (smerge-markers): Remove "-face" suffix from face names.
5457         (smerge-mine-face, smerge-other-face, smerge-base-face)
5458         (smerge-markers-face):
5459         New backward-compatibility aliases for renamed faces.
5460         (smerge-mine-face, smerge-other-face, smerge-base-face)
5461         (smerge-markers-face): Use renamed smerge faces.
5463         * log-view.el (log-view-file, log-view-message): Remove "-face"
5464         suffix from face names.
5465         (log-view-file-face, log-view-message-face): New
5466         backward-compatibility aliases for renamed faces.
5467         (log-view-file-face, log-view-message-face): Use renamed log-view
5468         faces.
5470         * paren.el (show-paren-match, show-paren-mismatch):
5471         Remove "-face" suffix from face names.
5472         (show-paren-match-face, show-paren-mismatch-face):
5473         New backward-compatibility aliases for renamed faces.
5474         (show-paren-function): Use renamed show-paren faces.
5476         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
5477         (ruler-mode-margins, ruler-mode-fringes)
5478         (ruler-mode-column-number, ruler-mode-fill-column)
5479         (ruler-mode-comment-column, ruler-mode-goal-column)
5480         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
5481         suffix from face names.
5482         (ruler-mode-default-face, ruler-mode-pad-face)
5483         (ruler-mode-margins-face, ruler-mode-fringes-face)
5484         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
5485         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
5486         (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
5487         backward-compatibility aliases for renamed faces.
5488         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
5489         (ruler-mode-column-number, ruler-mode-fill-column)
5490         (ruler-mode-comment-column, ruler-mode-goal-column)
5491         (ruler-mode-tab-stop, ruler-mode-current-column)
5492         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
5493         faces.
5495         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
5496         face name.
5497         (whitespace-highlight-the-space): Use renamed face.
5498         (whitespace-highlight-face): New backward-compatibility alias for
5499         renamed face.
5501         * woman.el (woman-italic, woman-bold, woman-unknown)
5502         (woman-addition, woman-symbol-face):
5503         Remove "-face" suffix from face names.
5504         (woman-italic-face, woman-bold-face, woman-unknown-face)
5505         (woman-addition-face):
5506         New backward-compatibility aliases for renamed faces.
5507         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
5508         (woman-decode-region, woman-replace-match)
5509         (woman-display-extended-fonts, woman-special-characters)
5510         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
5511         Use renamed woman faces.
5513         * longlines.el (longlines-visible-face): Face removed.
5515         * diff-mode.el (diff-header, diff-file-header, diff-index)
5516         (diff-hunk-header, diff-removed, diff-added, diff-changed)
5517         (diff-function, diff-context, diff-nonexistent): Remove "-face"
5518         suffix from face names.
5519         (diff-header-face, diff-file-header-face, diff-index-face)
5520         (diff-hunk-header-face, diff-removed-face, diff-added-face)
5521         (diff-changed-face, diff-function-face, diff-context-face)
5522         (diff-nonexistent-face): New backward-compatibility aliases for
5523         renamed faces.
5524         (diff-header-face, diff-file-header-face)
5525         (diff-index, diff-index-face, diff-hunk-header)
5526         (diff-hunk-header-face, diff-removed, diff-removed-face)
5527         (diff-added, diff-added-face, diff-changed-face, diff-function)
5528         (diff-function-face, diff-context-face, diff-nonexistent)
5529         (diff-nonexistent-face): Use renamed diff-mode faces.
5531         * progmodes/compile.el (compilation-warning-face)
5532         (compilation-info-face): Remove "-face" suffix from face names.
5533         (compilation-warning-face, compilation-info-face):
5534         New backward-compatibility aliases for renamed faces.
5535         (compilation-warning-face, compilation-info-face):
5536         Use renamed compilation faces.
5538         * add-log.el (change-log-date, change-log-name)
5539         (change-log-email, change-log-file, change-log-list)
5540         (change-log-conditionals, change-log-function)
5541         (change-log-acknowledgement): Remove "-face" suffix from face names.
5542         (change-log-date-face, change-log-name-face)
5543         (change-log-email-face, change-log-file-face)
5544         (change-log-list-face, change-log-conditionals-face)
5545         (change-log-function-face, change-log-acknowledgement-face):
5546         New backward-compatibility aliases for renamed faces.
5547         (change-log-font-lock-keywords): Use renamed change-log faces.
5549         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
5550         (custom-set, custom-changed, custom-saved, custom-button)
5551         (custom-button-pressed, custom-documentation, custom-state)
5552         (custom-comment, custom-comment-tag, custom-variable-tag)
5553         (custom-variable-button, custom-face-tag, custom-group-tag-1)
5554         (custom-group-tag): Remove "-face" suffix from face names.
5555         (custom-magic-alist, custom-magic-value-create)
5556         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
5557         (custom-invalid-face, custom-rogue-face, custom-modified-face)
5558         (custom-set-face, custom-changed-face, custom-saved-face)
5559         (custom-button-face, custom-button-pressed-face)
5560         (custom-documentation-face, custom-state-face)
5561         (custom-comment-face, custom-comment-tag-face)
5562         (custom-variable-tag-face, custom-variable-button-face)
5563         (custom-face-tag-face, custom-group-tag-face-1)
5564         (custom-group-tag-face):
5565         New backward-compatibility aliases for renamed faces.
5567         * wid-edit.el (widget-documentation, widget-button)
5568         (widget-field, widget-single-line-field, widget-inactive)
5569         (widget-button-pressed): "-face" suffix removed from face names.
5570         (widget-documentation-face, widget-button-face)
5571         (widget-field-face, widget-single-line-field-face)
5572         (widget-inactive-face, widget-button-pressed-face):
5573         New backward-compatibility aliases for renamed faces.
5574         (widget-documentation-face, widget-button-face)
5575         (widget-button-pressed-face, widget-specify-field)
5576         (widget-specify-inactive): Use renamed widget faces.
5578 2005-06-10  Kenichi Handa  <handa@m17n.org>
5580         * term/x-win.el (x-clipboard-yank): Remove condition-case
5581         wrapping.
5583 2005-06-11  Kenichi Handa  <handa@m17n.org>
5585         * add-log.el (change-log-font-lock-keywords): Make the regexp for
5586         date lines stricter.
5588 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
5590         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
5591         of x-get-selection.
5593 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
5595         * comint.el (comint-mode, comint-snapshot-last-prompt):
5596         * frame.el (frame-current-scroll-bars):
5597         * term.el (term-mode, term-check-proc, term-input-sender)
5598         (term-simple-send, term-extract-string, term-word)
5599         (term-match-partial-filename):
5600         * window.el (window-current-scroll-bars):
5601         * emulation/cua-base.el (cua-normal-cursor-color)
5602         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
5603         (cua-global-mark-cursor-color):
5604         * mail/undigest.el (rmail-forward-separator-regex):
5605         Fix typos in docstrings.
5607         * comint.el (comint-check-proc, make-comint-in-buffer)
5608         (comint-source-default): Doc fixes.
5610         * term.el (term-send-string): Improve argument/docstring
5611         consistency.
5613 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
5615         * comint.el (comint-send-input): Bind `inhibit-read-only' around
5616         call to `delete-region'.
5617         (comint-mode-hook): Do not enable Font Lock by default.
5619 2005-06-09  Lute Kamstra  <lute@gnu.org>
5621         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
5622         could be void.
5624 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5626         * emacs-lisp/debug.el (debugger-will-be-back): New var.
5627         (debug): Use it.
5628         (debugger-step-through, debugger-continue, debugger-jump)
5629         (debugger-return-value): Set it when needed.
5630         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
5631         Use inhibit-read-only.
5633 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
5635         * window.el (shrink-window-if-larger-than-buffer)
5636         (window-size-fixed): Fix typo in docstring.
5638         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
5639         thumbnails directory on loading.
5640         (thumbs-conversion-program): Use `eq' to check the system type,
5641         not `equal'.
5642         (thumbs-temp-dir): Initialize to `temporary-file-directory',
5643         not "/tmp".  Fix docstring.
5644         (thumbs-thumbsdir): New function to return the thumbnails
5645         directory, creating it if needed.
5646         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
5647         (thumbs-temp-file): Delete variable and make it into a function.
5648         (thumbs-resize-image, thumbs-modify-image): Use it.
5649         (thumbs-kill-buffer): Simplify.
5650         (thumbs-gensym): Defalias or duplicate CL `gensym'.
5651         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
5652         docstrings.
5654 2005-06-09  Kim F. Storm  <storm@cua.dk>
5656         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
5657         set-match-data to free markers in match-data.
5659         * replace.el (replace-match-data): Pass RESEAT arg `t' to
5660         match-data to unchain markers in match-data.
5662 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5664         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
5665         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
5666         unnecessary now.
5668 2005-06-08  Richard M. Stallman  <rms@gnu.org>
5670         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
5671         give the variable a doc string that doesn't say don't set it directly.
5673         * textmodes/ispell.el (ispell-check-version):
5674         Use match-string-no-properties.
5675         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
5676         (ispell-buffer-local-words): Likewise.
5678         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
5679         except on terminals with enough colors to really display it.
5680         (makefile-dependency-regex): Delete spurious `bb'.
5682         * faces.el (escape-glyph): Use blue once again in last case.
5683         (no-break-space): Redefine so that it isn't invisible on a tty.
5685 2005-06-08  Kim F. Storm  <storm@cua.dk>
5687         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
5688         also when reading directory name.
5690 2005-06-08  Lute Kamstra  <lute@gnu.org>
5692         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
5693         (flyspell-mode-line-string): Remove autoload cookie.
5694         (flyspell-mode): Remove defvar.
5696 2005-06-07  Lute Kamstra  <lute@gnu.org>
5698         * textmodes/org.el (org-run-mode-hooks): New function.
5699         (org-agenda-mode): Use it.
5701 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
5703         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
5705 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5707         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
5709 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
5711         * font-lock.el (font-lock-add-keywords): Doc fix.
5713 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5715         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
5716         (tex-compile-default): In the absence of any history, use the order in
5717         tex-compile-alist to choose the preferred command.
5718         (tex-compile-commands): Reorder a bit.
5720         * textmodes/flyspell.el (flyspell-auto-correct-binding)
5721         (flyspell-incorrect-face, flyspell-duplicate-face):
5722         Use (X)Emacs-agnostic code.
5723         (flyspell-mode-map): Don't overwrite at each load.  Remove code
5724         redundant with the subsequent add-minor-mode.  Merge Emacs and
5725         XEmacs code.
5726         (flyspell-word): Minor simplification.
5727         (flyspell-math-tex-command-p): Quieten the byte-compiler.
5728         (flyspell-external-point-words): Remove unused vars `size' and
5729         `start'.
5730         (flyspell-do-correct): Rename from flyspell-xemacs-correct.  Merge
5731         the corresponding Emacs code.
5732         (flyspell-correct-word, flyspell-xemacs-popup): Use
5733         flyspell-do-correct.
5735         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
5736         a dedicated window.
5738         * international/latexenc.el (latexenc-find-file-coding-system):
5739         Undo part of last patch, to turn off a compiler warning.
5741 2005-06-06  Juri Linkov  <juri@jurta.org>
5743         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
5744         Rename `tmm-inactive-face' to `tmm-inactive'.
5746 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
5748         * iswitchb.el: Rename faces.
5750 2005-06-06  Kim F. Storm  <storm@cua.dk>
5752         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
5753         (cua-global-mark): Remove -face suffix from face names.
5755         * emulation/cua-gmrk.el (cua--init-global-mark):
5756         Remove cua-global-mark face setup.
5758 2005-06-06  Richard M. Stallman  <rms@gnu.org>
5760         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
5761         just like other allowed characters.
5762         (makefile-match-dependency): Exclude leading and training whitespace
5763         from the range of regexp subexp 1.
5764         (makefile-macroassign-regex): Don't try to match the body,
5765         just the name of the macro being defined.
5767         * info.el (Info-read-node-name-2): New function.
5768         (Info-read-node-name-1): Use that.
5769         Add a completion-base-size-function property.
5771         * simple.el (completion-setup-function): Look for
5772         completion-base-size-function property of
5773         minibuffer-completion-table.
5775         * files.el (locate-file-completion): Doc fix.
5777         * printing.el: Don't call pr-update-menus; user must do that.
5779         * emacs-lisp/debug.el (debugger-window): New variable.
5780         (debug): Use debugger-window if it is set and still alive.
5781         Record debugger-window for next entry.
5783         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
5785 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
5787         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
5788         (hack-one-local-variable, hack-local-variables)
5789         (hack-local-variables-prop-line): Pass that arg.
5791 2005-06-06  Kim F. Storm  <storm@cua.dk>
5793         * ido.el (ido-first-match, ido-only-match, ido-subdir)
5794         (ido-indicator): Remove -face suffix from face names.
5796 2005-06-06  Juri Linkov  <juri@jurta.org>
5798         * font-lock.el (font-lock-regexp-backslash)
5799         (font-lock-regexp-backslash-construct): New faces.
5800         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
5801         after `('.  Add `while-no-input' to control structures.
5803         * faces.el (no-break-space, shadow): New faces.
5804         (escape-glyph): Use less loud colors pink2 and red4.
5806         * diff-mode.el (diff-context-face)
5807         * dired.el (dired-ignored)
5808         * rfn-eshadow.el (file-name-shadow)
5809         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
5811         * info.el (Info-title-1-face): Use green instead of yellow because
5812         bold yellow is not readable on light backgrounds.
5814         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
5815         before selecting the desired mode to not spend time fontifying
5816         old contents.
5818 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
5820         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
5821         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
5823         * ps-print.el (ps-default-fg, ps-default-bg):
5824         Fix typos in docstrings.
5826         * isearchb.el (isearchb): Don't pass a spurious second argument to
5827         `iswitchb-completions'.
5829 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
5831         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
5832         to preserve point.
5833         (gdb-find-file-hook): Add doc string.
5835         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
5836         C dereferenced pointer expression.
5837         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
5839         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
5841         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
5842         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
5843         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
5844         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
5845         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
5846         Make background transparent.
5848 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
5850         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
5851         (font-lock-remove-keywords): Doc fix.
5852         (font-lock-mode-major-mode): Compiler defvar.
5853         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
5855         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
5856         (font-lock-mode): Update `font-lock-mode-major-mode'.
5857         (font-lock-set-defaults): Compiler defvar.
5858         (font-lock-default-function): Take `font-lock-mode-major-mode'
5859         into account.
5861         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
5862         keep track of which major mode it enabled the minor mode for.
5863         Use find-file-hook again.  Update docstring.
5865         * simple.el (eval-expression-print-level)
5866         (eval-expression-print-length, eval-expression-debug-on-error):
5867         Doc fixes.
5869 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
5871         * iswitchb.el (iswitchb-single-match-face)
5872         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
5873         (iswitchb-invalid-regexp-face): New faces.
5874         (iswitchb-completions): Use them.
5875         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
5876         now marked as an obsolete alias.
5877         (iswitchb-read-buffer): Remove check for bound font variables.
5878         (iswitchb-invalid-regexp): New free variable.
5879         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
5880         set iswitchb-invalid-regexp.
5881         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
5882         invalid regexps.
5883         (iswitchb-completions): Add check for complete match when entering
5884         a regexp.
5885         (iswitchb-completions): Remove require-match argument.
5886         (iswitchb-exhibit): Fix caller.
5887         (iswitchb-common-match-inserted): New variable.
5888         (iswitchb-complete, iswitchb-completion-help): Use it.
5890 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
5892         * url-http.el (url-http-chunked-encoding-after-change-function):
5893         Use `url-http-debug' instead of `message'.
5895 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
5897         * url-http.el (url-http-parse-headers): Pass redirected URL as a
5898         callback argument.
5900 2005-06-04  Kim F. Storm  <storm@cua.dk>
5902         * simple.el (line-move): Only call sit-for when moving backwards.
5904         * ido.el (ido-make-merged-file-list-1): New defun split from
5905         ido-make-merged-file-list.
5906         (ido-make-merged-file-list): Bind throw-on-input around call to
5907         ido-make-merged-file-list-1.  Return input-pending-p if
5908         interrupted by more input available.
5909         (ido-read-internal): Handle input-pending-p return value from
5910         ido-make-merged-file-list.
5912 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5914         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
5915         compatibility code.
5917         * international/latexenc.el (latexenc-find-file-coding-system):
5918         Don't inherit the EOL part of the coding-system from the
5919         tex-main buffer.  Fit within 80 columns.
5921 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
5923         * tmm.el (tmm-inactive-face): New face.
5924         (tmm-remove-inactive-mouse-face): New function.
5925         (tmm-prompt, tmm-add-one-shortcut)
5926         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
5927         but not selectable.
5929 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
5931         * faces.el (face-equal): Improve argument/docstring consistency.
5933 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
5935         * progmodes/make-mode.el (makefile-targets-face)
5936         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
5937         (makefile-bsdmake-dependency-regex)
5938         (makefile-makepp-rule-action-regex)
5939         (makefile-bsdmake-rule-action-regex): New constants.
5940         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
5942         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5943         Allow (...) within `...' for makepp messages.
5945 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
5947         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
5949         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
5950         "." files are deleted from all file lists before comparison.
5952         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
5953         (viper-ESC-key): Made them customizable.
5955         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
5957 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
5959         * autorevert.el (auto-revert-buffers): Use save-match-data.
5961 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5963         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
5964         menu items with a nil command binding.
5966 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
5968         * emacs-lisp/cl-macs.el (defsetf):
5969         Improve argument/docstring consistency.
5971         * faces.el (list-faces-display): Improve the formatting by
5972         computing the maximum length required for any face-name (reworked
5973         patch of 1999-01-11, accidentally deleted on 1999-07-21).
5974         (internal-find-face): Remove redundant info in docstring.
5976 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
5978         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
5979         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
5980         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
5981         (gdb-assembler-custom): Improve regexps.
5982         (def-gdb-auto-update-handler): Use window point to preserve point.
5984 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5986         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
5988 2005-05-31  Jay Belanger  <belanger@truman.edu>
5990         * calc/calc-embed.el (calc-embedded-word): Change argument passed
5991         to calc-embedded.
5992         (calc-embedded-make-info): Have plain prefix argument select
5993         entire line.
5995 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
5997         * faces.el (list-faces-display): Signal error if passed a regexp
5998         that matches no face name.
6000         * simple.el (filter-buffer-substring): Fix typo in docstring.
6002 2005-05-31  Richard M. Stallman  <rms@gnu.org>
6004         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6005         (vhdl-emacs-21): Doc fix.
6006         (vhdl-mode): Unconditionally set comment-padding.
6007         (vhdl-fixup-whitespace-region): Insert spaces only where
6008         there are none.
6009         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6011 2005-05-30  John Wiegley  <johnw@newartisans.com>
6013         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6014         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6015         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6016         `directory-sep-char' to ?/, and all uses of `string-to-int' to
6017         `string-to-number'.
6019 2005-05-30  Jay Belanger  <belanger@truman.edu>
6021         * calc/calc.el (calc-bug-address): Fix docstring.
6022         (calc-window-hook, calc-trail-window-hook): New variables.
6023         (calc-trail-display): Restore use of calc-trail-window-hook.
6024         (calc): Restore use of calc-window-hook.
6026 2005-05-31  Masatake YAMATO  <jet@gyve.org>
6028         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6030         * help-fns.el (help-C-file-name): Add autoload mark for
6031         `find-function-noselect'.
6033 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6035         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6036         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6038 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
6040         * calendar/diary-lib.el (mark-included-diary-files): Only kill
6041         included diary buffer if it was not already being visited.
6042         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6044         * calendar/icalendar.el (top-level): Do not require 'appt.
6046         * mail/supercite.el (sc-select-attribution): Only use a list
6047         element from sc-attrib-selection-list if it returns a string.
6048         Reported by Davide G. M. Salvetti <salve@debian.org>.
6050 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
6052         * thumbs.el (thumbs-thumbname): The resulting thumbname now
6053         includes a hash value to improve its uniqueness, and has a ".jpg"
6054         extension.  Also, it is now a valid filename on all systems.
6055         (thumbs-make-thumb): Use `let', not `let*'.
6056         (thumbs-show-thumbs-list): Check for JPEG availability.
6058 2005-05-30  Richard M. Stallman  <rms@gnu.org>
6060         * filesets.el (filesets-menu-ensure-use-cached):
6061         Prevent warning when emacs-version>= is undefined.
6063         * printing.el (pr-interactive-n-up): Use string-to-number.
6065         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6067         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6068         Warn only when name to be defined is quoted.
6070 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
6072         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6073         Make regexp more robust.
6074         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6075         Force regeneration of disassembly.
6077 2005-05-29  Jay Belanger  <belanger@truman.edu>
6079         * calc/calc.el (calc-user-invocation): Check if
6080         calc-invocation-macro is non-nil.
6082 2005-05-29  Juri Linkov  <juri@jurta.org>
6084         * add-log.el (change-log-font-lock-keywords):
6085         Add `+' to e-mail regexp to accept mail address with keywords.
6087         * man.el (Man-name-regexp): Add `:' to accept qualified names.
6089 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
6091         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6093         * ielm.el (inferior-emacs-lisp-mode): Ditto.
6095 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6097         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6098         Undo the change that moves to end of the current word.
6100 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
6102         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6103         Throw error when count <= 0 to ensure input is a number.
6104         (gdb-read-memory-custom): Pick up address from buffer.
6105         (gdb-memory-mode): Allow user to increment and decrement
6106         memory address from header line.
6108 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6110         * flyspell.el (flyspell-version): Function deleted.
6111         (flyspell-auto-correct-previous-hook): Doc fix.
6113         * jit-lock.el (jit-lock-function, jit-lock-after-change):
6114         Do nothing if memory is full.
6116         * font-lock.el (font-lock-fontify-syntactically-region):
6117         Pass t for GREEDY to looking-back.
6119         * saveplace.el (save-place-alist-to-file): Write the file
6120         using write-region.
6122         * subr.el (looking-back): New argument GREEDY.
6124         * progmodes/compile.el (compilation-start): Set the mode
6125         before inserting the initial text.
6127         * progmodes/which-func.el (which-func-update-1): Turn the mode
6128         off in case of error by setting which-func-mode.
6130 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
6132         * flyspell.el (flyspell-auto-correct-previous-word):
6133         Narrow down to what's on the screen, and recenter overlays
6134         at the end of the next word.
6136 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
6138         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
6139         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
6140         (flyspell-abbrev-p): Default to nil.
6141         (flyspell-use-global-abbrev-table-p): Doc fix.
6142         (flyspell-large-region): Allow nil as value.
6143         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
6145         (mail-mode-flyspell-verify): More robust handling
6146         of `mail-header-separator'.  More efficient signature detection.
6147         Allow for regexp metacharacters in message-header-separator.
6148         Adding `To' not to be checked in mail-mode-flyspell-verify.
6150         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
6151         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
6152         Bind flyspell-auto-correct-binding.
6153         Bind C-. and C-, .
6154         (flyspell-mode-map): Likewise.
6155         (flyspell-mode): Doc fix.
6156         (flyspell-accept-buffer-local-defs): Preserve current buffer.
6157         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
6158         (flyspell-word-cache-result): New var, always local.
6159         (flyspell-check-pre-word-p): Doc fix.
6160         (flyspell-check-changed-word-p): Handle spc like newline.
6161         (flyspell-post-command-hook): Set flyspell-word-cache-result.
6162         (flyspell-word-search-backward, flyspell-word-search-forward):
6163         New functions.
6164         (flyspell-word): Return t if nothing to check.
6165         When parsing TeX code, check for after } or \.
6166         Use flyspell-word-search-backward to find previous word.
6167         Return nil if duplicated word.
6168         For word already checked, return same value as last time.
6169         Set flyspell-word-cache-result after checking.
6170         Don't clobber the return value.
6171         (flyspell-get-word): Major rewrite.
6172         (flyspell-external-point-words): New locals pword, pcount.
6173         Fix size used in progress message.
6174         Find the proper corresponding word in flyspell-large-region-buffer.
6175         (flyspell-region): Check for flyspell-large-region = nil.
6176         (flyspell-highlight-incorrect-region): Clean up overlays in region.
6177         (flyspell-auto-correct-word): Check that WORD is a cons.
6178         (flyspell-correct-word): Likewise.
6180 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
6182         * progmodes/make-mode.el (makefile-rule-action-regex)
6183         (makefile-macroassign-regex, makefile-makepp-mode)
6184         (makefile-bsdmake-mode): Continuation lines may be empty.
6185         Reported by Joshua Varner.
6186         (makefile-makepp-font-lock-keywords): Add $(stem).
6188 2005-05-28  Karl Berry  <karl@gnu.org>
6190         * textmodes/tex-mode.el: Now that tex-send-command calls
6191         shell-quote-argument (2005-03-31 change), remove all calls to
6192         shell-quote-argument; they all end up invoking tex-send-command.
6193         The double quoting loses on filenames with non-safe characters,
6194         such as "@".  Reported by Frederik Fouvry.
6196 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
6198         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
6199         about preserving point.
6201 2005-05-27  Jay Belanger  <belanger@truman.edu>
6203         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
6204         Info-goto-node.
6206         * calc/calc-embed.el (calc-embed-arg): New variable.
6207         (calc-do-embedded-activate, calc-embedded-activate-formula)
6208         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
6209         variable by new variable.
6210         (calc-embedded-make-info): Replace undeclared variable by new
6211         variable.  When selecting region with positive prefix
6212         argument, use end of previous line instead of beginning of line.
6214         * calc/calc-aent.el (calc-arg-values): Declare it.
6216         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
6217         Declare them.
6219         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
6221         * calc/calc.el (calc-alg-map): Declare it.
6223         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
6225 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
6227         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
6228         (gdb-registers-buffer, toggle-gdb-all-registers):
6229         Toggle display of floating point registers.
6230         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
6232         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
6233         (toggle-gud-tooltip-dereference):
6234         Rename from gud-toggle-tooltip-dereference.
6236 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6238         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
6240 2005-05-27  Jay Belanger  <belanger@truman.edu>
6242         * calc/calc-prog.el (calc-kbd-report): Remove.
6243         (calc-kbd-query): Rewrite.
6245 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
6247         * image.el (image-library-alist): Move to image.c.
6248         (image-type-available-p): Doc fix.
6250 2005-05-27  Lute Kamstra  <lute@gnu.org>
6252         * calc/calc.el (calc):
6253         * outline.el (outline-1, outline-2, outline-3, outline-4)
6254         (outline-5, outline-6, outline-7, outline-8):
6255         * textmodes/dns-mode.el (dns-mode):
6256         * textmodes/sgml-mode.el (sgml-namespace-face):
6257         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
6258         (tex-verbatim-face, tex-use-reftex):
6259         * textmodes/texinfo.el (texinfo-heading-face):
6260         Specify customization group.
6262         * longlines.el: Don't require easy-mmode.
6263         (longlines-visible-face): Specify customization group.
6265 2005-05-27  Kenichi Handa  <handa@m17n.org>
6267         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
6268         encoding table of windows-1251.
6270         * international/ucs-tables.el (ucs-set-table-for-input):
6271         If translation-table-for-input of a coding system is a symbol, get
6272         its translation-table property.
6274         * international/code-pages.el: Don't register a coding system into
6275         non-iso-charset-alist more than once.
6276         (cp-make-coding-system): Likewise.
6278 2005-05-26  John Wiegley  <johnw@newartisans.com>
6280         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
6281         `eshell-resume-eval' is wrapped in a list, it indicates that the
6282         command was run asynchronously.  In that case, unwrap the value
6283         before checking the delimiter value.
6285         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
6286         character before a space at the end of a line is \, assume the space
6287         is part of the last argument rather than a final argument separator.
6289         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
6290         is in use, and the target is `t' or `nil' (which are the most common
6291         values), don't assume that the symbol target is a buffer.
6293 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
6295         * calendar/calendar.el (calendar-mode-line-format):
6296         Use mode-line-highlight as mouse-face.
6298         * time.el (display-time-string-forms, display-time-update):
6299         Use mode-line-highlight as mouse-face.
6301 2005-05-26  Jay Belanger  <belanger@truman.edu>
6303         * calc/calc.el (calc-language-alist): Remove extra defvar.
6305 2005-05-26  Lute Kamstra  <lute@gnu.org>
6307         * arc-mode.el (archive-mode):
6308         * bookmark.el (bookmark-read-annotation-mode)
6309         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
6310         * bs.el (bs-mode):
6311         * calc/calc-yank.el (calc-edit-mode):
6312         * calc/calc.el (calc-mode, calc-trail-mode):
6313         * calculator.el (calculator-mode):
6314         * chistory.el (command-history-mode):
6315         * comint.el:
6316         * cus-edit.el (custom-mode):
6317         * descr-text.el (describe-text-mode):
6318         * ebuff-menu.el (Electric-buffer-menu-mode):
6319         * ediff-util.el (ediff-mode):
6320         * emacs-lisp/re-builder.el (reb-mode):
6321         * emulation/vi.el (vi-mode-setup):
6322         * emulation/ws-mode.el (wordstar-mode):
6323         * eshell/esh-mode.el (eshell-mode):
6324         * forms.el (forms-mode):
6325         * help-mode.el (help-mode):
6326         * hexl.el (hexl-mode):
6327         * ibuffer.el (ibuffer-mode):
6328         * ielm.el (inferior-emacs-lisp-mode):
6329         * info.el (Info-mode, Info-edit-mode):
6330         * international/swedish.el:
6331         * ledit.el (ledit-from-lisp-mode):
6332         * locate.el (locate-mode):
6333         * mail/rmail.el (rmail-mode):
6334         * mail/rmailedit.el (rmail-edit-mode):
6335         * mail/rmailsum.el (rmail-summary-mode):
6336         * mail/supercite.el (sc-electric-mode):
6337         * net/eudc.el (eudc-mode):
6338         * net/quickurl.el (quickurl-list-mode):
6339         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
6340         * obsolete/ooutline.el (outline-mode):
6341         * obsolete/options.el (Edit-options-mode):
6342         * obsolete/rnews.el (news-mode):
6343         * obsolete/rnewspost.el (news-reply-mode):
6344         * play/5x5.el (5x5-mode):
6345         * play/decipher.el (decipher-mode, decipher-stats-mode):
6346         * play/gomoku.el (gomoku-mode):
6347         * play/snake.el (snake-mode):
6348         * play/solitaire.el (solitaire-mode):
6349         * play/tetris.el (tetris-mode):
6350         * progmodes/ada-mode.el (ada-mode):
6351         * progmodes/antlr-mode.el (antlr-mode):
6352         * progmodes/autoconf.el (autoconf-mode):
6353         * progmodes/dcl-mode.el (dcl-mode):
6354         * progmodes/delphi.el (delphi-mode):
6355         * progmodes/ebrowse.el (ebrowse-tree-mode)
6356         (ebrowse-electric-list-mode, ebrowse-member-mode)
6357         (ebrowse-electric-position-mode):
6358         * progmodes/f90.el (f90-mode):
6359         * progmodes/fortran.el (fortran-mode):
6360         * progmodes/icon.el (icon-mode):
6361         * progmodes/idlw-help.el (idlwave-help-mode):
6362         * progmodes/idlw-shell.el (idlwave-shell-mode):
6363         * progmodes/idlwave.el (idlwave-mode):
6364         * progmodes/inf-lisp.el (inferior-lisp-mode):
6365         * progmodes/m4-mode.el (m4-mode):
6366         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
6367         * progmodes/modula2.el (modula-2-mode):
6368         * progmodes/octave-inf.el (inferior-octave-mode):
6369         * progmodes/octave-mod.el (octave-mode):
6370         * progmodes/pascal.el (pascal-mode):
6371         * progmodes/sh-script.el (sh-mode):
6372         * progmodes/sql.el (sql-mode, sql-interactive-mode):
6373         * progmodes/vhdl-mode.el (vhdl-mode):
6374         * progmodes/xscheme.el (scheme-interaction-mode):
6375         * replace.el (occur-mode):
6376         * ses.el (ses-mode):
6377         * simple.el (completion-list-mode):
6378         * skeleton.el:
6379         * speedbar.el (speedbar-mode):
6380         * term.el (term-mode):
6381         * terminal.el (terminal-edit-mode):
6382         * textmodes/reftex-index.el (reftex-index-mode)
6383         (reftex-index-phrases-mode):
6384         * textmodes/reftex-sel.el (reftex-select-label-mode)
6385         (reftex-select-bib-mode):
6386         * textmodes/reftex-toc.el (reftex-toc-mode):
6387         * wdired.el (wdired-change-to-wdired-mode):
6388         * wid-browse.el (widget-browse-mode):
6389         Use run-mode-hooks.
6391         * array.el (array-mode):
6392         * calendar/todo-mode.el (todo-mode):
6393         * man.el (Man-mode):
6394         * play/landmark.el (lm-mode):
6395         * play/mpuz.el (mpuz-mode):
6396         Use kill-all-local-variables and run-mode-hooks.
6398         * subr.el (delay-mode-hooks): Specify indentation.
6400 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
6402         * xml.el (xml-substitute-special): Don't die for undefined xml
6403         entities.
6405 2005-05-26  Jay Belanger  <belanger@truman.edu>
6407         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
6408         of nil.
6410 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
6412         * progmodes/gdb-ui.el (gdb-frame-address):
6413         Rename from gdb-current-address.
6414         (gdb-previous-frame-address): Rename from gdb-previous-address.
6415         (gdb-selected-frame): Rename from gdb-current-frame.
6416         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
6417         (gdb-frame-number): Rename from gdb-current-stack-level.
6418         (gdb-ann3): Match new mode-name for disassembly buffer.
6419         Extend initialization of variables.
6420         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
6421         (gdb-memory-mode): Use mouse-face in header line.
6422         (gdb-assembler-buffer-name): Call it disassembly and give frame
6423         in mode line.
6424         (gdb-source-spec-regexp, gdb-assembler-custom)
6425         (gdb-invalidate-assembler, gdb-frame-handler):
6426         Make robust to leading zeroes in address format.
6428 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
6430         * textmodes/org.el (org-mode): Use `define-derived-mode' to
6431         define `org-mode'.
6432         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
6434 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6436         * log-edit.el (log-edit-changelog-entries): Distinguish between
6437         filenames like xfns.c and fns.c.
6439 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
6441         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
6442         point after reverting.
6443         (Buffer-menu-make-sort-button): Handle the case where
6444         `Buffer-menu-use-header-line' is nil.
6446 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
6448         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
6449         New funcs.  In minibuffer-local-completion-map bind `]', `/'
6450         and `:' to them.
6452 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6454         * startup.el (normal-top-level): Allow modification of load-path while
6455         we're iterating over it.
6457 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
6459         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
6460         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
6461         (thumbs-resize-interactive, thumbs-insert-image)
6462         (thumbs-insert-thumb, thumbs-dired-show-marked)
6463         (thumbs-find-image-at-point, thumbs-delete-images)
6464         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
6465         (thumbs-increment-image-size, thumbs-decrement-image-size):
6466         Fix typos in docstrings.
6468 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
6470         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
6471         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
6472         (cperl-mode): Use them.
6474 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
6476         * window.el (quit-window, shrink-window-if-larger-than-buffer):
6477         Doc fixes.
6479 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
6481         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
6482         Bind C-d to gdb-inferior-io-eof.
6484         * dired.el (dired-dnd-popup-notice): Use message-box.
6486 2005-05-23  Masatake YAMATO  <jet@gyve.org>
6488         * bindings.el (mode-line-major-mode-keymap):
6489         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
6491         * faces.el (mode-line-highlight): New face.
6493         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
6494         as mouse-face.
6496         * bindings.el (top-level, help-echo, mode-line-modified)
6497         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
6498         as mouse-face.
6500 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
6502         * progmodes/cc-engine.el (c-guess-basic-syntax):
6503         Remove spurious call to `zerop'.
6505         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
6507 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
6509         CC Mode update to 5.30.10:
6511         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
6512         could go past the limit in decoration level 2, thereby causing
6513         errors during interactive fontification.
6515         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
6516         the file is evaluated interactively.
6518         * cc-engine.el (c-guess-basic-syntax): Handle operator
6519         declarations somewhat better in C++.
6521         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
6522         make use of `run-mode-hooks' which has been added in Emacs 21.1.
6523         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
6524         (awk-mode): Use it.
6525         (make-local-hook): Suppress warning about obsoleteness.
6527         * cc-engine.el, cc-align.el, cc-cmds.el
6528         (c-append-backslashes-forward, c-delete-backslashes-forward)
6529         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
6530         Compensate for return value from `forward-line' when it has moved
6531         but not to a different line due to eob.
6533         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
6534         `objc-method-intro' and `objc-method-args-cont'.
6536 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
6538         CC Mode update to 5.30.10:
6540         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
6541         in the copyright statement.  Incidentally, change "along with GNU
6542         Emacs" to "along with this program" where it occurs.
6544         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
6545         so that it is interactive, hence can be found by M-x awk-mode
6546         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
6547         <gmorris+emacs@ast.cam.ac.uk>.
6549         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
6550         Mode's regexps.
6552 2005-05-23  Kevin Ryde  <user42@zip.com.au>
6554         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
6555         c-parse-state, to avoid a lisp error (on bad code).
6557 2005-05-23  Lute Kamstra  <lute@gnu.org>
6559         * subr.el (font-lock-defaults): Remove defvar as it's already
6560         defined in font-core.el.
6562         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
6564 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
6566         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
6567         more general and work when GDB variable "print pretty" is on,
6568         as with Emacs, for example.
6570 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
6572         * font-core.el: Update comment.
6574         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
6575         Use `after-change-major-mode-hook' instead of `find-file-hook'.
6577         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
6579 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
6581         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
6582         and `yank-handler' in the doc strings.
6584 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6586         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
6588 2005-05-22  Richard M. Stallman  <rms@gnu.org>
6590         * help.el (describe-key): Move print-help-return-message call
6591         out of conditional.
6593         * progmodes/etags.el (list-tags): Use with-no-warnings.
6595         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
6596         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
6597         (starttls-extra-args, starttls-extra-arguments): Add defvars.
6599         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
6601         * language/viet-util.el (viet-viscii-nonascii-translation-table):
6602         Add defvar.
6604         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
6605         Use defvar, not defconst.
6607         * hexl.el (hexl-follow-line): Use with-no-warnings.
6609         * emulation/tpu-extras.el: Use write-file-functions instead of
6610         write-file-hooks.
6612         * dired.el (dired-font-lock-keywords): Fontify files with junk
6613         extensions even if marked by -F.
6615 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
6617         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
6618         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
6619         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
6620         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
6621         (concatenate, list-length, get*, getf, cl-remprop):
6622         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
6623         (etypecase, progv, lexical-let, lexical-let*)
6624         (multiple-value-bind, multiple-value-setq, shiftf):
6625         Improve argument/docstring consistency.
6627         * subr.el (focus-frame, unfocus-frame):
6628         Revert deletion on 2005-05-01.
6630 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
6632         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
6633         doesn't exist.
6635         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
6636         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
6638 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
6640         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
6641         already deleted variables: auto-fill-hook, blink-paren-hook,
6642         lisp-indent-hook, inhibit-local-variables, unread-command-event,
6643         suspend-hooks, comment-indent-hook, meta-flag,
6644         before-change-function, after-change-function,
6645         font-lock-doc-string-face.
6647 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
6649         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
6651 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
6653         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
6654         rmail-dont-reply-to.
6656 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
6658         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
6659         literal blank when splitting new-header-values.
6661 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
6663         * calendar/cal-menu.el (cal-menu-update): Add separator as a
6664         string so that tmm doesn't create a completion entry for it.
6666         * textmodes/table.el (table-disable-menu): Ditto.
6668 2005-05-21  Richard M. Stallman  <rms@gnu.org>
6670         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
6672         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
6674         * net/rcompile.el (remote-compile): Use compilation-start.
6676         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
6678 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
6680         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
6681         Default to makefile-bsdmake-mode on BSD systems.
6683         * imenu.el (imenu-generic-expression, imenu--generic-function'):
6684         REGEXP may also be a search function now.  The part of doc-string
6685         for describing the structure was 95% identical to that of
6686         `imenu--generic-function'.  Unify it there.
6688         * progmodes/make-mode.el (makefile-imenu-generic-expression):
6689         Use function to find dependencies, because regexp alone is so complex,
6690         it easily goes into an endless loop.
6691         (makefile-makepp-mode): Also add submenu for Perl functions
6692         defined in the makefile.
6693         (makefile-bsdmake-mode): Special imenu-generic-expression no
6694         longer needed, due to function call.
6695         (makefile-match-dependency): Take BOUND into account when checking
6696         if we're through.
6698 2005-05-20  Jay Belanger  <belanger@truman.edu>
6700         * calc/calc-units.el (calc-invalidate-units-table):
6701         Use inhibit-read-only.
6702         (math-build-units-table-buffer): Use view-mode.
6704 2005-05-20  David Kastrup  <dak@gnu.org>
6706         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
6707         easy-menu-add is not a nop on Emacs; and clarify when to call it.
6709 2005-05-20  Lute Kamstra  <lute@gnu.org>
6711         * diff-mode.el (diff-header-face, diff-file-header-face)
6712         (diff-index-face, diff-hunk-header-face, diff-removed-face)
6713         (diff-added-face, diff-changed-face, diff-function-face)
6714         (diff-context-face, diff-nonexistent-face): Put them in the
6715         diff-mode customization group.
6717 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6719         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
6721         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
6723         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
6724         Minor regexp-optimization.
6726 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
6728         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
6729         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
6730         (org-agenda-add-time-grid-maybe): New function.
6731         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
6732         (org-table-create): `dotimes' instead of `mapcar'.
6733         (org-xor): Simplify implementation.
6734         (org-agenda): `inhibit-redisplay' turned on.
6735         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
6736         a consistent line after a state change.
6737         (org-agenda-remove-times-when-in-prefix): New option.
6738         (org-prefix-has-time): New variable.
6739         (org-parse-time-string): Optional argument NODEFAULT.
6740         (org-format-agenda-item): Parse items for time-of-day
6741         specifications and move these into the prefix if possible.
6742         (org-agenda-priority): Get current heading, not previous heading
6743         during agenda remote editing.
6745 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
6747         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
6748         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
6749         (remove-duplicates, delete-duplicates, substitute)
6750         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
6751         (nsubstitute-if-not, find, find-if, find-if-not, position)
6752         (position-if, position-if-not, count, count-if, count-if-not)
6753         (mismatch, search, sort*, stable-sort, merge, member*)
6754         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
6755         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
6756         (intersection, nintersection, set-difference, nset-difference)
6757         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
6758         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
6759         (nsublis, tree-equal): Improve argument/docstring consistency.
6761         * subr.el (send-string, send-region):
6762         Remove obsolescence declaration.
6763         (window-dot, set-window-dot, read-input, show-buffer)
6764         (eval-current-buffer, string-to-int):
6765         Add release number to obsolescence declarations.
6767 2005-05-19  Kim F. Storm  <storm@cua.dk>
6769         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
6770         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
6772 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
6774         * faces.el (list-faces-display): Make back button respect optional
6775         regexp arg.
6777 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
6779         * calculator.el (calculator-radix-grouping-mode)
6780         (calculator-radix-grouping-digits, calculator-displayer)
6781         (calculator-radix-grouping-separator, calculator-copy-displayer):
6782         * dabbrev.el (dabbrev-search-these-buffers-only):
6783         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
6784         (diff-advance-after-apply-hunk, diff-mode-hook)
6785         (diff-minor-mode-prefix):
6786         * imenu.el (imenu-use-popup-menu):
6787         * jit-lock.el (jit-lock-context-time):
6788         * newcomment.el (comment-fill-column, comment-column)
6789         (comment-style, comment-padding, comment-multi-line)
6790         (comment-empty-lines, comment-auto-fill-only-comments):
6791         * reveal.el (reveal-around-mark):
6792         * uniquify.el (uniquify-buffer-name-style)
6793         (uniquify-after-kill-buffer-p)
6794         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
6795         (uniquify-min-dir-content, uniquify-separator)
6796         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
6797         * w32-vars.el (w32-fixed-font-alist):
6798         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
6799         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
6800         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
6801         * progmodes/perl-mode.el (perl-indent-level)
6802         (perl-continued-statement-offset, perl-continued-brace-offset)
6803         (perl-brace-offset, perl-brace-imaginary-offset)
6804         (perl-label-offset, perl-indent-continued-arguments)
6805         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
6806         * progmodes/tcl.el (tcl-indent-level)
6807         (tcl-continued-indent-level, tcl-auto-newline)
6808         (tcl-tab-always-indent, tcl-electric-hash-style)
6809         (tcl-help-directory-list, tcl-use-smart-word-finder)
6810         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
6811         (inferior-tcl-source-command):
6812         * textmodes/fill.el (enable-kinsoku):
6813         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
6814         * textmodes/table.el (table-yank-handler):
6815         Specify missing group (and type, if simple) in defcustom.
6817 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
6819         * progmodes/compile.el (compilation-finish-function): Fix defvar.
6821 2005-05-19  Richard M. Stallman  <rms@gnu.org>
6823         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
6825         * subr.el (event-basic-type): Don't get an error.
6826         (left-fringe-p): Function deleted.
6828         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
6829         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
6831         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
6832         in recursive copy.
6834         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
6836         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
6838         * emacs-lisp/bytecomp.el
6839         (byte-compile-file-form-custom-declare-variable): Call
6840         byte-compile-nogroup-warn if appropriate.
6842         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
6843         (compilation-set-window): Don't call left-fringe-p; do it directly.
6845 2005-05-19  Jay Belanger  <belanger@truman.edu>
6847         * calc/calc-graph.el (calc-graph-format-data): Make sure
6848         var-PlotRejects is bound before trying to check its value.
6850 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
6852         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
6853         definition of this variable from reftex-global.el to reftex.el,
6854         because it is needed in the menu.
6856 2005-05-19  Lute Kamstra  <lute@gnu.org>
6858         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
6859         years are fixed.  Don't insert a space after a dash.
6861 2005-05-19  Kim F. Storm  <storm@cua.dk>
6863         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
6865 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
6867         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
6868         strings, because (eq ... ?\\) is fairly frequent.
6870         * progmodes/make-mode.el (makefile-add-this-line-targets):
6871         Simplify and integrate into `makefile-pickup-targets'.
6872         (makefile-add-this-line-macro): Simplify and integrate into
6873         `makefile-pickup-macros.
6874         (makefile-pickup-filenames-as-targets): Simplify.
6875         (makefile-previous-dependency, makefile-match-dependency):
6876         Don't stumble over `::'.
6878 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
6880         * subr.el (post-command-idle-hook, post-command-idle-delay):
6881         Remove obsoletion of post-command-idle-hook and
6882         post-command-idle-delay.
6884         * faces.el (list-faces-display): Provide button when describe-face
6885         is called to take user back to the list of faces.
6887         * help-fns.el (describe-variable): Remove hyperlinks in a
6888         variable's value as these are quite frequently inappropriate.
6890         * follow.el (follow-submit-feedback, follow-mode):
6891         Remove references to post-command-idle-hook.
6893 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
6895         * progmodes/make-mode.el (makefile-previous-dependency)
6896         (makefile-match-dependency): Check for := (and in bsd mode also
6897         !=) to give a better result, even when font-lock is not on.
6899 2005-05-18  Jay Belanger  <belanger@truman.edu>
6901         * calc/calc-help.el (calc-s-prefix-help):
6902         Add `calc-copy-special-constant' to help string.
6904 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
6906         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
6908 2005-05-18  Jay Belanger  <belanger@truman.edu>
6910         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
6911         in linear factors are in proper order.
6913 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
6915         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6916         Support for jurabib.
6918         * textmodes/reftex.el (featurep): Define aliases for overlay
6919         commands, for XEmacs compatibility, and use these aliases in
6920         overlay initializations.
6921         (reftex-highlight): Use `reftex-move-overlay'.
6922         (reftex-unhighlight): Use `reftex-delete-overlay'.
6923         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
6924         (reftex-access-search-path): Use `reftex-uniquify' instead of
6925         `reftex-uniq'
6927         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
6928         `before-string' property modification enables for Emacs as well.
6929         (reftex-select-item): Use `reftex-delete-overlay'.
6930         (reftex-select-mark): Use `reftex-make-overlay' and
6931         `reftex-overlay-put'.
6932         (reftex-select-unmark): Use `reftex-delete-overlay' and
6933         `reftex-overlay-put'.
6935 2005-05-18  Lute Kamstra  <lute@gnu.org>
6937         * emacs-lisp/lisp.el (check-parens): Fix docstring.
6939 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
6941         * add-log.el (add-change-log-entry):
6942         * array.el (array-make-template, array-reconfigure-rows)
6943         (array-init-max-row, array-init-max-column)
6944         (array-init-columns-per-line, array-init-field-width):
6945         * replace.el (replace-match-maybe-edit, perform-replace):
6946         * textmodes/spell.el (spell-region):
6947         Replace `read-input' by `read-string'.
6949         * forms.el (forms-mode):
6950         * finder.el (finder-compile-keywords):
6951         * shadowfile.el (shadow-read-files):
6952         Replace `eval-current-buffer' by `eval-buffer'.
6954         * terminal.el (te-pass-through):
6955         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
6956         (ange-ftp-raw-send-cmd):
6957         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
6958         (send-process-next-char, telnet-initial-filter, telnet):
6959         Replace `send-string' by `process-send-string'.
6961         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
6962         (prolog-consult-region): Replace `send-string' by
6963         `process-send-string'; replace `send-region' by `process-send-region'.
6965         * progmodes/delphi.el (delphi-log-msg):
6966         Replace `set-window-dot' by `set-window-point'.
6968         * subr.el (window-dot, set-window-dot, read-input, send-string)
6969         (send-region, show-buffer, eval-current-buffer):
6970         Make really obsolete, as the comment says.
6972 2005-05-17  Kim F. Storm  <storm@cua.dk>
6974         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
6975         (cua--init-keymaps): Bind C-return instead of S-return to set
6976         rectangle mark.
6978         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
6979         instead of S-return to toggle/clear rectangle mark.
6981 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
6983         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
6984         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
6985         Also fontify plain strings assigned to variables, mostly so that a
6986         colon has a face and is thus not taken as a dependency separator.
6987         (makefile-previous-dependency): Inline the new matcher, because it
6988         is too complex to work in both directions.
6989         (makefile-match-dependency): Eliminate `backward' arg (see above).
6990         Completely reimplemented so as to not sometimes go into an endless
6991         loop.  It should also be more efficient, because first it only
6992         searches for `:', instead of applying the very complex regexp.
6993         (makefile-mode): Cancel `font-lock-support-mode', because blocks
6994         to be fontified in one piece can be too long for JIT.
6995         Makefiles are never *that* big.
6997 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
6999         * dired.el (dired-mode): Simplify.
7001 2005-05-17  Lute Kamstra  <lute@gnu.org>
7003         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7004         defcustom for the mode hook variable.
7006         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7007         Emacs Lisp Reference Manual.
7009 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
7011         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7012         (evenp, list*):
7013         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7014         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7016         * net/tramp-smb.el (tramp-smb-open-connection):
7017         Pass `tramp-chunksize' as fifth (required) argument.
7019 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
7021         * font-lock.el (lisp-font-lock-keywords-1):
7022         Set `font-lock-negation-char-face' for [^...] char group.
7023         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7025         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7026         a var, and refine it to mask one more level of nested vars.
7027         (makefile-rule-action-regex): Turn it into a var, and refine it so
7028         it recognizes backslashed continuation lines as belonging to the
7029         same command.
7030         (makefile-macroassign-regex): Refine it so it recognizes
7031         backslashed continuation lines as belonging to the same command.
7032         (makefile-var-use-regex): Don't look at the next char, because it
7033         might be the same one to be skipped by the initial [^$], leading
7034         to an overlooked variable use.
7035         (makefile-make-font-lock-keywords): Remove two parameters, which
7036         are now variables that some of the modes set locally.
7037         Handle dependency and rule action matching through functions, because
7038         regexps alone match too often.  Dependency matching now comes
7039         last, so it can check, whether a colon already matched something else.
7040         (makefile-mode): Inform that font-lock improves makefile parsing
7041         capabilities.
7042         (makefile-match-dependency, makefile-match-action): New functions.
7044 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
7046         * emacs-lisp/cl-extra.el (equalp): Doc fix.
7048         * align.el (align-regexp):
7049         * ansi-color.el (ansi-color-get-face):
7050         * array.el (array-reconfigure-rows, array-init-max-row)
7051         (array-init-max-column, array-init-columns-per-line)
7052         (array-init-field-width):
7053         * dired-aux.el (dired-trample-file-versions):
7054         * dired-x.el (dired-mark-sexp):
7055         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7056         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7057         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7058         * faces.el (face-read-integer):
7059         * files.el (backup-extract-version, insert-directory):
7060         * hexl.el (hexl-insert-decimal-char):
7061         * server.el (server-process-filter):
7062         * shell.el (shell-extract-num):
7063         * startup.el (command-line-1):
7064         * term.el (term-command-hook):
7065         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7066         (time-stamp-do-number):
7067         * time.el (display-time-update):
7068         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7069         (timezone-fix-time):
7070         * vms-patch.el (vms-suspend-resume-hook):
7071         * calendar/appt.el (appt-convert-time):
7072         * calendar/cal-bahai.el (mark-bahai-diary-entries):
7073         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7074         * calendar/cal-islam.el (mark-islamic-diary-entries):
7075         * calendar/calendar.el (calendar-cursor-to-date)
7076         (calendar-star-date):
7077         * calendar/diary-lib.el (diary-attrtype-convert)
7078         (mark-diary-entries, diary-entry-time):
7079         * calendar/solar.el (solar-get-number):
7080         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7081         * emacs-lisp/re-builder.el (reb-display-subexp):
7082         * emulation/edt.el (edt-set-scroll-margins):
7083         * emulation/tpu-extras.el (tpu-set-scroll-margins):
7084         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7085         (vip-get-ex-count):
7086         * emulation/viper-ex.el (viper-get-ex-token)
7087         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7088         * international/fontset.el (fontset-plain-name):
7089         * mail/feedmail.el (feedmail-look-at-queue-directory):
7090         * mail/mailalias.el (mail-get-names):
7091         * mail/rmail.el (rmail-convert-to-babyl-format):
7092         * mail/rmailsum.el (rmail-make-basic-summary-line)
7093         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7094         (rmail-summary-goto-msg):
7095         * mail/smtpmail.el (smtpmail-read-response):
7096         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7097         (ange-ftp-vms-add-file-entry):
7098         * play/gametree.el (gametree-looking-at-ply)
7099         (gametree-current-branch-score):
7100         * progmodes/ada-xref.el (ada-prj-find-prj-file)
7101         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7102         * progmodes/cperl-mode.el (condition-case):
7103         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7104         (ebrowse-set-member-buffer-column-width)
7105         (ebrowse-select-1st-to-9nth):
7106         * progmodes/etags.el (etags-snarf-tag):
7107         * progmodes/flymake.el (flymake-parse-line):
7108         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
7109         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
7110         (idlwave-shell-menu-def):
7111         * progmodes/ps-mode.el (ps-run-goto-error):
7112         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
7113         (vhdl-speedbar-contract-level):
7114         * term/mac-win.el (x-handle-numeric-switch):
7115         * term/sun-mouse.el (sun-get-frame-data):
7116         * term/w32-win.el (x-handle-numeric-switch):
7117         * term/x-win.el (x-handle-numeric-switch):
7118         * textmodes/ispell.el (ispell-parse-output):
7119         * textmodes/nroff-mode.el (nroff-outline-level):
7120         * textmodes/reftex-cite.el (reftex-bib-sort-year)
7121         (reftex-bib-sort-year-reverse, reftex-format-citation):
7122         * textmodes/reftex-parse.el (reftex-init-section-numbers)
7123         (reftex-section-number):
7124         * textmodes/texinfmt.el (texinfo-paragraphindent):
7125         Replace `string-to-int' by `string-to-number'.
7127         * international/latexenc.el: Add page marker to force the "Local
7128         Variables:" string out of the last page.
7130 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
7132         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
7133         tooltip-change-major-mode.
7134         (gud-tooltip-print-command): Remove case where gud-minor-mode
7135         is gdb ("--fullname").
7136         (gud-tooltip-tips): Turn GUD tooltips off for this case and
7137         explain to user.
7139 2005-05-16  Jay Belanger  <belanger@truman.edu>
7141         * calc/calc-store.el (calc-copy-special-constant): New function.
7143         * calc/calc-ext.el (calc-init-extensions): Add binding for
7144         `calc-copy-special-constant'.
7146         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
7147         for the `calc-copy-special-constant' command.
7149 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
7151         * subr.el (left-fringe-p): New function.
7153         * progmodes/compile.el (compilation-setup): Set local value of
7154         overlay-arrow-string to "" always.
7155         (compilation-set-window): Left fringe then don't scroll.
7156         No left fringe then no arrow and scroll message to top.
7157         (compilation-context-lines): Adjust doc string accordingly.
7159 2005-05-16  Kim F. Storm  <storm@cua.dk>
7161         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7162         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
7163         (ido-wide-find-dir-or-delete-dir): New command for M-d.
7164         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
7165         (ido-read-file-name): Handle commands with ido property value
7166         equal to find-file as reading a file name, to allow C-d to enter dired.
7167         (ibuffer-find-file): Add ido property with value find-file.
7169 2005-05-15  Kim F. Storm  <storm@cua.dk>
7171         * subr.el (open-network-stream-nowait): Remove.
7172         (open-network-stream-server): Remove.
7174 2005-05-15  Richard M. Stallman  <rms@gnu.org>
7176         * faces.el (describe-face): Output a definition link button.
7178         * help-mode.el (help-face-def): New button type.
7180         * emacs-lisp/copyright.el (copyright-fix-years):
7181         Match properly if the first year is 2-digit.
7182         Don't mess up the whitespace after the years by filling.
7184         * dired-aux.el (dired-mark-confirm):
7185         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
7187         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
7188         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
7189         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
7191         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7192         Set font-lock-comment-start-skip.
7194         * font-lock.el (font-lock-comment-start-skip): New variable.
7195         (font-lock-comment-end-skip): New variable.
7196         (font-lock-fontify-syntactically-region): Use them if non-nil.
7198 2005-05-15  Jay Belanger  <belanger@truman.edu>
7200         * calc/calc-store.el (calc-store-value): Return a string rather
7201         than display it as a message.
7202         Use calc-var-name for variable name.
7203         (calc-store-into): Add the result of calc-store-value to message.
7204         (calc-copy-variable): Add a message.
7205         (calc-store-exchange): Improve error messages.
7206         (calc-store-binary, calc-store-map): Don't reset the values of
7207         special constants.
7209 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
7211         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
7212         manual to docstring.
7214         * files.el (hack-local-variables-confirm): Add STRING argument.
7215         Make the function handle non file visiting buffers correctly.
7216         (hack-local-variables-prop-line, hack-local-variables)
7217         (hack-one-local-variable): Use STRING arg of
7218         `hack-local-variables-confirm'.
7220 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
7222         Sync with Tramp 2.0.49.
7224         * tramp.el (tramp-handle-dired-call-process)
7225         (tramp-handle-insert-directory):`insert-buffer' cannot be used
7226         because the contents of the Tramp buffer is changed before
7227         insertion (`expand-file' and alike).
7228         (tramp-handle-insert-directory): If `localname' has an empty
7229         nondirectory name, it must not be quoted.
7230         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
7231         variable `tramp-chunksize'.  Change callees.
7232         (tramp-open-connection-setup-interactive-shell): Check remote host
7233         for buggy `send-process-string' implementation.
7234         Set `tramp-chunksize' if found.  Reported by Michael Kifer
7235         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
7236         (tramp-handle-shell-command): `insert-buffer' cannot be used
7237         because the contents of the Tramp buffer is changed before
7238         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7239         <frederic.bothamy@free.fr>.
7240         (tramp-set-auto-save): Actions should be done for Tramp file name
7241         handler only.  Ange-FTP has its own auto-save mechanism.
7242         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7243         (tramp-set-auto-save-file-modes): Set file modes of
7244         `buffer-auto-save-file-name' to ?\600 as fallback solution.
7245         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
7246         (tramp-bug): Remove obsolete variable.
7247         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
7248         for presence of `mml-mode'.  Make it running for older Emacsen as well.
7250 2005-05-14  John Paul Wallington  <jpw@pobox.com>
7252         * ibuf-ext.el (define-ibuffer-filter filename):
7253         If `dired-directory' is a list, use its car.
7255 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
7257         * ibuffer.el (define-ibuffer-column filename):
7258         If `dired-directory' is a list, use its car.
7260 2005-05-14  Richard M. Stallman  <rms@gnu.org>
7262         * subr.el (symbol-file): Doc fix.
7264         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
7265         (byte-compile-form): Call byte-compile-nogroup-warn.
7266         (byte-compile-warning-types): Doc fix.
7268         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
7270         * progmodes/cc-engine.el (c-literal-faces):
7271         Add font-lock-comment-delimiter-face.
7273         * net/net-utils.el (dig): Use with-no-warnings.
7275         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
7276         (sc-recite-frame-alist, sc-default-cite-frame)
7277         (sc-default-uncite-frame, sc-default-recite-frame)
7278         (sc-attrib-selection-list, sc-rewrite-header-list):
7279         Mark as risky-local-variable.
7281         * international/ogonek.el (ogonek-jak, ogonek-how):
7282         Don't use beginning-of-buffer.
7284         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
7286         * calendar/solar.el (solar-data-list): Move definition up.
7288         * dnd.el (dnd-protocol-alist): Add autoload.
7290         * progmodes/sh-script.el: Many doc usage fixes.
7291         (sh-indent-after-do): Change default to match common styles.
7293 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
7295         * files.el (interpreter-mode-alist)
7296         (auto-mode-interpreter-regexp): Doc fixes.
7298 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
7300         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
7302         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
7304 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7306         * dired.el (dired-mode): make-variable-buffer-local =>
7307         make-local-variable.
7309 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7311         * term/mac-win.el (mac-select-convert-to-string): Try coding
7312         systems in mac-script-code-coding-systems if specified one cannot
7313         encode string for `com.apple.traditional-mac-plain-text'.
7315 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
7317         * progmodes/make-mode.el (makefile-targets-face)
7318         (makefile-shell-face, makefile-makepp-perl-face): New faces.
7319         (makefile-dependency-regex): Fix it to not make the colon in
7320         $(var:a=b) special.
7321         (makefile-rule-action-regex): New regexp for highlighting embedded
7322         Shell strings.
7323         (makefile-macroassign-regex): Handle != for highlighting as
7324         embedded Shell strings.
7325         (makefile-var-use-regex): New const.
7326         (makefile-statements, makefile-automake-statements)
7327         (makefile-gmake-statements, makefile-makepp-statements)
7328         (makefile-bsdmake-statements): New consts.
7329         (makefile-make-font-lock-keywords): New function.
7330         (makefile-automake-font-lock-keywords)
7331         (makefile-gmake-font-lock-keywords)
7332         (makefile-makepp-font-lock-keywords)
7333         (makefile-bsdmake-font-lock-keywords): New consts.
7334         (makefile-mode-map): Add switchers between the various submodes.
7335         (makefile-mode): Document the availability of the variants.
7336         (makefile-automake-mode, makefile-gmake-mode)
7337         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
7339         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
7340         new variants of makefile-mode.
7342 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7344         * font-lock.el (font-lock-comment-delimiter-face): Fix up
7345         the inheritance.
7347 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
7349         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
7350         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
7352         * files.el (normal-mode): Extend the scope of the
7353         `enable-local-variables' binding to include the `set-auto-mode' call.
7354         (magic-mode-alist): Doc fix.
7356 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7358         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
7359         font-lock-comment-face rather than copying its setting.
7361 2005-05-12  Andreas Schwab  <schwab@suse.de>
7363         * eshell/esh-mode.el (eshell-send-input): Doc fix.
7365 2005-05-12  Lute Kamstra  <lute@gnu.org>
7367         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
7368         defcustom for the mode hook variable.  Delete the last argument.
7369         * generic-x.el: Fix callers of define-generic-mode.
7370         (generic-x-modes): Delete group.
7371         (show-tabs-tab-face, show-tabs-space-face): Put them in the
7372         generic-x customization group.
7374 2005-05-12  Kim F. Storm  <storm@cua.dk>
7376         * font-lock.el (font-lock-negation-char-face): Default to "off".
7378         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
7379         font-lock-negation-char-face to ! in !=.
7381 2005-05-12  Masatake YAMATO  <jet@gyve.org>
7383         * add-log.el (find-change-log): Fix typos in the docstring
7384         of function.
7386 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7388         * international/latexenc.el (latexenc-find-file-coding-system):
7389         Avoid `re-search-forward' when looking for input encoding because
7390         of speed and safety.  Better regular expressions for recognizing
7391         input encoding.  Limit a search for TeX-master/tex-main-file to
7392         the local variable section.
7394 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
7396         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
7397         syntax of $ to "'" (quote).
7399 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
7401         * dnd.el (dnd-protocol-alist): Improve custom type.
7403         * dired.el (dired-dnd-protocol-alist): New variable.
7404         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
7405         `dired-mode-hook' to the end.
7407 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7409         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
7410         comment-end if comment-start-skip is not set.
7411         Obey the font-lock-comment-delimiter-face variables.
7413 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7415         * files.el (executable-find): Move from executable.el.  Use
7416         locate-file.
7417         * progmodes/executable.el (executable-find): Move to files.el.
7419         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
7420         when trying to ensure forward progress.
7422 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
7424         * mouse-sel.el (mouse-sel-follow-link-p): New function.
7425         (mouse-select, mouse-select-internal, mouse-extend-internal):
7426         Use it to implement mouse-1-click-follows-link functionality.
7428 2005-05-11  Richard M. Stallman  <rms@gnu.org>
7430         * font-lock.el (font-lock-fontify-syntactically-region):
7431         Use font-lock-comment-delimiter-face for comment delimiters.
7433 2005-05-10  Jay Belanger  <belanger@truman.edu>
7435         * calc/calc-help.el (calc-m-prefix-help): Add mention of
7436         preserving embedded modes.
7438 2005-05-10  Richard M. Stallman  <rms@gnu.org>
7440         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
7442         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
7443         Move from ada-stmt.el.
7444         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
7446         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
7447         Move to ada-mode.el.
7448         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
7450         * cus-edit.el (custom-file): Call file-chase-links.
7452         * files.el (read-directory-name): Fix previous change.
7453         (hack-local-variables-confirm): New function.
7454         (hack-local-variables-prop-line, hack-local-variables)
7455         (hack-one-local-variable): Use it.
7457 2005-05-10  Lute Kamstra  <lute@gnu.org>
7459         * font-lock.el (font-lock-keywords-alist)
7460         (font-lock-removed-keywords-alist): Clarify docstrings.
7462 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
7464         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
7465         (gdb-source-info): Check for preprocessor info.
7466         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
7467         a macro for a function.
7468         (gdb-info-breakpoints-custom): Try to find file again if not already
7469         found (user might have used GDB dir command).
7470         (gdb-get-location): Update gdb-location-alist correctly for change
7471         to gdb-info-breakpoints-custom.
7473         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
7474         (gud-tooltip-print-command): Add gdbmi case.
7475         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
7476         preprocessor info.
7478 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
7480         * startup.el (fancy-splash-insert): Fix typo in doc string.
7482 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
7484         * obsolete/float.el (string-to-float):
7485         * obsolete/hilit19.el (hilit-add-pattern):
7486         * obsolete/rnews.el (news-parse-range, news-select-message)
7487         (news-get-pruned-list-of-files): Replace `string-to-int' by
7488         `string-to-number'.
7490         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
7491         `find-file-not-found-hooks'; use `add-hook'.
7492         (uncompress-while-visiting): Set `write-file-functions', not
7493         `write-file-hooks'; use `add-hook'.
7495 2005-05-09  Kim F. Storm  <storm@cua.dk>
7497         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
7498         (cua-paste): Handle clipboard action.
7499         (cua--init-keymaps): Remap clipboard-kill-region and
7500         clipboard-kill-ring-save.
7502 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
7504         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
7505         Improve commentary.
7507         * simple.el (next-error-overlay-arrow-position): Revert the change
7508         made on 2005-04-30.
7510 2005-05-07  Jay Belanger  <belanger@truman.edu>
7512         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
7513         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
7514         `calc-sel-reselect'.
7516         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
7517         Calc is in embedded mode.
7519 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
7521         * progmodes/compile.el (compilation-setup):
7522         Set overlay-arrow-string to an empty string on text terminals.
7524         * textmodes/ispell.el (ispell-program-name): Try looking for
7525         "aspell" along exec-path, and if found, use it as the default
7526         speller program.
7528 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
7530         * international/mule.el (sgml-xml-auto-coding-function):
7531         Recognize encoding='FOO' in single quotes as well as in double quotes.
7533 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7535         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
7536         as well as `interactive', so that defmacro* would recognize
7537         `declare' forms.
7539 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
7541         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
7542         Explain more about the LIGHTER arg's usage in the doc string.
7543         Add commentary to clarify what the code does.  Fix the regexp that
7544         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
7545         since it could have characters special to regular expressions.
7547 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
7549         * replace.el (occur-1): Bind inhibit-read-only so that
7550         erase-buffer doesn't barf on read-only text properties (likewise
7551         for add-text-properties in occur-engine).  Mark buffer as unmodified.
7552         (occur-engine): Don't set buffer-read-only here.
7554 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7556         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
7557         list-buffers-directory.  This caused the *cvs-commit* buffer to be
7558         sometimes mistakenly reused as a *cvs* buffer.
7560 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
7562         * tooltip.el: Move code for GUD tooltips into gud.el.
7563         (require): CL no longer needed to compile case.
7564         (tooltip-mode): Do not toggle functions for GUD tooltips.
7565         (tooltip-gud-tips-p): Remove.  Replace with minor mode
7566         gud-tooltip-mode in gud.el.
7567         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
7568         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
7569         tooltip-gud prefix with gud-tooltip and obsolete.
7570         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
7571         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
7572         (tooltip-mouse-motion): Mouse movement functions/variable.
7573         Rename in gud.el by adding gud prefix.
7574         (tooltip-gud-original-filter, tooltip-gud-dereference)
7575         (tooltip-gud-event, tooltip-toggle-gud-tips)
7576         (tooltip-gud-process-output, tooltip-gud-print-command)
7577         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
7578         gud.el by replacing tooltip-gud prefix with gud-tooltip.
7579         (gdb-tooltip-print): Move to gdb-ui.el.
7581         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
7582         (require): CL needed to compile case.
7583         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
7584         tooltip-gud-tips-p.  Make it a minor-mode.
7585         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
7586         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
7587         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
7588         (gud-tooltip-change-major-mode)
7589         (gud-tooltip-activate-mouse-motions-if-enabled)
7590         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
7591         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
7592         (gud-tooltip-original-filter, gud-tooltip-dereference)
7593         (gud-tooltip-event, tooltip-toggle-gud-tips)
7594         (gud-tooltip-process-output, gud-tooltip-print-command)
7595         (gud-tooltip-tips): Move from tooltip.el.
7597         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
7598         (gdb-cpp-define-alist-flags): Doc fix.
7599         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
7600         gud-tooltip-mode is t.
7602 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7604         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
7605         evaporate if their text is deleted.
7606         (goto-address-at-point): Make it work as a mouse binding as well.
7607         (goto-address-at-mouse): Obsolete it.  Update users.
7609 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
7611         * calendar/appt.el (top-level): No longer activate on load.
7613 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
7615         * calendar/cal-bahai.el (mark-bahai-diary-entries):
7616         * net/webjump.el (webjump):
7617         * progmodes/idlw-help.el (idlwave-do-context-help1)
7618         (idlwave-highlight-linked-completions):
7619         * textmodes/po.el (po-find-file-coding-system-guts):
7620         Replace `assoc-ignore-case' by `assoc-string'.
7622 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
7624         * files.el (locate-file): Doc fix.
7626         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
7627         Remove the redundant test for ms-dos.
7629         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
7630         look for the preprocessor with exec-suffixes.  If not found in
7631         standard places, look in exec-path.  Remove most of the tests that
7632         used system-type.
7634         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
7636         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
7638         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
7639         file-name clash with jka-compr.el on 8+3 filesystems.
7641 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7643         * term/mac-win.el: Don't define or bind scroll bar functions if
7644         x-toolkit-scroll-bars is t.
7645         (x-select-text, x-get-selection-value): Clear
7646         x-last-selected-text-clipboard if x-select-enable-clipboard is
7647         nil.
7648         (PRIMARY): Put mac-scrap-name property.
7649         (mac-select-convert-to-file-url): New function.
7650         (public.file-url): New selection target type.  Add to
7651         selection-converter-alist.
7652         (x-get-selection, x-selection-value): Handle it.
7653         (x-cut-buffer-or-selection-value): New alias.
7655 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7657         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
7658         entry to avoid calling bibtex-find-entry with arg global
7659         being t.  Remove arg key.
7660         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
7661         (bibtex-copy-summary-as-kill): Change accordingly.
7663 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7665         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
7666         (org-agenda-date-later): Use with-current-buffer.
7668 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
7670         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
7671         (define-obsolete-variable-alias): Doc Fixes.
7673 2005-05-06  Kim F. Storm  <storm@cua.dk>
7675         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
7676         vertical-motion when selective-display is active.
7678         * ido.el (ido-setup-hook): New hook.
7679         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
7680         (ido-input-stack): New var.
7681         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
7682         ido-next-work-file binding to M-O.
7683         Bind M-f to ido-wide-find-file-or-pop-dir.
7684         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
7685         (ido-read-internal): Run ido-setup-hook.
7686         Catch quit in read-file-name and read-string to cancel edit.
7687         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
7688         Automatically pop-all when completing a directory name (RET).
7689         (ido-file-internal): Add with-no-warnings around ffap and dired code.
7690         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
7691         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
7692         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
7693         New functions for M-b/M-f to move among the directory components.
7694         (ido-make-merged-file-list): Catch quit to cancel merge.
7695         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
7696         (ido-completion-help): No warnings for ido-completion-buffer-full.
7698 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
7700         * font-lock.el (font-lock-negation-char-face): New face and variable.
7701         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
7702         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
7703         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
7704         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
7706 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
7708         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
7709         Fix typo in docstring.
7711         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
7712         (ebrowse-print-statistics-line)
7713         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
7715         * term/w32-win.el (image-library-alist): Add additional name for
7716         Xpm library.
7718 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
7720         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
7721         use gcc instead of cpp.
7723         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
7724         (gdb-create-define-alist): Use it.
7725         (gdb-cpp-define-alist-program): Update for MS-DOS.
7727 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
7729         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
7731 2005-05-04  Richard M. Stallman  <rms@gnu.org>
7733         * help.el (describe-key): No error when UNTRANSLATED is nil.
7735         * simple.el (line-move-1): Fix previous change to signal errors
7736         appropriately.
7738 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
7740         * calendar/icalendar.el (icalendar-version): Now at 0.12.
7741         (icalendar-duration-correction): Remove.
7742         (icalendar--get-event-properties): Split result at commas.
7743         (icalendar--decode-isoduration): New optional argument
7744         DURATION-CORRECTION.
7745         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
7746         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
7747         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
7748         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
7749         (icalendar--convert-anniversary-to-ical): New functions, extracted
7750         from icalendar-export-region, with bug fixes.
7751         (icalendar-export-region): Use the above functions.
7752         (icalendar-import-buffer): Check before saving diary file.
7753         (icalendar--convert-recurring-to-diary)
7754         (icalendar--convert-non-recurring-all-day-to-diary)
7755         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
7756         extracted from icalendar--convert-ical-to-diary, with bug fixes.
7757         (icalendar--convert-ical-to-diary): Use the above functions.
7759 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
7761         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
7762         Remove these recent additions.
7763         (c-mode): Restore to before 2005-04-28.
7765         * progmodes/cc-vars.el (cc-define-list-program): Remove this
7766         recent addition.
7768         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
7769         (gdb-define-alist): New variables.
7770         (gdb-create-define-alist): New function.
7771         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
7772         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
7773         with string-to-number.
7774         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
7776         * progmodes/gud.el: Replace string-to-int with string-to-number.
7777         (gud-find-file): Handle gdb-define-alist.
7779         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
7781 2005-05-02  Jay Belanger  <belanger@truman.edu>
7783         * calc/calc-aent.el (math-read-token):
7784         * calc/calc-bin.el (calc-word-size):
7785         * calc/calc-ext.el (calc-read-number-fancy):
7786         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
7787         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
7788         * calc/calc-frac.el (calc-over-notation):
7789         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
7790         (calc-graph-num-points, calc-graph-init):
7791         * calc/calc-prog.el (calc-read-parse-table-part)
7792         (calc-edit-macro-repeats):
7793         * calc/calc-yank.el (calc-do-grab-rectangle):
7794         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
7795         Replace `string-to-int' by `string-to-number'.
7797 2005-05-02  Kim F. Storm  <storm@cua.dk>
7799         * kmacro.el: Use executing-kbd-macro-index variable.
7801 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
7803         * net/rlogin.el (rlogin-parse-words): Delete func.
7804         (rlogin): Use split-string, not rlogin-parse-words.
7805         Also, if there are option-like elements in the parsed args,
7806         take the host to be the first arg immediately following them.
7807         Suggested by Michael Mauger.
7809 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7811         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
7813 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
7815         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
7816         (cc-mode-cpp-program): Rename to cc-define-list-program and
7817         move to cc-vars.el.
7819         * progmodes/cc-vars.el (cc-define-list-program):
7820         Change to "gcc -E -dM -".  Make customizable.
7822 2005-05-02  Kim F. Storm  <storm@cua.dk>
7824         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
7826 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
7828         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
7830         * international/mule-util.el (truncate-string): Remove alias and
7831         obsolete declaration.
7833         * international/mule-cmds.el (update-iso-coding-systems):
7834         Remove alias and obsolete declaration.
7836         * international/mule.el (coding-system-parent): Remove alias and
7837         obsolete declaration.
7839         * subr.el (define-function, sref): Remove aliases and obsolete
7840         declarations.
7841         (chars-in-region): Remove obsolete declaration.
7843 2005-05-01  Richard M. Stallman  <rms@gnu.org>
7845         * info.el (Info-mode): Set widen-automatically to nil, locally.
7847         * simple.el (widen-automatically): New variable.
7848         (pop-global-mark): Obey widen-automatically.
7850 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
7852         * term/xterm.el (function-key-map): Call substitute-key-definition
7853         before the keymap size is increased by a lot of define-key calls.
7855 2005-05-01  Richard M. Stallman  <rms@gnu.org>
7857         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
7858         Rename ARG to ELEMENT.  Doc fix.
7860 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
7862         * allout.el (allout-exposure): Remove macro and obsolete declaration.
7863         Remove references to allout-exposure/change to allout-new-exposure.
7865         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
7866         bytecode symbols.
7868         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
7869         (compiled-function-p, focus-frame, unfocus-frame):
7870         Remove aliases and obsolete declarations.
7871         Back out inadvertent changes from previous commit.
7873 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7875         * files.el (require-final-newline): Make Custom tags consistent
7876         with mode-require-final-newline.
7877         (mode-require-final-newline): Doc fix.
7879 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
7881         * international/latexenc.el (latexenc-find-file-coding-system):
7882         Fix regular expressions.
7884 2005-05-01  David Kastrup <dak@gnu.org>
7886         * international/latexenc.el (latexenc-find-file-coding-system):
7887         Fix regular expressions.
7889 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
7891         * subr.el (string-to-int): Make obsolete.
7893 2005-04-30  Richard M. Stallman  <rms@gnu.org>
7895         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
7897         * loadup.el: load jka-comp-hook.
7899         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
7900         (jka-compr-handler): Add autoload.  `put' calls moved
7901         to jka-comp-hook.el.
7902         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
7903         (jka-compr-inhibit): Autoload.
7905         * jka-comp-hook.el: New file.
7906         Enable the mode by default.
7908         * files.el (backup-buffer-copy): Use copy-file instead
7909         of write-region, and put back the 'excl.
7911 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
7913         * progmodes/flymake.el (flymake-split-string)
7914         (flymake-split-string, flymake-log, flymake-pid-to-names)
7915         (flymake-reg-names, flymake-get-source-buffer-name)
7916         (flymake-unreg-names, flymake-add-line-err-info)
7917         (flymake-add-err-info): Clarify docstrings.
7918         (flymake-popup-menu, flymake-make-emacs-menu)
7919         (flymake-make-xemacs-menu): Add docstrings.
7920         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
7921         Set variables directly throughout.
7923 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
7925         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
7926         exists.  Initialize cc-define-alist.
7927         (c-mode): Add cc-create-define-alist locally to after-save-hook.
7928         If there is no file (Macroexpansion) don't create an alist.
7930 2005-04-29  Sam Steingold  <sds@gnu.org>
7932         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
7933         (cc-create-define-alist): Use it instead of the hard-coded string.
7935 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7937         * international/mule-conf.el (file-coding-system-alist): Fix regexp
7938         for latexenc.
7940 2005-04-29  Lute Kamstra  <lute@gnu.org>
7942         * emacs-lisp/generic.el: Improve commentary section.
7943         (define-generic-mode): Improve docstring.
7945 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
7947         * textmodes/org.el (many places): Change to quiet the byte compiler.
7948         (org-prefix-format-compiled): New variable.
7949         (org-compile-prefix-format): New function.
7950         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
7951         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
7952         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
7953         (org-get-entries-from-diary): Use `org-get-time-of-day' for
7954         consistency with entries from `org-mode' files.
7955         (org-get-time-of-day): Fix bug with partial matches early in a line.
7956         (org-non-link-chars): New constant.
7957         (org-link-regexp): Respect `org-non-link-chars'.
7958         (org-agenda-day-view): Remove command.
7959         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
7960         (org-follow-bbdb-link, org-store-link): Search also company field.
7961         (org-highlight-overlay): New variable.
7962         (org-highlight, org-unhighlight): New functions.
7963         (org-agenda-mode): Add pre-command-hook to remove highlight.
7964         (org-evaluate-time-range): Behavior depends upon whether time stamp
7965         contains a time or not.
7966         (org-show-subtree, org-show-entry): New functions.
7967         (org-agenda-cleanup-fancy-diary): Remove empty lines.
7969 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
7971         * comint.el (comint-output-filter-functions): Add autoload cookie.
7973 2005-04-28  Kim F. Storm  <storm@cua.dk>
7975         * ido.el (ido-everywhere): Fix last change.
7977 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7979         * international/latexenc.el: New file.
7980         * international/mule-conf.el (file-coding-system-alist): For .tex,
7981         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
7983 2005-04-28  Lute Kamstra  <lute@gnu.org>
7985         * font-lock.el (font-lock-add-keywords)
7986         (font-lock-remove-keywords): Clarify docstring.
7987         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
7988         Don't start docstrings with a `*'.
7989         (font-lock-update-removed-keyword-alist): Give it a docstring.
7991         * generic-x.el: Update commentary section.
7992         Only require font-lock when compiling.
7993         Define all modes conditionally.
7994         Place all generic modes in the generic-x-modes customization group.
7995         (generic-x-modes): New customization group.
7996         (generic-default-modes, generic-mswindows-modes)
7997         (generic-unix-modes, generic-other-modes): New constants.
7998         (generic-define-mswindows-modes, generic-define-unix-modes):
7999         Update docstrings.  Make them obsolete.
8000         (generic-extras-enable-list): New default value.  Update docstring.
8001         Improve :type.  Change :set function.
8002         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8003         Fix docstring.
8005         * emacs-lisp/generic.el (generic-mode-internal):
8006         Simplify font-lock-defaults.
8007         (define-generic-mode): Fix docstring.
8009 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8011         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8012         font-lock-face property to highlight matches.
8014 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
8016         * progmodes/cc-mode.el (cc-create-define-alist): New function.
8017         (cc-define-alist): New variable.
8018         (c-mode): Make it local and initialize it.
8020         * progmodes/gdb-ui.el (gdb-active-process): New variable.
8021         (gdb-exited): New function.
8022         (gdb-annotation-rules): Use it.
8023         (gdb-starting): Set gdb-active-process to t.
8024         (gdb-stopping): Amend doc string.
8025         (gdb-reset): Set gdb-active-process to nil.
8027         * tooltip.el (tooltip-gud-tips): Show the associated #define
8028         directives when a C program under GDB is not executing.
8030 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8032         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8033         font-lock-fontify-syntactic-keywords.
8035         * font-lock.el (font-lock-default-fontify-region): Don't force
8036         parse-sexp-lookup-properties to nil.
8038 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
8040         * man.el (man-mode-syntax-table): Set up `:' to have
8041         word-constituent syntax.
8043 2005-04-27  Lute Kamstra  <lute@gnu.org>
8045         * novice.el (disable-command): Don't add spurious newlines to the
8046         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
8048 2005-04-26  Jay Belanger  <belanger@truman.edu>
8050         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8051         than one window before deleting window.
8053 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
8055         * shell.el (shell-prompt-pattern): Doc fix.
8056         (shell-mode): Set paragraph-separate buffer locally to "\\'".
8058         * comint.el (comint-prompt-regexp, comint-get-old-input)
8059         (comint-use-prompt-regexp)
8060         (comint-use-prompt-regexp-instead-of-fields)
8061         (comint-replace-by-expanded-history, comint-send-input)
8062         (comint-output-filter, comint-get-old-input-default)
8063         (comint-line-beginning-position, comint-bol, comint-show-output)
8064         (comint-backward-matching-input, comint-forward-matching-input)
8065         (comint-next-prompt, comint-previous-prompt):
8066         Rename `comint-use-prompt-regexp-instead-of-fields' to
8067         `comint-use-prompt-regexp'.  Keep old name as alias and declare
8068         obsolete.
8069         (comint-use-prompt-regexp): Shorten first line of doc string.
8071         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8072         Set paragraph-separate buffer locally to "\\'".
8074         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8075         Adapt to above name change.
8077         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8078         (smbclient-prompt-regexp): Ditto.
8080         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8082 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
8084         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8085         gdb-location-list.
8086         Break lines that are over 80 characters wide.
8088 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8090         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8091         New fun and var, to preserve compatibility.
8093         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8095 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
8097         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8098         name to file-newer-than-file-p.
8100 2005-04-26  Richard M. Stallman  <rms@gnu.org>
8102         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8104         * progmodes/python.el (python-mode):
8105         Use new name eldoc-documentation-function.
8107         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8109         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8110         (eldoc-documentation-function):
8111         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
8113 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
8115         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
8117 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
8119         * term/xterm.el (function-key-map): Fix strings for
8120         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
8121         {C,S,A,C-S}-{f1-f12}.
8123 2005-04-26  Kenichi Handa  <handa@m17n.org>
8125         * international/mule-cmds.el (select-safe-coding-system):
8126         Fix previous change.
8128 2005-04-26  Lute Kamstra  <lute@gnu.org>
8130         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
8132         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
8133         (font-lock-comment-delimiter-face): Ditto.
8135         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
8137 2005-04-25  Jay Belanger  <belanger@truman.edu>
8139         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
8140         to t while inserting information; use help-mode.
8142 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
8144         * term.el (ansi-term-color-vector): Use the xterm colors.
8145         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
8147 2005-04-25  Lute Kamstra  <lute@gnu.org>
8149         * font-core.el (font-lock-defaults): Fix docstring.
8151         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
8153 2005-04-25  Kenichi Handa  <handa@m17n.org>
8155         * international/mule-cmds.el (select-safe-coding-system):
8156         Don't check consistency with coding: spec, etc if raw-text or
8157         no-conversion was found to be safe.
8159 2005-04-24  Richard M. Stallman  <rms@gnu.org>
8161         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
8162         citation markers at start of each line.
8164         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
8165         citation markers at start of each line.
8167         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
8169         * files.el (mode-require-final-newline): Fix previous change.
8170         (require-final-newline): Fix type label.
8172 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
8174         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
8175         statement in buffer (broken by 2004-11-24 change).
8177 2005-04-24  Kim F. Storm  <storm@cua.dk>
8179         * ido.el (ido-everywhere): Save and restore old read-buffer-function
8180         and read-file-name-function values.  Don't overwrite existing
8181         non-nil values if ido-mode is enabled without ido-everywhere.
8183 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
8185         * files.el (mode-require-final-newline): Minor doc fix.
8187 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
8189         * subr.el (syntax-after): Doc fix.
8190         (syntax-class): If argument is nil, return nil.  Mask off upper 16
8191         bits, not 8 bits.
8193         * files.el (mode-require-final-newline): Doc fix.
8194         (backup-buffer-copy): Fix last change.
8196 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8198         * term/mac-win.el: Require select.  Set selection-coding-system to
8199         mac-system-coding-system.  Call menu-bar-enable-clipboard.
8200         (x-last-selected-text-clipboard, x-last-selected-text-primary)
8201         (x-select-enable-clipboard): New variables.
8202         (x-select-text, x-get-selection, x-selection-value)
8203         (x-get-selection-value, mac-select-convert-to-string)
8204         (mac-services-open-file, mac-services-open-selection)
8205         (mac-services-insert-text): New functions.
8206         (CLIPBOARD, FIND): Put mac-scrap-name property.
8207         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
8208         (public.tiff): Put mac-ostype property.
8209         (selection-converter-alist): Add entries for them.
8210         (mac-application-menu-map): New keymap.
8211         (interprogram-cut-function, interprogram-paste-function): Set to
8212         x-select-text and x-get-selection-value, respectively.
8213         (split-window-keep-point): Set to t.
8215 2005-04-23  Richard M. Stallman  <rms@gnu.org>
8217         * files.el (read-directory-name): Always pass non-nil
8218         DEFAULT-FILENAME arg to read-file-name.
8219         (backup-buffer-copy, basic-save-buffer-2): Take care against
8220         writing thru an unexpected existing symlink.
8221         (revert-buffer): In indirect buffer, revert the base buffer.
8222         (magic-mode-alist): Doc fix.
8223         (buffer-stale-function): Doc fix.
8224         (minibuffer-with-setup-hook): Avoid warning.
8225         (mode-require-final-newline): Doc and custom fix.
8227         * follow.el (follow-end-of-buffer): Use with-no-warnings.
8229         * font-lock.el (font-lock-comment-face): On terminals with few colors,
8230         use the default appearance.
8231         (font-lock-comment-delimiter-face): New face, new variable.
8233         * imenu.el (imenu--generic-function): The official position of a
8234         definition is the start of the line that BEG is in.
8236         * midnight.el (midnight-timer): Move defvar up.
8238         * mouse.el (mouse-drag-region-1): Delete some debugging code.
8240         * saveplace.el (save-place-to-alist): Use with-no-warnings.
8242         * startup.el (command-line): Use with-no-warnings.
8244         * window.el (window-size-fixed): New defvar.
8246         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
8248         * mail/rmail.el (rmail-font-lock-keywords):
8249         Use font-lock-comment-delimiter-face.
8251         * mail/sendmail.el (mail-font-lock-keywords):
8252         Use font-lock-comment-delimiter-face.
8254         * progmodes/compile.el (next-error-highlight-timer): New defvar.
8256 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
8258         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8259         Specify t for LAXMATCH when matching directories.
8260         Save match data around compilation-compat-error-properties form.
8262 2005-04-23  David Kastrup  <dak@gnu.org>
8264         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
8265         Mention that the autoloaded aliases should be kept for AUCTeX.
8267 2005-04-23  Andreas Schwab  <schwab@suse.de>
8269         * isearch.el (isearch-forward): Doc fix.
8271 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
8273         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
8274         (jit-lock-stealth-nice): Change default value to 0.5.
8276 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
8278         * abbrev.el (write-abbrev-file): Write table entries in
8279         alphabetical order by table name.
8281 2005-04-22  Kim F. Storm  <storm@cua.dk>
8283         * ido.el (ido-read-internal): Fix `list' completion.
8285 2005-04-22  Kenichi Handa  <handa@m17n.org>
8287         * recentf.el (recentf-save-file-coding-system): New variable.
8288         (recentf-save-list): Encode the file by
8289         recentf-save-file-coding-system and add coding: tag.
8291 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
8293         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
8295 2005-04-21  Lute Kamstra  <lute@gnu.org>
8297         * loadhist.el (unload-feature): Don't remove a function from hooks
8298         if it is about to be restored to an autoload .  Remove functions
8299         that will become unbound from auto-mode-alist.  Simplify the code.
8301         * subr.el (assq-delete-all): New implementation that is linear,
8302         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
8303         (rassq-delete-all): New function.
8305         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8306         Add size-indication-mode.
8308 2005-04-21  Kenichi Handa  <handa@m17n.org>
8310         * international/mule-cmds.el: Add autoload for widget-value in
8311         eval-when-compile.
8313 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
8315         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8316         Add tooltip-mode.
8318         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
8320 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
8322         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
8323         (inferior-lisp-filter-regexp, inferior-lisp-program)
8324         (inferior-lisp-load-command, inferior-lisp-prompt)
8325         (inferior-lisp-mode-hook, lisp-source-modes)
8326         (inferior-lisp-load-hook): defvar->defcustom.
8327         (inferior-lisp-program, inferior-lisp-prompt)
8328         (inferior-lisp-load-hook): Doc fixes.
8329         (inferior-lisp-install-letter-bindings): Small change in
8330         introductory comment.
8332 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
8334         * vc.el (vc-annotate-color-map): Change some colors so that text
8335         using them as foreground is readable on both white and black
8336         backgrounds.
8338 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8340         * international/mule-conf.el (translation-table-for-input):
8341         Remove redundant declaration.
8343 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
8345         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
8347         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
8348         (tooltip-toggle-gud-tips): New function.
8350 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8352         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
8353         right angle brackets.
8355 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
8357         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
8359 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8361         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
8362         Remove.  Update callers to use expand-file-name instead.
8364         * subr.el (syntax-class): New function.
8366         * simple.el (blink-matching-open): Use it.
8368         * paren.el (show-paren-function): Use it to recognize parens that are
8369         also used in 2-char comment markers.
8371 2005-04-19  Lute Kamstra  <lute@gnu.org>
8373         * loadhist.el (unload-feature): Update for new format of
8374         load-history.  Simplify the code.
8376 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8378         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
8379         (mac-add-charset-info): New function.  Initialize variable
8380         mac-charset-info-alist using it.
8381         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
8382         for translation.
8383         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
8384         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
8385         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
8386         New CCL programs.
8388 2005-04-19  Kim F. Storm  <storm@cua.dk>
8390         * simple.el (next-buffer, prev-buffer, next-error)
8391         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8392         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
8394         * bindings.el (next-buffer, prev-buffer, next-error)
8395         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8396         (clone-indirect-buffer-other-window): Move bindings from simple.el.
8397         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
8398         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
8400 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8402         * isearch.el (isearch-edit-string): Make the search-ring available for
8403         minibuffer history commands.
8404         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
8405         the default history commands now work just as well.
8406         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
8408 2005-04-18  Kim F. Storm  <storm@cua.dk>
8410         * emulation/cua-base.el (cua--pre-command-handler): Add more
8411         elaborate check for shift modifier on non-window systems.
8413 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
8415         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
8417 2005-04-18  Kim F. Storm  <storm@cua.dk>
8419         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
8420         and make it optional.  Don't test tooltip-gud-echo-area here.
8421         (tooltip-gud-process-output, gdb-tooltip-print):
8422         Pass tooltip-gud-echo-area to tooltip-show.
8423         (tooltip-help-tips): Remove second optional arg to tooltip-show.
8425 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8427         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
8428         `display-graphic-p' may not be bound yet.
8430 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
8432         * startup.el (command-line): No longer enable Xterm Mouse mode by
8433         default in terminals compatible with xterm.
8435         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
8437 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
8439         * tooltip.el (tooltip-gud-echo-area): Rename from
8440         tooltip-use-echo-area.
8441         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
8442         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
8443         area independently of where help tooltips are displayed.
8445 2005-04-17  David Kastrup  <dak@gnu.org>
8447         * cus-theme.el (custom-theme-write-variables): Quote variables
8448         where necessary.
8450 2005-04-17  Richard M. Stallman  <rms@gnu.org>
8452         * simple.el (yank-excluded-properties): Add follow-link to value.
8454         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
8456         * startup.el (fancy-splash-max-time): Just 30 seconds.
8457         (fancy-splash-delay): Just 7.
8458         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
8460         * loadhist.el (unload-feature): Update for new format of load-history.
8461         Simplify the code.
8463         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
8464         (rmail-font-lock-keywords): Don't fontify the text of a citation.
8466         * mail/sendmail.el (mail-font-lock-keywords):
8467         Don't fontify subject text.
8468         Don't fontify the text of a citation.
8470 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
8472         * comint.el (comint-output-filter): Run comint-output-filter-functions
8473         with point where the user had it.
8475 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8477         * international/ucs-tables.el (ucs-set-table-for-input):
8478         Disable when using unify-on-decoding.
8480 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
8482         * emulation/cua-base.el (cua-global-mark-face): Add special case
8483         for displays supporting a high number of colors.
8485 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
8487         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
8489 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
8491         * filesets.el (filesets-add-buffer): If user supplies a name of a
8492         non-existing fileset, create a new fileset.
8494 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
8496         * textmodes/org.el (org-up-heading-all): Fix bug with
8497         `outline-up-heading-all'.
8499 2005-04-16  Andreas Schwab  <schwab@suse.de>
8501         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
8502         /etc/permissions.d/* and /etc/aliases.d/*.
8504 2005-04-16  Kenichi Handa  <handa@m17n.org>
8506         * international/code-pages.el (cp-make-coding-system):
8507         Set `translation-table-for-input' property value to the symbol
8508         ucs-mule-to-mule-unicode, not to that value.
8509         (pt154): Escape guillemet by `\'.
8511 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
8513         * loadup.el: Load tooltip if x-show-tip is fboundp.
8515         * startup.el (command-line): Add comment.
8517         * tooltip.el (tooltip-mode): Specify correct standard value for
8518         Custom in init-value.
8520 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
8522         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
8523         possible.
8525 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
8527         * textmodes/org.el (org-agenda-date-prompt): Rename from
8528         `org-agenda-date-today'.
8529         (org-evaluate-time-range): Insert at point instead of directly
8530         after time range.
8531         (org-first-headline-recenter, org-subtree-end-visible-p)
8532         (org-optimize-window-after-visibility-change): New functions
8533         (org-agenda-post-command-hook): Don't allow point at end of line,
8534         to make sure it always hits the text properties.
8535         (org-agenda-next-date-line, org-agenda-previous-date-line):
8536         New commands.
8537         (org-set-regexps-and-options): Category may contain white space.
8538         (org-agenda-get-deadlines, org-agenda-get-scheduled):
8539         Improve marker positions.
8540         (org-agenda-new-marker): Argument POS made optional.
8541         (org-agenda-get-timestamps): Deadlines which are done are listed
8542         in org-done-face now.
8543         (org-agenda-get-todos, org-agenda-get-timestamps)
8544         (org-agenda-get-deadlines, org-agenda-get-scheduled):
8545         Set `undone-face' and `done-face' properties.
8546         (org-last-todo-state-is-todo): New variable.
8547         (org-todo): Set `org-last-todo-state-is-todo'.
8548         (org-agenda-todo): Change face according to
8549         `org-last-todo-state-is-todo'.  And change other lines referring to
8550         the same entry.
8551         (org-calendar-goto-agenda): New command.
8552         (org-calendar-to-agenda-key): New option.
8553         (org-startup-folded): New allowed value `content'.
8554         (org-set-regexps-and-options): Accept new value `content' for
8555         `org-startup-folded'.
8556         (org-get-current-options): Handle new value `content' for
8557         `org-startup-folded'.
8558         (org-insert-todo-heading): New command.
8559         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
8560         interactively in empty file and option
8561         `org-insert-mode-line-in-empty-file' has been set.
8562         (org-agenda-todo,org-agenda-priority): Modify to use
8563         `org-agenda-change-all-lines'.
8564         (org-warning-face): Change color on dark background
8566 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8568         * international/mule-cmds.el (set-locale-environment): On Mac OS,
8569         use preferences AppleLocale and AppleLanguages, and variable
8570         mac-system-locale for default locale.  On Mac OS Classic, use
8571         mac-system-coding-system for default coding systems.
8573         * term/mac-win.el: Don't set file-name-coding-system.
8574         Decode variables system-name, emacs-build-system, user-login-name, and
8575         user-full-name by mac-system-coding-system on Mac OS Classic.
8576         (mac-system-coding-system): New variable.
8578 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
8580         * startup.el (command-line): Handle `xterm-mouse-mode' before
8581         reading init file.
8583         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
8585 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
8587         * progmodes/sh-script.el (sh-here-document-word): Make it a
8588         defcustom.  Doc fix.
8589         (sh-add): Bash uses $(( )) for arithmetic.
8590         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
8591         (sh-maybe-here-document): Remove quotes and leading whitespace
8592         from heredoc word when closing.  Indent heredoc with tabs if word
8593         starts with "-".
8595 2005-04-13  Richard M. Stallman  <rms@gnu.org>
8597         * simple.el (undo): Fix previous change.
8599         * custom.el (defface): Doc fix.
8601 2005-04-13  Lute Kamstra  <lute@gnu.org>
8603         * Makefile.in (DONTCOMPILE): Remove list.
8604         (compile, compile-always): Don't use DONTCOMPILE.
8605         (update-authors): Load the library in which batch-update-authors
8606         is defined.
8607         * makefile.w32-in (DONTCOMPILE): Remove list.
8608         (compile, compile-always): Fix comments.
8609         (update-authors): Load the library in which batch-update-authors
8610         is defined.
8612         * generic-x.el (generic-mode-ini-file-find-file-hook):
8613         Rename to ini-generic-mode-find-file-hook.
8614         Keep generic-mode-ini-file-find-file-hook as an alias.
8615         (ini-generic-mode-find-file-hook): Rename from
8616         generic-mode-ini-file-find-file-hook.  Fix docstring.
8617         (ini-generic-mode): Docstring change.
8618         (bat-generic-mode-run-as-comint): Silence the byte compiler.
8620         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
8621         called from lisp.
8623         * generic.el: Move to the emacs-lisp subdir.
8625 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
8627         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
8628         and C-S- function and cursor motion keys.
8630 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
8632         * startup.el (command-line): Enable Xterm Mouse mode by default.
8633         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
8634         for Custom.  No longer show "Mouse" in mode line when enabled.
8635         Doc fix.
8637 2005-04-12  Kim F. Storm  <storm@cua.dk>
8639         * emulation/cua-base.el (cua-rectangle-face)
8640         (cua-rectangle-noselect-face): Define face attributes here.
8642         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
8644 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8646         * startup.el (command-line): Turn off blinking cursor if
8647         cursorBlink in resources is off or false.
8649 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8651         * term/mac-win.el (dnd): Require dnd.
8652         (mac-drag-n-drop): Call dnd-handle-one-url.
8653         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
8654         (kTextEncodingISOLatin2): Remove constants.
8655         (mac-script-code-coding-systems): New constant.
8656         (mac-handle-language-change): New function.
8657         (special-event-map): Bind it to `language-change' event.
8658         (mac-centraleurroman, mac-cyrillic): New coding systems.
8659         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
8660         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
8661         and mac-cyrillic-encoder to encode-mac-centraleurroman and
8662         encode-mac-cyrillic, respectively.
8664 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
8666         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
8667         Don't set overlay-arrow-string to "=>" as this is done
8668         globally in C now.
8670 2005-04-12  Lute Kamstra  <lute@gnu.org>
8672         * generic-x.el (rc-generic-mode, rul-generic-mode):
8673         Fix auto-mode-alist entries.
8674         (etc-fstab-generic-mode): Tweak fontification.
8676         * generic.el (generic-make-keywords-list): Fix docstring.
8677         (generic-mode-internal): Simplify generic-font-lock-keywords.
8679 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
8681         * whitespace.el (whitespace-buffer-leading)
8682         (whitespace-buffer-trailing): Revert the incorrect test inversion.
8683         However, fix the highlight area for the leading and
8684         trailing whitespaces to show space.
8686 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
8688         * whitespace.el (whitespace-version): Bump to 3.5
8690         (whitespace-buffer-leading, whitespace-buffer-trailing):
8691         Invert sense of the test to highlight the whitespace.
8693 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
8695         * progmodes/gud.el (gud-display-line): GUD uses its own
8696         overlay arrow now so don't set overlay-arrow-string.
8697         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
8699 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
8701         * term.el (term-ansi-current-bold, term-ansi-current-underline)
8702         (term-ansi-current-reverse, term-ansi-current-invisible)
8703         (term-ansi-face-already-done): Change to boolean.
8704         (term-reset-terminal, term-handle-colors-array): Handle the above
8705         vars accordingly.
8706         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
8707         (term-emulate-terminal): Use the new name.
8709         * faces.el (secondary-selection): Use yellow1, not yellow.
8710         (trailing-whitespace): Use red1, not red.
8712 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8714         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
8715         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
8716         (dired-dnd-handle-file): Call dnd-get-local-file-uri
8718         * cus-edit.el (dnd): New group.
8720         * term/w32-win.el (dnd): Require dnd
8721         (w32-drag-n-drop): Call dnd-handle-one-url.
8723         * x-dnd.el: Require dnd.
8724         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
8725         Call dnd-handle-one-url.
8726         (x-dnd-types-alist, x-dnd-insert-utf8-text)
8727         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
8728         to dnd-insert-text.
8729         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
8730         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
8731         (x-dnd-get-local-file-name, x-dnd-open-local-file)
8732         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
8734         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
8736 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
8738         * wdired.el: Doc fixes.
8739         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
8740         (wdired-use-dired-vertical-movement): Rename from
8741         wdired-always-move-to-filename-beginning.
8742         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
8743         (wdired-change-to-wdired-mode): Change mode name.
8744         (wdired-newline): Delete.
8746 2005-04-11  Richard M. Stallman  <rms@gnu.org>
8748         * whitespace.el (whitespace-highlight-the-space):
8749         Don't call whitespace-unhighlight-the-space here.
8751         * simple.el (undo): Record t in undo-equiv-table
8752         for the redo record made by an undo-in-region.
8754 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
8756         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
8757         (gdb-frame-inferior-io-buffer): New Functions to control
8758         display of separate IO buffer.
8759         (menu): Add them to menu-bar.
8760         (gdb-display-buffer): Check for buffer another frame.
8761         Protect GUD buffer.
8762         (gdb-setup-windows): Create IO buffer if not already there.
8763         (gdb-memory-mode): Remove purecopy noops.
8765 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
8767         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
8768         and pass to self-insert-command.
8770 2005-04-11  Lute Kamstra  <lute@gnu.org>
8772         * generic.el: Commentary section cleanup.
8773         (generic): Delete.
8774         (generic-use-find-file-hook, generic-lines-to-scan)
8775         (generic-find-file-regexp, generic-ignore-files-regexp)
8776         (default-generic-mode, generic-mode-find-file-hook)
8777         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
8778         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
8779         (generic-use-find-file-hook, generic-lines-to-scan)
8780         (generic-find-file-regexp, generic-ignore-files-regexp)
8781         (default-generic-mode, generic-mode-find-file-hook)
8782         (generic-mode-ini-file-find-file-hook): Move from generic.el.
8784 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
8786         * bookmark.el (bookmark-write-file): Catch errors writing file.
8787         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
8789 2005-04-10  Richard M. Stallman  <rms@gnu.org>
8791         * startup.el (fancy-splash-tail): Update copyright year.
8792         (command-line): Split part of -Q into -D.
8793         (emacs-basic-display): New defvar.
8794         (fancy-splash-text): Correct name of menu item.
8796         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
8798         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
8799         lines in one node.
8801         * comint.el (comint-send-input): New arg ARTIFICIAL.
8802         Callers in this file changed.
8804         * abbrev.el (define-abbrevs): Read system abbrevs properly.
8806         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
8808 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
8810         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
8811         `ldap-search-internal'.
8813 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8815         * files.el (set-auto-mode-1): Use line-end-position.
8817         * international/latin-1.el:
8818         * international/latin-2.el:
8819         * international/latin-3.el:
8820         * international/latin-4.el:
8821         * international/latin-5.el:
8822         * international/latin-8.el:
8823         * international/latin-9.el: Give punctuation syntax to NBSP.
8825         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
8826         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
8827         Use char-classes to accept non-ascii letters, accepted in some recent
8828         bibtex implementations.
8830 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
8832         * custom.el (custom-set-minor-mode): Any non-nil value for the
8833         variable should enable the mode when set through Custom.
8835 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8837         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
8838         TAB binding so tab-always-indent is obeyed.
8839         (vhdl-minibuffer-local-map): Move initialization into declaration.
8840         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
8841         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
8842         (vhdl-hooked-abbrev): Avoid test for XEmacs.
8843         (vhdl-current-line): Use line-beginning-position.
8844         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
8845         with-output-to-temp-buffer, so the current position can be recorded.
8847 2005-04-10  Masatake YAMATO  <jet@gyve.org>
8849         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8850         Add regexp for gcov.
8852 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8854         * calendar/time-date.el (time-to-seconds, seconds-to-time)
8855         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
8856         syntax which Emacs 20 doesn't support.
8858 2005-04-09  Richard M. Stallman  <rms@gnu.org>
8860         * help.el (describe-key-briefly, describe-key):
8861         Replace strings as event types with "(any string)".
8863 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8865         * arc-mode.el (archive-mode-map): Move initialization into
8866         the declaration.  Override *all* bindings of `undo'.
8867         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
8869 2005-04-09  Jay Belanger  <belanger@truman.edu>
8871         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
8873 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
8875         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
8876         (xterm-register-default-colors): Update color values computation
8877         to match xterm-200.
8879 2005-04-09  Kenichi Handa  <handa@m17n.org>
8881         * international/code-pages.el (iso-latin-7): Fix the map.
8883 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
8885         * emacs-lisp/lisp.el (defun-prompt-regexp)
8886         (parens-require-spaces, buffer-end, end-of-defun)
8887         (insert-parentheses): Doc fixes.
8889 2005-04-08  Kim F. Storm  <storm@cua.dk>
8891         * comint.el (comint-highlight-prompt): Fix face spec.
8892         * hi-lock.el (hi-green): Likewise.
8894 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
8896         * cus-edit.el (custom-modified-face):
8897         * comint.el (comint-highlight-input): Fix previous changes.
8898         * term.el (term-handle-ansi-escape): Add a comment.
8900 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8902         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
8903         in the buffer and in whitespace-highlighted-space.
8904         (whitespace-unhighlight-the-space): Simplify.
8905         (whitespace-buffer): Simplify.
8907 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
8909         * textmodes/table.el (table-cell-face): Add special case for
8910         displays supporting a high number of colors.
8911         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
8912         (vhdl-font-lock-reserved-words-face)
8913         (vhdl-speedbar-architecture-face)
8914         (vhdl-speedbar-instantiation-face)
8915         (vhdl-speedbar-architecture-selected-face)
8916         (vhdl-speedbar-instantiation-selected-face): Likewise.
8917         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
8918         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
8919         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8920         (ebrowse-root-class-face, ebrowse-member-attribute-face)
8921         (ebrowse-progress-face): Likewise.
8922         * progmodes/compile.el (compilation-info-face): Likewise.
8923         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
8924         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
8925         * calendar/calendar.el (diary-face): Likewise.
8926         * woman.el (woman-italic-face, woman-bold-face)
8927         (woman-unknown-face): Likewise.
8928         * wid-edit.el (widget-button-pressed-face): Likewise.
8929         * whitespace.el (whitespace-highlight-face): Likewise.
8930         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
8931         * pcvs-info.el (cvs-marked-face): Likewise.
8932         * info.el (info-xref): Likewise.
8933         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
8934         * hilit-chg.el (highlight-changes-face)
8935         (highlight-changes-delete-face): Likewise.
8936         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
8937         (hi-red-b): Likewise.
8938         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
8939         * font-lock.el (font-lock-keyword-face)
8940         (font-lock-function-name-face, font-lock-warning-face): Likewise.
8941         * cus-edit.el (custom-invalid-face, custom-modified-face)
8942         (custom-set-face, custom-changed-face, custom-variable-tag-face)
8943         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
8944         * comint.el (comint-highlight-prompt): Likewise.
8946 2005-04-08  Lute Kamstra  <lute@gnu.org>
8948         * font-lock.el (font-lock-keywords): Docstring fixes.
8950 2005-04-08  Kenichi Handa  <handa@m17n.org>
8952         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
8953         chars are more than a limit, print " and more..." at the tail.
8955 2005-04-08  Kim F. Storm  <storm@cua.dk>
8957         * emacs-lisp/authors.el (authors-aliases): Update list.
8958         (authors-ignored-files): New list.
8959         (authors-fixed-entries): Fix typo.
8960         (authors-renamed-files-alist): Update list.
8961         (authors-add): Check authors-ignored-files.
8963 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
8965         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
8966         optional, to ensure backward compatibility.
8968 2005-04-08  Stephen Eglen  <stephen@gnu.org>
8970         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
8972 2005-04-08  Kim F. Storm  <storm@cua.dk>
8974         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
8976         * mouse.el (mouse-on-link-p): Doc fix.
8978 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
8980         * ielm.el (ielm-prompt-read-only): Doc fix.
8982         * comint.el (comint-prompt-read-only): Doc fix.
8984 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
8986         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
8987         ensure dired always handles wildcards passed to ffap.
8988         (find-file-at-point): Use it.
8989         (ffap-dired-wildcards): Doc fix.
8991 2005-04-07  Juri Linkov  <juri@jurta.org>
8993         * simple.el (next-error-overlay-arrow-position): New defvar.
8994         Put "=>" on its property `overlay-arrow-string'.  Add it to
8995         `overlay-arrow-variable-list'.
8997         * progmodes/compile.el (compilation-setup):
8998         Set `next-error-overlay-arrow-position' to nil.  Also set it to
8999         nil in the local hook `kill-buffer-hook'.  Make local variable
9000         `overlay-arrow-string' and set it to "=>".
9001         (compilation-goto-locus): Set BOL position to
9002         `next-error-overlay-arrow-position' instead of
9003         `overlay-arrow-position'.
9005         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9006         locally instead of adding it to the global hook.
9007         (Info-kill-buffer): Move up.
9009 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
9011         * term/xterm.el (xterm-standard-colors): Update color values from
9012         xterm-200.
9014 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9016         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9018         * fast-lock.el:
9019         * lazy-lock.el: Move them to the obsolete subdir.
9021 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
9023         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9024         (wdired-add-replace-advice): Remove.
9025         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9027 2005-04-06  Kim F. Storm  <storm@cua.dk>
9029         * startup.el (command-line): Add --bare-bones alias for -Q.
9031 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9033         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9034         create the startup fontset if a font specification ends with
9035         `mac-roman'.
9037 2005-04-06  Lute Kamstra  <lute@gnu.org>
9039         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9040         change.
9042         * emacs-lisp/copyright.el (copyright-update-year): Replace the
9043         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
9045 2005-04-05  Lute Kamstra  <lute@gnu.org>
9047         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9048         (define-generic-mode): Ditto.  Fix debug declaration.
9050         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9051         Put them in the generic-x group.
9053         * calendar/timeclock.el (timeclock): Doc fix.
9055         * generic.el (define-generic-mode): Don't use custom-current-group.
9056         Document default :group value.
9057         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9058         (define-global-minor-mode): Don't use custom-current-group.
9060 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
9062         * startup.el (command-line-1): Display startup-echo-area-message
9063         when fancy splash screen is in use.
9065         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9066         (sh-escaped-newline): New face.
9067         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9068         newline, and use sh-escaped-newline face.
9070         * progmodes/tcl.el (tcl-escaped-newline): New face.
9071         (tcl-builtin-list): New variable.
9072         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9073         newlines.  Fix keywords subexpression number.
9075 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
9077         * textmodes/org.el (org-diary-default-entry): Fix call to
9078         `add-to-diary-entry'.
9080 2005-04-05  Kim F. Storm  <storm@cua.dk>
9082         * ediff-init.el: Use (featurep 'xemacs).
9084 2005-04-05  David Ponce  <david@dponce.com>
9086         * cus-edit.el (face): Derive from symbol widget.  Display sample
9087         of the current face on the fly.
9088         (widget-face-sample-face-get, widget-face-notify): New functions.
9089         (widget-face-value-create): Remove.
9091         * wid-edit.el (widget-field-end): Temporarily remove field
9092         narrowing before to call `get-char-property'.
9094 2005-04-04  Jay Belanger  <belanger@truman.edu>
9096         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9097         (math-read-subscripts): New variable.
9098         (math-read-preprocess-string): Process subscripts.
9100 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
9102         * comint.el (comint-prompt-read-only): Doc fix.
9104         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9105         `-1'.  Doc fix.
9107 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
9109         * textmodes/org.el (org-insert-mode-line-in-empty-file):
9110         Change default value to nil.
9112 2005-04-04  Lute Kamstra  <lute@gnu.org>
9114         * autorevert.el (auto-revert-mode): Specify :group.
9115         * battery.el (display-battery-mode): Specify :group.
9116         * diff-mode.el (diff-minor-mode): Specify :group.
9117         * font-core.el (font-lock-mode): Specify :group.
9118         * hl-line.el (hl-line-mode): Specify :group.
9119         * iimage.el (iimage): New customization group.
9120         (iimage-mode): Specify :group.
9121         * longlines.el (longlines-mode): Specify :group.
9122         * master.el: Don't require easy-mmode.
9123         (master): New customization group.
9124         (master-mode): Specify :group.
9125         * msb.el (msb-mode): Specify :group.
9126         * reveal.el (reveal-mode): Specify :group.
9127         * simple.el (next-error-follow-minor-mode): Specify :group.
9128         * smerge-mode.el (smerge-mode): Specify :group.
9129         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
9130         * emulation/cua-base.el (cua-mode): Specify :group.
9131         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
9132         * language/thai-util.el (thai-auto-composition-mode)
9133         (thai-word-mode): Specify :group.
9134         * mail/supercite.el (sc-minor-mode): Specify :group.
9135         * progmodes/cwarn.el (cwarn-mode): Specify :group.
9136         * progmodes/flymake.el (flymake-mode): Specify :group.
9137         * progmodes/glasses.el (glasses-mode): Specify :group.
9138         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
9139         * textmodes/enriched.el (enriched-mode): Specify :group.
9140         * textmodes/refill.el (refill-mode): Specify :group.
9142         * add-log.el (change-log-font-lock-keywords): Names in
9143         parenthesized lists can contain spaces.
9145 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
9147         * startup.el (fancy-splash-text): Shorten default text of
9148         "Emacs Tutorial" line.  Also, if the current language env
9149         indicates an available tutorial file other than TUTORIAL,
9150         extract its title and append it to the line in parentheses.
9151         (fancy-splash-insert): If arg is a thunk, funcall it.
9153 2005-04-04  Jay Belanger  <belanger@truman.edu>
9155         * calc.el (calc-language-alist): Add tags to customization type.
9157 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
9159         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
9160         Doc fix.
9162 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
9164         * add-log.el (change-log-font-lock-keywords): The manual
9165         describing a Change Log entry, says: (...) "Aside from these
9166         header lines, every line in the change log starts with a space or
9167         a tab.".  The font-lock was not highlighting lines started with
9168         spaces, added support for it.
9170 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9172         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
9173         (bibtex-generate-url-list): Update docstring accordingly.  Put the
9174         complex example in the docstring.
9175         (bibtex-font-lock-url): Use pop.
9177 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9179         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
9181         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
9183 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
9185         * filesets.el (filesets-set-default): Doc fix.
9187 2005-04-03  Lute Kamstra  <lute@gnu.org>
9189         * generic.el (define-generic-mode): Add argument to specify
9190         keywords for defcustom.
9191         (default-generic-mode): Specify :group.
9193         * generic-x.el: Specify :group for all generic modes.
9195         * desktop.el (desktop-no-desktop-file-hook)
9196         (desktop-after-read-hook): Doc fix.
9198 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
9200         * simple.el (visible-mode): Use explicit :group keyword.
9201         This changes the group of `visible-mode-hook' from paren-blinking
9202         to editing-basics.
9204 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
9206         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
9207         mailbox specifications as well as URLs.
9208         (rmail-insert-inbox-text): Remove unused conditional branches.
9210 2005-04-01  Jay Belanger  <belanger@truman.edu>
9212         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9213         (calc-gnuplot-print-command): Move definitions to calc.el.
9215         * calc/calc-embed.el (calc-embedded-announce-formula)
9216         (calc-embedded-open-formula, calc-embedded-close-formula)
9217         (calc-embedded-open-word, calc-embedded-close-word)
9218         (calc-embedded-open-plain, calc-embedded-close-plain)
9219         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
9220         (calc-embedded-open-mode, calc-embedded-close-mode):
9221         Move definitions to calc.el.
9223         * calc/calc.el (calc-settings-file, calc-language-alist):
9224         Make customizable.
9225         (calc-embedded-announce-formula, calc-embedded-open-formula)
9226         (calc-embedded-close-formula, calc-embedded-open-word)
9227         (calc-embedded-close-word, calc-embedded-open-plain)
9228         (calc-embedded-close-plain, calc-embedded-open-new-formula)
9229         (calc-embedded-close-new-formula, calc-embedded-open-mode)
9230         (calc-embedded-close-mode, calc-gnuplot-name)
9231         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
9232         from other files and make customizable.
9234 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9236         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
9237         Use buffer-live-p.
9238         (cvs-mode-run): Don't call cvs-update-header here.
9239         (cvs-run-process): Call cvs-update-header.
9240         Use process properties for cvs-postprocess and cvs-buffer so that
9241         the sentinel can behave better if the temp buffer is killed.
9242         Use a pipe rather than a tty, to better handle unexpected prompts.
9243         (cvs-sentinel): Rewrite.  Call cvs-update-header.
9245 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
9247         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
9248         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
9250 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9252         * generic.el (define-generic-mode): Add indentation rule.
9254 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
9256         * files.el (mode-require-final-newline): Make Custom correctly
9257         report a nil value and allow to set it to nil via Custom.
9258         Doc fix.
9260 2005-04-01  Kenichi Handa  <handa@m17n.org>
9262         * international/characters.el: Enable the correct case setting for
9263         dotless-i and dotted-I.
9265 2005-04-01  Kim F. Storm  <storm@cua.dk>
9267         * ido.el (ido-file-internal): Fall back to non-ido command if
9268         initial directory is on slow ftp (or tramp) host.
9270 2005-03-31  Richard M. Stallman  <rms@gnu.org>
9272         * emacs-lisp/autoload.el (make-autoload):
9273         Handle define-global-minor-mode.
9275         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9276         Rename from easy-mmode-define-global-mode.
9277         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
9279         * progmodes/scheme.el (scheme-mode-syntax-table):
9280         Update syntax of | and # for two-character comment syntax.
9282 2005-03-31  Lute Kamstra  <lute@gnu.org>
9284         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
9285         (define-minor-mode): Call custom-current-group at load-time.
9287         * generic.el (define-generic-mode): Add debug declaration.
9288         Add defcustom for the mode hook.
9289         (generic-mode-internal): Use run-mode-hooks.
9291 2005-03-31  Kim F. Storm  <storm@cua.dk>
9293         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
9294         (mouse-fixup-help-message): New defun called by show_help_echo
9295         to fixup mouse-2 prefix in help messages when applicable.
9297         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
9299 2005-03-31  Kenichi Handa  <handa@m17n.org>
9301         * language/thai-word.el (thai-find-word-ends): Pay attention to
9302         the case that we reach the end of buffer.
9304         * textmodes/fill.el (fill-text-properties-at): New function.
9305         (fill-newline): Use fill-text-properties-at instead of
9306         text-properties-at.
9308 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
9310         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
9311         not comint-quote-filename.
9313 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
9315         * help-fns.el (help-with-tutorial): Revert last change.
9317 2005-03-31  Kim F. Storm  <storm@cua.dk>
9319         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
9321 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
9323         * calendar/cal-china.el: Update reference to "Calendrical
9324         Calculations" book; there's a new edition.
9325         * calendar/cal-coptic.el: Likewise.
9326         * calendar/cal-french.el: Likewise.
9327         * calendar/cal-hebrew.el: Likewise.
9328         * calendar/cal-islam.el: Likewise.
9329         * calendar/cal-iso.el: Likewise.
9330         * calendar/cal-julian.el: Likewise.
9331         * calendar/cal-mayan.el: Likewise.
9332         * calendar/cal-persia.el: Likewise.
9333         * calendar/calendar.el: Likewise.
9334         * calendar/holidays.el: Likewise.
9335         * calendar/lunar.el: Likewise.
9336         * calendar/solar.el: Likewise.
9338         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
9339         white space from doc string.
9341 2005-03-30  Jay Belanger  <belanger@truman.edu>
9343         * calc/calc-help.el (calc-full-help): Remove email address.
9345 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
9347         * help-fns.el (help-with-tutorial): Delete title line.
9349 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
9351         * calendar/cal-x.el (calendar-one-frame-setup)
9352         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
9353         rather than 'symbol for set-window-dedicated-p.
9355         * calendar/appt.el (appt-buffer-name): Make it a constant.
9356         (appt-add): Doc fix.
9358         * filesets.el (filesets-menu-path, filesets-menu-before)
9359         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
9360         (filesets-menu-cache-file): Use directory ~/.emacs.d.
9361         (filesets-add-submenu): Delete and use add-submenu instead.
9363 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
9365         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
9366         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
9367         (org-diary-default-entry): New function.
9368         (org-get-entries-from-diary): Better parsing of diary entries.
9369         (org-agenda-check-no-diary): New function.
9370         ("diary-lib"): Advice to function `add-to-diary-list', to allow
9371         linking to diary entries.
9372         (org-agenda-execute-calendar-command): New function.
9373         (org-agenda): Improve visible section in window.
9374         Use `org-fit-agenda-window'.
9375         (org-fit-agenda-window): New option.
9376         (org-move-subtree-down): Better handling of empty lines
9377         at end of subtree.
9378         (org-cycle): Numeric prefix is interpreted now as show-subtree N
9379         levels up.
9380         (org-fontify-done-headline): New option.
9381         (org-headline-done-face): New face.
9382         (org-set-font-lock-defaults): Use `org-headline-done-face'.
9383         (org-table-copy-down): Rename from `org-table-copy-from-above'.
9384         When current field is non-empty, it is copied to next row.
9385         (org-table-copy-from-above): Fix bug which made it
9386         impossible to copy fields containing only a single non-white character.
9388 2005-03-30  Kim F. Storm  <storm@cua.dk>
9390         * kmacro.el (kmacro-end-macro): Isearch may store this command
9391         into the macro -- so ignore it when executing keyboard macro.
9393 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
9395         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
9397 2005-03-29  Kenichi Handa  <handa@m17n.org>
9399         * language/thai.el ("Thai"): Set setup-function and exit-function
9400         for Thai language environment.
9402         * language/thai-util.el: Require thai-word.
9403         (thai-word-mode-map): New variable.
9404         (thai-word-mode): New minor mode.
9405         (setup-thai-language-environment-internal): New function.
9406         (exit-thai-language-environment-internal): New function.
9408         * language/thai-word.el (thai-word-table): Declare it by defvar,
9409         use dolist to initialize it.
9410         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
9411         (thai-fill-find-break-point): New functions.
9413 2005-03-29  Richard M. Stallman  <rms@gnu.org>
9415         * simple.el (idle-update-delay): Move definition up.
9416         (set-mark): Doc fix.
9418 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
9420         * longlines.el: New file.
9422         * simple.el (buffer-substring-filters): New variable.
9423         (filter-buffer-substring): New function.
9424         (kill-region, copy-region-as-kill): Use it.
9426         * register.el (copy-to-register, append-to-register)
9427         (prepend-to-register): Use filter-buffer-substring.
9429 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
9431         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
9432         (gud-filter-pending-text): Move in front of gdb.
9433         (gud-overlay-arrow-position): New variable.
9434         (gud-sentinel, gud-display-line): Use it in place of
9435         overlay-arrow-position.
9437 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
9439         * progmodes/fortran.el (fortran-if-indent): Doc fix.
9440         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
9441         (fortran-font-lock-keywords-4): New variable.
9442         (fortran-blocks-re, fortran-end-block-re)
9443         (fortran-start-block-re): New constants, for hideshow.
9444         (hs-special-modes-alist): Add a Fortran entry.
9445         (fortran-mode-map): Bind fortran-end-of-block,
9446         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
9447         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
9448         (fortran-looking-at-if-then, fortran-end-of-block)
9449         (fortran-beginning-of-block): New functions, for hideshow.
9451         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
9452         Doc fix.  Tweak regexp.
9453         (f90-beginning-of-block): Push mark first.
9455 2005-03-29  Jay Belanger  <belanger@truman.edu>
9457         * calc/calc.el: Update copyright date.
9458         (calc-version): Increase to 2.1.
9459         (calc-version-date): Remove.
9461         * calc/calc-help.el: Update copyright date.
9462         (calc-full-help): Remove reference to calc-version-date.
9463         Update copyright date.
9465 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9467         * vc.el (vc-do-command): Use a pipe for async processes, so password
9468         prompts don't show up at places where the user can't reply.
9470 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
9472         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
9473         on the file name we pass to the inferior shell.
9475 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
9477         * progmodes/which-func.el (which-function): Be robust in the face of an
9478         imenu--make-index-alist failure.
9480 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9482         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
9484         * progmodes/python.el (python-preoutput-filter): Fix last change.
9486 2005-03-29  Lute Kamstra  <lute@gnu.org>
9488         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
9489         functions and compiled macros.
9490         (debug-convert-byte-code): Handle macros too.
9491         (debug-on-entry-1): Don't signal an error when trying to clear a
9492         function that is not set to debug on entry.
9494 2005-03-29  Jay Belanger  <belanger@truman.edu>
9496         * calc/calc-lang.el: Add functions to math-function-table
9497         properties of tex and math.
9499 2005-03-29  Kenichi Handa  <handa@m17n.org>
9501         * ps-mule.el (ps-mule-plot-string): Translate characters by
9502         ps-print-translation-table.
9503         (ps-mule-begin-job): Call find-charset-region/string with
9504         ps-print-translation-table.
9505         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
9507         * ps-print.el (ps-print-translation-table): New variable.
9508         (ps-plot-region): Translate characters by ps-print-translation-table.
9510 2005-03-29  Juri Linkov  <juri@jurta.org>
9512         * simple.el (next-error-highlight-timer): New variable.
9514         * progmodes/compile.el (compilation-goto-locus):
9515         Use `next-error-highlight-timer' instead of `sit-for'.
9517 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9519         * mail/supercite.el (sc-mail-field): Use assoc-string.
9520         (sc-get-address): Simplify regexps.
9522         * files.el (minibuffer-with-setup-hook): New macro.
9523         (find-file-read-args): Use it to avoid let-binding
9524         minibuffer-with-setup-hook (which breaks turning on/off
9525         file-name-shadow-mode while in the prompt).
9527         * complete.el (PC-read-include-file-name-internal): Use
9528         test-completion.
9530 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
9532         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
9534 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9536         * window.el (window-buffer-height): Use count-screen-lines.
9538         * progmodes/python.el (python-preoutput-leftover): New var.
9539         (python-preoutput-filter): Use it.
9540         (python-send-receive): Loop until all the result has been received.
9542 2005-03-28  Juri Linkov  <juri@jurta.org>
9544         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
9546         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
9547         "Recover Crashed Session".
9548         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
9549         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
9550         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
9551         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
9552         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
9553         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
9554         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
9555         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
9557         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
9558         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
9559         Ediff Sessions", "Toggle use of separate control buffer frame",
9560         "Use separate frame for Ediff control buffer".
9562         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
9563         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
9564         "Rename Bookmark", "Delete Bookmark".
9566         * info.el (Info-mode-menu): Remove ellipsis from "Index".
9567         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
9568         Add `:active Info-index-alternatives' to "Next Matching Item".
9570         * wdired.el (wdired-change-to-wdired-mode):
9571         Mention `wdired-abort-changes' key in the initial message.
9573         * international/mule.el (auto-coding-alist): Associate non-ascii
9574         image filename extensions with `no-conversion'.
9576 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9578         * international/iso-acc.el:
9579         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
9581 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
9583         * textmodes/sgml-mode.el (html-mode): Doc update.
9585         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
9587 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
9589         * term.el (term-move-columns): Fix face after extending a line.
9590         (term-insert-spaces): Likewise.
9591         (term-reset-terminal): Fix off by one error.
9593 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
9595         * international/mule.el (auto-coding-alist): Add .xpi files.
9597         * files.el (auto-mode-alist): Add .xpi files.
9599 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
9601         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
9603 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
9605         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
9607 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
9609         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
9610         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
9612         * calendar/cal-move.el (calendar-beginning-of-year): Move the
9613         cursor to Jan 1 when needed.
9614         (calendar-end-of-year): Fix -/+ typo.
9615         Reported by Chong Yidong <cyd@stupidchicken.com>.
9617 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9619         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
9621         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
9622         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
9624 2005-03-25  Richard M. Stallman  <rms@gnu.org>
9626         * filesets.el (filesets-init): Add autoload.
9628         * mail/mailalias.el (mail-directory): Doc fix.
9630 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
9632         * mail/mailalias.el (mail-directory-process): Do nothing if
9633         mail-directory-process is an atom.
9634         (mail-get-names): Ignore mail-directory-names if it is an atom.
9635         (mail-directory-process defvar): Doc fix.
9636         (mail-names): Doc fix.
9638 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
9640         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
9642 2005-03-26  Kenichi Handa  <handa@m17n.org>
9644         * international/mule-util.el (detect-coding-with-priority):
9645         Call update-coding-systems-internal before detect-coding-region.
9647 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
9649         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
9650         (gdb-frames-mode-map): Add follow-link property.
9652 2005-03-25  Jay Belanger  <belanger@truman.edu>
9654         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
9655         for variables.
9657 2005-03-25  Juri Linkov  <juri@jurta.org>
9659         * image-mode.el: Optimize image filename extension regexps in
9660         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
9661         in `auto-mode-alist'.
9662         (image-mode): Add `image-toggle-display-text' to local hook
9663         `change-major-mode-hook'.  Display the image as an image by
9664         default.  Set `cursor-type' and `truncate-lines' if the image
9665         is already displayed.  Take into account the current mode (image
9666         or text) in message.
9667         (image-minor-mode): New minor mode.
9668         (image-mode-maybe, image-toggle-display-text): New functions.
9669         (image-toggle-display): Use called-interactively-p.
9670         Let-bind `inhibit-read-only' to t.
9672         * image-mode.el (image-minor-mode): Set `cursor-type' and
9673         `truncate-lines' if the image is already displayed.  Add turning
9674         image-minor-mode off to `change-major-mode-hook'.  Add message.
9675         Call `image-toggle-display-text' after turning image-minor-mode off.
9677 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9679         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
9680         Terminal.app, use utf-8.
9681         (set-display-table-and-terminal-coding-system): Add coding-system arg.
9682         (set-locale-environment): Use it.
9684         * term/xterm.el: Undo last change, better done in mule-cmds.el.
9686         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
9688         * progmodes/python.el (python-close-block-statement-p)
9689         (python-outdent-p, python-current-defun): Use symbol-end.
9691 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
9693         * files.el (save-some-buffers): Doc fix.
9695 2005-03-25  Werner Lemberg  <wl@gnu.org>
9697         * complete.el, thumbs.el: Replace `legal' with `valid'.
9698         * calendar/calendar.el: Replace `legal' with `valid'.
9699         * emacs-lisp/advice.el: Replace `legal' with `valid'.
9700         * mail/supercite.el: Replace `legal' with `valid'.
9701         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
9702         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
9703         Replace `legal' with `valid'.
9704         * textmodes/reftex-vars.el, textmodes/reftex.el:
9705         Replace `legal' with `valid'.
9707 2005-03-25  Werner Lemberg  <wl@gnu.org>
9709         * calc/calc-forms.el, calc/calc-sel.el:
9710         * midnight.el, vc-cvs.el:
9711         * emacs-lisp/cl-macs.el:
9712         * emulation/vip.el:
9713         * eshell/esh-io.el, eshell/esh-var.el:
9714         * mail/supercite.el:
9715         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
9716         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
9717         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
9718         * progmodes/sh-script.el, progmodes/xscheme.el:
9719         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
9720         * textmodes/reftex-index.el, textmodes/reftex-parse.el
9721         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
9722         * textmodes/reftex.el, textmodes/org.el:
9723         Replace `illegal' with `invalid'.
9725 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9727         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
9728         (flymake-find-buildfile, flymake-find-possible-master-files)
9729         (flymake-check-include, flymake-parse-line): Replace loops over the
9730         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
9732         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
9733         Substitute file-name-as-directory in the rest of the file.
9734         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
9735         (flymake-replace-region): Remove unused arg `buffer'.
9736         (flymake-check-patch-master-file-buffer): Update calls to it.
9737         (flymake-add-err-info): Remove unused var `count'.
9738         (flymake-mode): Use define-minor-mode.
9740         * progmodes/flymake.el: Use with-current-buffer.
9741         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
9742         flymake-replace-regexp-in-string, flymake-line-beginning-position)
9743         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
9744         Avoid testing for `xemacs'.
9745         (flymake-nop): Move.
9746         (flymake-region-has-flymake-overlays): Return the computed value.
9747         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
9748         Remove unused var `endline'.
9749         (flymake-get-line-count): Remove unused function.
9750         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
9752         * emulation/vi.el:
9753         * generic.el:
9754         * hilit-chg.el (global-highlight-changes):
9755         * hi-lock.el (hi-lock-mode):
9756         * follow.el: find-file-hooks -> find-file-hook.
9758         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
9760 2005-03-24  Juri Linkov  <juri@jurta.org>
9762         * dired.el (dired-mode-map): Add menu item "Compare directories"
9763         for dired-compare-directories.
9765         * dired-aux.el (dired-compare-directories): Add autoload cookie.
9766         Doc fix.  Replace `read-file-name' with `read-directory-name'.
9768 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9770         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
9772 2005-03-24  Jay Belanger  <belanger@truman.edu>
9774         * calc/calc-embed.el (calc-embedded-mode-change): Save all
9775         relevant mode settings in calc-embedded-original-modes when modes
9776         are permanently changed.
9778 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9780         * autoinsert.el: find-file-hooks -> find-file-hook.
9782 2005-03-24  Lute Kamstra  <lute@gnu.org>
9784         * generic.el (generic-font-lock-defaults): Make it obsolete.
9785         (generic-font-lock-keywords): New variable to replace
9786         generic-font-lock-defaults.
9787         (generic-mode-set-font-lock): Delete it.
9788         (generic-mode-internal): Don't call generic-mode-set-font-lock.
9789         (generic-bracket-support): Add docstring.
9791         * generic-x.el: Rename generic-font-lock-defaults to
9792         generic-font-lock-keywords throughout.
9793         (mailagent-rules-setup-function): Delete it.
9794         (mailagent-rules-generic-mode): Use anonymous function instead.
9795         (show-tabs-generic-mode-font-lock-defaults-1)
9796         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
9797         Quote faces.
9798         (show-tabs-tab-face, show-tabs-space-face): Specify background,
9799         not foreground.
9801         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9802         Recognize define-generic-mode.
9804 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9806         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
9807         if there's no completion table.
9809 2005-03-23  Miles Bader  <miles@gnu.org>
9811         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
9812         Remove tty-specific variants, as they're no longer needed.
9814 2005-03-23  Lute Kamstra  <lute@gnu.org>
9816         * generic-x.el: Code cleanup: make args constant whenever possible.
9817         (installshield-statement-keyword-list)
9818         (installshield-system-functions-list)
9819         (installshield-system-variables-list, installshield-types-list)
9820         (installshield-funarg-constants-list): Make them constants.
9822         * generic.el (generic-make-keywords-list): Add autoload cookie.
9824         * calendar/time-date.el: Add comment on time value formats.
9825         Don't require parse-time.
9826         (with-decoded-time-value): New macro.
9827         (encode-time-value): New function.
9828         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
9829         (days-to-time): Return a valid time value when arg is huge.
9830         (time-since): Use time-subtract.
9831         (time-to-number-of-days): Use time-to-seconds.
9833 2005-03-23  David Ponce  <david@dponce.com>
9835         * recentf.el: (recentf-keep): New option.
9836         (recentf-menu-action): Default to `find-file'.
9837         (recentf-keep-non-readable-files-flag)
9838         (recentf-keep-non-readable-files-p)
9839         (recentf-file-readable-p, recentf-find-file)
9840         (recentf-cleanup-remote): Remove.
9841         (recentf-include-p): More robust.
9842         (recentf-keep-p): New function.
9843         (recentf-remove-if-non-kept): Rename from
9844         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
9845         All callers updated.
9846         (recentf-menu-items-for-commands): Fix help string.
9847         (recentf-track-closed-file): Update.  Doc fix.
9848         (recentf-cleanup): Update.  Count removed files.  Doc fix.
9850 2005-03-23  Kim F. Storm  <storm@cua.dk>
9852         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
9853         Don't inherit from fringe face (now happens automatically).
9855 2005-03-22  Kim F. Storm  <storm@cua.dk>
9857         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
9858         position values.
9860 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9862         * menu-bar.el (showhide-date-time): Remove.
9863         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
9864         (menu-bar-make-mm-toggle): Simplify.
9866 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
9868         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
9869         Accept qualified variable and function names.
9871 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
9873         * bindings.el (completion-ignored-extensions):
9874         Remove ".lis" for `vax-vms'.
9876 2005-03-22  Andreas Schwab  <schwab@suse.de>
9878         * generic-x.el: Revert last change.
9879         * ldefs-boot.el: Update.
9881 2005-03-22  Jay Belanger  <belanger@truman.edu>
9883         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
9884         (calc-embedded-save-original-modes)
9885         (calc-embedded-restore-original-modes): New functions.
9886         (calc-do-embedded): Save original modes when entering embedded mode
9887         and restore when leaving embedded mode.
9888         (calc-embedded-modes-change): Change the value of
9889         calc-embedded-original-modes to reflect permanent changes.
9891 2005-03-22  Lute Kamstra  <lute@gnu.org>
9893         * generic-x.el: Require generic again.
9895 2005-03-22  Miles Bader  <miles@gnu.org>
9897         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
9898         Tweak details to look good on both ttys and bitmap displays, light
9899         or dark background, etc.
9901 2005-03-21  Kim F. Storm  <storm@cua.dk>
9903         * tooltip.el (tooltip-show-help-function): Check car and cdr of
9904         mouse position.
9906 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9908         * icomplete.el: Don't forcibly turn on the mode upon load.
9909         (icomplete-mode): Use define-minor-mode.
9910         (icomplete-eoinput): Default to nil.
9911         (icomplete-minibuffer-setup): Remove autoload.
9912         (icomplete-tidy): Simplify.
9913         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
9914         in the initial state or if the user has modified the field.
9915         Fix handling of icomplete-max-delay-chars.
9916         Remove code that handles the oddball case where
9917         minibuffer-completion-table is an integer.
9918         Wrap icomplete-completions in while-no-input in case building
9919         completions takes more time than expected.
9920         (icomplete-completions): Simplify.
9922 2005-03-21  Richard M. Stallman  <rms@gnu.org>
9924         * jka-compr.el (jka-compr-really-do-compress):
9925         Make variable buffer-local.
9927         * image-mode.el: Handle .xpm files too.
9928         (image-toggle-display): Preserve modification flag.
9930         * help.el (where-is): Don't mention aliases with no key bindings.
9932 2005-03-21  Lute Kamstra  <lute@gnu.org>
9934         * generic.el: Fix commentary section.  Don't require cl for
9935         compilation.
9936         (generic-mode-list): Add autoload cookie.
9937         (generic-use-find-file-hook, generic-lines-to-scan)
9938         (generic-find-file-regexp, generic-ignore-files-regexp)
9939         (generic-mode, generic-mode-find-file-hook)
9940         (generic-mode-ini-file-find-file-hook): Fix docstrings.
9941         (define-generic-mode): Make it a defmacro.  Fix docstring.
9942         (generic-mode-internal): Code cleanup.  Add autoload cookie.
9943         (generic-mode-set-comments): Code cleanup.
9944         * generic-x.el: Don't prevent compilation.  Don't require generic.
9945         Follow coding conventions.  Minor code cleanup.
9946         (etc-fstab-generic-mode): Add some keywords.
9947         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
9948         define-generic-mode like a function declaration.
9950 2005-03-21  Jay Belanger  <belanger@truman.edu>
9952         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
9953         changing modes.
9955 2005-03-21  Sam Steingold  <sds@gnu.org>
9957         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
9959 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
9961         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
9962         Add underscore to "f$ lexicals" regexp.
9964 2005-03-20  Juri Linkov  <juri@jurta.org>
9966         * subr.el (progress-reporter-do-update): When `min-value' is equal
9967         to `max-value', set `percentage' to 0 and prevent division by zero.
9969 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
9971         Sync with Tramp 2.0.48.
9973         * tramp.el (all): Change all addresses to .gnu.org.
9974         (tramp-append-tramp-buffers): New defun.
9975         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
9976         Catch `dont-send' signal.
9977         (tramp-set-auto-save-file-modes): Set always permissions, because
9978         there might be an old auto-saved file belonging to another
9979         original file.  This could be a security threat.  Reported by
9980         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
9981         Check for Emacs 21.3.50 removed.
9983         * tramp-smb.el (all): Remove debug construct for
9984         `with-parsed-tramp-file-name'.
9985         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
9986         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
9987         No error message if DIRECTORY or FILENAME doesn't exist.
9988         (tramp-smb-open-connection): Check existence of
9989         `tramp-smb-program'.
9991 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9993         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
9994         Properly handle the case where the `m' or `s' command's argument is not
9995         yet terminated.
9996         (perl-indent-new-calculate): New function.
9997         (perl-indent-line): Use it.
9999 2005-03-20  Miles Bader  <miles@gnu.org>
10001         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10002         in text-mode too.  Change to new face names.
10003         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10004         Add `:weight bold' attribute.
10005         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10007 2005-03-19  Juri Linkov  <juri@jurta.org>
10009         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
10011         * international/mule.el (auto-coding-alist): Sync with
10012         `auto-mode-alist' by adding upper case archive file extensions
10013         and adding ear/war to jar extension.
10015 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
10017         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10018         running, restart it.
10020 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
10022         * finder.el (finder-current-item): Throw an error on an empty line.
10024         * man.el (Man-follow-manual-reference): If current-word returns
10025         nil, use "".
10027 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
10029         * simple.el (goto-line): Doc fix.
10031 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
10033         * files.el (save-buffer): Doc fix.
10035 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
10037         * recentf.el (recentf-cleanup-remote): New variable.
10038         (recentf-cleanup): Use it to conditionally check availability of
10039         remote files.
10041 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
10043         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10044         function names.
10046 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
10048         * language/thai-word.el: New file.
10050 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
10052         * files.el (backup-buffer): If the file's directory is not
10053         writable, use copy instead of move to backup the file.
10055 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
10057         * obsolete/keyswap.el: Moved to obsolete/ from term/.
10059 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10061         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10062         Use functionp instead of symbolp and fboundp.  Reported by Drkm
10063         <darkman_spam@yahoo.fr>.
10064         (ps-print-version): New version 6.6.6.
10066 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
10068         * textmodes/table.el (table--line-column-position): New idiom.
10069         (table--row-column-insertion-point-p): New function to test
10070         validity of row and column insertion operation at a location.
10071         (table-global-menu, table-cell-menu): Use above functions for
10072         deterministic test operation.
10073         (table--editable-cell-p): Behave in deterministic fashion.
10075 2005-03-18  Juri Linkov  <juri@jurta.org>
10077         * isearch.el (isearch-lazy-highlight-new-loop):
10078         Make arguments beg and end optional.
10079         (isearch-update): Remove optional arguments nil from
10080         isearch-lazy-highlight-new-loop.
10081         (isearch-lazy-highlight-search): Let-bind case-fold-search to
10082         isearch-lazy-highlight-case-fold-search instead of
10083         isearch-case-fold-search, and let-bind isearch-regexp to
10084         isearch-lazy-highlight-regexp.
10085         Use isearch-lazy-highlight-last-string instead of isearch-string.
10087         * replace.el (perform-replace): Remove bindings of global
10088         variables isearch-string, isearch-regexp, isearch-case-fold-search.
10089         Add three new arguments to `replace-highlight'.
10090         (replace-highlight): Add arguments string, regexp, case-fold.
10091         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10092         to allow isearch-lazy-highlight-new-loop to use these values
10093         to set corresponding isearch-lazy-highlight-* internal
10094         variables whose values lazy highlighting will use regardless of
10095         changes to global variables isearch-string, isearch-regexp,
10096         isearch-case-fold-search during lazy highlighting loop.
10097         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10098         to `lazy-highlight-cleanup'.
10100         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10101         (ispell-highlight-face): Set default face to `isearch' when
10102         lazy highlighting is enabled.
10103         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10104         priority to 1.  Add lazy highlighting.
10105         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10106         from `isearch-dehighlight'.
10108 2005-03-18  David Ponce  <david@dponce.com>
10110         * files.el (hack-local-variables): Do a case-insensitive search
10111         for End.
10113 2005-03-18  Juri Linkov  <juri@jurta.org>
10115         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
10116         `isearch-lazy-highlight-cleanup', add alias to old name and
10117         declare obsolete.  Add release numbers to other obsolete vars.
10118         (isearch-done, isearch-lazy-highlight-new-loop):
10119         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
10120         (lazy-highlight-cleanup) <variable>: Doc fix.
10121         (isearch-lazy-highlight-update): Rename obsolete
10122         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
10124 2005-03-18  Kenichi Handa  <handa@m17n.org>
10126         * language/thai-util.el: Fix categorization of Thai characters in
10127         thai-category-table.
10128         (thai-composition-pattern): Adjust it for the above change.
10129         (thai-self-insert-command, thai-compose-syllable): New functions.
10130         (thai-compose-region): Use thai-compose-syllable.
10131         (thai-compose-string): Likewise.
10132         (thai-composition-function): Likewise.
10133         (thai-auto-composition): New function.
10134         (thai-auto-composition-mode): New minor mode.
10136         * language/thai.el: Fix patterns to be registered in
10137         composition-function-table.
10139         * international/quail.el (quail-input-method): Locally bind
10140         inhibit-modification-hooks to t.
10142 2005-03-17  Richard M. Stallman  <rms@gnu.org>
10144         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
10145         (perl-mode): Use run-mode-hooks.
10147         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
10148         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
10149         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
10151         * mail/sendmail.el (sendmail-send-it): Reenable the code
10152         to compute resend-to-address and use it.
10154         * tar-mode.el (tar-mode): Turn off undo unconditionally.
10156         * image-mode.el: New file.
10158         * image.el (insert-sliced-image): Add autoload cookie.
10160         * font-lock.el (font-lock-lines-before): New user option.
10161         (font-lock-after-change-function): Obey it.
10163         * bindings.el (esc-map): Make M-g a prefix.
10164         Bind M-g g and M-g M-g to goto-line.
10166         * faces.el (face-id): Doc fix.
10168 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
10170         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
10171         (rmail-show-message): Use rmail-unknown-mail-followup-to.
10172         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
10174         * mail/sendmail.el (mail-yank-ignored-headers)
10175         (mail-font-lock-keywords, mail-mode-fill-paragraph):
10176         Add Mail-Followup-To and Mail-Reply-To headers.
10177         (mail-citation-hook): Add autoload cookie.
10178         (mail-mode): Doc fix.
10179         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
10180         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
10181         (mail-mode-fill-paragraph): Handle those headers.
10182         (mail-mailing-lists): New variable.
10183         (mail-mail-reply-to, mail-mail-followup-to): New functions.
10185 2005-03-17  Juri Linkov  <juri@jurta.org>
10187         * isearch.el (isearch-fallback): Check for `(car previous)'
10188         before calling `isearch-other-end-state'.
10190 2005-03-17  Kim F. Storm  <storm@cua.dk>
10192         * simple.el (move-beginning-of-line): Move to beginning of buffer
10193         line, as well as beginning of screen line.
10195 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
10197         * calendar/diary-lib.el (mark-diary-entries): Use new optional
10198         argument REDRAW rather than calendar-redrawing variable.
10199         * calendar/calendar.el (calendar-redrawing): Delete.
10200         (redraw-calendar): Do not bind calendar-redrawing.
10202 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
10204         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
10205         diary-file buffer.
10207 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10209         * help.el (describe-mode): Allow a :minor-mode-function property to
10210         specify a different minor mode toggle function than the variable.
10211         * simple.el (auto-fill-function):
10212         * subr.el (add-minor-mode): Use it.
10214 2005-03-16  Kenichi Handa  <handa@m17n.org>
10216         * language/ethio-util.el (sera-being-called-by-w3): New variable.
10217         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
10218         (ethio-fidel-to-sera-buffer): Likewise.
10220 2005-03-16  Juri Linkov  <juri@jurta.org>
10222         * emacs-lisp/find-func.el (find-function-regexp):
10223         Add defun-emitting macro `menu-bar-make-toggle'.
10225         * isearch.el: Put `isearch-scroll' property to
10226         `split-window-horizontally'.
10228         * info.el: Update error messages for `debug-ignored-errors'.
10229         (Info-isearch-search): Doc fix.
10230         (Info-find-node): Move up code to go into info buffer before
10231         recording the node to the history.
10232         (Info-fontify-node): Fontify titles only if the next line
10233         has two or more `*', `=', `-', `.'.
10234         Display "go to this node" for empty (match-string 3).
10236 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10238         * term/mac-win.el: Add mouse pointer shape constants.
10240 2005-03-15  Kim F. Storm  <storm@cua.dk>
10242         * simple.el (move-beginning-of-line): Use vertical-motion.
10244 2005-03-15  Juri Linkov  <juri@jurta.org>
10246         * isearch.el (isearch-error): New variable.
10247         (isearch-invalid-regexp, isearch-within-brackets): Remove.
10248         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
10249         (isearch-within-brackets-state): Remove.
10250         (isearch-case-fold-search-state, isearch-pop-fun-state):
10251         Decrease frame index.
10252         (isearch-mode, isearch-top-state, isearch-push-state)
10253         (isearch-edit-string, isearch-abort, isearch-search-and-update)
10254         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
10255         (isearch-search, isearch-lazy-highlight-new-loop):
10256         Replace `isearch-invalid-regexp' with `isearch-error'.
10257         Remove `isearch-within-brackets'.
10258         (isearch-search): Add `search-failed' handler to `condition-case'.
10259         (isearch-lazy-highlight-search): Add `condition-case' to catch
10260         errors and allow `isearch-lazy-highlight-update' to try
10261         highlighting from the beginning of the window.
10262         (isearch-repeat): Move up code to set isearch-wrapped to t
10263         before calling isearch-wrap-function.
10265         * info.el (Info-isearch-initial-node): New internal variable.
10266         (Info-search): Signal an error in isearch mode when search leaves
10267         the initial node.  Signal an error when `bound' is non-nil and
10268         nothing was found in the current subfile.
10269         (Info-isearch-search): Remove `condition-case'.
10270         (Info-isearch-wrap): Don't wrap when search failed during leaving
10271         the initial node.  If `Info-isearch-search' is nil, wrap around
10272         the current node.
10273         (Info-isearch-start): New fun.
10274         (Info-mode): Add buffer-local hook `Info-isearch-start' to
10275         `isearch-mode-hook'.
10277 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10279         * simple.el (normal-erase-is-backspace): Set default to t if
10280         running on Mac.
10282         * term/mac-win.el (function-key-map): Sync with x-win.el.
10284 2005-03-15  Kenichi Handa  <handa@m17n.org>
10286         * international/mule-cmds.el (locale-language-names): Modify the
10287         format of elements and add more entries.
10288         (locale-preferred-coding-systems): Add more entries.
10289         (set-locale-environment): Adjust for the change of
10290         locale-language-names.
10292 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10294         * pcvs.el (smerge-ediff): Remove bogus autoload.
10296 2005-03-14  Lute Kamstra  <lute@gnu.org>
10298         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
10299         Ignore a `*' at the beginning of a line.
10301         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
10302         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
10303         subr.el.
10304         (dont-compile, eval-when-compile, eval-and-compile): Use declare
10305         to specify indentation.
10307         * generic.el (define-generic-mode): Let generic-mode-list be a
10308         list of strings; test membership with equal.
10310 2005-03-14  Kim F. Storm  <storm@cua.dk>
10312         * simple.el (next-line, previous-line): Add optional try-vscroll
10313         arg to recognize interactive use.  Pass it on to line-move.
10314         (line-move): Don't perform auto-window-vscroll when defining or
10315         executing keyboard macro to ensure consistent behavior.
10317 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10319         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
10321 2005-03-13  Lute Kamstra  <lute@gnu.org>
10323         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
10324         debugger-setup-buffer so that backtrace marks the frames set to
10325         debug-on-exit and we don't have to do it manually.  Set an extra
10326         debug-on-exit for macro's.
10327         (debugger-setup-buffer): Don't mark the top frame manually.
10329 2005-03-12  Lute Kamstra  <lute@gnu.org>
10331         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
10332         lisp-indent-function throughout.
10333         (with-no-warnings): Set lisp-indent-function property.
10335 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
10337         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
10338         Add entry for backslash.
10340 2005-03-12  Juri Linkov  <juri@jurta.org>
10342         * info.el (Info-search): Four fixes for backward search.
10344 2005-03-11  Jay Belanger  <belanger@truman.edu>
10346         * calc/calc.el (calc-language-alist): New variable.
10347         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
10348         (calc-embedded-find-modes): Use calc-language-alist instead of
10349         calc-embedded-language-alist.
10351 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
10353         * calendar/calendar.el (calendar-redrawing): New internal
10354         variable.
10355         (redraw-calendar): Remove bogus save-excursion from previous
10356         change.  Bind calendar-redrawing to t for mark-diary-entries.
10357         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
10358         calendar if that is why we were called.
10360 2005-03-11  Kenichi Handa  <handa@m17n.org>
10362         * international/mule.el (make-coding-system): Set property
10363         coding-system-define-form to nil.
10364         (define-coding-system-alias): Likewise.
10366 2005-03-11  Kenichi Handa  <handa@m17n.org>
10368         These changes are suggested by Dave Love <fx@gnu.org>.
10370         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
10371         coding: tag.
10372         (adaptive-fill-regexp): Add more bullets.
10373         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
10374         regexps.
10376 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10378         * help.el (describe-mode): Properly handle non-trivial lighters.
10379         Don't ignore minor modes that are not listed in minor-mode-list.
10381         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
10382         feature ON when the user requests to turn it OFF.
10384 2005-03-10  Lute Kamstra  <lute@gnu.org>
10386         * emacs-lisp/debug.el (debug-entry-code): Delete it.
10387         (implement-debug-on-entry): New function to replace debug-entry-code.
10388         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
10389         second argument as the 2005-03-07 change makes it obsolete.
10390         (debug-on-entry, cancel-debug-on-entry): Update call to
10391         debug-on-entry-1.
10392         (debug, debugger-setup-buffer): Comment update.
10393         (debugger-frame-number): Update to work with implement-debug-on-entry.
10395 2005-03-10  Jay Belanger  <belanger@truman.edu>
10397         * calc/calc-embed.el (math-ms-args): Declare it.
10398         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
10399         math-ms-args.
10400         (calc-embedded-subst): Use math-multi-subst-rec to substitute
10401         variables.
10403 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
10405         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
10406         Use message-box.
10408         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
10409         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
10410         (tooltip-gud-tips): Simplify.
10411         (tooltip-gud-tips-p): Remove superfluous :set.
10412         (tooltip-gud-modes): Add fortran-mode.
10413         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
10415         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
10417 2005-03-09  Kim F. Storm  <storm@cua.dk>
10419         * play/animate.el (animate-place-char): Use forward-line instead
10420         of next-line to improve performance.
10422 2005-03-09  Simon Josefsson  <jas@extundo.com>
10424         * net/browse-url.el (browse-url-default-browser): Doc fix.
10426 2005-03-09  Miles Bader  <miles@gnu.org>
10428         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
10429         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
10431 2005-03-09  Kenichi Handa  <handa@m17n.org>
10433         * international/latin-1.el: Set case and syntax for 255 only if
10434         set-case-syntax-set-multibyte is nil.
10436         * textmodes/ispell.el (ispell-insert-word): New function.
10437         (ispell-word): Use ispell-insert-word to insert a new word.
10438         (ispell-process-line): Likewise.
10439         (ispell-complete-word): Likewise.
10441 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
10443         * calendar/calendar.el (redraw-calendar): Preserve point.
10444         Reported by Matt Hodges <MPHodges@member.fsf.org>.
10445         (calendar-week-start-day): Move after definition of
10446         redraw-calendar.  Delete buffer test, since redraw-calendar has
10447         that now.
10449         * calendar/diary-lib.el (mark-diary-entries): Only call
10450         redraw-calendar in the first of any recursive calls.
10451         Reported by Alan Shutko <ats@acm.org>.
10453 2005-03-08  Juri Linkov  <juri@jurta.org>
10455         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
10456         (html-horizontal-rule, html-line, html-image, html-checkboxes)
10457         (html-radio-buttons): Add a space before the trailing `/>' where
10458         sgml-xml-mode is non-nil.
10459         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
10460         the subsequent tag of the empty XML tag.
10461         (html-href-anchor): Don't set initial input to "http:".
10462         (html-image): Ask for the image URL and set point inside alt="".
10463         (html-name-anchor): Duplicate the name in the `id' attribute when
10464         sgml-xml-mode is non-nil.
10465         (html-paragraph): Remove \n before <p>.
10466         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
10467         instead of `checked' when sgml-xml-mode is non-nil.
10469         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
10470         Remove 1 space before #RRGGBB to not truncate it on terminal
10471         windows w/o fringes.  Remove 1 space between bg and fg examples
10472         to get more space.
10473         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
10474         avoid byte-compile warnings.
10476         * image-file.el (image-file-handler): Put `safe-magic' property to
10477         `image-file-handler'.
10479         * info.el (Info-isearch-search): Emulate word search in
10480         isearching through multiple Info nodes with Info-search.
10481         (Info-isearch-wrap): Allow isearch-word.
10483 2005-03-08  Lute Kamstra  <lute@gnu.org>
10485         * emacs-lisp/debug.el (debugger-step-through): Make sure that
10486         stepping into the debugger's code is not possible.
10487         (debugger-jumping-flag): Docstring update.
10489 2005-03-08  Jay Belanger  <belanger@truman.edu>
10491         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
10492         embedded mode begins.
10493         (calc-embedded-language-alist): New variable.
10494         (calc-embedded-find-modes): Use calc-embedded-language-alist to
10495         set default language mode.
10497 2005-03-08  Kenichi Handa  <handa@m17n.org>
10499         * international/ccl.el (define-ccl-program): Fix docstring about
10500         extra 256 bytes assured for the output buffer.
10502         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
10503         Fix BUFFER_MAGNIFICATION to 2.
10504         (ccl-encode-mule-utf-16be-with-signature): Likewise.
10506 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
10508         * align.el (align-rules-list): Added an alignment rule for CSS
10509         declarations (applies to css-mode and html-mode buffers).
10511 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10513         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
10515 2005-03-07  Kim F. Storm  <storm@cua.dk>
10517         * simple.el (move-beginning-of-line): New command.
10519         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
10521         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
10523         * emulation/cua-base.el: Put CUA move property on move-end-of-line
10524         and move-beginning-of-line.
10526         * apropos.el (apropos-print): Omit command from M-x ... RET.
10528 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
10530         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
10531         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
10533 2005-03-06  Richard M. Stallman  <rms@gnu.org>
10535         * bindings.el (esc-map): Bind M-g to goto-line.
10537         * facemenu.el (global-map): Bind M-o, not M-g.
10539 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10541         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
10542         "Open Directory" as for "Open File".
10544 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
10546         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
10547         (push-mark-command): Run activate-mark-hook.
10549 2005-03-06  Richard M. Stallman  <rms@gnu.org>
10551         * help-mode.el (help-mode-finish): Don't alter the element
10552         in view-return-to-alist if there already is one.
10554         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
10555         make sure the current buffer is the expected one.
10557         * novice.el (disabled-command-function): Output in *Disabled Command*.
10558         Explicitly ignore non-keyboard events, and explicitly handle C-g.
10560         * textmodes/flyspell.el (flyspell-large-region):
10561         Pass args differently for aspell.
10563         * files.el (mode-require-final-newline): Doc fix.
10565 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
10567         * progmodes/which-func.el (which-function):
10568         Specify NOERROR when calling imenu--make-index-alist.
10570 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10572         * simple.el (normal-erase-is-backspace): Define default value.
10574         * custom.el (custom-theme-set-variables): Remove unused var
10575         `immediate'.
10576         (custom-reevaluate-setting): Simple function to handle variables
10577         that are defined before their default value can really be
10578         computed.
10580         * startup.el (command-line): Use it for temporary-file-directory,
10581         small-emporary-file-directory, auto-save-file-name-transforms,
10582         blink-cursor-mode, and normal-erase-is-backspace.
10584         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
10585         progress, even with buggy anchored keywords.
10587 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
10589         * simple.el (goto-line): Remove unbalanced final parenthesis.
10591 2005-03-05  Richard M. Stallman  <rms@gnu.org>
10593         * simple.el (goto-line): Use a number at point as the default.
10594         With C-u as arg, switch buffers.
10596 2005-03-05  Juri Linkov  <juri@jurta.org>
10598         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
10599         with `no-blinking-cursor'.
10601         * startup.el (no-blinking-cursor): New defvar.
10602         (command-line): Add `--no-blinking-cursor' to longopts.
10603         Set `no-blinking-cursor' to t for command line arguments
10604         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
10605         with `no-blinking-cursor' in the condition for calling
10606         `blink-cursor-mode'.
10608 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
10610         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
10611         (menu-bar-options-save): Add blink-cursor-mode.
10612         (menu-bar-options-menu): Add blink-cursor-mode.
10614 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
10616         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
10617         (icalendar-export-file, icalendar-export-region)
10618         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
10619         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
10621 2005-03-04  Lute Kamstra  <lute@gnu.org>
10623         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
10624         (debug-function-list): Ditto.
10626 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
10628         * textmodes/texinfmt.el (texinfo-append-refill):
10629         Redefine the types of line to which @refill
10630         is not appended by replacing a search for `@refill\\|@bye' with
10631         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
10632         itemize@refill' bug and the unfilled long lines bug.
10633         (texinfmt-version): Update number and date.
10635 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10637         * international/code-pages.el (windows-1250, windows-125[2-8])
10638         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
10640 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10642         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
10643         bound yet.
10645 2005-03-02  Romain Francoise  <romain@orebokech.com>
10647         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
10648         buffer after removing limits.
10649         (ibuffer-pop-filter): Ditto.
10650         Update copyright.
10652 2005-03-02  Miles Bader  <miles@gnu.org>
10654         * button.el (make-text-button): If the user doesn't specify a
10655         type, use the default.  Rewrite to use `add-text-properties' and
10656         plist functions.
10658 2005-03-01  Lute Kamstra  <lute@gnu.org>
10660         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
10661         (debugger-jumping-flag): New var.
10662         (debug-entry-code): Use it.
10663         (debugger-jump): Use debugger-jumping-flag and add
10664         debugger-reenable to post-command-hook.
10665         (debugger-reenable): Use debugger-jumping-flag and remove itself
10666         from post-command-hook.
10667         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
10668         debugger-reenable.
10670 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
10672         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
10673         inclusion of "itemize\\|", which may be unnecessary, is certainly
10674         inelegant, and stops refilling in itemize lists when formatting
10675         Japanese Texinfo files to Info.
10676         Update copyright to 2005.
10678 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
10680         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
10681         of an error if GDB can't find the source file.
10683 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
10685         * calendar/calendar.el (redraw-calendar): Work from any buffer,
10686         not just the calendar.
10688         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
10689         first.
10690         (diary-redraw-calendar): New function.
10691         (make-diary-entry): Add diary-redraw-calendar to local
10692         write-contents-functions.  Turn off selective display before
10693         inserting in diary.
10695 2005-03-01  Kim F. Storm  <storm@cua.dk>
10697         * emacs-lisp/copyright.el (copyright-fix-years): New command.
10699 2005-03-01  Lute Kamstra  <lute@gnu.org>
10701         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
10702         that debug-entry-code can be safely removed from a function while
10703         this code is being evaluated.  Revert the 2005-02-27 change as the
10704         new implementation no longer requires it.  Make sure that a
10705         function body containing just a string is not mistaken for a docstring.
10706         (debug): Skip one more frame in case of debug on entry.
10707         (debugger-setup-buffer): Delete one more frame line in case of
10708         debug on entry.
10709         (debugger-frame-number): Update to use the new text introduced by
10710         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
10712 2005-02-28  Kim F. Storm  <storm@cua.dk>
10714         * double.el (double-translate-key): Call force-window-update after
10715         read-event to avoid crash in redisplay.
10717 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10719         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
10720         (debug): Use it.  Move the inhibit-trace earlier.
10721         (debug-entry-code): New const.
10722         (debug-on-entry-1): Use it.
10724 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
10726         * international/utf-16.el (ccl-encode-mule-utf-16le):
10727         Fix BUFFER_MAGNIFICATION to 2.
10728         (ccl-encode-mule-utf-16be): Likewise.
10730 2005-02-28  Kenichi Handa  <handa@m17n.org>
10732         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
10733         Fix BUFFER_MAGNIFICATION to 4.
10734         (ccl-encode-mule-utf-16be-with-signature): Likewise.
10736 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
10738         * speedbar.el (speedbar-update-flag): Doc fix.
10739         (speedbar-show-info-under-mouse): Give set-mouse-position the right
10740         argument.
10742 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10744         * reveal.el (reveal-post-command): Don't try to reveal overlays which
10745         have a non-nil `invisible' property but are actually visible.
10747         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
10748         for perldoc sections.
10749         (perl-outline-regexp, perl-outline-level): New var and function.
10750         (perl-mode): Use them.
10752 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
10754         * calendar/diary-lib.el (diary-remind): Discard any mark portion
10755         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
10757 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
10759         * cus-edit.el: Comment change.
10760         (custom-buffer-create-internal): Slightly reword text at top of
10761         Custom buffers.  Mention there that saving an option edits the
10762         init file.  Add link to Emacs manual node on `custom-file'.
10763         (custom-magic-alist): Rewrite individual State messages to use
10764         capitalized keywords.  Doc fix.
10766 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
10768         * calendar/calendar.el (calendar-buffer): Move above
10769         calendar-week-start-day.
10770         (calendar-week-start-day): Doc fix.  Add :set function.
10771         (calendar-minimum-window-height): New variable.
10772         (generate-calendar-window): Only resize window if selected-window
10773         is displaying the calendar buffer.  Use new variable
10774         calendar-minimum-window-height.
10775         (generate-calendar): Reword error message.
10776         (calendar-mode-map): Bind DEL to scroll-other-window-down.
10778 2005-02-27  Andreas Schwab  <schwab@suse.de>
10780         * vc.el (vc-do-command): Don't run command asynchronously when
10781         operating in a remote directory.
10783         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
10784         change from sync with Tramp 2.0.47.
10786 2005-02-27  Richard M. Stallman  <rms@gnu.org>
10788         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
10790         * textmodes/flyspell.el (flyspell-mode-on):
10791         Call ispell-change-dictionary only if necessary.
10793         * emacs-lisp/re-builder.el (regexp-builder): New function.
10795         * register.el (describe-register-1): Explicitly handle
10796         yank-excluded-properties = t.
10798         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
10799         (custom-magic-alist): Change the status descriptions again.
10800         (face widget-type): Total rewrite based on `restricted-sexp'
10801         to eliminate the confusing double hiding levels.
10803         * emacs-lisp/debug.el (debug-on-entry-1):
10804         If function body is empty, add nil as body form.
10806 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10808         * emacs-lisp/trace.el (inhibit-trace): New var.
10809         (trace-make-advice): Use it.
10811         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
10813 2005-02-26  Kim F. Storm  <storm@cua.dk>
10815         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
10816         (mouse-on-link-p, mouse-drag-region-1): Use it.
10818 2005-02-25  Lute Kamstra  <lute@gnu.org>
10820         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
10822 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
10824         * frame.el (blink-cursor-mode): Add :group keyword.
10826 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
10828         * calendar/icalendar.el (icalendar--decode-isodatetime):
10829         New optional argument DAY-SHIFT.
10830         (icalendar-export-region): Fix coding-system-for-write.
10831         (icalendar--convert-ical-to-diary): Shift end-day of all-day
10832         events by one.
10834 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10836         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
10838 2005-02-24  Kim F. Storm  <storm@cua.dk>
10840         * international/iso-acc.el (iso-accents-compose): Fix crash
10841         during redisplay.  Call force-window-update after read-event
10842         and delete-region to signal that window is not accurate.
10844 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10846         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
10847         Remove unused and inexistent var `inhibit-trace'.
10848         (debugger-mode): Use run-mode-hooks.
10849         (debugger-list-functions): Add buttons; setup xref stack.
10851 2005-02-23  Richard M. Stallman  <rms@gnu.org>
10853         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
10854         appointment says it was explicitly made.
10855         (appt-add): Set the 3rd element.
10856         (appt-make-list): Preserve explicit appointments.
10858         * subr.el (find-tag-default): Catch errors in forward-sexp.
10860 2005-02-23  Juri Linkov  <juri@jurta.org>
10862         * info.el (Info-isearch-search): New defcustom.
10863         (Info-isearch-search): Call the default isearch function
10864         when Info-isearch-search is nil.
10865         (Info-isearch-wrap): Use variable Info-isearch-search.
10867 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
10869         * cus-edit.el: Comment change.
10871 2005-02-22  Kim F. Storm  <storm@cua.dk>
10873         * progmodes/hideif.el (hide-ifdef-use-define-alist):
10874         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
10876 2005-02-22  Simon Josefsson  <jas@extundo.com>
10878         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
10879         New variable.
10880         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
10881         Oskarsson" <myrkraverk@users.sourceforget.net>.
10883 2005-02-22  Kim F. Storm  <storm@cua.dk>
10885         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
10886         check that window of that event is the selected window.
10887         (mouse-drag-region-1): Compare mouse event window to selected
10888         window before setting point.
10890         * tooltip.el (tooltip-show-help-function): Pass event to
10891         mouse-on-link-p so it can check selected window.
10893 2005-02-22  Kenichi Handa  <handa@m17n.org>
10895         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
10896         (ps-mule-show-warning): New function.
10897         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
10898         characters are found.
10900         * ps-print.el (ps-header-footer-string): Return a list of header
10901         and footer strings.
10903 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10905         * pcvs.el (cvs-retrieve-revision): Fix thinko.
10907 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10909         * frame.el (blink-cursor-mode): Use define-minor-mode.
10911         * term/mac-win.el (function-key-map): Use char-names more consistently.
10912         (file-name-coding-system): Only set it for MacOS-9.  The other case is
10913         already handled in mule-cmds.el (where it also works when mac-win.el
10914         is not used).
10916 2005-02-21  Kenichi Handa  <handa@m17n.org>
10918         * international/mule.el (ctext-pre-write-conversion): Always use
10919         " *code-converting-work*" buffer for work.
10921         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
10923 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
10925         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
10927 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
10929         * ses.el (undo-more): Restore defadvice, but only the part that
10930         allows changes outside the restricted area of the buffer.
10932 2005-02-20  Kim F. Storm  <storm@cua.dk>
10934         * simple.el (line-move): Add fourth optional arg try-vscroll which
10935         must be set to perform auto-window-vscroll.
10936         When moving backwards and doing auto-window-vscroll, automatically
10937         vscroll to the last part of lines which are taller than the window.
10938         (next-line, previous-line): Set try-vscroll arg on line-move.
10940 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
10942         * replace.el (query-replace, query-replace-regexp)
10943         (replace-string, replace-regexp): When operating on region, make
10944         the minibuffer prompt say so.
10946         * isearch.el (isearch-forward): Document isearch-query-replace and
10947         isearch-query-replace-regexp keybindings.
10949 2005-02-19  Jay Belanger  <belanger@truman.edu>
10951         * calc/calc-aent.el (math-read-token): Add local variable.
10953         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
10954         (calc-edit-top): Move declaration to earlier in file.
10955         (calc-edit-macro-repeats): Add local variables.
10957         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
10958         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
10959         calcFunc-tanh.
10960         Adjust integration rule for calcFunc-tan.
10962 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
10964         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
10965         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
10966         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
10967         (viper-skip-separators): Bug fix.
10968         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
10969         particular major mode.
10970         (viper-del-backward-char-in-replace): Don't put deleted char on the
10971         kill ring.
10973         * viper-ex.el (viper-color-display-p): New function.
10974         (viper-has-face-support-p): Use viper-color-display-p.
10976         * viper-keym.el (viper-gnus-modifier-map): New keymap.
10978         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
10980         * viper-util.el (viper-glob-unix-files): Fix shell status check.
10981         (viper-file-remote-p): Make equivalent to file-remote-p.
10983         * viper.el (viper-major-mode-modifier-list):
10984         Use viper-gnus-modifier-map.
10986 2005-02-19  David Kastrup  <dak@gnu.org>
10988         * subr.el (subregexp-context-p): Fix garbled doc string by adding
10989         quoting.
10991 2005-02-19  Jay Belanger  <belanger@truman.edu>
10993         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
10994         Remove extra definitions.
10995         (calc-coth): New function.
10996         (calcFunc-cot): Fix `let'.
10998 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
11000         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11001         the reasons we use "type pc" in these faces.
11003         * button.el (button): Ditto.
11005 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
11007         * replace.el (query-replace-read-from): Set the value of
11008         query-replace-from-history-variable to handle the case of an empty
11009         string entered to accept the suggested default.
11011         * net/tramp.el (tramp-file-name-for-operation):
11012         Use dired-call-process instead of dired-call-process-command.
11014 2005-02-19  Jay Belanger  <belanger@truman.edu>
11016         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11017         (math-div-non-trig): New variables.
11018         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11019         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11020         (math-combine-prod, math-div-symb-fancy): Add simplifications for
11021         trig expressions.
11023 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
11025         * progmodes/gdb-ui.el (gdb-var-update-handler)
11026         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11027         for watch expressions,
11028         (gdb-var-create-handler): Don't set speedbar-update-flag.
11029         (gdb-post-prompt): Simplify test for speedbar.
11031 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
11033         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11034         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11035         we use the syntax table of the correct buffer.
11036         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11037         Felix Gatzemeier.
11039         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11040         (ediff-file-remote-p): Make synonymous with file-remote-p.
11041         In all deffaces ediff-*-face-*, use min-colors.
11043         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11044         ediff-recurse-to-subdirectories.
11045         (ediff-mark-if-equal): Check that the arguments are strings, use
11046         ediff-same-contents (after to Felix Gatzemeier).
11048         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11049         nil.
11051 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11053         * log-view.el (log-view-message-re): Fix up Subversion regexp.
11055 2005-02-18  David Kastrup  <dak@gnu.org>
11057         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11058         use `mark-active' when defined.
11060 2005-02-18  Kenichi Handa  <handa@m17n.org>
11062         * ps-print.el (ps-font-info-database): New entry
11063         ZapfChancery-MediumItalic with correct font name.  Fix font name
11064         of the entry Zapf-Chancery-MediumItalic.
11066 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
11068         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11070 2005-02-16  Kim F. Storm  <storm@cua.dk>
11072         * ido.el (ido-fallback-command): Pass user input to fallback command.
11074 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
11076         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11077         (gdb-find-file-hook): Add server prefix.
11079 2005-02-16  Richard M. Stallman  <rms@gnu.org>
11081         * replace.el (perform-replace): Pass new args to replace-highlight.
11082         (replace-highlight): Take region args,
11083         and pass them to isearch-lazy-highlight-new-loop.
11085         * novice.el (disabled-command-hook): Autoload the defalias
11086         and the make-obsolete-variable call.
11088         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11090         * isearch.el (isearch-lazy-highlight-start-limit)
11091         (isearch-lazy-highlight-end-limit): New variables limit
11092         the region for highlighting.
11093         (isearch-lazy-highlight-new-loop): New args BEG and END.
11094         (isearch-lazy-highlight-search): Use the new vars.
11095         (isearch-lazy-highlight-update): Likewise.
11097         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11099         * cus-start.el (all): Use default-boundp.
11101 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
11103         * menu-bar.el (menu-bar-select-frame): Handle current frame.
11105 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
11107         * autorevert.el (auto-revert-stop-on-user-input)
11108         (auto-revert-verbose): Doc fixes.
11110 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
11112         * international/mule-cmds.el (set-locale-environment): Remove call
11113         to set-selection-coding-system on Windows.
11115 2005-02-15  Jay Belanger  <belanger@truman.edu>
11117         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
11118         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
11119         calcFunc-coth.
11120         (math-simplify-sqrt): Add simplifications.
11122         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
11123         to list.
11125         * calc/calc-ext.el: Add functions to autoloads.
11127         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
11128         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
11129         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
11130         (math-csc-raw, math-cot-raw): New functions.
11132         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
11134         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
11135         the variable name in a message.
11137         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
11138         calcFunc-csc, calcFunc-cot.
11140         * calc/calcalg2.el: Add derivative and integration rules for
11141         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
11142         calcFunc-csch, calcFunc-coth.
11143         (math-do-integral-methods): Add to checks for when to use
11144         substitutions.
11146         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
11148 2005-02-15  Lute Kamstra  <lute@gnu.org>
11150         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11151         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
11152         <monnier@iro.umontreal.ca>
11153         (lisp-outline-level): Improve efficiency.  Suggested by David
11154         Kastrup <dak@gnu.org>.
11156 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
11158         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
11159         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
11160         (gdb-set-gud-minor-mode-existing-buffers): New functions.
11161         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
11162         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
11164 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
11166         * cus-start.el (all): Comment change.
11168 2005-02-14  Lute Kamstra  <lute@gnu.org>
11170         * cus-start.el (all): Check if symbol is void.
11172 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
11174         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
11175         optional argument to \cite.
11177 2005-02-14  Richard M. Stallman  <rms@gnu.org>
11179         * cus-edit.el (custom-buffer-create-internal): Update help message.
11180         (custom-magic-alist): Update help messages.
11182         * cus-start.el (all): Allow a var to specify a standard value.
11184 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
11186         * custom.el (custom-theme-set-variables): Handle variable aliases.
11188         * frame.el (blink-cursor-timer): Doc fix.
11189         (blink-cursor): Make it an alias for `blink-cursor-mode' and
11190         declare obsolete.
11191         (blink-cursor-mode): Define with defcustom and use correct
11192         standard expression in that defcustom.
11193         * startup.el (command-line): Adapt to above changes in frame.el.
11195 2005-02-11  Lute Kamstra  <lute@gnu.org>
11197         * apropos.el (apropos-score-doc): Prevent division by zero.
11199 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
11201         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
11202         (icalendar--get-event-property-attributes)
11203         (icalendar--get-event-properties)
11204         (icalendar--datetime-to-diary-date): New functions.
11205         (icalendar--split-value): Doc fix.
11206         (icalendar--datetime-to-noneuropean-date)
11207         (icalendar--datetime-to-european-date): New optional argument
11208         SEPARATOR.  Return result as a string instead of a list.
11209         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
11210         (icalendar--convert-string-for-export): Rename arg S to STRING.
11211         (icalendar-export-region): Doc fix.  Change name of error buffer.
11212         Save output buffer.
11213         (icalendar-import-file): Add blank at end of prompt.
11214         (icalendar-import-buffer): Doc fix.  Do not switch to error
11215         buffer.  Indicate status in return value.
11216         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
11217         buffer.  Save output buffer.  Handle exception from recurrence
11218         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
11219         events.  Fix problems with weekly all-day events.
11221 2005-02-10  Richard M. Stallman  <rms@gnu.org>
11223         * simple.el (eval-expression-print-format):
11224         Avoid warning about edebug-active.
11226         * help.el (help-for-help-internal): Rename from help-for-help.
11227         (help-for-help): Define with defalias.
11229         * font-core.el (font-lock-default-function): Use with-no-warnings.
11231         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
11233         * custom.el (defface): Doc fix.
11235 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
11237         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
11238         width 0" to prevent word wrapping problems.
11240 2005-02-09  Kim F. Storm  <storm@cua.dk>
11242         * ido.el (ido-file-extensions-order): New defcustom.
11243         (ido-file-extension-lessp, ido-file-extension-aux)
11244         (ido-file-extension-order): New advanced file ordering.
11245         (ido-file-lessp): New simple file ordering.
11246         (ido-sort-list): Remove.
11247         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
11248         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
11250 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
11252         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
11253         that some versions of grep produce.
11254         (grep-mode-font-lock-keywords): Likewise.
11256 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
11258         * progmodes/gdb-ui.el (gdb-location-list): New variable.
11259         (gdb-cdir): Delete.
11260         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
11261         (gdb-source-info): Treat case when source file is in another
11262         directory properly.
11263         (gdb-get-location): New function.
11265 2005-02-07  Jay Belanger  <belanger@truman.edu>
11267         * calc/calc-prog.el (calc-write-parse-table-part)
11268         (calc-fix-token-name): Fix a check for language type.
11270         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
11272 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
11274         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
11275         as directory not writable.
11277 2005-02-07  Kim F. Storm  <storm@cua.dk>
11279         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
11280         (cua--standard-movement-commands): Remove list.
11281         Instead, set CUA property value to move for movement commands.
11282         (cua-movement-commands): Remove.  Users must set CUA prop instead.
11283         (cua--pre-command-handler): Check CUA property.
11284         (cua--init-keymaps): Don't remap undo commands.
11285         (cua-mode): Don't call cua--rectangle-on-off.
11287         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
11288         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
11289         (cua--rect-undo-set-point): New var.
11290         (cua--rectangle-undo-boundary): Setup undo apply entry.
11291         (cua--rect-undo-handler): New function for rectangle undo.
11292         (cua--rect-start-position, cua--rect-end-position): Add.
11293         (cua--rectangle-post-command): Call cua--rectangle-set-corners
11294         for restored rectangle.  Set point if cua--rect-undo-set-point.
11296 2005-02-06  Jay Belanger  <belanger@truman.edu>
11298         * calc/calc-lang.el (calc-tex-language): Display more information
11299         in messages.
11301         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
11302         in TeX mode.
11304 2005-02-06  Richard M. Stallman  <rms@gnu.org>
11306         * emacs-lisp/lisp.el (buffer-end): Doc fix.
11308 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
11310         * net/ldap.el (ldap-search-internal): Support attributes with
11311         optional descriptions separated by a semi-colon, as in
11312         "userCertificate;binary".
11314 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11316         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
11317         isn't a cons (i.e. the version is 0).
11319 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
11321         * help.el (help-for-help): Doc fix.
11323 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
11325         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
11326         GDB-Windows on the menu-bar as this works better.
11328 2005-02-04  Jay Belanger  <belanger@truman.edu>
11330         * calc/calc-embed.el (calc-embedded-update): Don't put in
11331         unnecessary newlines.  Adjust the end of formula marker.
11333         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
11334         (math-latex-parse-two-args): New function.
11336 2005-02-03  Lute Kamstra  <lute@gnu.org>
11338         * help-fns.el (help-with-tutorial): Make sure that users cannot
11339         remove the entire text of the tutorial by means of `undo'.
11341 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11343         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
11344         in recent changes, where the ispell process was repeatedly
11345         killed & restarted.
11347         * international/mule-cmds.el (set-locale-environment): Set file-name
11348         coding system to utf-8 on Darwin systems.
11349         (set-default-coding-systems): Don't set default-file-name-coding-system
11350         on Darwin systems.
11352 2005-02-03  Richard M. Stallman  <rms@gnu.org>
11354         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
11356 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
11358         * faces.el (list-faces-display): Add optional argument.
11360 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11362         * font-core.el (font-lock-default-function): Handle the rare case where
11363         only font-lock-keywords is set.
11365 2005-02-02  Kenichi Handa  <handa@m17n.org>
11367         * international/characters.el: Cancel previous change for
11368         I-WITH-DOT-ABOVE and DOTLESS-i.
11370         * international/latin-5.el: Cancel previous change.
11372 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
11374         * progmodes/gud.el: Correction to syntax in gud-menu-map.
11376 2005-02-02  Kenichi Handa  <handa@m17n.org>
11378         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
11379         DOTLESS-i.
11381         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
11382         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
11384         * case-table.el (get-upcase-table): New function.
11385         (copy-case-table): Copy upcaes table too if non-nil.
11386         (set-case-syntax-delims): Maintain upcase table too.
11387         (set-case-syntax-pair): Likewise.
11388         (set-upcase-syntax, set-downcase-syntax): New functions.
11389         (set-case-syntax): Maintain upcase table too.
11391 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
11393         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
11395         * progmodes/gud.el (gud-goto-info): New function.
11396         (gud-tool-bar-map): Use correct icon.
11398 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
11400         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
11401         When delegating, order args in the funcall correctly.
11403 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
11405         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
11407 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
11409         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
11410         buffer not visiting a file.
11412 2005-01-31  Jay Belanger  <belanger@truman.edu>
11414         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
11415         bound on the line with the formula.
11417 2005-01-31  Kim F. Storm  <storm@cua.dk>
11419         * ses.el (ses-create-cell-variable-range)
11420         (ses-destroy-cell-variable-range, ses-reset-header-string)
11421         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
11422         (ses-insert-row): Fix format of apply undo entries.
11424 2005-01-31  Jay Belanger  <belanger@truman.edu>
11426         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
11427         parts.
11429         * calc/calc-embed.el (calc-embedded-open-formula)
11430         (calc-embedded-close-formula): Ignore matrix environments.
11432         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
11433         TeX mode.
11435         * calc/calc-lang.el (math-function-table, math-oper-table)
11436         (math-variable-table): Adjust the LaTeX portions.
11438         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
11439         (math-latex-ignore-words): New constant.
11441 2005-01-31  Richard M. Stallman  <rms@gnu.org>
11443         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
11444         (ispell-local-dictionary): Doc fix.
11445         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
11446         Don't reinitialize at run time.  Don't defcustom.
11447         All uses changed to append ispell-local-dictionary-alist,
11448         or check it first.
11449         (ispell-current-dictionary): New variable for dictionary in use.
11450         (ispell-dictionary): Now used only for global default.
11451         (ispell-start-process): Set ispell-current-dictionary,
11452         not ispell-dictionary.
11453         (ispell-change-dictionary): Use this only for setting
11454         user preferences.
11455         (ispell-internal-change-dictionary): New function
11456         to change the current dictionary in use.
11457         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
11458         Use ispell-current-dictionary.
11459         Handle ispell-local-dictionary-overridden.
11460         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
11462 2005-01-31  Jay Belanger  <belanger@truman.edu>
11464         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
11466         * calc/calc-ext.el: Add calc-latex-language to autoloads.
11467         (calc-mode-map): Add calc-latex-language.
11469         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
11470         (math-latex-print-frac): New functions.
11471         (math-oper-table, math-function-table, math-variable-table)
11472         (math-complex-format, math-input-filter): Add latex properties.
11473         (calc-set-language): Set math-expr-special-function-mapping.
11475         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
11476         (calc-write-parse-table-part): Add LaTeX support.
11478         * calc/calc.el (calc-language): Adjust docstring.
11479         (calc-set-mode-line): Add LaTeX support.
11480         (math-expr-special-function-mapping): New variable.
11481         (math-tex-ignore-words): Add to list.
11483         * calc/calccomp.el (math-compose-expr, math-compose-rows):
11484         Add LaTeX support.
11485         (math-compose-expr): Add support for special functions.
11487         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
11489 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
11491         * progmodes/gdb-ui.el (gdb-memory-address)
11492         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
11493         (gdb-memory-mode-map, gdb-memory-format-keymap)
11494         (gdb-memory-format-menu, gdb-memory-unit-keymap)
11495         (gdb-memory-unit-menu): New variables for a buffer
11496         that lets the user examine program memory.
11497         (gdb-memory-set-address, gdb-memory-set-repeat-count)
11498         (gdb-memory-format-binary, gdb-memory-format-octal)
11499         (gdb-memory-format-unsigned, gdb-memory-format-signed)
11500         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
11501         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
11502         (gdb-memory-unit-word, gdb-memory-unit-halfword)
11503         (gdb-memory-unit-byte, gdb-memory-unit-menu)
11504         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
11505         (gdb-memory-mode, gdb-memory-buffer-name)
11506         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
11507         New functions for above buffer.
11509 2005-01-30  Richard M. Stallman  <rms@gnu.org>
11511         * cus-edit.el (custom-bury-buffer): Function deleted.
11512         (custom-buffer-done-function): Option deleted.
11513         (custom-buffer-done-kill): New (replacement option.
11514         (Custom-buffer-done): Call quit-window.
11515         (custom-buffer-create-internal): Update for above changes.
11517 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
11519         * simple.el (undo-ask-before-discard): New var.
11520         (undo-outer-limit-truncate): Implement it.
11521         (undo-extra-outer-limit): Doc update.
11523 2005-01-29  Richard M. Stallman  <rms@gnu.org>
11525         * ses.el (undo-more): Delete defadvice.
11526         (ses-begin-change): Doc fix.
11528         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
11529         instead of rebinding C-x u and C-_.
11531         * files.el (normal-backup-enable-predicate): Return nil for files
11532         in /tmp, regardless of temporary-file-directory.
11534         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
11536         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
11537         (open-rectangle, delete-whitespace-rectangle-line)
11538         (clear-rectangle-line): If FILL, pass t instead of FILL
11539         for move-to-column's 2nd arg.
11541         * simple.el (undo): Fix the test for continuing a series of undos.
11542         (undo-more): Set pending-undo-list to t when we reach end.
11543         (pending-undo-list): Move up defvar.
11545         * wid-edit.el (widget-button-click):
11546         Shorten the range of the track-mouse binding.
11548         * comint.el (comint-insert-input): Undo previous changes;
11549         use last-input-event in interactive spec.
11551 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
11553         * progmodes/compile.el (compilation-start): Bind buffer-read-only
11554         to nil before invoking call-process.  Reset buffer's modified flag
11555         after fontifying it in the no-async branch.
11557         * wid-edit.el (widget-specify-button): If mouse pointer shape
11558         cannot be changed, use mouse face instead.
11560 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
11562         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
11563         (gdb-goto-breakpoint): Make breakpoint handling work on template
11564         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
11565         (gdb-assembler-custom): Update to recognize breakpoint information
11566         added on 2005-01-19.
11568 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11570         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
11571         (dsssl-mode): Use define-derived-mode.
11572         (scheme-mode-initialize): Remove.
11573         (scheme-mode): Use run-mode-hooks.
11575         * cus-edit.el (customize-group-other-window)
11576         (custom-buffer-create-other-window): Don't override special-display-*.
11577         (custom-mode-map): Make it dense.
11579         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
11580         sets the default value.
11582 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
11584         * descr-text.el: Add more keywords.
11586 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11588         * speedbar.el: Avoid unnecessary use of locate-library.
11590         * international/mule-cmds.el (standard-display-european-internal):
11591         Don't fiddle with latin-1 non-break space any more since it's now
11592         special cased in the C code.
11593         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
11595 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
11597         * cus-start.el (all): Add `undo-outer-limit'.
11599 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11601         * textmodes/bibtex.el (bibtex-format-entry):
11602         Use `bibtex-empty-field-re' only on the text of fields, not on entire
11603         field lines.
11604         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
11605         not on part of a buffer.
11607 2005-01-25  Lute Kamstra  <lute@gnu.org>
11609         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
11610         nonempty field text strings like "{letters\\macro{}more letters}".
11611         Clarify docstring.
11612         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
11613         (bibtex-entry-offset, bibtex-parse-association)
11614         (bibtex-parse-field-name): Fix typos in docstrings.
11615         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
11617 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
11619         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
11620         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
11621         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
11622         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
11624         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
11625         isearch minor mode.
11627 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
11629         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
11631 2005-01-24  Lute Kamstra  <lute@gnu.org>
11633         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
11634         CASECHARS and NOT-CASECHARS regular expressions of the
11635         "nederlands" and "nederlands8" dictionaries to prevent a "Range
11636         striding over charsets" error.
11638 2005-01-24  Jay Belanger  <belanger@truman.edu>
11640         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
11641         display variable name.
11643 2005-01-24  Kenichi Handa  <handa@m17n.org>
11645         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
11646         Fix setting of the element of encoded-kbd-iso2022-invocations.
11648 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
11650         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
11651         (gdb-threads-select): Change to also accept mouse events.
11652         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
11653         (gdb-threads-mouse-select): Delete.
11655 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
11657         * files.el (insert-directory): Take care of empty directory,
11658         listed without -a switch.
11660 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11662         * textmodes/refill.el (refill-post-command-function):
11663         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
11664         to the list of functions that we should be careful not to undo.
11665         (refill-late-fill-paragraph-function): Remove.
11666         (refill-saved-state): New var.
11667         (refill-mode): Use it to save fill-paragraph-function.
11668         Save also the value of auto-fill-function.
11670         * term/w32-win.el: Simplify code.
11672 2005-01-23  Kim F. Storm  <storm@cua.dk>
11674         * simple.el (line-move): Adapt to new return value from
11675         pos-visible-in-window-p.
11677         * simple.el (line-move): Fix last change.  Check partial
11678         visibility at point rather than at window-start.
11680 2005-01-22  Jason Rumney  <jasonr@gnu.org>
11682         * term/w32-win.el (xw-defined-colors): Remove debug-message.
11684 2005-01-22  David Kastrup  <dak@gnu.org>
11686         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
11688 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
11690         * type-break.el (type-break-mode): Add a test for
11691         type-break-file-name being non-nil.
11693 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
11695         * net/eudc.el (top level): Call (message "") via progn, so that
11696         eudc-options-file is loaded.
11698 2005-01-22  Kim F. Storm  <storm@cua.dk>
11700         * simple.el (line-move-1): Rename from line-move.
11701         (line-move): New function that adjusts vscroll for partially
11702         visible rows, and calls line-move-1 otherwise.
11704 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
11706         * pcomplete.el: Define pcomplete-read-event instead of read-event,
11707         since it's not a complete read-event implementation
11709 2005-01-20  Jay Belanger  <belanger@truman.edu>
11711         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
11712         for called function.
11714 2005-01-20  Steven Tamm  <steventamm@mac.com>
11716         * term/mac-win.el (process-connection-type): Remove.
11717         Controlled now by s/darwin.h:PTY_ITERATION.
11719 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11721         * window.el (handle-select-window): Don't switch window when we're
11722         in the minibuffer.
11724 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
11726         * subr.el (dotimes-with-progress-reporter): New macro.
11728         * ses.el (ses-dotimes-msg): Remove macro.
11729         Use `dotimes-with-progress-reporter' instead.
11731 2005-01-19  Steven Tamm  <steventamm@mac.com>
11733         * term/mac-win.el (process-connection-type): Use new
11734         operating-system-release variable to use ptys on Darwin 7 (OS X
11735         10.3) when using carbon build.
11737 2005-01-19  Jay Belanger  <belanger@truman.edu>
11739         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
11740         flags if the last command was a tab or M-tab.
11742         * calc/calc-prog.el (calc-user-define-edit): Put original formula
11743         in formula editing buffer.
11745 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
11747         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
11748         breakpoint image symbol in margin.
11750 2005-01-19  Jay Belanger  <belanger@truman.edu>
11752         * calc/calc-prog.el (calc-execute-kbd-macro):
11753         Ignore calc-keep-arg-flag.
11755 2005-01-19  Kenichi Handa  <handa@m17n.org>
11757         * textmodes/ispell.el (ispell-looking-at): New function.
11758         (ispell-process-line): Use ispell-looking-at to compare the ispell
11759         output and the buffer contents.
11761 2005-01-18  Jay Belanger  <belanger@truman.edu>
11763         * calc/calc.el (calc-display-raw): Fix docstring.
11765 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11767         * simple.el (blink-matching-open): Strip extra info from syntax.
11769         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
11770         funny chars in the end-of-here-doc marker.
11772 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
11774         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
11775         that enable/disabled state of breakpoints is shown correctly in
11776         fringe and on ttys.
11777         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
11778         Add breakpoint information as text properties.
11779         (gdb-mouse-toggle-breakpoint):
11780         Rename to gdb-mouse-set-clear-breakpoint.
11781         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
11782         breakpoints in the margin.
11783         (gdb-remove-strings): Simplify.
11785 2005-01-17  Jay Belanger  <belanger@truman.edu>
11787         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
11788         erasing buffer.
11790 2005-01-17  Richard M. Stallman  <rms@gnu.org>
11792         * progmodes/grep.el (grep-find): Copy from `grep' the condition
11793         for calling grep-compute-defaults.
11795         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
11796         if buffer is empty.
11798         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
11800 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11802         * hilit-chg.el (highlight-changes-mode): Don't autoload.
11804         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
11805         non-preloaded variables.
11807 2005-01-17  Steven Tamm  <steventamm@mac.com>
11809         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
11810         tex-shell cause to force interactivity when using pipes.
11812 2005-01-17  Kim F. Storm  <storm@cua.dk>
11814         * simple.el (just-one-space): Make arg optional.
11816 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
11818         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
11819         posn-at-x-y to t to access left-margin.
11821 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
11823         Sync with Tramp 2.0.47.
11825         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
11826         catching keep-date problems in cp/scp operations.
11827         (tramp-handle-copy-file): Don't call `set-file-modes'
11828         unconditionally.  Specialized functions should know better what is
11829         necessary.  This improves performance a little bit, and the
11830         functions could catch errors with `cp -p' and `scp -p'.
11831         (tramp-do-copy-or-rename-file-via-buffer)
11832         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
11833         when appropriate.
11834         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
11835         Call `set-file-modes' when appropriate.
11836         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
11837         Johnsson <isak@hypergene.com>
11838         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
11839         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
11840         <joakim@verona.se>
11841         (tramp-file-name-for-operation): Mark `shell-command' as magic for
11842         Emacs only.
11844         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
11845         `find-file-hooks' and `dired-mode-hook'.
11846         (tramp-minor-mode-map): Respective map.  Add remapping for
11847         `compile' and `recompile'.
11848         (tramp-remap-command, tramp-recompile): New defuns.
11849         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
11850         in buffer "*Compilation*".  Call the commands asynchronously.
11852         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
11853         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
11854         `shell-command', because it isn't magic in XEmacs.  Reported by
11855         Adrian Aichner <adrian@xemacs.org>.
11857         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
11858         `substitute-in-file-name.
11859         (tramp-smb-handle-substitute-in-file-name): New defun.
11860         (tramp-smb-advice-PC-do-completion): Delete advice.
11862 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
11864         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
11865         Fix error in deleting region.
11867 2005-01-15  Richard M. Stallman  <rms@gnu.org>
11869         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
11870         In non-temp buffer, switch syntax table temporarily.
11872         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
11874         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
11876         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
11878         * imenu.el (imenu--split-menu): Copy menulist before sorting.
11879         (imenu--generic-function): Use START, not BEG, as pos of definition.
11881         * simple.el (just-one-space): Argument specifies number of spaces.
11883         * simple.el (eval-expression-print-format): Avoid warning
11884         about edebug-active.
11886 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
11888         * progmodes/sh-script.el: Code copied from make-mode.el
11889         with small changes,
11890         (sh-mode-map): Bind C-c C-\.
11891         (sh-backslash-column, sh-backslash-align): New variables.
11892         (sh-backslash-region, sh-append-backslash): New functions.
11894 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11896         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
11897         (rmail-pop-password, rmail-pop-password-required): Move to
11898         rmail-obsolete group.
11899         (rmail-set-pop-password): Rename to rmail-set-remote-password.
11900         All callers updated.
11901         (rmail-get-pop-password): Rename to rmail-get-remote-password.
11902         Take an argument specifying whether it is POP or IMAP mailbox we
11903         are using.  All callers updated.
11904         (rmail-pop-password-error): Rename to
11905         rmail-remote-password-error.  Added mailutils-specific error message.
11906         (rmail-movemail-search-path)
11907         (rmail-movemail-variant-in-use): New variables.
11908         (rmail-remote-password, rmail-remote-password-required):
11909         New customization variables.
11910         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
11911         (rmail-parse-url): New function.
11912         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
11913         with GNU mailutils movemail.
11915 2005-01-15  Kevin Ryde  <user42@zip.com.au>
11917         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
11918         suffix to space, $ or '$, to correctly position point when going
11919         to @table style constants like DBL_MAX.
11921 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
11923         * type-break.el (type-break-mode, type-break-file-time)
11924         (type-break-file-keystroke-count, type-break-choose-file):
11925         Don't store data in or load data from the file if type-break-file-name
11926         is nil.
11927         (type-break-file-name): Doc update as per the above.
11929 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
11931         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
11932         lookup-key might return nil; handle that.
11934 2005-01-15  Alan Mackenzie  <acm@muc.de>
11936         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
11937         rather than the element found, thus enabling the tree to be setcar'd.
11939 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
11941         * textmodes/org.el (org-show-following-heading): New option.
11942         (org-show-hierarchy-above): Use `org-show-following-heading'.
11943         (org-cycle): Documentation fix.
11945         * textmodes/org.el (orgtbl-optimized): New option
11946         (orgtbl-mode): New command, a minor mode.
11947         (orgtbl-mode-map): New variable.
11948         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
11949         (orgtbl-error, orgtbl-self-insert-command)
11950         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
11952         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
11953         a local variable in each org-mode buffer.
11955         * textmodes/org.el (org-set-regexps-and-options): Rename from
11956         `org-set-regexps'.  Added checking for STARTUP keyword.
11957         (org-get-current-options): Add STARTUP options.
11958         (org-table-insert-row): Make mode intelligent about when
11959         realignment is needed.
11960         (org-self-insert-command, org-delete-backward-char, org-delete-char):
11961         New commands.
11962         (org-enable-table-editor): New default value `optimized'.
11963         (org-table-blank-field): Support blanking regions if active.
11965 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
11967         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
11968         if the year is not given.
11970         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
11971         Add new escapes %m and %M, fixed bug with %F by adding
11972         save-match-data.
11973         (reftex-reference): Remove ?. from list of spaces.
11974         (reftex-label-info): Add automatic label prefix recognition.
11976         * textmodes/reftex-index.el (reftex-index-next-phrase):
11977         Add slave parameter to call of `reftex-index-this-phrase'.
11978         (reftex-index-this-phrase): New optional argument.
11979         (reftex-index-region-phrases): Add slave parameter to call of
11980         `reftex-index-this-phrase'.
11981         (reftex-display-index): New argument redo.
11982         (reftex-index-rescan): Add 'redo to arguments of
11983         `reftex-display-index'.
11984         (reftex-index-Rescan, reftex-index-revert)
11985         (reftex-index-switch-index-tag): Add 'redo to arguments of
11986         `reftex-display-index'.
11987         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
11988         indexing.  Fix bug with matching is there is a quote before or
11989         after the word.
11991         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
11992         Fix bug when collecting citation keys in lines with comments.
11993         (reftex-citation): Prefix argument no longer rescans the document,
11994         but forces prompting for optional arguments of cite macros.
11995         (reftex-do-citation): Prompting for optional arguments implemented.
11997         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
11998         Add optional arguments to most cite commands.
11999         (reftex-cite-cleanup-optional-args): New option
12000         (reftex-cite-prompt-optional-args): New option.
12001         (reftex-trust-label-prefix): New option.
12003         * textmodes/reftex-toc.el (reftex-toc-find-section):
12004         Add push-mark before changing the position in the buffer.
12006         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12007         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12009 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
12011         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12012         more carefully.
12014 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12016         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12017         (sgml-mode): Use it.
12018         (sgml-get-context): Better keep track of implicitly closed tags.
12020 2005-01-13  Kenichi Handa  <handa@m17n.org>
12022         * textmodes/ispell.el: These changes are to fix misalignment error
12023         caused by equivalent characters of different Emacs charsets.
12024         (ispell-unified-chars-table): New variable.
12025         (ispell-get-decoded-string): New function.
12026         (ispell-get-casechars, ispell-get-not-casechars)
12027         (ispell-get-otherchars): Call ispell-get-decoded-string.
12029 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
12031         * custom.el (custom-declare-variable): Just put symbol instead
12032         of (defvar . symbol) in `current-load-list'.
12034 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12036         * emacs-lisp/elint.el: Fixed typo in Commentary section.
12038 2005-01-12  Jay Belanger  <belanger@truman.edu>
12040         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12041         to create a Calc summary.
12043 2005-01-12  Kim F. Storm  <storm@cua.dk>
12045         * mouse.el (mouse-on-link-p): Change functionality and doc
12046         string to comply with latest description in lisp ref.
12048 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
12050         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12051         Enable mouse clicks on mode-line, header-line and margin.
12052         (event-type): Give mouse event symbols an 'event-kind property
12053         with value 'mouse-click.
12055 2005-01-12  Juri Linkov  <juri@jurta.org>
12057         * facemenu.el (list-colors-display): Add new arg buffer-name.
12058         Use it.  Fix docstring.  Replace code for identifying duplicate
12059         colors by the name with call to `list-colors-duplicates' which
12060         identifies duplicate colors by the value unless the color
12061         is one of special Windows colors.  Set truncate-lines to t.
12062         Print sorted duplicate color names on each line.  Indent to 22
12063         \(the longest color name in rgb.txt) instead of 20.  Optimize.
12064         (list-colors-duplicates): New function.
12065         (facemenu-color-name-equal): Delete function.
12067         * facemenu.el (list-colors-print): New function created from code
12068         in list-colors-display.  Print #RRGGBB at the window right edge.
12069         (list-colors-display): When temp-buffer-show-function is not
12070         defined, call list-colors-print from temp-buffer-show-hook
12071         to get the right value of window-width in list-colors-print
12072         after the buffer is displayed.
12074         * simple.el (pop-mark): Move deactivate-mark out of conditional
12075         part to deactivate the active mark regardless of the state of the
12076         mark ring.
12078         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12079         variables line in desktop files.
12081 2005-01-12  Juri Linkov  <juri@jurta.org>
12083         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12084         Bring together isearch highlight related options.
12085         (lazy-highlight): Replace group `replace' by `matching'.
12086         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12087         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12088         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12089         and declare them obsolete.
12090         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12091         (isearch-faces): Remove defgroup.
12092         (isearch-overlay, isearch-highlight, isearch-dehighlight):
12093         Move isearch highlighting code closer to lazy highlighting code.
12095         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12096         (query-replace-highlight, query-replace-lazy-highlight)
12097         (query-replace): Move definitions to the beginning of the file.
12099 2005-01-11  Juri Linkov  <juri@jurta.org>
12101         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12102         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
12103         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12105         * info.el (Info-history-forward): New variable.
12106         (Info-select-node): Reset Info-history-forward to nil.
12107         (Info-last): Turn into defalias.
12108         (Info-history-back): Rename from Info-last.
12109         Add current node to Info-history-forward.
12110         (Info-history-forward): New fun.
12111         (Info-mode-map): Replace Info-last by Info-history-back.
12112         Bind Info-history-forward to "r".
12113         (Info-mode-menu): Replace Info-last by Info-history-back.
12114         Fix menu item text.  Add menu item for Info-history-forward.
12115         (info-tool-bar-map): Replace Info-last by Info-history-back.
12116         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
12117         for Info-history-forward.
12118         (Info-mode): Replace Info-last by Info-history-back in docstring.
12119         Add local variable Info-history-forward.
12120         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
12122 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12124         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
12125         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
12126         Ignore select-window events rather than fiddle with
12127         mouse-autoselect-window.
12129 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
12131         * type-break.el (type-break-mode): Fix previous change.
12133 2005-01-10  Jay Belanger  <belanger@truman.edu>
12135         * calc/calc-ext.el (calc-reset): Reset when inside embedded
12136         calculator; only reset when point is inside a calculator.
12137         Don't adjust the window height if the window takes up the whole height
12138         of the frame.
12140 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
12142         * ebuff-menu.el (Electric-buffer-menu-mode):
12143         Preserve value of buffer-local var header-line-format.
12145 2005-01-09  Jay Belanger  <belanger@truman.edu>
12147         * calc/calc.el (calc-mode-var-list-restore-saved-values):
12148         Make sure settings file exists before accessing it.
12150         * calc/calc-embed.el (calc-embedded-subst):
12151         Replace math-multi-subst-rec, which is only supposed to be called
12152         by math-multi-subst, by math-multi-subst.
12154 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
12156         * vc.el (vc-allow-async-revert): New user option.
12157         (vc-disable-async-diff): New internal variable.
12158         (vc-revert-buffer): Use them to disable asynchronous diff.
12160         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
12161         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
12162         asynchronously if vc-disable-async-diff is t.
12164 2005-01-09  Jay Belanger  <belanger@truman.edu>
12166         * calc/calc.el (defcalcmodevar): New macro.
12167         (calc-mode-var-list-restore-default-values)
12168         (calc-mode-var-list-restore-saved-values): New functions.
12169         (calc-mode-var-list): Use defcalcmodevar to define it.
12170         (calc-always-load-extensions, calc-line-numbering)
12171         (calc-line-breaking, calc-display-just, calc-display-origin)
12172         (calc-number-radix, calc-leading-zeros, calc-group-digits)
12173         (calc-group-char, calc-point-char, calc-frac-format)
12174         (calc-prefer-frac, calc-hms-format, calc-date-format)
12175         (calc-float-format, calc-full-float-format, calc-complex-format)
12176         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12177         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12178         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12179         (calc-matrix-brackets, calc-language, calc-language-option)
12180         (calc-left-label, calc-right-label, calc-word-size)
12181         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12182         (calc-display-raw, calc-internal-prec, calc-angle-mode)
12183         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12184         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12185         (calc-window-height, calc-display-trail, calc-show-selections)
12186         (calc-use-selections, calc-assoc-selections)
12187         (calc-display-working-message, calc-auto-why, calc-timing)
12188         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
12189         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
12190         (calc-gnuplot-default-device, calc-gnuplot-default-output)
12191         (calc-gnuplot-print-device, calc-gnuplot-print-output)
12192         (calc-gnuplot-geometry, calc-graph-default-resolution)
12193         (calc-graph-default-resolution-3d, calc-invocation-macro)
12194         (calc-show-banner): Use defcalcmodevar to declare them and set
12195         their default values.
12197         * calc/calc-ext.el (calc-reset): Restore saved values of variables
12198         instead of default values (but restore default values if there is
12199         an argument of 0).
12201 2005-01-09  David Kastrup  <dak@gnu.org>
12203         * desktop.el (desktop-restore-eager): Fix typo in type.
12205 2005-01-08  Richard M. Stallman  <rms@gnu.org>
12207         * cus-edit.el (customize): Delete :link.
12209 2005-01-08  Jay Belanger  <belanger@truman.edu>
12211         * calc/calc.el (calc-mode): Remove the extension from the
12212         `calc-settings-file' file name when loading it.
12214 2005-01-08  Kim F. Storm  <storm@cua.dk>
12216         * info.el (Info-mode-map, Info-next-link-keymap)
12217         (Info-prev-link-keymap, Info-up-link-keymap):
12218         Map follow-link to mouse-face.
12219         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
12221 2005-01-08  Jay Belanger  <belanger@truman.edu>
12223         * calc/calc.el (calc-settings-file): Change default value.
12224         Suggested by cgw in a comment in calc-mode.el.
12226         * calc/calc-mode.el (calc-settings-file-name):
12227         Compare calc-settings-file to user-init-file instead of ~/.emacs.
12228         Replace ~/.emacs in a prompt by calc-settings-file.
12230 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
12232         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
12233         (desktop-lazy-idle-delay): New customizable variables.
12234         (desktop-buffer-args-list): New variable.
12235         (desktop-append-buffer-args): New function.
12236         (desktop-save): Call desktop-append-buffer-args for some buffers.
12237         (desktop-lazy-create-buffer): New function.
12238         (desktop-idle-create-buffers): New function.
12239         (desktop-read): Add message about buffers to restore lazily.
12240         (desktop-lazy-abort): New command.
12241         (desktop-clear): Call desktop-lazy-abort.
12242         (desktop-lazy-complete): New command.
12244 2005-01-06  Richard M. Stallman  <rms@gnu.org>
12246         * emacs-lisp/find-func.el (find-face-definition):
12247         Rename from find-face.
12249 2005-01-06  Kim F. Storm  <storm@cua.dk>
12251         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
12253         * man.el (Man-xref-man-page, Man-xref-header-file)
12254         (Man-xref-normal-file): Add follow-link property.
12256 2005-01-06  Jay Belanger  <belanger@truman.edu>
12258         * calc/calc-units.el: Make sure the proper macro definitions are
12259         available when compiling.
12261 2005-01-06  Juri Linkov  <juri@jurta.org>
12263         * isearch.el (isearch-lazy-highlight-update):
12264         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
12266 2005-01-06  Miles Bader  <miles@gnu.org>
12268         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
12269         (isearch-lazy-highlight-face): Use new name.
12271 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12273         * uniquify.el (uniquify-rationalize-file-buffer-names):
12274         Re-add an interactive spec.
12275         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
12276         to the same name.
12278         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
12279         (isearch-update, isearch-done): Adjust calls accordingly.
12281 2005-01-05  Richard M. Stallman  <rms@gnu.org>
12283         * custom.el (custom-set-variables, custom-theme-set-variables):
12284         Clarify documentation.
12286         * emacs-lisp/find-func.el (find-variable)
12287         (find-variable-other-window, find-variable-other-frame):
12288         Fix the TYPE args to find-function-read and find-function-do-it.
12289         (find-function): Doc fix.
12290         (find-function-at-point): Replace function-at-point alias.
12292 2005-01-04  Richard M. Stallman  <rms@gnu.org>
12294         * cus-face.el (custom-declare-face):
12295         Record defface in current-load-list.
12297         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
12299         * emacs-lisp/find-func.el: Doc fixes.
12300         (find-face-regexp): New variable.
12301         (find-function-regexp-alist): New variable.
12302         (find-function-C-source): Third arg is now TYPE.
12303         (find-function-search-for-symbol): Handle general TYPE.
12304         (find-function-read, find-function-do-it): Handle general TYPE.
12305         (find-definition-noselect, find-face): New functions.
12306         (function-at-point): Alias deleted.
12308 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12310         * battery.el (display-battery-mode): Rename from display-battery.
12311         Handle the case where it gets turned off.
12313 2005-01-04  Richard M. Stallman  <rms@gnu.org>
12315         * cus-edit.el (customize): Make :link point to user doc.
12317         * man.el (Man-fontify-manpage): Turn off undo generation.
12319         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
12321 2005-01-04  Andreas Schwab  <schwab@suse.de>
12323         * files.el (insert-directory): Only look for error lines in
12324         inserted text.  Don't move too far after processing --dired markers.
12326 2005-01-04  Richard M. Stallman  <rms@gnu.org>
12328         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
12329         Don't expand if the character is @, period, dash, etc.
12330         (define-mail-abbrev): Quote names that contain problem characters.
12332 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
12334         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
12336 2005-01-03  Richard M. Stallman  <rms@gnu.org>
12338         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
12339         (query-replace-highlight, query-replace-lazy-highlight)
12340         (query-replace): Definitions moved up.  Doc fix.
12342 2005-01-03  Richard M. Stallman  <rms@gnu.org>
12344         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
12345         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12346         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12347         (lazy-highlight-face): Rename from isearch-lazy-...
12348         Change all references to them.
12350 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
12352         * cus-edit.el (custom-file): Doc fix for defcustom.
12353         (custom-file): The function no longer sets the variable
12354         `custom-file' to its return value.
12356         * startup.el (command-line): No longer load `custom-file'.
12358 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12360         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
12362         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
12363         Don't confuse module-prefixed identifiers for labels.
12364         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
12366 2005-01-02  Richard M. Stallman  <rms@gnu.org>
12368         * files.el (basic-save-buffer-1): Fix previous change.
12370         * loadhist.el (file-loadhist-lookup): New function.
12371         (file-provides, file-requires): Use it.
12373         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
12374         instead of calculating the right size.
12376 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
12378         * vc-svn.el (vc-svn-diff): Stay local if possible.
12380 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12382         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
12384         * files.el (hack-local-variables): Fix last change.
12386 2005-01-02  Jay Belanger  <belanger@truman.edu>
12388         * calc/calc-yank.el (calc-edit-top): New variable.
12389         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
12390         object.  Change header properties.
12391         (calc-edit-finish, calc-edit-finish-stack-object)
12392         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
12393         edited object.
12394         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
12395         for the beginning of the edited object.
12396         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
12397         for the beginning of the edited object.
12398         * calc/calc-prog.el (calc-edit-macro-finish-edit)
12399         (calc-finish-formula-edit, calc-macro-repeats)
12400         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
12401         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
12402         beginning of the edited object.
12403         (calc-user-define-edit): Change the header for editing macros.
12404         Remove unnecessary variable.
12406 2005-01-01  Jay Belanger  <belanger@truman.edu>
12408         * calc/calc-yank.el (calc-edit-mode): Change default header.
12409         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
12410         * calc/calc-store.el (calc-edit-variable): Change title to match new
12411         header.
12412         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
12413         mode to match new header.
12414         (calc-user-define-edit): Change titles to include names of commands.
12415         (calc-finish-formula-edit): Adjust to handle new header.
12416         (calc-finish-macro-edit): Remove.
12417         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
12418         (calc-edit-macro-command, calc-edit-macro-command-type)
12419         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
12420         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
12421         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
12422         (calc-edit-macro-finish-edit): New functions.
12423         (calc-user-define-edit): Use new functions to edit named calc macros.
12425 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
12427         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
12429         * ses.el (copy-region-as-kill): Deactivate mark.
12431 2005-01-01  Richard M. Stallman  <rms@gnu.org>
12433         * replace.el (occur-1): If the output buffer is also an input,
12434         don't kill it, rename it.
12436         * faces.el (set-face-background, set-face-foreground): Doc fix.
12438         * cus-face.el (custom-face-attributes): Fix :help-echo strings
12439         for :foreground and :background.
12441         * dired.el (dired-view-command-alist): Variable deleted.
12442         (dired-view-file, dired-mouse-find-file-other-window):
12443         Delete the code to use it.
12445 2005-01-01  Kim F. Storm  <storm@cua.dk>
12447         * image.el (insert-sliced-image): Use t for line-height property.
12449 2004-12-31  Jay Belanger  <belanger@truman.edu>
12451         * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
12452         for "var-" at the beginning of the minibuffer.
12454 2004-12-31  Richard M. Stallman  <rms@gnu.org>
12456         * faces.el (read-face-name):
12457         Don't treat an attribute spec as a list of faces.
12459         * simple.el (undo): Use undo-equiv-table to detect
12460         unexpected changes since previous undo.
12461         (undo-list-saved): Variable deleted.
12462         (buffer-disable-undo): Don't alter undo-list-saved.
12464         * files.el (require-final-newline): Allow `visit' and `visit-save'.
12465         (mode-require-final-newline): New option.
12466         (after-find-file): Handle require-final-newline with new values.
12467         (basic-save-buffer): Handle new values of require-final-newline.
12469         * progmodes/sh-script.el (sh-require-final-newline):
12470         Alist value now controls whether to use mode-require-final-newline.
12471         (sh-set-shell): Implement that new meaning.
12473         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
12474         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
12475         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
12476         Delete old-Emacs compatibility code.
12477         (antlr-c-common-init): Function deleted.
12479         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
12480         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
12481         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
12482         * progmodes/python.el (python-mode): Use mode-require-final-newline.
12483         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
12484         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
12485         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
12486         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
12487         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
12488         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
12489         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
12490         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
12491         * progmodes/cfengine.el (cfengine-mode): Use
12492         mode-require-final-newline.
12493         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
12494         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
12495         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
12497 2004-12-31  Jay Belanger  <belanger@truman.edu>
12499         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
12500         way to return to Calc.
12502         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
12503         finish, C-xk as the way to cancel the edit.  Add cancel routine to
12504         kill-buffer-hook.
12506         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
12507         MacEdit code.
12509         * calc/calc-prog.el: Remove obsolete MacEdit code.
12510         (calc-macro-edit-algebraic, calc-macro-edit-variable)
12511         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
12513 2004-12-31  Kenichi Handa  <handa@m17n.org>
12515         * international/mule.el (buffer-file-coding-system-explicit):
12516         Rename for explicit-buffer-file-coding-system.
12517         (after-insert-file-set-coding): Adjust for the above change.
12519         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
12520         to buffer-file-coding-system-explicit.
12521         (basic-save-buffer-1): Likewise.
12523 2004-12-30  Richard M. Stallman  <rms@gnu.org>
12525         * textmodes/artist.el (artist-butlast-fn): Var deleted.
12526         (artist-butlast, artist-last): Functions deleted.
12527         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
12528         (artist-compute-key-compl-table): Call remq directly.
12529         (artist-remove-nulls): Function deleted.
12530         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
12531         (artist-push, artist-pop): Macro deleted.
12533 2004-12-30  Andreas Leue  <al@sphenon.de>
12535         * textmodes/artist.el (artist-version): 1.2.6
12536         (artist-prev-next-op-alist): New variable.
12537         (artist-select-next-op-in-list): New function.
12538         (artist-select-prev-op-in-list): New function.
12539         (artist-make-prev-next-op-alist): New function.
12540         (artist-is-in-op-list-p): New function.
12541         (artist-get-first-non-nil-op): New function.
12542         (artist-get-last-non-nil-op): New function.
12543         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
12544         artist-prev-next-op-alist.
12545         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
12546         change drawing operation.
12548 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
12550         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
12552 2004-12-31  Masatake YAMATO  <jet@gyve.org>
12554         * server.el (server-process-filter): Suppress `error', too.
12556 2004-12-30  Jay Belanger  <belanger@truman.edu>
12558         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
12559         Change the way a variable is displayed in a message.
12561         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
12562         (calc-user-define-permanent, calc-execute-kbd-macro):
12563         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
12565 2004-12-30  Kenichi Handa  <handa@m17n.org>
12567         * files.el (basic-save-buffer-1):
12568         Set explicit-buffer-file-coding-system to last-coding-system-used.
12569         (revert-buffer): Pay attention to
12570         explicit-buffer-file-coding-system (not buffer-file-coding-system)
12571         on bind coding-system-for-read.
12573         * international/mule.el (explicit-buffer-file-coding-system):
12574         New buffer local variable.
12575         (after-insert-file-set-coding): Set it to coding-system-for-read.
12577 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
12579         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
12581 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
12583         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
12584         that include line numbers.
12586 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
12588         * files.el (hack-local-variables): If no PREFIX, set it to "^".
12589         Redundant variable PREFIXLEN removed.
12591 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
12593         * eshell/em-hist.el (eshell-previous-matching-input):
12594         Start the deletion from the end of the output.
12596 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12598         * term/mac-win.el: Require x-dnd.
12599         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
12601 2004-12-29  David Kastrup  <dak@gnu.org>
12603         * international/mule.el (decode-coding-inserted-region):
12604         Don't barf if `buffer-undo-list' is already set to `t'.
12606 2004-12-29  Jay Belanger  <belanger@truman.edu>
12608         * calc/calc-prog.el (calc-user-define-formula): Put default values
12609         for function names in prompts.
12610         (calc-user-define-permanent, calc-user-define-composition)
12611         (calc-user-define-formula): Remove the need for "calcFunc-" in the
12612         default input for algebraic functions.
12614 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
12616         * vc-rcs.el (vc-rcs-annotate-command):
12617         Fix omission bug: Call `vc-setup-buffer'.
12619 2004-12-29  Kenichi Handa  <handa@m17n.org>
12621         * international/mule.el (recode-region): New function.
12623 2004-12-28  Richard M. Stallman  <rms@gnu.org>
12625         * simple.el (undo-extra-outer-limit): New variable.
12626         (undo-outer-limit-truncate): Test and set it.
12628         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
12629         enables the feature to extend the existing region.
12631         * simple.el (mark-word): New arg ALLOW-EXTEND
12632         enables the feature to extend the existing region.
12634         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
12635         enables the feature to extend the existing region.
12637         * startup.el (site-run-file): Don't allow setting it with Custom.
12639         * simple.el (buffer-disable-undo): Fix previous change.
12641 2004-12-27  Masatake YAMATO  <jet@gyve.org>
12643         * hexl.el (hexlify-buffer): Remove fontification here.
12644         Use font lock mechanism instead.
12645         (hexl-font-lock-keywords): New font lock kewords.
12646         (hexl-mode-old-font-lock-keywords): New variable.
12647         (hexl-mode): Store the old font lock keywords.
12648         (hexl-mode-exit): Restore the old font lock keywords.
12650 2004-12-27  Richard M. Stallman  <rms@gnu.org>
12652         * simple.el (undo): Fix previous change.
12654 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12656         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
12657         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
12658         Call x-open-connection on Mac OS X.
12660 2004-12-27  Richard M. Stallman  <rms@gnu.org>
12662         * files.el (buffer-save-without-query): New var (buffer-local).
12663         (save-some-buffers): Save those buffers first, w/o asking.
12665         * files.el (insert-directory-ls-version): New variable.
12666         (insert-directory): When ls returns an error, test the version
12667         number to decide what the return code means.
12668         With --dired output format, detect and distinguish lines
12669         that are really error messages.
12670         (insert-directory-adj-pos): New function.
12672         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
12674         * battery.el (battery-mode-line-format): Remove initial spaces.
12676         * uniquify.el (uniquify-rationalize-file-buffer-names):
12677         Delete interactive spec.
12679         * type-break.el (type-break-mode): Set buffer-save-without-query.
12680         Remove code that tried to set save-some-buffers-always.
12681         (type-break-file-keystroke-count): Bind deactivate-mark.
12683         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
12685         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
12686         Test that the buffer is live, and maybe reject current buffer too.
12687         Clarify.
12688         (next-error-find-buffer): Rewrite for clarity.
12690         * loadup.el: Don't use buffer-disable-undo; do it directly.
12692         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
12693         (describe-variable): Call symbol-file with `defvar'.
12695         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
12696         (symbol-file): Rewritten to handle new load-history format.
12697         Now takes an arg TYPE to specify looking for a particular
12698         type of definition only.
12700         * emacs-lisp/debug.el (debugger-make-xrefs):
12701         Call symbol-file with `defun'.
12703         * emacs-lisp/find-func.el (find-function-noselect):
12704         Call symbol-file with `defun'.
12705         (find-variable-noselect): Call symbol-file with `defvar'.
12707         * eshell/esh-cmd.el (eshell-find-alias-function):
12708         Call symbol-file with `defun'.
12710         * eshell/esh-test.el (eshell-test-goto-func):
12711         Call symbol-file with `defun'.
12713         * mail/rmail.el (rmail-resend):
12714         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
12716         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
12718         * progmodes/compile.el (compilation-find-buffer): Rename arg.
12720         * textmodes/texinfmt.el (texinfo-format-buffer-1):
12721         Call buffer-disable-undo.
12723         * simple.el (undo-list-saved): New variable (buffer-local).
12724         (undo): Set and test it.
12725         (buffer-disable-undo): Move here from buffer.c.
12726         Clear out undo-list-saved.
12728         * international/mule.el (decode-coding-inserted-region):
12729         Set buffer-undo-list in a correct and optimal way.
12731         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
12732         (cperl-font-lock-unfontify-region-function): No need to save and
12733         restore info, since font-lock.el does it for us.
12735         * ansi-color.el (save-buffer-state): Definition deleted.
12736         (ansi-color-unfontify-region): Don't use save-buffer-state.
12738 2004-12-27  Dave Love  <fx@gnu.org>
12740         * wid-edit.el (function): Use restricted-sexp as parent.
12742 2004-12-27  Kevin Ryde  <user42@zip.com.au>
12744         * simple.el (next-matching-history-element): Use same
12745         `interactive' form as previous-matching-history-element.
12747         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
12748         it can appear unencoded and has been seen from yahoo.
12750 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
12752         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
12753         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
12755 2004-12-27  Kenichi Handa  <handa@m17n.org>
12757         * international/utf-8.el (utf-translate-cjk-load-tables):
12758         Bind coding-system-for-read to nil while loading subst-*.
12760 2004-12-26  Jay Belanger  <belanger@truman.edu>
12762         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
12763         default input.
12765 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
12767         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
12768         before reverting and disable undo recording while reverting.
12770 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
12772         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
12773         (hs-make-overlay): New function.
12774         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
12775         (hs-flag-region): Delete function.
12776         (hs-hide-comment-region): No longer use `hs-flag-region'.
12777         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
12778         (hs-hide-block-at-point): Likewise.
12779         (hs-hide-level-recursive): Use `hs-discard-overlays'.
12780         (hs-hide-all, hs-show-all): Likewise.
12781         (hs-show-block): Likewise.
12782         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
12784 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
12786         * progmodes/hideshow.el: Require `cl' when compiling.
12787         Remove XEmacs and Emacs 19 compatibility.
12788         Use `dolist' and `add-to-list' for load-time actions.
12789         (hs-discard-overlays): Use `dolist'.
12790         (hs-show-block): Likewise.
12792 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
12794         * faces.el (mode-line, mode-line-inactive): Use min-colors.
12796 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
12798         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
12799         When extending backwards, move outside the current comment first.
12801 2004-12-22  Kenichi Handa  <handa@m17n.org>
12803         * international/quail.el (quail-start-translation): Fix prompt
12804         string for the case if input-method-use-echo-area being non-nil.
12805         (quail-start-conversion): Likewise.
12806         (quail-show-guidance): Don't show guidance if
12807         input-method-use-echo-area is non-nil.
12809 2004-12-21  Richard M. Stallman  <rms@gnu.org>
12811         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
12813 2004-12-21  Markus Rost  <rost@ias.edu>
12815         * calendar/diary-lib.el (mark-diary-entries):
12816         Set mark-diary-entries-in-calendar only after checking for diary-file.
12818 2004-12-21  Richard M. Stallman  <rms@gnu.org>
12820         * faces.el (escape-glyph): Use blue against light foreground.
12822         * simple.el (undo-outer-limit-truncate): New function.
12823         (undo-outer-limit-function): Use undo-outer-limit-truncate.
12825 2004-12-21  Eli Barzilay  <eli@barzilay.org>
12827         * calculator.el (calculator-radix-grouping-mode)
12828         (calculator-radix-grouping-digits)
12829         (calculator-radix-grouping-separator):
12830         New defcustoms for the new radix grouping mode functionality.
12831         (calculator-mode-hook): Now used in electric mode too,
12832         (calculator): Call it.
12833         (calculator-mode-map): Some new keys.
12834         (calculator-message): New function.  Some new calls.
12835         (calculator-op, calculator-set-register): Use it.
12836         (calculator-string-to-number): New function, mostly moved and
12837         updated code from calculator-curnum-value.
12838         (calculator-curnum-value): Use it.
12839         (calculator-paste): Use it, and update grabbing the current-kill.
12840         (calculator-rotate-displayer)
12841         (calculator-rotate-displayer-back): Toggle digit grouping when
12842         in radix mode, use calculator-message.
12843         (calculator-displayer-prev, calculator-displayer-next):
12844         Change digit group size when in radix mode.
12845         (calculator-number-to-string): Rename from
12846         calculator-num-to-string.  Now deals with digit grouping in
12847         radix mode.
12848         (calculator-update-display, calculator-put-value): Use the new name.
12849         (calculator-fact): Return a floating point number.
12850         (calculator-mode): Doc fix.
12852 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
12854         * calendar/calendar.el (view-other-diary-entries): Add autoload.
12855         * calendar/diary-lib.el (view-other-diary-entries):
12856         Use current-prefix-arg in interactive spec.
12858 2004-12-19  Jay Belanger  <belanger@truman.edu>
12860         * calc/calc-aent.el (calcAlg-blank-matching-open): Temporarily
12861         adjust the syntax of both delimiters of half-open intervals.
12863 2004-12-19  Kim F. Storm  <storm@cua.dk>
12865         * mouse.el (mouse-1-click-follows-link): Doc fix.
12867 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12869         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
12870         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
12871         instead of centraleuropean as the name
12873 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
12875         Sync with Tramp 2.0.46.
12877         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
12878         parameters wrt Tramp convention.
12879         (tramp-handle-file-attributes-with-perl)
12880         (tramp-handle-directory-files-and-attributes): Apply it.
12881         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
12882         `copy-program'.  Reported by Zack Weinberg
12883         <zack@codesourcery.com>.
12884         (top): Set `edebug-form-spec' property directly rather than
12885         calling `def-edebug-spec'.
12887         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
12888         advice less fragile.  Surround temporary redefinition of
12889         `substitute-in-file-name' with `unwind-protect'.  Suggested by
12890         Matt Hodges <MPHodges@member.fsf.org>.
12892 2004-12-17  Juri Linkov  <juri@jurta.org>
12894         * replace.el (occur-accumulate-lines, occur-engine):
12895         Make forcing deferred font-lock fontification jit-specific.
12897 2004-12-17  Kim F. Storm  <storm@cua.dk>
12899         * mouse.el (mouse-1-click-follows-link): New defcustom.
12900         (mouse-on-link-p): New function.
12901         (mouse-drag-region-1): Implement mouse-1-click-follows-link
12902         functionality.  Map a mouse-1 click event into a mouse-2 (or
12903         other) event when position is inside a link.
12905         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
12906         prefix in tooltip text with "mouse-1" when this is a link
12907         recognized by mouse-1-click-follows-link functionality.
12909         * help.el (describe-key): Report effective and original binding
12910         for mouse-1 when clicked on a link.
12911         (describe-mode): Add follow-link property to "minor-mode" button.
12913         * help-fns.el (describe-variable): Add follow-link property to
12914         "below" button.
12916         * help-mode.el (help-xref): Add follow-link property.
12918         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
12919         (apropos-command, apropos-variable, apropos-face, apropos-group)
12920         (apropos-widget, apropos-plist): Add follow-link property.
12922         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
12923         checks if position is in a filename, rather than some other
12924         clickable item.  Function looks for cvs-filename-face at position.
12926         * wid-edit.el (widget-specify-field, widget-specify-button):
12927         Map a :follow-link keyword into a follow-link property.
12928         (link): Add :follow-link keyword, map to RET binding.
12930         * dired.el (dired-mode-map): Map follow-link to mouse-face.
12932         * progmodes/compile.el (compilation-minor-mode-map)
12933         (compilation-button-map, compilation-mode-map): Likewise.
12935 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
12937         * play/zone.el (zone): Init `line-spacing' from orig buffer.
12938         (zone-replace-char): Take `count' and `del-count'
12939         instead of `direction'.  Update callers.  When `del-count' is
12940         non-nil, delete that many characters, otherwise `count' characters
12941         backwards.  Insert the newly-replaced string `count' times.
12942         (zone-fret): Handle chars w/ width greater than one.
12943         (zone-fall-through-ws): No longer take window width `ww'.
12944         Update callers.  Add handling for `char-width' greater than one.
12945         (zone-pgm-drip): Update var holding window-end position every cycle.
12947 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
12949         * vc.el (vc-default-update-changelog): Use insert-file-contents,
12950         rather than insert-file.
12952 2004-12-16  Jay Belanger  <belanger@truman.edu>
12954         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
12955         (math-init-random-base, math-random-digit): Check to see if
12956         var-RandSeed is bound.
12957         (math-random-last): Declare it.
12958         (math-random-digit): Don't make math-random-last local.
12960 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
12962         * play/zone.el (zone): Fix omission bug: Use a self-disabling
12963         one-shot thunk for uniform (error, quit, normal) recovery.
12964         Reported by John Paul Wallington.
12965         (zone-pgm-random-life): Fix bug:
12966         Recognize empty initial field by lack of "@" chars.
12968 2004-12-16  Juri Linkov  <juri@jurta.org>
12970         * help.el (function-called-at-point):
12971         * help-fns.el (variable-at-point): As a last resort try stripping
12972         non-word prefixes and suffixes.
12974         * descr-text.el (describe-property-list): Don't treat syntax-table
12975         specially.  Use describe-text-sexp which inserts [show] button
12976         for large objects and handles printing errors.  Sort properties
12977         by names in alphabetical order instead of by value sizes.
12978         Add `mouse-face' to list of properties for `describe-face' widget.
12979         (describe-char): Mask out face-id from 19 bits of character.
12980         Print face-id separately.
12982         * replace.el (occur-accumulate-lines, occur-engine):
12983         Fontify unfontified matching lines in the source buffer
12984         before copying them.
12985         (occur-engine): Don't put mouse-face on context lines.
12986         (occur-next-error): Set point to line beginning/end
12987         before searching for prev/next property to skip multiple
12988         matches on a line (not supported by occur engine).
12989         Remove redundant prefix-numeric-value.
12991 2004-12-15  Juri Linkov  <juri@jurta.org>
12993         * replace.el (match): New face.
12994         (list-matching-lines-face): Change default from `bold' to `match'.
12996         * progmodes/grep.el (grep-match-face): New defvar.
12997         (grep-mode-font-lock-keywords): Use grep-match-face instead of
12998         compilation-column-face to highlight grep matches.
13000         * apropos.el (apropos-match-face): Change default from
13001         `secondary-selection' to `match'.
13003         * info-look.el (info-lookup-highlight-face): Change default from
13004         `highlight' to `match'.
13006 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
13008         * progmodes/executable.el (executable-interpret): Eliminate
13009         obsolete compile-internal, and switch to comint for interaction.
13011 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
13013         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
13014         `&&' when skipping multiple statements on a line.
13016 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
13018         * play/zone.el (zone): Set `truncate-lines'.
13019         Also, init `tab-width' with value from original buffer.
13020         (zone-shift-up): Rewrite for speed.
13021         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
13022         (zone-pgm-jitter): Remove redundant entries from ops vector.
13023         (zone-exploding-remove): Reduce iteration count.
13024         (zone-cpos): Convert to defsubst.
13025         (zone-replace-char): New defsubst.
13026         (zone-park/sit-for): Likewise.
13027         (zone-fret): Take window-start arg.
13028         Update callers.  Use `zone-park/sit-for'.
13029         (zone-fill-out-screen): Rewrite.
13030         (zone-fall-through-ws): Likewise.  Update callers.
13031         (zone-pgm-drip): Use `zone-replace-char'.
13032         Move var inits before while-loop.  Use `zone-park/sit-for'.
13033         (zone-pgm-random-life): Handle empty initial field.
13034         Use `zone-replace-char' and `zone-park/sit-for'.
13036 2004-12-15  Juri Linkov  <juri@jurta.org>
13038         * isearch.el (isearch-update): Test isearch-lazy-highlight
13039         before calling isearch-lazy-highlight-new-loop.
13040         (isearch-lazy-highlight-new-loop):
13041         Don't test isearch-lazy-highlight.
13043         * replace.el (perform-replace): Add isearch-case-fold-search.
13044         Use delimited-flag for isearch-regexp.
13045         Reset isearch-lazy-highlight-last-string to force lazy
13046         highlighting when called from isearch mode.
13047         (query-replace-highlight): Revert defcustom type to boolean.
13048         (query-replace-lazy-highlight): New defcustom.
13049         (query-replace): New face.
13050         (perform-replace, replace-highlight, replace-dehighlight):
13051         Test query-replace-lazy-highlight instead of special value
13052         `isearch' of query-replace-highlight.
13053         (replace-dehighlight): Don't call isearch-dehighlight.
13054         (replace-highlight): Don't call isearch-highlight.
13055         Use face `query-replace' unconditionally.
13057 2004-12-14  Kim F. Storm  <storm@cua.dk>
13059         * simple.el (inhibit-mark-movement): Remove defvar.
13060         (beginning-of-buffer, end-of-buffer): Don't use it.
13062         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
13063         Don't use inhibit-mark-movement.
13065         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
13066         (cua--undo-push-mark): Remove.
13067         (cua--pre-command-handler, cua--post-command-handler):
13068         Don't fiddle with inhibit-mark-movement.
13070 2004-12-14  Juri Linkov  <juri@jurta.org>
13072         * buff-menu.el (list-buffers-noselect): Collect internal info
13073         for every buffer in BUFFER-LIST arg too.
13074         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
13075         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
13076         Bind same-window-buffer-names and same-window-regexps to nil.
13078 2004-12-13  Juri Linkov  <juri@jurta.org>
13080         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
13082         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
13083         (sc-cite-region, sc-uncite-region, sc-recite-region):
13084         Fix previous change to handle not alist as a symbol, but
13085         a citation frame as a symbol that represents a variable name.
13087 2004-12-13  Richard M. Stallman  <rms@gnu.org>
13089         * filecache.el (file-cache-add-directory-using-find):
13090         Only set up file-cache-find-command-posix-flag if we will use it.
13092         * bindings.el (mode-line-buffer-identification-keymap):
13093         Don't cancel the mode-line's usual down-mouse-1 binding.
13095         * cus-edit.el (custom-face-selected): Handle `default' specs.
13096         (custom-face-edit): Increase extra-offset.
13097         (custom-display): Handle `default' specs.
13099         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
13101         * emacs-lisp/elint.el (elint-standard-variables)
13102         (elint-unknown-builtin-args): Move definitions up.
13104         * net/browse-url.el (browse-url-url-at-point): Add autoload.
13106         * info.el (info-xref-visited): Use `default' instead of t.
13107         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
13109         * faces.el (header-line, mode-line-inactive, tool-bar):
13110         Use `default' instead of t for setting the defaults.
13111         (face-spec-choose): Separate `t' from `default'.
13113         * subr.el (while-no-input): New macro.
13115 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
13117         * filecache.el (file-cache-add-directory-using-find):
13118         Only test file-cache-find-command-posix-flag on some systems.
13120 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13122         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
13123         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
13124         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
13125         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
13126         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn
13127         annotate.
13129 2004-12-12  Juri Linkov  <juri@jurta.org>
13131         * files.el (find-file-other-window, find-file-other-frame):
13132         Add the first buffer to the returned value to return the complete
13133         list of all visited buffers.
13134         (find-file-read-only, find-file-read-only-other-window)
13135         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
13136         `find-file-read-args'.  Signal an error about non-existent file
13137         only if file name doesn't contain wildcards.  Toggle read-only in
13138         all visited buffers.
13139         (find-alternate-file, find-alternate-file-other-window):
13140         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
13141         called interactively.  Pass arg `wildcards' to other functions.
13142         (find-file-noselect): Doc fix.
13144         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
13145         Doc fix.
13146         (ffap-directory-finder): New variable.
13147         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
13148         (ffap-file-at-point): Add /* to immediately rejected names.
13149         Return absolute file names matching ffap-dired-wildcards.
13150         (ffap-read-file-or-url): Set default value for `completing-read'
13151         to `buffer-file-name'.
13152         (find-file-at-point): When filename matches ffap-dired-wildcards,
13153         call ffap-file-finder with t arg `wildcards', instead of dired.
13154         (ffap-other-window, ffap-other-frame): Return visited buffers.
13155         (ffap-read-only, ffap-read-only-other-window)
13156         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
13157         (dired-at-point): Call ffap-directory-finder instead of dired.
13158         (ffap-dired-other-window, ffap-dired-other-frame)
13159         (ffap-list-directory): New commands.
13160         (ffap-bindings): New keybindings for new commands.
13162 2004-12-12  Juri Linkov  <juri@jurta.org>
13164         * simple.el (beginning-of-buffer, end-of-buffer):
13165         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
13166         Do not push mark when mark is active in transient-mark-mode.
13168         * simple.el (mark-word):
13169         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
13170         * textmodes/paragraphs.el (mark-paragraph):
13171         Extend the region when mark is active in transient-mark-mode,
13172         regardless of the last command.  Doc fix.
13174         * simple.el (mark-word): Preserve direction when repeating.
13175         Make arg optional.  Interactive "p" -> "P".
13176         (transient-mark-mode, inhibit-mark-movement): Doc fix.
13178         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
13179         preserving direction, to mark forward instead of backward when mark
13180         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
13182 2004-12-12  Juri Linkov  <juri@jurta.org>
13184         * isearch.el (isearch-edit-string): Set 7th arg of
13185         `read-from-minibuffer' to `t' to inherit the current input
13186         method (whose name is indicated by [IM] in the minibuffer prompt)
13187         from the current buffer to the minibuffer.
13188         (isearch-lazy-highlight-update): Put body to `with-local-quit'
13189         to allow C-g quitting for lazy highlighting looping inside the
13190         search with nested repetition operators.  Add overlay to the list
13191         before setting its face and other properties to avoid the case of
13192         code quitting after placing the new overlay but before it's
13193         recorded on the list.  Select the window where isearch was
13194         activated, to highlight matches in the right window when isearch
13195         switches the current window to the minibuffer.
13197         * international/isearch-x.el
13198         (isearch-process-search-multibyte-characters):
13199         Use `isearch-message' as initial input for `read-string' instead
13200         of adding it to the minibuffer prompt.  After reading a string
13201         remove the initial value of `isearch-message' from the string.
13203         * replace.el (replace-match-maybe-edit): Doc fix.
13204         (perform-replace): Don't call `replace-highlight' when automatic
13205         replacement is requested in literal mode, since it is intended
13206         only to highlight words during entering a new replacement string
13207         for \? in non-literal mode.
13209         * replace.el (query-replace-highlight): Add new value `isearch'
13210         that allows query replacement to use isearch highlighting.
13211         Change type from `boolean' to `choice'.  Doc fix.
13212         (replace-highlight, replace-dehighlight, perform-replace):
13213         Use isearch highlighting if query-replace-highlight eq `isearch'.
13215 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13217         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
13218         (checkdoc-message-text, checkdoc-defun): Fix format messages for
13219         `error'.
13221         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
13222         case of \end{verbatim}.
13224 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
13226         * term.el (term-termcap-format): Synchronize with terminfo.
13227         (term-emulate-terminal): Handle reset.
13228         (term-reset-terminal): New function.
13230 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
13232         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
13233         (zone-fill-out-screen): New func.
13234         (zone-pgm-drip): Use `zone-fill-out-screen'.
13235         Also, no longer go to point-min on every cycle.
13236         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
13237         (zone-pgm-random-life-wait): New user var.
13238         (zone-pgm-random-life): New func.
13240 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
13242         * files.el (auto-mode-alist): Map .com to DCL mode.
13244 2004-12-09  Richard M. Stallman  <rms@gnu.org>
13246         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
13248 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
13250         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
13251         buffer with a display margin.
13253 2004-12-08  Jay Belanger  <belanger@truman.edu>
13255         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
13256         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
13258 2004-12-08  Richard M. Stallman  <rms@gnu.org>
13260         * faces.el: Delete code to set display table.
13261         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
13263 2004-12-08  Jay Belanger  <belanger@truman.edu>
13265         * calc/calc.el: Add math-read-preprocess-string to autoloads.
13267         * calc/calc-ext.el (math-read-replacement-list)
13268         (math-read-superscripts, math-read-preprocess-string): Move to
13269         calc-aent.el.
13271         * calc/calc-aent.el (math-read-replacement-list)
13272         (math-read-superscripts, math-read-preprocess-string): Move from
13273         calc-ext.el.
13275 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13277         * isearch.el (isearch-quote-char): Fix up typo in last change.
13279 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
13281         * mouse.el (mouse-set-font): Handle the case where the command was
13282         not invoked using the mouse.
13284         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
13285         (edmacro-finish-edit): Further update for keyboard macros that are
13286         lambda forms.
13287         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
13289 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13291         * font-lock.el (font-lock-unfontify-region): Save buffer state.
13292         (font-lock-default-unfontify-region): Don't save buffer state any more.
13294 2004-12-07  Jay Belanger  <belanger@truman.edu>
13296         * calc/calc-help.el (calc-describe-key):
13297         Set calc-summary-indentation even when Calc Summary buffer exists.
13299 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
13301         * calendar/holidays.el (holiday-easter-etc): Make arguments
13302         optional for backwards compatibility.  Doc fix.
13303         Remove un-necessary local vars mandatory, output-list.
13304         (holiday-advent): Make arguments optional for backwards
13305         compatibility.  Doc fix.
13307 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13309         * paren.el (show-paren-function): Fix last change (2004-12-02).
13311         * international/mule-util.el (char-displayable-p): Return nil for
13312         unibyte mode.
13314         * subr.el (subregexp-context-p): New function.
13316         * isearch.el (isearch-quote-char): Use it.
13318         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
13319         (regexp-opt-not-groupie*-re): Remove.
13320         (regexp-opt): Properly handle inputs with duplicate entries.
13322 2004-12-06  Richard M. Stallman  <rms@gnu.org>
13324         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
13326         * cus-edit.el (custom-file): Doc fix.
13328         * textmodes/org.el: New file.
13330 2004-12-06  Kenichi Handa  <handa@m17n.org>
13332         * ldefs-boot.el: Update international/mule-util.el section.
13334 2004-12-05  Sam Steingold  <sds@gnu.org>
13336         * net/tramp.el (tramp-handle-file-accessible-directory-p):
13337         Fix `tramp-time-diff' comparison logic.
13339 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
13341         * progmodes/which-func.el (which-function):
13342         Use `run-hook-with-args-until-success' instead of a custom loop.
13343         Fixes bug with local hooks.
13345 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13347         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
13348         Use delete-dups when calculating the initial value.
13349         (bibtex-autokey-get-title): Use <=.
13350         (bibtex-goto-line): New function.
13351         (bibtex-reposition-window): Use line numbers instead of point
13352         positions.  Use window-body-height.
13353         (bibtex-find-crossref): Use bibtex-reposition-window.
13354         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
13355         position of entry if key is found or nil if not found.
13357 2004-12-05  Richard M. Stallman  <rms@gnu.org>
13359         * cus-edit.el (custom-file): Doc fix.
13361         * progmodes/sh-script.el (sh-indent-for-then): Change default.
13363 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13365         * simple.el (blink-matching-open):
13366         * textmodes/tex-mode.el (tex-validate-region):
13367         Obey syntax-table text properties.
13369 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
13371         * wid-edit.el (widget-specify-field): Add `real-field' property to
13372         boundary.
13373         (widget-field-at): Use it.
13375 2004-12-02  Richard M. Stallman  <rms@gnu.org>
13377         * progmodes/cc-mode.el (awk-mode autoload):
13378         Supply t meaning interactive function.
13380         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
13381         (isearch-mode-map): No special definition for space.
13382         (isearch-whitespace-chars): Command deleted.
13383         (isearch-forward-regexp): Doc fix.
13384         (isearch-quote-char): When a space is not inside brackets,
13385         use `[ ]' instead of just space.
13386         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
13388         * imenu.el (imenu--generic-function): Delete code to exclude
13389         matches in comments.
13391         * man.el (Man-reverse-face): Change default to `highlight'.
13393         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
13394         (occur-engine): Use `face' prop rather than `font-lock-face'
13395         when specifying use of `match-face'.
13396         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
13398         * emacs-lisp/elint.el (elint-standard-variables): Update list.
13400         * add-log.el (add-log-current-defun): Handle the case where point
13401         is in the header part of a DEFUN construct.
13403 2004-12-02  Dave Love  <fx@gnu.org>
13405         * progmodes/python.el (python-font-lock-syntactic-keywords):
13406         Fix previous change.
13408 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
13410         * paren.el (show-paren-function): Check for matching chars
13411         specified by text props.
13413 2004-12-02  Jay Belanger  <belanger@truman.edu>
13415         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
13416         when reading a new key sequence.
13418 2004-12-02  Kim F. Storm  <storm@cua.dk>
13420         * faces.el (escape-glyph): Rename from glyph.
13421         (standard-display-table): Set it here.  Add escape-glyph face to
13422         extra slot characters.
13424         * disp-table.el: Undo 2004-12-01 change.  Display table is now
13425         setup in faces.el.
13427 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
13429         * xml.el (xml-parse-dtd): Don't show validity messages when
13430         xml-validating-parser is nil.
13431         (xml-substitute-special): Fix validity error messages to
13432         actually show the unexpandable entity.  Added validity error if &
13433         isn't followed by an entity.
13434         (xml-parse-tag): Concatenate any string following the a
13435         <![CDATA[]]> section to the parsed CDATA.
13436         (xml-parse-dtd): Skip parameter entity declarations and use of
13437         parameter entities.
13439 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
13441         * kmacro.el (kmacro-default-counter-format): New var.
13442         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
13443         (kmacro-display): Remove `nil' from `and' form.  Delete call to
13444         `format' inside `message'.
13445         (kmacro-start-macro): Use `kmacro-default-counter-format'.
13447 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13449         * pcvs.el (cvs-header-msg): New function.
13450         (cvs-update-header): Use it.  Change calling convention.
13451         Correctly handle the case of having simultaneous active processes.
13452         (cvs-sentinel): Don't call cvs-update-header any more.
13453         (cvs-mode-run): Update call and add cvs-update-header to postproc.
13455 2004-12-01  Jay Belanger  <belanger@truman.edu>
13457         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
13458         Change message.
13460 2004-12-01  Juri Linkov  <juri@jurta.org>
13462         * progmodes/prolog.el (prolog-mode-variables):
13463         Fix imenu-generic-expression.
13465 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
13467         * faces.el (glyph): New face.
13469         * disp-table.el: Add an autoloaded table, that doesn't require
13470         this library, with glyph face.
13472         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
13473         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
13474         (conf-quote-normal): Allow normalizing only ' or ".
13475         (conf-mode): Regexp-quote constructed comment-start and don't
13476         match section {} where "name" contains braces.
13478         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
13479         files.
13481 2004-12-01  Kenichi Handa  <handa@m17n.org>
13483         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
13484         (x-select-text): Don't treat eight-bit-control/graphic chars
13485         specially.  Store the encoded text in the X cut buffer.
13486         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
13487         with x-last-selected-text-cut-encoded.
13489 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13491         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
13493 2004-11-30  Markus Rost  <rost@ias.edu>
13495         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
13496         AUCTeX.
13498 2004-11-30  Jay Belanger  <belanger@truman.edu>
13500         * calc/calc-arith.el (math-possible-signs): Made stronger checks
13501         on signs of intervals.
13502         (math-pow-of-zero): Strengthen checks for positive and negative
13503         exponents.
13505         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
13506         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
13507         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
13508         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
13509         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
13510         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
13511         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
13512         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
13513         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
13514         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
13515         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
13516         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
13517         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded
13518         functions with provide statements.
13520         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
13522         * calc/calc-embed.el (calc-do-embedded-activate): Remove from
13523         autoloads.
13525         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
13526         (calc-load-everything, math-defsimplify): Replace dummy autoloading
13527         functions by require statements.
13528         (math-defsimplify): Move to calc-alg.el, add to autoloads.
13530         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
13531         (calc-gnuplot-print): Give them values.
13533         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
13534         autoloads.
13535         Add calc-do-embedded-activate to autoloads.
13536         (calc-gnuplot-name, calc-gnuplot-plot-command)
13537         (calc-gnuplot-print-command): Move them to calc-graph.el.
13539 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13541         * term/mac-win.el (ccl-encode-mac-roman-font)
13542         (ccl-encode-mac-cyrillic-font)
13543         (ccl-encode-mac-centraleuropean-font, encoder-list)
13544         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
13545         Support Cyrillic, CentralEuropean, and Dingbat font display
13547 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
13549         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
13551         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
13552         still nil.
13554 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
13556         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
13557         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
13559 2004-11-29  Jay Belanger  <belanger@truman.edu>
13561         * calc/calc-arith.el (math-pow-of-zero): Take into account different
13562         cases of the base and exponent.
13564 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13566         * simple.el (next-error-buffer-p): Allow for inclusive and
13567         exclusive tests for finding a buffer.
13568         (next-error-find-buffer): Pass the exclusive and inclusive tests
13569         to next-error-buffer-p.
13571         * replace.el (occur-next-error): Switch to the Occur buffer when
13572         appropriate, use the exclusive filter to next-error-find-buffer to
13573         do it.  Use the absolute value of the motion amount.
13575 2004-11-29  Kenichi Handa  <handa@m17n.org>
13577         * startup.el (command-line): Decode all default-directory by
13578         locale-coding-system.
13580 2004-11-29  Jay Belanger  <belanger@truman.edu>
13582         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
13583         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
13584         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
13585         Replace calls to calc-extensions by appropriate require, replace
13586         calc-extensions-loaded by appropriate featurep.
13588         * calc/calc-ext.el: Move require to end of file.  Remove redundant
13589         loading of calc.el.
13590         (calc-extensions-loaded): Remove unnecessary variable.
13591         (calc-extensions): Remove unnecessary function.
13592         (calc-load-everything): Replace calc-need-macros by appropriate
13593         require.
13595         * calc/calc-macs.el: Move provide to end of file.
13596         (calc-need-macros): Remove unnecessary function.
13598         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
13599         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
13600         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
13601         Replace calc-extensions by appropriate require.
13602         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
13604         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
13605         Replace calc-need-macros by appropriate require.
13607         * calc/calc.el: Move require to end of file.
13608         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
13609         Remove unnecessary variable.
13610         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
13611         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
13612         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
13613         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
13614         (math-stack-value-offset, math-format-value, math-format-flat-expr)
13615         (math-format-number, math-format-bignum, math-read-number)
13616         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
13617         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
13618         by appropriate require.
13619         (calc-check-defines): Replace calc-need-macros by appropriate require.
13621 2004-11-29  Kim F. Storm  <storm@cua.dk>
13623         * macros.el (insert-kbd-macro): Handle kmacro functions.
13625 2004-11-28  Juri Linkov  <juri@jurta.org>
13627         * compare-w.el (compare-windows-highlight): Attach each overlay
13628         to its window to properly highlight differences while comparing
13629         two windows of the same buffer.  Fix arguments.
13630         (compare-windows-sync-default-function): Fix arguments of
13631         `compare-windows-highlight'.
13633         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
13634         Use `read-expression-history'.  Set initial contents only if
13635         `edebug-global-break-condition' is non-nil.  Set histpos to 1
13636         if initial contents is equal to the last history element.
13637         (edebug-set-conditional-breakpoint): Instead of temporarily
13638         prepending the current condition to the history, set initial
13639         contents to the current condition.  Set histpos to 1 if initial
13640         contents is equal to the last history element.
13642         * info.el (Info-search-whitespace-regexp): Remove shy group.
13643         (Info-search): Forward line if search is on the header line.
13644         Use search-whitespace-regexp in two other places.
13646 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
13648         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
13649         warning.  Delay real definition, which uses
13650         `set-fringe-indicators-1' till after the definition of that function.
13652 2004-11-28  Kim F. Storm  <storm@cua.dk>
13654         * fringe.el (fringe): New defgroup.
13655         (fringe-mode): Move to fringe group.
13656         (fringe-indicators): New defcustom.
13657         (set-fringe-indicators-1): New defun.
13659         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
13660         (menu-bar-showhide-fringe-ind-menu): New keymap.
13661         (menu-bar-showhide-fringe-ind-empty)
13662         (menu-bar-showhide-fringe-ind-mixed)
13663         (menu-bar-showhide-fringe-ind-box)
13664         (menu-bar-showhide-fringe-ind-right)
13665         (menu-bar-showhide-fringe-ind-left)
13666         (menu-bar-showhide-fringe-ind-none): New defuns.
13667         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
13669 2004-11-27  Richard M. Stallman  <rms@gnu.org>
13671         * comint.el (comint-read-noecho): Add trivial compatibility definition.
13673         * generic.el (define-generic-mode): Doc fix.
13675         * menu-bar.el (menu-bar-options-save): For the options
13676         that are toggled with menu-bar-make-mm-toggle, don't check
13677         for customized-value prop.
13679 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
13681         * mail/supercite.el (sc-cite-region): Handle the case where
13682         sc-cite-frame-alist is a symbol.
13683         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
13684         a symbol.
13685         (sc-recite-region): Handle the case where sc-recite-frame-alist is
13686         a symbol.
13688 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
13690         * wid-edit.el (widget-narrow-to-field): New function.
13691         (widget-complete): Use it.
13693 2004-11-27  Jay Belanger  <belanger@truman.edu>
13695         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
13696         variable.
13697         (calc-eval-error): Don't check if the variable calc-eval-error is
13698         bound.
13699         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
13700         (math-alg-inequalities): Move declaration to earlier in the file.
13702         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
13703         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
13704         Declare them.
13706         * calc/calc-lang.el (math-expr-data, math-expr-token)
13707         (math-exp-old-pos): Declare them.
13709         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
13710         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
13712 2004-11-27  Kim F. Storm  <storm@cua.dk>
13714         * progmodes/flymake.el: Use (featurep 'xemacs).
13715         (flymake-makehash): Change to defsubst.  Use fboundp.
13716         (flymake-time-to-float): Remove.
13717         (flymake-float-time): Merge code from flymake-time-to-float here.
13718         (flymake-replace-regexp-in-string): Change to defsubst.
13719         (flymake-split-string-remove-empty-edges):
13720         Rename to flymake-split-string.
13721         (flymake-split-string): Remove previous defalias.
13722         (flymake-get-temp-dir): Change to defsubst.
13723         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
13724         Define for xemacs only.
13725         (flymake-master-file-count-limit): Change into compiler defvar only.
13726         (flymake-find-possible-master-files): Let-bind it dynamically while
13727         sorting files using flymake-master-file-compare.
13729 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13731         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
13732         of defun-prompt-regexp matches inside a comment/string but the
13733         beginning is correctly outside everything.
13735         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
13736         appears within a string or a comment.
13738         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
13739         rather than make-symbol for symbols which are used in
13740         a symbol-macrolet or equivalent.
13742 2004-11-26  Jay Belanger  <belanger@truman.edu>
13744         * calc-misc.el (calc-last-why-command): Declare it.
13746         * calc-vec.el (math-grade-vec): New variable.
13747         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
13748         Replace variable grade-vec by declared variable.
13749         (math-rb-close): New variable.
13750         (math-read-brackets, math-read-vector): Replace variable close by
13751         declared variable.
13753         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
13754         (calc-one-window, calc-edit-handler, calc-restore-trail)
13755         (calc-allow-ret): Declare them.
13757         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
13758         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
13759         (math-radix-float-cache-tag, math-random-cache)
13760         (math-max-digits-cache, math-integral-cache, math-units-table)
13761         (math-format-date-cache, math-holidays-cache-tag): Declare them.
13762         (math-moc-func): New variable.
13763         (math-map-over-constants, math-map-over-constants-rec):
13764         Replace variable func by declared variable.
13766         * calc/calc-store.el (calc-given-value, calc-store-opers):
13767         Declare them.
13768         (calc-var-name-map): Move declaration to earlier in the file.
13769         (calc-pv-pos): New variable.
13770         (calc-permanent-variable, calc-insert-permanent-variable):
13771         Replace variable pos by declared variable.
13773         * calc/calc-mtx.el (calc-det-lu): New variable.
13774         (math-det-raw, math-det-step): Replace variable lu by declared
13775         variable.
13777         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
13778         (math-multi-subst, math-multi-subst-rec): Replace variables temp
13779         and arg by declared variables.
13780         (calcFunc-reducer): Fix incorrect variable.
13781         (math-inner-mul-func, math-inner-add-func): New variables.
13782         (calcFunc-inner, math-inner-mats): Replace variables mul-func
13783         and add-func by declared variables.
13785         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
13786         (calc-digit-value): Declare them.
13788         * calc/calc-help.el (Info-history): Declare it.
13789         (calc-describe-key): Make calc-summary-indentation a local variable.
13790         (calc-help-long-names): Move declaration to earlier in file.
13792         * calc/calc-embed.el (calc-original-buffer): Declare it.
13793         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
13794         (calc-embed-bot): New variables.
13795         (calc-do-embedded, calc-embedded-mark-formula)
13796         (calc-embedded-find-bounds, calc-embedded-duplicate)
13797         (calc-embedded-new-formula, calc-embedded-make-info):
13798         Replace vars outer-top, outer-bot, bot and top by declared variables.
13799         (calc-embed-prev-modes): New variable.
13800         (calc-embedded-set-modes, calc-embedded-update): Replace variable
13801         prev-modes with declared variable.
13802         (calc-embed-vars-used): New variable.
13803         (calc-embedded-make-info, calc-embedded-evaluate-expr)
13804         (calc-embedded-update, calc-embedded-find-vars): Replace variable
13805         vars-used by declared variable.
13807         * calc/calc-bin.el (math-format-radix-float): Make pos a local
13808         variable.
13809         (math-format-radix-float): Remove unnecessary setq.
13810         (math-radix-float-cache): Declare it.
13812         * calc/calcsel2.el (calc-keep-selection): Declare it.
13814         * calc/calc-maint.el: Remove file.
13816 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13818         * textmodes/bibtex.el (bibtex-sort-entry-class)
13819         (bibtex-comment-start): Use defcustom.
13820         (bibtex-entry-field-alist): Use nil if initial content of the
13821         field is undefined.  Fix docstring.
13822         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
13823         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
13824         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
13825         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
13826         Fix docstring.
13827         (bibtex-autokey-title-terminators): Use only one regexp.
13828         (bibtex-string-maybe-empty-head): New variable.
13829         (bibtex-remove-delimiters-string): New function.
13830         (bibtex-text-in-field-bounds, bibtex-text-in-string):
13831         Use bibtex-remove-delimiters-string.
13832         (bibtex-progress-message, bibtex-field-left-delimiter)
13833         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
13834         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
13835         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
13836         Simplify.
13837         (bibtex-format-entry): Use save-excursion for inherited booktitle.
13838         Use eq and bibtex-remove-delimiters-string.  For end markers use
13839         insertion type so that marker stays after inserted text.
13840         (bibtex-autokey-get-names): Return empty string if name is missing.
13841         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
13842         calling bibtex-autokey-name-case-convert.
13843         (bibtex-autokey-demangle-title):
13844         Call bibtex-autokey-titleword-case-convert.  Remove call to
13845         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
13846         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
13847         (bibtex-read-key): New optional arg global.
13848         (bibtex-files-expand): New optional arg force.
13849         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
13850         (bibtex-complete-crossref-cleanup): Rename from
13851         bibtex-complete-key-cleanup.  Simplify code.
13852         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
13853         Operate on current entry.
13854         (bibtex-button): Add docstring.
13855         (bibtex-entry): Simplify.
13856         (bibtex-make-field): Replace optional arg called-by-yank with more
13857         specific args move and interactive.
13858         (bibtex-end-of-entry): Use forward-sexp.
13859         (bibtex-find-entry-globally): Remove.
13860         (bibtex-find-crossref): Allow for crossref key located in other buffer.
13861         Bound to C-c C-x.
13862         (bibtex-find-entry): New optional args global and display.
13863         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
13864         (bibtex-validate): Use arg force of bibtex-files-expand.
13865         (bibtex-clean-entry): Bugfix, clean string entries properly.
13866         Always keep point at beginning of entry.
13867         (bibtex-complete): Bugfix.  Handle string entries properly.
13868         Call cleanup functions only if needed.
13869         (bibtex-String): Use bibtex-read-string-key.
13870         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
13871         case of replacement text.
13873 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
13875         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
13876         (tramp-perl-directory-files-and-attributes): New constant.
13877         (tramp-file-name-handler-alist): Delete file-directory-files, add
13878         directory-files-and-attributes.
13879         (tramp-perl-file-attributes): Surround uid and gid by double
13880         quotes.  Change parameter id-format from nonnumeric.
13881         (tramp-convert-file-attributes): New function.
13882         (tramp-handle-file-attributes): Use it.
13883         (tramp-maybe-send-perl-script): New function.
13884         (tramp-handle-file-attributes-with-perl): Use it.  Don't convert
13885         file mode.  Change parameter id-format from nonnumeric.
13886         (tramp-handle-file-attributes-with-ls): Change parameter id-format
13887         from nonnumeric.
13888         (tramp-post-connection): Don't send tramp-perl-file-attributes
13889         script.  Reset connection property "perl-scripts".
13890         (tramp-handle-insert-directory): Run real handler when ls-lisp is
13891         in use.
13893 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
13895         * desktop.el (desktop-read): Replace mapcar with mapc.
13896         (desktop-create-buffer): Replace mapcar with mapc.
13897         Remove redundant piece of code.
13899 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
13901         * progmodes/gud.el (gud-display-line): Use display-buffer
13902         for GDB-UI as for GUD.
13904         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
13905         Delete variables.
13906         (gdb-ann3): Don't make GUD buffer dedicated.
13907         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
13908         (gdb-display-source-buffer): Delete function.
13909         (gdb-view-source-function, gdb-view-assembler): Delete functions.
13910         (menu): Delete menu bindings for viewing source/assembler.
13911         (gdb-setup-windows, gdb-restore-windows):
13912         Don't dedicate GUD.  No assembler now.
13913         (gdb-reset): No need to undedicate source buffers now.
13914         (gdb-source-info): No assembler now.
13916 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
13918         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
13919         width to those for special frames.
13920         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
13921         Use display-buffer.
13922         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
13923         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
13924         (gdb-frame-assembler-buffer): Rework like
13925         gdb-frame-breakpoints-buffer.
13927 2004-11-25  Richard M. Stallman  <rms@gnu.org>
13929         * progmodes/flymake.el: Reindent.
13930         (flymake-split-string): Turn into defalias.
13931         (flymake-fix-file-name): Rename from flymake-fix-path-name.
13932         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
13933         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
13934         (flymake-build-relative-filename): Rename from ...path.
13935         Fix error message.
13937 2004-11-25  Cheng Gao  <chenggao@gmail.com>
13939         * progmodes/flymake.el: Much whitespace and capitalization change.
13940         Move `provide' to end.  Require `compile' only when compiling.
13942 2004-11-24  Jay Belanger  <belanger@truman.edu>
13944         * calc/calc-alg.el: Added comment.
13945         (math-polynomial-base): Replace variable mpb-top-expr by
13946         math-poly-base-top-expr.
13948         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
13949         (math-polynomial-p1): Replace variable mpb-top-expr by declared
13950         variable.
13951         (math-poly-base-total-base): New variable.
13952         (math-total-polynomial-base, math-polynomial-p1): Replace variable
13953         mpb-total-base by declared variable.
13954         (math-factored-vars, math-to-list): Declare it.
13955         (math-fact-expr): New variable.
13956         (calcFunc-factors, calcFunc-factor, math-factor-expr)
13957         (math-factor-expr-try, math-factor-expr-part): Replace variable
13958         expr by declared variable.
13959         (math-fet-x): New variable.
13960         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
13961         by declared variable.
13962         (math-factor-poly-coefs): Make temp a local variable.
13964         * calc/calc-units.el (calc-convert-units): Make units a local
13965         variable.
13966         (calc-num-units, calc-den-units): New variables.
13967         (calc-explain-units, calc-explain-units-rec): Replace variables
13968         num-units and den-units by declared variables.
13969         (math-cu-unit-list): New variable.
13970         (math-build-units-table, math-compare-unit-names)
13971         (math-convert-units, math-convert-units-rec): Replace variable
13972         unit-list by declared variable.
13973         (math-fbu-base, math-fbu-entry): New variables.
13974         (math-find-base-units, math-find-base-units-rec): Replace variables
13975         base and entry by declared variables.
13976         (math-which-standard): New variable.
13977         (math-to-standard-units, math-to-standard-rec): Replace variable
13978         which-standard by declared variable.
13979         (math-fcu-u): New variable.
13980         (math-find-compatible-unit, math-find-compatible-unit-rec):
13981         Replace variable u by declared variable.
13982         (math-cu-new-units, math-cu-pure): New variables.
13983         (math-convert-units, math-convert-units-rec): Replace variables
13984         new-units and pure by declared variables.
13985         (math-try-cancel-units): New variable.
13986         (math-simplify-units-quotient): Replace variable try-cancel-units by
13987         declared variable.
13989 2004-11-24  Richard M. Stallman  <rms@gnu.org>
13991         * textmodes/ispell.el (ispell-check-version):
13992         If default-directory is nonexistent, use home dir.
13994         * progmodes/grep.el (grep-regexp-alist):
13995         Don't match parens around line numbers.
13997         * progmodes/cperl-mode.el (cperl-indent-region)
13998         (cperl-imenu--create-perl-index, cperl-xsub-scan):
13999         Don't print progress messages.
14001         * progmodes/compile.el (compilation-mode-map):
14002         Don't inherit from compilation-minor-mode-map;
14003         copy its bindings instead.  But the menu bar Compile
14004         entry now does inherit from compilation-menu-map.
14006         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14007         Use with-no-warnings around compiler-macroexpand.
14009         * imenu.el: Don't always require newcomment.
14010         (imenu--generic-function): Call comment-normalize-vars
14011         if we have a comment syntax.
14012         Exit the loop if REGEXP matches the null string.
14013         Test comment-start as well as comment-start-skip
14014         when deciding whether to check for comments.
14016         * tooltip.el (tooltip-mode): Doc fix.
14018         * term.el (term-escape-char, term-mode): Doc fixes.
14020 2004-11-24  Dave Love  <fx@gnu.org>
14022         * progmodes/python.el (python-font-lock-syntactic-keywords):
14023         Check for escapes in the regexp.
14024         (python-quote-syntax): Don't do it here.
14026 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
14028         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
14029         (gdb-frames-mode-map, gdb-threads-mode-map)
14030         (gdb-registers-mode-map, gdb-locals-mode-map)
14031         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
14032         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
14034         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
14035         (dedicated-switch-to-buffer): Rework.
14036         (gdb-var-evaluate-expression-handler, gdb-put-string):
14037         Remove unused variable bindings.
14038         (gdb-setup-windows, gdb-display-buffer):
14039         Simplify.  Use pop-to-buffer.
14040         (gdb-view-source-function): Simplify.
14041         (gdb-frame-breakpoints-buffer):
14042         Use pop-to-buffer, special-display-regexps.
14044 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
14046         * progmodes/f90.el (f90-smart-end)
14047         (f90-previous-statement, f90-beginning-of-block): Doc fix.
14048         (f90-calculate-indent): Handle un-named PROGRAM blocks.
14049         (f90-end-of-block): Doc fix.  Make check of outermost block
14050         conditional on value of `f90-smart-end'.
14051         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
14052         Handle case where END-BLOCK is nil.
14053         (f90-match-end): Handle un-named PROGRAM blocks.
14054         (f90-backslash-not-special): New function.
14056 2004-11-24  Jay Belanger  <belanger@truman.edu>
14058         * calc/calc.el (calc-embedded-active): Removed unnecessary
14059         declaration.
14060         (calc-show-banner): Removed redundant declaration.
14062         * calc/calc-graph.el (calc-gnuplot-default-device)
14063         (calc-gnuplot-default-output, calc-gnuplot-print-device)
14064         (calc-gnuplot-print-output, calc-gnuplot-geometry)
14065         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
14066         Remove redundant initial values.
14068         * calc/calc-arith.el (math-scalar-functions)
14069         (math-nonscalar-functions, math-scalar-if-args-functions)
14070         (math-real-functions, math-positive-functions)
14071         (math-nonnegative-functions, math-real-scalar-functions)
14072         (math-real-if-arg-functions, math-integer-functions)
14073         (math-num-integer-functions, math-rounding-functions)
14074         (math-float-rounding-functions, math-integer-if-args-functions)
14075         (math-super-types): Move declarations to earlier in file.
14076         (math-unit-prefixes): Declared it.
14077         (math-floor-prec, math-trunc-prec): New variables.
14078         (math-trunc-fancy): Replace variable prec by declared variable.
14079         (math-floor-fancy): Replace variable prec by declared variable.
14080         (math-com-bterms): New variable.
14081         (math-commutative-equal, math-commutative-collect):
14082         Replace variable bterms by declared variable.
14084         * calc/calc-misc.el (math-trunc): Replace variable prec by
14085         math-trunc-prec.
14086         (math-floor): Replace variable prec by math-floor-prec.
14088         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
14089         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
14090         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
14091         (math-format-date, math-format-date-part): Replace variables
14092         date, dt, year, month, day, weekday, hour, minute, second and
14093         bc-flag by declared variables.
14094         (math-pd-str): New variable.
14095         (math-parse-date, math-parse-date-word, math-parse-standard-date):
14096         Replace variable str by declared variable.
14097         (math-daylight-savings-hook, math-tzone-names): Move definitions
14098         to earlier in the file.
14099         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
14100         (math-sh-year): New variable.
14101         (math-setup-add-holidays, math-setup-holidays)
14102         (math-setup-year-holidays): Replace variable `year' by declared
14103         variable.
14105         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
14106         New variables.
14107         (math-nth-root-float, math-nth-root-float-iter): Replace variables
14108         n, nf and nfm1 by declared variables.
14109         (math-nri-n): New variable.
14110         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
14111         n by declared variable.
14112         (calcFunc-log): Removed misplaced condition.
14114 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14116         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
14118 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
14120         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
14121         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
14122         Dedicate gdb-related windows.
14123         (gdb-display-buffer): Dedicate gdb-related windows.
14124         Don't grab other frames.
14125         (gdb-reset): Remove dedicated property after debugging.
14127 2004-11-24  Jay Belanger  <belanger@truman.edu>
14129         * calc/calc-sel.el: Add comment.
14131         * calc/calc.el (math-stack-value-offset): Replace variables c,
14132         wid and off with math-svo-c, math-svo-wid and math-svo-off.
14134         * calc/calccomp.el (math-comp-sel-tag): Declare it.
14135         (math-svo-c, math-svo-wid, math-svo-off): New variables.
14136         (math-stack-value-offset-fancy): Replace variables c, wid and off
14137         by declared variables.
14138         (math-comp-just, math-comp-comma-spc): New variables.
14139         (math-compose-expr, math-compose-matrix): Replace variables `just'
14140         and comma-spc by declared variable.
14141         (math-comp-vector-prec): New variable.
14142         (math-compose-expr, math-compose-matrix, math-compose-rows):
14143         Replace variable vector-prec by declared variable.
14144         (math-comp-left-bracket, math-comp-right-bracket)
14145         (math-comp-comma): New variables.
14146         (math-compose-expr, math-compose-rows): Replace variables
14147         left-bracket, right-bracket and comma by declared variables.
14148         (math-comp-full-width): New variable.
14149         (math-comp-to-string-flat, math-comp-to-string-flat-term):
14150         Replace variable full-width by declared variable.
14151         (math-comp-highlight, math-comp-word, math-comp-level)
14152         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
14153         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
14154         New variables.
14155         (math-comp-to-string-flat, math-comp-to-string-flat-term)
14156         (math-comp-sel-flat-term): Replace variables comp-highlight,
14157         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
14158         declared variables.
14159         (math-comp-simplify, math-comp-simplify-term)
14160         (math-comp-add-string, math-comp-add-string-sel):
14161         Replace variables comp-highlight, comp-buf, comp-base,
14162         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
14164 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14166         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
14168         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
14169         and x-server-version may throw.
14171 2004-11-23  Kim F. Storm  <storm@cua.dk>
14173         * subr.el (substitute-key-definition-key): Optimize.
14174         Don't call indirect-function for nil defn (always signals error).
14176         * ido.el (ido-read-internal): Fix require-match check when
14177         ido-directory-too-big is set.
14179 2004-11-23  Jay Belanger  <belanger@truman.edu>
14181         * calc/calc-ext.el (math-read-replacement-list)
14182         (math-read-superscripts): New variables.
14183         (math-read-preprocess-string): New function.
14184         (math-read-expr): Filter input through math-read-preprocess-string.
14186         * calc/calc-aent.el (math-read-exprs): Filter input through
14187         math-read-preprocess-string.
14189 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
14191         * progmodes/compile.el (compilation-start): In cd command use
14192         substitute-env-vars -- not quite shell compatible but better than
14193         nothing.
14194         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
14195         handle the newer versions messages, which are more parseable.
14197 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14199         * reveal.el (reveal-mode-map): New var.
14200         (reveal-mode): Use it.
14202 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
14204         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
14205         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
14207 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14209         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
14210         header-line when needed.
14211         Use fixed-pitch only in the header-line.
14212         Build the underline automatically.  Use emdash if available.
14214 2004-11-22  Richard M. Stallman  <rms@gnu.org>
14216         * dired.el (dired-recursive-copies): Move from dired-aux.el.
14217         * dired-aux.el (dired-recursive-copies): Move to dired.el.
14219 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
14221         * progmodes/gdb-ui.el (gdb-resync): New function.
14222         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
14223         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
14224         Use it to fail more gracefully.
14225         (gdb-variables): Delete variable.
14226         Re-order variables to reduce byte-compiler warnings.
14228 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14230         * descr-text.el (describe-char):
14231         * paren.el (show-paren-function):
14232         * subr.el (syntax-after): Undo last change.
14234         * progmodes/python.el (run-python): Don't hard code *Python*.
14235         Don't modify global process-environment.
14236         (python-send-region, python-load-file): Don't assume that
14237         python-buffer == (process-buffer (python-proc)).
14238         (python-switch-to-python): Simplify.
14240         * dired.el (dired-align-file): Don't assume line starts with spaces.
14242 2004-11-21  Jay Belanger  <belanger@truman.edu>
14244         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
14245         Replace variable `lines' by math-read-big-lines.
14246         (math-read-big-expr): Replace variables the-baseline, the-h2
14247         and err-msg by math-read-big-baseline, math-read-big-h2 and
14248         math-read-err-msg.
14249         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
14251         * calc/calc-lang.el (math-read-big-rec): Fix typo.
14252         (math-read-big-balance): Replace unbound variable by value.
14253         (math-read-big-lines): New variable.
14254         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
14255         (math-read-big-error, math-read-big-balance): Replace variable
14256         `lines' by declared variable.
14257         (math-read-big-baseline, math-read-big-h2): New variables.
14258         (math-read-big-rec): Replace variables the-baseline and the-h2
14259         by declared variables.
14260         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
14261         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
14262         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
14263         declared variables.
14264         (math-read-big-err-msg): New variable.
14265         (math-read-big-error): Replace variable err-msg by declared variable.
14267 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14269         * ses.el: Add coding cookie.
14270         Fix up docstrings, follow new commenting conventions.
14271         (ses-header-line-menu): Fix missing variable rename for header-row.
14272         (ses-cell-size): Remove.
14273         (ses-make-cell): New function.
14274         (ses-cell, ses-insert-row, ses-insert-column): Use it.
14275         (ses-calculate-cell): Remove unused var `symbol'.
14276         (ses-narrowed-p): New function.
14277         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
14278         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
14279         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
14280         (ses-setup): Use restore-buffer-modified-p.
14281         (ses-cleanup): Remove unused var `end'.
14282         (ses-header-string-left-offset): Remove.
14283         (ses-create-header-string): Adjust to new behavior of `align-to'.
14284         Truncate excessively large fields to preserve alignment.
14285         (ses-reconstruct-all): Remove unused var `refs'.
14286         (ses-read-cell-printer): Remove unused var `prompt'.
14287         (ses-delete-row): Remove unused var `pos'.
14288         (ses-delete-column): Remove unused var `new'.
14290 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14292         * ps-print.el: Insert :version tag into all defgroup and defcustom.
14293         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
14294         Eliminate eval-and-compile usage.
14295         (ps-insert-file): Use insert-file-contents instead of insert-file.
14296         (ps-setup): Code fix.
14298         * printing.el (pr-setup, lpr-setup): Code fix.
14300 2004-11-21  Jay Belanger  <belanger@truman.edu>
14302         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
14303         (calc-original-buffer): Declare them.
14304         (calc-user-formula-alist): New variable.
14305         (calc-user-define-formula, calc-fix-user-formula)
14306         (calc-user-define-composition, calc-finish-formula-edit):
14307         Replace variable `alist' by declared variable.
14308         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
14309         (var-q7, var-q7, var-q8, var-q9): Declare them.
14310         (calc-kbd-push): Don't check to see if var-q0 through var-q9
14311         are bound.
14312         (calcFunc-typeof): Replace undeclared variable by expression.
14313         (math-exp-env): New variable.
14314         (math-define-body, math-define-exp): Replace exp-env by declared var.
14315         (math-define-exp): Replace misplaced variable by expression.
14317         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
14318         (calc-curve-model, calc-curve-coefnames): New variables.
14319         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
14320         varnames, model and coefnames by declared variables.
14321         (math-root-widen): New variable.
14322         (math-search-root, math-find-root): Replace variable root-widen by
14323         declared variable.
14324         (var-DUMMY): Declare it.
14325         (math-root-vars, math-min-vars): Move the declarations to earlier in
14326         the file.
14327         (math-brent-min): Make d a local variable.
14328         (math-find-minimum): Replace non-existent variable.
14329         (math-ninteg-romberg): Remove unnecessary variable.
14330         (math-ninteg-temp): New variable.
14331         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
14332         integ-temp by declared variable.
14333         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
14334         New variables.
14335         (math-general-fit): Replace variables first-var, first-coef and
14336         new-coefs by declared variables.
14337         (calcFunc-fitvar): Replace variable first-var by declared variable.
14338         (calcFunc-fitparam): Replace variable first-coef by declared variable.
14339         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
14340         (math-all-vars-vars, math-all-vars-found): New variables.
14341         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
14342         found by declared variable math-all-vars-vars.
14344 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
14346         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
14347         of `defconst'.
14349 2004-11-20  Richard M. Stallman  <rms@gnu.org>
14351         * isearch.el (isearch-mode-map): Don't bind SPC.
14352         (isearch-whitespace-chars): Function deleted.
14353         (isearch-search): Bind search-spaces-regexp.
14354         (isearch-lazy-highlight-search): Likewise.
14355         (search-whitespace-regexp): Doc fix.
14356         (isearch-forward-regexp): Doc fix.
14358         * emacs-lisp/bytecomp.el (byte-compile-form):
14359         Move the calls to byte-compile-set-symbol-position,
14360         to avoid having two for the same symbol occurrence.
14362         * comint.el (comint-input-ring-size): Increase to 150.
14364         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
14365         New variables.
14366         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
14367         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
14369         * imenu.el (imenu--generic-function):
14370         Ensure we keep moving backward even if BEG isn't further back.
14372         * replace.el (query-replace-read-to, query-replace-read-from):
14373         Specify t for KEEP-ALL in read-from-minibuffer.
14375         * progmodes/python.el (python-switch-to-python):
14376         If Python isn't running, start it.
14377         Don't alter debug-ignored-errors.
14379         * progmodes/cperl-mode.el (cperl-indent-region):
14380         Don't mind imenu-scanning-message.
14382         * bindings.el (global-map): Bind C-e to move-end-of-line.
14384         * simple.el (line-move-finish): New arg FORWARD.
14385         Ignore invisible newlines, not intangible ones.
14386         Conditions for acceptable stopping positions depend on FORWARD.
14387         (line-move): Pass FORWARD arg to line-move-finish.
14389         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
14390         of HEADER.  Compensate for this change in the code to add display
14391         properties.  Don't make the first line intangible.
14393         * info.el (Info-search): Fix previous change.
14395 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
14397         * Makefile.in (recompile): Revert 2004-11-19 change.
14398         (compile): Likewise.
14400 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
14402         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
14404 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14406         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
14407         defgroup and defcustom.  Eliminate eval-and-compile usage.
14409         * progmodes/ebnf-otz.el: Fix typos.
14411 2004-11-19  Jay Belanger  <belanger@truman.edu>
14413         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
14414         (calc-edit-finish, calc-finish-stack-edit): Replace variable
14415         disp-trail by declared variable.
14417         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
14418         (calc-finish-selection-edit): Replace variable disp-trail by
14419         declared variable.
14420         (calc-selection-cache-entry): Move declaration to earlier in the file.
14421         (calc-selection-cache-num, calc-selection-cache-comp)
14422         (calc-selection-cache-offset, calc-selection-true-num)
14423         (calc-final-point-line, calc-final-point-column)
14424         (calc-original-buffer): Declare them.
14425         (calc-fnp-op, calc-fnp-num): New variables.
14426         (calc-find-nth-part, calc-find-nth-part-rec)
14427         (calc-select-previous): Replace op and num by declared variables.
14428         (calc-rsf-old, calc-rsf-new): New variables.
14429         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
14430         Replace variables old and new by declared variables.
14431         (calc-sel-reselect): New variable.
14432         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
14433         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
14434         (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
14435         reselect with declared variable.
14437         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
14438         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
14439         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
14440         (math-import-list, math-rewrite-phase): Declare them.
14441         (math-rewrite): Use let* to declare variables.
14442         (calc-rewrite-selection): Make rules a local variable.
14443         (calc-rewr-sel): New variable.
14444         (calc-rewrite-selection, calc-locate-selection-marker)
14445         (calc-rewrite): Use the declared variable calc-rewr-sel instead
14446         of sel.
14447         (math-rewrite-whole-expr): New variable.
14448         (math-rewrite, math-rewrite-phase): Replace variable expr by
14449         declared variable.
14450         (math-rewrite-heads-heads, math-rewrite-heads-skips)
14451         (math-rewrite-heads-blanks ): New variables.
14452         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
14453         heads, skips and blanks by declared variables.
14454         (math-rwcomp-subst-old, math-rwcomp-subst-new)
14455         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
14456         New variables.
14457         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
14458         old, new, old-func and new-func by declared variables.
14459         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
14460         Remove unnecessary variable.
14461         (math-apply-rw-regs): New variable.
14462         (math-apply-rewrites, math-rwapply-replace-regs)
14463         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
14464         (math-apply-rw-ruleset): New variable.
14465         (math-apply-rewrites, math-rwapply-remember): Replace variable
14466         ruleset by declared variable.
14468 2004-11-19  Richard M. Stallman  <rms@gnu.org>
14470         * info.el (Info-search): Use search-whitespace-regexp.
14472 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
14474         * vc-rcs.el (vc-rcs-parse): New function.
14475         (vc-rcs-annotate-command): Likewise.
14476         (vc-rcs-annotate-current-time): Likewise.
14477         (vc-rcs-annotate-time): Likewise.
14478         (vc-rcs-annotate-extract-revision-at-line): Likewise.
14480 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
14482         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
14484 2004-11-18  Jay Belanger  <belanger@truman.edu>
14486         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
14488 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14490         * printing.el: Eliminate use of interactive-p and eval-and-compile.
14491         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
14492         Use make-temp-file to generate PostScript files in any situation.
14493         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
14494         (pr-interactive-p): Eliminate var.
14495         (pr-save-interactive): Eliminate macro.
14496         (pr-interface, pr-ps-directory-preview)
14497         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
14498         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
14499         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
14500         (pr-ps-buffer-ps-print, pr-ps-region-preview)
14501         (pr-ps-region-using-ghostscript, pr-ps-region-print)
14502         (pr-ps-region-ps-print, pr-ps-mode-preview)
14503         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
14504         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
14505         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
14506         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
14507         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
14508         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
14509         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
14510         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
14511         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
14512         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
14513         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
14514         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
14515         Eliminate pr-save-interactive usage.
14516         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
14517         Eliminate pr-interactive-p usage.
14518         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
14519         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
14520         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
14521         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
14522         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
14523         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
14524         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
14525         New funs.
14526         (pr-ps-file): Use make-temp-file to generate a temporary file.
14528 2004-11-17  Jay Belanger  <belanger@truman.edu>
14530         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
14531         a local variable.
14532         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
14533         (math-top-only): New variable.
14534         (math-simplify, math-simplify-step): Replace variable top-only by
14535         declared variable math-top-only.
14536         (math-simplify-expr): Declare it.
14537         Replace argument expr in all calls of math-defsimplify by
14538         math-simplify-expr.
14539         (math-simplify-plus, math-simplify-times, math-simplify-divide)
14540         (math-simplify-divisor, math-simplify-one-divisor)
14541         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
14542         (math-simplify-pow): Replace variable expr by declared variable
14543         math-simplify-expr.
14544         (math-simplify-divisor): Remove local variables temp and op.
14545         (math-simplify-one-divisor): Make temp and op local variables.
14546         (math-simplify-divisor-nover, math-simplify-divisor-dover):
14547         New variables.
14548         (math-simplify-divisor, math-simplify-one-divisor):
14549         Replace variables nover and dover by declared variables.
14550         (math-expr-subst-new, math-expr-subst-old): New variables.
14551         (math-expr-subst, math-expr-subst-rec): Replace variables new
14552         and old by declared variables.
14553         (math-is-poly-degree, math-is-poly-loose): New variables.
14554         (math-is-polynomial, math-is-poly-rec): Replace variables degree
14555         and loose by declared variables.
14556         (math-poly-base-const-ok, math-poly-base-pred): New variables.
14557         (math-polynomial-base, math-polynomial-base-rec):
14558         Replace variables const-ok and mpb-pred by declared variables.
14560         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
14562         * calc/calc-ext.el (math-defsimplify): Change the argument in
14563         the created function to math-simplify-expr.
14565         * calc/calc-units.el (math-simplify-expr): Declare it.
14566         Replace argument expr in all calls of math-defsimplify by
14567         math-simplify-expr.
14568         (math-simplify-units-prod): Replace variable expr by declared
14569         variable math-simplify-expr.
14571 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14573         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
14574         Replace mapcar->dolist, format->string.
14576 2004-11-17  Miles Bader  <miles@gnu.org>
14578         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
14579         * progmodes/idlwave.el: Remove RCS keywords.
14581 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
14583         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
14584         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
14585         Update to IDLWAVE version 5.5.  Too many changes to list them here.
14586         * progmodes/idlw-help.el: New file.
14588 2004-11-16  Richard M. Stallman  <rms@gnu.org>
14590         * international/iso-cvt.el (iso-tex2iso-trans-tab):
14591         Discard spaces after \i according to TeX rules.
14593         * international/mule.el (set-buffer-file-coding-system):
14594         New arg NOMODIFY.
14595         (after-insert-file-set-coding): Pass that new arg.
14596         Prevent set-buffer-multibyte from trying to lock the file.
14598         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
14600         * saveplace.el (save-place): Doc fix.
14602         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
14603         temporarily widen before finding the following word to copy.
14605         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
14606         (cl-map-keymap): Definition deleted.
14608         * subr.el (map-keymap-internal): New function.
14610 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14612         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
14613         when pressing rather than when releasing mouse-2.  Simplify.
14615 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14617         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
14618         (compilation-mode): Set it here instead.
14620         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
14622         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
14623         (loop, cl-parse-loop-clause, defsetf): Use backquote.
14625 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14627         * progmodes/compile.el (compilation-internal-error-properties):
14628         Fix up a transposition-typo.  Check end-col before using it.
14630 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
14632         * international/iso-cvt.el (iso-tex2iso-trans-tab):
14633         Discard whitespace after macro \i when converting it.
14635 2004-11-16  Juri Linkov  <juri@jurta.org>
14637         * emacs-lisp/find-func.el (find-function-regexp):
14638         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
14639         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
14640         Remove invalid `\W' from [^cgv\W].  Doc fix.
14641         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
14643 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
14645         * play/life.el: Maintainer is now FSF.
14646         (life-patterns, life-neighbor-deltas, life-window-start)
14647         (life-current-generation, life-generation-string): Use defvar
14648         instead of defconst.
14650 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14652         * progmodes/compile.el (compilation-move-to-column): New fun.
14653         (compilation-internal-error-properties)
14654         (compilation-next-error-function): Use it to make sure we don't go past
14655         the end of line.
14657 2004-11-15  John Paul Wallington  <jpw@gnu.org>
14659         * autoinsert.el (auto-insert-alist): Insert the user's name in
14660         copyright notice, rather than Free Software Foundation, for the
14661         Emacs Lisp header case too.
14663 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14665         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
14666         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
14667         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
14668         return the list of string in a string.
14669         (pr-call-process): Message if calling process returns an error, that
14670         is, the exit status is different of zero.
14672 2004-11-15  Jay Belanger  <belanger@truman.edu>
14674         * calc/calcalg2.el (math-integrate-by-parts): Remove unused
14675         variable var-thing.
14676         (math-integ-depth, math-integ-level, math-integral-limit)
14677         (math-enable-subst, math-any-substs, math-integ-msg)
14678         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
14679         (math-int-threshold, math-int-factors, math-double-roots)
14680         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
14681         (var-GenCount): Declare these variables.
14682         (calcFunc-integ): Don't check if var-IntegLimit is bound.
14683         (math-integral-cache, math-integral-cache-state):
14684         Move declarations to earlier in the file.
14685         (math-deriv-var, math-deriv-total, math-deriv-symb)
14686         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
14687         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
14688         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
14689         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
14690         (math-solve-res): New variables
14691         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
14692         (math-integral, math-replace-integral-parts)
14693         (math-integrate-by-parts, calc-dump-integral-cache)
14694         (math-try-integral, math-do-integral, math-do-integral)
14695         (math-do-integral-methods, math-try-solve-for)
14696         (math-try-solve-prod, math-solve-poly-funny-powers)
14697         (math-solve-crunch-poly, math-decompose-poly)
14698         (math-solve-find-root-term, math-find-root-in-prod)
14699         (math-integ-try-linear-substitutions)
14700         (math-integ-try-substitutions, math-expr-rational-in)
14701         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
14702         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
14703         (math-solve-for, math-solve-system, math-solve-system-rec)
14704         (math-solve-get-sign, math-solve-get-int)
14705         (math-solve-system-subst): Replace undeclared variables with newly
14706         declared variables.
14708 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14710         * winner.el (winner-active-region, winner-edges, winner-window-list):
14711         Define at toplevel.
14712         (winner-mode-map): Move init inside declaration.
14714 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
14716         * files.el (convert-standard-filename): Doc fix.
14718 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
14720         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
14721         passwd, group, shadow, default/* and pam.d/*.
14723 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14725         * printing.el (pr-menu-spec): Adjust menu specification.
14727 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14729         * printing.el: Doc fix.  Insert :version tag into all defcustom.
14730         Handle interactive-p as is recommended in Emacs Lisp Reference.
14731         Set the file permission bits for newly created files.
14732         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
14733         The printing menu specification (in `pr-menu-spec') was merged.
14734         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14735         (pr-version): New version number (6.8.3).
14736         (pr-file-modes): New option.
14737         (pr-interactive-p): New var.
14738         (pr-save-interactive, pr-save-file-modes): New macros.
14739         (pr-setup): Code fix.
14740         (pr-menu-spec): Menu specification merged.
14741         (pr-call-process, pr-text2ps): Set file permission bits.
14742         (pr-despool-print): Set file permission bits.  Handle interactive-p as
14743         is recommended.
14744         (pr-interface, pr-ps-directory-preview)
14745         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
14746         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
14747         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
14748         (pr-ps-buffer-ps-print, pr-ps-region-preview)
14749         (pr-ps-region-using-ghostscript, pr-ps-region-print)
14750         (pr-ps-region-ps-print, pr-ps-mode-preview)
14751         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
14752         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
14753         (pr-despool-using-ghostscript, pr-despool-ps-print)
14754         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
14755         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
14756         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
14757         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
14758         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
14759         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
14760         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
14761         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
14762         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
14763         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
14764         Handle interactive-p as is recommended.
14766 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14768         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
14769         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
14771         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
14772         so it doesn't forget to highlight the beginning of the region either.
14774 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
14776         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
14777         (c-font-lock-init): Eliminate obsolete make-local-hook.
14778         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
14779         (awk-mode): Use run-mode-hooks.
14781         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
14783 2004-11-13  Kim F. Storm  <storm@cua.dk>
14785         * mouse.el (mouse-drag-copy-region): Add :version.
14786         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
14787         while dragging mode line, so mode line can be dragged downwards.
14788         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
14789         while pressing mouse button so window doesn't scroll until we
14790         release the mouse if clicking on partially visible line.
14792 2004-11-12  Jay Belanger  <belanger@truman.edu>
14794         * calc/calc-graph.el (calc-dumb-map): Declare it.
14795         (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
14796         than unbound.
14797         (calc-graph-name): Made `end' a local variable.
14798         (calc-graph-lookup): Made `varname' a local variable.
14799         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
14800         Declare them.
14801         (calc-graph-format-data): Don't check if var-PlotRejects is bound.
14802         (calc-graph-plot, calc-graph-compute-3d): Remove references to
14803         the unused variable y3vec.
14804         (calc-graph-show-dumb): Remove reference to unused variable found-pt.
14805         (calc-graph-kill-hook, calc-graph-plot): Remove reference to
14806         calc-graph-prev-kill-hook.
14807         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
14808         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
14809         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
14810         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
14811         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
14812         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
14813         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
14814         (calc-graph-y3value, calc-graph-y3name)
14815         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
14816         (calc-graph-stepcount, calc-graph-is-splot)
14817         (calc-graph-surprise-splot, calc-graph-blank)
14818         (calc-graph-non-blank, calc-graph-curve-num): New variables.
14819         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
14820         (calc-graph-recompute-2d, calc-graph-compute-3d)
14821         (calc-graph-format-data): Replace undeclared variables with the
14822         above newly declared variables.
14824 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
14826         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
14827         `rsf-beep' and `rsf-sleep-after-message'.
14829         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
14830         list if `message-sender' is non-nil.
14832 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
14834         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
14835         consing by using mapc instead of mapcar.
14837 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
14839         * tooltip.el (require): Explain why CL is needed.
14841 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14843         * printing.el: Insert :version into defgroup (printing).  All reference
14844         to Files option in menubar were changed to File.
14845         (pr-version): New version number (6.8.2).
14846         (pr-get-symbol): Call easy-menu-intern.
14847         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
14848         compilation gripes.
14850 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14852         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
14853         new byte-compile-function-environment binding to t.
14855         * font-lock.el (font-lock-fontify-syntactically-region):
14856         Don't forget to highlight the last char when we hit `end'.
14858         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
14859         (mwheel-scroll): Adjust accordingly.
14861         * cvs-status.el: Reduce spurious warnings.
14862         (cvs-status-checkout): Remove.
14863         (cvs-status-mode-map): Use cvs-mode-checkout instead.
14865         * pcvs.el (cvs-mode-checkout): New command.
14867         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
14869         * tooltip.el: Require CL.
14871         * emacs-lisp/bytecomp.el: Use push.
14872         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
14873         (defalias): Remove the `byte-compile' property and add
14874         a `byte-hunk-handler'.
14876 2004-11-11  Juri Linkov  <juri@jurta.org>
14878         * info.el (Info-search): Save match data for isearch.
14879         Skip Tag Table node.
14881         * descr-text.el (describe-char): Replace syntax-after with code
14882         from its previous version.
14884         * files.el (magic-mode-alist): Use optimization for SGML mode too.
14885         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
14887         * international/mule.el (sgml-html-meta-auto-coding-function):
14888         Remove > after <html to allow HTML attributes.
14890 2004-11-11  Jay Belanger  <belanger@truman.edu>
14892         * calc/calc-comb.el (math-prime-factors-finished): Declare it as
14893         a variable.
14894         (calcFunc-dfac): Replace unbound max by n.
14895         (math-stirling-local-cache): New variable.
14896         (math-stirling-number, math-stirling-1, math-stirling-2):
14897         Replace the variable `cache' by the declared variable
14898         math-stirling-local-cache.
14899         (var-RandSeed): Declare it as a variable.
14900         (math-init-random-base, math-random-digit): Don't check to see if
14901         var-RandSeed is bound.
14902         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
14903         Declare them instead of just setting them.
14904         (math-init-random-base): Made i a local variable.
14905         (math-random-digit): Made math-random-last a local variable.
14906         (math-prime-test-cache): Move declaration to before it is used.
14907         (math-prime-test-cache-k, math-prime-test-cache-q)
14908         (math-prime-test-cache-nm1, math-prime-factors-finished):
14909         Declare them as variables.
14911 2004-11-11  Jay Belanger  <belanger@truman.edu>
14913         * calc/calc-ext.el (math-defcache): Use defvar for the new
14914         variables it creates.
14916 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
14918         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
14919         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
14920         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
14921         (desktop-save): Add :version.
14923 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14925         * printing.el (pr-get-symbol): Don't downcase.
14927 2004-11-10  Jay Belanger  <belanger@truman.edu>
14929         * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
14930         string to kill-ring.
14932         * calc/calc-aent.el (calc-alg-exp, math-toks)
14933         (math-exp-pos,math-exp-old-pos, math-exp-token)
14934         (math-exp-keep-spaces, math-exp-str): New variables.
14935         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
14936         (calcAlg-enter): Use declared variable calc-alg-exp.
14937         (math-build-parse-table, math-find-user-token): Use declared
14938         variable math-toks.
14939         (math-read-exprs, math-read-token, calc-check-user-syntax)
14940         (calc-match-user-syntax, match-factor-after, math-read-factor):
14941         Use declared variables math-exp-pos math-exp-old-pos.
14942         (math-read-exprs, math-read-token, math-read-expr-level)
14943         (calc-check-user-syntax, calc-match-user-syntax)
14944         (match-factor-after, math-read-factor): Use declared variable
14945         math-exp-token.
14946         (math-read-exprs, math-read-expr-list, math-read-token)
14947         (math-read-factor): Use declared variable math-exp-keep-spaces.
14948         (math-read-exprs, math-read-token): Use declared variable
14949         math-exp-str.
14950         (calc-match-user-syntax): Make m a local variable.
14952         * calc/calc-ext.el (math-read-expr): Use declared variables
14953         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
14954         math-exp-keep-spaces.
14956         * calc/calc-forms.el (math-read-angle-bracket): Use declared
14957         variables math-exp-pos, math-exp-str.
14959         * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
14960         math-exp-old-pos.
14961         (math-parse-fortran-vector, math-parse-fortran-vector-end)
14962         (math-parse-eqn-prime): Use declared variable math-exp-token.
14964         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
14965         Use declared variable math-exp-pos.
14966         (math-check-for-commas): Use declared variable math-exp-str.
14967         (math-read-brackets): Use declared variables math-exp-old-pos,
14968         math-exp-keep-spaces.
14969         (math-read-brackets, math-read-vector, math-read-matrix):
14970         Use declared variable math-exp-token.
14972 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14974         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
14975         where the keymap is a symbol.
14976         (easy-menu-add-item): Use keymap-prompt.  Simplify.
14978         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
14980         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
14981         (sgml-parse-tag-backward): Use it to skip spurious < or >.
14983 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
14985         * ebuff-menu.el: Doc fixes throughout.
14986         (electric-buffer-menu-mode-hook): New defvar.
14988 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
14990         * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
14991         The resulting compiler warnings appear to be harmless.
14993 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
14995         * textmodes/conf-mode.el: New file.
14997         * files.el (auto-mode-alist, magic-mode-alist): Use it.
14999 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15001         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
15003 2004-11-09  Jay Belanger  <belanger@truman.edu>
15005         * calc/calc-ext.el (calc-init-extensions): Remove old code.
15007         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
15008         (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
15009         (calc-z-prefix-help, calc-user-function-list): Use declared
15010         variables calc-z-prefix-buf, calc-z-prefix-msgs.
15011         (math-map-tree, math-map-tree-rec): Use declared variables
15012         math-mt-many, math-mt-func.
15013         (math-read-expression, math-read-string): Use declared variable
15014         math-expr-data.
15016         * calc/calc-ext.el (math-normalize-nonstandard): Use declared
15017         variable math-normalize-a.
15019         * calc/calc.el (math-normalize-a): New variable.
15020         (math-normalize): Use declared variable math-normalize-a.
15022         * calc/calc-poly.el (math-expand-form): Use declared variable
15023         math-mt-many.
15025         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
15026         Use declared variable math-mt-many.
15027         (math-rewrite): Use declared variable math-mt-func.
15029         * calc/calc-vec.el (math-read-brackets, math-read-vector)
15030         (math-read-matrix): Use declared variable math-expr-data.
15032         * calc/calc-lang.el (math-parse-fortran-vector)
15033         (math-parse-fortran-vector-end, math-parse-tex-sum)
15034         (math-parse-eqn-matrix, math-parse-eqn-prime)
15035         (math-read-math-subscr): Use declared variable math-expr-data.
15037         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
15038         (math-read-expr-level, math-read-token, calc-check-user-syntax)
15039         (calc-match-user-syntax, math-read-if, math-factor-after)
15040         (math-read-factor): Use declared variable math-expr-data.
15042 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
15044         * calendar/diary-lib.el (diary-from-outlook)
15045         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
15046         interactive-p; but rather new optional argument NOCONFIRM.
15048 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15050         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
15051         (easy-menu-name-match): Revert correspondingly.
15053 2004-11-09  Richard M. Stallman  <rms@gnu.org>
15055         * emacs-lisp/bytecomp.el (byte-compile-defalias):
15056         Turn off warnings for the new function even if definition not constant.
15057         If the definition isn't a quoted symbol, record (FUNCTION . t).
15058         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
15059         (byte-compile-callargs-warn): Handle (FUNCTION . t).
15060         (display-call-tree, byte-compile-arglist-warn):
15061         Handle t returned by byte-compile-fdefinition.
15063 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15065         * Makefile.in (maintainer-clean): Depend on distclean.
15067         * help-fns.el (help-C-file-name): File name must be in build-files
15068         to be returned.
15070 2004-11-09  Jay Belanger  <belanger@truman.edu>
15072         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
15073         (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
15075         * calc/calc.el (calc, calc-trail-display, calc-mode):
15076         Remove obsolete sections.
15078         * calc/calc.el (calc-x-paste-text): Remove.
15080         * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
15081         mouse-2.
15083 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
15085         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
15086         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
15087         current frame (in case of recursive calls).
15088         (gdb-show-changed-values): Add :version keyword.
15090 2004-11-09  Kenichi Handa  <handa@m17n.org>
15092         * international/mule-cmds.el: Change coding: tag back to
15093         iso-2022-7bit.
15095 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15097         * international/mule-cmds.el: Change coding-system to utf-8.
15098         (select-safe-coding-system-interactively):
15099         New function extracted from select-safe-coding-system.
15100         (select-safe-coding-system): Use it.
15102 2004-11-08  Richard M. Stallman  <rms@gnu.org>
15104         * subr.el (syntax-after): Doc fix.
15106         * paren.el (show-paren-function): Change calls to syntax-after
15107         for new way of returning the value.
15109         * menu-bar.el (menu-bar-file-menu): Make this the real name
15110         and menu-bar-files-menu the alias.  Use the former.
15111         (global-map): Use `file', not `files', as the symbol.
15113         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
15115         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
15116         Don't use beginning-of-buffer.
15117         (filesets-cmd-show-result): Use with-no-warnings.
15119 2004-11-08  Juri Linkov  <juri@jurta.org>
15121         * progmodes/compile.el (compile): Don't overwrite last command in
15122         minibuffer history with default command if they are not equal.
15124 2004-11-08  Jay Belanger  <belanger@truman.edu>
15126         * calc/calcalg2.el (math-do-integral-methods): Try linear then
15127         non-linear substitutions.
15129 2004-11-08  Jay Belanger  <belanger@truman.edu>
15131         * calc/calcalg2.el (math-linear-subst-tried): New variable.
15132         (math-do-integral): Set `math-linear-subst-tried' to nil.
15133         (math-do-integral-methods): Use `math-linear-subst-tried' to
15134         determine what type of substitution to try.
15135         (math-integ-try-linear-substituion):
15136         Set `math-linear-subst-tried' to t.
15138 2004-11-08  Kim F. Storm  <storm@cua.dk>
15140         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
15142 2004-11-07  Juri Linkov  <juri@jurta.org>
15144         * info-look.el (info-lookup): Allow reusing in the current buffer
15145         not only *info* buffer, but all (even renamed) Info buffers
15146         by checking for major-mode instead of *info* buffer name.
15147         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
15148         (octave-mode, maxima-mode) <doc-spec>:
15149         Allow long dashes generated by Texinfo 4.7 before definitions.
15150         (texinfo-mode) <doc-spec>: Add space to suffix to find command
15151         definitions with argument separated by space.
15153 2004-11-06  Richard M. Stallman  <rms@gnu.org>
15155         * simple.el (next-error group, face): Move before first use.
15156         (next-error-highlight, next-error-highlight-no-select): Likewise.
15158         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
15159         (line-move): New args NOERROR and TO-END.
15160         Return t if succeed in moving specified number of lines.
15161         (move-end-of-line): New function.
15163         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
15164         (end-of-buffer-other-window): Likewise.
15166         * simple.el (line-move-ignore-invisible): Default to t.
15168         * subr.el (syntax-after): Return the syntax letter, not the raw code.
15170         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
15172         * international/iso-cvt.el (iso-cvt-define-menu):
15173         Rename menu-bar-files-menu to menu-bar-file-menu.
15175         * net/browse-url.el (browse-url-gnome-moz-program)
15176         (browse-url-gnome-moz-arguments): Move up before first use.
15178         * net/tramp.el (tramp group): Add :version.
15180         * progmodes/ada-xref.el (ada-gdb-application):
15181         Use goto-char instead of beginning-of-buffer.
15183         * progmodes/cperl-mode.el (cperl-info-on-command):
15184         Use goto-char instead of beginning-of-buffer.
15186         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
15187         Move up before first use.
15188         (idlwave-shell-temp-pro-file): Likewise.
15189         (idlwave-shell-temp-rinfo-save-file): Likewise.
15190         (idlwave-shell-temp-file): Minor doc fix.
15192         * textmodes/flyspell.el (flyspell-external-point-words):
15193         Use goto-char instead of beginning-of-buffer.
15195 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
15197         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
15198         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
15199         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
15201 2004-11-06  David Ponce  <david@dponce.com>
15203         * recentf.el (recentf-menu-path): Use menu item name.
15205 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
15207         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
15208         display doesn't support images.
15210 2004-11-06  Andreas Schwab  <schwab@suse.de>
15212         * tempo.el (tempo-match-finder): Doc fix.
15214         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
15216 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15218         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
15219         (easy-menu-lookup-name): New fun to replace it.
15220         (easy-menu-get-map): Use it to obey menu item names (rather than just
15221         keys) when looking up `path'.
15222         (easy-menu-always-true-p): Rename from easy-menu-always-true.
15223         (easy-menu-convert-item-1): Adjust to new name.
15225 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
15227         * outline.el (hide-body): Don't hide lines at the top of the file
15228         that precede the first header line.
15230 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
15232         * align.el (align-areas): Delete whitespace before reindenting, so
15233         that tabs are never placed after spaces.
15235 2004-11-06  Alan Shutko  <ats@acm.org>
15237         * macros.el (insert-kbd-macro): Do completions based on macros,
15238         rather than all commands.
15240 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
15242         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
15243         to solve a bug whereby tags with 'b' don't match.
15245 2004-11-05  Juri Linkov  <juri@jurta.org>
15247         * info.el (Info-search): Don't search in node header lines
15248         and file headers.
15250         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
15251         symbol-constituent characters after dot, not only digits.
15253 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
15255         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
15257 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15259         * dired.el (dired-read-dir-and-switches): Call read-directory-name
15260         if a dialog will be used, read-file-name otherwise.
15262 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15264         * textmodes/table.el (table group): Add :version.
15266         * textmodes/ispell.el (ispell-word):
15267         Don't alter args; set them only thru `interactive' spec.
15269         * textmodes/flyspell.el (flyspell-word):
15270         Don't alter FOLLOWING; set it only thru `interactive' spec.
15272         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
15274         * net/browse-url.el (browse-url-maybe-new-window):
15275         Use called-interactively-p.
15277         * mail/supercite.el (sc-cite-region):
15278         Don't use interactive-p.  Add arg INTERACTIVE.
15279         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
15281         * international/mule-cmds.el (set-input-method, toggle-input-method):
15282         Don't use interactive-p.  Add arg INTERACTIVE.
15284         * eshell/esh-mode.el (eshell-show-maximum-output):
15285         Don't use interactive-p.
15286         (eshell-truncate-buffer): Just message, no error, if buffer is short.
15288         * mouse.el (mouse-show-mark): Get positions to delete from mark
15289         and point, not from mouse-drag-overlay.
15291         * imenu.el (imenu-eager-completion-buffer): Add :version.
15293         * filesets.el (filesets group): Add :version.
15295 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
15297         * files.el (xml-based-modes): Delete var.
15298         (magic-mode-alist): New more general var.
15299         (set-auto-mode): Use it.
15301         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
15302         when clicking from another window.
15304 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
15306         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
15307         (vc-cvs-annotate-time): Incorporate value of deleted var.
15308         Remove special-case handling of beginning-of-buffer cruft.
15309         Cache ending position (point) and return value in text property
15310         `vc-cvs-annotate-time', and consult it on subsequent invocations.
15312         * vc-cvs.el (vc-cvs-annotate-command):
15313         Delete extraneous lines from beginning of buffer.
15314         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
15316         * progmodes/grep.el (grep-default-command): Take empty string
15317         for tag if all other methods yield nil.  Shell-quote the tag.
15319         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
15320         spec in `interactive' form, and mention it in the docstring.
15321         Also, make sure point is at bol after calling `annotate-time'.
15323 2004-11-02  Richard M. Stallman  <rms@gnu.org>
15325         * cus-edit.el (customize-group-other-window):
15326         Select the window that displays the custom buffer.
15327         (custom-buffer-create-other-window): Likewise.
15329         * comint.el (comint-insert-input): Fix previous change.
15331         * emacs-lisp/elp.el (elp-instrument-function):
15332         Use called-interactively-p.
15334         * emacs-lisp/easymenu.el (easy-menu-intern):
15335         Don't downcase; rather, case-flip the first letter of each word.
15337         * emacs-lisp/easy-mmode.el (define-minor-mode):
15338         Use called-interactively-p.
15340         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
15341         Add interactive-only.
15342         (byte-compile-warnings): Add interactive-only as option.
15343         (byte-compile-interactive-only-functions): New variable.
15344         (byte-compile-form): Warn about calls to functions
15345         in byte-compile-interactive-only-functions.
15347         * emacs-lisp/autoload.el (update-file-autoloads):
15348         Don't use interactive-p; take new arg SAVE-AFTER.
15350         * emacs-lisp/advice.el (ad-make-advised-definition):
15351         Use called-interactively-p.
15353 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15355         * files.el (find-file-existing): New function.
15357         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
15358         find-file-existing.  Add "New File..." that calls find-file.
15360         * diropen.pbm, diropen.xpm: New files.
15362         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
15363         icon diropen.  New tool bar item find-file-existing uses icon open.
15365         * dired.el (dired-read-dir-and-switches): Call read-directory-name
15366         instead of read-file-name.
15368 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
15370         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
15371         (icalendar--split-value): Change name of work buffer.
15372         (icalendar--get-weekday-abbrev): Return nil on error.
15373         (icalendar--date-to-isodate): New function.
15374         (icalendar-convert-diary-to-ical)
15375         (icalendar-extract-ical-from-buffer): Use only two args for
15376         make-obsolete (XEmacs compatibility).
15377         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
15378         (icalendar-export-region): Doc fix.
15379         If error, return non-nil and write errors to a buffer.
15380         Use correct weekday for weekly recurring events.
15381         Check whether date has been parsed for ordinary events.
15382         Make weekly events start in the year 2000.
15383         DTEND is non-inclusive, shift end date by one day if
15384         necessary (not for entries that have date and time).
15385         Rename local let variables: oops -> found-error, datestring ->
15386         startdatestring.
15388 2004-11-02  Kim F. Storm  <storm@cua.dk>
15390         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
15391         keep-mode-if-same variable.  Add it as optional arg instead.
15392         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
15394         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
15395         substitute-command-keys will select lower-case bindings like those
15396         used in the static help texts.
15398         * descr-text.el (describe-text-properties): Don't err if called in
15399         the *Help* buffer; output to *Help-2* buffer instead.
15401         * kmacro.el (group kmacro): Add :version.
15402         (kmacro-keyboard-quit): New function to cleanup on C-g.
15403         (kmacro-start-macro): Set defining-kbd-macro to append when
15404         appending to last macro.
15406         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
15408 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
15410         * progmodes/gdb-ui.el (gdb-enable-debug-log)
15411         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
15412         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
15413         Add :version keyword.
15415 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
15417         * progmodes/flymake.el (flymake-err-line-patterns):
15418         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
15419         `compilation-error-regexp-alist-alist' to internal Flymake format.
15421         * progmodes/flymake.el: Eliminate byte-compiler warnings.
15423 2004-11-01  Jay Belanger  <belanger@truman.edu>
15425         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
15426         with `interactive "s"'.
15428 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15430         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
15431         Revert change from 2004-10-16.  '*' checks the current buffer, but the
15432         mouse click may be in another buffer.
15434 2004-11-01  John Paul Wallington  <jpw@gnu.org>
15436         * files.el (large-file-warning-threshold): Add :version keyword.
15437         (kill-some-buffers): Doc fix.
15439         * thumbs.el (group thumbs): Add :version keyword.
15441         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
15443 2004-11-01  Richard M. Stallman  <rms@gnu.org>
15445         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
15447         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
15449         * allout.el (allout group): Add :version.
15450         (allout-init): Don't use interactive-p.
15451         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
15452         (allout-forward-current-level, allout-backward-current-level):
15453         Don't use interactive-p.
15455         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
15456         (bibtex-find-text): Likewise.
15458         * progmodes/vhdl-mode.el (vhdl-fill-region)
15459         (vhdl-beginning-of-statement): Don't use interactive-p.
15461         * progmodes/idlwave.el (idlwave-update-routine-info):
15462         Don't use interactive-p.
15464         * progmodes/idlw-shell.el (idlwave-shell-send-char):
15465         Don't use interactive-p.
15467         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
15468         Don't use interactive-p.
15470         * progmodes/ada-xref.el (ada-make-body-gnatstub):
15471         Don't use interactive-p.
15473         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
15474         (fortune-in-buffer): Doc fix.
15476         * play/5x5.el (5x5-new-game): Set up the buffer even if not
15477         interactive.
15479         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
15480         don't select the temporary buffer.
15481         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
15482         (eudc-get-phone): Likewise.
15484 2004-11-01  Kim F. Storm  <storm@cua.dk>
15486         * man.el (Man-xref-normal-file): Fix help-echo.
15488 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15490         * reveal.el (reveal-last-tick): New var.
15491         (reveal-post-command): Use it to avoid closing overlays when we're
15492         appending text to them.
15494 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15496         * textmodes/bibtex.el: Require button.
15497         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
15498         (bibtex-reference-keys): Distinguish between header keys and
15499         crossref keys.
15500         (bibtex-beginning-of-field): New function.
15501         (bibtex-url-map): Remove.
15502         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
15503         (bibtex-font-lock-url-regexp): Assume that field names begin at
15504         the beginning of a line.
15505         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
15506         Remove field delimiters.  Use bibtex-beginning-of-field.
15507         Bugfix, point can be inside a field with a url.
15508         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
15509         New functions.
15510         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
15511         (bibtex-key-in-head): Simplify.
15512         (bibtex-current-line): Use bolp.
15513         (bibtex-parse-keys): Remove unused arg `add'.
15514         Use bibtex-type-in-head and bibtex-key-in-head.
15515         (bibtex-parse-entry, bibtex-autofill-entry):
15516         Use bibtex-type-in-head and bibtex-key-in-head.
15517         (bibtex-autokey-get-field): Do not alter case of replacement text.
15518         (bibtex-autokey-get-names): Do all processing of name list.
15519         (bibtex-autokey-get-year): New function.
15520         (bibtex-autokey-get-title): Do all processing of title words.
15521         (bibtex-generate-autokey): Simplify.
15522         (bibtex-string-files-init): Use default-directory.
15523         Allow for absolute file names in bibtex-string-files.
15524         (bibtex-files, bibtex-file-path): New variables.
15525         (bibtex-files-expand): New function.
15526         (bibtex-find-entry-globally): New command.
15527         (bibtex-summary-function): New variable.
15528         (bibtex-summary): Default value of bibtex-summary-function.
15529         (bibtex-find-crossref): New optional args pnt and split.
15530         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
15531         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
15532         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
15533         Fix handling of required and alternative fields.
15534         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
15535         Use cons and display-buffer.
15536         (bibtex-validate-globally): New command.
15537         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
15538         bibtex-parse-keys and bibtex-parse-strings for updating
15539         bibtex-reference-keys and bibtex-strings.
15540         (bibtex-realign): Remove blank lines past the last entry.
15541         (bibtex-reformat): Use bibtex-entry-format as default.
15542         (bibtex-choose-completion-string): Remove.
15543         (bibtex-complete): Do not use bibtex-choose-completion-string.
15544         (bibtex-url): Simplify.
15546 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15548         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
15549         (x-dnd-types-alist, x-dnd-open-file-other-window)
15550         (x-dnd-known-types): Add :version.
15552 2004-10-31  John Paul Wallington  <jpw@gnu.org>
15554         * ibuffer.el (group ibuffer): Add :version keyword.
15556 2004-10-31  Kim F. Storm  <storm@cua.dk>
15558         * ido.el (group ido): Add :version keyword.
15559         (ido-mode): Remove :version keyword.
15561         * emulation/cua-base.el (group cua): Add :version keyword.
15562         (cua-mode): Remove :version keyword.
15564 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
15566         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
15568         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
15569         compiler warning.
15570         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
15571         function.
15572         (help-at-pt-display-when-idle): Remove autoload.
15574 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15576         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
15578 2004-10-30  Juri Linkov  <juri@jurta.org>
15580         * help.el (function-called-at-point):
15581         * help-fns.el (variable-at-point): Read -> intern.
15583 2004-10-30  Simon Josefsson  <jas@extundo.com>
15585         * progmodes/autoconf.el (autoconf-font-lock-keywords):
15586         Recognize AS_* too.
15588 2004-10-29  Simon Josefsson  <jas@extundo.com>
15590         * subr.el (read-passwd): Move back from password.el.
15592         * password.el: Remove, not ready yet.
15594 2004-10-29  Andreas Schwab  <schwab@suse.de>
15596         * speedbar.el (speedbar-frame-parameters): Improve customize type.
15598 2004-10-29  Sam Steingold  <sds@gnu.org>
15600         * mouse.el (mouse-show-mark): Replace the last occurrence of
15601         x-lost-selection-hooks with x-lost-selection-functions.
15603 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15605         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
15606         x-lost-selection-functions is bound.
15608         * mouse-sel.el (mouse-sel-mode):
15609         * emacs-lisp/lselect.el: Adjust to new names for
15610         x-(lost|sent)-selection-functions.
15612         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
15613         New obsolete aliases of x-lost-selection-functions and
15614         x-sent-selection-functions.
15616 2004-10-28  Kim F. Storm  <storm@cua.dk>
15618         * imenu.el (imenu-scanning-message): Remove.
15619         (imenu-progress-message): Make it a no-op.
15621 2004-10-28  John Paul Wallington  <jpw@gnu.org>
15623         * files.el (set-auto-mode): Call `throw' correctly.
15625 2004-10-28  Juri Linkov  <juri@jurta.org>
15627         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
15628         to search `Info-...' commands in `info' manual.
15629         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
15630         Add 'info-file "emacs" property.
15631         (Info-find-emacs-command-nodes): Fix index line number regexp.
15632         Set real line number (instead of fake 0) in first element of the
15633         returned list.
15634         (Info-goto-emacs-command-node): Use line number of first element
15635         to set point in the first found Info node.
15637         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
15638         code to `grep-mode-font-lock-keywords'.
15639         (grep-mode-font-lock-keywords): Delete grep markers instead
15640         of making them invisible.
15642 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15644         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
15645         and x-server-version in bug report.
15647 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
15649         * files.el (set-auto-mode-0): New function.
15650         (set-auto-mode): Use it to handle aliased modes and to
15651         be consistent between C-x C-f and C-x C-w.
15653 2004-10-28  Kenichi Handa  <handa@m17n.org>
15655         * international/utf-8.el (utf-translate-cjk-charsets):
15656         Add katakana-jisx0201.
15658         * international/subst-jis.el: Add data for JISX0201.
15660 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15662         * obsolete/hilit19.el (hilit-mode): New function.
15663         Move all the toplevel side-effecting stuff into it, so that loading
15664         hilit19 doesn't mess everything up any more.
15666 2004-10-27  Richard M. Stallman  <rms@gnu.org>
15668         * add-log.el (add-change-log-entry): Set up mailing address
15669         and full name later, and don't alter add-log-mailing-address
15670         or add-log-full-name.
15672         * elide-head.el (elide-head): Change error to message.
15673         (elide-head-show): Likewise.
15675         * apropos.el (apropos-macrop): Doc fix.
15677         * mouse.el (mouse-show-mark): Do most processing the same
15678         regardless of transient-mark-mode.
15680         * shadowfile.el (shadow-copy-files): Use interactive-p
15681         only to control whether to print a message.
15683         * tar-mode.el (tar-mode): Use write-contents-functions,
15684         not write-contents-hooks.
15686         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
15687         directory-sep-char.
15689 2004-10-27  Richard M. Stallman  <rms@gnu.org>
15691         * strokes.el (strokes-unload-hook): Fix previous change.
15693         * type-break.el (type-break-run-at-time): Always use run-at-time;
15694         forget the alternatives.
15695         (type-break-cancel-function-timers): Always use cancel-function-timers;
15696         forget the alternatives.
15698         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
15700 2004-10-27  Kenichi Handa  <handa@m17n.org>
15702         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
15704         * international/subst-gb2312.el: Likewise.
15706         * international/subst-big5.el: Likewise.
15708         * international/subst-ksc.el: Likewise.
15710         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
15711         New variable.
15712         (utf-translate-cjk-set-unicode-range): New function.
15713         (utf-translate-cjk-unicode-range): Make it customizable.
15714         (utf-8-post-read-conversion):
15715         Use utf-translate-cjk-unicode-range-string.
15716         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
15717         Unicode ranges.
15719 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
15721         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
15722         trivial variants to shorten the list.
15723         (xml-based-modes): New var.
15724         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
15725         declaration higher priority than auto-mode-alist.
15727         * find-file.el (cc-other-file-alist): Bring it in line with
15728         cc-mode's auto-mode-alist entries and use \' instead of $.
15730         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
15731         and add "Id" and "Name" submenus to it.
15733         * imenu.el (imenu--generic-function): Skip matches in comments.
15735 2004-10-26  Jay Belanger  <belanger@truman.edu>
15737         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
15738         (full-calc-keypad, calc-trail-display): Use an extra argument
15739         instead of `interactive-p'.
15741         * calc/calc-misc.el (calc-other-window): Use an extra argument
15742         instead of `interactive-p'.
15744         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
15745         `interactive-p'.
15747 2004-10-26  Kim F. Storm  <storm@cua.dk>
15749         * help.el (describe-key): Describe both down-event and up-event
15750         for a mouse click.
15752 2004-10-26  Richard M. Stallman  <rms@gnu.org>
15754         * woman.el (woman): Don't call interactive-p.
15756         * pcomplete.el (pcomplete): Instead of interactive-p,
15757         use an arg set non-nil by the interactive spec.
15759         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
15760         use an arg set non-nil by the interactive spec.
15762         * man.el (Man-cleanup-manpage): Instead of interactive-p,
15763         use an arg set non-nil by the interactive spec.
15765 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
15767         * progmodes/flymake.el (flymake-split-string):
15768         Use `flymake-split-string-remove-empty-edges' in any case.
15770 2004-10-26  Masatake YAMATO  <jet@gyve.org>
15772         * progmodes/flymake.el (flymake-err-line-patterns):
15773         Use `compilation-error-regexp-alist-alist' instead of
15774         `compilation-error-regexp-alist'.
15776 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15778         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
15779         verbatim face on the \ of \end{verbatim}.
15781 2004-10-25  Jay Belanger  <belanger@truman.edu>
15783         * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
15784         erasing minibuffer.
15786 2004-10-25  Simon Josefsson  <jas@extundo.com>
15788         * subr.el (read-passwd): Move to net/password.el.
15790         * net/password.el (read-passwd): Add.  Autoload it.
15792 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
15794         * mouse-sel.el (mouse-sel-mode): Specify custom group.
15796         * simple.el (process-file): Fix logic.
15798 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
15800         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
15801         (increase-right-margin): Remove erroneous call to `interactive-p'.
15803 2004-10-24  Kim F. Storm  <storm@cua.dk>
15805         * help.el (describe-mode): Fix 2004-10-13 change.
15806         Copy pure "Auto Fill" string so it can be propertized later
15807         without causing a read-only error.
15809 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
15811         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
15812         style indexes.
15814 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
15816         * simple.el (process-file): Accept nil for INFILE.  Reported by
15817         Luc Teirlinck.
15819 2004-10-24  Masatake YAMATO  <jet@gyve.org>
15821         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
15822         Handle periods and underscores in a function name.
15823         Remove the address fontification.
15825 2004-10-24  Masatake YAMATO  <jet@gyve.org>
15827         * progmodes/asm-mode.el (asm-font-lock-keywords):
15828         Use font-lock-variable-name-face for registers.
15830 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
15832         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
15833         kill-all-local-variables.
15834         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
15835         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
15836         Use kill-all-local-variables and provide mode-hooks.
15837         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
15838         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
15839         Suggested by Masatake YAMATO <jet@gyve.org>.
15841 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
15843         * simple.el (process-file): New function, similar to call-process
15844         but supports file handlers.
15845         * vc.el (vc-do-command): Use it, instead of call-process.
15846         * net/tramp-vc.el (vc-do-command): Do not advise it if
15847         process-file is fboundp.
15848         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
15849         process-file.
15850         (tramp-handle-process-file): New function.
15851         (tramp-file-name-for-operation): Support process-file.
15853 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
15855         * calendar/icalendar.el (icalendar--weekday-array): New constant.
15856         (icalendar-weekdayabbrev-table)
15857         (icalendar-monthnumber-table): Delete.
15858         (icalendar--get-month-number): Use calendar-month-name-array.
15859         (icalendar--get-weekday-number): New function.
15860         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
15861         (icalendar-export-region): Handle multi-line entries.
15862         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
15864 2004-10-23  John Paul Wallington  <jpw@gnu.org>
15866         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
15867         `wildcards' set to t in interactive spec.
15869         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
15870         interactive spec rather than use `interactive-p'.
15871         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
15872         rather than use function `interactive-p'.
15874 2004-10-22  Kenichi Handa  <handa@m17n.org>
15876         * international/mule.el (translate-region): Implement it in Lisp
15877         as a front end of translate-region-internal.
15879 2004-10-21  Jay Belanger  <belanger@truman.edu>
15881         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
15882         Declare these variables with defvar.
15884         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
15885         is bound, only check to see if it is bound.
15887 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15889         * textmodes/tex-mode.el (tex-compilation-parse-errors):
15890         Don't output messages.
15892         * calc/calc-help.el (calc-describe-bindings): Fix last change.
15894 2004-10-21  John Paul Wallington  <jpw@gnu.org>
15896         * calc/calc-graph.el (calc-graph-init):
15897         Use `set-process-query-on-exit-flag'.
15899 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
15901         * progmodes/compile.el (compilation-start): Rely on `cd' to get
15902         dir right and also allow argumentless cd.
15904 2004-10-19  Richard M. Stallman  <rms@gnu.org>
15906         * textmodes/flyspell.el (flyspell-mode): Doc fix.
15908         * eshell/em-unix.el (eshell-grep):
15909         Don't bind compilation-process-setup-function.
15911         * comint.el (comint-insert-input): Use @ in `interactive'.
15912         (comint-input-filter-functions): Doc fix.
15913         (comint-kill-whole-line, comint-get-source): Doc fix.
15915         * progmodes/compile.el (compilation-setup):
15916         Don't set buffer-read-only if MINOR is non-nil.
15918 2004-10-19  Jay Belanger  <belanger@truman.edu>
15920         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
15921         (calc-emacs-type-gnu19): Remove.
15922         (calc-digit-map, calc-read-key-sequence, calc-read-key):
15923         Remove check for old emacs versions.
15925         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
15926         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
15927         for current Emacs.
15929         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
15930         the end of the minibuffer.
15931         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
15932         copy `esc-map'.
15934         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
15936         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
15937         call that would be given when the current emacs was used.
15939 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
15941         * calendar/icalendar.el: Set coding to utf-8.
15942         (icalendar-version): Increase to 0.07.
15943         (icalendar-monthnumber-table): Change March pattern.
15944         (icalendar-get-all-event-properties)
15945         (icalendar-set-event-property): Delete.
15946         (icalendar-all-events): No longer interactive.
15947         (icalendar-convert-diary-to-ical)
15948         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
15949         their replacements.
15950         (icalendar-export-file, icalendar-export-region): New functions;
15951         essentially old `icalendar-convert-diary-to-ical' but appending to
15952         target rather than overwriting.
15953         (icalendar-import-file): Append to target file rather than
15954         overwriting.  Fourth arg deleted.
15955         (icalendar-import-buffer): New name for old
15956         `icalendar-extract-ical-from-buffer'.
15957         (icalendar--convert-string-for-import): New name for
15958         old `icalendar-convert-for-import'.
15959         (include-icalendar-files): Delete.
15960         Prefix for all internal functions changed from `icalendar-'
15961         to `icalendar--'.
15963 2004-10-19  Richard M. Stallman  <rms@gnu.org>
15965         * paths.el (news-path): Fix previous change.
15967 2004-10-18  Jay Belanger  <belanger@truman.edu>
15969         * calc/calc-help.el (calc-describe-bindings):
15970         Set `buffer-read-only' to nil while working in the keybindings buffer;
15971         remove some extra information from the keybindings buffer.
15973 2004-10-18  David Ponce  <david@dponce.com>
15975         * mouse.el (mouse-drag-move-window-top): New function.
15976         (mouse-drag-mode-line-1): Use it.
15978 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
15980         * info.el (Info-fontify-node): For multiline refs,
15981         arrange to unfontify newline and surrounding whitespace.
15983 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15985         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
15986         directory is missing.
15988 2004-10-17  John Paul Wallington  <jpw@gnu.org>
15990         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
15991         New customizable variable; whether to display buffers that match
15992         `ibuffer-maybe-show-predicates' by default.
15993         (ibuffer-maybe-show-predicates): Mention it in docstring.
15994         (ibuffer-display-maybe-show-predicates): New variable.
15995         (ibuffer-update): Prefix arg now toggles whether buffers that
15996         match `ibuffer-maybe-show-predicates' should be displayed.
15997         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
15998         locally to heed `ibuffer-default-display-maybe-show-predicates'.
15999         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
16001 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
16003         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
16004         work correctly.
16006 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
16008         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
16009         (Buffer-menu-beginning): New helper function.
16010         (Buffer-menu-execute): Use it.
16011         (Buffer-menu-select): Use it.
16012         (Buffer-menu-sort): Use it and also keep markers.
16014 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16016         * paths.el (news-directory): Rename from news-path.  Old name alias.
16017         (rmail-spool-directory): Use defvar.
16018         (sendmail-program): Use defcustom.
16019         (remote-shell-program): Use defcustom.
16020         (term-file-prefix): Use defvar.
16021         (abbrev-file-name): Use defvar.
16023         * term.el: Add maintainer.
16025         * subr.el (with-local-quit): Return nil if there's a quit.
16026         (read-passwd): Use with-local-quit.  Doc fix.
16028         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
16029         (strokes-unload-hook): Set as a variable with add-hook.
16031         * startup.el (fancy-splash-tail, normal-splash-screen):
16032         Update copyright year.
16034         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
16036         * server.el (server-unload-hook): Set as a variable with add-hook.
16038         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
16040         * frame.el (special-display-popup-frame):
16041         Make the buffer current as its frame is created.
16043         * delsel.el (delsel-unload-hook): Set as a variable.
16045         * comint.el (comint-output-filter-functions):
16046         Add comint-watch-for-password-prompt.
16047         (comint-read-noecho): Function deleted.
16048         (send-invisible): Use read-passwd.
16050         * fringe.el (fringe-mode-initialize): New function.
16051         (fringe-mode): Use fringe-mode-initialize as :initialize.
16053 2004-10-17  Kim F. Storm  <storm@cua.dk>
16055         * language/indian.el (indian-script-language-alist): Swap value
16056         and doc.
16057         (indian-font-char-index-table): Doc fix.
16059 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16061         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
16063 2004-10-16  Juri Linkov  <juri@jurta.org>
16065         * progmodes/compile.el (compilation-start): Move let-binding of
16066         `process-environment' into `with-current-buffer' body.
16067         Reported by Matt Hodges <MPHodges@member.fsf.org>.
16069 2004-10-16  Richard M. Stallman  <rms@gnu.org>
16071         * pcvs-util.el (cvs-bury-buffer):
16072         Don't call get-buffer-window for effect.
16074         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
16076         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
16078         * msb.el (msb-unload-hook): Set the variable.
16080         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
16081         Use * to err if buffer is readonly.
16083         * subr.el (looking-back): Return only t or nil.
16085         * whitespace.el (whitespace-unload-hook): Set the variable.
16087         * view.el (view-mode-enable): Set view-page-size and
16088         view-half-page-size to nil.
16089         (view-set-half-page-size-default): view-half-page-size = nil
16090         means the default.
16091         (View-scroll-page-forward): Use view-page-size-default.
16092         (View-scroll-page-backward): Likewise.
16093         (view-page-size, view-half-page-size): Doc fixes.
16095         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
16097         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
16099         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
16100         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
16101         (byte-compile-log-1): Bind inhibit-read-only.
16102         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
16103         (byte-compile-log-warning): Likewise.
16104         (byte-compile-file-form-require): Detect "cl" from the arg value.
16106         * progmodes/compile.el (compilation-start): Assume compilation-mode
16107         will make the buffer read-only.
16108         (compilation-mode): Take arg name-of-mode.
16109         (compilation-setup): Make buffer read-only.
16110         (compilation-handle-exit): Bind inhibit-read-only.
16112         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
16113         (ispell-message): Likewise.
16114         (ispell-show-choices): Don't call get-buffer-window uselessly.
16115         (ispell-init-process): Use set-process-query-on-exit-flag.
16117 2004-10-16  Kim F. Storm  <storm@cua.dk>
16119         * fringe.el (fringe-bitmaps): Only initialize when defined.
16121         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
16122         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
16124         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
16126 2004-10-15  Simon Josefsson  <jas@extundo.com>
16128         * net/password.el: Add.
16130 2004-10-14  Masatake YAMATO  <jet@gyve.org>
16132         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
16133         (gdb-script-end-of-defun): New function.
16134         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
16135         `gdb-script-end-of-defun' as *-of-defun-function.
16137 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
16139         * button.el (button-activate): Allow a marker to display as an action.
16141         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
16143         * help.el (describe-mode): Use it to make minor mode list into
16144         hyperlinks.
16146 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16148         * vc.el (vc-annotate-display-select): Fix typo.
16150         * subr.el (substitute-key-definition-key): New function.
16151         (substitute-key-definition): Use it with map-keymap.
16152         (event-modifiers): Use push.
16153         (mouse-movement-p, with-temp-buffer): Simplify.
16155 2004-10-12  Jay Belanger  <belanger@truman.edu>
16157         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
16158         New variables.
16159         (calc-help-index-entries): New function.
16160         (calc-describe-function): Use `calc-help-function-list' instead of
16161         obarray for completion.
16162         (calc-describe-variable): Use `calc-help-variable-list' instead
16163         of obarray for completion.
16165 2004-10-12  Richard M. Stallman  <rms@gnu.org>
16167         * info-look.el (info-lookup-file): Add info-file property.
16168         (info-lookup-symbol): Likewise.
16170         * info.el (info-xref): Add underlining.
16171         (info): Add info-file property.
16172         (Info-find-emacs-command-nodes): Specify case-sensitive search.
16174 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
16176         Sync with Tramp 2.0.45.
16178         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
16179         defined.  This is not the case for XEmacs without package "edebug".
16180         (tramp-set-auto-save-file-modes): Set permissions of autosaved
16181         remote files to the permissions of the original file.  This is not
16182         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
16183         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
16184         (tramp-perl-decode): Fix an error in Perl implementation.
16185         $pending must be cleared every loop.  Reported by Benjamin Place
16186         <benjaminplace@sprintmail.com>
16188         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
16189         Don't activate advice during definition.  This is done later on,
16190         depending on test result of `substitute-in-file-name'.
16191         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16193 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16195         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
16197         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
16199 2004-10-12  David Ponce  <david@dponce.com>
16201         * recentf.el (recentf-edit-list): Update the menu when the recentf
16202         list has been modified.
16204 2004-10-12  Simon Josefsson  <jas@extundo.com>
16206         * net/tls.el (tls-certtool-program): New variable.
16207         (tls-certificate-information): New function, based on
16208         ssl-certificate-information.
16210 2004-10-12  Kenichi Handa  <handa@m17n.org>
16212         * international/mule.el (coding-system-equal): Move from mule-util.el.
16214         * international/mule-util.el (coding-system-equal): Move to mule.el.
16216 2004-10-12  Kim F. Storm  <storm@cua.dk>
16218         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
16219         reset kmacro-initial-counter-value if set.
16220         (kmacro-set-counter): Only set kmacro-counter if defining or executing
16221         macro.  Set kmacro-initial-counter-value otherwise.  Never set both.
16222         (kmacro-display): Show macro counter if non-zero.
16224         * subr.el (substitute-key-definition): Mention command remapping
16225         in doc string.
16227 2004-10-11  Jay Belanger  <belanger@truman.edu>
16229         * calc/calc-misc.el (calc-info-goto-node): New function.
16230         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
16231         node in one step.
16232         (calc-describe-copying, calc-describe-distribution)
16233         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
16234         Go to appropriate info node in one step.
16236 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16238         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
16240         * font-lock.el (font-lock-apply-highlight): Fix last change.
16242 2004-10-11  Simon Josefsson  <jas@extundo.com>
16244         * mail/smtpmail.el (smtpmail-open-stream): Look for
16245         starttls-gnutls-program instead of starttls-program iff
16246         starttls-use-gnutls is non-nil.
16247         (smtpmail-open-stream): Don't overwrite user settings of
16248         starttls-extra-arguments and starttls-extra-args.
16250 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16252         * comint.el (comint-mouse-insert-input): Remove.
16253         (comint-insert-input): Make it work for mouse bindings.
16254         (comint-mode-map): Move defs into the declaration.
16255         (comint-output-filter): Typo.
16257         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
16259 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
16261         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
16262         (ange-ftp-call-chmod): Reference remote-shell-program instead of
16263         ange-ftp-remote-shell.
16265 2004-10-10  Andreas Schwab  <schwab@suse.de>
16267         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
16268         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
16269         Reported by <sri@asu.edu>.
16271 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
16273         * vc.el (vc-annotate-mode): Remove variable.
16274         (vc-annotate-display-select): Only call vc-annotate-mode
16275         if we're not in that mode already.
16277 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16279         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
16280         (imenu-choose-buffer-index): Check here for rescan instead.
16282         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
16283         where the face expression evals to nil.
16285         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
16286         (tex-font-lock-keywords-2): Use it.
16287         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
16289         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
16291 2004-10-09  Kim F. Storm  <storm@cua.dk>
16293         * subr.el (progress-reporter-update): Define before first usage.
16294         (make-progress-reporter): Doc fix.
16296 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
16298         * textmodes/paragraphs.el (sentence-end-double-space)
16299         (sentence-end-without-period, sentence-end-without-space)
16300         (sentence-end): Doc fixes.
16302 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
16304         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
16305         Change paragraph-start regexp so we don't fill code starting with #'(.
16307 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
16309         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
16310         New defcustom.
16311         (extract-address-components): Use it.
16313 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
16315         * subr.el (make-progress-reporter, progress-reporter-update)
16316         (progress-reporter-force-update, progress-reporter-do-update)
16317         (progress-reporter-done): New functions.
16319         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
16321         * progmodes/etags.el (etags-tags-completion-table): Use progress
16322         reporter.
16323         (etags-tags-apropos): Likewise.
16325 2004-10-08  Alan Mackenzie  <acm@muc.de>
16327         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
16328         of current line.
16330 2004-10-08  Masatake YAMATO  <jet@gyve.org>
16332         * server.el (server-process-filter): Wrap `process-send-region'
16333         by `condition-case' to guard the case when the pipe to PROC is closed.
16335 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
16337         * xml.el (xml-substitute-special): Limit handling of external entities.
16339 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
16341         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
16343 2004-10-06  John Paul Wallington  <jpw@gnu.org>
16345         * xml.el (xml-parse-dtd): Fix `error' call.
16347 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
16349         * xml.el (xml-substitute-special): Return a single string instead
16350         of a list of strings if an entity substitution is made.
16352 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
16354         * calendar/icalendar.el: New file.
16356 2004-10-05  Juri Linkov  <juri@jurta.org>
16358         * isearch.el (isearch-done): Set mark after running hook.
16359         Reported by Drew Adams <drew.adams@oracle.com>.
16361         * info.el (Info-history, Info-toc): Fix Info headers.
16362         (Info-toc): Narrow buffer before Info-fontify-node.
16363         (Info-build-toc): Don't check for special Info file names.
16364         Set main-file to nil if Info-find-file returns a symbol.
16366 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
16368         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
16369         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
16370         * calendar/cal-menu.el (calendar-mode-map): Ditto.
16372 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
16374         * calendar/cal-iso.el (calendar-iso-read-args): New function,
16375         for old interactive spec from calendar-goto-iso-date.
16376         (calendar-goto-iso-date): Use it.
16377         (calendar-goto-iso-week): New function.  Suggested by Emilio
16378         C. Lopes <eclig@gmx.net>.
16380 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
16382         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
16383         `set-right-margin' bindings that follow the minor mode conventions.
16385 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16387         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
16388         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
16389         (latex-block-args-alist): Add minipage and picture.
16390         (latex-block-body-alist): Use reftex-label if enabled.
16391         (latex-insert-block): Don't insert a \n if not necessary.
16392         (tex-compile-commands): Make sure dvips doesn't send to printer.
16393         (tex-compile-default): Handle the case where no executable is found.
16394         (latex-noindent-environments): New var.
16395         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
16396         If tex-indent-allhanging is non-nil, make sure we only align for macros
16397         at beginning of line.
16399 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
16401         * newcomment.el (comment-beginning): Doc fix and don't choke on
16402         unset `comment-end-skip' when at beginning of comment.
16404 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
16406         * term.el (term-adjust-current-row-cache): Don't allow the current
16407         row to become negative.
16408         (term-emulate-terminal): Fix insert mode.  Handle tab insertion at
16409         the end of the line.  Fix scroll down.  Add comments.
16410         (term-handle-ansi-escape): Don't exceed terminal width when moving
16411         right.
16412         (term-scroll-region): Move the cursor after setting the scroll region.
16414 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
16416         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
16417         to `width' for consistency with docstring.  Doc fix.
16419 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
16421         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
16422         This is necessary for derived modes.
16424 2004-09-30  Kim F. Storm  <storm@cua.dk>
16426         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
16427         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
16429         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
16430         kmacro-extract-lambda functions.
16431         (edit-kbd-macro): Handle kmacro lambda forms.
16432         Include counter and counter format in edit buffer.
16433         (edmacro-finish-edit): Get counter and format from edit buffer and
16434         update kmacro bindings when found.
16436 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
16438         * textmodes/paragraphs.el (forward-paragraph):
16439         Avoid args-out-of-range error when point winds up at the beginning of
16440         the buffer and hard newlines are enabled.
16442         * newcomment.el (comment-multi-line): Doc fix.
16444 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16446         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
16447         (diff-fixup-modifs): Catch unified-diff file-headers.
16449 2004-09-29  Kim F. Storm  <storm@cua.dk>
16451         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
16452         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
16453         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
16455         * fringe.el (fringe-bitmap-p): New macro.
16456         (fringe-bitmaps): Add standard fringe bitmaps on load.
16458 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16460         * dired.el (dired-view-command-alist): Use more efficient regexps.
16461         Remove dubious arguments.
16462         (dired-align-file): New function.
16463         (dired-insert-directory): Use it.
16464         (dired-move-to-end-of-filename): Make the " -> " search more specific.
16465         (dired-buffers-for-dir): Remove unused var `pattern'.
16467 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
16469         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
16470         from diary display excursion.  Store diary buffer's point for
16471         `simple-diary-display'.
16472         (simple-diary-display): Set window point and start when
16473         displaying buffer, to preserve point.
16475 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
16477         * textmodes/enriched.el (enriched-translations): Replace defconst
16478         with defvar.
16480 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16482         * printing.el: Doc fix.
16483         (pr-version): New version number (6.8.1).
16484         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
16485         make-temp-name.
16486         (pr-delete-file): Check if file exists before deleting it.
16487         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
16489 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16491         * term.el (term-display-table): New variable.
16492         (term-mode): Use it.
16493         (term-exec-1): Set the coding system to binary.
16494         (term-emulate-terminal): Decode the string before inserting it.
16496 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
16498         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
16499         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
16500         (map): Bind S-prior, S-next and S-insert.
16501         (term-mode): Set `indent-tabs-mode' to nil.
16502         (term-paste): New function to be bound to S-insert.
16503         (term-send-del, term-send-backspace): Change the strings sent.
16504         (term-termcap-format): Synchronize with etc/e/eterm.ti.
16505         (term-handle-colors-array): Fix handling of underline and reverse.
16506         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
16507         (term-erase-in-line): Fix comparison.
16508         (term-emulate-terminal): Fix line wrap handling.
16509         (term-start-output-log): Rename from `term-set-output-log'.
16510         (term-stop-output-log): Rename from `term-stop-photo'.
16511         (term-switch-to-alternate-sub-buffer): Comment out, unused.
16513 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16515         * dired.el (dired-move-to-filename): Don't output a message if
16516         raise-error is non-nil.  Fix return position and value.
16518         * files.el (insert-directory): Obey --dired even with symlinks.
16520 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
16522         * ls-lisp.el (ls-lisp-format): Mark file names with property
16523         dired-filename.
16525 2004-09-25  Kim F. Storm  <storm@cua.dk>
16527         * ido.el (ido-max-directory-size): New defcustom.
16528         (ido-decorations): Add "too big" element.
16529         (ido-directory-too-big): New dynamic var.
16530         (ido-may-cache-directory): Don't cache big directories.
16531         (ido-directory-too-big-p): New defun.
16532         (ido-set-current-directory): Update ido-directory-too-big.
16533         (ido-read-internal): Make empty ido-cur-item if too-big.
16534         (ido-buffer-internal): Use ido-read-internal directly instead of
16535         ido-read-buffer.
16536         (ido-file-internal): Init ido-directory-too-big.
16537         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
16538         and redo completion with full list.
16539         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
16540         it, and show completions.
16541         (ido-all-completions): Let bind ido-directory-too-big to nil.
16542         (ido-exhibit): Handle ido-directory-too-big.
16543         (ido-read-buffer): Handle fallback to read-buffer.
16544         Init ido-directory-too-big.
16545         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
16546         Init ido-directory-too-big.
16548 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
16550         * subr.el (delay-mode-hooks): Doc fix.
16552 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
16554         * textmodes/enriched.el
16555         (enriched-default-text-properties-local-flag): New variable.
16556         (enriched-mode): Make sure that enabling and disabling the mode is
16557         a no-op.  Doc fix.
16559 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
16561         * calendar/holidays.el (holiday-advent): Report on a specified day
16562         offset from advent, not just advent.
16563         (holiday-easter-etc): Report on one specified day offset from
16564         easter, not all easter holidays.  Various Easter holidays moved to
16565         `christian-holidays' variable in calendar.el.
16566         * calendar/calendar.el (christian-holidays): Adapt for new
16567         behavior of `holiday-advent' and `holiday-easter-etc' functions.
16569 2004-09-23  Kim F. Storm  <storm@cua.dk>
16571         * image.el (insert-sliced-image): Add doc string.
16573         * ido.el (ido-choice-list): New dynamic var for `list' context.
16574         (ido-context-switch-command): New dynamic var.
16575         (ido-define-mode-map): Generalize switch between file/buffer contexts.
16576         (ido-read-internal): Handle new `list' context.
16577         Handle insert-buffer and insert-file ido-exit values.
16578         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
16579         ido-context-switch-command.  Handle insert-file ido-exit value.
16580         (ido-read-buffer): Set ido-context-switch-command to 'ignore
16581         unless it is already bound by caller.
16582         (ido-file-internal): New arg switch-cmd.  Use it to setup
16583         ido-context-switch-command.  Handle insert-buffer ido-exit value.
16584         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
16585         used for context switching.
16586         (ido-all-completions): Handle new `list' context.
16587         (ido-make-choice-list): Return choices for `list' context.
16588         (ido-find-file-in-dir, ido-display-file, ido-write-file)
16589         (ido-display-buffer, ido-kill-buffer): Disable context switching.
16590         (ido-insert-buffer, ido-insert-file): Setup context switching.
16591         (ido-exhibit): Handle `list' context.
16592         (ido-read-file-name): Disable context switching.  Handle fallback.
16593         (ido-read-directory-name): Disable context switching.
16594         (ido-completing-read): New defun like completing-read.  Setup and
16595         use new `list' context.
16597 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
16599         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
16601 2004-09-21  Jay Belanger  <belanger@truman.edu>
16603         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
16604         `calc-graph-set-styles' so the gnuplot buffer will appear in a
16605         separate window.
16607 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
16609         * subr.el (after-change-major-mode-hook): Doc fix.
16611 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16613         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
16614         of ghostscript for monochrome PostScript file in Windows.
16616 2004-09-21  Kenichi Handa  <handa@m17n.org>
16618         * descr-text.el (describe-char): Checking of quail activation fixed.
16620 2004-09-21  Jay Belanger  <belanger@truman.edu>
16622         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
16624 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
16626         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
16627         after the mode hooks instead of before.  Doc fix.
16629 2004-09-20  Jason Rumney  <jasonr@gnu.org>
16631         * startup.el (command-line) [windows-nt]: Try .emacs first, then
16632         _emacs, but revert to .emacs if neither exists in home directory.
16634 2004-09-20  John Paul Wallington  <jpw@gnu.org>
16636         * bindings.el (completion-ignored-extensions): Add .dfsl.
16638 2004-09-20  Richard M. Stallman  <rms@gnu.org>
16640         * bindings.el (scroll-left): Make it disabled.
16642         * files.el (enable-local-eval): Doc fix.
16644         * indent.el (move-to-left-margin): Special case for minibuffer.
16646         * term.el (term-emulate-terminal): Turn off undo for output.
16647         Use with-current-buffer and save-selected-window.
16649         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
16651         * progmodes/make-mode.el (makefile-fill-paragraph):
16652         Don't insist on spaces when looking for comments.  # is enough.
16654         * files.el (hack-local-variables): Copy the variables list
16655         to another buffer, strip prefixes and suffixes there, then read.
16656         (enable-local-eval): Doc fix.
16657         (ignored-local-variables): Initialize to nil.
16658         (risky-local-variable-p): Don't check ignored-local-variables here.
16659         (hack-one-local-variable): Ignore var if in ignored-local-variables.
16661 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
16663         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
16664         of = to "." (punctuation).
16666 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16668         * subr.el (event-basic-type): Fix mask (extend to 22bits).
16670 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
16672         * textmodes/enriched.el (enriched-rerun-flag): New variable.
16673         (enriched-before-change-major-mode): New function.
16674         Add it to `change-major-mode-hook'.
16675         (enriched-after-change-major-mode): New function.
16676         Add it to `after-change-major-mode-hook'.
16677         (enriched-mode): Make it work correctly if called from
16678         `after-change-major-mode-hook'.
16679         No longer set `indent-line-function'.
16681         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
16683         * subr.el (after-change-major-mode-hook): New variable.
16684         (run-mode-hooks): Implement it.
16686 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16688         * battery.el (battery-linux-proc-apm): Use string-to-number.
16689         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
16690         Use dolist (and less indentation).  Use erase-buffer.
16691         Pre-initialize `design-capacity', `warn', and `low'.
16692         (battery-format): Use replace-regexp-in-string.
16694 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
16696         * battery.el: Delete superfluous empty lines.
16697         (battery-linux-proc-acpi): Attempt to gather information from all
16698         battery subdirectories regardless of their file name.
16699         (battery-linux-proc-apm): Replace all occurrences of
16700         battery-hex-to-int-2 with string-to-int (base 16).
16701         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
16702         (battery-hex-map): Delete variable.
16704 2004-09-18  John Paul Wallington  <jpw@gnu.org>
16706         * calc/calc-units.el (calc-quick-units): Fix overzealous
16707         s/or/unless/.
16709 2004-09-17  Jay Belanger  <belanger@truman.edu>
16711         * calc/calc.el (calc-mode-var-list): Fix the value of
16712         `calc-matrix-brackets'.
16714 2004-09-17  Romain Francoise  <romain@orebokech.com>
16716         * ibuf-ext.el (define-ibuffer-filter filename):
16717         Expand dired-directory since buffer-file-name is absolute.
16719 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
16721         * ediff-init.el (ediff-current-diff-face-A)
16722         (ediff-current-diff-face-B, ediff-current-diff-face-C)
16723         (ediff-current-diff-face-Ancestor)
16724         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
16725         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
16726         (ediff-even-diff-face-A, ediff-even-diff-face-B)
16727         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
16728         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
16729         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
16730         Use min-colors.
16732         * term.el (term-down): Perform vertical motion if DOWN is negative.
16733         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
16734         (term-termcap-format): Synchronize with the eterm terminfo entry
16735         in etc/e/eterm.ti.
16736         (term-handle-colors-array): If the current foreground or
16737         background are zero (i.e. unspecified), use the foreground and
16738         background of the default face for reverse video.
16739         (term-ansi-at-eval-string, term-ansi-default-fg)
16740         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
16741         (term-mem): Delete unused function.
16742         (term-protocol-version): Increment.
16743         (term-current-face): Set to default.
16745 2004-09-15  Jay Belanger  <belanger@truman.edu>
16747         * calc/calc.el (calc-mode-var-list): Define this variable.
16748         (calc-always-load-extensions, calc-line-numbering)
16749         (calc-line-breaking, calc-display-just, calc-display-origin)
16750         (calc-number-radix, calc-leading-zeros, calc-group-digits)
16751         (calc-group-char, calc-point-char, calc-frac-format)
16752         (calc-prefer-frac, calc-hms-format, calc-date-format)
16753         (calc-float-format, calc-full-float-format, calc-complex-format)
16754         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
16755         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
16756         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
16757         (calc-matrix-brackets, calc-language, calc-language-option)
16758         (calc-left-label, calc-right-label, calc-word-size)
16759         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
16760         (calc-display-raw, calc-internal-prec, calc-angle-mode)
16761         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
16762         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
16763         (calc-window-height, calc-display-trail, calc-show-selections)
16764         (calc-use-selections, calc-assoc-selections)
16765         (calc-display-working-message, calc-auto-why, calc-timing)
16766         (calc-mode-save-mode, calc-standard-date-formats)
16767         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
16768         (calc-user-parse-tables, calc-gnuplot-default-device)
16769         (calc-gnuplot-default-output, calc-gnuplot-print-device)
16770         (calc-gnuplot-print-output, calc-gnuplot-geometry)
16771         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
16772         (calc-invocation-macro, calc-show-banner): Give these values as
16773         part of `calc-mode-var-list's initialization after the variables
16774         are declared with defvar.
16775         (calc-bug-address): Change email address to send bug reports to.
16776         Change the maintainer address at the top.
16777         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
16778         than "\\.emacs" to determine if it is the user-init-file.
16780         * calc/calc-embed.el (calc-embedded-set-modes): Use
16781         `calc-mode-var-list' correctly.
16783 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
16785         * vc.el (annotate-time): Document point handling.
16786         (vc-annotate-display-autoscale): Doc fix.
16788 2004-09-15  Miles Bader  <miles@gnu.org>
16790         * generic.el (generic-make-keywords-list): Use symbol rather than
16791         word anchors in regexp.
16793 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
16795         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
16796         no file name consider `dired-directory'.
16798 2004-09-14  Kim F. Storm  <storm@cua.dk>
16800         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
16802 2004-09-14  Simon Josefsson  <jas@extundo.com>
16804         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
16806         * textmodes/dns-mode.el: Add.
16808 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16810         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
16811         (disabled-command-function): Make the ?\  char more obvious.
16813         * vc-arch.el (vc-arch-root, vc-arch-registered):
16814         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
16816 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
16818         * windmove.el (windmove-frame-edges): Report coordinates of
16819         outside edges of frame, not inside edges.
16820         (windmove-coordinates-of-position): Convert into wrapper to new
16821         function `windmove-coordinates-of-window-position';
16822         `compute-motion' always applies to selected window.
16823         (windmove-coordinates-of-position): Update documentation to refer
16824         to Emacs 21 Lisp Reference Manual.
16825         (windmove-find-other-window): Fix off-by-one errors for max x,y.
16827 2004-09-13  Kim F. Storm  <storm@cua.dk>
16829         * isearch.el (isearch-resume-in-command-history): Rename from
16830         isearch-resume-enabled and change default to nil.
16832 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16834         * vc-hooks.el (vc-ignore-dir-regexp): New var.
16835         (vc-registered): Use it.
16836         (vc-find-root): New fun.
16838         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
16839         Don't tell to use \\{...} when it's already done.
16841         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
16842         Provide a sample complex default.
16843         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
16844         (bibtex-entry): Use mapc.
16846 2004-09-12  Kim F. Storm  <storm@cua.dk>
16848         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
16850         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
16851         inhibit-field-text-motion to t so rectangles work in comint buffers.
16853         * simple.el (choose-completion-string): Set buffer before running
16854         choose-completion-string-functions hook so it can be buffer-local.
16856 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
16858         * progmodes/compile.el (compilation-start): Parse command to see
16859         if it starts with a cd, and if so perform it for the *compilation*
16860         buffer.  Change the header to reflect this.
16862 2004-09-11  Kim F. Storm  <storm@cua.dk>
16864         * ido.el (ido-enable-dot-prefix): Doc fix.
16865         (ido-enable-dot-prefix): New defcustom.
16866         (ido-set-matches1): Use it.
16868 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16870         * textmodes/bibtex.el (bibtex-mark-active)
16871         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
16873 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16875         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
16876         used in a case insensitive environment.
16877         (bibtex-mode-map): Rearrange order of menus.
16878         (bibtex-quoted-string-re): Obsolete.
16879         (bibtex-complete-key-cleanup): Variable replaced by new function.
16880         (bibtex-font-lock-keywords): Use backquotes.
16881         (bibtex-font-lock-url-regexp): New internal variable.
16882         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
16883         "OPT" and "ALT".
16884         (bibtex-insert-current-kill, bibtex-make-field)
16885         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
16886         (bibtex-parse-field-text): Simplify.
16887         (bibtex-string=): New helper function.
16888         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
16889         (bibtex-map-entries): Use bibtex-string=.
16890         (bibtex-search-entry): Use not.
16891         (bibtex-enclosing-field): Fix docstring.
16892         (bibtex-assoc-regexp): Obsolete.
16893         (bibtex-format-entry): Use assoc-string and bibtex-string=.
16894         (bibtex-autokey-get-names): Handle empty name field.
16895         (bibtex-parse-strings): Use assoc-string and unless.
16896         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
16897         Use assoc-string.
16898         (bibtex-pop): Simplify.
16899         (bibtex-mode): Set font-lock-extra-managed-props.
16900         (bibtex-entry-update): Use assoc-string.
16901         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
16902         (bibtex-autofill-entry): Use bibtex-string=.
16903         (bibtex-print-help-message): Simplify.
16904         (bibtex-find-entry): New optional arg START.
16905         (bibtex-validate): Use bibtex-string= and assoc-string.
16906         Do not call obsolete function compilation-parse-errors.
16907         (bibtex-remove-delimiters): Only remove delimiters if present.
16908         (bibtex-copy-entry-as-kill): Add docstring.
16909         (bibtex-clean-entry): Use bibtex-string=.  Handle empty keys.
16910         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
16911         (bibtex-complete): Use bibtex-predefined-month-strings,
16912         bibtex-string=, and new function bibtex-complete-key-cleanup.
16913         (bibtex-generate-url-list): New variable.
16914         (bibtex-url): New command bound to C-c C-l and mouse-2.
16915         (bibtex-url-map): New local keymap for bibtex-url-mouse.
16916         (bibtex-font-lock-url): New function.
16918 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16920         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
16922 2004-09-09  Kim F. Storm  <storm@cua.dk>
16924         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
16925         counter and format with binding.
16926         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
16927         the declared macro uses own macro counter and format.  Give symbol
16928         kmacro property.
16929         (kmacro-keymap): Bind kmacro-name-last-macro to n.
16930         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
16931         (kmacro-end-and-call-macro): Doc fix.
16933 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
16935         * desktop.el (desktop-clear-preserve-buffers):
16936         Remove make-obsolete-variable.
16938 2004-09-08  Richard M. Stallman  <rms@gnu.org>
16940         * buff-menu.el (list-buffers-noselect): Call format-mode-line
16941         with the buffer as argument.
16943 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16945         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
16947 2004-09-08  Juri Linkov  <juri@jurta.org>
16949         * replace.el (perform-replace): Use `query-replace-descr'.
16951         * cus-start.el (history-delete-duplicates): Specify customization.
16953         * diff-mode.el (diff-mode-map):
16954         * progmodes/compile.el (compilation-mode-map):
16955         * progmodes/grep.el (grep-mode-map):
16956         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
16957         to `next-error-follow-minor-mode'.
16959 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16961         * isearch.el (isearch-lazy-highlight-update): Take into account
16962         the case of zero-length match at the search bound.
16964 2004-09-08  Kim F. Storm  <storm@cua.dk>
16966         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
16967         change.  Use zero width overlays when necessary.
16969 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
16971         * subr.el (split-string): Docfix.
16973 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
16975         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
16976         (display-call-tree): Ensure newline after caller/calls blocks.
16978 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
16980         * startup.el (command-line-1): Make option
16981         --directory/-L modify `load-path' straight away.
16983 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
16985         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
16987 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
16989         * emacs-lisp/autoload.el (make-autoload):
16990         Handle `define-compilation-mode'.
16992         * emacs-lisp/lisp-mode.el (define-compilation-mode):
16993         Specify `doc-string-elt' property.
16995 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
16997         * bs.el (bs-mode): Doc fix.
16999 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
17001         * info.el (Info-insert-dir): Fix temp buffer leak bug.
17003 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
17005         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
17007 2004-09-08  Kenichi Handa  <handa@m17n.org>
17009         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
17010         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
17011         ps-mule-next-point -> 1+).
17013         * composite.el (encode-composition-rule): Add autoload cookie.
17015 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
17017         * format.el (buffer-auto-save-file-format): Make it permanent local.
17019 2004-09-07  Kim F. Storm  <storm@cua.dk>
17021         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
17022         (authors-fixed-entries): Fix typo.
17023         (authors-canonical-author-name): Compact multiple spaces.
17024         Ignore trivial names (e.g. only first name).
17026         * term.el (term-window-width): Only use full window width on
17027         window system if overflow-newline-into-fringe is enabled.
17028         (term-mode): Don't disable overflow-newline-into-fringe.
17030 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17032         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
17033         motion as seen on my Mac OS X xterms.
17035         * newcomment.el (uncomment-region-default, comment-region-default):
17036         New functions extracted from uncomment-region and comment-region.
17037         (comment-region, comment-region-function, uncomment-region)
17038         (uncomment-region-function): Use them.
17040         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
17042         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
17043         It's not crucial but can make sense at times.
17045         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
17046         the first commit.
17048         * vc.el (vc-buffer-context, vc-restore-buffer-context):
17049         Disable obsolete code.
17051 2004-09-07  Juri Linkov  <juri@jurta.org>
17053         * progmodes/grep.el (grep-highlight-matches): Change default from
17054         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
17055         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
17056         if grep option `--color' is available, or to `nil' otherwise.
17057         (grep-process-setup): Call `grep-compute-defaults' if
17058         `grep-highlight-matches' is not computed.  Set env-vars only
17059         if `grep-highlight-matches' is `t'.
17060         (grep-use-null-device): Remove redundant type `boolean' (`choice'
17061         is already defined).
17063         * progmodes/compile.el (compilation-start): Use copy of
17064         `process-environment' created by `copy-sequence' to not
17065         modify env-vars in the global `process-environment'.
17067 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
17069         * simple.el (next-error-follow-minor-mode): Fix last change.
17071 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
17073         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
17074         permanent local.
17076 2004-09-04  Richard M. Stallman  <rms@gnu.org>
17078         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
17079         highlighting if the search string is empty.
17081 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
17083         * facemenu.el (facemenu-active-faces): Change condition of inner
17084         `while' loop to also check the first two elements of `face-atts'
17085         and `mask-atts'.
17087 2004-09-04  John Paul Wallington  <jpw@gnu.org>
17089         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
17090         (thumbs-view-image-mode): Make buffer read-only.
17092 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
17094         * textmodes/ispell.el (ispell-really-aspell): New defvar.
17095         (ispell-check-version): Set it.
17096         (ispell-send-replacement): New function.
17097         (ispell-process-line): Call ispell-send-replacement.
17099 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
17101         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
17102         Support choosing seconds with "s".
17104 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
17106         * terminal.el (te-escape): Show `?' in prompt for help key.
17108 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
17110         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
17112 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
17114         * simple.el (next-error-follow-minor-mode)
17115         (next-error-follow-mode-post-command-hook): New functions.
17116         (next-error-follow-last-line): New defvar.
17118         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
17119         * progmodes/compile.el (compilation-mode-map): Likewise.
17120         * progmodes/grep.el (grep-mode-map): Likewise.
17121         * replace.el (occur-mode-map): Likewise.
17123         * newcomment.el (uncomment-region): Bind comment-use-global-state
17124         to nil.
17126 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
17128         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
17129         locally around the call to `revert-buffer'.
17131 2004-09-03  Juri Linkov  <juri@jurta.org>
17133         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
17134         `isearch-adjusted' to `t'.
17135         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
17136         (isearch-message-prefix): Add "pending" for isearch-adjusted.
17137         (isearch-other-meta-char): Restore isearch-point unconditionally.
17138         (isearch-query-replace): Add new arg `regexp-flag' and use it.
17139         Set point to start of match if region is not active in transient
17140         mark mode (to include the current match to region boundaries).
17141         Push the search string to `query-replace-from-history-variable'.
17142         Add prompt "Query replace regexp" for isearch-regexp.
17143         Add region beginning/end as last arguments of `perform-replace.'
17144         (isearch-query-replace-regexp): Replace code by the call to
17145         `isearch-query-replace' with arg `t'.
17147 2004-09-03  Richard M. Stallman  <rms@gnu.org>
17149         * startup.el (normal-top-level): Undo previous TERM change.
17151 2004-09-03  Kim F. Storm  <storm@cua.dk>
17153         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
17154         highlight overlays; allow using RET when cursor is over a button.
17155         (cua--highlight-rectangle): Use it.
17156         (cua--rectangle-set-corners): Don't move backwards at eol.
17157         (cua--forward-line): Don't move into void after eob.
17159         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
17160         point is set (and displayed) inside rectangle.
17161         (cua--rectangle-operation): Fix for highlight of empty lines.
17162         (cua--highlight-rectangle): Fix highlight for tabs.
17163         Position cursor at left/right edge of rectangle using new `cursor'
17164         property on overlay strings.
17165         (cua--indent-rectangle): Don't tabify.
17166         (cua-rotate-rectangle): Ignore that point has moved.
17168 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17170         * term/mac-win.el: Add ASCII equivalents for some function keys.
17171         (mode-line-frame-identification): Sync with x-win.el.
17173 2004-09-02  Juri Linkov  <juri@jurta.org>
17175         * progmodes/compile.el (compilation-buffer-name): Compare major
17176         mode with second element of compilation-arguments instead of third
17177         to reflect latest changes in compilation-arguments structure.
17178         (recompile): Use global variable `compilation-directory' to get
17179         recent compilation directory only when `recompile' is invoked NOT
17180         in the compilation buffer.  Otherwise, use `default-directory' of
17181         the compilation buffer.
17182         (compilation-error-properties): Allow to funcall col and end-col.
17183         (compilation-mode-font-lock-keywords): Check col and end-col by
17184         `integerp'.
17185         (compilation-goto-locus): If end-mk is non-nil in transient mark
17186         mode don't activate the mark (and don't display message in
17187         push-mark), but highlight overlay between mk and end-mk.
17189         * progmodes/grep.el (grep-highlight-matches): New defcustom.
17190         (grep-regexp-alist): Add rule to highlight grep matches.
17191         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
17193         * info.el (Info-fontify-node): Don't compute other-tag
17194         if Info-hide-note-references=hide.
17196         * help.el (function-called-at-point):
17197         * help-fns.el (variable-at-point):
17198         Try `find-tag-default' when other methods failed.
17200         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
17201         Do not push mark if inhibit-mark-movement is non-nil.
17203         * textmodes/ispell.el (ispell-html-skip-alists):
17204         Fix backslashes in docstring.
17206 2004-09-01  Juri Linkov  <juri@jurta.org>
17208         * isearch.el (isearch-wrap-function)
17209         (isearch-push-state-function): New defvars.
17210         (isearch-pop-fun-state): New defsubst.
17211         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
17212         (isearch-push-state): Set the result of calling
17213         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
17214         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
17215         restore the mode-specific starting point of terminated search.
17216         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
17217         (isearch-repeat): Call `isearch-wrap-function' if defined.
17218         (isearch-message-prefix): Don't add prefix "over" to the message
17219         for wrapped search if `isearch-wrap-function' is defined.
17220         (isearch-search): Call function saved in `isearch-pop-fun-state' to
17221         restore the mode-specific starting point of failed search.
17223         * info.el (Info-search-whitespace-regexp): Fix backslashes.
17224         (Info-search): Add new optional arguments for the sake of isearch.
17225         Replace whitespace in Info-search-whitespace-regexp literally.
17226         Add backward search.  Don't call `Info-select-node' if regexp is
17227         found in the same Info node.  Don't add node to Info-history for
17228         wrapped isearch.
17229         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
17230         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
17231         (Info-mode): Set local variables `isearch-search-fun-function',
17232         `isearch-wrap-function', `isearch-push-state-function',
17233         `search-whitespace-regexp'.
17235         * isearch.el: Remove ancient Change Log section.
17236         (isearch-string, isearch-message-string, isearch-point)
17237         (isearch-success, isearch-forward-flag, isearch-other-end)
17238         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
17239         (isearch-barrier, isearch-within-brackets)
17240         (isearch-case-fold-search): Add suffix `-state' to state-related
17241         defsubsts to avoid name clashes with other function names.
17243         * simple.el (next-error): New defgroup and defface.
17244         (next-error-highlight, next-error-highlight-no-select):
17245         New defcustoms.
17246         (next-error-no-select): Let-bind next-error-highlight to the value
17247         of next-error-highlight-no-select before calling `next-error'.
17249         * progmodes/compile.el (compilation-goto-locus):
17250         Use `next-error' face instead of `region'.  Set 4-th argument of
17251         `move-overlay' to `current-buffer' to move overlay to different
17252         source buffers.  Use new variable `next-error-highlight'.
17254         * simple.el (next-error-find-buffer): Move the rule
17255         "if current buffer is a next-error capable buffer" after the
17256         rule "if next-error-last-buffer is set to a live buffer".
17257         Simplify to test all rules in one `or'.
17258         (next-error): Doc fix.
17259         (next-error, previous-error, first-error)
17260         (next-error-no-select, previous-error-no-select):
17261         Make arguments optional.
17263 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
17265         * macros.el (apply-macro-to-region-lines): Make it operate on all
17266         lines that begin in the region, rather than on all complete lines
17267         in the region.
17269 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17271         * x-dnd.el (x-dnd-protocol-alist): Document update.
17272         (x-dnd-known-types): Defcustom it.
17273         (x-dnd-handle-motif): Print message-atom in error message.
17275 2004-08-30  John Paul Wallington  <jpw@gnu.org>
17277         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
17278         strings rather than programatically constructing message.
17280 2004-08-30  Richard M. Stallman  <rms@gnu.org>
17282         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
17283         Don't return a string that would read as the wrong character code.
17285 2004-08-29  Kim F. Storm  <storm@cua.dk>
17287         * emulation/cua-base.el (cua-auto-expand-rectangles):
17288         Remove automatic rectangle padding feature; replace by non-destructive
17289         virtual rectangle edges feature.
17290         (cua-virtual-rectangle-edges): New defcustom.
17291         (cua-auto-tabify-rectangles): New defcustom.
17292         (cua-paste): If paste into a marked rectangle, insert rectangle at
17293         current column, even if virtual; also paste exactly as many lines
17294         as has been marked (ignore additional lines or add empty lines),
17295         but paste whole source if only one line is marked.
17296         (cua--update-indications): No longer use overwrite-cursor to
17297         indicate rectangle padding
17299         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
17300         (cua--rectangle-virtual-edges): New defun.
17301         (cua--rectangle-get-corners): Remove optional PAD arg.
17302         (cua--rectangle-set-corners): Never do padding.
17303         (cua--forward-line): Remove optional PAD arg.  Simplify.
17304         (cua-resize-rectangle-right, cua-resize-rectangle-left)
17305         (cua-resize-rectangle-down, cua-resize-rectangle-up):
17306         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
17307         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
17308         (cua--rectangle-move): Never do padding.  Simplify.
17309         (cua--tabify-start): New defun.
17310         (cua--rectangle-operation): Add tabify arg.  All callers changed.
17311         (cua--pad-rectangle): Remove.
17312         (cua--delete-rectangle): Handle delete with virtual edges.
17313         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
17314         (cua--insert-rectangle): Handle insert at virtual column.
17315         Perform auto-tabify if necessary.
17316         (cua--activate-rectangle): Remove optional FORCE arg.
17317         Never do padding.  Simplify.
17318         (cua--highlight-rectangle): Enhance for virtual edges.
17319         (cua-toggle-rectangle-padding): Remove command.
17320         (cua-toggle-rectangle-virtual-edges): New command.
17321         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
17322         (cua--rectangle-post-command): Don't force rectangle padding.
17323         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
17325 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
17327         * indent.el (edit-tab-stops-buffer): Doc fix.
17329 2004-08-28  Richard M. Stallman  <rms@gnu.org>
17331         * progmodes/grep.el (grep-default-command): Use find-tag-default.
17332         (grep-tag-default): Function deleted.
17334         * subr.el (find-tag-default): Move from etags.el.
17336         * progmodes/etags.el (find-tag-default): Move to subr.el.
17338         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
17339         into the basic character if it has an uppercase form.
17341 2004-08-27  Kenichi Handa  <handa@m17n.org>
17343         * international/utf-8.el (utf-8-post-read-conversion): If the
17344         buffer is unibyte, temporarily make it multibyte.
17346 2004-08-27  Masatake YAMATO  <jet@gyve.org>
17348         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
17350 2004-08-25  John Paul Wallington  <jpw@gnu.org>
17352         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
17353         0, 1, and many mismatches in message.
17354         (tex-start-shell): Use `set-process-query-on-exit-flag'.
17356         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
17357         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
17359 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17361         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
17362         vc-diff-switches differently.
17364 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
17366         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
17367         before and a real defvar after
17368         `speedbar-supported-extension-expressions'.  This is to silence
17369         the compiler without breaking bootstrapping.
17371 2004-08-22  Richard M. Stallman  <rms@gnu.org>
17373         * textmodes/flyspell.el (flyspell-word):
17374         Use set-process-query-on-exit-flag.
17375         (flyspell-highlight-duplicate-region): Take POSS as arg.
17376         (flyspell-word): Pass POSS as arg.
17378         * progmodes/ada-xref.el: Many doc and style fixes.
17379         (ada-find-any-references): Use compilation-start.
17380         (ada-get-ali-file-name): Improve error msg.
17381         (ada-get-ada-file-name): Likewise.
17383         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
17384         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
17386         * mail/mail-extr.el (mail-extr-all-top-level-domains):
17387         Add forward defvar.
17389         * whitespace.el (global-whitespace-mode): New alias
17390         for whitespace-global-mode.
17392         * speedbar.el (speedbar-file-regexp): Move definition up.
17393         (speedbar-mode, speedbar-set-mode-line-format):
17394         Use with-no-warnings.
17395         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
17397         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
17398         controls whether to display the error buffer.
17400         * ps-mule.el: Delete compatibility code for old Emacsen.
17401         (ps-mule-find-wrappoint): Don't use chars-in-region.
17403         * frame.el (display-mouse-p, display-selections-p):
17404         Use with-no-warnings.
17406         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
17408 2004-08-22  David Kastrup  <dak@gnu.org>
17410         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
17411         information.
17413         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
17415 2004-08-22  Andreas Schwab  <schwab@suse.de>
17417         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
17419 2004-08-22  Masatake YAMATO  <jet@gyve.org>
17421         * cvs-status.el (cvs-status-checkout): New function.
17422         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
17424 2004-08-21  David Kastrup  <dak@gnu.org>
17426         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
17427         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
17428         has been converted to use hashtables, the relation `nil=none' is
17429         no longer valid, as `nil' is not a hashtable.  This patch tries to
17430         reduce the number of resulting errors.
17432 2004-08-21  John Paul Wallington  <jpw@gnu.org>
17434         * subr.el (process-kill-without-query): Made obsolete in
17435         version 21.4, not 21.5.
17437         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
17438         (vc-previous-comment, vc-next-comment)
17439         (vc-comment-search-reverse, vc-comment-search-forward)
17440         (vc-comment-to-change-log): Likewise.
17442         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
17444 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
17446         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
17447         Correct indentation of DEFMETHODS with non-standard method
17448         combinations (e.g., PROGN, MIN, MAX).
17450 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17452         * startup.el (normal-top-level-add-subdirs-to-load-path):
17453         Avoid unnecessarily checking system-type.
17454         (normal-top-level): Set TERM to "dumb".  Simplify.
17456         * avoid.el (mouse-avoidance-ignore-p): New fun.
17457         Also ignore switch-frame, select-window, double, and triple clicks.
17458         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
17459         (mouse-avoidance-fancy-hook): Use it.
17461 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
17463         * avoid.el (mouse-avoidance-nudge-mouse)
17464         (mouse-avoidance-banish-destination): Stay within the current window
17465         to avoid problems with mouse-autoselect-window.
17467 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17469         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
17470         the newer format of some messages in cvs-1.12.1.
17472 2004-08-19  Masatake YAMATO  <jet@gyve.org>
17474         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
17475         (elp-results-jump-to-definition-by-mouse)
17476         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
17477         (elp-output-result): Use elp-output-insert-symname.
17479 2004-08-18  Kenichi Handa  <handa@m17n.org>
17481         * language/cyrillic.el: Register koi8-r in
17482         ctext-non-standard-encodings-alist.
17483         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
17485 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
17487         * emacs-lisp/copyright.el (copyright-update-year): Delete code
17488         that replaces 20xy with xy.
17490 2004-08-17  John Paul Wallington  <jpw@gnu.org>
17492         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
17493         (reb-force-update): Doc fix.
17495 2004-08-16  Richard M. Stallman  <rms@gnu.org>
17497         * progmodes/which-func.el (which-func-update-1): Doc fix.
17499         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
17500         (sh-mode-abbrev-table): New variable.
17502         * progmodes/compile.el (compilation-mode): Doc fix.
17504         * emacs-lisp/lisp-mode.el (eval-last-sexp):
17505         Don't cons a new symbol each time.
17506         (eval-last-sexp-fake-value): New variable.
17508         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
17509         (copyright-update-year): Detect continuation of list of years.
17511         * term.el (term-default-fg-color, term-default-bg-color)
17512         (ansi-term-color-vector): Use `unspecified', not nil, as default.
17514         * imenu.el: Several doc fixes: don't say variables are buffer-local.
17516 2004-08-16  Davis Herring  <herring@lanl.gov>
17518         * isearch.el (isearch-string, isearch-message-string, isearch-point)
17519         (isearch-success, isearch-forward-flag, isearch-other-end)
17520         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
17521         (isearch-barrier, isearch-within-brackets)
17522         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
17524 2004-08-16  Kenichi Handa  <handa@m17n.org>
17526         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
17528 2004-08-15  Kenichi Handa  <handa@m17n.org>
17530         * term/x-win.el (x-selection-value): If utf8 was successful but
17531         ctext was not, use utf8 string.
17533 2004-08-14  Davis Herring  <herring@lanl.gov>
17535         * isearch.el: Remove accidental changes of March 4.  Fix backing
17536         up when a regexp isearch is made more general.  Use symbolic
17537         accessor functions for isearch stack frames to make usage clearer.
17538         (search-whitespace-regexp): Made groups in documentation shy (as
17539         is the group in the default value).
17540         (isearch-fallback): New function, addresses problems with regexps
17541         liberalized by `\|', adds support for liberalization by `\}' (the
17542         general repetition construct), and incorporates behavior for
17543         `*'/`?'.
17544         (isearch-}-char): New command, calls `isearch-fallback' with
17545         arguments appropriate to a typed `}'.
17546         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
17547         appropriately.
17548         (isearch-mode-map): Bind `}' to `isearch-}-char'.
17549         (isearch-string, isearch-message,string, isearch-point)
17550         (isearch-success, isearch-forward-flag, isearch-other-end)
17551         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
17552         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
17553         New inline functions to read fields of a stack frame.
17555 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
17557         * battery.el (battery-linux-proc-acpi): Look into battery
17558         directories matching the literal string "CMB", too (required for
17559         Linux kernel version 2.6.7).
17561 2004-08-14  John Paul Wallington  <jpw@gnu.org>
17563         * cus-start.el (read-file-name-completion-ignore-case): Add.
17564         (blink-cursor-alist): Change version to "21.4".
17566         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
17568 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
17570         * speedbar.el (speedbar-scan-subdirs): New option.
17571         (speedbar-file-lists): Don't ignore file-name case on Unix and use
17572         dolist.
17573         (speedbar-insert-files-at-point): Take an extra argument and use
17574         it to optionally find out if a subdir is empty.  Also unreadable
17575         files don't get expand buttons.
17576         (speedbar-directory): New image (unused pixmap already existed).
17577         (speedbar-expand-image-button-alist): Use it.
17579 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
17581         CC Mode update to 5.30.9:
17583         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
17584         Move from cc-vars to cc-defs for dependency reasons.  Fix the
17585         POSIX char class test to check that it works in
17586         `skip-chars-(forward|backward)' too.
17588         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
17589         first argument starts with a special brace list.
17591         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
17592         when `c-opt-type-concat-key' is used (i.e. in Pike).
17594         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
17595         Fix bug when the inner char pair doesn't have paren syntax,
17596         i.e. "(<>)".
17598         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
17599         whitespace safe.
17601         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
17602         position for `arglist-intro', `arglist-cont-nonempty' and
17603         `arglist-close' when there are two arglist open parens on the same
17604         line and there's nothing in front of the first.
17606         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
17607         locking of qualified names in Java, which previously could fontify
17608         common indexing expressions in many cases.  The standard Java
17609         naming conventions are used to tell them apart.
17611         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
17612         Fix inconsistency wrt opening parens on the first line inside a paren
17613         block.
17615         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
17616         compile time for the sake of `c-major-mode-is'.
17618         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
17619         `c-major-mode-is' in the event that this is used inside a
17620         `c-lang-defconst'.
17622         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
17623         `c-lang-defconst' so that it works better with fallback languages.
17625         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
17626         it to fail to record the base mode.
17628         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
17629         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
17630         is used.  Reorder the syntax checks to get more efficient
17631         skipping in some situations.
17633         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
17634         continuation which might precede the newly inserted '{'.
17636         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
17637         Fix cases where it could loop indefinitely.
17639         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
17640         size specs correctly.  Only fontify identifiers in front of '('
17641         with as functions - don't accept any paren char.  Tighten up
17642         initializer skipping to stop before function and class blocks.
17644         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
17645         the point could be left directly after an open paren when finding
17646         the beginning of the first decl in the block.
17648         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
17649         table when filtering out legitimate open parens to be recorded.
17650         This could cause cache inconsistencies when e.g.
17651         `c++-template-syntax-table' was temporarily in use.
17653         * progmodes/cc-engine.el (c-on-identifier)
17654         (c-simple-skip-symbol-backward): Small fix for handling "-"
17655         correctly in `skip-chars-backward'.  Affected the operator lfun
17656         syntax in Pike.
17658         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
17659         Fix bug that could cause an error from `after-change-functions' when
17660         the changed region is at bob.
17662 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
17664         CC Mode update to 5.30.9:
17666         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
17667         to say that <TAB> doesn't insert WS into a CPP line.
17668         (c-indent-command, c-tab-always-indent): Amend doc strings.
17670         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
17671         checks for user errors, thus eliminating cryptic and unhelpful
17672         Emacs error messages.  (1) Check the arg to `c-set-style' is a
17673         string.  (2) Check that settings to `c-offsets-alist' are not
17674         spuriously quoted.
17676         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
17677         which precedes the newly inserted `{'.
17679 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
17681         Sync with Tramp 2.0.44.
17683         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
17684         function "tramp_file_attributes".  Otherwise, file names
17685         containing spaces are misinterpreted.  Reported by Magnus Henoch
17686         <mange@freemail.hu>.
17687         (tramp-handle-file-truename): FILENAME must be expanded first.
17688         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
17689         obscure results.  Reported by D. Goel <deego@gnufans.org>.
17690         (tramp-handle-verify-visited-file-modtime): If file does not
17691         exist, say it is not modified if and only if that agrees with the
17692         buffer's record.  Check whether a file is visiting the buffer, or
17693         the buffer has no recorded last modification time.  Return t in
17694         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
17695         <teirllm@auburn.edu>.
17696         (tramp-handle-write-region): Pass modtime explicitly to
17697         `set-visited-file-modtime', because filename can be different
17698         from (buffer-file-name) if `file-precious-flag' is set.
17699         `set-visited-file-modtime' must be called always when `visit' is t
17700         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
17701         (tramp-handle-set-visited-file-modtime): If `time-list' is not
17702         nil, don't apply the whole body.  If the file doesn't exists, set
17703         modtime to '(-1 65535).  Suggested by Luc Teirlinck
17704         <teirllm@auburn.edu>.
17706 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
17708         * help.el (describe-bindings): Doc fix.
17710         * subr.el (kbd): Doc fix.
17712 2004-08-08  John Paul Wallington  <jpw@gnu.org>
17714         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
17715         instead of `string-to-int'.
17716         (define-ibuffer-column mode): Fix indentation.
17718 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
17720         * wid-edit.el (widget-sexp-validate): Allow whitespace after
17721         expression.
17723 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
17725         * subr.el (global-unset-key, local-unset-key): Doc fixes.
17727         * novice.el (disabled-command-function): New variable renamed from
17728         `disabled-command-hook'.
17729         (disabled-command-hook): Keep the _variable_ as alias for
17730         `disabled-command-function' and make obsolete.
17731         (disabled-command-function): Function renamed from
17732         `disabled-command-hook'.  Adapt code to name change of the variable.
17734 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
17736         * simple.el (completion-root-regexp): New defvar.
17737         (completion-setup-function): Use it instead of a literal string.
17739 2004-08-07  John Paul Wallington  <jpw@gnu.org>
17741         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
17742         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
17743         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
17744         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
17746 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
17748         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
17749         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
17751 2004-08-04  Kenichi Handa  <handa@m17n.org>
17753         * international/encoded-kb.el (encoded-kbd-setup-keymap):
17754         Fix previous change.
17756 2004-08-03  Kenichi Handa  <handa@m17n.org>
17758         * international/encoded-kb.el: The following changes are to
17759         utilize key-translation-map instead of minor mode map.
17760         (encoded-kbd-iso2022-non-ascii-map): Delete it.
17761         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
17762         (encoded-kbd-last-key): New function.
17763         (encoded-kbd-iso2022-single-shift): New function.
17764         (encoded-kbd-iso2022-designation)
17765         (encoded-kbd-self-insert-iso2022-7bit)
17766         (encoded-kbd-self-insert-iso2022-8bit)
17767         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
17768         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
17769         key-translation-map.
17770         (encoded-kbd-setup-keymap): Setup key-translation-map.
17771         (saved-key-translation-map): New variable.
17772         (encoded-kbd-mode): Save/restore key-translation-map.
17773         Adjust for the change of encoded-kbd-setup-keymap.
17775 2004-08-02  Kim F. Storm  <storm@cua.dk>
17777         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
17778         and call compute-motion with nil for topos and width to get proper
17779         usable width and height for both window and non-window systems.
17781         * windmove.el (windmove-coordinates-of-position): Let compute-motion
17782         calculate usable window width and height.
17784         * window.el (window-buffer-height): Call compute-motion with nil width.
17786 2004-08-01  David Kastrup  <dak@gnu.org>
17788         * replace.el (query-replace-read-from):
17789         Use `query-replace-compile-replacement'.
17790         (query-replace-compile-replacement): New function.
17791         (query-replace-read-to): Use `query-replace-compile-replacement'
17792         for repeating the last command.
17794 2004-08-01  John Paul Wallington  <jpw@gnu.org>
17796         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
17797         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
17798         (pr-switches): Remove period from end of error messages.
17800         * help-mode.el (help-go-back): Likewise.
17802         * abbrev.el (only-global-abbrevs): Doc fix.
17803         (edit-abbrevs-map): Define within defvar.
17804         (quietly-read-abbrev-file): Doc fix.
17806 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
17808         * novice.el (enable-command, disable-command): Doc fixes.
17810         * subr.el (event-modifiers, event-basic-type): Doc fixes.
17812 2004-07-30  Richard M. Stallman  <rms@gnu.org>
17814         * subr.el (with-local-quit): Doc fix.
17816 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
17818         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
17820 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
17822         * custom.el (defcustom): Doc fix.
17824 2004-07-28  Masatake YAMATO  <jet@gyve.org>
17826         * progmodes/etags.el (etags-tags-apropos): Show building progress.
17828 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17830         * imenu.el (imenu-prev-index-position-function)
17831         (imenu-extract-index-name-function, imenu-name-lookup-function)
17832         (imenu--index-alist): Docstring redundancy fix.
17834 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
17836         * wdired.el (wdired-finish-edit): Require dired-aux before locally
17837         binding dired-backup-overwrite.
17839 2004-07-25  John Paul Wallington  <jpw@gnu.org>
17841         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
17843 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
17845         * term/tty-colors.el (tty-color-approximate): Doc fix.
17847         * select.el (x-get-selection, x-set-selection): Doc fixes.
17849         * frame.el (make-frame): Doc fix.
17851 2004-07-24  Richard M. Stallman  <rms@gnu.org>
17853         * mail/rmail.el (rmail-mime-charset-pattern):
17854         Don't include semicolon in the charset value.
17856         * replace.el (occur-next-error): Call set-window-point.
17857         (occur-engine): Handle negative NLINES.
17859 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
17861         * frame.el (modify-all-frames-parameters): Minor doc fix.
17862         (set-frame-configuration): Doc fix.
17864 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
17866         * simple.el (completion-setup-function): Compute the common parts
17867         and the first difference place correctly when
17868         partial-completion-mode is on.
17870 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17872         * ps-print.el: Doc fix.
17873         (ps-print-version): New version 6.6.5.
17874         (ps-printing-region): Doc fix.
17875         (ps-generate-string-list): Comment fix.
17876         (ps-message-log-max): Code fix.
17878 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
17880         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
17881         generated PostScript.
17883 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
17885         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
17886         with Gnus v5_10 branch.)
17888 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17890         * calendar/time-date.el (time-to-number-of-days): New function.
17891         Imported from Gnus.
17893 2004-07-22  Kim F. Storm  <storm@cua.dk>
17895         * progmodes/make-mode.el: Fix comments.
17897 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17899         * printing.el: Doc fix.
17901 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
17903         * frame.el (modify-all-frames-parameters): Minor doc fix.
17905 2004-07-20  Richard M. Stallman  <rms@gnu.org>
17907         * textmodes/fill.el (fill-nobreak-p): If this break point is
17908         at the end of the line, don't consider the newline which follows
17909         as a reason to return t.
17911 2004-07-19  John Paul Wallington  <jpw@gnu.org>
17913         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
17915 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
17917         * dired-aux.el (dired-do-kill-lines): Expand docstring.
17918         Delete irrelevant code.
17920 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
17922         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
17923         New docstring.  From Luc Teirlinck.
17925 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
17927         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
17928         section.
17929         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
17930         non-file buffers.  We know it is nil.
17932 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
17934         Sync with Tramp 2.0.43.
17936         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
17937         Remove outdated comment.
17938         (tramp-locked, tramp-locker): New variables for implementing a
17939         global lock.
17940         (tramp-sh-file-name-handler): Use them to implement the global lock.
17942 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
17944         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
17945         calls to respective `xxx` calls.
17946         (tramp-process-alive-regexp): Precise doc string.
17947         (tramp-multi-action-process-alive): New defun.
17948         (tramp-multi-actions): Use it.
17949         (tramp-handle-find-backup-file-name): `copy-tree' is available
17950         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
17951         in order to avoid this function.
17952         (tramp-handle-write-region): Set current buffer.  If connection
17953         wasn't open, `file-modes' has changed it accidentally.  Reported by
17954         David Kastrup <dak@gnu.org>.
17955         (tramp-enter-password, tramp-read-passwd): New arguments USER and
17956         HOST.
17957         (tramp-action-password, tramp-multi-action-password): Apply it.
17958         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
17959         name must still contain the port number.  Otherwise, we have two
17960         Tramp buffers, with all the confusion.  Reported by Myron Selby
17961         <myron@xytech.com> and Rolf Dubitzky
17962         <Dubitzky@physi.uni-heidelberg.de>.
17964         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
17965         HOST to `tramp-enter-passwd'.
17967         * net/tramp-vc.el (all): Code cleanup.  Change all
17968         `tramp-handle-xxx' calls to respective `xxx` calls.
17970 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
17972         * emacs-lisp/testcover.el: New category "potentially-1valued" for
17973         functions that are not erroneous if either 1-valued or
17974         multi-valued.  Detect functions in this class.
17975         (testcover-1value-functions, testcover-compose-functions)
17976         (testcover-progn-functions) Add some additional functions to lists.
17977         (testcover-mark): Bugfix when marking up the definition for an
17978         empty function.
17980 2004-07-17  Richard M. Stallman  <rms@gnu.org>
17982         * replace.el (occur-read-primary-args): Pass default to
17983         read-from-minibuffer.
17985         * mail/footnote.el (footnote-section-tag): Use defcustom.
17987         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
17988         Compile font-lock-keywords, not KEYWORDS.
17989         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
17990         Add warn, check-type.  Handle cerror like error.
17992 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
17994         * progmodes/which-func.el (which-func-keymap): New var.
17995         (which-func-face): New face.
17996         (which-func-format): Use them.
17998 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
18000         * buff-menu.el (list-buffers-noselect): Append the buffer's
18001         process status to its mode name.
18003 2004-07-16  Kim F. Storm  <storm@cua.dk>
18005         * simple.el (inhibit-mark-movement): New defvar.
18006         (beginning-of-buffer, end-of-buffer): Do not push mark if
18007         inhibit-mark-movement is non-nil or C-u prefix is given.
18009         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
18010         Init to beginning-of-buffer and end-of-buffer.
18011         (cua--undo-push-mark): New defvar.
18012         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
18013         already active and command is in cua--preserve-mark-commands.
18014         Also fix check for shift modifier on non-window systems.
18015         (cua--post-command-handler): Clear inhibit-mark-movement if set.
18017 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
18019         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
18020         of two integers, instead of a cons.
18022         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
18023         `visited-file-modtime' now returns a list of two integers, instead
18024         of a cons.
18026         * dired.el (dired-directory-changed-p): Ditto.
18028         * progmodes/grep.el (grep): Doc fix.
18030 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
18032         * autorevert.el (auto-revert-tail-mode)
18033         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
18034         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
18035         in both at the same time.
18036         (auto-revert-tail-mode): New command.
18037         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
18038         (auto-revert-handler): Revert only either tail or whole file.
18040         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
18041         add auto-revert-tail-mode.
18043 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18045         * printing.el: Doc fix.  Change name of some funs.
18046         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
18047         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
18048         (pr-standard-file-name): New fun.  Replace pr-standard-path.
18049         (pr-call-process): Code fix.
18051 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
18053         * subr.el (with-selected-window): Doc fix.
18055 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
18057         * subr.el (get-buffer-window-list): Doc fix.
18059 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
18061         * files.el (switch-to-buffer-other-window): Doc fix.
18063         * window.el (save-selected-window, one-window-p)
18064         (split-window-keep-point, split-window-vertically)
18065         (split-window-horizontally): Doc fixes.
18067 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18069         * printing.el: Doc fix.  Now it uses call-process instead of
18070         shell-command for low command execution.
18071         (pr-version): New version number (6.8).
18072         (pr-shell-file-name): Option removed.
18073         (pr-shell-command): Fun removed.
18074         (pr-call-process): New fun.  Replace pr-shell-command.
18075         (pr-standard-path, pr-remove-nil-from-list): New funs.
18076         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
18077         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
18078         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
18079         (pr-ps-utility-process, pr-txt-print): Code fix.
18081 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
18083         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
18084         boolean.
18086 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
18088         * wid-edit.el (widget-field-buffer): Doc fix.
18090 2004-07-09  John Paul Wallington  <jpw@gnu.org>
18092         * emacs-lisp/re-builder.el (reb-update-overlays):
18093         Distinguish between one and several matches in message.
18095 2004-07-09  Richard M. Stallman  <rms@gnu.org>
18097         * mouse.el (mouse-set-region-1): If transient-mark-mode
18098         is `identity', change it to `only'.
18100         * simple.el (current-word): Doc fix.
18102 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
18104         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
18105         so that it is more understanding of whitespace.
18107         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
18108         (("ns" . "element") (attr-list) children) instead of
18109         ((:ns . "element") (attr-list) children) in order to reduce the
18110         number of symbols used.
18111         (xml-skip-dtd): Change to use xml-parse-dtd but set
18112         xml-validating-parsing to nil.
18113         (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
18114         (xml-substitute-entity): Remove in favor of new entity substitution.
18115         (xml-substitute-special): Rewrite in to substitute complex
18116         entities from DOCTYPE declarations.
18117         (xml-parse-fragment): Parse fragments from entity declarations.
18118         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
18119         (xml-parse-dtd, xml-substitute-special): Make validity checks
18120         conditioned on xml-validating-parser.  Add "Not Well Formed" to
18121         error messages about well-formedness.
18123 2004-07-08  Steven Tamm  <steventamm@mac.com>
18125         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
18126         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
18127         Do not treat double clicks and triple clicks specially in the
18128         scroll bar (preventing strange repositioning problems)
18130 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18132         * replace.el (query-replace-regexp-eval): Fix last change.
18134 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18136         * replace.el (query-replace-descr): New fun.
18137         (query-replace-read-from, query-replace-read-args): Default to the
18138         previous from&to.
18139         (query-replace-read-to): Quote the `from' string when displaying it.
18140         (query-replace-regexp-eval): Immediately check read-only status.
18141         Use query-replace-read-from to get the \n checking.
18142         Quote the `from' string when displaying it.
18143         (map-query-replace-regexp, occur-read-primary-args):
18144         Quote the `from' string when displaying it.
18146         * isearch.el (isearch-query-replace): Pass the regexp-ness and
18147         delimited-ness of the search to query-replace.
18149         * replace.el (query-replace-read-from, query-replace-read-to):
18150         New funs extracted from query-replace-read-args.
18151         (query-replace-read-args): Use them.
18153         * replace.el (query-replace-interactive, query-replace-read-args):
18154         Remove the `initial' special value.
18155         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
18156         (occur-engine): Remove unused var `matchend'.
18158         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
18159         Use the search string without prompting.
18161 2004-07-05  Kenichi Handa  <handa@m17n.org>
18163         * international/mule.el (decode-coding-inserted-region):
18164         Set last-coding-system-used only when coding is nil.
18166 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
18168         * progmodes/grep.el (grep-compute-defaults, grep-command)
18169         (grep-program, find-program, grep-find-use-xargs, grep-history)
18170         (grep-find-history, grep-tag-default, grep-find-command)
18171         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
18172         Add autoload cookies, for unbundled packages that load `compile'
18173         and expect all grep-related symbols to become defined.
18175 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
18177         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
18178         (iimage-mode-image-search-path): New user option to search the
18179         image file.
18180         (iimage-locate-file): New function.  Emacs21.3 or earlier does not
18181         have locate-file.
18182         (iimage-mode-buffer): Use it.
18184 2004-07-03  Nick Roberts  <nickrob@gnu.org>
18186         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
18187         carefully.
18188         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
18190 2004-07-03  Juri Linkov  <juri@jurta.org>
18192         * replace.el (query-replace-read-args): Swallow space after 'foo,
18193         not after (quote foo).  Match space only immediately after symbol,
18194         not anywhere in the whole string.
18196 2004-07-02  Richard M. Stallman  <rms@gnu.org>
18198         * replace.el (query-replace-read-args): Swallow space after
18199         symbols, not after closeparens.  But avoid error if string ends there.
18201         * progmodes/python.el (python-beginning-of-statement):
18202         Exit the loop if backward-up-list gets error.
18204         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
18206 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
18208         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
18209         only if vc-consult-headers is non-nil.
18211 2004-07-02  Juri Linkov  <juri@jurta.org>
18213         * pcvs.el (cvs-mode-diff-repository): New command.
18215         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
18217 2004-07-01  Juri Linkov  <juri@jurta.org>
18219         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
18220         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
18221         C-M-% to isearch-query-replace-regexp.
18222         (minibuffer-local-isearch-map): Add arrow key bindings.
18223         Bind C-f to isearch-yank-char-in-minibuffer.
18224         (isearch-forward): Doc fix.
18225         (isearch-edit-string): Doc fix.
18226         (isearch-query-replace, isearch-query-replace-regexp): New funs.
18227         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
18228         (isearch-yank-char): Add optional arg.
18229         (isearch-yank-char-in-minibuffer): New fun.
18231         * replace.el (query-replace-interactive): Change type from boolean
18232         to choice.  Add value `initial'.
18233         (query-replace-read-args): Handle value `initial' of
18234         query-replace-interactive.
18236 2004-06-29  Kim F. Storm  <storm@cua.dk>
18238         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
18239         (breakpoint-disabled-bitmap-face): Add :group 'gud.
18241         * progmodes/ada-xref.el (ada-tight-gvd-integration):
18242         Add :group 'ada.
18244         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
18246 2004-06-29  Juri Linkov  <juri@jurta.org>
18248         * replace.el (query-replace-read-args): Swallow a space after
18249         everything except )]" which in most cases means after a symbol.
18251         * emacs-lisp/pp.el (pp-buffer): Add autoload.
18253 2004-06-28  Richard M. Stallman  <rms@gnu.org>
18255         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
18256         More changes to go with previous change in font-lock.el.
18258 2004-06-26  David Kastrup  <dak@gnu.org>
18260         * replace.el (perform-replace): Highlight the match even in
18261         non-query mode if there is potential replace string editing.
18263 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
18265         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
18266         agree with new return value of `file-remote-p'.
18267         This syncs with Tramp 2.0.42.
18269         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
18270         according to new documentation of `file-remote-p'.
18272         * files.el (file-remote-p): Fix doc to say that return value is
18273         identification of remote system, if not nil.
18274         (file-relative-name): Use new return value of `file-remote-p'.
18276 2004-06-26  Nick Roberts  <nickrob@gnu.org>
18278         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
18279         (gdb-goto-breakpoint): Fix breakage.
18281 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
18283         * man.el (Man-getpage-in-background): Add windows-nt to the list
18284         of systems where shell-file-name should be used instead of
18285         literal "sh".
18287 2004-06-25  Sam Steingold  <sds@gnu.org>
18289         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
18290         function names `(setf symbol)'.
18292 2004-06-24  Richard M. Stallman  <rms@gnu.org>
18294         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
18296         * font-lock.el (font-lock-keywords): Change format of compiled values.
18297         Document it.
18298         (font-lock-add-keywords): If font-lock-keywords is compiled,
18299         extract the uncompiled version, modify, then recompile.
18300         (font-lock-remove-keywords): Likewise.
18301         (font-lock-fontify-keywords-region): Handle changed format.
18302         (font-lock-compile-keywords): Handle changed format.
18303         (font-lock-set-defaults): Compile the keywords explicitly here.
18305 2004-06-24  David Kastrup  <dak@gnu.org>
18307         * replace.el (query-replace-read-args): Implement `\,' and `\#'
18308         replacements here.
18309         (query-replace-regexp): Doc string explaining this and the new
18310         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
18311         is better placed in `query-replace-read-args'.
18312         (replace-regexp): Explain `\,', `\#' and `\?'.
18313         (replace-match-data): New function for thorough reuse/destruction
18314         of old match-data.
18315         (replace-match-maybe-edit): Function for implementing `\?' editing.
18316         (perform-replace): Fix maintaining of the match stack including
18317         already matched regions, implement `\?', fix various problems
18318         with regions while editing and other stuff.
18319         (replace-highlight): Simplify.
18321 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
18323         * progmodes/grep.el (grep-error-screen-columns): New variable.
18324         (grep-regexp-alist): Give it the full functionality of gnu style
18325         compilation messages with line and column ranges.  Ask me for the
18326         perl script I'm working on, that uses these.
18328 2004-06-23  Nick Roberts  <nickrob@gnu.org>
18330         * comint.el (comint-insert-clicked-input, comint-copy-old-input):
18331         Remove.
18332         (comint-insert-input, comint-mouse-insert-input): New functions
18333         based on comint-insert-clicked-input for two bindings but just
18334         one functionality.
18336 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
18338         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
18340 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
18342         * files.el (write-contents-functions): Doc fix.
18344 2004-06-21  Juanma Barranquero  <lektu@terra.es>
18346         * image.el (image-library-alist): Rewrite docstring in active voice.
18348 2004-06-20  Richard M. Stallman  <rms@gnu.org>
18350         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
18352         * isearch.el (isearch-repeat): Avoid testing old match data.
18353         (isearch-message): Display trailing space in special font
18354         when search is failing.
18355         (isearch-search-fun-function): Doc fix.
18357         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
18359 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
18361         * frame.el (show-trailing-whitespace): Doc fix.
18363         * cus-edit.el (custom-variable-documentation): New function.
18364         (custom-variable): Use it.
18366 2004-06-19  Nick Roberts  <nickrob@gnu.org>
18368         * man.el (Man-getpage-in-background): Revert previous change but
18369         make cygwin a special case.
18371 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
18373         * autorevert.el (global-auto-revert-non-file-buffers):
18374         Update docstring.
18376 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
18378         * progmodes/compile.el (compilation-error-properties): Store one
18379         more than end-col, if present, so that transient-mark-mode will
18380         highlight last char too.
18381         * progmodes/grep.el (grep-regexp-alist): Match columns and column
18382         ranges, if present.
18384 2004-06-18  Jason Rumney  <jasonr@gnu.org>
18386         * makefile.w32-in: Double percent signs in for loops.
18388 2004-06-17  David Kastrup  <dak@gnu.org>
18390         * replace.el (query-replace-read-args): Only warn about use of \n
18391         and \t when we are doing a regexp replacement and the actual
18392         escaped character is n or t.
18393         (query-replace-regexp): Add \, and \# interpretation to
18394         interactive call and document it.
18395         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
18396         as shortkey for replace-count.
18397         (replace-quote): New function for doubling backslashes.
18399 2004-06-17  Juanma Barranquero  <lektu@terra.es>
18401         * files.el (parse-colon-path, cd): Mention in docstring that the
18402         path separator is colon in GNU-like systems.
18404         * newcomment.el (comment-region-internal): Fix docstring.
18406         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
18407         (ewoc-invalidate, ewoc-collect): Doc fixes.
18408         (ewoc--create-node, ewoc--delete-node-internal):
18409         Fix typos in docstring.
18411 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
18413         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
18414         manual to docstring.
18416 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18418         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
18420 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
18422         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
18423         Add hyperlink to emacs-xtra manual to docstring.
18425         * autorevert.el (global-auto-revert-non-file-buffers):
18426         Add hyperlink to emacs-xtra manual to docstring, as well as an
18427         info-link.
18429 2004-06-14  Juanma Barranquero  <lektu@terra.es>
18431         * image.el (image-library-alist): New variable to map image types
18432         to external libraries.  Initialized to nil, unless system-specific
18433         configs change it.
18434         (image-type-available-p): Determine whether an image type is
18435         available by calling `init-image-library'.
18437         * term/w32-win.el (image-library-alist): Initialize to a known set
18438         of probable library names.
18440 2004-06-14  Kenichi Handa  <handa@m17n.org>
18442         * international/code-pages.el (windows-1256, cp1125): Fix tables
18443         for several characters.
18445         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
18447 2004-06-13  Richard M. Stallman  <rms@gnu.org>
18449         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
18451         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
18452         not "`pc-selection-mode'".
18454         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
18456         * simple.el (previous-matching-history-element): Specify a default.
18458         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
18460         * cus-face.el (custom-declare-face): Simplify code.
18462         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
18464 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
18466         * files.el (before-save-hook): Add `time-stamp' to the options.
18468         * time-stamp.el (time-stamp): Recommend adding it to
18469         `before-save-hook', rather than `write-file-functions'.
18470         Make a similar change in `Commentary' section.
18472 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18474         * diff-mode.el (diff-current-defun): If at start of hunk, use
18475         position of first change.
18477 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
18479         * dired-x.el (dired-mark-omitted): Bind to "*O".
18481 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
18483         * bookmark.el (bookmark-bmenu-relocate): New function, as
18484         suggested by David J. Biesack <David.Biesack@sas.com>.
18485         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
18486         (bookmark-bmenu-mode): Describe binding in doc string.
18487         (bookmark-set-filename): Save the bookmark list if it's time.
18489 2004-06-13  Kenichi Handa  <handa@m17n.org>
18491         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
18492         (ccl-untranslated-to-ucs): Fix typo.
18494 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
18496         * progmodes/python.el (python-open-block-statement-p):
18497         Fix indentation after a block opening that contains a comment.
18499 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
18501         * bindings.el (completion-ignored-extensions): Add file extensions
18502         of Python byte-compiled files.
18504 2004-06-12  Juri Linkov  <juri@jurta.org>
18506         * info.el (Info-goto-node): Add autoload.
18507         (Info-toc): Add substring-no-properties on Info file name.
18508         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
18509         (Info-mode-map): Bind L to Info-history, T to Info-toc.
18511 2004-06-12  Kenichi Handa  <handa@m17n.org>
18513         * international/mule-cmds.el (set-language-environment):
18514         Load subst tables if necessary.
18516         * international/mule.el (decode-char): Load subst tables if necessary.
18517         (encode-char): Likewise.
18519         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
18520         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
18521         (utf-16le-decode-loop): Set r5 to -1 before loop.
18522         (utf-16be-decode-loop): Likewise.
18523         (ccl-decode-mule-utf-16le): Add EOF processing block.
18524         (ccl-decode-mule-utf-16be): Likewise.
18525         (ccl-decode-mule-utf-16le-with-signature): Likewise.
18526         (ccl-decode-mule-utf-16be-with-signature): Likewise.
18527         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
18528         (ccl-mule-utf-16-encode-untrans): New CCL.
18529         (utf-16-decode-to-ucs): Handle pre-read character.
18530         (utf-16le-encode-loop): Handle surrogate pair.
18531         (utf-16be-encode-loop): Likewise.
18532         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
18533         of utf-16le-encode-loop.
18534         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
18535         of utf-16be-encode-loop.
18536         (mule-utf-16-post-read-conversion):
18537         Call utf-8-post-read-conversion at first.
18538         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
18539         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
18540         Add post-read-conversion and pre-write-conversion.
18542         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
18543         (utf-translate-cjk-unicode-range): New variable.
18544         (utf-translate-cjk-load-tables): New function.
18545         (utf-lookup-subst-table-for-decode): New function.
18546         (utf-lookup-subst-table-for-encode): New function.
18547         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
18548         tables here.  Update safe-charsets of utf-* coding systems.
18549         (ccl-mule-utf-untrans): New CCL.
18550         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
18551         at end of each branch.
18552         (ccl-mule-utf-8-encode-untrans): New CCL.
18553         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
18554         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
18555         length of encoding.  Don't return r0.
18556         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
18557         (utf-8-post-read-conversion): Narrow to region properly.
18558         If utf-translate-cjk-mode is on, load tables if necessary.
18559         Call utf-8-compose with hash-table arg if necessary.
18560         Call XXX-compose-region instead of XXX-post-read-conversion.
18561         (utf-8-pre-write-conversion): New function.
18562         (mule-utf-8): Include CJK charsets in safe-charsets if
18563         utf-translate-cjk-mode is on.  Add pre-write-conversion.
18565         * international/characters.el: Temporarily set
18566         utf-translate-cjk-mode to nil.
18568         * language/devan-util.el (devanagari-compose-region):
18569         Add autoload cookie.
18571         * international/ccl.el (ccl-dump-call): Fix printing the
18572         subroutine name.
18574 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
18576         * dired.el (dired-revert): If buffer is marked unmodified before
18577         reverting, keep it marked unmodified.  Adapt to new conventions
18578         for commenting out code.
18579         (dired-make-relative): Adapt to new conventions for commenting out
18580         code.
18582 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
18584         * eshell/esh-module.el (eshell-load-defgroups):
18585         Bind `vc-handled-backends' to nil when opening files.
18587 2004-06-11  Juanma Barranquero  <lektu@terra.es>
18589         * files.el (parse-colon-path, cd): Doc fixes (refer to
18590         `path-separator', not colon).
18592 2004-06-10  Juanma Barranquero  <lektu@terra.es>
18594         * newcomment.el (comment-search-forward)
18595         (comment-search-backward): Fix typos in docstring.
18596         (comment-region): Doc fix.
18598 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
18600         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
18601         switch is no longer stored in `dired-switches-alist'.
18603         * dired-aux.el (dired-insert-subdir): Do not store R switch in
18604         `dired-switches-alist'.
18606 2004-06-10  Kim F. Storm  <storm@cua.dk>
18608         * pcvs.el (cvs-mode-diff-yesterday): New command.
18610         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
18612 2004-06-10  Juri Linkov  <juri@jurta.org>
18614         * emacs-lisp/edebug.el (edebug-eval-defun):
18615         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
18616         Fix docstring.
18618         * simple.el (eval-expression-print-format): Don't print additional
18619         information on the first call to `eval-print-last-sexp'.
18620         (next-error-find-buffer): Fix punctuation.
18621         (killing) <defgroup>: Fix punctuation.
18622         (yank-excluded-properties): Change group from editing to killing.
18624         * replace.el (perform-replace): Use `limit' to terminate the
18625         while-loop explicitly.
18627 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18629         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
18630         Use lc-*.xpm as prefix instead of *-locol.xpm.
18632         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
18633         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
18634         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
18635         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
18636         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
18637         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
18638         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
18639         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
18640         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
18641         * toolbar/lc-up_arrow.xpm:
18642         Rename from *-locol.xpm.
18644 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
18646         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
18647         include forms like &<str>; as valid url patterns.
18649 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
18651         * dired.el (dired-diff, dired-backup-diff)
18652         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
18653         (dired-do-chown, dired-do-touch, dired-do-print)
18654         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
18655         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
18656         (dired-create-directory, dired-do-copy, dired-do-symlink)
18657         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
18658         (dired-do-copy-regexp, dired-do-hardlink-regexp)
18659         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
18660         (dired-maybe-insert-subdir, dired-next-subdir)
18661         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
18662         (dired-kill-subdir, dired-tree-up, dired-tree-down)
18663         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
18664         (dired-run-shell-command, dired-query): Remove redundant,
18665         or incorrect, autoloads.
18667         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
18668         does not end in a slash.  Add optional argument KILL-ROOT.
18669         Update docstring.
18670         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
18671         (dired-query): Add autoloads.
18673 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
18675         * progmodes/compile.el (compilation-set-window-height): Rearrange
18676         the save-* functions because a buffer can have several current
18677         point in different windows.
18678         (compilation-error-regexp-alist-alist): Recognize {standard input}
18679         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
18681 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18683         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
18684         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
18685         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
18686         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
18687         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
18688         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
18689         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
18690         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
18691         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
18692         * toolbar/up_arrow-locol.xpm:
18693         New versions of icons that uses fewer colors.
18695         * toolbar/tool-bar.el (tool-bar-local-item)
18696         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
18697         if display-color-cells is 256 or less.
18699 2004-06-08  Kim F. Storm  <storm@cua.dk>
18701         * wid-edit.el (widget-specify-button): Use hand pointer rather
18702         than mouse-face as visible mouse-over effect.
18704 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
18706         * saveplace.el (save-place-alist-to-file): Bind `print-length'
18707         and `print-level' to nil when writing out `save-place-alist'.
18708         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
18710 2004-06-07  Juanma Barranquero  <lektu@terra.es>
18712         * completion.el (completion-kill-region): Doc fix.
18714         * format.el (format-insert-annotations)
18715         (format-annotate-location): Doc fixes.
18716         (format-subtract-regions): Make arguments match their use in docstring.
18718         * simple.el (kill-region): Doc fix.
18720         * subr.el (insert-buffer-substring-no-properties)
18721         (insert-buffer-substring-as-yank): Doc fixes.
18723 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
18725         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
18726         Update docstring.
18727         (dired-reset-subdir-switches): New function.
18729         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
18730         Limit scope of `buffer-read-only' binding.
18732 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
18734         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
18735         eshell-explicit-command-char.
18737 2004-06-06  Juanma Barranquero  <lektu@terra.es>
18739         * help-fns.el (help-argument-name): Inherit from italic face only
18740         if the frame supports it.
18742 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18744         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
18745         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
18746         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
18747         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
18748         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
18749         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
18750         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
18751         New conversions from xpm files.
18753         * toolbar/README: New file.
18755 2004-06-06  Richard M. Stallman  <rms@gnu.org>
18757         * isearch.el (isearch-mode-map): Undo previous change.
18759 2004-06-05  Juri Linkov  <juri@jurta.org>
18761         * bindings.el (debug-ignored-errors): Add regexps for history
18762         related messages.  Remove $ from "No further undo information".
18763         Move Ediff's messages to ediff.el.
18765         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
18767         * cus-edit.el (custom-display): Add `min-colors'.
18769         * custom.el (defface): Add `supports' to docstring.
18771         * help-fns.el (help-argument-name): Add :group 'help.
18773 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
18775         * find-dired.el (find-ls-subdir-switches): New user option.
18776         (find-dired): No longer call `abbreviate-file-name' on DIR.
18777         Set `dired-subdir-switches' buffer-locally.
18779         * locate.el: Merge the two `Commentary' sections.
18780         (locate-ls-subdir-switches): New user option.
18781         (locate): Update for other changes.
18782         (locate-mode-map): Restore Dired binding for mouse-2.
18783         Bind `locate-mouse-view-file' to M-mouse-2.
18784         Bind `l' to `locate-do-redisplay'.
18785         (locate-main-listing-line-p, locate-do-redisplay): New functions.
18786         (locate-mouse-view-file, locate-tags, locate-find-directory):
18787         Print message if used outside main listing.
18788         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
18789         Various changes to support inserted subdirectories.
18790         (locate-insert-header): Change header of *Locate* buffer.
18792         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
18793         Change interactive default switches.
18794         (dired-rename-subdir-2): Update `dired-switches-alist'.
18795         (dired-insert-subdir, dired-kill-subdir):
18796         Handle `dired-switches-alist'.  Do not mark buffer modified.
18797         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
18798         (dired-insert-subdir-doinsert): Omit messages.
18799         Handle `dired-subdir-switches'.
18800         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
18802         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
18803         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
18804         subdirs if -R switch is used for a subdir.
18805         (dired-mode): Set `dired-switches-alist'.
18806         (dired-build-subdir-alist): Only print number of directories in
18807         echo area when invoked interactively.
18809 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
18811         * dired-x.el (dired-omit-mode): Rename from
18812         dired-omit-files-p.  Use define-minor-mode to define it.
18813         (dired-omit-files-p): Add as alias for dired-omit-mode.
18814         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
18815         dired-mark-omitted.
18816         (dired-mark-omitted): Add.  Bind to M-O.
18818 2004-06-05  Kenichi Handa  <handa@m17n.org>
18820         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
18822 2004-06-05  Juanma Barranquero  <lektu@terra.es>
18824         * help-fns.el (help-argument-name): Reintroduce face.
18825         (help-default-arg-highlight): Use it, now that
18826         `face-differs-from-default-p' can be trusted.
18828 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
18830         * textmodes/table.el: Sentence commands added to Point Motion
18831         group; kill and backward-kill commands added to Extraction group.
18833 2004-06-04  Mario Lang  <mlang@delysid.org>
18835         * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
18836         systems appear to use mW, make the code handle this.  Fix a
18837         division-by-zero bug while at it, and handle kernels with
18838         a slightly different layout in /proc/acpi.
18840 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
18842         * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
18843         because the latter is a CL-ism.  This fixes the bug reported by
18844         Shawn Boyette <mdxi@collapsar.net> in
18845         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
18847 2004-06-04  Miles Bader  <miles@gnu.org>
18849         * faces.el (display-supports-face-attributes-p): Function moved to
18850         C code.  Previously only the tty-related portion of this function
18851         was done in C; however the previous attempt to do a halfway-proper
18852         job for non-tty displays in lisp didn't work properly because of
18853         funny conditions during Emacs startup.
18854         (face-differs-from-default-p): Simplify, now that
18855         display-supports-face-attributes-p works properly on all display
18856         types.  Remove :stipple from comparison; it doesn't really work
18857         in emacs anyway.
18859 2004-06-04  Miles Bader  <miles@gnu.org>
18861         * faces.el (face-differs-from-default-p): Use a different
18862         implementation, so we can really check whether FACE displays
18863         differently or not.
18865 2004-06-04  Miles Bader  <miles@gnu.org>
18867         * faces.el (display-supports-face-attributes-p): Implement a
18868         `different from default' check for non-tty displays.
18870 2004-06-03  David Kastrup  <dak@gnu.org>
18872         * woman.el (woman-mapcan): More concise code.
18873         (woman-topic-all-completions, woman-topic-all-completions-1)
18874         (woman-topic-all-completions-merge): Replace by a simpler and
18875         much faster implementation based on O(n log n) sort/merge instead
18876         of the old O(n^2) behavior.
18878 2004-06-03  Miles Bader  <miles@gnu.org>
18880         * subr.el (read-number): Use canonical format for default in prompt.
18882         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
18883         Add regexp for " [...]" style defaults.
18885 2004-06-02  Romain Francoise  <romain@orebokech.com>
18887         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
18888         groups: if the user asks for a hidden buffer, open the
18889         corresponding filter group to expose it.
18891         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
18892         `ibuffer-jump-to-buffer'.
18893         (ibuffer-jump-offer-only-visible-buffers): New user option.
18895 2004-06-02  Juanma Barranquero  <lektu@terra.es>
18897         * faces.el (frame-update-faces): Add empty docstring so the one
18898         for `ignore' doesn't show through.
18900         * subr.el (process-kill-without-query): Remove spurious "\n" on
18901         obsolescence string.
18902         (focus-frame, unfocus-frame): Add obsolescence declaration and
18903         empty docstring.
18905         * international/mule.el (register-char-codings): Make alias for
18906         `ignore'.  Move docstring to obsolescence info and remove redundancy.
18908 2004-06-02  Kim F. Storm  <storm@cua.dk>
18910         * frame.el (blink-cursor-start): Turn cursor off initially so blink
18911         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
18913 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18915         * comint.el (comint-replace-by-expanded-history-before-point):
18916         Obey `start' as the docstring says.
18917         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
18918         (comint-update-fence): Prevent font-lock from running unnecessarily.
18919         (comint-dynamic-list-completions): Use with-current-buffer.
18921 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18923         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
18924         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
18925         (bibtex-entry-update): Handle alternatives and optional fields.
18926         (bibtex-parse-entry): Bugfix, handle empty key.
18928 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18930         * vc-arch.el (vc-arch-state): Don't assume the file exists.
18932 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
18934         * desktop.el (desktop-save): Don't save minor modes without a
18935         known mode initialization function.
18937 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
18939         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
18941         * autorevert.el: Update `Commentary' section.
18943 2004-05-30  Juanma Barranquero  <lektu@terra.es>
18945         * dos-fns.el (convert-standard-filename):
18946         * files.el (convert-standard-filename):
18947         * w32-fns.el (convert-standard-filename):
18948         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
18950 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
18952         Sync with Tramp.
18954         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
18955         (tramp-let-maybe): Move to an earlier spot in the file.
18956         Patch by Andreas Schwab.
18958 2004-05-30  Andreas Schwab  <schwab@suse.de>
18960         * dired.el (dired-get-filename): Don't use dired-re-dot.
18962 2004-05-30  Richard M. Stallman  <rms@gnu.org>
18964         * files.el (find-file): Doc fix.
18966         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
18968 2004-05-30  Nick Roberts  <nickrob@gnu.org>
18970         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
18971         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
18972         modeline of the locals buffer.
18973         (gdb-goto-breakpoint): Handle gdbmi.
18974         (gdb-get-frame-number): Change for gdbmi.
18976 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
18978         * files.el (file-remote-p): Apply file name handler for operation
18979         `file-remote-p'.  It isn't a property any longer.
18980         (file-relative-name): `fh' and `fd' get the required value via
18981         `find-file-name-handler' already.
18983         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
18984         (top): Remove setting of `file-remote-p' property for
18985         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
18987 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
18989         Version 2.0.41 of Tramp released.
18991         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
18992         Throw away if process has died.
18993         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
18994         (tramp-out-of-band-prompt-regexp): Rename to
18995         `tramp-process-alive-regexp', because its usage is widen.
18996         (tramp-actions-copy-out-of-band): Apply it.
18997         (tramp-actions-before-shell, tramp-multi-actions):
18998         Add `tramp-action-process-alive' action.
18999         (tramp-action-process-alive): New defun.
19000         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
19001         Add entry for `file-remote-p'.
19002         (tramp-handle-file-remote-p): New defun.
19003         (top): Remove setting of `file-remote-p'.  Don't set
19004         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
19006         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
19007         `file-remote-p'.
19009         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
19010         counted for (last) line.  [They should or they shouldn't?  --Stef]
19011         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
19013 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
19015         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
19016         not really necessary but seems to keep the shell history smaller
19017         in some cases.  It is no substitute for setting HISTFILE and
19018         HISTSIZE from tramp-open-connection-setup-interactive-shell,
19019         though.  Suggested by Luc Teirlinck.
19020         (tramp-open-connection-setup-interactive-shell): Export variables
19021         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
19022         (tramp-set-process-query-on-exit-flag): New compat function.
19023         (tramp-open-connection-multi, tramp-open-connection-su)
19024         (tramp-open-connection-rsh, tramp-open-connection-telnet)
19025         (tramp-do-copy-or-rename-file-out-of-band): Use it.
19026         (tramp-let-maybe): New macro, let-binds a variable only if it
19027         isn't obsolete.
19028         (tramp-check-ls-commands, tramp-handle-expand-file-name)
19029         (tramp-handle-file-truename): Use it.
19030         (tramp-completion-file-name-regexp-unified): Avoid matching
19031         filenames starting with "/:" -- those are reserved for
19032         file-name-non-special.
19034         * tramp-smb.el (tramp-smb-open-connection):
19035         Use tramp-set-process-query-on-exit-flag compat function.
19037 2004-05-29  Richard M. Stallman  <rms@gnu.org>
19039         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
19041         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
19042         (eval-last-sexp-print-value): Print char equivalent regardless
19043         of standard-output value.
19045         * thumbs.el (thumbs-subst-char-in-string): Delete.
19046         (thumbs-thumbname): Use subst-char-in-string.
19047         (thumbs-resize-image): Use condition-case, not ignore-errors.
19048         (thumbs-kill-buffer): Likewise.
19050         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
19051         (thumbs-mode): Make buffer read-only.
19052         (thumbs-make-thumb): Unconditionally accept an existing file.
19053         (thumbs-insert-thumb): Add thumb-image-file property to the image.
19054         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
19055         (thumbs-show-thumbs-list): Error if images not supported.
19056         (thumbs-save-current-image): Improve prompt string.
19057         (thumbs-mode-map): Define u, R, x.
19058         (thumbs-unmark): New command.
19059         (thumbs-emboss-image): Minor cleanup.
19060         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
19061         (thumbs-rename-images): New command.
19062         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
19064         * thumbs.el (thumbs-current-image): New function.
19065         (thumbs-file-list, thumbs-file-alist): New functions.
19066         (thumbs-find-image): Delete arg L.
19067         Don't set up thumbs-fileL as buffer-local global var.
19068         (thumbs-find-image-at-point): Use thumbs-current-image.
19069         (thumbs-set-image-at-point-to-root-window): Likewise.
19070         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
19071         Record and warn about errors.  Update thumbs-markedL for deletions.
19072         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
19073         (thumbs-redraw-buffer): Use thumbs-file-list.
19074         (thumbs-mark): Use thumbs-current-image.
19075         (thumbs-show-name): Use thumbs-current-image.
19077         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
19078         and imenu--last-menubar-index-alist.
19080         * subr.el (with-selected-window): Undo previous change.
19082 2004-05-29  John Paul Wallington  <jpw@gnu.org>
19084         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
19085         (thumbs-mouse-find-image): New command.
19086         (thumbs-mode-map): Bind it to mouse-2.
19087         (thumbs-mode): Make mode-class special.
19088         (thumbs-view-image-mode): Likewise.
19090 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
19092         * flymake.el: New file.
19094 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
19096         * files.el (find-file-noselect-1): Do not bind
19097         `inhibit-read-only' to t during execution of
19098         `find-file-not-found-functions'.
19100 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19102         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
19103         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
19105 2004-05-28  Juri Linkov  <juri@jurta.org>
19107         * simple.el (eval-expression-print-format): New fun.
19109         * simple.el (eval-expression):
19110         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
19111         * emacs-lisp/edebug.el (edebug-compute-previous-result)
19112         (edebug-eval-expression): Print additionally the value returned by
19113         `eval-expression-print-format'.
19115         * emacs-lisp/lisp.el (insert-pair-alist): New var.
19116         (insert-pair): Make arguments optional.  Find character pair
19117         from `insert-pair-alist' according to the last input event.
19118         (insert-parentheses): Make arguments optional.
19119         (raise-sexp, delete-pair): New funs.
19121         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
19122         (emacs-lisp-mode-map, lisp-interaction-mode-map):
19123         Bind C-M-q to `indent-pp-sexp'.
19125         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
19126         `pp-to-string' modified to be able to format text with newlines.
19127         (pp-to-string): Move the buffer-formatting part of the code to
19128         `pp-buffer'.  Call `pp-buffer'.
19130         * info.el (Info-desktop-buffer-misc-data): Don't save information
19131         about virtual files.
19132         (Info-restore-desktop-buffer): Restore Info buffers in prepared
19133         buffers with names obtained from the desktop file instead of the
19134         default *info* buffer.
19136 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19138         * subr.el (with-selected-window): Only save/restore the selected
19139         window.
19141         * progmodes/compile.el (compilation-error-regexp-alist):
19142         Use expand-file-name and data-directory.
19144         * progmodes/grep.el (grep-tree): Rework previous fix.
19146         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
19147         after the user marked text with the mouse.
19149         * startup.el (command-line): Keep the first regexp of
19150         auto-save-file-name-transforms intact.
19152 2004-05-28  Juanma Barranquero  <lektu@terra.es>
19154         * cus-edit.el (customize-face, customize-face-other-window)
19155         (custom-face-edit-delete): Make arguments match their use in
19156         docstring.
19157         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
19158         docstring.
19160         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
19161         not `cvs-butlast'.
19163         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
19164         `nbutlast' are in subr.el).
19166         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
19167         (set-w32-system-coding-system): Doc fixes.
19169         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
19170         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
19171         Make arguments match their use in docstring.
19172         (artist-draw-region-trim-line-endings)
19173         (artist-mouse-choose-operation): Fix typo in docstring.
19174         (artist-key-set-point-common): Doc fix.
19176 2004-05-28  Simon Josefsson  <jas@extundo.com>
19178         * mail/smtpmail.el (smtpmail-open-stream):
19179         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
19181 2004-05-26  Simon Josefsson  <jas@extundo.com>
19183         * starttls.el: Merge with my GNUTLS based starttls.el.
19184         (starttls-gnutls-program, starttls-use-gnutls)
19185         (starttls-extra-arguments, starttls-process-connection-type)
19186         (starttls-connect, starttls-failure, starttls-success): New variables.
19187         (starttls-program, starttls-extra-args): Doc fix.
19188         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
19189         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
19190         and pass on to corresponding *-gnutls function if it is set.
19192 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
19194         * autorevert.el (auto-revert-handler): Disable auto-reverting of
19195         remote files.
19197 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
19199         * files.el (file-name-non-special): There are more operations
19200         which need handling: `find-backup-file-name',
19201         `insert-file-contents', `verify-visited-file-modtime',
19202         `write-region'.  Rename t value of method to `add'.  Add new
19203         methods `quote' and `unquote-then-quote' to file-arg-indices.
19205 2004-05-25  Juri Linkov  <juri@jurta.org>
19207         * info.el (Info-toc): Call Info-mode on intermediate buffer.
19208         (Info-index-nodes): Enclose code in condition-case to catch errors.
19209         (Info-index-node): Don't search all index nodes if request is only
19210         for the current node and file is not in the cache of index nodes.
19211         (Info-mode-map): Bind Info-copy-current-node-name to `w'
19212         for consistency with dired-copy-filename-as-kill.
19213         Bind `S' to Info-search-case-sensitively.
19214         (Info-copy-current-node-name): New arg.  With zero prefix arg put
19215         the name inside a function call to `info'.  Display copied text in
19216         the echo area.
19218 2004-05-25  Sam Steingold  <sds@gnu.org>
19220         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
19221         strip the package prefix from the symbol name, if any.
19222         Make it the `find-tag-default-function' for `lisp-mode'.
19224 2004-05-25  John Paul Wallington  <jpw@gnu.org>
19226         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
19227         instead of obsolete `process-kill-without-query'.
19229         * textmodes/texinfmt.el (texinfo-indexvar-alist):
19230         Declare as variable, not constant.
19232 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
19234         * files.el (find-file-noselect-1): Fix bug introduced by
19235         Revision 1.694.  As a side effect, `inhibit-read-only'
19236         is again, by default, t during execution of
19237         `find-file-not-found-functions'.
19238         (insert-directory): Check that lines were really inserted by
19239         the --dired switch, before erasing them.
19241 2004-05-24  Nick Roberts  <nickrob@gnu.org>
19243         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
19244         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
19245         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
19246         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
19247         gud-minor-mode (gdbmi).
19249 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
19251         * net/browse-url.el (browse-url-interactive-arg): Enable user to
19252         explicitly select the text to be taken as URL.
19254 2004-05-23  Juri Linkov  <juri@jurta.org>
19256         * info.el (Info-index-nodes): New var and fun.
19257         (Info-goto-index, Info-index, info-apropos)
19258         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
19259         (Info-index): Fix docstring.  Store and restore Info-history-list.
19260         (Info-complete-nodes): New var.
19261         (Info-complete-menu-item): Use it.
19262         (Info-index-node): New fun.
19263         (Info-final-node, Info-forward-node, Info-backward-node)
19264         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
19265         Use Info-index-node.
19266         (Info-extract-menu-item, Info-extract-menu-counting): Set second
19267         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
19268         (Info-find-node-2): If a node with period in its name not found,
19269         try to find a node without the name part after period.
19270         (Info-select-node): Call Info-fontify-node only if
19271         Info-fontify-maximum-menu-size is not nil.
19272         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
19273         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
19274         Preserve Info-history-list.
19275         (Info-toc): Set Info-current-file.
19276         (Info-build-toc): Move point to the beginning of the buffer.
19277         Add main-file variable.
19278         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
19279         Use backslashed representation of the control character ^_.
19281         * textmodes/texinfmt.el (texinfo-print-index): Print index line
19282         numbers in the new Texinfo 4.7 format.
19284         * add-log.el (change-log-font-lock-keywords): Remove `:' from
19285         regexps for function and variable names.
19287         * descr-text.el (describe-property-list): Add [show] button for
19288         `syntax-table' property with action to pp to a separate buffer.
19289         (describe-char): Replace search-forward by re-search-forward with
19290         whitespace regexp after "character:" to not fail in too narrow windows.
19292         * simple.el (next-error-find-buffer): Add a rule to return
19293         next-error capable buffer if one window on the selected frame
19294         displays such buffer.
19296 2004-05-23  Nick Roberts  <nickrob@gnu.org>
19298         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
19299         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
19300         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
19301         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
19302         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
19303         Handle new value for gud-minor-mode (gdbmi).
19304         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
19305         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
19306         Change from local to global gdb variable set.
19307         (gdb-ann3): Initialize above gdb variable set.
19308         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
19309         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
19310         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
19311         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
19312         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
19313         (gdb-info-locals-handler, gdb-invalidate-assembler)
19314         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
19315         set as global variables.
19316         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
19317         Handle gdbmi.
19318         (gdb-info-breakpoints-custom): Fix regexp.
19319         (def-gdb-var): Delete.
19321         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
19322         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
19323         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
19324         a new mode.  The file (gdb-mi.el) for this mode will be included
19325         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
19326         primary interface.
19328 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
19330         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
19331         interpreted as a directory.
19333 2004-05-22  Richard M. Stallman  <rms@gnu.org>
19335         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
19336         as a close quote.
19338         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
19340         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
19341         Use assoc-string, not assoc-ignore-case.
19343         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
19345         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
19346         If moving back then fwd gets a defun that ends before point,
19347         try again moving fwd then back.
19349         * files.el (file-name-non-special): Allow t in file-arg-indices
19350         to mean requote the return value.  Use `identity' as an element
19351         rather than as the whole value.
19353         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
19355 2004-05-22  Juanma Barranquero  <lektu@terra.es>
19357         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
19358         `help-make-usage'.
19359         (help-highlight-arguments): Skip function name before searching
19360         for arguments.
19362 2004-05-21  Juanma Barranquero  <lektu@terra.es>
19364         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
19365         Don't mention in the docstring these arguments meant for
19366         internal (recursive) use only.
19367         (allout-char-spec): Comment out (it's not implemented).
19368         (allout-old-expose-topic, allout-exposure): Fix docstring and add
19369         obsolescence declaration.
19370         (allout-flatten-exposed-to-buffer)
19371         (allout-indented-exposed-to-buffer): Fix typos in docstring.
19372         (my-mark-marker): Doc fix.
19373         (produce-allout-mode-map, allout-sibling-index)
19374         (allout-isearch-expose, allout-distinctive-bullet)
19375         (allout-open-topic, allout-reindent-body)
19376         (allout-rebullet-heading, allout-process-exposed)
19377         (allout-insert-listified, allout-latex-verb-quote)
19378         (allout-insert-latex-header, allout-insert-latex-trailer):
19379         Make arguments match their use in docstring.
19380         (allout-primary-bullet, allout-old-style-prefixes)
19381         (allout-inhibit-protection, allout-init, allout-mode)
19382         (allout-before-change-protect, allout-flag-region):
19383         Use "Emacs" instead of "emacs" in docstrings.
19385 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
19387         * international/characters.el: Modify syntax of more characters.
19389 2004-05-21  Masatake YAMATO  <jet@gyve.org>
19391         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
19392         (etags-tags-completion-table): Show parsing progress.
19394 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
19396         * locate.el (locate-prompt-for-command): Shorten first line of
19397         docstring.
19398         (locate-mode): Expand docstring and include keymap summary.
19400         * files.el (find-file-noselect-1): Limit the scope of the
19401         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
19402         is, by default, nil during the execution of
19403         `find-file-not-found-functions' and `find-file-hook'.
19405 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
19407         * facemenu.el (facemenu-color-name-equal): New function.
19408         (list-colors-display): Use it to compare colors instead of
19409         facemenu-color-equal.
19411 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
19413         * compare-w.el (compare-windows-face): Use min-colors instead of
19414         checking for tty or pc types.
19416 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19418         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
19419         (completion-setup-function): Use with-current-buffer.
19420         Properly save excursion.  Simplify.
19421         Don't assume there is necessarily a `mouse-face' property somewhere.
19423         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
19425         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
19427         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
19428         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
19429         Use with-current-buffer.
19430         (byte-goto-log-buffer): Delete.
19431         (byte-compile-log-file): Call compilation-forget-errors.
19433 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
19435         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
19436         output messages into the search result.
19438 2004-05-19  Masatake YAMATO  <jet@gyve.org>
19440         * wid-edit.el (widget-radio-button-notify): Revert my last
19441         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
19443 2004-05-19  Kenichi Handa  <handa@m17n.org>
19445         * international/characters.el: Fix syntax (open/close) of CJK chars.
19447 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
19449         * help-mode.el (help-go-back): Don't depend on position of back button.
19451 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19453         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
19454         files don't contain an accidental additional /.
19456         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
19457         in source buffer.
19459 2004-05-18  Masatake YAMATO  <jet@gyve.org>
19461         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
19462         to widget-apply.  :action method assumes 2 arguments, not 3.
19464 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
19466         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19467         New constants.
19468         (hs-special-modes-alist): Add an f90-mode entry.
19470 2004-05-17  Sam Steingold  <sds@gnu.org>
19472         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
19473         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
19475 2004-05-16  Kim F. Storm  <storm@cua.dk>
19477         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
19479 2004-05-15  John Wiegley  <johnw@newartisans.com>
19481         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
19482         (eshell-output-object-to-target): Improve output speed 20% by not
19483         calling `eshell-stringify' if something is already known to be a
19484         string.
19486 2004-05-15  Alex Ott  <ott@jet.msk.su>
19488         * textmodes/ispell.el (ispell-local-dictionary-alist):
19489         Add windows-1251 to the choice of coding systems.
19490         (ispell-dictionary-alist-6): Add support for "russianw.aff",
19491         encoded in cp1251.
19493 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
19495         * progmodes/compile.el (compilation-warning-face)
19496         (compilation-info-face): Use min-colors.
19498 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19500         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
19501         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
19502         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
19503         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
19504         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
19505         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
19506         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
19507         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
19508         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
19509         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
19510         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
19511         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
19512         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
19513         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
19515 2004-05-15  Kim F. Storm  <storm@cua.dk>
19517         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
19518         Use it to set triggered-p element of timer.
19519         (timer-event-handler): Set triggered-p element non-nil while running
19520         the timer function.
19522 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19524         * descr-text.el (describe-char-unicode-data)
19525         (describe-char-unicodedata-file): Re-enable the unicode code now that
19526         the licensing issues have been cleared in the unicode-4 license.
19527         (describe-text-properties-1): Remove unused `overlay' var.
19528         (describe-char): Remove unused var `buffer'.
19530 2004-05-14  David Ponce  <david@dponce.com>
19532         * tree-widget.el: New file.
19534 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
19536         * language/european.el ("Brazilian Portuguese"): Add support for
19537         Brazilian Portuguese.
19539 2004-05-13  John Wiegley  <johnw@newartisans.com>
19541         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
19542         `recentf-mode' if this variable has been customized to t.
19544         * eshell/esh-test.el (eshell-test): Call the function
19545         `emacs-version' rather than trying to build a custom version string.
19547 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19549         * net/telnet.el (telnet-mode): Use define-derived-mode.
19550         Don't modify the global value of comint-prompt-regexp.
19552 2004-05-13  John Paul Wallington  <jpw@gnu.org>
19554         * version.el (emacs-version): Check for `gtk' feature before
19555         `x-toolkit' feature.
19557 2004-05-13  Juanma Barranquero  <lektu@terra.es>
19559         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
19560         arguments in the docstring, they're used only in recursive calls.
19562         * help-fns.el (help-arg-highlighting-function)
19563         (help-argument-name): Delete.
19564         (help-default-arg-highlight): New function.
19565         (help-do-arg-highlighting): Use it.
19567 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
19569         * calendar/appt.el (appt-disp-window):
19570         Use `calendar-set-mode-line' for a centered mode-line.
19572 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
19574         * calendar/appt.el (appt-disp-window): Do not split window
19575         excessively when `split-height-threshold' is low.
19577 2004-05-12  Nick Roberts  <nickrob@gnu.org>
19579         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
19580         kill-buffer-hook here and make it local.
19581         (gud-kill-buffer-hook): Use kill-process for a sure kill.
19583 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
19585         * progmodes/compile.el (compilation-set-window-height):
19586         Use save-excursion to protect against misplaced marker.
19588 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19590         * custom.el (defface): Document that type can have value gtk.
19592         * faces.el (face-spec-set-match-display): Handle type gtk in display.
19594 2004-05-12  Kenichi Handa  <handa@m17n.org>
19596         * descr-text.el: Require quail at compile time.
19597         (describe-char): If an input method is on and it supports the
19598         character, show how to input it.
19600         * international/quail.el (quail-install-decode-map): Accept a
19601         char-table whose subtype is `quail-decode-map'.
19602         (quail-store-decode-map-key, quail-gen-decode-map1)
19603         (quail-gen-decode-map, quail-find-key1, quail-find-key)
19604         (quail-show-key): New functions.
19606 2004-05-12  Juanma Barranquero  <lektu@terra.es>
19608         * generic.el (define-generic-mode): Remove redundant arglist info.
19610         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
19611         Make arguments match their use in docstring.
19612         (help-arg-highlighting-function): New variable.
19613         (help-argument-name): Mention it in the docstring.
19614         (help-do-arg-highlight): Use it.  Expand regexp to accept also
19615         ARG-xxx and xxx-ARG references.
19617 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
19619         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
19620         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
19621         and "mailto:addr1?to=addr2" equal.
19623 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
19625         * man.el (Man-getpage-in-background): Use shell-file-name
19626         and shell-command-switch variables instead of hard-coded values.
19628 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
19630         * iimage.el: New file.
19632 2004-05-11  Juanma Barranquero  <lektu@terra.es>
19634         * custom.el (custom-initialize-default, defcustom):
19635         Fix typo in docstring.
19637         * files.el (set-visited-file-name, file-expand-wildcards):
19638         Fix docstring.
19640 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19642         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
19644         * subr.el (eventp): Be more discriminating with integers.
19646 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
19648         * progmodes/compile.el (compile): Add universal prefix arg.
19649         (compilation-error-regexp-alist-alist): Add edg patterns.
19651 2004-05-10  Sam Steingold  <sds@gnu.org>
19653         * textmodes/ispell.el (ispell-message):
19654         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
19656 2004-05-10  Dave Love  <fx@gnu.org>
19658         * progmodes/python.el (help-buffer): Autoload when compiling.
19659         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
19660         (run-python): Prepend to any existing PYTHONPATH.
19662 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
19664         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
19665         for pending breakpoints.
19667 2004-05-10  Richard M. Stallman  <rms@gnu.org>
19669         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
19670         directly without calling any functions in Rmail.
19671         (unrmail-unprune): Function deleted.
19673 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19675         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
19676         C-c C-z binding.
19678 2004-05-10  Kenichi Handa  <handa@m17n.org>
19680         * descr-text.el (describe-char): Fix previous change.  Don't make
19681         a unibyte character to multibyte in the *Help* buffer.
19683 2004-05-10  Miles Bader  <miles@gnu.org>
19685         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
19686         buffer an error if the debugger process is actually running.
19688 2004-05-10  Juanma Barranquero  <lektu@terra.es>
19690         * help-fns.el (help-argument-name): Default to italic.
19691         (help-highlight-arguments): Return always (usage . doc), even when
19692         usage is nil.
19694         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
19695         (define-ibuffer-filter): Add usage info.
19696         (define-ibuffer-op): Add usage info (but CL-style defaults for
19697         keyword args are not shown).
19699         * subr.el (remove-overlays, read-passwd): Fix docstring.
19700         (start-process-shell-command): Fix docstring.  Put usage info in a
19701         format usable by `describe-function'.
19702         (open-network-stream, open-network-stream-nowait)
19703         (open-network-stream-server): Fix docstring.
19705 2004-05-09  Jason Rumney  <jasonr@gnu.org>
19707         * international/code-pages.el (cp932, cp936, cp949, c950): Remove.
19708         Only define cp125* if windows-125* is already defined.
19710         * language/korean.el (cp949): Add alias.
19712         * language/chinese.el (cp936, cp950): Add aliases.
19714         * language/japanese.el (cp932): Add alias.
19716         * term/w32-win.el: Require code-pages.
19718         * international/mule-cmds.el (set-locale-environment):
19719         On MS-Windows use ansi code-page for default coding-systems.
19720         Set up paper sizes for Windows 3 letter languages.
19722         * international/code-pages.el (cp932, cp936, cp949, cp950):
19723         Add aliases.  Also add cp125* if not already defined.
19725 2004-05-09  Juanma Barranquero  <lektu@terra.es>
19727         * help-fns.el (help-highlight-arguments): Don't try to highlight
19728         missing or autoloaded arglists.  Accept structured arguments, like
19729         the first ones of `do' and `flet'.
19731         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
19732         (cvs-get-marked): Remove redundant arglist info.
19734         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
19735         Don't use CL-style default args.
19737 2004-05-08  Andreas Schwab  <schwab@suse.de>
19739         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
19741         * international/subst-ksc.el: Fix references to utf-translate-cjk
19742         into utf-translate-cjk-mode.
19743         * international/subst-big5.el: Likewise.
19744         * international/subst-gb2312.el: Likewise.
19745         * international/subst-jis.el: Likewise.
19746         * international/utf-16.el: Likewise.
19747         * international/utf-8.el: Likewise.
19749 2004-05-08  John Wiegley  <johnw@newartisans.com>
19751         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
19752         "virtual buffers" (off by default), which makes it possible to
19753         switch to the "virtual" buffers of recently visited files.  When a
19754         buffer name search fails, and this option is on, iswitchb will
19755         look at the list of recently visited files, and permit matching
19756         against those names.  When the user hits RET on a match, it will
19757         revisit that file.
19758         (iswitchb-read-buffer): Add two optional arguments, which makes
19759         isearchb.el possible.
19760         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
19761         (iswitchb-next-match): Add support for virtual buffers.
19763         * isearchb.el: This module extends iswitchb to provide "as you
19764         type" buffer selection.
19766         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
19767         Ignore the read-only property when flyspell highlighting is on.
19768         Not ignoring it leads to a series of confusing errors.
19769         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
19770         but also make sure to call flyspell-incorrect-hook.
19771         (flyspell-maybe-correct-transposition): Perform transposition test
19772         by bit twiddling a string, rather than using a temp buffer.
19773         (flyspell-maybe-correct-doubling): Use a string rather than a temp
19774         buffer.  This is also the original version of the code, which
19775         could not be checked in before due to a previous lack of
19776         assignment papers.  This version has seen heavy usage on my system
19777         for several years now.
19779         * calendar/cal-bahai.el: New file, which adds support for the
19780         Baha'i calendar to Emacs.  This calendar is based on a solar year
19781         of 19 months of 19 days, with 4 intercalary days.  Each year
19782         begins on March 21, with the calendar starting in 1844.
19784         * calendar/cal-menu.el, calendar/calendar.el
19785         * calendar/diary-lib.el, calendar/holidays.el:
19786         Added support for using cal-bahai.el.
19788         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
19789         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
19790         function can be used outside of eshell buffers.
19791         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
19793 2004-05-08  Juanma Barranquero  <lektu@terra.es>
19795         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
19796         word constituent so FOO-ARG is not recognized as an arg.
19797         (help-highlight-arguments): Don't skip lists in mandatory arguments.
19799         * simple.el (next-error): Fix typo in docstring.
19800         (open-line): Make argument names match their use in docstring.
19801         (split-line): Fix docstring.
19803         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
19804         usable by `describe-function'.
19805         (gensym, gentemp, typep, ignore-errors): Make argument names match
19806         their use in docstring.
19808         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
19809         argument to `help-setup-xref'.
19811 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
19813         Version 2.0.40 of Tramp released.
19815         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
19816         Use symbol-function to invoke functions only known on some Emacs
19817         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
19818         Scaldeferri <kevin@scaldeferri.com>.
19819         (tramp-do-copy-or-rename-file-via-buffer): Rename from
19820         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
19821         consistent with the other tramp-do-* functions.
19822         (tramp-do-copy-or-rename-file): Calls adjusted.
19823         (tramp-process-initial-commands): Avoid liveness check on shell --
19824         we know that it must be alive since we're opening a connection at
19825         this moment.
19826         (tramp-last-cmd): New internal variable.
19827         (tramp-process-echoes): New tunable.
19828         (tramp-send-command): Set tramp-last-cmd.
19829         (tramp-wait-for-output): Delete echo, if applicable.
19830         (tramp-read-passwd): Construct the key for the password cache in a
19831         way that works for multi methods, too.
19832         (tramp-bug): Add backup-directory-alist and
19833         bkup-backup-directory-info to bug reports, with Tramp counterparts.
19835 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
19837         * net/tramp*.el: Suppress byte-compiler warnings where possible.
19839         * net/tramp.el (tramp-out-of-band-prompt-regexp)
19840         (tramp-actions-copy-out-of-band): New defcustoms.
19841         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
19842         used instead of a synchronous one.  Allows password entering.
19843         (tramp-action-out-of-band): New defun.
19844         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
19845         Remove restriction with password from doc string.
19846         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
19847         `tramp-out-of-band-prompt-regexp',
19848         `tramp-actions-copy-out-of-band', `password-cache' and
19849         `password-cache-expiry'.
19850         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
19851         password caching.
19852         (tramp-touch): FILE can be a local file, too.
19853         (TODO): Remove items done.
19854         (tramp-handle-insert-directory): Properly quote file name also if
19855         not full-directory-p.  Handle wildcard case.  Reported by Andreas
19856         Schwab <schwab@suse.de>.
19857         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
19858         new file.
19859         (tramp-handle-file-local-copy, tramp-handle-write-region):
19860         The permissions of the temporary file are set if filename exists.
19861         Reported by Ted Stern <stern@cray.com>.
19862         (tramp-backup-directory-alist)
19863         (tramp-bkup-backup-directory-info): New defcustoms.
19864         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
19865         (tramp-handle-find-backup-file-name): New function.
19866         Implements Tramp's find-backup-file-name.
19868         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
19869         for `find-backup-file-name'.
19871         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
19872         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
19874 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
19876         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
19878 2004-05-07  Juanma Barranquero  <lektu@terra.es>
19880         * subr.el (lambda): Add arglist description to docstring.
19881         (declare): Fix typo in docstring.
19882         (open-network-stream): Fix docstring.
19883         (process-kill-without-query): Fix docstring and add obsolescence info.
19884         (last, butlast, nbutlast): Make arguments match their use in docstring.
19885         (insert-buffer-substring-no-properties): Likewise.
19886         (insert-buffer-substring-as-yank): Likewise.
19887         (split-string): Fix docstring.
19889         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
19890         Make argument names match their use in docstring.
19892         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
19894 2004-05-06  Nick Roberts  <nickrob@gnu.org>
19896         * progmodes/gdb-ui.el: Improve/extend documentation strings.
19897         Fit first sentence on one line for apropos-command.
19899 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19901         Changes largely merged in from Dave Love's code.
19902         * progmodes/python.el: Doc fixes.
19903         (python-mode-map): Add python-complete-symbol.
19904         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
19905         (python-comment-indent, python-complete-symbol)
19906         (python-symbol-completions, python-partial-symbol)
19907         (python-try-complete): New.
19908         (python-indent-line): Remove optional arg.  Use python-block-end-p.
19909         (python-check): Bind compilation-error-regexp-alist.
19910         (inferior-python-mode): Use rx.  Move keybindings to top level.
19911         Set comint-input-filter.
19912         (python-preoutput-filter): Use rx.
19913         (python-input-filter): Re-introduce.
19914         (python-proc): Start new process if necessary.
19915         Check python-buffer non-nil.
19916         (view-return-to-alist): Defvar.
19917         (python-send-receive): New.
19918         (python-eldoc-function): Use it.
19919         (python-mode-running): Don't defvar.
19920         (python-mode): Set comment-indent-function.
19921         Maybe update hippie-expand-try-functions-list.
19922         (python-indentation-levels): Initialize differently.
19923         (python-block-end-p): New.
19924         (python-indent-line): Use it.
19925         (python-compilation-regexp-alist): Augment.
19926         (run-python): Import `emacs' module to Python rather than loading
19927         code directly.  Set python-buffer differently.
19928         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
19929         Use python-proc.
19930         (python-send-command): Go to end of comint buffer.
19931         (python-load-file): Use python-proc, emacs.eimport.
19932         (python-describe-symbol): Simplify interactive form.
19933         Use emacs.help.  Do use temp-buffer-show-hook.
19934         Call print-help-return-message.
19935         (hippie-exp): Require when compiling.
19936         (python-preoutput-continuation): Use rx.
19938         * diff-mode.el (diff-make-unified): Fix regexp.
19940 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
19942         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
19943         filter groups from the buffer when rebuilding the Ibuffer buffer
19944         and `ibuffer-show-empty-filter-groups' is nil.
19946 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19948         * ps-print.el (ps-print-quote): Call ps-value-string.
19949         (ps-setup): Call ps-comment-string.
19950         (ps-value-string, ps-comment-string): New funs.
19952 2004-05-06  Juanma Barranquero  <lektu@terra.es>
19954         * ehelp.el (electric-help-command-loop): Check whether the last
19955         character is visible, not (point-max).
19957         * help-fns.el (help-argument-name): Default to bold; don't inherit
19958         from font-lock-variable-name-face.
19959         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
19961 2004-05-05  Kenichi Handa  <handa@m17n.org>
19963         * descr-text.el (describe-char): Copy the character with text
19964         properties and overlays into the first line, and call
19965         describe-text-properties on it.
19967 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
19969         * iswitchb.el (iswitchb-global-map): Fix typo.
19970         Remove unwanted ###autoloads from source file.
19972 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
19974         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
19975         in run-hooks.  Use substitute-command-keys in message.
19976         (wdired-abort-changes): Add message.
19978 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
19980         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
19981         (sql-emacs20-p): Remove.
19982         (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
19983         (sql-builtin-face, sql-doc-face): Remove.
19984         (sql-mode-ansi-font-lock-keywords)
19985         (sql-mode-oracle-font-lock-keywords)
19986         (sql-mode-postgres-font-lock-keywords)
19987         (sql-mode-linter-font-lock-keywords)
19988         (sql-mode-ms-font-lock-keywords)
19989         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
19990         (sql-product-font-lock): Fix font-lock reset when font rules change.
19991         (sql-highlight-product): Remove incorrect font-lock reset logic.
19993 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
19995         * ses.el (ses-set-parameter): Fix typo.
19997 2004-05-04  Kim F. Storm  <storm@cua.dk>
19999         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
20000         Must expand directory for completion to work; and don't mess with
20001         process-environment.
20002         (ido-read-file-name): If command has ido property, don't use ido
20003         if value is ignore, or read as directory if value is dir.
20004         Set ido ignore property for dired-do-rename command.
20006 2004-05-04  Juanma Barranquero  <lektu@terra.es>
20008         * ehelp.el (electric-help-command-loop, electric-help-undefined)
20009         (electric-help-help): Check against unmapped commands.
20011         * help-fns.el (help-argument-name): New face, inheriting from
20012         font-lock-variable-name-face, to highlight function arguments in
20013         `describe-function' and `describe-key'.
20014         (help-do-arg-highlight): Auxiliary function to highlight a given
20015         list of arguments in a string.
20016         (help-highlight-arguments): Highlight the function arguments and
20017         all uses of them in the docstring.
20018         (describe-function-1): Use it.  Do docstring output via `insert',
20019         not 'princ', so text attributes are preserved.
20021         * winner.el (winner-mode-map): Move `winner-undo' and
20022         `winner-redo' to C-c <left> and C-c <right>, respectively (the
20023         previous bindings conflict with `prev-buffer', `next-buffer').
20025 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20027         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
20028         (bibtex-entry-update): New command bound to C-c C-u.
20029         (bibtex-text-in-string): Fix regexp.
20030         (bibtex-assoc-of-regexp): Remove.
20031         (bibtex-progress-message): Fix docstring.
20032         (bibtex-inside-field): Use if.
20033         (bibtex-assoc-regexp): New function.
20034         (bibtex-format-entry): Make code more robust so that it formats
20035         also old entries.
20036         (bibtex-autokey-demangle-title): Merge with obsolete function
20037         bibtex-assoc-of-regexp.
20038         (bibtex-field-list): New function.
20039         (bibtex-entry): Use bibtex-field-list.
20040         (bibtex-parse-entry): Fix docstring.
20041         (bibtex-print-help-message): Use bibtex-field-list.
20042         (bibtex-make-field): Use bibtex-field-list.
20043         (bibtex-entry-index): Bugfix.  Return crossref key if required.
20044         (bibtex-lessp): Fix docstring.
20046 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
20048         * select.el (xselect-convert-to-string): Move comment to intended line.
20050 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20052         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
20053         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
20055 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20057         * term/x-win.el (x-clipboard-yank): Don't exit on error from
20058         x-get-selection.
20060 2004-05-03  Jason Rumney  <jasonr@gnu.org>
20062         * makefile.nt: Remove.
20064 2004-05-03  Kim F. Storm  <storm@cua.dk>
20066         * emulation/cua-base.el (cua--update-indications): Fix last change.
20067         (cua-mode): Deactivate mark when cua-mode is enabled.
20069 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
20071         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
20073 2004-05-03  Nick Roberts  <nickrob@gnu.org>
20075         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
20076         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
20077         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
20078         window over visible frames.
20079         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
20081 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20083         * progmodes/compile.el (compilation-gcpro): New var.
20084         (compilation-fake-loc): Use it.
20085         (compilation-forget-errors): Reset it.
20087 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
20089         * diff-mode.el (diff-header-face, diff-file-header-face):
20090         Use min-colors.
20092 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20094         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
20095         (bibtex-clean-entry): Disentangle code.
20096         (bibtex-realign): New function.
20097         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
20098         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
20099         Remove undocumented optional arg called-by-convert-alien.
20100         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
20101         for sorting instead of bibtex-sort-buffer.
20103 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
20105         * progmodes/compile.el (compilation-start): In the
20106         no-async-subprocesses branch, call sit-for to give redisplay a
20107         chance to show the updated process status in the mode line, and
20108         fontify the buffer explicitly after the process exits.
20110 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20112         * progmodes/python.el (python-compilation-line-number): Remove.
20113         (python-compilation-regexp-alist): Don't use it any more.
20114         (python-orig-start, python-input-filter): Remove.
20115         (inferior-python-mode): Don't set up comint-input-filter-functions.
20116         (python-send-region): Use compilation-fake-loc.
20118         * progmodes/compile.el (compilation-messages-start): New var.
20119         (compilation-mode): Don't setup next-error-function here.
20120         (compilation-setup): Set it up here instead (for minor modes as well).
20121         Make compilation-messages-start buffer local.
20122         (compilation-next-error-function): Use it.
20123         (compilation-forget-errors): Set compilation-messages-start.
20125 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
20127         * ielm.el (ielm-prompt-read-only): Update docstring.
20129         * comint.el (comint-prompt-read-only): Update docstring.
20130         (comint-update-fence, comint-kill-whole-line)
20131         (comint-kill-region): New functions.
20133         * simple.el (kill-whole-line): Use "p" instead of "P" in
20134         interactive form.
20136 2004-05-01  Juanma Barranquero  <lektu@terra.es>
20138         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
20139         format arglist so default values in CL-style argument lists are
20140         correctly shown.
20142 2004-05-01  Jason Rumney  <jasonr@gnu.org>
20144         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
20146 2004-05-01  Kenichi Handa  <handa@m17n.org>
20148         * international/titdic-cnv.el (miscdic-convert): Don't generate a
20149         quail file if it is up to date.
20151 2004-04-30  Juri Linkov  <juri@jurta.org>
20153         * cus-edit.el (custom-mode-map):
20154         Add key binding `C-x C-s' to `Custom-save'.
20156         * outline.el (outline-blank-line): New var.
20157         (outline-next-preface, outline-show-heading)
20158         (outline-end-of-subtree): Use it.
20160         * dired-aux.el (dired-touch-initial): New fun.
20161         (dired-do-chxxx): Call it for op-symbol `touch'.
20162         (dired-diff): Use `dired-dwim-target-directory'
20163         if current dired buffer has no buffer mark.
20165         * bindings.el (propertized-buffer-identification):
20166         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
20167         Add C-M-arrow keys for consistency.
20169         * files.el (confirm-kill-emacs):
20170         Change group from top-level `emacs' to `convenience'.
20172         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
20173         Push mark on the first call of successive command calls.
20174         (insert-pair): New fun created from `insert-parentheses' with
20175         `open' and `close' arguments added.  Enclose active regions
20176         in paired characters.  Compare adjacent characters syntax with
20177         inserted characters syntax before inserting a space.
20178         (insert-parentheses): Call `insert-pair' with ?\( ?\).
20180         * delsel.el: Don't put `delete-selection' property
20181         on `insert-parentheses' symbol to take advantage of
20182         region handling in `insert-pair' function.
20183         Suggested by Stephan Stahl <stahl@eos.franken.de>.
20185 2004-04-30  Kim F. Storm  <storm@cua.dk>
20187         * emulation/cua-base.el: Add support for changing cursor types;
20188         based on patch from Michael Mauger.
20189         (cua-normal-cursor-color, cua-read-only-cursor-color)
20190         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
20191         Customization cursor type and/or cursor color.
20192         (cua--update-indications): Handle cursor type changes.
20193         (cua-mode): Update cursor indications if enabled.
20195         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
20197         * mouse.el (mouse-drag-copy-region): New defcustom.
20198         (mouse-set-region, mouse-drag-region-1): Use it.
20200         * simple.el (kill-ring-save): If region face background color is
20201         unspecified (if no highlighting), show extent of fully visible
20202         region even if transient-mark-mode is enabled.
20204         * emulation/cua-base.el (cua--standard-movement-commands):
20205         Add cua-scroll-up and cua-scroll-down.
20206         (cua-scroll-up, cua-scroll-down): New commands.
20207         (cua--init-keymaps): Remap scroll-up and scroll-down.
20209         * emulation/cua-rect.el (cua--convert-rectangle-as):
20210         New defmacro.
20211         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
20212         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
20213         New commands (suggested by Jordan Breeding).
20215 2004-04-30  Juanma Barranquero  <lektu@terra.es>
20217         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
20219 2004-04-30  Mario Lang  <mlang@delysid.org>
20221         * diff.el (diff-switches): Fix typo in docstring.
20223 2004-04-30  Alex Schroeder  <alex@gnu.org>
20225         * xml.el (xml-debug-print-internal): Don't add newline and
20226         indentation to text nodes and write empty elements as empty tags
20227         instead of opening and closing tags.
20228         (xml-debug-print): Take optional indent-string argument.
20229         (xml-print): Alias for xml-debug-print.
20231 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
20233         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
20234         than duplicate call to `line-beginning-position'.
20236         * progmodes/f90.el (f90-get-present-comment-type):
20237         Return whitespace, as well as comment chars, for consistent filling
20238         of comment blocks.  Use `match-string-no-properties'.
20239         (f90-break-line): Trim trailing whitespace when filling comments.
20241 2004-04-30  Dave Love  <fx@gnu.org>
20243         * calendar/diary-lib.el (diary-outlook-formats): New variable.
20244         (diary-from-outlook-internal, diary-from-outlook)
20245         (diary-from-outlook-gnus, diary-from-outlook-rmail):
20246         New functions to import diary entries from Outlook-format
20247         appointments in mail messages.
20249 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20251         * progmodes/python.el (python-send-command): New fun.
20252         (python-send-region, python-load-file): Use it.
20254         * progmodes/compile.el (compilation-last-buffer): Add var alias.
20256         * help-fns.el (help-C-file-name): Use new subr-name.
20257         Prepend `src/' to the file name.
20258         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
20259         (describe-function-1, describe-variable): Only find a C source file
20260         name if DOC is already loaded.
20262         * help-mode.el (help-function-def, help-variable-def):
20263         Use the new find-function-search-for-symbol functionality.
20264         Allow FILE to be `C-source'.
20266         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
20267         (find-function-C-source): New fun.
20268         (find-function-search-for-symbol): Use it.
20270 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
20272         * progmodes/sql.el (sql-product-alist): Rename variable
20273         `sql-product-support'.  Add Postgres login parameters.
20274         (sql-set-product, sql-product-feature): Update with renamed variable.
20275         (sql-connect-postgres): Add username prompt.
20276         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
20277         Make patterns less product specific.
20278         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
20279         (sql-mode-abbrev-table): Modify initialization.
20280         (sql-builtin-face): Add variable.
20281         (sql-keywords-re): Add macro.
20282         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
20283         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
20284         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
20285         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
20286         (sql-mode-linter-font-lock-keywords)
20287         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
20288         (sql-mode-sybase-font-lock-keywords)
20289         (sql-mode-informix-font-lock-keywords)
20290         (sql-mode-interbase-font-lock-keywords)
20291         (sql-mode-ingres-font-lock-keywords)
20292         (sql-mode-solid-font-lock-keywords)
20293         (sql-mode-sqlite-font-lock-keywords)
20294         (sql-mode-db2-font-lock-keywords): Default to nil.
20295         (sql-product-font-lock): Always highlight ANSI keywords.
20296         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
20297         (sql-send-string): Add function.
20299 2004-04-29  Dave Love  <fx@gnu.org>
20301         * progmodes/cfengine.el (cfengine-beginning-of-defun)
20302         (cfengine-end-of-defun): Ensure progress through buffer.
20304         * info-look.el (cfengine-mode): Accept a terminal ().
20306 2004-04-29  Juri Linkov  <juri@jurta.org>
20308         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
20309         instead of isearch-yank-word-or-char.  Add new key bindings for
20310         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
20311         (isearch-del-char): New fun.
20312         (isearch-forward, isearch-edit-string): Update docstring.
20313         (isearch-yank-char): Doc fix.
20314         (isearch-other-meta-char): Restore point after scrolling.
20316         * progmodes/compile.el (compilation-context-lines): Add nil option
20317         to disable compilation output window scrolling.
20318         (compilation-set-window): Use it.
20320         * outline.el (outline-next-preface, outline-show-heading):
20321         Don't leave unhidden blank line before heading.
20322         (outline-end-of-subtree): Include last newline into subtree.
20323         (hide-entry): Leave point at beginning of heading instead of end.
20324         (outline-up-heading): Push mark for the first call of successive
20325         command calls.
20327 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
20329         * comint.el (comint-prompt-read-only): New variable.
20330         (comint-output-filter): Implement it.
20332         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
20333         (ielm-prompt-internal): New variable.
20334         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
20335         (ielm-send-input): Delete unused variable `buf'.
20336         (ielm-eval-input): Use `ielm-prompt-internal'.
20337         (inferior-emacs-lisp-mode): Use new variables
20338         `comint-prompt-read-only' and `ielm-prompt-internal'.
20339         Get rid of obsolete variable `directory-sep-char'.
20340         (ielm): Use `zerop'.
20342 2004-04-29  John Paul Wallington  <jpw@gnu.org>
20344         * thumbs.el (toplevel): Require cl at compile time.
20345         Remove conditional definitions of `ignore-errors' and `caddar'
20346         because they occur at run time.
20348 2004-04-28  Nick Roberts  <nickrob@gnu.org>
20350         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
20351         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
20352         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
20353         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
20355         * progmodes/gud.el (gud-common-init): Throw an error if program is
20356         already running under gdb.
20358 2004-04-28  John Paul Wallington  <jpw@gnu.org>
20360         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
20361         (thumbs-show-image-num): Move assignment of
20362         `thumbs-current-image-filename' within scope of `i'.
20363         (thumbs-emboss-image): Don't use `evenp'.
20365 2004-04-28  Richard M. Stallman  <rms@gnu.org>
20367         * progmodes/compile.el (compilation-context-lines): Default now 0.
20369 2004-04-28  Juanma Barranquero  <lektu@terra.es>
20371         Use `time-less-p' from calendar/time-date.el instead of defining
20372         custom versions of it.
20374         * pcomplete.el (pcomplete-time-less-p): Remove.
20376         * thumbs.el (time-less-p): Remove.
20378         * calendar/timeclock.el (timeclock-time-less-p): Remove.
20379         (timeclock-generate-report): Use `time-less-p'.
20381         * emacs-lisp/autoload.el (autoload-before-p): Remove.
20382         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
20384 2004-04-28  Masatake YAMATO  <jet@gyve.org>
20386         * subr.el (remove-overlays): Make arguments optional.
20388         * wid-edit.el (widget-specify-button): Put evaporate to the
20389         overlay for sample.
20390         (widget-specify-sample): Put evaporate to the overlay for sample.
20391         (widget-specify-doc): Put evaporate to the overlay for documentation.
20393 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
20395         * info.el (info-apropos): Make it an index node.  Align node names
20396         like makeinfo.
20398 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
20400         * net/browse-url.el (browse-url-netscape-sentinel)
20401         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
20402         (browse-url-epiphany-sentinel, browse-url-mosaic):
20403         Use browse-url-*-program instead of a literal program name.
20405 2004-04-27  Kevin Ryde  <user42@zip.com.au>
20407         * eshell/em-alias.el:
20408         * eshell/em-dirs.el:
20409         * eshell/em-hist.el:
20410         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
20411         features when M-x customize-group loads modules before the main
20412         eshell.el.
20414 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
20416         * subr.el (momentary-string-display): Support EXIT-CHAR that is
20417         either a character representation of an event or an event
20418         description list.
20420         * type-break.el: Capitalize Emacs and Lisp.
20421         (type-break-good-break-interval, type-break-demo-boring-stats)
20422         (type-break-terse-messages, type-break-file-name): New defcustoms.
20423         (type-break-post-command-hook)
20424         (type-break-warning-countdown-string): Quote variable names in doc.
20425         (type-break-interval-start, type-break-auto-save-file-name): New vars.
20426         (type-break-mode): Document type-break-good-break-interval and the
20427         "session" file.  Schedule break according to the session file.
20428         Kill session file buffer on exit.  Organize for save-some-buffers
20429         to always save the session file.
20430         (type-break-mode-line-message-mode, type-break-query-mode):
20431         Uppercase arguments.
20432         (type-break-file-time, type-break-file-keystroke-count, timep)
20433         (type-break-choose-file, type-break-get-previous-time)
20434         (type-break-get-previous-count): New defuns.
20435         (type-break): Avoid break querying after a completed break in the
20436         case where the query was initiated during user invocation of the
20437         break.  Optional terse messages.
20438         Use type-break-good-break-interval if type-break-good-rest-interval is
20439         nil.  File the break time.
20440         (type-break-schedule): New optional args for overriding the use of
20441         the current time.
20442         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
20443         after a break.
20444         (type-break-check): File the keystroke count.
20445         (type-break-do-query): Prevent a second query when the break is
20446         interrupted.  Optional terse message.
20447         (type-break-keystroke-reset): Record the start of a typing interval.
20448         (type-break-demo-boring): Optional terse messages.  Display word
20449         per minute and keystroke counts according to
20450         type-break-demo-boring-stats.
20452 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
20454         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
20455         directories, make sure they exist under archive-tmpdir.
20457 2004-04-27  Juri Linkov  <juri@jurta.org>
20459         * help.el (view-emacs-news): With argument, display info for the
20460         selected version by finding it among different NEWS files, and
20461         narrowing the buffer to the selected version.
20463         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
20464         same-window-buffer-names.
20465         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
20466         non-numeric prefix argument, append the number to the buffer name
20467         for numeric prefix argument.
20468         (info-other-window): Bind same-window-regexps to nil.
20469         (Info-reference-name): Rename to Info-point-loc.
20470         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
20471         and Info-find-index-name for stringy Info-point-loc.
20472         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
20473         without middle `.', but with final `.' and optional line number
20474         for it.  Set Info-point-loc for index nodes.
20475         (Info-index): Remove middle `.' from index entry regexp.
20476         Modify line number regexp.
20477         (Info-index-next): Decrement line number.
20478         (info-apropos): Remove middle `.' from index entry regexp.
20479         Add optional line number regexp at the end.  Add matched value
20480         for line number to the result list and insert it to the buffer.
20481         Replace match-string by match-string-no-properties.
20482         Reorder result list.
20483         (Info-fontify-node): Hide index line numbers.
20484         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
20485         empty matches.
20486         (Info-follow-reference): Use `str' instead of
20487         Info-following-node-name-re.
20488         (Info-toc): Use full file names.  Set Info-current-node to "Top".
20489         (Info-fontify-node): Compare file names without directory name.
20490         (Info-try-follow-nearest-node): Don't set Info-reference-name.
20491         Set second arg of Info-extract-menu-node-name for index nodes.
20492         (info-xref-visited): Use magenta3 instead of magenta4.
20493         (Info-mode): Add info-apropos to docstring.
20495         * log-view.el (log-view-diff): Replace interactive code "r"
20496         by a list to allow to call it even if region is not active.
20498         * paren.el (show-paren-highlight-openparen): New var.
20499         (show-paren-function): Turn on openparen highlighting when
20500         matching forward if show-paren-highlight-openparen is non-nil.
20502         * simple.el (kill-ring-save): Use blink-matching-delay instead of
20503         the constant value 1.
20504         (completions-common-part): Expand docstring.
20506         * textmodes/picture.el (picture-mode-map): Add arrow keys.
20508 2004-04-27  Kim F. Storm  <storm@cua.dk>
20510         * image.el (insert-sliced-image): Use line-height instead of
20511         line-spacing property on newline.
20513 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
20515         * desktop.el (desktop-buffer-misc-data-function): Rename to
20516         desktop-save-buffer and change docstring.
20517         (desktop-buffer-modes-to-save): Delete.
20518         (desktop-save-buffer-p): Use desktop-save-buffer instead of
20519         desktop-buffer-modes-to-save.
20520         (desktop-save): Rename desktop-buffer-misc-data-function to
20521         desktop-save-buffer and allow non-function value.
20522         (desktop-missing-file-warning): Correct docstring.
20524         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
20525         to desktop-save-buffer.
20527         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
20528         desktop-save-buffer.
20530         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
20532         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
20534 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
20536         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
20538 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
20540         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
20541         (ielm): Only go to the end of the buffer when starting a new process.
20543 2004-04-25  Juanma Barranquero  <lektu@terra.es>
20545         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
20546         mode line.  Bind `inhibit-read-only' to t before modifying
20547         properties of text in the buffer.
20548         (ielm): Force point to the end of buffer, even when running ielm
20549         from inside itself.
20551 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20553         * info.el (info-apropos): Reset Info-complete-cache.
20555 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
20557         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20558         Also recognize severe Irix et al. messages.
20559         (compilation-normalize-filename, compile-abbreviate-directory):
20560         Delete functions.
20561         (compilation-get-file-structure): New function inherits
20562         functionality of the two preceding ones.
20563         (compilation-internal-error-properties, compilation-fake-loc):
20564         Use it so that different paths to the same file share the same
20565         markers.  Also optimize finding adjacent marker slightly.
20567 2004-04-25  Kim F. Storm  <storm@cua.dk>
20569         * image.el (insert-sliced-image): Add line-spacing t property
20570         to newlines separating image lines.
20572 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
20574         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
20576         * ielm.el (ielm-prompt-read-only): New user option.
20577         (ielm-prompt): Expand docstring to describe new behavior.
20578         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
20579         mention it in the docstring.
20581 2004-04-24  Andreas Schwab  <schwab@suse.de>
20583         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
20585         * diff.el (diff): Set default-directory in diff buffer.
20587 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
20589         * mail/sendmail.el (mail-bury): Don't delete the frame where the
20590         mail was being composed if the terminal cannot display more than
20591         one frame; instead, switch to previous frame.
20593         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
20594         (rmail-start-mail): Support rmail-mail-new-frame even on
20595         terminals that can display only one frame at a time.
20597 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20599         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
20600         (checkdoc-output-font-lock-keywords): Remove error regexp.
20601         (checkdoc-output-mode-map): Remove.
20602         (checkdoc-output-mode): Derive from compilation-mode.
20603         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
20605         * dired.el (dired-mode-map): Add a menu entry for wdired.
20607         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
20608         (rx-bracket, rx-check-any, rx-any): Clean up name space.
20610         * wdired.el (wdired-mode-map): Move init into declaration.
20611         Fix `return' binding.
20612         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
20613         Use force-mode-line-update.
20614         (wdired-get-filename): Use `unless'.
20615         (wdired-preprocess-files): Don't assume names have no \n and use / for
20616         dir separator.
20617         (wdired-normalize-filename): Use replace-regexp-in-string.
20618         (wdired-load-hooks): Remove.
20619         (wdired-mode-hooks): Rename to wdired-mode-hook.
20621         * info-look.el: Add support for cfengine-mode.
20622         (info-lookup-setup-mode): Use dolist.
20624 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
20626         * wdired.el: New file.
20628 2004-04-23  Juanma Barranquero  <lektu@terra.es>
20630         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
20632         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
20633         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
20634         (pcomplete--help, pcomplete--here): Doc fixes.
20636 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
20638         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
20639         handles wrong-number-of-arguments in backend call.
20641         * vc.el (vc-print-log): Likewise.
20643 2004-04-20  Dave Love  <fx@gnu.org>
20645         * emacs-lisp/rx.el: Doc fixes.
20646         (rx-constituents): Add/extend many forms.
20647         (rx-check): Check form is a list.
20648         (bracket): Defvar.
20649         (rx-check-any, rx-any, rx-check-not): Modify.
20650         (rx-not): Simplify.
20651         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
20652         (rx-kleene): Use rx-trans-forms.
20653         (rx-quote-for-set): Delete.
20654         (rx): Allow multiple args.
20656 2004-04-23  Kenichi Handa  <handa@m17n.org>
20658         * international/mule-util.el (char-displayable-p): Simplify by
20659         using internal-char-font.
20661 2004-04-23  Juanma Barranquero  <lektu@terra.es>
20663         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
20665 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20667         * diff-mode.el (diff-next-error): New fun.
20668         (diff-mode): Use it.
20670         * simple.el (next-error): Change arg name.
20671         Add support for the documented C-u C-x ` usage.
20673         * frame.el (special-display-popup-frame, next-multiframe-window)
20674         (previous-multiframe-window): Only consider frames on same display.
20676 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
20678         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
20679         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
20681 2004-04-22  Kim F. Storm  <storm@cua.dk>
20683         * net/telnet.el (telnet): Add optional port arg.
20685 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20687         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20688         Minor sanity check on the `hyperlink' slot.
20690         * Makefile.in (recompile): Compile new files.
20692         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
20693         Add byte-recompile-directory's optional `arg'.
20695         * cvs-status.el (cvs-tree-use-charset): New var.
20696         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
20697         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
20698         (cvs-status-cvstrees): Use it.
20700         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
20701         Make it a normal major mode.
20702         (checkdoc-buffer-label): Make sure the file name is meaningful.
20703         (checkdoc-output-to-error-buffer): Remove.
20704         (checkdoc-error, checkdoc-start-section): Rewrite.
20706         * info.el (info-node, info-menu-5, info-xref, info-header-node)
20707         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20708         (Info-title-4-face): Use new syntax.
20709         (info-xref-visited): Inherit from info-xref.
20711         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
20713 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20715         * simple.el (next-error-last-buffer, next-error-function):
20716         New variables for the next-error framework.
20717         (next-error-buffer-p): New function.
20718         (next-error-find-buffer): Generalize compilation-find-buffer.
20719         (next-error, previous-error, first-error, next-error-no-select)
20720         (previous-error-no-select): Move from compile.el.
20722         * replace.el (occur-next-error, occur-1): Hook into the next-error
20723         framework.
20725         * progmodes/compile.el (compilation-start):
20726         Set next-error-last-buffer so next-error knows where to jump.
20727         (compilation-setup): Set the buffer-local variable
20728         next-error-function to 'compilation-next-error-function.
20729         (compilation-buffer-p, compilation-buffer-internal-p): Use an
20730         alternate way to find if a buffer is a compilation buffer, for
20731         next-error convenience.
20732         (next-error-no-select, previous-error-no-select, next-error)
20733         (previous-error, first-error): Move to simple.el.
20734         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
20735         (compilation-last-buffer): Remove.
20736         (compilation-start, compilation-next-error, compilation-setup)
20737         (compilation-next-error-function, compilation-find-buffer):
20738         Remove compilation-last-buffer use.
20740 2004-04-21  Juanma Barranquero  <lektu@terra.es>
20742         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
20743         (font-lock-warning-face): Fix spacing.
20745         * makefile.w32-in (WINS): Add url/ directory.
20747 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
20749         * desktop.el (desktop-buffer-mode-handlers): New variable.
20750         Alist of major mode specific functions to restore a desktop buffer.
20751         (desktop-buffer-handlers): Make variable obsolete.
20752         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
20753         Catch errors signaled in handlers.  Update buffer count.
20754         Evaluate desktop-buffer-point.
20755         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
20756         move to dired.el.
20757         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
20758         move to info.el.
20759         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
20760         move to mail/rmail.el.
20761         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
20762         to mh-e/mh-e.el.
20763         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
20764         On fail, print message (to message buffer) even if
20765         desktop-missing-file-warning is nil.
20766         (desktop-buffer-misc-data-function): New buffer local variable.
20767         Function returning major mode specific data.
20768         (desktop-buffer-misc-functions): Make variable obsolete.
20769         (desktop-save): Use desktop-buffer-misc-data-function.
20770         (desktop-buffer-dired-misc-data): Rename to
20771         dired-desktop-buffer-misc-data and move to dired.el.
20772         (desktop-buffer-info-misc-data): Rename to
20773         Info-desktop-buffer-misc-data and move to info.el.
20774         (desktop-read): Add message about number of buffers restored/failed.
20776         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
20777         Add parameters.  Pause to display error only when
20778         desktop-missing-file-warning is non-nil.
20779         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
20780         (dired-mode): Bind desktop-buffer-misc-data-function.
20782         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
20783         Add Parameters.
20784         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
20785         (Info-mode): Bind desktop-buffer-misc-data-function.
20787         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
20788         Add Parameters.
20790         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
20791         Add Parameters.
20793 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
20795         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
20796         the case of letters in case-insensitive expansions when the
20797         abbrev is preceded by characters with letter syntax.
20799 2004-04-21  Richard M. Stallman  <rms@gnu.org>
20801         * progmodes/cperl-mode.el (cperl-putback-char):
20802         Delete Emacs 18 definition.
20804         * international/mule.el (ctext-post-read-conversion):
20805         Use assoc-string, not assoc-ignore-case.
20807         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
20809         * emacs-lisp/easymenu.el (easy-menu-add):
20810         Do call x-popup-menu, but only if it's defined.
20812         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
20814         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
20815         Handle multiple args: compile like progn.
20817         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
20818         take all args as &rest arg.
20820         * autoinsert.el (auto-insert-alist): Insert the user's name in
20821         copyright notice, rather than Free Software Foundation.
20823 2004-04-21  Kenichi Handa  <handa@m17n.org>
20825         * descr-text.el (describe-char): Make it work on *Help* buffer.
20827 2004-04-21  Kim F. Storm  <storm@cua.dk>
20829         * image.el (insert-image): Add optional SLICE arg.
20830         (insert-sliced-image): New defun.
20832 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
20834         * subr.el (read-number): Check whether `default' is nil.
20836 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20838         * progmodes/compile.el (compilation-error-properties): Split into
20839         two.
20840         (compilation-internal-error-properties): New one.
20841         (compilation-compat-error-properties): Use it.  Fix the non-marker
20842         case.
20844 2004-04-20  Richard M. Stallman  <rms@gnu.org>
20846         * window.el (split-window-save-restore-data):
20847         Don't update the data if OLD-INFO is nil.
20849         * view.el (view-return-to-alist): Mark it permanent local.
20851         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
20853         * recentf.el (recentf-save-list): Catch and warn about errors.
20855         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
20856         so "Buffers" won't be pure.
20858         * help-mode.el (help-mode-finish): Set help-return-alist first
20859         thing, setting only the entry for the selected window.
20861         * help-fns.el (describe-function-1): If many non-control non-meta
20862         keys run the command, don't list all of them.
20864 2004-04-20  Juanma Barranquero  <lektu@terra.es>
20866         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
20867         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
20869         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
20871 2004-04-20  Kenichi Handa  <handa@m17n.org>
20873         * international/quail.el (quail-lookup-key): New optional arg
20874         NOT-RESET-INDICES.
20875         (quail-get-translations): Call quail-lookup-key with
20876         NOT-RESET-INDICES t.
20877         (quail-completion): Likewise.
20878         (quail-lookup-map-and-concat): Likewise.
20880 2004-04-20  Kenichi Handa  <handa@m17n.org>
20882         * international/quail.el (quail-update-translation): Don't insert
20883         such an unsupported multibyte char in a unibyte buffer.
20885 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
20887         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
20888         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
20889         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
20890         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
20891         (gdb-frame-assembler-buffer): Improve behavior with
20892         multiple frames.
20893         (gdb-display-buffer): Extend search to all visible frames.
20895 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
20897         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
20898         characters left after base64 decoding.
20899         (rmail-decode-region): Use -dos variety of `coding', to remove any
20900         ^M characters left after qp or base64 decoding.
20902 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20904         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
20905         messages.
20907 2004-04-19  Stephen Eglen  <stephen@gnu.org>
20909         * add-log.el (add-change-log-entry): Update doc string to mention
20910         add-log-full-name and add-log-mailing-address.
20912 2004-04-18  Juri Linkov  <juri@jurta.org>
20914         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
20915         (Info-find-node-2): Simplify error message.
20916         (Info-insert-dir): Use Info-following-node-name.
20917         (Info-goto-node): Remove *info-history* and *info-toc*.
20918         (Info-history): Create a node of the virtual history file.
20919         (Info-toc): Create a node of the virtual toc file.
20920         (Info-insert-toc): New arg `curr-file' for reference file names.
20921         (info-apropos): Remove redundant var binding for temp-file.
20922         (Info-index, Info-index-next, Info-mode): Doc fix.
20923         (Info-goto-emacs-command-node): Don't jump to *info* from
20924         non-*info* Info buffers.
20925         (Info-fontify-node): Don't show the file name of external
20926         references if `Info-hide-note-references' is `hide'.  Don't hide
20927         newlines at the end of paragraphs.
20929         * international/mule-diag.el (list-input-methods):
20930         Fix args to help-xref-button.
20932         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
20933         to put into effect local variables from TUTORIAL files.
20935         * textmodes/paragraphs.el (sentence-end) <function>: New fun
20936         with default value taken from the variable `sentence-end'.
20937         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
20938         Add nil const to :type.
20939         (sentence-end-without-period, sentence-end-double-space)
20940         (sentence-end-without-space): Doc fix.
20942         * textmodes/paragraphs.el (forward-sentence):
20943         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
20944         (fill-delete-newlines):
20945         * progmodes/cc-cmds.el (c-beginning-of-statement):
20946         Use function `sentence-end' instead of variable `sentence-end'.
20948 2004-04-18  Andreas Schwab  <schwab@suse.de>
20950         * progmodes/compile.el (compilation-start): Set window start to
20951         point-min if compilation-scroll-output is nil.
20953 2004-04-18  John Wiegley  <johnw@newartisans.com>
20955         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
20957 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
20959         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
20960         (gdb-info-breakpoints-custom): Revert previous change.
20961         (gdb-view-assembler): Update assembler if necessary.
20962         (gdb-frame-handler): Parse correctly for gdb-current-frame.
20963         (gdb-display-source-buffer): Update properly when both source and
20964         assembler are visible.
20966 2004-04-17  John Wiegley  <johnw@newartisans.com>
20968         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
20969         which limits the number of names shown in the minibuffer.  Off by
20970         default.
20971         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
20972         up iswitchb for users with a multitude of open buffers by showing
20973         only the first and last N/2 buffers in the completion list (which
20974         is enough to aid C-s/C-r, and to know that more characters are
20975         needed to refine the completion list).
20977 2004-04-17  Richard M. Stallman  <rms@gnu.org>
20979         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
20980         (file-truename): Expand all ~ constructs directly.
20981         (insert-directory): Delete any error msg output by the
20982         `insert-directory-program'.
20984         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
20985         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
20986         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
20987         (allout-init): Use find-file-hook, not find-file-hooks.
20988         (allout-mode): Eliminate Emacs 18 support.
20989         Use write-contents-functions, not local-write-file-hooks.
20991 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
20993         * progmodes/compile.el (compilation-error-properties): Fix for
20994         adding messages when there are already markers for their file.
20995         (compilation-fake-loc): New function.
20997 2004-04-16  Dave Love  <fx@gnu.org>
20999         * progmodes/python.el (python-compilation-line-number): Fix
21000         braindamage.
21001         (python-load-file): Fix python-orig-start setting.
21003         * progmodes/compile.el: Doc fixes.
21004         (compilation-error-regexp-alist-alist)
21005         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
21006         (compilation-assq): Wrap in eval-when-compile.
21007         (compilation-mode-font-lock-keywords): Don't use list*.
21008         (compilation-start): Avoid warning.
21009         (compilation-compat-error-properties)
21010         (compilation-directory-properties): Add keymap property.
21011         (compilation-parsing-end): Make it a marker for better compatibility.
21013         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
21015 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
21017         * xml.el: Doc fixes.
21018         (xml-get-children): Only looks at sub-tags and ignore strings.
21020         * xml.el (xml-parse-tag): Avoid overwriting node-name.
21022 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21024         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
21026 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
21028         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
21030         * vc.el (vc-print-log): Likewise.
21032 2004-04-16  Masatake YAMATO  <jet@gyve.org>
21034         * simple.el (completion-setup-function): Set an initial value to
21035         `element-common-end' before entering loop.  Set a value to
21036         `element-common-end' at the end of loop.  The bug is reported by
21037         Juri Linkov <juri@jurta.org> in emacs-devel list.
21038         (completions-common-part): Rename from completion-de-emphasis.
21039         (completions-first-difference): Rename from completion-emphasis.
21040         Suggested by RMS.
21042 2004-04-16  Juanma Barranquero  <lektu@terra.es>
21044         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
21045         (bookmark-edit-annotation-mode): Add mode name.
21047 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21049         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
21050         for nested conflict markers.
21051         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
21053 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
21055         * progmodes/gdb-ui.el (gdb-goto-info): New function.
21057         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
21059 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21061         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
21062         Give a backtrace if requested.
21064         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
21066         * progmodes/python.el (python-mouse-2-command, python-RET-command):
21067         Remove unused functions.
21068         (python-orig-start-line, python-orig-file): Remove.
21069         (python-orig-start): New var.
21070         (python-input-filter, python-compilation-line-number)
21071         (python-send-region, python-load-file): Use it.
21073         * info.el (info): Always jump to *info*.
21075         * subr.el (posn-set-point): New function.
21077         * mouse.el (mouse-set-point): Use it.
21079         * progmodes/compile.el (compile-goto-error): Use it.
21080         (compilation-button-map): New keymap.
21081         (compilation-error-properties): Use it.
21082         (compilation-shell-minor-mode-map): Don't bind mouse-2.
21084         * smerge-mode.el (smerge-popup-context-menu): Use it.
21086         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
21087         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
21088         mouse and non-mouse case.
21090         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
21091         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
21093         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
21094         Make it work for non-mouse events.
21096         * pcvs-info.el (cvs-status-map): Update binding name.
21098 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
21100         * xml.el (xml-maybe-do-ns): New function to handle namespace
21101         parsing of both attribute and element names.
21102         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
21103         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
21104         (xml-parse-tag): Update assumed namespaces.  Clean up namespace
21105         parsing.
21106         (xml-parse-attlist): Make it do its own namespace parsing.
21108 2004-04-14  Dave Love  <fx@gnu.org>
21110         * progmodes/python.el (run-python): Fix use of \n.
21111         (python-load-file): Remove `try' from Python fragment.
21112         (python-describe-symbol): Fix message.
21114         * comint.el: Doc fixes.
21115         (comint-last-input-start, comint-last-input-end)
21116         (comint-last-output-start): Give them values.
21117         (comint-arguments): Avoid warning.
21118         (comint-skip-prompt): Use line-end-position.
21119         (comint-backward-matching-input): Rename arg to agree with doc.
21120         (comint-extract-string): Use syntax-ppss.
21121         (comint-dynamic-simple-complete): Delete useless list construction.
21122         (comint-redirect-subvert-readonly): New.
21123         (comint-redirect-preoutput-filter): Use it.
21125         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
21126         Correctly handle negative arguments when calling hook functions.
21128 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
21130         * info.el (info-apropos): Don't clobber Info-history-list.
21132 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
21134         * progmodes/compile.el (compilation-setup):
21135         Localize overlay-arrow-position.
21136         (compilation-sentinel): Restructure code equivalently.
21137         (compilation-next-error): Find message on same line after point if
21138         not found before point.
21139         (compile-mouse-goto-error): Restore function so that compilation
21140         buffer need not be current and use compile-goto-error.
21141         (compile-goto-error): Restore function.
21142         (next-error): Set overlay-arrow-position.
21143         (compilation-forget-errors): Don't localize already local
21144         compilation-locs and remove FIXME about refontifying.
21146 2004-04-14  Kim F. Storm  <storm@cua.dk>
21148         * startup.el (emacs-quick-startup): New defvar (set by -Q).
21149         (command-line): New option -Q.  Like -q --no-site-file, but in
21150         addition it also disables menu-bar, tool-bar, scroll-bars,
21151         tool-tips, and the blinking cursor.
21152         (command-line-1): Skip startup screen if -Q.
21153         (fancy-splash-head): Use ":align-to center" prop to center splash
21154         image.
21156         * emulation/cua-base.el (cua-read-only-cursor-color)
21157         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
21159 2004-04-13  Dave Love  <fx@gnu.org>
21161         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
21162         (syntax): Don't require.
21163         (python) <defgroup>: Add :version.
21164         (python-quote-syntax): Re-written.
21165         (inferior-python-mode): Move stuff here from run-python and add
21166         some more.
21167         (python-preoutput-continuation, python-preoutput-result)
21168         (python-dotty-syntax-table): New.
21169         (python-describe-symbol): Use them.
21170         (run-python): Move stuff to inferior-python-mode.  Modify code
21171         loaded into Python.
21172         (python-send-region): Use python-proc, python-send-string.
21173         (python-send-string): Send newlines too.  Callers changed.
21174         (python-load-file): Re-written.
21175         (python-eldoc-function): New.
21176         (info-look): Don't require.
21177         (python-after-info-look): New.  A modified version of former
21178         top-level code for use with eval-after-load.
21179         (python-maybe-jython, python-guess-indent): Use widened buffer.
21180         (python-fill-paragraph): Re-written.
21181         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
21182         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
21184 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21186         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
21187         Set compilation-error-regexp-alist earlier.
21189         * progmodes/compile.el (compilation-minor-mode-map)
21190         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
21191         (compile-goto-error): Re-merge the mouse and non-mouse commands.
21193 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21195         * progmodes/compile.el (compile-goto-error): Select the buffer/window
21196         corresponding to the event.
21198 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
21200         * loadup.el: Add cygwin to system-type list, for unexec() support.
21202 2004-04-12  John Paul Wallington  <jpw@gnu.org>
21204         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
21205         (ibuffer-restore-window-config-on-quit): New variable to replace
21206         `ibuffer-delete-window-on-quit'.  Update all references.
21207         (ibuffer-prev-window-config): New variable.
21208         (ibuffer-quit): Restore previous window configuration instead of
21209         deleting window.
21210         (ibuffer): Save window configuration before showing Ibuffer buffer.
21212         * help.el (describe-mode): Doc fix.
21214 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21216         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
21217         not to treat nil as a function.
21219         * vc-arch.el (vc-arch-root): Be a bit more careful.
21220         (vc-arch-register): Save the buffer if we modified it.
21221         (vc-arch-delete-rej-if-obsolete): Save excursion.
21222         (vc-arch-find-file-hook): Use the simpler after-save-hook.
21223         (vc-arch-responsible-p, vc-arch-init-version): New functions.
21225         * net/ldap.el (ldap-search): Use list*.
21227 2004-04-12  Juri Linkov  <juri@jurta.org>
21229         * info.el (Info-follow-reference): Allow multiline reference name.
21231 2004-04-11  Dave Love  <fx@gnu.org>
21233         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
21235         * progmodes/python.el: New file.
21237 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
21239         * vc-hooks.el (vc-arg-list): Function removed.
21240         (vc-default-workfile-unchanged-p): Use condition-case to check for
21241         backward compatibility.
21243         * vc.el (vc-print-log): Use condition-case to check for backward
21244         compatibility.
21246 2004-04-11  Juri Linkov  <juri@jurta.org>
21248         * dired.el (dired-faces): New defgroup.
21249         (dired-header, dired-mark, dired-marked, dired-flagged)
21250         (dired-warning, dired-directory, dired-symlink, dired-ignored):
21251         New faces.
21252         (dired-header-face, dired-mark-face, dired-marked-face)
21253         (dired-flagged-face, dired-warning-face, dired-directory-face)
21254         (dired-symlink-face, dired-ignored-face): New face variables.
21255         (dired-font-lock-keywords): Use them instead of font-lock faces.
21256         Split the rule for dired marks into 3 separate rules: for marks,
21257         marked file names and flagged file names.
21259         * help-mode.el (help-make-xrefs): Add a final newline to the
21260         *Help* buffer.
21262 2004-04-11  John Paul Wallington  <jpw@gnu.org>
21264         * replace.el (occur-engine): Distinguish between one and several
21265         matches in the matches per buffer heading.
21267 2004-04-11  Kim F. Storm  <storm@cua.dk>
21269         * ido.el (ido-confirm-unique-completion): New defcustom.
21270         (ido-complete): Use it.
21271         (ido-write-file): Set it to t unconditionally.
21273 2004-04-10  Miles Bader  <miles@gnu.org>
21275         RCS keyword removal (only non-comment changes are enumerated here):
21277         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
21278         (byte-compile-insert-header): Don't use `byte-compile-version'.
21279         * forms.el (forms-version): Variable removed.
21280         (forms-mode): Don't use `forms-version'.
21281         * recentf.el (recentf-version): Variable removed.
21282         * progmodes/delphi.el (delphi-version): Variable removed.
21283         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
21285 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
21287         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
21289 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
21291         * info.el (info-apropos): Improve menu item regexp.
21293 2004-04-09  Simon Josefsson  <jas@extundo.com>
21295         * mail/smtpmail.el: Add comment, based on report by
21296         kdc@rcn.com (Kevin D. Clark).
21298 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21300         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21301         Redo one more thing that I didn't notice Daniel had undone.
21303 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
21305         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
21306         (gdb-goto-breakpoint, gdb-display-buffer)
21307         (gdb-display-source-buffer, gdb-view-source-function)
21308         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
21309         (gdb-source-info, gdb-frame-handler): Don't specify a window
21310         for display.
21311         (gdb-info-breakpoints-custom): Remove superfluous update of
21312         assembler buffer.
21313         (gdb-many-windows): Make settable outside gdb.
21315 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
21317         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
21318         Derive from fundamental-mode rather than text-mode.
21320 2004-04-08  Juri Linkov  <juri@jurta.org>
21322         * info.el (Info-history): Doc fix.
21323         (Info-history-list): New var.
21324         (info-xref): Change magenta4 to blue, remove bold for dark and
21325         light backgrounds, change bold to underline for non-color classes.
21326         (info-xref-visited): New face.
21327         (Info-fontify-visited-nodes): New custom.
21328         (Info-hide-note-references): Add new value `hide'.  Doc fix.
21329         (Info-reference-name): New var.
21330         (Info-selection-hook): New custom.
21331         (Info-edit-mode-hook): New var.
21332         (Info-find-file): New fun.
21333         (Info-find-node): Move part of code to Info-find-file.
21334         (Info-find-node-2): Add anchors to Info-history-list.  Move point
21335         to the place with the reference name if name is defined.
21336         (Info-select-node): Add current node to Info-history-list.
21337         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
21338         (Info-search-whitespace-regexp): New custom.
21339         (Info-search-case-fold): New var.
21340         (Info-search): Add "case-sensitively" to the prompt.
21341         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
21342         (Info-search-case-sensitively, Info-search-next): New fun.
21343         (Info-up): Move point to the menu item of the current node.
21344         (Info-history): New fun.  Add *info-history* to
21345         same-window-buffer-names.
21346         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
21347         (Info-insert-toc): New fun.
21348         (Info-build-toc): New fun.
21349         (Info-follow-reference): Add new arg `fork'.  Doc fix.
21350         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
21351         with the same name prefer the reference closest to point.
21352         (Info-next-reference): Replace * by + in the *Note regexp.
21353         Add regexp for http:// and ftp://.  Skip the *Note prefix.
21354         (Info-prev-reference): Replace * by + in the *Note regexp.
21355         Add regexp for http:// and ftp://.  Skip the *Note prefix.
21356         (Info-follow-nearest-node): Add new arg `fork'.
21357         (Info-try-follow-nearest-node): Add new arg `fork'.
21358         Call browse-url for http:// and ftp:// references.
21359         Set Info-reference-name for index entries.
21360         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
21361         Info-search-next, Info-history, Info-toc, clone-buffer.
21362         (Info-menu-update): Replace * by + in the *Note regexp.
21363         (Info-mode): Add documentation for Info-history, Info-toc,
21364         Info-search-case-sensitively, Info-search-next, clone-buffer.
21365         (Info-fontify-menu-headers): Remove fun.  Move code to
21366         Info-fontify-node.
21367         (Info-fontify-node): Add docstring.  Add local vars
21368         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
21369         then fontify header line, titles, menu headers, http and ftp
21370         references, refill paragraphs.  If not-fontified-p is t or
21371         fontify-visited-p is t then fontify cross references, menu items.
21372         Fontify menu headers.  Fontify http and ftp references.
21373         Change regexp for cross references to require whitespace after *Note,
21374         add matching groups for file and node names.  Remove hack for quote.
21375         Use display property for Info-hide-note-references=t.  Use fifth
21376         or fourth match for help-echo.  Display visited nodes in a
21377         different face.  Unhide file names of external references.
21378         Unhide newlines.  Display visited menu items in a different face.
21380 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21382         * progmodes/compile.el: Require CL.
21383         (compilation-mode-font-lock-keywords): Re-install the "line as
21384         function" patch.
21386         * help-fns.el (help-C-source-directory): New var.
21387         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
21388         (describe-function-1, describe-variable): Use them.
21390         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
21391         to C source files specially.
21393 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
21395         * info.el (Info-hide-cookies-node): New function.
21396         (Info-select-node): Use it.
21397         (Info-display-images-node): Remove message with image file name.
21399 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
21401         * progmodes/compile.el (compilation-warning-face)
21402         (compilation-info-face, compilation-skip-threshold)
21403         (compilation-skip-visited, compilation-context-lines):
21404         Declare :version when added to Emacs.
21405         (compilation-error-regexp-alist-alist): Extend caml and irix.
21406         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
21407         (compilation-mode-font-lock-keywords): Temporarily undo line as
21408         function patch, which wasn't ready.
21410 2004-04-07  Kenichi Handa  <handa@m17n.org>
21412         * international/latin1-disp.el (latin1-display-setup): Check each
21413         character is displayable or not instead of calling
21414         latin1-display-check-font.
21416 2004-04-06  Kenichi Handa  <handa@m17n.org>
21418         * language/ethio-util.el (ethio-sera-being-called-by-w3):
21419         New variable.
21420         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
21421         instead of sera-being-called-by-w3.
21422         (ethio-fidel-to-sera-buffer): Likewise.
21423         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
21424         instead of sera-being-called-by-w3.
21425         (ethio-write-file): Likewise.
21427 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21429         * printing.el: Doc fix.
21431 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
21433         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
21434         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
21435         (gdb-setup-windows): Only use separate IO buffer if required.
21437 2004-04-06  Kim F. Storm  <storm@cua.dk>
21439         * term.el (term-is-xemacs): Remove.
21440         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
21441         (term-window-width): New function.
21442         (term-mode, term-check-size): Use it.
21443         (term-mode): Disable overflow-newline-into-fringe in term buffer.
21445 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21447         * cus-edit.el (custom-add-parent-links): Change unbound variable
21448         `symbol' to `name'.
21450 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
21451         * info.el (info-apropos): New function.
21452         (Info-mode-menu): Add it.
21453         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
21455         * help-mode.el (help-make-xrefs): Recognize aliased variable with
21456         inherited docstring.
21458         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
21460 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21462         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
21464         * progmodes/compile.el (font-lock): Don't require any more.
21465         (compilation-error-properties, compilation-start, compilation-sentinel)
21466         (compilation-filter, next-error): Use with-current-buffer.
21467         (compilation-skip-to-next-location, compilation-skip-threshold)
21468         (compilation-skip-visited): Move to silence the byte-compiler.
21469         (compilation-setup): Simplify.
21470         (compilation-next-error): Use line-(beginning|end)-position.
21471         Make sure `pt' is non-nil before using compilation-loop.
21472         (compile-goto-error): Add optional event arg.  Use it.
21473         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
21474         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
21475         Update the binding for mouse-2.
21476         (first-error): Set compilation-current-error to nil rather than bob.
21477         (compilation-parsing-end, compilation-parse-errors-function)
21478         (compilation-error-list, compilation-old-error-list):
21479         "New" compatibility variables.
21480         (compile-buffer-substring, compilation-compat-error-properties)
21481         (compilation-compat-parse-errors, compilation-forget-errors):
21482         New compatibility functions.
21483         (compilation-mode-font-lock-keywords): Use them.
21485 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
21487         * autorevert.el (auto-revert-handler): If point (or a window
21488         point) is at the end of the buffer, keep it there after
21489         reverting.  This allows to tail a file.
21490         Mention this in the `Commentary'.
21492         * format.el (format-write-file): Add optional argument CONFIRM
21493         and make it behave like the analogous argument to `write-file'.
21495 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21497         * progmodes/ebnf2ps.el: Doc fix.
21498         (ebnf-version): New version number (4.2).
21499         (ebnf-syntax): Customization and docstring fix.
21500         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
21501         Put autoloaded funs before first use.
21502         (ebnf-style-database): Add dtd entry.
21503         (ebnf-syntax-alist): Add dtd initialization.
21504         (ebnf-token-sequence): New fun.
21505         (ebnf-comment-table): Add new comment action character.
21506         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
21508         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
21509         Type Definition for XML).
21511         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
21512         * progmodes/ebnf-bnf.el (ebnf-sequence):
21513         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
21514         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
21515         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
21516         Code simplification: call ebnf-token-sequence.
21518 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
21520         * calendar/timeclock.el (timeclock-relative)
21521         (timeclock-get-project-function, timeclock-get-workday-function)
21522         (timeclock-query-out, timeclock-when-to-leave)
21523         (timeclock-when-to-leave-string, timeclock-log-data)
21524         (timeclock-generate-report, timeclock-in): Doc fixes.
21526 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21528         * url/: New dir.  Import the URL package from its repository.
21530 2004-04-03  Andreas Schwab  <schwab@suse.de>
21532         * diff-mode.el (diff-mode): Fix missing quote.
21534 2004-04-03  Juri Linkov  <juri@jurta.org>
21536         * descr-text.el (describe-property-list): Add `font-lock-face'.
21538         * dired.el (dired-font-lock-keywords): Fix permission regexps.
21540 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21542         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
21543         Use utf-16le on little endian machines and utf-16be otherwise.
21545 2004-04-02  David Kastrup  <dak@gnu.org>
21547         * net/browse-url.el (browse-url-generic): Use call-process
21548         instead of start-process to allow browsers that fork and detach.
21550 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
21552         * compile.el (compilation-current-error): New var.
21553         (compilation-setup, compile-mouse-goto-error)
21554         (compile-goto-error, next-error): Use it.
21555         (compilation-skip-to-next-location): Default to t, which gives
21556         contiguous skipping like old compile (where this was redundant).
21557         (compilation-next-error): Prevent previous-* commands from moving
21558         back to message at or just before point.
21560 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
21562         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
21563         (gdb-source-info): Don't display source at startup, if required.
21564         (gdb-show-main): New option.
21565         (gdba): Update documentation.
21566         (gdb-source): Cover case of auto-display output.
21568 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
21570         * autorevert.el: Delete obsolete autoloads and defvars.
21571         (auto-revert-check-vc-info): New user option.
21572         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
21573         (auto-revert-handler-vc): Delete.
21574         (auto-revert-handler): Treat return value `fast' of
21575         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
21577         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
21578         return `fast'.
21580         * files.el (buffer-stale-function): Doc change.
21582 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21584         * printing.el: New tip on Tips section.
21585         (pr-version): New version number (6.7.4).
21586         (pr-shell-file-name): Initialization fix.
21588 2004-03-31  Juri Linkov  <juri@jurta.org>
21590         * dired.el: Add autoload for `dired-do-touch'.
21591         (dired-touch-program): New var.
21592         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
21593         (dired-no-confirm): Add `touch' to docstring.
21595         * dired-aux.el (dired-do-touch): New fun.
21596         (dired-do-chxxx): Add argument -t for touch operation.
21598         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
21599         `dired-move-to-filename-regexp'.
21601 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
21603         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
21605 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21607         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
21608         and only if the buffer was modified.
21610 2004-03-30  Kenichi Handa  <handa@m17n.org>
21612         * international/characters.el: Delete pairs for U+2308..U+230B.
21614 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
21616         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
21617         to detect the beginning of a level 2 or 3 annotation.
21619 2004-03-29  Kenichi Handa  <handa@m17n.org>
21621         * international/ucs-tables.el (ucs-insert): Fix the error message.
21623 2004-03-29  Kenichi Handa  <handa@m17n.org>
21625         * international/mule-util.el (char-displayable-p): Fix generation
21626         of XLFD file name.
21628         * Makefile.in (setwins, setwins_almost): Change directory to $wd
21629         before finding directories by `find'.
21631 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21633         * subr.el (interactive-form): Delete.  Now implemented in C.
21635         * pcvs.el (cvs-parse-process): Workaround for Darwin.
21637         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
21638         (vc-diff-label): New fun.
21639         (vc-diff-internal): Use it.
21641         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
21643 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21645         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
21647         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
21648         specify XML (EBNFX).
21650         * progmodes/ebnf2ps.el: Doc fix.
21651         (ebnf-version): New version number (4.1).
21652         (ebnf-syntax): Adjust customization.
21653         (ebnf-style-database): Add ebnfx entry.
21654         (ebnf-syntax-alist): Add ebnfx initialization.
21655         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
21657         * printing.el: Doc fix.
21658         (pr-version): New version number (6.7.3).
21659         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
21660         returns nil for mouse position.  Reported by Drew Adams
21661         <drew.adams@oracle.com>.
21662         (pr-update-menus): Modify interactive declaration.  Reported by Drew
21663         Adams <drew.adams@oracle.com>.
21665 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
21667         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
21668         (gud-gdba-marker-filter): Log the process input and output, if
21669         required.  From Stefan Monnier.
21670         (gdb-debug-log, gdb-enable-debug-log): New variables.
21671         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
21673 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21675         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
21676         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
21678 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
21680         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
21681         Call vc-find-file-hook here instead of in auto-revert-buffers.
21682         (auto-revert-buffers): Delete call to vc-find-file-hook.
21683         (auto-revert-verbose, global-auto-revert-non-file-buffers)
21684         (global-auto-revert-mode, auto-revert-set-timer)
21685         (auto-revert-handler, auto-revert-buffers): Doc fixes.
21687 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
21689         * woman.el (woman-change-fonts): Rename local variable
21690         woman-font-alist to font-alist to avoid a compiler warning.
21692 2004-03-27  Dave Love  <fx@gnu.org>
21694         * emacs-lisp/rx.el (rx): Doc fix.
21695         Fix copyright years.
21697         * strokes.el (strokes-global-set-stroke-string): New function.
21698         (strokes-list-strokes): Cope with strings, not just commands.
21699         Set foreground color of image.
21700         (strokes-global-set-stroke): Doc fix.
21702 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
21704         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
21705         Auto Revert mode.
21706         (Buffer-menu-files-only): New variable.
21707         (Buffer-menu-toggle-files-only): New function.
21708         (Buffer-menu-mode-map): Bind it to `T'.
21709         (Buffer-menu-mode): Mention `T' in docstring.
21710         Set buffer-stale-function.
21711         (list-buffers-noselect): Mark buffer non-modified and set
21712         Buffer-menu-files-only.
21714         * dired.el (buffer-stale-function): Remove no longer needed defvar.
21716         * autorevert.el (auto-revert-handler): Print revert message
21717         before, rather than after, reverting.
21718         (buffer-stale-function): Move to files.el.
21720         * files.el (buffer-stale-function): Move here from autorevert.el.
21722 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21724         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
21726         * calc/calc.el (calc-mode-map): Use mapc.
21728         * apropos.el (apropos-mode): Don't autoload.
21729         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
21730         (apropos): Use it.
21731         (apropos-print): Add optional `text' argument.
21732         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
21733         Don't assume point-min == 1.
21735         * bs.el (bs-buffer-list): Use buffer-local-value.
21736         (bs--set-toggle-to-show): Use with-current-buffer.
21738         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
21739         New funs.
21740         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
21742         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
21744         * dabbrev.el (dabbrev-expand): Fix regexp construction.
21745         (dabbrev--find-expansion): Use pop.
21746         (dabbrev--search): Use match-string-no-properties.
21748         * dired.el (dired-mode): Use run-mode-hooks.
21749         (dired-move-to-end-of-filename): Use match-string.
21751         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
21752         is bound before using it.
21753         (ediff-verbose-p): Make it into a var since it's not constant.
21755         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
21757         * faces.el (read-face-font): Don't cons up unnecessarily.
21758         (header-line, tool-bar): Share common parts.
21760         * files.el (file-relative-name): Use compare-strings.
21762         * finder.el (finder-mode): Follow coding convention.
21764         * subr.el (read-number): New function.
21766         * ses.el (ses-read-number): Move to subr.el.
21767         (ses-set-header-row): Use read-number.
21769 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
21771         * vc-hooks.el (vc-arg-list): New function, which handles both
21772         compiled and uncompiled code.
21773         (vc-default-workfile-unchanged-p): Use it.
21775         * vc.el (vc-print-log): Undo prev change, use new function
21776         vc-arg-list from vc-hooks.el.
21778 2004-03-26  Masatake YAMATO  <jet@gyve.org>
21780         * simple.el (completion-setup-function): Emphasize the
21781         first uncommon characters in the completions; and de-emphasize
21782         the common prefix substrings.
21783         (completion-emphasis): New face.
21784         (completion-de-emphasis): New face.
21786 2004-03-25  Juanma Barranquero  <lektu@terra.es>
21788         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
21789         Comment out (it's unused and unfinished code).
21791 2004-03-25  Sam Steingold  <sds@gnu.org>
21793         * vc.el (vc-print-log): Fix a bug in the last patch:
21794         backend-function may be a byte-compiled object, not a lambda.
21796 2004-03-25  Juri Linkov  <juri@jurta.org>
21798         * descr-text.el (describe-property-list): Add a button
21799         for `face' property that calls `describe-face'.
21800         Suggested by Luis Fernandes <elf@ee.ryerson.ca>
21802         * international/mule.el (keyboard-coding-system):
21803         * kmacro.el (kmacro-call-macro): Fix docstring.
21805         * dired.el: Fix comments.
21807         * textmodes/fill.el (fill): Fix Info link.
21809         * font-lock.el (fast-lock, lazy-lock):
21810         * jit-lock.el (jit-lock): Remove links to removed Support Modes
21811         Info node.
21813         * eshell/eshell.el (eshell): Fix broken info-link.
21815         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
21816         * eshell/em-banner.el (eshell-banner):
21817         * eshell/em-smart.el (eshell-smart):
21818         * eshell/esh-cmd.el (eshell-cmd):
21819         Comment out broken info-links to incomplete Info manual.
21821         * info-xref.el: Fix commentary.
21823 2004-03-25  Kevin Ryde  <user42@zip.com.au>
21825         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
21826         Remove spurious node duplicate suppression, doesn't work, not wanted.
21827         (info-xref-output): Take format style args, add "sit-for 0" to let
21828         user see the results as they progress.
21829         (info-xref-check-all-custom): New function.
21831 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
21833         * gdb-ui.el: Moved to progmodes.
21835 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21837         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
21839 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
21841         * calendar/appt.el (appt-check): Remove superfluous progn.
21842         When finished with diary buffer: if it was not being displayed
21843         before, kill it; otherwise restore its original state.
21844         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
21846         * calendar/calendar.el (calendar-set-mode-line): Use total
21847         available mode-line width, rather than frame-width.
21849         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
21850         after mode change so effect not lost.
21852 2004-03-23  Dave Love  <fx@gnu.org>
21854         * dired.el (dired) <defgroup>: Add link to manual.
21855         (dired-font-lock-keywords): Add highlighting on unusual permissions.
21856         (dired-revert): Use dolist.
21857         (dired-mode-map): Add U binding.
21858         (dired-mode): Add font-lock-beginning-of-syntax-function.
21859         (dired-garbage-files-regexp): Make it a defcustom.
21861 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21863         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
21864         is equivalent to nil.
21865         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
21866         (vc-arch-mode-line-string): Accept `added' state.
21867         (vc-arch-state): Use inode-sigs if available.
21868         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
21869         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
21870         (vc-arch-tagline-re): New var.
21871         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
21872         New functions.
21873         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
21874         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
21876         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
21877         (vc-file-not-found-hook): Use it.
21879         * diff-mode.el (diff-default-read-only): Change default.
21880         (diff-mode-hook): Make it a defcustom.  Add some options.
21881         (diff-mode-map): Bind diff-refine-hook.
21882         (diff-yank-handler): New var.
21883         (diff-yank-function): New fun.
21884         (diff-font-lock-keywords): Use them.
21885         (diff-end-of-file): Handle case where file-header looks like diff text.
21886         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
21887         (diff-file-kill): Delete a subsequent empty line, if applicable.
21888         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
21889         (diff-find-file-name): Use it.
21890         (diff-tell-file-name): New command.
21891         (diff-mode): Be careful with view-mode.
21892         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
21893         New functions, for use in diff-mode-hook.
21894         (diff-find-source-location): Catch "regex too large" errors.
21895         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
21896         (diff-refine-hunk): New command.
21898         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
21899         (smerge-context-menu-map): Remove unused var.
21900         (smerge-keep-all): Preserve markers.
21901         (smerge-keep-n): New fun.
21902         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
21903         (smerge-keep-current, smerge-ediff): Use it.
21904         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
21905         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
21906         (smerge-resolve): Resolve trivial 3-part conflicts.
21908 2004-03-23  Juri Linkov  <juri@jurta.org>
21910         * man.el (Man-width): New var.
21911         (Man-getpage-in-background): Use it.
21912         (Man-support-local-filenames): New var and fun.
21913         (Man-build-man-command): Don't add a second %s.
21914         (Man-fontify-manpage): Clean up message.
21915         (Man-mode): Set outline-regexp, outline-level,
21916         imenu-generic-expression.
21918         * woman.el (woman-fill-frame): Doc fix.
21919         (woman-decode-region): Use window-width instead of frame-width.
21921         * abbrevlist.el (list-one-abbrev-table):
21922         * descr-text.el (describe-char):
21923         * international/mule-diag.el (describe-current-coding-system):
21924         * international/quail.el (quail-insert-decode-map):
21925         Use window-width instead of frame-width.
21927         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
21928         (jka-compr-mode-alist-additions): Add tbz.
21929         (jka-compr-write-region, jka-compr-insert-file-contents):
21930         Add message for undefined compress-program.
21931         (jka-compr-write-region): Remove redundant var bindings.
21933         * dired-x.el (dired-guess-shell-alist-default): Add choices for
21934         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
21935         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
21936         (dired-man): Use dired-guess-shell-command.
21937         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
21938         Change default nil to t.
21940         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
21941         (dired-compare-directories): Add default value for empty input.
21943         * help-at-pt.el: Move suggestions for key bindings to Commentary.
21945         * time.el (display-time-string-forms): Fix help-echo date format.
21947 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
21949         * autorevert.el (global-auto-revert-non-file-buffers): Expand
21950         docstring.
21951         (buffer-stale-function): New variable.
21952         (auto-revert-list-diff, auto-revert-dired-file-list)
21953         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
21954         (auto-revert-handler): Take over some functionality of deleted
21955         functions.
21956         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
21958         * dired.el (dired-directory-changed-p): New fun, extracted from
21959         dired-internal-noselect.
21960         (dired-buffer-stale-p): New fun.
21961         (dired-internal-noselect): Use dired-directory-changed-p.
21962         Eliminate revert messages.
21963         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
21965 2004-03-23  Kenichi Handa  <handa@m17n.org>
21967         * international/characters.el: Setup syntaxes for more parentheses
21968         Unicode characters.
21970         * international/mule-cmds.el (select-safe-coding-system):
21971         Merge coding-system and auto-cs before comparing them.
21973 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21975         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
21977         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
21978         normal-auto-fill-function and comment-indent-function.
21979         The default values now work just as well.
21980         Don't set font-lock-beginning-of-syntax-function since we already set
21981         syntax-begin-function.
21982         (lisp-outline-level): Put ;;;###autoload at same level as (.
21983         (prin1-char): Quote special chars.
21985         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
21986         than with-no-warnings.
21988         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
21989         if the source location can't be found.
21990         (edebug-compute-previous-result): Use prin1-char.
21992         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
21993         (debug-ignored-errors): Add an entry.
21995         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
21996         (byte-compile-file): Output warning when deleting a file.
21998         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
21999         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
22001         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
22002         (byte-compile-inline-expand): Use backquote.
22003         (byte-optimize-pure-func): Rename from byte-optimize-concat.
22004         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
22006         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
22008         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
22010 2004-03-22  Juri Linkov  <juri@jurta.org>
22012         * finder.el (finder-known-keywords): Fix data, tex, unix.
22014         * play/landmark.el: Fix keywords.
22016         * language/ethio-util.el (ethio-find-file): Doc fix.
22018         * emacs-lisp/warnings.el: Doc fix.
22020         * textmodes/ispell.el (ispell-help): Doc fix.
22022 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
22024         * format.el (format-insert-file): Always return a list of two
22025         elements, like insert-file-contents does.
22027 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
22029         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
22030         and vc-BACKEND-diff.
22031         (vc-print-log): If the print-log implementation supports it, use
22032         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
22033         (vc-version-diff, vc-diff-internal): Doc fixes.
22035         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
22036         implementation supports it, let diff output go to *vc*,
22037         not *vc-diff*, since this is an internal call.
22039         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
22041         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
22043         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
22045 2004-03-21  Dave Love  <fx@gnu.org>
22047         * progmodes/cfengine.el (cfengine-mode):
22048         Set parse-sexp-ignore-comments.
22050         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
22052 2004-03-21  Juanma Barranquero  <lektu@terra.es>
22054         * allout.el (allout-mode): Fix docstring.
22056 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
22058         * files.el (insert-directory): Fix bug if SWITCHES is a list.
22060         * autorevert.el (auto-revert-interval): Make new value take
22061         effect immediately when set through Custom.
22062         (auto-revert-set-timer): Add interactive declaration.
22064 2004-03-19  David Ponce  <david@dponce.com>
22066         * ruler-mode.el (ruler-mode-header-line-format-old):
22067         Don't `make-variable-buffer-local'.
22068         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
22069         (ruler-mode-header-line-format): Simply funcall the above.
22070         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
22071         to save/restore a previous header line format.
22072         (ruler-mode-space): Don't depend on a numeric WIDTH value.
22073         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
22074         fringes and margins width.
22075         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
22077 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22079         * log-edit.el (log-edit-font-lock-keywords): Typo.
22081         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
22082         (tex-send-tex-command): Rather than here.
22083         (tex-compilation-parse-errors): Simplify.
22085         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
22087         * time.el (display-time-string-forms): Add help-echo with date on time.
22089         * composite.el (compose-region): Use restore-buffer-modified-p.
22091         * disp-table.el (standard-display-8bit): Simplify.
22093         * server.el (server-process-filter): Delete temp frame.
22095         * add-log.el (add-change-log-entry): Simplify.
22097 2004-03-19  Kim F. Storm  <storm@cua.dk>
22099         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
22100         (hexl-follow-line): Don't require 'fringe.
22102         * progmodes/compile.el (compilation-start): Always set
22103         compilation-last-buffer and return it.
22105 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
22107         * simple.el (clone-buffer): Doc fix.
22109 2004-03-18  Juanma Barranquero  <lektu@terra.es>
22111         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
22113 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22115         * log-edit.el (log-edit-font-lock-keywords): New var.
22116         (log-edit-mode): Use it.
22118 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
22120         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
22121         properly for watching in speedbar.
22123 2004-03-17  Masatake YAMATO  <jet@gyve.org>
22125         * smerge-mode.el (smerge-popup-context-menu):
22126         Put `unwind-protect' around `overlay-put' and `popup-menu'.
22128 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22130         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
22131         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
22132         Take sealed revisions into account.
22133         (vc-arch-checkin): Extract a summary line from the message.
22135 2004-03-16  Masatake YAMATO  <jet@gyve.org>
22137         * register.el (register): Provide `register' feature.
22139 2004-03-15  Masatake YAMATO  <jet@gyve.org>
22141         Added context menu support in smerge mode.
22142         Most of the part is written by Stefan Monnier.
22144         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
22145         New keymap and menu.
22146         (smerge-text-properties): New function.
22147         (smerge-remove-props): New function.
22148         (smerge-popup-context-menu): New function.
22149         (smerge-resolve): Call `smerge-remove-props'.
22150         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
22151         (smerge-keep-current): Ditto.
22152         (smerge-kill-current): New function.
22153         (smerge-match-conflict): Put text properties.
22154         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
22156 2004-03-15  David Ponce  <david@dponce.com>
22158         * ruler-mode.el (ruler-mode-left-fringe-cols)
22159         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
22160         (ruler-mode-right-scroll-bar-cols): Remove.
22161         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
22162         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
22163         Use fringe-columns and scroll-bar-columns.
22165 2004-03-15  Masatake YAMATO  <jet@gyve.org>
22167         * hl-line.el (hl-line-range-function): New variable.
22168         (hl-line-move): New function.
22169         (global-hl-line-highlight): Use `hl-line-move'.
22170         (hl-line-highlight): Ditto.
22172         * scroll-bar.el (scroll-bar-columns):
22173         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
22175         * ruler-mode.el (top-level): Require scroll-bar and fringe.
22176         (ruler-mode-left-fringe-cols)
22177         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
22178         (ruler-mode-right-scroll-bar-cols)
22179         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
22180         (ruler-mode-ruler-function): New variable.
22181         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
22182         if the value for `ruler-mode-ruler-function' is given.
22184         * hexl.el (hexl-mode-hook): Make the hook customizable.
22185         (hexl-address-area, hexl-ascii-area): New customize variables.
22186         (hexlify-buffer): Put font-lock-faces on the address area and
22187         the ascii area.
22188         (hexl-activate-ruler): New function.
22189         (hexl-follow-line): New function.
22190         (hexl-highlight-line-range): New function.
22191         (hexl-mode-ruler): New function.
22193 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
22195         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
22196         (vc-default-find-file-hook): New fun.
22197         (vc-find-file-hook): Call new find-file-hook operation.
22199         * vc-arch.el: New file.
22201 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
22203         * info-look.el (info-lookup): Reuse an existing Info window.
22205 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
22207         * woman.el (woman-preserve-ascii): Default value changed to t and
22208         doc string revised.
22210 2004-03-12  Richard M. Stallman  <rms@gnu.org>
22212         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
22213         Fix minor bug.
22215         * replace.el (occur-engine): Change message for count of matches.
22217         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
22218         For strings, do compare text properties.
22220 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
22222         * progmodes/compile.el (compile-auto-highlight)
22223         (compilation-error-list, compilation-old-error-list)
22224         (compilation-parse-errors-function, compilation-parsing-end)
22225         (compilation-error-message, compilation-directory-stack)
22226         (compilation-enter-directory-regexp-alist)
22227         (compilation-leave-directory-regexp-alist)
22228         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
22229         (compilation-current-file, compilation-regexps): Remove vars.
22231         (compile-error-at-point, compilation-error-filedata)
22232         (compilation-error-filedata-file-name, compile-reinitialize-errors)
22233         (compilation-next-error-locus, compilation-forget-errors)
22234         (count-regexp-groupings, compilation-parse-errors)
22235         (compile-collect-regexps, compile-buffer-substring): Remove funs.
22237         (compile-internal): Make obsolete.
22239         (compilation-first-column, compilation-error)
22240         (compilation-directory-matcher, compilation-page-delimiter)
22241         (compilation-mode-font-lock-keywords, compilation-debug)
22242         (compilation-error-face, compilation-warning-face)
22243         (compilation-info-face, compilation-line-face)
22244         (compilation-column-face, compilation-enter-directory-face)
22245         (compilation-leave-directory-face, compilation-skip-threshold)
22246         (compilation-skip-visited, compilation-context-lines): New vars.
22248         (compilation-warning-face, compilation-info-face)
22249         (compilation-message-face): New faces.
22251         (compilation-error-regexp-alist-alist): New constant.
22253         (compilation-face, compilation-directory-properties)
22254         (compilation-assq, compilation-error-properties, compilation-start)
22255         (define-compilation-mode, compilation-loop)
22256         (compilation-set-window): New functions.
22258         (compile): Additional argument for interactive compiles like TeX.
22260         * progmodes/grep.el (kill-grep): Move here from compile.el
22261         (grep-error, grep-hit-face, grep-error-face)
22262         (grep-mode-font-lock-keywords): New variables.
22263         (grep-regexp-alist): Simplify regexp and add `binary' case.
22264         (grep-mode): New mode.
22265         (grep-process-setup): Simplify.
22267 2004-03-11  Jason Rumney  <jasonr@gnu.org>
22269         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
22270         letters on DOS/Windows.
22272 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22274         * server.el (server-name): New var.
22275         (server-socket-dir): New var to replace server-socket-name.
22276         (server-start): Use them.
22278 2004-03-11  Simon Josefsson  <jas@extundo.com>
22280         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
22281         died to avoid infloop.  Reported by Jonathan Glauner
22282         <jglauner@sbum.org>.
22284 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22286         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
22287         (smerge-mode-menu): Use it to deactivate menu entries.
22288         (smerge-keep-current): New fun.
22289         (smerge-keep-current): Use it.
22291 2004-03-10  John Paul Wallington  <jpw@gnu.org>
22293         * foldout.el (foldout-fold-list, foldout-modeline-string):
22294         Declare them as variables, not constants.
22296 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22298         * ps-print.el: Modification to print *Messages* buffer.
22299         (ps-print-version): New version 6.6.4.
22300         (ps-message-log-max): New fun.
22301         (ps-spool-without-faces, ps-spool-with-faces)
22302         (ps-count-lines-preprint): Code fix.
22304         * printing.el: New tips in Tips section.
22306 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22308         * delim-col.el: Doc fix.
22310         * printing.el: Doc fix.  New doc section (Tips).
22312 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
22314         * type-break.el (type-break-emacs-variant): Remove.
22315         (type-break-run-at-time, type-break-cancel-function-timers):
22316         Use fboundp rather than version name and number.
22318 2004-03-09  Masatake YAMATO  <jet@gyve.org>
22320         * hexl.el (hexl-mode): Use `make-local-variable' instead of
22321         `make-variable-buffer-local'.
22323 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
22325         * find-dired.el (find-dired): Call `shell-command' instead of
22326         `start-process-shell-command'.  By this, Tramp takes over
22327         handling of remote directories.
22329 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
22331         * newcomment.el (comment-use-global-state): New var.
22332         (comment-search-forward): Use it.
22334         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
22336         * cus-edit.el (fill) <defgroup>: Move to fill.el.
22338         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
22339         (enable-kinsoku): Make it a defcustom.
22340         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
22341         paragraph to same-comment-start-marker.
22343 2004-03-07  Dave Love  <fx@gnu.org>
22345         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
22346         (browse-url-mail): Use it.
22348         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
22349         (rfc2368-unhexify-string): Use replace-regexp-in-string.
22351 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
22353         * woman.el (woman-man.conf-path): Doc fix.
22354         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
22356 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
22358         * sort.el (sort-columns): Remove ms-dos from the list of systems
22359         where the external `sort' command is not used.
22361 2004-03-07  Kim F. Storm  <storm@cua.dk>
22363         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
22364         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
22365         from overlay-arrow-variable-list.
22366         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
22368 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
22370         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
22371         overlay arrow string properly for the assembler buffer.
22373 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22375         * mail/sendmail.el (mail-mode): Fix last change.
22377 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
22379         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
22380         for the assembler buffer.
22381         (gdb-assembler-custom): Position the overlay arrow.
22382         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
22384 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22386         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
22388         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
22389         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
22391         * mail/sendmail.el (mail-mode): Set comment-start-skip.
22393         * newcomment.el (uncomment-region): Allow non-terminated comment.
22394         (comment-normalize-vars): Check the user-specified comstart marker.
22396 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
22398         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
22399         Otherwise, do use it if the region only contains font-lock text
22400         properties.
22402 2004-03-04  Masatake YAMATO  <jet@gyve.org>
22404         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
22405         as the callback function for eldoc.
22406         (hexl-print-current-point-info): New function.
22407         (hexl-current-address): Print the address in both decimal
22408         and hexadecimal format.
22410 2004-03-04  Richard M. Stallman  <rms@gnu.org>
22412         * mail/rmail.el (rmail-convert-to-babyl-format):
22413         Specify t for UNIBYTE when calling mail-unquote-printable-region.
22415         * mail/mail-utils.el (mail-unquote-printable-region):
22416         New arg UNIBYTE.
22418         * startup.el (command-switch-alist): Doc fix.
22420         * simple.el (undo): Temporarily set this-command to `undo-start',
22421         then set it to `undo' once undo-start returns without error.
22423         * simple.el (minibuffer-history-sexp-flag): Doc fix.
22425         * simple.el (kill-line): Don't disregard trailing whitespace
22426         in eol condition, if show-trailing-whitespace is set.
22428         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
22429         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
22430         When disabling, restore old values only if mouse-sel-has-been-enabled.
22432         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
22433         (isearch-{-char): New function.
22434         (isearch-mode-map): Bind { to isearch-{-char.
22436         * font-lock.el (lisp-font-lock-keywords-2):
22437         Turn off the CL with-... and do-... general patterns.
22438         Instead, recognize several specific with... and do... constructs.
22440         * files.el (switch-to-buffer-other-window):
22441         Bind same-window-buffer-names and same-window-regexps to nil.
22442         (switch-to-buffer-other-frame): Likewise.
22444 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22446         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
22447         recognizing leading comment on code line.
22449 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22451         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
22452         hidden files/directories.
22454 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22456         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
22457         only comment-start (in case the mode hasn't set it).
22459         * Makefile.in (AUTOGENEL): New var.
22460         (bootstrap-prepare): Rename from bootstrap-clean.
22461         Don't remove elc files.
22462         (maintainer-clean): New target.
22464         * xml.el (xml-get-attribute-or-nil): Simplify.
22466 2004-03-02  Juri Linkov  <juri@jurta.org>
22468         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
22469         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
22470         URL to prevent their substitution with the environment variable
22471         values by browsers.
22473 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22475         * ps-print.el: Doc fix.
22476         (ps-print-version): New version number (6.6.3).
22477         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
22478         Docstring fix.
22479         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
22480         before printing.
22481         (ps-time-stamp-yyyy-mm-dd): New fun.
22482         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
22484 2004-03-02  Kim F. Storm  <storm@cua.dk>
22486         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
22488 2004-03-01  Juanma Barranquero  <lektu@terra.es>
22490         * allout.el (allout-rebullet-heading): Fix typo in docstring.
22492         * desktop.el (desktop-file-version)
22493         (desktop-after-read-hook): Fix typos.
22494         (desktop-clear-preserve-buffers): Remove redundant info in
22495         docstring already shown by the obsolescence message.
22496         (desktop-truncate, desktop-internal-v2s)
22497         (desktop-value-to-string): Change argument name to match docstring.
22499         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
22501         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
22502         docstring.
22504 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22506         * printing.el: Replace "As Is..." in PostScript file print/preview by
22507         "No Preprocessing...".  Suggested by Colin Marquardt
22508         <_marquardt_@zmd.de>.
22509         (pr-insert-section-4): Adjust buffer interface.
22511 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
22513         Version 2.0.39 of Tramp released.
22515         * net/tramp.el (tramp-handle-file-local-copy)
22516         (tramp-handle-write-region, tramp-open-connection-rsh):
22517         Variable name typo.  Small change.  From Patrick Tullmann
22518         <tullmann@flux.utah.edu>.
22519         (tramp-process-connection-type): New variable.
22520         (tramp-maybe-open-connection): Use it.
22521         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
22522         (tramp-touch): Set last-modified time of a remote file.
22523         (tramp-handle-write-region): Say which function is used when encoding.
22525 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
22527         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
22528         case of non-existing filename, too.  Reported by Christoph Bauer
22529         <c_bauer@informatik.uni-kl.de>.
22530         (tramp-smb-get-file-entries): The directory in question should
22531         have permissions "drwxrwxrwx".  Just virtual, because we don't
22532         know the real permissions.  Don't we know?
22533         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
22534         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
22535         (tramp-smb-wait-for-output): Optimize algorithm getting pending
22536         output.  If it was received chunkwise, there have been problems.
22537         Remove the "prompt not found" error message; it is obvious.
22538         Simplify algorithm.
22539         (tramp-smb-process-running): Remove.  Since we acknowledge the
22540         virtual prompt for shares, there's no need for distinction of
22541         reading shares (process ends afterwards) and interactive mode of
22542         smblient.
22543         (tramp-smb-open-connection): Setting process sentinel removed.
22544         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
22545         "NT_STATUS_NETWORK_ACCESS_DENIED".
22546         (tramp-smb-maybe-open-connection): Set `process-connection-type'
22547         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
22548         (top-level): Setting default value in `tramp-default-method-alist'
22549         corrected.  Order of USER and HOST have been wrong.
22550         Nobody complained for months ...
22551         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
22552         (tramp-smb-open-connection): Clear password cache if login has failed.
22554         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
22555         `tramp-unified-filenames'.
22556         (tramp-completion-mode): Make test for XEmacs explicitly.
22557         `event-to-character' can exists in Emacs packages too.
22558         Reported by Matt Swift <swift@alum.mit.edu>.
22559         (tramp-buffer-name): Buffer name must contain the user if exists.
22560         Reported by Adrian Phillips <a.phillips@met.no>.
22561         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
22562         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
22563         (tramp-do-copy-or-rename-file-out-of-band): Rename from
22564         `tramp-do-copy-or-rename-file-one-local', because it handles also
22565         the case both files use the same out-of-band method.
22566         Implementation added.
22567         (tramp-handle-file-local-copy, tramp-handle-write-region):
22568         Out-of-band handling removed.  `copy-file' called instead, which
22569         calls `tramp-do-copy-or-rename-file-out-of-band'.
22570         (tramp-action-password): Check for out-of-band method removed.
22571         This function is used for 'login-program.
22572         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
22573         appropriate.
22574         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
22575         and `tramp-parse-sknownhosts'.
22576         (tramp-completion-function-alist): It's a defvar now, because we
22577         want to apply the optimized `tramp-set-completion-function'
22578         instead of a static list.
22579         (tramp-set-completion-function): Implementation tuned.
22580         Avoid double entries, and entries where the function or the
22581         file/directory doesn't exist.
22582         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
22583         for SSH2.
22584         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
22585         (tramp-handle-dired-compress-file): New function.
22586         (tramp-async-proc): New variable.
22587         (tramp-handle-shell-command): Adding asynchronous processes.
22588         They are far from being perfect, but it works at least for
22589         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
22590         (top-level): Require password.el if visible.  Should be mandatory
22591         once No Gnus has found its way into (X)Emacs.
22592         (tramp-read-passwd): Invoke `password-read' if available,
22593         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
22594         fallback any longer.
22595         (tramp-clear-passwd): New function.
22596         (tramp-process-actions, tramp-process-multi-actions):
22597         Clear password cache if login has failed.
22599         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
22600         its own module.
22601         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
22602         `ange-ftp-ftp-name-res'.  There could be incorrect values from
22603         previous calls in case the "ftp" method is used in the Tramp file
22604         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22606 2004-02-28  Richard M. Stallman  <rms@gnu.org>
22608         * term.el (term-mouse-paste): Call mouse-set-point.
22610         * thumbs.el: New file.
22612 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22614         * progmodes/ebnf-abn.el: Doc fix.
22616         * progmodes/ebnf-bnf.el: Doc fix.
22617         (ebnf-repeat): Code fix.
22619         * progmodes/ebnf2ps.el: Doc fix.
22620         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
22622 2004-02-28  Juri Linkov  <juri@jurta.org>
22624         * ffap.el (dired-at-point): Additional writability test for
22625         relative directory names.
22626         (dired-at-point-prompter): Treat directories as a directory, get
22627         the directory component from files.
22628         (ffap-string-at-point): Return string from region if region is active.
22629         (ffap-file-at-point): Remove redundant code.
22631 2004-02-28  Kim F. Storm  <storm@cua.dk>
22633         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
22634         Initialize margin area images to nil.
22635         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
22636         (breakpoint-enabled-bitmap-face)
22637         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
22638         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
22639         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
22640         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
22641         (gdb-reset): Use gdb-remove-breakpoint-icons.
22642         (gdb-put-string): Add dprop arg to specify alternative display
22643         property (for setting fringe bitmap).
22644         (gdb-remove-strings): Doc fix.
22645         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
22646         icon in fringe (if available), or else as icon or text in display
22647         margin.  Creates necessary icons in breakpoint-bitmap,
22648         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
22649         Also make left window margin if required.
22650         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
22651         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
22652         no longer needed.
22653         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
22654         gdb-put-breakpoint-icon.
22655         (gdb-assembler-mode): Don't set left-margin-width here.
22657 2004-02-27  Kevin Ryde  <user42@zip.com.au>
22659         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
22660         comma, so that it DTRT in macros.
22662 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
22664         * progmodes/sh-script.el (sh-shell-arg)
22665         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
22666         (sh-leading-keywords, sh-other-keywords): Fix custom type.
22668 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
22670         * faces.el (face-spec-set-match-display): Add a new attribute,
22671         `min-colors'.
22672         (region, highlight, secondary-selection): Use `min-colors'.
22674         * custom.el (defface): Add documentation for `min-colors'.
22676         * font-lock.el (font-lock-comment-face, font-lock-string-face)
22677         (font-lock-keyword-face, font-lock-function-name-face)
22678         (font-lock-variable-name-face, font-lock-constant-face):
22679         Use `min-colors'.
22681         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
22683 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22685         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
22686         define assq-delete-all if it's not defined.
22687         (ebnf-generate-region): Code fix.
22689         * printing.el: Doc fix.
22690         (pr-version): New version number (6.7.2).
22691         (pr-command): Return empty string if command is an empty string.
22693 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22695         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
22697         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
22698         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
22699         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
22700         "tt" ["test"] ).  Reported by Markus Dreyer
22701         <mdreyer@ix.urz.uni-heidelberg.de>.
22702         (ebnf-version): New version number (4.0).
22703         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
22704         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
22705         (ebnf-delete-style): New commands.
22706         (ebnf-directory, ebnf-file): New funs.
22707         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
22708         (ebnf-production-name-p, ebnf-stop-on-error): New options.
22709         (ebnf-syntax-alist): New var.
22710         (ebnf-element-width): New fun replacing ebnf-list-width.
22711         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
22712         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
22713         (ebnf-prologue): Adjust vars.
22714         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
22715         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
22716         (ebnf-check-style-values, ebnf-generate-production)
22717         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
22718         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
22719         (ebnf-token-repeat): Code fix.
22721         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
22722         %right, %left and %prec.  Suggested by Matthew K. Junker
22723         <junker@alum.mit.edu>.
22724         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
22726         * progmodes/ebnf-iso.el: Doc fix.
22727         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
22728         (ebnf-iso-lex): Code fix.
22730         * progmodes/ebnf-bnf.el: Doc fix.
22731         (ebnf-bnf-lex): Code fix.
22733         * progmodes/ebnf-otz.el: Doc fix.
22735 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
22737         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
22738         (abbrev-prefix-mark): Doc fix.
22740 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
22742         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
22743         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
22744         (gdb-var-delete): Make interactive (really).
22745         (gdb-edit-value): Make non-interactive.
22747         * progmodes/gud.el (gud-speedbar-menu-items):
22748         Add gdb-var-delete and, indirectly, gdb-edit-value.
22749         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
22750         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
22751         (gud-gdb-marker-filter): Add comment for annotations.
22753 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
22755         * calendar/calendar.el (generate-calendar)
22756         (calendar-read-date): Prevent display of BC calendars once more -
22757         reverts 2003-10-01 change.
22758         (generate-calendar-month): Doc fix.
22760 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
22762         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
22763         return value of increment-calendar-month.
22765 2004-02-21  Stephen Compall  <s11@member.fsf.org>
22767         * saveplace.el (save-place-forget-unreadable-files)
22768         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
22769         (save-place-forget-unreadable-files): New function.
22770         (save-place-alist-to-file): Use it to filter out files that are
22771         no longer readable.
22773         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
22774         current Texinfo environment, using the same method as in
22775         `texinfo-insert-@end', and insert a space rather than a newline if
22776         point in a @table environment.
22778 2004-02-21  Juri Linkov  <juri@jurta.org>
22780         * ffap.el (ffap-file-at-point): Try parent directories.
22782 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
22784         * vcursor.el (vcursor-modifiers): New defcustom.
22785         (vcursor-cs-binding): Use vcursor-modifiers instead of a
22786         hard-coded list.
22788 2004-02-21  Masatake YAMATO  <jet@gyve.org>
22790         * play/animate.el (animate-birthday-present): Accept names other
22791         than `Sarah', too.
22793 2004-02-21  Juri Linkov  <juri@jurta.org>
22795         * startup.el: Remove table of command line arguments from the
22796         Commentary section.
22798 2004-02-20  John Wiegley  <johnw@newartisans.com>
22800         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
22801         again" modifier from 'e' to 'E', since 'e' is also used by the
22802         "file extension" modifier.
22804 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
22806         * help-fns.el (describe-categories): Doc fix.
22808 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
22810         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
22811         temporary file for buffer already visiting one.  This change makes
22812         output likely to be directly usable by patch program.
22813         Suggested by Adrian Aichner  <adrian@xemacs.org>
22815 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
22817         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
22818         case of variables defined in compound statements.
22819         (gdb-setup-windows, gdb-source-info, gdb-source-info):
22820         Simplify constructions using switch-to-buffer.
22822 2004-02-19  Simon Josefsson  <jas@extundo.com>
22824         * play/morse.el: Fix typo.
22825         (morse-code): Add @.
22827 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
22829         * calendar/appt.el (appt-display-format): Change default to
22830         'ignore, for backwards compatibility.
22831         (appt-display-message): If appt-display-format is 'ignore,
22832         respect old vars appt-msg-window and appt-visible.
22833         (appt-activate): Don't depend on return value of cancel-timer.
22835         * calendar/calendar.el (calendar-holidays): Doc fix.
22837         * calendar/cal-coptic.el (coptic-prompt-for-date):
22838         Use assoc-string instead of assoc-ignore-case.
22839         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
22840         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
22841         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
22842         * calendar/cal-islam.el (calendar-goto-islamic-date)
22843         (mark-islamic-diary-entries): Ditto.
22844         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
22845         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
22846         (calendar-read-mayan-tzolkin-date): Ditto.
22847         * calendar/calendar.el (calendar-read-date): Ditto.
22848         * calendar/diary-lib.el (mark-diary-entries): Ditto.
22850 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
22852         * progmodes/executable.el (executable-command-find-posix-p):
22853         Fix choice of the directory.
22855 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
22857         * simple.el (interprogram-cut-function)
22858         (interprogram-paste-function, kill-new, kill-append):
22859         Doc fixes.
22860         (kill-region): Make it return nil.  Doc fix.
22861         (yank-pop): Make its argument optional.
22862         (yank): Make ARG `-' equivalent to `-1'.
22864 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
22866         * mail/rmail.el (rmail-get-new-mail): Don't reference
22867         rmail-use-spam-filter if rmail-spam-filter is not loaded.
22869 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
22871         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
22872         if one of global-auto-revert-non-file-buffers or autorevert-mode
22873         is non-nil.
22875 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
22877         * subr.el (delete-dups): A better implementation from Karl Heuer
22878         <kwzh@gnu.org>.
22880 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
22882         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
22883         correct place.
22884         * progmodes/icon.el (icon-indent-command): Ditto.
22885         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
22887 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
22889         * progmodes/grep.el (grep-compute-defaults): Undo change from
22890         2004-01-29: don't use executable-command-find-posix-p.
22892 2004-02-16  Richard Sharman  <rsharman@pobox.com>
22894         * hilit-chg.el: Use require instead of eval-and-compile.
22895         (highlight-compare-buffers): New function.
22897 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
22899         * man.el (Man-fontify-manpage): Render section headings in
22900         `Man-overstrike-face' even when overstrike was not used by man
22901         formatter for section headings.
22903 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
22905         * rmail-spam-filter.el (vm-use-spam-filter)
22906         (rsf-min-region-length-added-to-spam-list): New variables.
22907         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
22908         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
22909         spam testing.  Don't delete spam message if automatic deletion
22910         after output via variable rmail-delete-after-output is turned on.
22911         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
22912         rsf-bbdb-dont-create-entries-for-spam.
22913         (check-field): New function, extracted from code in
22914         rmail-spam-filter to ease addition of header fields like content-type.
22915         (message-content-type): New variable to check the content-type:
22916         field added, also in defcustom of rsf-definitions-alist.
22917         (rmail-spam-filter): Replace repeated test code for header fields
22918         by calls to check-field; change the call to
22919         rmail-output-to-rmail-file such that rmail-current-message stays
22920         the same to avoid wrong deletion of unseen flags.
22921         (rsf-add-contents-type): New function to convert old format
22922         of rmail-spam-definitions-alist into new one.
22923         Change prefixes of all variables and functions from
22924         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
22926 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
22928         * loadhist.el (unload-hook-features-list): New defvar.
22930 2004-02-16  Dave Love  <fx@gnu.org>
22932         * loadhist.el (unload-feature): Doc fix.  Rename flist to
22933         unload-hook-features-list.
22935 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
22937         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
22938         cookie.  Don't check if we are looking-at open-formula.
22940 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22942         * subr.el (match-string-no-properties): Use substring-no-properties.
22944 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
22946         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
22947         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
22948         Use lower-case "rx" in all error message.
22950 2004-02-16  Dave Love  <fx@gnu.org>
22952         * emacs-lisp/rx.el (rx-or): Put group around result.
22953         (rx-constituents): Add backref.
22954         (rx-syntax): Add string-delimiter, comment-delimiter.
22955         (rx-categories): Add combining-diacritic.
22956         (rx-check-not, rx-greedy, rx): Doc fix.
22957         (rx-backref, rx-check-backref): New.
22959 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
22961         * newcomment.el (uncomment-region): Allow eob as comment end.
22963 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
22965         * filecache.el: All message and error commands now use prefix
22966         "Filecache:" to make it easy to read *Messages* buffer.
22968 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
22970         * autorevert.el: Add support to detect changed dired and VC buffers.
22971         (auto-revert-active-p, auto-revert-list-diff)
22972         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
22973         (auto-revert-handler, auto-revert-active-p): New functions.
22974         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
22975         and `auto-revert-active-p'.
22976         (eval-when-compile): Defvar dired-directory and vc-mode.
22977         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
22978         (auto-revert-handler-vc): New functions.
22980 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22982         * progmodes/compile.el (compilation-directory): New defvar.
22983         (compile): Save current directory in compilation-directory.
22984         (recompile): Bind default-directory to compilation-directory if
22985         that is non-nil.
22987 2004-02-16  Dave Love  <fx@gnu.org>
22989         * newcomment.el (comment-insert-comment-function)
22990         (comment-region-function, uncomment-region-function): New.
22991         (comment-indent): Use comment-insert-comment-function.
22992         (uncomment-region): Use uncomment-region-function.
22993         (comment-region): Use comment-region-function.
22995         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
22997 2004-02-16  Richard Stallman  <rms@gnu.org>
22999         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
23000         loaddefs* and ldefs-boot*.
23002 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
23004         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
23005         and email address at the beginning and end of the address.
23007         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
23008         anchored at the beginning of the email address.
23010 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
23012         * international/ccl.el (ccl-compile-write): Pass `left' to
23013         ccl-embed-code to generate correct code of write-expr-register.
23015 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
23017         * progmodes/grep.el (grep-compute-defaults): Fix typos.
23019 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23021         * x-dnd.el: Mention support for Motif in commentary.
23022         (x-dnd-handle-drag-n-drop-event): Ditto.
23024 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
23026         * ses.el: Use "ses--" prefixes for buffer-local variables.
23027         Use (point-min) instead of 1, even when we know the buffer
23028         is unnarrowed.
23029         (ses-build-load-map): Delete.  Distribute its content to defconsts for
23030         the three maps.
23031         (ses-menu, ses-header-line-menu): New menus.
23032         (ses-mode-map): Use them.
23033         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
23035 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
23037         * Makefile.in: Fix the CC Mode recompile kludge so it works
23038         when building in a different directory.
23040 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
23042         * simple.el (kill-new): Put yank-handler property on the entire string.
23044 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
23046         * diff.el: Don't use compile any more, use diff-mode instead.
23047         (diff-regexp-alist, diff-old-file, diff-new-file)
23048         (diff-parse-differences, diff-process-setup): Remove.
23049         (diff-sentinel): New fun.
23050         (diff): Use it.  Run the process ourselves.
23051         Use diff-mode for the rest of the processing.
23053         * diff.el (diff): Simplify code handling `switch'.
23055 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
23057         * pcvs-defs.el (cvs-menu): Add `tag'.
23059 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
23061         * simple.el (kill-append): Doc fix.
23063         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23064         Adapt outline-regexp to the new conventions for commenting out code.
23066 2004-02-11  John Paul Wallington  <jpw@gnu.org>
23068         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
23070 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23072         * diff.el (diff-switches): New fun.
23073         (diff, diff-backup): Use it.
23074         (diff): Clean up the args construction.  Use backquote.
23075         Use listp instead of consp to avoid putting a nil arg.
23076         (diff): Add a revert-buffer function.
23078 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23080         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
23081         handled by x-dnd-handle-file-name.
23082         (x-dnd-known-types): Add COMPOUND_TEXT.
23083         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
23084         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
23085         x-dnd-empty-state.
23086         (x-dnd-forget-drop): Ditto.
23087         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
23088         (x-dnd-handle-one-url): Return private when inserting text.
23089         (x-dnd-insert-ctext): New function.
23090         (x-dnd-handle-file-name): New function for FILE_NAME.
23091         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
23092         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
23093         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
23095 2004-02-10  Kenichi Handa  <handa@m17n.org>
23097         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
23098         instead of while loop.
23100 2004-02-10  Miles Bader  <miles@gnu.org>
23102         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
23104 2004-02-09  Kenichi Handa  <handa@m17n.org>
23106         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
23107         have end-of-line.
23109 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
23111         * Makefile.in: Added extra dependencies in the recompile target
23112         needed to cope with the compile time macro expansions in CC Mode.
23114 2004-02-09  Kim F. Storm  <storm@cua.dk>
23116         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
23117         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
23118         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
23119         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
23120         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
23121         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
23122         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
23123         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
23124         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
23125         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
23126         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
23128 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23130         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
23131         Don't allow shrink if there's a window on our right.
23133         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
23134         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
23135         Bring together declaration and initialization.
23136         (prolog-mode-variables): Don't set the syntax table.
23137         Don't set paragraph-start and comment-indent-function.
23138         Add /*..*/ to the comment regexps.
23139         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
23140         (prolog-mode-map): Don't bind TAB.
23141         (prolog-mode): Set the syntax table.
23142         (prolog-comment-indent): Remove.
23143         (inferior-prolog-mode-map): Initialize in the declaration.
23144         (inferior-prolog-mode-syntax-table)
23145         (inferior-prolog-mode-abbrev-table): New vars.
23146         (inferior-prolog-mode): Derive from comint-mode.
23147         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
23148         minibuffer windows.
23150         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
23151         in file names, as long as it is unambiguous.
23153 2004-02-08  Andreas Schwab  <schwab@suse.de>
23155         * textmodes/reftex-toc.el
23156         (reftex-toc-load-all-files-for-promotion): Remove useless use of
23157         format.  Doc fix.
23159         * textmodes/refer.el (refer-find-entry-internal): Remove extra
23160         format string arguments.
23162         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
23163         string argument.
23165         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
23167         * play/zone.el (zone-call): Fix format string.
23169         * net/webjump.el (webjump-builtin): Add missing format string argument.
23171         * midnight.el (midnight-delay-set): Remove extra format string
23172         argument.
23174         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
23176         * hexl.el (hexl-insert-char): Add missing format string argument.
23178         * format.el (format-decode): Fix format string.
23180         * emulation/vi.el (vi-mode): Remove extra format string argument.
23181         (vi-repeat-last-search): Likewise.
23182         (vi-reverse-last-search): Likewise.
23183         (vi-goto-mark): Likewise.
23184         (vi-reverse-last-find-char): Likewise.
23185         (vi-repeat-last-find-char): Likewise.
23186         (vi-locate-def): Likewise.
23188         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
23190         * ediff-util.el (ediff-toggle-read-only): Remove extra format
23191         string argument.
23192         (ediff-toggle-regexp-match): Likewise.
23194         * dired-aux.el (dired-do-query-replace-regexp): Add missing
23195         format string argument.
23197         * calc/calc-map.el (calc-get-operator): Remove extra format
23198         string argument.
23200         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
23202         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
23203         string argument.
23205         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
23207         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
23209         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
23211         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
23212         (cl-struct-setf-expander): Likewise.
23214         * vc.el (with-vc-file): Fix unsafe uses of error.
23215         (vc-cancel-version): Likewise.
23217 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
23219         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
23220         thousands separator; fixes <class>:<line-number> regexp for
23221         non-english locales.
23223 2004-02-08  Andreas Schwab  <schwab@suse.de>
23225         * view.el (view-mode-enable): Revert previous change.
23227 2004-02-07  Kim F. Storm  <storm@cua.dk>
23229         * simple.el (line-number-at-pos): Rename from line-at-pos.
23230         Uses changed (what-line and vc-annotate-warp-version).
23232 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23234         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
23235         (diff-mode): Remove aborted attempt at support for compile.el.
23236         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
23238 2004-02-06  Andreas Schwab  <schwab@suse.de>
23240         * view.el (view-mode-enable): Add view-mode-map to
23241         minor-mode-overriding-map-alist.
23243 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23245         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
23247 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23249         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
23250         with point inside rather than after the paragraph.
23252 2004-02-04  Sam Steingold  <sds@gnu.org>
23254         * mail/smtpmail.el (smtpmail-try-auth-methods):
23255         Do not try authentication when no mechanism is available.
23256         Pass port-name as defaultport to `netrc-machine'.
23258 2004-02-04  Stephen Eglen  <stephen@gnu.org>
23260         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
23261         to show how minibuffer height can be constrained.
23263 2004-02-04  John Paul Wallington  <jpw@gnu.org>
23265         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
23267 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23269         * x-dnd.el: New file for drag and drop.
23271         * term/x-win.el: require x-dnd, set after-make-frame-functions
23272         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
23273         drag-n-drop event.
23275         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
23276         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
23277         (dired-dnd-handle-file): New functions for drag and drop support.
23278         (dired-mode): Initialize drag and drop if x-dnd present.
23280 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23282         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
23283         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
23284         (cperl-mode): Set fill-paragraph-function.
23285         (cperl-fill-paragraph): Make it non-interactive.
23287 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
23289         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
23291 2004-02-02  David Kastrup  <dak@gnu.org>
23293         * replace.el (perform-replace): Allow 'literal argument in
23294         regexp-flag to indicate literal replacement.
23295         (query-replace-regexp-eval): Use it.
23297 2004-02-01  Andreas Schwab  <schwab@suse.de>
23299         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
23301 2004-02-01  Stephen Eglen  <stephen@gnu.org>
23303         * info-look.el: Add support for maxima-mode.  Update commentary
23304         because info-lookup-symbol is now bound to C-h S.
23306 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
23308         * simple.el (edit-and-eval-command): Bind print-level and
23309         minibuffer-history-sexp-flag around call to read-from-minibuffer.
23310         Correct initial position in command-history.
23312 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
23314         * files.el (read-directory-name): Adapt the docstring to recent
23315         change in Fread_file_name.
23317 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
23319         * ses.el (ses-print-cell): If print format too wide for column
23320         width, truncate decimal places if that helps to avoid "#####" fill.
23321         * ses.el (ses-initial-column-width): Revert previous change.
23323 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23325         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
23326         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
23327         Add edebug info.
23328         (jit-lock-mode): Setup/cancel the new timer.
23329         (jit-lock-context-fontify): New fun.  Extracted from
23330         context fontification code of jit-lock-stealth-fontify.
23331         (jit-lock-stealth-fontify): Don't do context fontification any more.
23333         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
23334         (jit-lock-fontify-now): Handle the `quit' case.
23335         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
23337 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
23339         * progmodes/executable.el (executable-command-find-posix-p):
23340         New.  Check if find handles arguments Posix-style.
23342         * progmodes/grep.el (grep-compute-defaults):
23343         Use executable-command-find-posix-p.
23344         (grep-find): Check `grep-find-command'.
23346         * filecache.el (file-cache-find-posix-p): Delete.
23347         (file-cache-add-directory-using-find):
23348         Use `executable-command-find-posix-p'.
23350 2004-01-29  Dave Love  <fx@gnu.org>
23352         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
23353         Iterate the hook function if arg is given.
23354         (mark-defun, narrow-to-defun): Change order of finding the limits.
23356         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
23357         (byte-compile-format-warn): New.
23358         (byte-compile-callargs-warn): Use it.
23359         (Format, message, error): Add byte-compile-format-like property.
23360         (byte-compile-maybe-guarded): New.
23361         (byte-compile-if, byte-compile-cond): Use it.
23362         (byte-compile-lambda): Compile interactive forms,
23363         just to make warnings about them.
23365 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
23367         * ses.el (ses-initial-column-width): Increase to 14, so it will
23368         work well with the default printer of "%.7g" for extreme values
23369         like "-1.234567e+07".
23371 2004-01-29  Kenichi Handa  <handa@m17n.org>
23373         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
23375 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
23377         * dos-w32.el: Added support for the `default-printer-name' function.
23379 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23381         * server.el (server-socket-name): Don't use the hostname in the
23382         socket name since /tmp is local to the host anyway.
23384         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
23385         robust check of widening and fix var-naming.
23387 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
23389         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
23390         or rmail-spam- to rsf- in all function and variable names.
23391         (rsf-min-region-to-spam-list): New variable.
23392         (rsf-bbdb-auto-delete-spam-entries): Rename from
23393         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
23394         scanned together with the recipients field for spam testing; Don't
23395         delete spam message if rmail-delete-after-output is non-nil;
23396         (rsf-check-field): New function, extracted from code in
23397         rmail-spam-filter to ease addition of header fields like
23398         content-type:;
23399         (message-content-type): New variable.  The content-type: field was
23400         added also in defcustom of rsf-definitions-alist;
23401         (rmail-spam-filter): Replace repeated test code for header fields
23402         by calls to check-field; change the call to
23403         rmail-output-to-rmail-file such that rmail-current-message stays
23404         the same to avoid wrong deletion of unseen flags.
23405         (rmail-use-spam-filter): Add autoload cookie.
23407 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
23409         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
23410         (file-cache-add-directory-using-find): Add Cygwin support.
23411         (file-cache-find-command-posix-flag): New user variable.
23413         * filecache.el (file-cache-add-directory): Check for
23414         directories an remove them from dir-files.
23416 2004-01-27  Richard M. Stallman  <rms@gnu.org>
23418         * man.el (Man-fontify-manpage): Clean up message.
23420 2004-01-27  Kenichi Handa  <handa@m17n.org>
23422         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
23423         (sentence-end): Define using sentence-end-without-space.
23425         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
23426         a sentence ends with one of a character in sentence-end-without-space.
23428 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23430         * font-lock.el (font-lock): Add jit-lock as explicit group member.
23431         (jit-lock): Group declaration moved to jit-lock.el.
23432         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
23433         when necessary.
23435         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
23436         (jit-lock-context-unfontify-pos): Rename from
23437         jit-lock-first-unfontify-pos.
23438         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
23440 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
23442         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
23443         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
23444         (fortran-fill): When filling a string, adjust re-search-backward
23445         argument for special case of string just on fill-column.
23446         When filling non-string, allow one extra char if
23447         fortran-break-before-delimiters is non-nil.
23448         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
23449         Use fortran-break-delimiters-re and fortran-no-break-re to
23450         correctly handle cases such as "**".
23452         * progmodes/f90.el (f90-break-delimiters): Doc fix.
23453         (f90-no-break-re): Add some extra tokens.  Doc fix.
23455 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
23457         * mail/rmail-spam-filter.el:
23458         Use two semicolons as Commentary line prefix.
23459         Add ";;; Code:" stylized comment.
23460         Delete end-of-line whitespace.
23461         Wrap (require 'cl) with `eval-when-compile'.
23463 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
23465         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
23466         at the top level of vc.el.
23468 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
23470         * vc.el (vc-current-line): Function removed.  This is now done by
23471         the new function line-at-pos in simple.el.
23472         (vc-annotate-warp-version): Use line-at-pos instead of
23473         vc-current-line.
23475 2004-01-22  Kim F. Storm  <storm@cua.dk>
23477         * simple.el (line-at-pos): New defun.
23478         (what-line): Use it.  Optimize by only counting lines in narrowed
23479         region once.
23481 2004-01-22  Kenichi Handa  <handa@m17n.org>
23483         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
23484         point (register r1) only for charset mule-unicode-0100-24ff.
23486 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
23488         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
23489         trailing white space and ensure a final newline.
23491         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
23492         Add autoload cookie.
23494 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
23496         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
23497         activate view-mode explicitly.
23499 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23501         * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
23502         menu-bar-enable-clipboard and make Paste use clipboard first.
23504 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23506         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
23507         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
23508         (vc-mcvs-cvs): Remove.
23509         (vc-mcvs-command): Remove use of assert.
23511         * outline.el (outline-insert-heading): Tighten up match.
23512         (outline-demote, outline-move-subtree-down): Don't assume anything
23513         about outline-regexp.
23515         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
23516         (texinfo-show-structure): Explicitly add ^, and simplify.
23518 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
23520         * calendar/appt.el (appt-check): Restore usage of
23521         appt-issue-message deleted in previous change.
23522         (top-level): Activate package when loaded (needed for backwards
23523         compatibility).
23525 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
23527         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
23528         following previous change to smtpmail-send-data.
23530 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
23532         * vc.el (vc-default-previous-version): Doc enhancement.
23533         (vc-default-next-version): New function.
23534         (vc-print-log): New arg FOCUS-REV.
23535         (vc-annotate-mode): Derive from view-mode.
23536         (vc-annotate): New args REVISION, DISPLAY-MODE.
23537         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
23538         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
23539         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
23540         (vc-annotate-show-diff-revision-at-line, vc-current-line)
23541         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
23543         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
23545 2004-01-19  Karl Berry  <karl@gnu.org>
23547         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
23548         or "TexInfo".
23550 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
23552         * subr.el (delete-dups): New function.
23554 2004-01-19  Karl Berry  <karl@gnu.org>
23556         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
23557         with ^, since that's what texinfo-show-structure
23558         documentation says (plus it works much better in texinfo.txi).
23560 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
23562         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
23564 2004-01-18  David Ponce  <david@dponce.com>  (tiny change)
23566         * progmodes/which-func.el (which-function-mode): Don't cancel
23567         which-func-update-timer if not set.
23569 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
23571         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
23572         Remove spurious left square bracket in XX:XXam regexp.
23574 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
23576         * progmodes/cc-defs.el: Do not require cl at run time.
23578 2004-01-16  Richard M. Stallman  <rms@gnu.org>
23580         * emacs-lisp/cl.el (cl-cannot-unload): New function.
23581         (cl-unload-hook): Defvar this to run cl-cannot-unload.
23583         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
23584         Call rmail-spam-filter.  Delete and expunge spam.
23585         Print number of spam messages deleted.
23586         Save and restore the deletion status of old messages when reading
23587         new mail with spam filter, so that expunging spam does not expunge
23588         msgs deleted by the user.
23589         (rmail-only-expunge): Add an optional argument dont-show to
23590         prevent showing message after expunge.
23592 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
23594         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
23595         * subr.el (declare): New macro.
23597 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
23599         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
23601 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23603         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
23604         Test window-system rather than system-type (for X11/Mac).
23606 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
23608         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
23610 2004-01-12  Richard M. Stallman  <rms@gnu.org>
23612         * mail/rmail.el (rmail-convert-to-babyl-format):
23613         Use mail-unquote-printable-region.
23614         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
23615         (rmail-hex-char-to-integer): Functions deleted.
23617         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
23618         (mail-unquote-printable-region): New arg NOERROR.
23619         For invalid encoding, either signal an error to just return nil.
23621 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
23623         * calendar/appt.el: Update copyright and commentary.
23624         (appt-issue-message): Make obsolete.
23625         (appt-visible, appt-msg-window): Make obsolete, in favor of
23626         appt-display-format.
23627         (appt-display-mode-line, appt-display-duration)
23628         (appt-display-diary, appt-time-msg-list, appt-mode-string)
23629         (appt-prev-comp-time, appt-display-count, appt-timer)
23630         (appt-convert-time): Doc change.
23631         (appt-disp-window-function, appt-delete-window-function):
23632         Use defcustom rather than defvar.
23633         (appt-display-format): New variable.
23634         (appt-display-message): New function with display code from appt-check.
23635         (appt-check): Add optional FORCE argument.  Doc change.
23636         Add appt-make-list to diary-hook if displaying diary.
23637         Remove checking of view-diary-entries-initially.
23638         Message display section removed to new function appt-display-message.
23639         (appt-display-window): Doc change.  Remove unused internal var
23640         this-buffer.  Do not beep, since appt-display-message does that.
23641         (appt-make-list): Doc change.  Use caar.
23642         (appt-sort-list): Simplify by using builtin sort function.
23643         (appt-update-list): New function for updating appts when diary is
23644         saved.
23645         (appt-activate): New autoloaded function to toggle package
23646         functionality.
23648         * calendar/cal-x.el: (calendar-one-frame-setup)
23649         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
23651         * calendar/calendar.el: Update copyright.
23652         (view-diary-entries-initially, european-calendar-style): Doc change.
23653         (calendar-setup): Make defcustom rather than defvar.
23654         (mark-visible-calendar-date): Initialize temp-face and faceinfo
23655         in let binding so local to function.
23657         * calendar/diary-lib.el: Update copyright.
23658         (diary, diary-entry-time): Doc change.
23659         (list-diary-entries): Doc change.  Trivial logic change.
23660         (fancy-diary-display): Restore make-face command mistakenly
23661         deleted 2003-05-08.
23662         (show-all-diary-entries): Allow to pop-up frame if needed.
23664 2004-01-09  John Paul Wallington  <jpw@gnu.org>
23666         * bindings.el (mode-line-change-eol): Add EVENT parameter.
23667         Temporarily select EVENT's window for changing eol type.
23669 2004-01-09  Deepak Goel  <deego@gnufans.org>
23671         * calendar/diary-lib.el (diary-entry-time):
23672         Also accept time in the form XX[.XX][am/pm/AM/PM].
23673         (fancy-diary-font-lock-keywords): Likewise.
23674         (diary-font-lock-keywords): Likewise.
23675         * calendar/appt.el (appt-add): Likewise.
23676         (appt-make-list): Likewise.
23677         (appt-convert-time): Likewise.
23679 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
23681         * gdb-ui.el (gdb-ann3): Revert previous change.
23682         (gdb-source-info): Allow for case of where compilation directory
23683         is not recorded.
23685 2004-01-08  John Paul Wallington  <jpw@gnu.org>
23687         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
23689 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
23691         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
23693         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
23694         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
23695         problems.
23696         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
23698 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
23700         * files.el (write-file-functions, write-contents-functions):
23701         Clarify docstrings.
23703 2004-01-07  Kenichi Handa  <handa@m17n.org>
23705         * international/mule.el (set-auto-coding): Fix for the case that
23706         end-of-line is only CR.
23708 2004-01-07  Kim F. Storm  <storm@cua.dk>
23710         * subr.el (event-start, event-end): Doc fix.
23711         (posn-string, posn-image): New defuns.
23712         (posn-object): Return either image or string object.
23713         (posn-object-x-y): Return 8th element of position.
23714         (posn-object-width-height): New defun.
23716 2004-01-06  Andreas Schwab  <schwab@suse.de>
23718         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
23719         output.
23721 2004-01-05  Karl Berry  <karl@gnu.org>
23723         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
23724         / and *, too.
23726 2003-12-31  Simon Josefsson  <jas@extundo.com>
23728         * files.el (before-save-hook): Add.
23729         (basic-save-buffer): Use before-save-hook.
23731         * emacs-lisp/copyright.el: Fix comment to recommend
23732         before-save-hook instead of write-file-functions.
23734 2004-01-05  Richard M. Stallman  <rms@gnu.org>
23736         * finder.el (finder-commentary): Call delete-other-windows.
23738         * net/ange-ftp.el (ange-ftp-file-attributes):
23739         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
23741 2004-01-04  Karl Berry  <karl@gnu.org>
23743         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
23744         comment characters % and # in the copyright year notice,
23745         as well as ;.
23747 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
23749         * wid-edit.el (default): Define dummy :value-delete.
23750         Reported by Jesper Harder <harder@ifa.au.dk>.
23752 2004-01-03  Richard M. Stallman  <rms@gnu.org>
23754         * progmodes/compile.el (compile-internal): Use point, not point-min,
23755         for set-window-point.
23757         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
23759         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
23761         * progmodes/grep.el (grep-mode-map):
23762         Don't remap next-line, previous-line.
23764 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
23766         * speedbar.el (speedbar-edit-line): Change regexp to position
23767         the cursor on the first character of this line's button.
23769 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
23771         * subr.el (functionp): Doc fix.
23773 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23775         * progmodes/idlwave.el (idlwave-make-tags):
23776         * textmodes/flyspell.el (flyspell-large-region):.
23777         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
23778         * emulation/viper-util.el (viper-glob-unix-files):
23779         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
23780         * man.el (Man-init-defvars):
23781         * jka-compr.el (jka-compr-call-process):
23782         * files.el (get-free-disk-space,insert-directory):
23783         * ediff-ptch.el (ediff-test-patch-utility):
23784         * ediff-diff.el (ediff-test-utility):
23785         * dired-aux.el (dired-check-process):
23786         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
23787         test the return value of call-process, because it can be a string.
23789 2003-12-31  John Paul Wallington  <jpw@gnu.org>
23791         * bindings.el (completion-ignored-extensions): Add .pfsl.
23793 2003-12-31  Kim F. Storm  <storm@cua.dk>
23795         * ido.el (ido-nonreadable-directory-p): New defun to check for
23796         nonreadable directory without activating tramp (to avoid problems
23797         with checking incomplete tramp paths).
23798         (ido-set-current-directory, ido-file-internal)
23799         (ido-file-name-all-completions1): Use it.
23801 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
23803         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
23804         documentation if the anchor (or node) name is preceded by `info
23805         anchor' or `Info anchor' in addition to earlier `info node' and
23806         `Info node'.
23807         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
23809 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
23811         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
23812         error in arguments to base64-decode-region.  Remove ^M characters
23813         after decoding base64.
23815 2003-12-30  Simon Josefsson  <jas@extundo.com>
23817         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
23818         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
23819         have only been distributed with Emacs for some years.
23820         (texinfo-mode-hook): Customize.
23822 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
23824         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
23825         cleaner (suggested by Richard Stallman).
23827         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
23828         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
23829         file-name clashes on 8+3 DOS filesystems.
23831         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
23832         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
23833         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
23834         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
23835         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
23836         file-name clashes on 8+3 filesystems.
23838         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
23839         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
23840         file-name clashes on 8+3 DOS filesystems.
23842 2003-12-29  Richard M. Stallman  <rms@gnu.org>
23844         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
23845         Upcase the character.
23847         * textmodes/flyspell.el (mail-mode-flyspell-verify):
23848         Search for header separator alone on a line, literally,
23849         and search for it backward, not forward.
23850         (flyspell-abbrev-table): Always use global-abbrev-table
23851         if there is no local one.
23853         * progmodes/sh-script.el (sh-get-indent-info):
23854         Don't move point back if at bob.
23856         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
23858         * play/handwrite.el (handwrite): Make the handwrite credit message
23859         a comment rather than an output command.
23861         * obsolete/sc.el: Display message that this file is obsolete.
23863         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
23865         * mail/rfc822.el (rfc822-address-start): Declare variable.
23866         Renamed from address-start.  All uses changed.
23868         * term.el (term-exec): Set up sentinel.
23869         (term-sentinel): New function.
23870         (term-handle-exit): New function.
23872         * subr.el (assoc-ignore-case, assoc-ignore-representation):
23873         Use assoc-string, and mark them obsolete.
23874         (delay-mode-hooks): Mark as permanent local.
23876         * simple.el (sendmail-user-agent-compose): Use assoc-string.
23878         * register.el (copy-rectangle-to-register): Doc fix.
23880         * info.el (Info-insert-dir): Use assoc-string.
23882         * info-look.el (info-lookup): Use assoc-string.
23884         * frame.el (pop-up-frame-function): Use quote, not `function'.
23885         (frame-notice-user-settings): Calculate ADJUSTED-TOP
23886         copying with lists as coordinate values.
23888         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
23890         * find-dired.el (kill-find): New command.
23891         (find-dired): Make buffer read-only.
23892         Set up a keymap with C-c C-k running kill-find.
23893         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
23895         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
23897         * filecache.el (file-cache-ignore-case): New variable.
23898         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
23900         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
23901         (comint-dynamic-complete-as-filename): Rename local vars.
23902         (comint-dynamic-list-filename-completions): Likewise.
23904         * comint.el (comint-dynamic-list-completions-config): New var.
23905         (comint-dynamic-list-completions): Handle both SPC and TAB right.
23907         * comint.el (comint-file-name-chars): Add [].
23908         (comint-word): Use skip-chars-backward, not search.
23910         * shell.el (shell-file-name-chars): Add [].
23912         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
23914         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
23916         * generic.el (define-generic-mode): Doc fix.
23918 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
23920         * files.el (kill-some-buffers): Doc fix.
23922 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
23924         * comint.el (comint-watch-for-password-prompt): Pass `string' as
23925         arg to send-invisible
23926         (send-invisible): Doc fix.  The argument is now a prompt, not the
23927         string to send.
23928         (comint-read-noecho): Doc fix.
23930 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
23932         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
23933         "@", as required by some ISP hosting service.  Fix defcustom
23934         argument syntax errors that prevented use of customization.
23936 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
23938         * xml.el (xml-get-attribute-or-nil): Doc fix.
23940 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
23942         * net/zone-mode.el (zone-mode): Use write-file-functions, not
23943         write-file-hooks.
23945 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
23947         * autorevert.el (auto-revert-interval): Doc fix.
23949 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
23951         * xml.el (xml-get-attribute-or-nil): New function, like
23952         xml-get-attribute, but returns nil if the attribute was not found.
23953         (xml-get-attribute): Convert to defsubst, uses
23954         xml-get-attribute-or-nil.
23956 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
23958         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
23960 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
23962         * custom.el (custom-declare-theme): Use `value' when putting
23963         properties on `theme'.
23965 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
23967         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
23968         for each yank-handler segment.
23969         (insert-for-yank-1): New function, with the body of the previous
23970         insert-for-yank.
23972         * textmodes/table.el (table-yank-handler): New defcustom.
23973         (table--put-cell-indicator-property): Put yank-handler property
23974         that indicates the yank handler for the table cell.
23976 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23978         * generic-x.el (etc-modules-conf-generic-mode): A more complete
23979         set of keywords.
23981 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
23983         * international/mule-cmds.el (reset-language-environment)
23984         (set-language-environment): Don't invoke fontset-related functions
23985         if fontset-list is not fboundp.
23987 2003-12-29  Kenichi Handa  <handa@m17n.org>
23989         * international/mule-cmds.el (reset-language-environment):
23990         Call set-overriding-fontspec-internal with nil.
23991         (set-language-environment): Call set-overriding-fontspec-internal
23992         if the language environment specify `overriding-fontspec'.
23993         (language-info-alist): Doc added.
23995         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
23996         characters of mule-unicode-0100-24ff.
23997         (ccl-encode-windows-1251-font): New CCL program.
23998         ("Bulgarian"): Specify overriding-fontspec.
23999         ("Belarusian"): Likewise.
24001 2003-12-28  Sam Steingold  <sds@gnu.org>
24003         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
24004         parameter ID-FORMAT to conform with the 2003-11-30 patch.
24006 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
24008         * progmodes/gud.el (gud-gdb-command-name): Set default to
24009         "gdb --annotate=3".
24010         (gud-gdb-marker-filter): Look out for annotations.
24011         (gdb-first-pre-prompt): New variable.
24012         Remove trailing white space.
24014         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
24015         if necessary.
24016         (gdb-ann3): New function.  Initialize M-x gdb as for M-x gdba if
24017         annotations are detected.
24018         (gud-gdba-marker-filter): Use global variable gud-marker-acc
24019         instead of a local one to allow transition from
24020         gud-gdb-marker-filter.
24021         Remove trailing white space.
24023 2003-12-27  Kim F. Storm  <storm@cua.dk>
24025         * ido.el: Handle non-readable directories.
24026         (ido-decorations): Add 9th element for non-readable directory.
24027         (ido-directory-nonreadable): New dynamic var.
24028         (ido-set-current-directory): Set it.
24029         (ido-read-buffer, ido-file-internal):
24030         (ido-read-file-name, ido-read-directory-name): Let-bind it.
24031         (ido-file-name-all-completions1): Return empty list for
24032         non-readable directory.
24033         (ido-exhibit): Print [Not readable] if directory is not readable.
24034         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
24035         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
24036         Use it.
24038 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
24040         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
24041         calls to directory-files-and-attributes and file-attributes.
24042         (ls-lisp-format): Remove system dependent handling of user and
24043         group id's.
24045 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
24047         * ffap.el (ffap-read-file-or-url): Revert previous change.
24049 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
24051         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
24052         new list of included files called `files-with-node-lines', that
24053         only have node lines.  This way @include commands can include any
24054         file, such as version and update files without node lines, not
24055         just files that are chapters.
24057 2003-12-25  Andreas Schwab  <schwab@suse.de>
24059         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
24060         file not found.
24062 2003-12-08  Miles Bader  <miles@gnu.org>
24064         * dired.el (dired-between-files): Always use dired-move-to-filename,
24065         which is more robust in non-english locales.
24067 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
24069         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
24071 2003-12-24  Andreas Schwab  <schwab@suse.de>
24073         * shell.el (shell-file-name-quote-list): Add backslash.
24075         * comint.el (comint-quote-filename): Correctly handle backslash
24076         in comint-file-name-quote-list.
24078 2003-12-24  Kenichi Handa  <handa@m17n.org>
24080         * international/mule-cmds.el (set-default-coding-systems):
24081         Call ucs-set-table-for-input for all buffers that don't have local
24082         value of buffer-file-coding-system.
24084         * international/ucs-tables.el (ucs-set-table-for-input):
24085         If translation-table-for-encode is a symbol, get its
24086         translation-table property.
24088 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
24090         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
24091         to `completing-read' on a recently fixed bug.
24093         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
24094         instead of SPACE, to get the list of possible fringe modes.
24095         SPACE only works if both `partial-completion-mode' and
24096         `completion-auto-help' are nil.
24098         * complete.el (PC-is-complete-p): Delete.
24099         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
24100         calls to `test-completion'.
24102 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
24104         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
24105         to edit values when there are no children.
24107         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
24108         a mode called "Assembler" already exists.
24109         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
24110         (gud-watch): Use format option.  Remove font properties from string.
24111         (gdb-var-create-handler, gdb-var-list-children-handler):
24112         Don't bother about properties as there are none.
24113         (gdb-var-create-handler, gdb-var-list-children-handler)
24114         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
24115         with two arguments.
24116         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
24117         Let speedbar show value changes with a different font.
24118         (gdb-edit-value): New defun.
24119         (gdb-clear-partial-output, gdb-clear-inferior-io)
24120         (def-gdb-auto-update-handler): Use erase-buffer.
24121         (gdb-frame-handler): Display watch expressions in
24122         FUNCTION::VARIABLE format if required.
24124 2003-12-23  John Paul Wallington  <jpw@gnu.org>
24126         * info.el (Info-unescape-quotes, Info-split-parameter-string)
24127         (Info-goto-emacs-command-node): Doc fixes.
24129 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
24131         * cus-edit.el (custom-add-parent-links): Define "many".
24133 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
24135         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
24136         (widget-child-validate, widget-type-value-create)
24137         (widget-type-default-get, widget-type-match): New functions.
24138         (lazy): New widget.
24139         (menu-choice, checklist, radio-button-choice, editable-list)
24140         (group, documentation-string): Remove redundant (per 2003-10-25
24141         change) calls to `widget-children-value-delete'.
24142         (widget-choice-value-get, widget-choice-value-inline): Remove.
24143         (menu-choice): Update widget.
24145 2003-12-03  Kenichi Handa  <handa@m17n.org>
24147         * language/cyrillic.el: Register "microsoft-cp1251" in
24148         ctext-non-standard-encodings-alist.
24149         ("Bulgarian"): Add ctext-non-standard-encodings.
24150         ("Belarusian"): Likewise.
24152         * international/mule-conf.el (compound-text-with-extensions):
24153         Change the type to 2 (iso-2022 base).
24155         * international/mule.el (ctext-non-standard-encodings-alist):
24156         Change the format.
24157         (ctext-non-standard-encodings): New variable.
24158         (ctext-post-read-conversion): Fully re-written.
24159         (ctext-non-standard-designations-alist): Delete it.
24160         (ctext-non-standard-encodings-table): New function.
24161         (ctext-pre-write-conversion): Fully re-written.
24163 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
24165         * cus-edit.el (custom-add-parent-links): Add documentation links
24166         for parent, if the item has none of its own.
24168 2003-11-30  Richard M. Stallman  <rms@gnu.org>
24170         * dired-aux.el (dired-do-query-replace-regexp):
24171         Report files visited read-only.
24173 2003-11-30  Juri Linkov  <juri@jurta.org>
24175         * dired-aux.el (dired-compare-directories): New command.
24176         (dired-file-set-difference, dired-files-attributes): New functions.
24178 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
24179         Version 2.0.38 of Tramp released.
24181         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
24182         Charles Curley <charlescurley@charlescurley.com>.
24183         (tramp-multi-connection-function-alist): Add ssht entry which adds
24184         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
24185         Aichner.
24186         (tramp-get-method-parameter): New function to retrieve a method
24187         parameter.  This allows for omission of method parameters.
24188         Callers adjusted.
24190 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
24192         * net/tramp.el: Add new optional parameter ID-FORMAT to
24193         `file-attributes'.  Calls of `file-attributes' won't use this
24194         parameter for backward compatibility reasons.
24195         (tramp-perl-file-attributes): Add a new parameter to Perl script
24196         in order to handle uid/gid as strings, if desired.
24197         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
24198         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
24199         order to make the function more general.
24200         (tramp-handle-file-attributes): Replace proprietary optional
24201         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
24202         (tramp-handle-file-attributes-with-perl): Handle parameter
24203         NONNUMERIC if set.  This wasn't done in the past.
24204         (tramp-post-connection): Apply second parameter "$2" if
24205         `tramp-remote-perl' is called.
24207         * net/tramp-smb.el (tramp-smb-handle-delete-file):
24208         Correct cut'n'waste error (`filename' instead of `directory').
24209         (tramp-smb-handle-directory-files-and-attributes)
24210         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
24211         introduced parameter ID-FORMAT.
24212         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
24213         error (`directory' instead of `ldir').
24215         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
24216         `file-attributes' has a second parameter.  If yes, apply it with
24217         value "'integer".  Otherwise, don't use that parameter (default is
24218         integer format).
24220 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
24222         * help.el (help-map): Bind `display-local-help' to `C-h .'.
24223         (help-for-help): Add `C-h .' to the listed Help options.
24224         Remove trailing whitespace.
24226         * help-at-pt.el: New file.
24228 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
24230         * subr.el (noreturn, 1value): New macros for test coverage.
24231         See `testcover.el'.
24233         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and
24234         `1value'.
24236         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
24237         for macro `1value'.
24238         (testcover-1value): New function.  Checks that a 1value form
24239         actually returns only one value.  Requested by RMS.
24241 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
24243         * gdb-ui.el (gud-watch, gdb-var-create-handler)
24244         (gdb-var-list-children, gdb-var-list-children-handler)
24245         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
24246         gdb commands that use mi to keep them out of the command history.
24248 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
24250         * cus-start.el (all): Add use-file-dialog.
24252 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
24254         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
24256 2003-11-27  Kim F. Storm  <storm@cua.dk>
24258         * subr.el (posn-object-x-y): New defun.
24260 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24262         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
24263         Don't use `space' for \\\n.
24264         Be more selective as to which # are comment-starters.
24266 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
24268         * subr.el (number-sequence): Improve handling of floating point
24269         arguments (suggested by Kim Storm).  Allow negative arguments.
24271 2003-11-26  Kenichi Handa  <handa@m17n.org>
24273         * international/mule-cmds.el (standard-display-european-internal):
24274         Cancel the standard-display-table setting for ` and '.
24276 2003-11-26  Kim F. Storm  <storm@cua.dk>
24278         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
24279         New defcustoms to add ffap-like functionality to ido.
24280         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
24281         (ido-no-final-slash): New defun.
24282         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
24283         (ido-read-file-name): ): Toggle VC checking via
24284         vc-handled-backends instead of vc-master-templates.
24285         (ido-file-internal): Handle ido-use-url-at-point and
24286         ido-use-filename-at-point via code borrowed from ffap-guesser.
24287         Handle new ido-exit code ffap.
24288         (ido-sort-list): Ignore final slash when sorting file names.
24290 2003-11-25  Kim F. Storm  <storm@cua.dk>
24292         * emulation/cua-base.el (cua--standard-movement-commands):
24293         Add forward-sentence and backward-sentence.
24295 2003-11-25  Stephen Eglen  <stephen@gnu.org>
24297         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
24298         iswitchb-exit is set to 'usefirst when user selects buffer at head
24299         of list using RET.  (Selecting buffers at the head of the list was
24300         broken if the substring was also a complete buffername.)
24302 2003-11-23  Kim F. Storm  <storm@cua.dk>
24304         * progmodes/compile.el (grep-command, grep-use-null-device)
24305         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
24306         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
24307         (grep-regexp-alist, grep-program, find-program)
24308         (grep-find-use-xargs, grep-history, grep-find-history)
24309         (grep-process-setup, grep-compute-defaults)
24310         (grep-default-command, grep, grep-tag-default, grep-find)
24311         (grep-expand-command-macros, grep-tree-last-regexp)
24312         (grep-tree-last-files, grep-tree): Move grep variables, functions
24313         and commands to new file grep.el.
24314         (compilation-mode-map): Remove grep commands from Compile sub-menu.
24315         (compilation-process-setup-function): Doc fix.
24316         (compilation-highlight-regexp, compilation-highlight-overlay): New
24317         defvars used for highlighting current compile error in source buffer.
24318         (compile-internal): New optional args HIGHLIGHT-REGEXP and
24319         LOCAL-MAP which overrides compilation-highlight-regexp and
24320         compilation-mode-map for this compilation.
24321         Delay calling compilation-set-window-height until after running
24322         compilation-process-setup-function so it can buffer-local override
24323         compilation-window-height.
24324         Check buffer-local value of compilation-scroll-output.
24325         (compilation-set-window-height): Use buffer-local value of
24326         compilation-window-height.
24327         (compilation-revert-buffer): Don't pass (undefined)
24328         preserve-modes arg to revert-buffer.
24329         (next-error-no-select, previous-error-no-select): New commands.
24330         (compilation-goto-locus): Temporarily highlight current match in
24331         source buffer using compilation-highlight-regexp.
24333         * progmodes/grep.el: New file with grep code from compile.el.
24334         (grep): New defcustom group.
24335         (grep-window-height): New defcustom, like compilation-window-height.
24336         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
24337         (grep-scroll-output): New defcustom, like compilation-scroll-output.
24338         (grep-command, grep-use-null-device, grep-find-command)
24339         (grep-tree-files-aliases, grep-tree-ignore-case)
24340         (grep-tree-ignore-CVS-directories): Move to grep custom group.
24341         (grep-setup-hook): New hook variable.
24342         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
24343         (grep-last-buffer): New defvar, override compilation-last-buffer.
24344         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
24345         Call compile-internal with args highlight-regexp and grep-mode-map.
24347 2003-11-23  Kim F. Storm  <storm@cua.dk>
24349         * subr.el (event-start, event-end): Doc fix.
24350         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
24351         (posn-area, posn-actual-col-row, posn-object): New defuns.
24352         (posn-col-row): Simplify doc.  Rewrite to use cond.
24353         (posn-point): Also return buffer position for events outside text
24354         area (that info is now present in the event position).
24356         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
24357         mouse-set-point so that hscroll still works now that clicks on
24358         fringes generate specific mouse events.
24359         (mouse-set-point): Note that it now works in fringes and margins
24360         too due to new semantics of posn-point in fringes and margins.
24362         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
24363         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
24365 2003-11-20  Kim F. Storm  <storm@cua.dk>
24367         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
24368         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
24369         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
24370         to 100 for icons to avoid increasing line height when shown.
24372 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
24374         * newcomment.el (comment-normalize-vars): Initialize properly if
24375         comment-start was nil.
24377 2003-11-19  Andreas Schwab  <schwab@suse.de>
24379         * simple.el (set-variable): Fix indentation.
24381 2003-11-17  Kenichi Handa  <handa@m17n.org>
24383         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
24384         Fix docstring.
24386 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
24388         * international/latin1-disp.el (latin1-display): Fix docstring.
24390 2003-11-16  John Wiegley  <johnw@newartisans.com>
24392         * eshell/em-ls.el (eshell-ls-file): There are times with
24393         size-width is nil and uncomputed (when directories are created in
24394         dired, for example); in this case, 4 is reasonable default value,
24395         although it may caused skewed new entries (which could be avoided
24396         by returning the original value of 8 in all cases, but 99% of the
24397         time this is a waste of whitespace).
24399 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
24401         * cc-engine.el (c-guess-continued-construct)
24402         (c-guess-basic-syntax): Check a little more carefully if it's a
24403         function declaration when an unknown construct followed by a block
24404         is found inside a statement context.  This avoids macros followed
24405         by blocks to be taken as function declarations.
24407         (c-guess-continued-construct): Change the analysis of a statement
24408         continuation with a brace open to `substatement-block', for
24409         consistency with recognized statements.
24411         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
24412         start is in a position so that `c-beginning-of-statement-1' jumped
24413         to the beginning of the same statement.
24415         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
24416         Don't accept binary operators in the arglist if we're in a function
24417         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
24418         template recognition in cases like "if (a < b || c > d)".
24420         (c-restricted-<>-arglists): New more appropriate name for
24421         `c-disallow-comma-in-<>-arglists'.
24423         Accessing functions updated for the variable name change.
24425         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
24426         match data could get clobbered if NOT-INSIDE-TOKEN is used.
24428         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
24429         labels.
24431         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
24432         instead of duplicating parts of it.  This fixes bogus label
24433         recognition.
24435         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
24436         of checking the context in which to apply the minimum indentation,
24437         so that it isn't enforced in e.g. namespace blocks.
24439         * cc-vars.el (c-inside-block-syms): New constant used by
24440         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
24441         to somewhat reduce the risk of becoming stale.
24443         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
24444         cc-cmds to cc-engine to allow use from cc-align.
24446         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
24447         qualified identifiers containing "::".
24449         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
24450         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
24452         * cc-vars.el (c-emacs-features): Use a space in front of the name
24453         of the temporary buffer.  That also avoids dumping problems in
24454         XEmacs due to undo info being left around after the buffer is killed.
24456         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
24457         arglist to see if it's a K&R style declaration.
24459         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
24460         before returning `knr-argdecl-intro'.
24462 2003-11-16  John Wiegley  <johnw@newartisans.com>
24464         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
24465         field in a long-listing always 8 characters, use `size-width',
24466         which has already been computed.
24468 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
24470         * subr.el (minor-mode-list): Add `hs-minor-mode'.
24472 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
24474         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
24475         Support operation while narrowed, with `diff-restrict-view'.
24477 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
24479         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
24480         Take additional optional arg NARROWFUN.  For the generated functions:
24481         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
24482         include frags that arrange to check for and save narrowing state before
24483         the move and then conditionally call NARROWFUN after the move.
24485 2003-11-14  John Wiegley  <johnw@newartisans.com>
24487         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
24488         that was optional, but obviously missing based on surrounding code.
24490         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
24491         string arguments to numbers unless the whole argument was seen as
24492         a number.
24494 2003-11-14  Kenichi Handa  <handa@m17n.org>
24496         * international/mule.el (ctext-non-standard-encodings-alist):
24497         Fix coding systems.
24499 2003-11-10  Kenichi Handa  <handa@m17n.org>
24501         * language/kannada.el ("Kannada"): Add sample-text.
24503         * language/knd-util.el (kannada-compose-region)
24504         (kannada-compose-string, kannada-post-read-conversion):
24505         Add autoload cookie.
24507         * international/quail.el (quail-completion): Change the message
24508         "corresponding translations" to "corresponding characters".
24510 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
24512         * descr-text.el (describe-char): Fix typo.
24514 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
24516         These changes are to support Kannada language/script.
24518         * Makefile.in (DONTCOMPILE): Add kannada.el.
24520         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
24522         * loadup.el: Preload kannada.el.
24524         * language/ind-util.el (ucs-kannada-to-is13194-alist)
24525         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
24526         New variables.
24528         * language/kannada.el: New file.
24530         * language/knd-util.el: New file.
24532 2003-11-07  Andreas Schwab  <schwab@suse.de>
24534         * progmodes/autoconf.el (autoconf-font-lock-keywords):
24535         Also highlight AH_*.
24537         * xml.el (xml-parse-dtd): Fix misplaced paren.
24539 2003-11-07  Kenichi Handa  <handa@m17n.org>
24541         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
24543 2003-11-05  Juri Linkov  <juri@jurta.org>
24545         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
24546         (desktop-buffer-file): Use saved buffer-file-coding-system
24547         for file reading.  Set auto-insert to nil to prevent automatic
24548         insertion into restored empty files.
24550 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
24552         * files.el (risky-local-variable-p): Make second argument optional.
24554 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24556         * subr.el (add-hook): Fix last change.
24558 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
24560         * mail/rmail.el (rmail-convert-to-babyl-format):
24561         If base64-decode-region signals an error, catch it and silently
24562         ignore it.
24564 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
24566         * xml.el (xml-parse-region): Allow comments to appear after the
24567         topmost element has closed.
24568         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
24569         (xml-ns-expand-attr): New functions to do namespace handling.
24570         (xml-intern-attrlist): Back-compatible handling of attribute names.
24571         (xml-parse-tag): Move namespace handling to separate functions.
24572         Now produces elements in the form ((:ns . "element") (attr-list)
24573         children) instead of ('ns:element (attr-list) children).
24574         (xml-parse-attlist): Fix attribute parsing.
24575         (xml-parse-dtd): Change parsing so that it produces strings
24576         instead of interned symbols.
24578 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
24580         * dired.el (dired-ls-sorting-switches): Doc fix.
24582 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
24584         * emacs-lisp/rx.el (rx-or): Fix the case of
24585         "(rx (and ?a (or ?b ?c) ?d))".
24587 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
24589         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
24590         (texinfo-format-region): Use it.
24591         (texinfo-format-buffer-1): Ditto.
24593 2003-11-01  Alan Mackenzie  <acm@muc.de>
24595         Changes to allow scrolling whilst in isearch mode:
24596         * isearch.el (isearch-unread-key-sequence): New function,
24597         extracted from isearch-other-meta-char.
24598         (top level): (put 'foo 'isearch-scroll) on all Emacs's
24599         "scrollable" standard functions.
24600         (isearch-allow-scroll): New customizable variable.
24601         (isearch-string-out-of-window, isearch-back-into-window)
24602         (isearch-reread-key-sequence-naturally)
24603         (isearch-lookup-scroll-key): New functions.
24604         (isearch-other-meta-char): Doc string and functionality enhanced.
24605         Now accepts a prefix argument.
24606         (isearch-lazy-highlight-window-end): New variable.
24607         (isearch-lazy-highlight-new-loop): Pay attention to the window's
24608         end (thru isearch-lazy-highlight-window-end), not only its start.
24610         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
24611         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
24612         (universal-argument, universal-argument-more, negative-argument)
24613         (digit-argument, universal-argument-other-key): Minor changes.
24615 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
24617         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
24618         recursively if the last message is deleted, thus avoiding an
24619         infinite loop.
24621 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24623         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
24624         (tex-main-file): Don't add .tex if the extension is already present.
24625         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
24627 2003-10-29  Lute Kamstra  <lute@gnu.org>
24629         * progmodes/octave-inf.el (inferior-octave-prompt):
24630         Recognize version number in prompt.
24632 2003-10-28  Dave Love  <fx@gnu.org>
24634         * international/characters.el: Fix some Unicode ranges.
24636 2003-10-28  Kenichi Handa  <handa@m17n.org>
24638         * disp-table.el (standard-display-8bit)
24639         (standard-display-default, standard-display-ascii)
24640         (standard-display-g1, standard-display-graphic)
24641         (standard-display-underline): Assure that standard-display-table
24642         is a display table.
24644 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
24646         * simple.el (reindent-then-newline-and-indent): Delete space *after*
24647         reindenting the first line.
24649 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
24651         * wid-edit.el (widget-default-delete): Always delete child widgets.
24653 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24655         * newcomment.el (comment-indent): Don't call indent-according-to-mode
24656         if the line has code.
24657         Don't try to line up with something that's too far left.
24659         * progmodes/octave-mod.el (octave-comment-start): Simplify.
24660         (octave-mode-syntax-table): Add % as a comment starter.
24661         (octave-point): Remove.
24662         (octave-in-comment-p, octave-in-string-p)
24663         (octave-not-in-string-or-comment-p, calculate-octave-indent)
24664         (octave-blink-matching-block-open, octave-auto-fill):
24665         Use line-(beginning|end)-position instead.
24667 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
24669         * emacs-lisp/authors.el (authors-aliases): Add correct realname
24670         for Francesco Potort\e,Al\e(B.
24672 2003-10-23  Dave Love  <fx@gnu.org>
24674         * international/mule-cmds.el (locale-charset-to-coding-system):
24675         Don't rely on nil being a coding system.
24677         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
24678         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
24679         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
24681 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
24683         * gdb-ui.el (gdb-current-language): New variable.
24684         (gdb-update-flag): Remove variable.
24685         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
24686         (gdb-take-last-elt): Remove function.
24687         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
24688         (gdb-post-prompt): Check for variable object changes here.
24690         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
24691         object changes in gdb-ui.el.
24693 2003-10-21  Richard M. Stallman  <rms@gnu.org>
24695         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
24697         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
24698         Don't check for foo*/ wildcard form here.
24699         (insert-directory): Recognize foo*/ as a wildcard.
24700         Separate wildcard-regexp variable from the arg, wildcard.
24702         * subr.el (add-hook): Correctly detect when make-local-hook was used.
24703         (remove-hook): Correctly handle strange cases about local hooks.
24705 2003-10-21  David Ponce  <david@dponce.com>
24707         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
24708         argument REAL, to return a real number instead of a rounded
24709         integer value.  Define as inline function.
24710         (ruler-mode-right-fringe-cols): Likewise.
24711         (ruler-mode-scroll-bar-cols): New function.
24712         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
24713         (ruler-mode-right-scroll-bar-cols): Likewise.
24714         (ruler-mode-space): New function.
24715         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
24716         scroll bar mode and margins in a more robust way.
24718 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
24720         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
24721         (antlr-c-init-language-vars): New function.
24722         (antlr-mode): Use it with cc-mode before v5.29.
24723         (antlr-c-common-init): Don't set some local vars here.
24724         (antlr-mode): Set them here.
24725         (antlr-c-forward-sws): New function alias.
24726         (antlr-mode): Redefine with cc-mode before v5.30.
24727         (antlr-skip-sexps): Use it.
24728         (antlr-skip-exception-part): Ditto.
24729         (antlr-skip-file-prelude): Ditto.
24730         (antlr-outside-rule-p): Ditto.
24731         (antlr-end-of-body): Ditto.
24732         (antlr-option-kind): Ditto.
24733         (antlr-insert-option-area): Ditto.
24734         (antlr-file-dependencies): Ditto.
24736 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
24738         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
24739         Move backward only if point was not inside an entry.
24741 2003-10-21  Richard M. Stallman  <rms@gnu.org>
24743         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
24745 2003-10-21  Juri Linkov  <juri@jurta.org>
24747         * compare-w.el: Automatically skip non-matching text to resync.
24748         (compare-windows-whitespace): Doc fix.
24749         (compare-windows-sync, compare-windows-sync-string-size)
24750         (compare-windows-recenter, compare-ignore-whitespace)
24751         (compare-windows-highlight, compare-windows-face): New variables.
24752         (compare-windows): Use compare-windows-sync.
24753         (compare-windows-highlight, compare-windows-dehighlight)
24754         (compare-windows-sync-regexp)
24755         (compare-windows-sync-default-function): New functions.
24757 2003-10-21  Juri Linkov  <juri@jurta.org>
24759         * diff.el (diff-parse-differences): Don't visit the files now;
24760         instead, just record the error locus.
24762 2003-10-21  Dave Love  <fx@gnu.org>
24764         * progmodes/cfengine.el: New file.
24766 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24768         * complete.el (PC-do-completion): Do not forget to use `pred' as the
24769         default-directory when completing file names.
24771 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
24773         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
24774         followed by the word `face', it gets treated as a face, even if
24775         it is also defined as a variable or a function.
24777 2003-10-20  Dave Love  <fx@gnu.org>
24779         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
24780         Avoid incf in macro expansion.
24782 2003-10-20  John Paul Wallington  <jpw@gnu.org>
24784         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
24785         `evenp' so we don't implicitly require cl library at runtime.
24787 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
24789         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
24790         (help-make-xrefs): Only make cross-references for faces if
24791         preceded or followed by the word `face'.  Do not make a
24792         cross-reference for variables without variable documentation,
24793         unless preceded by the word `variable' or `option'.  Update doc
24794         string accordingly.
24796 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
24798         * progmodes/hideshow.el: Rewrite one-armed `if'
24799         constructs using either `when' or `unless'.
24800         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
24802 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
24804         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
24805         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
24806         instead of 12x12.
24808 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
24810         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
24811         message while converting to Babyl.
24813 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
24815         * allout.el (allout-mode): Doc fix.
24817 2003-10-16  Lute Kamstra  <lute@gnu.org>
24819         * subr.el (force-mode-line-update): Fix docstring.
24821 2003-10-14  Dave Love  <fx@gnu.org>
24823         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
24824         (default-input-method): Add :link, improve :type.
24825         (locale-charset-language-names): Fix utf-8 pattern.
24826         (locale-charset-match-p, locale-charset-alist)
24827         (locale-charset-to-coding-system): New.
24828         (set-locale-environment): Deal with codeset part of locale specs.
24830 2003-10-14  Lute Kamstra  <lute@gnu.org>
24832         * fringe.el (fringe-mode): Use active voice in docstring.
24833         (set-fringe-style): Ditto.
24835 2003-10-13  Lute Kamstra  <lute@gnu.org>
24837         * fringe.el (fringe-mode): Fix docstring.
24838         (set-fringe-style): Ditto.
24840 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
24842         * ediff-mult.el (ediff-filegroup-action):
24843         Use ediff-default-filtering-regexp.
24845         * ediff-util.el (ediff-recenter): Don't call
24846         ediff-restore-highlighting twice.
24847         (ediff-select-difference): Set current difference.
24848         (ediff-unselect-and-select-difference): Add comment.
24850         * ediff.el (ediff-directories,ediff-directory-revisions)
24851         (ediff-directories3,ediff-merge-directories)
24852         (ediff-merge-directories-with-ancestor)
24853         (ediff-merge-directory-revisions)
24854         (ediff-merge-directory-revisions-with-ancestor):
24855         Use ediff-default-filtering-regexp.
24857 2003-10-12  Andreas Schwab  <schwab@suse.de>
24859         * international/mule-cmds.el (locale-charset-language-names):
24860         Simplify regex by removing unused grouping.
24862 2003-10-10  Dave Love  <fx@gnu.org>
24864         * bindings.el: Don't bind stop.
24866 2003-10-08  Miles Bader  <miles@gnu.org>
24868         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
24869         face instead of attempting to emulate it.
24871 2003-10-07  Kenichi Handa  <handa@m17n.org>
24873         * international/mule-diag.el (list-coding-systems-1): List coding
24874         systems that are loaded automatically.
24876         * international/code-pages.el (iso-8859-11): Add autoload cookie.
24878         * international/mule.el (autoload-coding-system): New function.
24880 2003-10-07  Andreas Schwab  <schwab@suse.de>
24882         * log-edit.el (log-edit-changelog-entries): Prefer local value of
24883         change-log-default-name in the buffer visiting the file.
24885 2003-10-06  Dave Love  <fx@gnu.org>
24887         * files.el (find-file-hook): Customize.
24888         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
24890         * bindings.el (completion-ignored-extensions): Remove .log.
24891         (global-map): Add again, open, stop keys.
24893 2003-10-05  Richard M. Stallman  <rms@gnu.org>
24895         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
24896         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
24897         Use sh-modify directly.
24898         (sh-select): Use sh-append, not eval.
24900         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
24902         * info.el (Info-following-node-name): New function.
24904         * loadhist.el (unload-feature-special-hooks):
24905         Rename from loadhist-hook-functions.
24906         (loadhist-hook-functions): Now an alias.
24908 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
24910         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
24911         file-name clashes on 8+3 filesystems.
24913         * Makefile.in (DONTCOMPILE, bootstrap-clean):
24914         Rename loaddefs-boot.el to ldefs-boot.el
24916         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
24917         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
24919 2003-10-03  Lute Kamstra  <lute@gnu.org>
24921         * info.el (Info-mode): Revert previous change.
24922         (Info-escape-percent): New function.
24923         (Info-fontify-node): Use it.
24925 2003-10-02  Andreas Schwab  <schwab@suse.de>
24927         * loaddefs-boot.el: Regenerated.
24929 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
24931         * ffap.el: Remove defadvice related code from CVS since `complete'
24932         provides a `PC-completion-as-file-name-predicate' variable that
24933         ffap can override.
24935 2003-10-02  Kenichi Handa  <handa@m17n.org>
24937         * international/utf-8.el (ccl-decode-mule-utf-8):
24938         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
24940         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
24941         * international/subst-big5.el: Likewise.
24942         * international/subst-gb2312.el: Likewise.
24943         * international/subst-ksc.el: Likewise.
24945 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
24947         * calendar/calendar.el (increment-calendar-month)
24948         (calendar-leap-year-p, calendar-absolute-from-gregorian)
24949         (generate-calendar, calendar-read-date, calendar-interval)
24950         (calendar-day-of-week): Handle years BC.
24951         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
24953 2003-10-01  Dave Love  <fx@gnu.org>
24955         * language/cyrillic.el (cp1251): Alias for windows-1251.
24957         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
24958         bootstrap.
24960 2003-10-01  Lute Kamstra  <lute@gnu.org>
24962         * files.el: Fix typo.
24963         * imenu.el (imenu--generic-function): Docstring fix.
24965 2003-09-30  Richard M. Stallman  <rms@gnu.org>
24967         * dired.el (dired-mode): Handle dired-directory as a list.
24969 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
24971         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
24973         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
24975         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
24976         Replace gud-display with gud-watch.
24977         (gud-speedbar-buttons): Add stuff for watching expressions
24978         in the speedbar when using M-x gdba.  Use dolist on old part
24979         of this function.
24981         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
24982         (gdb-update-flag): New variables.
24983         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
24984         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
24985         (gud-watch, gdb-var-create-handler) : New functions.
24986         (gdb-var-list-children, gdb-var-list-children-handler)
24987         (gdb-var-create-regexp, gdb-var-update-regexp)
24988         (gdb-var-list-children-regexp): New constants.
24989         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
24990         (gdb-annotation-rules): Reduce annotation set (level 3).
24991         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
24992         (gdb-post-prompt): Don't update GDB buffers every time speedbar
24993         updates.
24994         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
24995         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
24996         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
24997         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
24998         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
24999         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
25000         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
25001         (gud-display, gud-display1)
25002         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
25003         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
25004         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
25005         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
25006         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
25007         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
25008         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
25009         (gdb-display-display-buffer, gdb-toggle-display)
25010         (gdb-delete-display, gdb-expressions-popup-menu)
25011         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
25012         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
25013         to display buffer.
25015 2003-09-30  Richard M. Stallman  <rms@gnu.org>
25017         * progmodes/ada-mode.el (ada-mode): Don't use advice.
25018         Instead, set which-func-functions.
25020         * progmodes/which-func.el (which-func-modes): Add ada-mode.
25021         (which-func-functions): New variable.
25022         (which-function): Use that.
25024         * info.el (Info-mode): Double each `%' in header line.
25026         * emacs-lisp/lisp-mnt.el (lm-with-file):
25027         When FILE is nil, run BODY in current buffer.
25029         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
25031         * help.el (describe-mode): Start with a brief list of minor modes.
25032         Find them thru minor-mode-list so as to find them all.
25033         Show them in alphabetical order.
25035         * mail/sendmail.el (mail-aliases): Doc fix.
25037         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
25039 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
25041         * mail/rmailsum.el (rmail-make-summary-line-1):
25042         Change comma after last label to a space.
25043         (rmail-summary-font-lock-keywords): Adapt to that change.
25045 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
25047         * progmodes/scheme.el (scheme-mode-variables): When setting
25048         `font-lock-defaults', also specify that "#" should
25049         be interpreted with `word' syntax.
25050         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
25052 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
25054         * desktop.el: A lot of comments updated.
25055         (desktop-save-mode): Minor mode introduced.
25056         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
25057         (desktop-load-default): Function made obsolete.
25058         (desktop-locals-to-save): Variable made customizable.
25059         (desktop-read): Optional parameter `dirname' added.
25060         (desktop-change-dir, desktop-revert): Parameter `dirname' in
25061         `desktop-read' used.
25062         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
25064 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
25066         * whitespace.el (whitespace-clean-msg): Add user customizable message
25067         for displaying ``clean'' output.
25068         (whitespace-buffer): Use `whitespace-clean-msg'.
25069         (whitespace-global-mode): Fix typo.
25071 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
25073         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
25075 2003-09-29  Lute Kamstra  <lute@gnu.org>
25077         * bindings.el (mode-line-modes): Remove superfluous :propertize
25078         construct in initialization.
25079         (mode-line-position): Change cons cell into proper list in
25080         initialization.
25082 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
25084         * international/mule.el (decode-coding-inserted-region): Use car
25085         of the return value of find-operation-coding-system.
25087 2003-09-29  Kenichi Handa  <handa@m17n.org>
25089         * descr-text.el (describe-char): Fix previous change.
25091 2003-09-28  Kenichi Handa  <handa@m17n.org>
25093         * descr-text.el (describe-char-display): New function.
25094         (describe-char): Pay attention to display table on describing how
25095         a character is displayed.
25097         * international/mule-cmds.el (encoded-string-description):
25098         Prepend "0x" to each encoded byte.
25100 2003-09-28  Andreas Schwab  <schwab@suse.de>
25102         * find-file.el (ff-special-constructs): Add autoload cookie.
25104 2003-09-28  Kevin Ryde  <user42@zip.com.au>
25106         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
25107         makeinfo appends to duplicate index entries.
25109 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
25111         * dired-x.el (dired-clean-tex): Doc fix.
25113         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
25114         using a Chinese tutorial.
25116 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
25118         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
25119         between "MAIL FROM:" and "RCPT TO:" and the following address.
25121 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
25123         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
25125 2003-09-28  David Ponce  <david@dponce.com>
25127         * recentf.el (recentf-initialize-file-name-history): New defcustom.
25128         (recentf-load-list): When `recentf-initialize-file-name-history'
25129         is non-nil, initialize an empty `file-name-history' with the
25130         recent list.
25132 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
25134         * man.el (Man-default-man-entry): Remove the leading `*' from the
25135         word at point.
25137 2003-09-26  Lute Kamstra  <lute@gnu.org>
25139         * bindings.el (mode-line-position): Mention size indication in
25140         docstring.
25142 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
25144         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
25146         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
25147         because it's autoloaded now.
25149 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
25151         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
25152         (sh-font-lock-keywords, sh-feature): Fix previous change of
25153         sh-feature to avoid infloop with sh-font-lock-keywords.
25155 2003-09-25  Kim F. Storm  <storm@cua.dk>
25157         * frame.el (frame-current-scroll-bars): New defun.
25159         * window.el (window-current-scroll-bars): New defun.
25161 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
25163         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
25164         cause errors when the state cache contains info on parts that have
25165         been narrowed out.
25167 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
25169         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
25170         `c-setup-paragraph-variables' has to be used when this variable is
25171         changed; it doesn't work to reinitialize the mode since that
25172         typically clobbers the variable.
25174         * progmodes/cc-styles.el (c-setup-paragraph-variables):
25175         Make it interactive.
25177 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
25179         * progmodes/cc-fonts.el (c-font-lock-declarations):
25180         Fix recognition of constructors and destructors for classes whose
25181         names are matched by `*-font-lock-extra-types'.
25183         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
25184         followed by an identifier in C++ then it's a type.
25186 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
25188         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
25189         problem that primarily affected XEmacs.  Don't use faces to find
25190         unterminated strings since Emacs and XEmacs fontify strings
25191         differently - this function should now work better in XEmacs.
25193 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
25195         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
25196         `expand-abbrev' workaround which caused braces to misbehave inside
25197         macros.
25199         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
25200         handling.  This bug could cause interactive font locking to bail out.
25202 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
25204         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
25205         Handle paren-style types in Pike.  Also fixed some cases of
25206         insufficient handling of unbalanced parens.
25208 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
25210         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
25211         common shell prompts that are not common filename or URL characters.
25212         (ffap-file-at-point): Use the new regexp to strip the prompts from
25213         the file names.  This is an issue mostly for user prompts that
25214         don't have a trailing space and find-file-at-point is invoked from
25215         within a shell inside Emacs.
25217 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
25219         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
25220         stamps numerically, rather than textually.
25222 2003-09-24  Kenichi Handa  <handa@m17n.org>
25224         * language/devan-util.el (devanagari-post-read-conversion):
25225         * language/mlm-util.el (malayalam-post-read-conversion):
25226         * language/tml-util.el (tamil-post-read-conversion):
25227         Add autoload cookie.
25229         * international/utf-8.el (utf-8-post-read-conversion):
25230         Call post-read-conversion functions for Devanagari, Malayalam,
25231         and Tamil.
25233 2003-09-23  Dave Love  <fx@gnu.org>
25235         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
25237 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
25239         * progmodes/gud.el (perldb): Add gud-until to list of commands.
25240         Update gud-remove.
25242 2003-09-22  Richard M. Stallman  <rms@gnu.org>
25244         * progmodes/sh-script.el (sh-mode-default-syntax-table):
25245         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
25246         (sh-mode-syntax-table-input): New variable.
25247         (sh-require-final-newline): Don't use eval.
25248         (sh-builtins, sh-leading-keywords, sh-other-keywords)
25249         (sh-variables, sh-font-lock-keywords): Don't use eval.
25250         (sh-set-shell): When setting require-final-newline,
25251         treat value = `require-final-newline' as don't change it.
25252         Set sh-mode-syntax-table locally based on
25253         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
25255         * progmodes/compile.el (compile-internal):
25256         Call compilation-set-window-height before setting window start.
25258 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
25260         * emacs-lisp/bytecomp.el (byte-compile-log-file):
25261         Clear out byte-compile-last-warned-form.
25263 2003-09-22  Richard M. Stallman  <rms@gnu.org>
25265         * woman.el (woman-file-name, woman-follow-word):
25266         If current-word returns nil, use "".
25268         * simple.el (eval-expression): Bind standard-output in to-buffer case.
25270 2003-09-22  Richard M. Stallman  <rms@gnu.org>
25272         * emacs-lisp/lisp-mnt.el (lm-with-file):
25273         Don't visit the file, just use insert-file-contents in temp buffer.
25275 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
25277         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
25278         Add surrounding \\( and \\) around the header, as in
25279         for lm-history-header 'Change Log\\|History'.
25281 2003-09-22  John Paul Wallington  <jpw@gnu.org>
25283         * progmodes/ld-script.el: Add Commentary section,
25284         minor cleanup of file header.
25285         (ld-script-font-lock-keywords): Doc fix.
25286         (toplevel): Provide `ld-script' feature.
25288 2003-09-21  Kim F. Storm  <storm@cua.dk>
25290         * scroll-bar.el (set-scroll-bar-mode): Initialize to
25291         new built-in variable default-frame-scroll-bars.
25292         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
25293         scroll-bar-mode; notably, use it instead of t when we toggle
25294         scroll-bars on.
25295         (toggle-scroll-bar): Use default-frame-scroll-bars.
25297 2003-09-19  Masatake YAMATO  <jet@gyve.org>
25299         * pcvs.el (cvs-do-removal): Change the prompt depending on
25300         `filter' value.
25302 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
25304         * startup.el (command-line-1): Stop startup-echo-area-message
25305         being hidden by "Loading image..." message.
25306         (use-fancy-splash-screens-p, display-splash-screen):
25307         Move display-graphic-p test from latter to former.
25309         * progmodes/sh-script.el (sh-font-lock-keywords):
25310         Highlight escaped EOLs differently from other backslash constructs.
25312 2003-09-19  Richard M. Stallman  <rms@gnu.org>
25314         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
25315         New functions.
25316         (edebug-enter, edebug-outside-excursion): Use them.
25318         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
25319         Fix the condition for whether to print "In WHERE".
25321 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
25323         * finder.el (finder-mode-hook): New variable.
25324         (finder-mode): Run hook finder-mode-hook
25326 2003-09-18  Masatake YAMATO  <jet@gyve.org>
25328         * progmodes/ebrowse.el: Fix broken magic autoload comments.
25330 2003-09-17  Mario Lang  <mlang@delysid.org>
25332         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
25333         "p %e" to actually print the value in the GUD buffer.
25335 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
25337         From David Ponce <david.ponce@wanadoo.fr>:
25338         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
25339         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
25340         from loaddefs-boot.el if necessary.
25342 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
25344         * progmodes/gud.el (gud-find-class): Make jdb work again since
25345         cc-mode changed the syntactic information.
25347 2003-09-15  David Ponce  <david@dponce.com>
25349         * recentf.el: (recentf-exclude): Accept predicates too.
25350         (recentf-file-readable-p): New function.
25351         (recentf-include-p): Handle predicates in recentf-exclude.
25352         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
25353         (recentf-cleanup): Likewise.
25354         (recentf-save-list): Use write-file to handle backup of
25355         recentf-save-file.
25357 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
25359         * loaddefs-boot.el: Renamed from `loaddefs.el'
25360         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
25361         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
25362         necessary.
25364 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
25366         * electric.el (Electric-pop-up-window): For the `one-window' case,
25367         no longer disconcertingly move point in the original buffer.
25369 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25371         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
25373 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
25375         * dired.el (dired-mode-map): Fix typo.
25377 2003-09-11  Richard M. Stallman  <rms@gnu.org>
25379         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
25381 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
25383         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
25384         the function is less noisy.  Now only `kill-buffer' can ask questions.
25386 2003-09-10  Mario Lang  <mlang@delysid.org>
25388         * battery.el: Update Commentary and Copyright.
25389         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
25390         appear due to wrong ordering of the expressions in `or'.
25392 2003-09-09  Lute Kamstra  <lute@gnu.org>
25394         * misc.el (upcase-char): Fix docstring.
25395         (zap-up-to-char): New command.
25397 2003-09-08  David Ponce  <david@dponce.com>
25399         Ensure that recentf correctly updates the menu bar.
25400         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
25401         (recentf-menu-bar): New function.
25402         (recentf-clear-data): Use it
25403         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
25404         of easy-menu-change.
25406 2003-09-08  Lute Kamstra  <lute@gnu.org>
25408         * simple.el (size-indication-mode): New.
25409         * bindings.el (mode-line-position): Add buffer size indicator.
25411 2003-09-04  Mario Lang  <mlang@delysid.org>
25413         * battery.el (battery-linux-proc-acpi): New function.
25414         (battery-status-function): Modify default value calculation to also
25415         check for availability of ACPI.
25416         (battery-echo-area-format): Ditto.
25417         (battery-mode-line-format): Ditto.
25419 2003-09-06  Dave Love  <fx@gnu.org>
25421         * ielm.el (ielm-mode-hook): Add :options.
25423         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
25424         (eldoc-print-current-symbol-info): Use it.
25426 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
25428         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
25429         being displayed in GUD buffer.
25430         (gdb-idle-input-queue): Remove var.  Use just one queue.
25431         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
25432         Remove functions.  Use just one queue.
25433         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
25434         (gdb-invalidate-assembler, gdb-get-current-frame):
25435         Modify functions.  Use just one queue.
25437 2003-09-04  Dave Love  <fx@gnu.org>
25439         * cus-start.el: Add blink-cursor-alist.
25441         * ruler-mode.el (ruler-mode-fill-column-char)
25442         (ruler-mode-current-column-char): Use char-displayable-p,
25443         not window-system.
25445         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
25447         * language/european.el (windows-1252): Move from code-pages.
25449         * language/cyrillic.el ("Windows-1251"): Delete.
25450         ("Bulgarian", "Belarusian"): Remove `features'.
25451         (windows-1251): Move from code-pages.
25453         * international/mule-diag.el (non-iso-charset-alist):
25454         Remove `codepage' stuff.
25455         (print-designation, list-coding-systems-1): Output fixes.
25457         * international/code-pages.el (cp-make-translation-table)
25458         (cp-valid-codes): Made defsubsts.
25459         (cp-fix-safe-chars): Delete.
25460         (mule-diag): Don't require.
25461         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
25462         (top-level): Check for defined coding system when defining
25463         cp... aliases.  Change w32-add-charset-info test to avoid warning.
25464         (non-iso-charset-alist): Defvar when compiling.
25465         (cp-make-coding-system): Doc fix.
25467 2003-09-02  Jason Rumney  <jasonr@gnu.org>
25469         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
25470         line-ends from CVS before doing conversion.
25472 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
25474         * calendar/diary-lib.el (diary-header-line-flag)
25475         (diary-header-line-format): New variables.
25476         (list-diary-entries): Use them to set header line in simple diary.
25478         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
25479         other than font-lock-string-face to highlight backslashes.
25481 2003-09-01  Jason Rumney  <jasonr@gnu.org>
25483         * international/titdic-cnv.el (tit-read-key-value): Include \r in
25484         regexp.
25486 2003-09-01  Dave Love  <fx@gnu.org>
25488         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
25490         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
25491         and :help; also line and column numbers labels.
25493         * international/mule-util.el (char-displayable-p): Move from
25494         latin1-disp, rename and autoload.
25496         * international/latin1-disp.el (latin1-char-displayable-p):
25497         Now obsolete alias.  Replace uses with char-displayable-p.
25498         (latin1-display-ucs-per-lynx): Fix last change.
25500         * international/mule-cmds.el (standard-display-european-internal):
25501         Don't use char code for Latin-1 NBSP.
25502         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
25503         U+2018, U+2019 for `'.
25504         (select-safe-coding-system): Message fix.
25506 2003-09-01  Kenichi Handa  <handa@m17n.org>
25508         * international/fontset.el (setup-default-fontset): For Thai
25509         font, specify "*" family.
25511 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
25513         * progmodes/compile.el (previous-error): Accept a prefix
25514         argument, similarly to next-error.
25516 2003-08-31  Masatake YAMATO  <jet@gyve.org>
25518         * pcvs.el (cvs-do-removal): Use = instead of eq to check
25519         the number of files.  Bind the number of files to a local
25520         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
25522 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
25524         * vc-hooks.el (vc-make-version-backup): Fix the change made on
25525         2003-07-26: msdos-long-file-names is a function, not a variable.
25527 2003-08-29  Richard M. Stallman  <rms@gnu.org>
25529         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
25530         Do nothing with mail-personal-alias-file if it is nil.
25532         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
25533         Do nothing if mail-personal-alias-file is nil.
25535         * term.el (term-exec-1): Bind coding-system-for-read.
25537         * dired.el (dired-mouse-find-file-other-window):
25538         Use dired-view-command-alist here, as in dired-view-file.
25539         (dired-view-command-alist): Use %s to substitute file name.
25540         Handle .ps_pages, .eps, .jpg, .gif, .png.
25542 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
25544         * info.el (Info-mode-map): Bind S-tab and <backtab> to
25545         `Info-prev-reference', instead of M-tab.
25547 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
25549         * simple.el (blink-matching-open): Work correctly on chars that
25550         are designated as parens through the syntax-table text property.
25552 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
25554         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
25555         line break position in the middle of a non-kinsoku (e.g. latin)
25556         word, making it skip until either a space or a character with
25557         category "|".
25558         (kinsoku-longer): Test for end of buffer.
25560 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
25562         * mail/rmail.el (rmail-convert-to-babyl-format):
25563         Detect quoted-printable- and base64-encoded messages and decode them
25564         automatically.  Set the message's encoding from the charset=
25565         header, if any.  Decode base64-encoded messages in Mail format as well.
25567 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
25569         * mail/smtpmail.el: Fix previous change.
25570         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
25571         calling smtpmail-via-smtp.
25572         (smtpmail-via-smtp): Add fall-back values for envelope-from.
25574 2003-08-26  John Paul Wallington  <jpw@gnu.org>
25576         * image.el (image-jpeg-p): Don't search beyond length of data.
25578 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
25580         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
25581         misfeature in `expand-abbrev' which caused electric keywords like
25582         "else" to disappear if an open brace was typed directly afterwards.
25584 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
25586         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
25587         mandatory in `define-widget'.
25589         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
25590         Don't align the operators "!=", "<=" and ">=" as assignment operators.
25592         (c-assignment-operators): New language constant that only contains
25593         the assignment operators.
25595         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
25597 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
25599         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
25600         Safeguard against unbalanced sexps.
25602 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
25604         * version.el (emacs-version): Check for gtk.  Include gtk version info.
25606 2003-08-25  John Paul Wallington  <jpw@gnu.org>
25608         * man.el (Man-default-man-entry): Don't whizz past the section
25609         number before looking for it.
25611 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
25613         * progmodes/gud.el (gud-display-line): Don't set window-point if
25614         source buffer is not visible.  (Only happens with M-x gdba.)
25616         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
25617         documentation.
25618         (gdb-source, gdb-source-info): Update to assembler unnecessary
25619         as its done after each GDB command anyway.
25620         (gdb-pre-prompt): Use with-current-buffer.
25621         (gdb-insert-field): Add help-echo text.
25622         (gdb-invalidate-assembler): Re-display of assembler now done in
25623         gdb-info-breakpoints-custom.
25624         (gdb-info-breakpoints-custom): Force re-display of assembler to
25625         happen *after* update of breakpoints buffer.
25626         (gdb-display-source-buffer): Don't choke if gdb-source-window
25627         isn't visible.
25628         (gdb-put-string, gdb-put-arrow): Remove free variables.
25630 2003-08-24  John Paul Wallington  <jpw@gnu.org>
25632         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
25634         * man.el (Man-default-man-entry): Strip text properties when
25635         snarfing parts of entry because `format' preserves properties.
25637 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
25639         * files.el (file-newest-backup): Use `expand-file-name'.
25641         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
25642         Allow the diary to pop up a new frame, if needed.
25644         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
25645         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
25646         (smtpmail-send-it): Make treatment of envelope-from consistent with
25647         sendmail.el.
25649         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
25650         (sh-leading-keywords): Add the bash `time' reserved word.
25651         (sh-variables): Add some bash variables.
25652         (sh-add-completer): Fix nil branch of case statement.
25654 2003-08-24  Masatake YAMATO  <jet@gyve.org>
25656         * progmodes/ld-script.el: New file.
25658 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
25660         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
25662 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
25664         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
25665         Better explain obsolescence, and what to use instead.
25667 2003-08-23  Masatake YAMATO  <jet@gyve.org>
25669         * pcvs.el (cvs-do-removal): Show the deleted file name
25670         on the prompt.
25672 2003-08-20  Dave Love  <fx@gnu.org>
25674         * international/mule.el (make-coding-system)
25675         (set-buffer-file-coding-system): Doc fix.
25677         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
25679         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
25681         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
25683         * international/utf-16.el: Add mime-text-unsuitable coding system
25684         properties.
25686         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
25688         * cus-edit.el: Add some :links.
25689         (bib): Remove.
25691         * textmodes/bib-mode.el (bib): Add :group external.
25693 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
25695         * wid-edit.el (widget-echo-help): Make it handle expressions that
25696         evaluate to strings.
25698 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
25700         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
25702         Simplify selection of SQL products to define highlighting and
25703         interactive mode.  Includes detailed instructions on adding
25704         support for new products.
25706         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
25707         product for use in highlighting and interactive mode.
25708         (sql-interactive-product): New variable.  SQL product for
25709         sql-interactive-mode.
25710         (sql-product-support): New variable.  Specifies product-specific
25711         parameters to drive highlighting and interactive mode.
25712         (sql-imenu-generic-expression): Add more object types.
25713         (sql-sqlite-options): Correct comment.
25714         (sql-ms-program): Use "osql" rather than "isql".
25715         (sql-prompt-regexp, sql-prompt-length): Update comment.
25716         (sql-mode-menu): Add "Start SQLi session" entry.
25717         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
25718         (sql-mode-abbrev-table): Add abbreviations.  Support of
25719         SYSTEM-FLAG on define-abbrev.  Support was removed with last
25720         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
25721         (sql-mode-font-lock-object-name): Add font-lock pattern for object
25722         names.
25723         (sql-mode-ansi-font-lock-keywords): Set as default value.
25724         (sql-mode-oracle-font-lock-keywords): Set as default value.
25725         Support Oracle 9i keywords.
25726         (sql-mode-postgres-font-lock-keywords): Set as default value.
25727         (sql-mode-linter-font-lock-keywords): Set as default value.
25728         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
25729         SQLServer 2000.
25730         (sql-mode-sybase-font-lock-keywords)
25731         (sql-mode-interbase-font-lock-keywords)
25732         (sql-mode-sqlite-font-lock-keywords)
25733         (sql-mode-strong-font-lock-keywords)
25734         (sql-mode-mysql-font-lock-keywords)
25735         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
25736         keywords.
25737         (sql-mode-font-lock-defaults): Update comment.
25738         (sql-product-feature): New function.  Returns feature associated
25739         with a product from `sql-product-support' alist.
25740         (sql-product-font-lock): New function.  Set font-lock support
25741         based on `sql-product'.
25742         (sql-add-product-keywords): New function.  Add font-lock rules to
25743         product-specific keyword variables.
25744         (sql-set-product): New function.  Set `sql-product' and apply
25745         appropriate font-lock highlighting.
25746         (sql-highlight-product): New function.  Set font-lock support
25747         based on a product.  Also set mode name to include product name.
25748         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
25749         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
25750         Use `sql-set-product'.
25751         (sql-highlight-ms-keywords)
25752         (sql-highlight-sybase-keywords)
25753         (sql-highlight-interbase-keywords)
25754         (sql-highlight-strong-keywords)
25755         (sql-highlight-mysql-keywords)
25756         (sql-highlight-sqlite-keywords)
25757         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
25758         (sql-get-login): Prompt in the same order as the tokens.
25759         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
25760         (sql-product-interactive): New function.  Common portions of
25761         product-specific interactive mode wrappers.
25762         (sql-interactive-mode): Rewritten to use product features.
25763         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
25764         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
25765         (sql-db2, sql-linter): Use `sql-product-interactive'.
25766         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
25767         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
25768         (sql-connect-ingres, sql-connect-postgres)
25769         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
25770         New functions.  Format command line parameters and invoke comint on
25771         the appropriate interpreter.  Code was in the corresponding
25772         `sql-xyz' function before.
25773         (sql-connect-ms): New function.  Support -E argument to use
25774         operating system credentials for authentication.
25776 2003-08-18  Kenichi Handa  <handa@m17n.org>
25778         * international/mule.el (encode-char): Fix for the ASCII case.
25780 2003-08-15  Kenichi Handa  <handa@m17n.org>
25782         * international/fontset.el (setup-default-fontset): Change "*" to
25783         nil in the specifications of font family.
25785 2003-08-18  Kim F. Storm  <storm@cua.dk>
25787         * kmacro.el (kmacro-keymap): Group related bindings in
25788         initialization for clarity.  Bind C-s to start macro.
25789         Remove C-r binding.
25790         (kmacro-initial-counter-value): New defvar to hold initial counter
25791         value in case we set the value before defining a macro.
25792         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
25793         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
25794         not defining or executing macro.  Doc fix.
25795         (kmacro-add-counter): Clear kmacro-initial-counter-value.
25796         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
25797         temporarily view older elements on the macro ring without cycling
25798         the ring.
25799         (kmacro-display): Doc fix.
25800         (kmacro-exec-ring-item): New helper function.
25801         (kmacro-call-ring-2nd): Use it.
25802         (kmacro-call-ring-2nd-repeat): Doc fix.
25803         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
25804         (kmacro-end-or-call-macro): Execute last viewed macro (using
25805         kmacro-exec-ring-item) from ring if this follows
25806         kmacro-view-macro.  This allows us to find a macro on the ring
25807         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
25808         the ring to bring it to the head of the ring.
25809         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
25810         Allow binding to reserved keys without specifying C-x C-k prefix.
25811         Ask for confirmation if entered key sequence is already bound to
25812         a non-macro command.
25813         (kmacro-view-macro): Repeating command will show older elements
25814         on the macro ring; C-k will execute the last viewed macro.
25815         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
25816         property from 'ring to 'head.
25818 2003-08-17  Alan Shutko  <ats@acm.org>
25820         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
25821         keeping December out of the alist.
25823 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
25825         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
25826         * calendar/calendar.el (calendar-mode-map): Bind it to key.
25827         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
25828         (calendar-flatten): New function.
25829         (calendar-mouse-view-other-diary-entries)
25830         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
25831         in the menu title and to show multi-line diary entries correctly
25832         in the menu.
25834 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
25836         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
25837         defcustom, because the default was recently changed.
25839 2003-08-16  Richard M. Stallman  <rms@gnu.org>
25841         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
25843         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
25844         New subroutine, broken out of eval-last-sexp-1.
25845         (eval-last-sexp-1): Use eval-last-sexp-print-value.
25847         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
25849         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
25851         * simple.el (eval-expression): Use eval-last-sexp-print-value.
25853 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
25855         * progmodes/compile.el (compilation-error-regexp-alist):
25856         Add Java ANt error detection as described in document
25857         http://ant.apache.org/faq.html
25859 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
25861         * simple.el (backward-word, forward-to-indentation)
25862         (backward-to-indentation): Argument changed to optional.
25863         (next-line, previous-line): Use `or' instead of `unless'.
25865 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25867         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
25868         instead of a constant.
25870 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
25872         * shell.el (shell): With prefix-arg, suggest a new buffer name.
25874 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
25876         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
25877         (vc-sccs-workfile-version): Search the entire delta table, rather
25878         than just the first entry, because that might be a deleted version.
25880 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
25882         * menu-bar.el (menu-bar-options-menu): Supply a body for the
25883         [save-place] binding in the Options menu.  Have it require
25884         'saveplace' and then toggle the variable manually, to avoid an
25885         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
25886         for the bug report.
25888 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
25890         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
25891         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
25892         (gdb-info-threads-custom): Add help-echo text.
25893         (gdb-display-back): Don't use purecopy.
25894         (gdb-info-breakpoints-custom, gdb-reset)
25895         (gdb-assembler-custom): Use display-images-p to test if breakpoint
25896         icons can be displayed.
25898 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
25900         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
25902 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
25904         * bookmark.el (bookmark-completing-read):
25905         Return a string, instead of a list of one string.
25906         Use a popup menu if activated from the mouse.
25907         (bookmark-edit-annotation): Remove unused vars.
25908         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
25909         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
25910         to bookmark-completing-read.
25911         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
25912         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
25913         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
25914         and erase-buffer.
25915         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
25916         (bookmark-menu-jump, bookmark-menu-insert)
25917         (bookmark-popup-menu-and-apply-function)
25918         (bookmark-menu-popup-paned-bookmark-menu): Remove.
25919         (bookmark-menu-build-paned-menu): Remove by folding it into
25920         bookmark-menu-popup-paned-menu.
25921         (menu-bar-bookmark-map): Move the define-key statements here.
25922         Use the "non-menu" commands since they now pop up a menu if needed.
25923         (bookmark-exit-hook-internal): Simplify.
25925 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
25927         * reftex-toc.el (reftex-toc-rename-label): New function.
25928         (reftex-toc-check-docstruct): New function.
25930         * reftex.el (reftex-region-active-p): New function.
25932         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
25933         regexp to find the \bibliography macro.
25935         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
25936         which does not exist in LaTeX.
25937         (reftex-cite-format-builtin): Added amsrefs support.
25938         (reftex-toc-confirm-promotion): New option
25940         * reftex-toc.el
25941         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
25942         (reftex-toc-demote, reftex-toc-promote)
25943         (reftex-toc-do-promote, reftex-toc-promote-prepare)
25944         (reftex-toc-promote-action, reftex-toc-extract-section-number)
25945         (reftex-toc-newhead-from-alist)
25946         (reftex-toc-load-all-files-for-promotion): New functions.
25947         (reftex-toc-help): Added description of new keys.
25948         (reftex-toc-split-windows-fraction): New option.
25949         (reftex-recenter-toc-when-idle): Search *toc* window on all
25950         visible frames.
25951         (reftex-toc): Additional parameter REUSE
25952         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
25953         with REUSE argument.
25954         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
25955         the call of `reftex-toc'.
25956         (reftex-make-separate-toc-frame): New function .
25957         (reftex-toc-recenter): When called with triple prefix arg, call
25958         `reftex-make-separate-toc-frame' first.
25959         (reftex-toc-toggle-dedicated-frame): New command.
25960         (reftex-toc-quit): Adapted to delete frame when called in
25961         dedicated frame.
25963         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
25964         all enclosing macros.
25967 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25969         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
25970         first use.
25972 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25974         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
25976 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
25978         * calendar/calendar.el (list-diary-entries-hook)
25979         (diary-display-hook, nongregorian-diary-listing-hook)
25980         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
25981         Add some customize options for these hooks.
25982         (calendar-abbrev-construct): Don't try to take a substring longer
25983         than the original string.
25985 2003-08-05  Richard M. Stallman  <rms@gnu.org>
25987         * emacs-lisp/testcover.el (noreturn): Report error if does return.
25988         (testcover-reinstrument-clauses): Doc fix.
25990         * emacs-lisp/warnings.el: Doc fixes, args renamed.
25991         (warning-type-format): Rename from warning-group-format.
25993         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
25994         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
25995         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
25996         to prevent warnings about defvar for an obsolete variable.
25998         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
25999         warning-group-format renamed to warning-type-format.
26001         * subr.el (read-passwd): Use clear-string instead of fillarray.
26003         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
26004         Use vconcat instead of concat.
26005         (edmacro-sanitize-for-string): New function.
26007 2003-08-05  Dave Love  <fx@gnu.org>
26009         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
26010         line-number-display-limit-width.
26012         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
26014 2003-08-05  Kenichi Handa  <handa@m17n.org>
26016         * international/code-pages.el: Don't require mule-diag.
26018         * international/mule-diag.el (non-iso-charset-alist):
26019         Add autoload cookie.
26021         * language/devan-util.el (dev-glyph-order): Add an entry for the
26022         glyph code #xC4.
26024 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
26026         * calendar/calendar.el (diary-file, diary-file-name-prefix)
26027         (european-calendar-style, diary-date-forms)
26028         (calendar-day-name-array, calendar-month-name-array): Doc change.
26029         (generate-calendar-month): Adapt for new behavior of
26030         `calendar-day-name' function.
26031         (calendar-abbrev-length, calendar-day-abbrev-array)
26032         (calendar-month-abbrev-array): New variables.
26033         (calendar-abbrev-construct): New function.
26034         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
26035         rather than fixing abbrevs at some width.  Calling syntax change.
26036         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
26037         (calendar-date-string): Adapt for new behaviors of
26038         `calendar-day-name' and `calendar-month-name' functions.
26040         * calendar/diary-lib.el (list-diary-entries): Adapt for new
26041         behavior of `calendar-day-name' and `calendar-month-name' functions.
26042         (diary-name-pattern): Use abbrev arrays, rather than fixing
26043         abbrevs at three chars.  Calling syntax change.
26044         (mark-diary-entries): Adapt for new behaviors of
26045         `diary-name-pattern' and `calendar-make-alist' functions.
26046         (fancy-diary-font-lock-keywords): Adapt for new behavior of
26047         `diary-name-pattern' function.
26048         (font-lock-diary-date-forms): Use abbrev arrays, rather than
26049         fixing abbrevs at three chars.  Calling syntax change.
26050         (cal-hebrew, cal-islam): Require when compiling.
26051         (diary-font-lock-keywords): Adapt for new behavior of
26052         `font-lock-diary-date-forms' function.
26054         * calendar/cal-hebrew.el: Reposition some code so defined before used.
26055         (calendar-hebrew-month-name-array-common-year)
26056         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
26057         (list-hebrew-diary-entries): Adapt for new behaviors of
26058         `calendar-day-name' and `add-to-diary-list' functions.
26059         (mark-hebrew-diary-entries): Adapt for new behaviors of
26060         `diary-name-pattern' and `calendar-make-alist' functions.
26062         * calendar/cal-islam.el (calendar-islamic-month-name-array):
26063         Add doc string.
26064         (list-islamic-diary-entries): Adapt for new behaviors of
26065         `calendar-day-name' and `add-to-diary-list' functions.
26066         (mark-islamic-diary-entries): Adapt for new behaviors of
26067         `diary-name-pattern' and `calendar-make-alist' functions.
26069         * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
26070         `calendar-month-name' function.
26072         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
26074         * calendar/solar.el (solar-seasons-data): Move definition before use.
26076         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
26077         (cal-tex-LaTeX-hourbox): Move definition before use.
26079         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
26080         * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
26081         * lunar.el, solar.el (displayed-month, displayed-year):
26082         Define for compiler.
26084 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
26086         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
26087         MODE.  Renamed from c-init-c-language-vars'.
26088         (c-initialize-cc-mode): Change accordingly.
26089         (c-common-init): Ditto.
26090         (c-mode): Ditto.
26091         (c++-mode): Use `c-init-language-vars-for'.
26092         (objc-mode): Ditto.
26093         (java-mode): Ditto.
26094         (idl-mode): Ditto.
26095         (pike-mode): Ditto.
26096         (awk-mode): Ditto.
26098 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
26100         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
26101         or not the point moved.
26103         (c-search-decl-header-end): Don't trip up on operator identifiers
26104         in C++ and operators like == in all languages.
26106         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
26107         Detect leading labels correctly.
26109 2003-08-02  Andreas Schwab  <schwab@suse.de>
26111         * textmodes/ispell.el: Don't redo key bindings on loading, put
26112         them only in loaddefs.el.
26113         * bookmark.el: Likewise.
26114         * dabbrev.el: Likewise.
26115         * emerge.el: Likewise.
26117         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
26118         has more than one member.
26120         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
26122 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26124         * lpr.el (printify-region): It was ending conversion before the
26125         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
26127 2003-07-31  John Paul Wallington  <jpw@gnu.org>
26129         * net/browse-url.el (browse-url-epiphany): Doc fix.
26131 2003-07-30  Kenichi Handa  <handa@m17n.org>
26133         * international/fontset.el (setup-default-fontset):
26134         Change registry names of Akurti fonts.
26136 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
26138         * comint.el (comint-read-noecho): Use `clear-string' instead of
26139         `fillarray'.
26141 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
26143         * outline.el (outline-mode-hook): Add defvar.
26145 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
26147         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
26148         Restore assembler in source window if that is what has been selected.
26149         (menu): Add gdb-restore-windows to menu.  Make gdba
26150         specific menus only visible from gdba.
26152 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
26154         * progmodes/compile.el (compilation-environment): New user variable.
26155         (compile-internal): Respect it.
26157 2003-07-23  Masatake YAMATO  <jet@gyve.org>
26159         * progmodes/gud.el (gdb-script-font-lock-keywords):
26160         Put `font-lock-function-name-face' on a symbol which includes
26161         `-' like `hook-run'.  Put font-lock-variable-name-face
26162         on a symbol starting with $.
26164 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
26166         * files.el (set-visited-file-name): Use truename for buffer-file-name.
26168 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
26170         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
26172 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
26174         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
26175         Use with-no-warnings.
26176         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
26177         rather than to find-file-not-found-hook, which doesn't exist.
26179 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
26181         * international/quail.el (quail-translate-key): Fix previous change.
26183 2003-07-25  John Paul Wallington  <jpw@gnu.org>
26185         * server.el (server-start): Check `server-process' is non-nil
26186         before killing it to avoid killing current buffer's process.
26188         * simple.el (choose-completion-string): Use `minibufferp';
26189         test `completion-reference-buffer' if `buffer' arg is nil.
26190         (push-mark): Use `when' and `unless'.
26191         (pop-mark): Use `when'.
26193         * mouse-sel.el (mouse-sel-get-selection-function):
26194         Check `x-last-selected-text-primary'.  Don't barf if it or
26195         `x-last-selected-text' aren't bound.
26197 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
26199         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
26201 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
26203         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
26205 2003-07-23  John Paul Wallington  <jpw@gnu.org>
26207         * tooltip.el (defface tooltip): Inherit from variable-pitch.
26209 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
26211         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
26212         string.  Defvar the derived hook.
26214         * macros.el (insert-kbd-macro): Escape double quote character.
26215         From Thomas W Murphy <twm@andrew.cmu.edu>.
26217 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
26219         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
26220         to match the specific mark rather than reusing comment-start-skip.
26222 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
26224         * progmodes/hideshow.el (hs-special-modes-alist):
26225         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
26227 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
26229         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
26230         value using ?\s.
26232 2003-07-21  John Paul Wallington  <jpw@gnu.org>
26234         * subr.el (with-selected-window): Add closing paren.
26236 2003-07-21  Richard M. Stallman  <rms@gnu.org>
26238         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
26239         (lisp-mode): Likewise.
26241         * subr.el (with-selected-window): Copy code form save-selected-window
26242         so as to call select-window with norecord arg.
26243         (dynamic-completion-table): Doc fix.
26244         (lazy-completion-table): Doc fix.
26246         * international/mule-cmds.el (set-locale-environment):
26247         langinfo renamed to locale-info.
26249         * international/mule.el (auto-coding-functions): Doc fix.
26251 2003-07-21  Kenichi Handa  <handa@m17n.org>
26253         * international/quail.el (quail-translate-key):
26254         Update quail-current-str correctly.
26256 2003-07-21  Andreas Schwab  <schwab@suse.de>
26258         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
26259         ?, to "_".
26261 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
26262         Version 2.0.36 of Tramp released.
26264         * net/tramp.el (tramp-default-password-end-of-line): Rename from
26265         tramp-password-end-of-line.
26266         (tramp-password-end-of-line): New method parameter.
26267         (tramp-get-password-end-of-line): Function to access method
26268         parameter `tramp-password-end-of-line', or variable
26269         `tramp-default-password-end-of-line' (default value).
26270         (tramp-methods): Add entries for new parameter
26271         tramp-password-end-of-line.
26272         (tramp-enter-password): Use new function
26273         `tramp-get-password-end-of-line'.
26274         (tramp-handle-insert-file-contents): Do not
26275         unconditionally inhibit the file operation file-local-copy, only
26276         do that when the inhibit-file-name-operation is currently
26277         insert-file-contents.  This fixes finding remote CVS-controlled
26278         files.  (It would barf on inserting the CVS/Entries file
26279         literally, because the file-local-copy handler wasn't called.)
26280         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
26281         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
26282         (tramp-initial-commands): New variable.
26283         (tramp-process-initial-commands): New function, using the variable.
26284         (tramp-open-connection-setup-interactive-shell): Call the new function.
26285         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
26286         method into the buffer name, never use nil.  Reported by Hanak
26287         David <dhanak@inf.bme.hu>.
26288         (tramp-open-connection-setup-interactive-shell): Erase buffer
26289         before sending "stty -onlcr".
26291         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
26293 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
26295         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
26297 2003-07-19  John Paul Wallington  <jpw@gnu.org>
26299         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
26300         (artist-draw-rect, artist-draw-square): Doc fixes.
26302         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
26304         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
26306 2003-07-19  Kenichi Handa  <handa@m17n.org>
26308         * international/kkc.el (kkc-show-conversion-list-update):
26309         Highlight the correct candidate in the message.
26311 2003-07-18  John Paul Wallington  <jpw@gnu.org>
26313         * simple.el (current-word): Don't include punctuation char when
26314         `really-word' arg is non-nil.
26316 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
26318         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
26319         moved to the directory obsolete.
26321 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
26323         * info.el (Info-menu-entry-name-re): Allow newlines in
26324         menu entry names.
26326         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
26327         syntax-ppss-after-change-function.
26328         (syntax-ppss-after-change-function): New alias.  Update uses.
26329         (syntax-ppss): Catch the case where the buffer is narrowed.
26331 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
26333         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
26334         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
26336 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
26338         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
26339         since it might be modified.
26341         * progmodes/cc-langs.el (c++-make-template-syntax-table)
26342         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
26343         names to these language constants.
26345 2003-07-15  Kim F. Storm  <storm@cua.dk>
26347         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
26348         All uses changed.
26350 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
26352         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
26353         Namespace support.
26355 2003-07-13  Juanma Barranquero  <lektu@terra.es>
26357         * frame.el (modify-all-frames-parameters): Reinstall (copyright
26358         papers received).
26360 2003-07-13  Karl Eichwalder  <ke@suse.de>
26362         * textmodes/po.el (po-find-charset): White space at the start of the
26363         Content-Type field body is non-mandatory.
26365 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
26367         * textmodes/texinfo.el (texinfo-section-list):
26368         Append appendixsection; a synonym for appendixsec.
26370 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
26372         * man.el (Man-translate-cleanup): New.
26373         (Man-translate-references): Call `Man-translate-cleanup' to clean
26374         leading, trailing and middle spaces.
26376 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
26378         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
26379         Handle `dired-directory' being a list.
26381 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
26383         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
26384         it doesn't exist.
26386 2003-07-12  Richard M. Stallman  <rms@gnu.org>
26388         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
26390         * progmodes/cc-defs.el (c-make-keywords-re):
26391         Don't use delete-duplicates.
26392         (c-lang-const): Don't use mapcan.
26394         * apropos.el (apropos-show-scores): Make it customizable.
26395         Document new meaning.
26396         (apropos): Compute scores from symbols.
26397         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
26399 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26401         * ps-bdf.el: Fix copyright line.
26402         (bdf-directory-list): Fix initialization code.
26404 2003-07-11  John Paul Wallington  <jpw@gnu.org>
26406         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
26407         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
26408         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
26410 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
26412         * emacs-lisp/ring.el (ring-elements): Doc fix.
26414 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
26416         * calendar/timeclock.el (timeclock-relative)
26417         (timeclock-ask-before-exiting, timeclock-use-display-time):
26418         Doc changes.
26419         (timeclock-modeline-display): Give a message if
26420         `timeclock-use-display-time' is non-nil but `display-time-mode'
26421         is not active.
26423 2003-07-11  Kenichi Handa  <handa@m17n.org>
26425         * international/mule-cmds.el (set-language-environment):
26426         Set current-language-environment to the correct string.
26428 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26430         * ps-print.el: Print line number correctly in a region.  Reported by
26431         Tim Allen <timallen@ls83.fsnet.co.uk>.
26432         (ps-print-version): New version number (6.6.2).
26433         (ps-printing-region): Code fix.
26435 2003-07-10  John Paul Wallington  <jpw@gnu.org>
26437         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
26438         this function can be called from `add-completions-from-tags-table'.
26440 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
26442         * calendar/timeclock.el (timeclock-use-display-time)
26443         (timeclock-day-over-hook, timeclock-workday-remaining)
26444         (timeclock-status-string, timeclock-when-to-leave)
26445         (timeclock-when-to-leave-string, timeclock-log-data)
26446         (timeclock-find-discrep, timeclock-day-base)
26447         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
26448         (timeclock-modeline-display): Set the variable
26449         `timeclock-modeline-display'.
26450         (timeclock-update-modeline): Doc fix.  Respect value of
26451         `timeclock-relative'.
26453 2003-07-09  Richard M. Stallman  <rms@gnu.org>
26455         * textmodes/reftex-parse.el (reftex-all-document-files):
26456         Add autoload cookie.
26458         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
26459         (reftex-scanning-info-available-p): Add autoload cookie.
26461         * international/mule-cmds.el
26462         (set-display-table-and-terminal-coding-system): Delete duplicate
26463         aset on standard-display-table.
26465         * view.el (view-file): If existing buffer's major mode is special,
26466         don't go into view mode.
26468         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
26470 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
26472         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
26473         buffer changes; there's third party code that calls this function
26474         directly.
26476 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
26478         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
26479         (autodoc-font-lock-keywords): Don't byte compile on font lock
26480         initialization when running from byte compiled files.
26482 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
26484         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
26485         statement ends with auto-increment "++".
26487 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
26489         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
26490         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
26491         these are changed, so declare them as variables and not constants.
26493 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
26495         * subr.el (dolist, dotimes): Doc fix.
26497 2003-07-08  Kim F. Storm  <storm@cua.dk>
26499         * international/mule-cmds.el
26500         (set-display-table-and-terminal-coding-system): Don't break
26501         bootstrap if standard-display-table isn't setup yet.
26503 2003-07-07  Richard M. Stallman  <rms@gnu.org>
26505         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
26506         Give it a doc string, and autoload it.
26508         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
26509         Use with-no-warnings.
26511         * info.el (Info-search): If find invisible text, search again.
26513         * isearch.el (search-whitespace-regexp): Add a shy group around it.
26515         * man.el (Man-name-regexp): Match + as part of name.
26517         * simple.el (visible-mode): Rename from vis-mode.
26518         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
26520         * simple.el (current-word): New arg REALLY-WORD specifies
26521         don't include punctuation chars.
26523         * emacs-lisp/debug.el (debug, debugger-env-macro):
26524         Use with-no-warnings while accessing and binding unread-command-char.
26526         * international/mule-cmds.el
26527         (set-display-table-and-terminal-coding-system): Use explicit loop
26528         instead of calling standard-display-default.
26530         * net/ange-ftp.el (ange-ftp-file-symlink-p):
26531         Use condition-case to catch error in ange-ftp-get-files.
26533         * net/browse-url.el (browse-url-browser-function):
26534         Add alternative for Epiphany.
26535         (browse-url-epiphany-program, browse-url-epiphany-arguments)
26536         (browse-url-epiphany-startup-arguments)
26537         (browse-url-epiphany-new-window-is-tab): New variables.
26538         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
26540         * progmodes/compile.el (compile-auto-highlight): Default now t.
26541         (compile): Doc fix.
26542         (compilation-next-error): Fix previous change.
26544         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
26546         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
26548 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
26550         * gdb-ui.el (gdb-source-info): Display current frame when
26551         attaching to an existing process.
26552         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
26553         while laying out windows when attaching to an existing process.
26555 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
26557         * info.el (Info-menu): Use Info-menu-entry-name-re.
26559 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
26561         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
26562         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
26564         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
26565         to match the same text.
26567 2003-07-06  John Paul Wallington  <jpw@gnu.org>
26569         * vc.el (vc-annotate-offset): Move defvar up.
26571 2003-07-06  Kim F. Storm  <storm@cua.dk>
26573         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
26574         This should fix the infinite loop when extracting menu names.
26576 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
26578         * files.el (auto-mode-alist, interpreter-mode-alist):
26579         Remove entries to CC Mode modes to avoid duplicates; they are now added
26580         with autoload directives in cc-mode.el.
26582 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
26584         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
26585         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
26586         these are changed, so declare them as variables and not constants.
26588         * progmodes/cc-mode.el: Fix some autoload problems: Try to
26589         ensure that the entry for ".c" extension comes before the one for
26590         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
26591         Fix incorrect entries that were added to `interpreter-mode-alist'.
26592         Move the autoload directives for AWK to the top level since they
26593         aren't recognized anywhere else.  Do not use the new AWK mode doc
26594         in the autoload form for the old AWK mode.
26596 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
26598         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
26599         (bibtex-sort-ignore-string-entries): Default value t.
26600         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
26601         erroneously in previous version.
26602         (bibtex-string-files): Docstring reflects new parsing scheme.
26603         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
26604         docstring, add # as one of the chars to crush
26605         (bibtex-autokey-prefix-string, bibtex-autokey-names)
26606         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
26607         (bibtex-autokey-name-change-strings)
26608         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
26609         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
26610         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
26611         (bibtex-autokey-title-terminators)
26612         (bibtex-autokey-titlewords-stretch)
26613         (bibtex-autokey-titleword-ignore)
26614         (bibtex-autokey-titleword-case-convert)
26615         (bibtex-autokey-titleword-abbrevs)
26616         (bibtex-autokey-titleword-abbrevs)
26617         (bibtex-autokey-titleword-change-strings)
26618         (bibtex-autokey-titleword-length)
26619         (bibtex-autokey-titleword-separator)
26620         (bibtex-autokey-name-year-separator)
26621         (bibtex-autokey-year-title-separator)
26622         (bibtex-autokey-before-presentation-function)
26623         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
26624         Fix docstring.
26625         (bibtex-strings, bibtex-reference-keys):
26626         Use lazy-completion-table and make-variable-buffer-local.
26627         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
26628         (bibtex-braced-string-syntax-table)
26629         (bibtex-quoted-string-syntax-table): New variables.
26630         (bibtex-parse-nested-braces): Remove.
26631         (bibtex-parse-field-string): Use syntax table and forward-sexp.
26632         (bibtex-parse-association): Simplify.
26633         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
26634         (bibtex-parse-field-text): Simplify.
26635         (bibtex-search-forward-field, bibtex-search-backward-field):
26636         argument BOUND can take value t.
26637         (bibtex-start-of-field, bibtex-start-of-name-in-field)
26638         (bibtex-end-of-name-in-field, bibtex-end-of-field)
26639         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
26640         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
26641         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
26642         (bibtex-skip-to-valid-entry): Return buffer position of beginning
26643         and ending of entry.  Update for changes of bibtex-search-entry.
26644         Simplify.
26645         (bibtex-map-entries): FUN is called with three arguments.
26646         (bibtex-search-entry): Return a cons pair with buffer positions of
26647         beginning and end of entry.
26648         (bibtex-enclosing-field): Simplify.
26649         (bibtex-format-entry): Use booktitle to set a missing title.
26650         (bibtex-autokey-get-names): Fiddle with regexps.
26651         (bibtex-generate-autokey): Use identity.
26652         (bibtex-parse-keys): Use simplified parsing algorithm if
26653         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
26654         arguments.  Return alist of keys.
26655         (bibtex-parse-strings): Simplify.  Return alist of strings.
26656         (bibtex-complete-string-cleanup): Fix docstring.
26657         (bibtex-read-key): New function.
26658         (bibtex-mode): Fix docstring.  Do not parse for keys and
26659         strings when the mode is entered.  Set fill-paragraph-function to
26660         bibtex-fill-field.  Setup font-lock-mark-block-function the way
26661         font-lock intended.
26662         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
26663         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
26664         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
26665         (bibtex-Preamble): Avoid hard coded constants.
26666         (bibtex-make-field): Fix docstring.  Simplify.
26667         (bibtex-beginning-of-entry): Always return new position of point.
26668         (bibtex-end-of-entry): Rearrange cond clauses.
26669         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
26670         Update for changes of bibtex-map-entries.
26671         (bibtex-ispell-abstract): Do not move point.
26672         (bibtex-entry-index): Use downcase.  Simplify.
26673         (bibtex-lessp): Handle catch-all.
26674         (bibtex-find-crossref): Turn into a command.
26675         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
26676         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
26677         preamble entries.
26678         (bibtex-fill-field-bounds): New function.
26679         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
26680         (bibtex-fill-entry): Use bibtex-fill-field-bounds
26681         (bibtex-String): Use bibtex-strings.  Always obey
26682         bibtex-sort-ignore-string-entries.
26684 2003-07-05  John Paul Wallington  <jpw@gnu.org>
26686         * cus-theme.el (customize-create-theme):
26687         Call `customize-create-theme' in Reset widget's notify function.
26689         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
26690         (ibuffer-mark-interactive): Use `or' instead of `unless'.
26691         (define-ibuffer-column name): Add summarizer.
26692         (define-ibuffer-column size): Likewise.
26693         (define-ibuffer-column filename): Likewise.
26694         (define-ibuffer-column process): Likewise.  Change BODY's output too.
26695         (define-ibuffer-column filename-and-process): Likewise, likewise.
26696         (ibuffer): Remove local vars `already-in' and `need-update'.
26698         * ibuf-ext.el: Don't require `derived' at compile-time.
26700 2003-07-05  Kim F. Storm  <storm@cua.dk>
26702         * info.el: Disable paragraph refilling.
26703         (Info-refill-paragraphs): New defcustom.
26704         (Info-fontify-node): Use it.
26706 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
26708         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
26709         thingies from constructors created by defstruct.
26711         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
26712         the default value of the variable.
26713         (byte-code-meter): Move declaration to top level.
26715         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
26717         * info.el (Info-following-node-name-re): New fun.
26718         (Info-following-node-name): Remove.
26719         (Info-insert-dir): Use the new fun.
26720         (Info-extract-pointer): Don't save restriction; use new fun.
26721         (Info-menu-entry-name-re): New const.
26722         (Info-menu-entry-name-re): Use it along with new fun.
26723         (Info-node-spec-re): Use new fun.
26724         (Info-complete-menu-item, Info-fontify-node): Use new const.
26725         (Info-goto-node, Info-follow-reference, Info-menu-update):
26726         Use match-string.
26727         (Info-follow-reference): Use assoc-string.
26728         Use a list of strings for the completion table.
26729         (Info-fontify-node): Use match-string, line-end-position.
26730         Limit the search for `node:' to the first line.
26732         * newcomment.el (uncomment-region): Remove padding coming from
26733         comment-start rather than just from comment-padding.
26735         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
26736         (vc-cvs-stay-local-p): Use vc-stay-local-p.
26737         (vc-cvs-rename-file): Remove (use the default).
26738         (vc-cvs-register): Register parent dir if needed.
26739         (vc-cvs-could-register): Return non-nil if parent can be registered.
26740         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
26741         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
26743         * vc-svn.el (vc-svn-use-edit): Make it into a const.
26744         (vc-svn-update): Fix the arguments to `svn'.
26745         (vc-svn-diff-tree): Just use `vc-svn-diff'.
26746         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
26747         Simple implementations, assuming `name' is a URL.
26749         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
26750         set of chars allowed unquoted in a case pattern.
26752         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
26754         * font-lock.el (font-lock-extra-types-widget)
26755         (c-font-lock-extra-types, c++-font-lock-extra-types)
26756         (objc-font-lock-extra-types, java-font-lock-extra-types)
26757         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
26758         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
26759         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
26760         (font-lock-match-c++-structor-declaration)
26761         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
26762         (c++-font-lock-keywords-3, c++-font-lock-keywords)
26763         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
26764         (objc-font-lock-keywords-3, objc-font-lock-keywords)
26765         (java-font-lock-keywords-1, java-font-lock-keywords-2)
26766         (java-font-lock-keywords-3, java-font-lock-keywords)
26767         (java-font-lock-syntactic-face-function): Remove obsolete code
26768         and constants.  It's all in cc-fonts.el now.
26770 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
26772         * mail/sendmail.el (mail-specify-envelope-from)
26773         (mail-envelope-from): Doc fix.
26775 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
26777         * generic-x.el: Do away with the dependency on `c-emacs-features'
26778         when populating `rul-generic-mode-syntax-table'; we already know
26779         this isn't XEmacs.
26781 See ChangeLog.10 for earlier changes.
26783 ;; Local Variables:
26784 ;; coding: iso-2022-7bit
26785 ;; End:
26787     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
26788   Copying and distribution of this file, with or without modification,
26789   are permitted provided the copyright notice and this notice are preserved.
26791 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1