(derived-mode-run-hooks): Reinstalled, as it is needed for pre-21 compatibility.
[emacs.git] / lisp / ChangeLog
blob8dd7d27a166c7d543d759ac08f1907ab027c95cc
1 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
3         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
5 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
7         * term.el (term-mode): Disable cua-mode for term buffers.
9 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
11         * add-log.el (add-log-mailing-address, change-log-merge): Doc fix.
12         (change-log-get-method-definition): Fix typo in docstring.
14 2005-07-14  Kim F. Storm  <storm@cua.dk>
16         * emulation/cua-base.el:
17         (cua--pre-command-handler-1, cua--pre-command-handler)
18         (cua--post-command-handler-1, cua--post-command-handler):
19         Split in two.  Check (buffer local) value of cua-mode.
20         (cua-selection-mode): New command.
22 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
24         * custom.el (custom-initialize-safe-set)
25         (custom-initialize-safe-default): Doc fixes.
27         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
28         and simplify :init-value again.
30         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
31         and simplify :init-value again.  Delete autoload.
33         * startup.el (command-line): Use `custom-reevaluate-setting' again
34         for tooltip-mode.
36         * emacs-lisp/easy-mmode.el (define-minor-mode): Do not override
37         explicitly specified :initialize keyword.
39 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
41         * allout.el (my-mark-marker, allout-isearch-prior-pos)
42         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
43         (allout-post-command-business, allout-flag-region)
44         (isearch-reenable-font-lock, allout-yank)
45         (allout-insert-latex-header, allout-insert-latex-trailer)
46         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
47         (allout-latex-verb-quote): Fix typos in docstrings.
48         (allout-enwrap-isearch, regexp-sans-escapes): Doc fix.
49         (allout-unprotected, allout-prefix-data):
50         Improve argument/docstring consistency.
51         (allout-chart-subtree): Fix argument spec.
52         (allout-open-topic): Rename `use_sib_bullet' argument to
53         `use-sib-bullet'.  Doc fix.
55         * whitespace.el (whitespace-check-buffer-leading)
56         (whitespace-check-buffer-trailing)
57         (whitespace-check-buffer-indent)
58         (whitespace-check-buffer-spacetab)
59         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
60         (whitespace-check-leading-whitespace)
61         (whitespace-check-trailing-whitespace)
62         (whitespace-check-spacetab-whitespace)
63         (whitespace-check-indent-whitespace)
64         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
65         (whitespace-modes): Fix typos in docstrings.
66         (defgroup, defcustom): Doc fix.
68         * winner.el (winner-mode, winner-boring-buffers)
69         (winner-pending-undo-ring): Doc fixes.
70         (winner-ring): Remove unneeded `progn'.
71         (winner-equal): `defsubst' it.
72         (winner-redo): Fix message.
74 2005-07-13  Kim F. Storm  <storm@cua.dk>
76         * simple.el (line-move-1): Always use vertical-motion to
77         do the last (or only) line move to ensure some movement.
78         Undo 2005-06-23 change--don't check for overlays.
80 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
82         * term/mac-win.el (ccl-encode-mac-roman-font)
83         (ccl-encode-mac-centraleurroman-font)
84         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
85         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
86         Change charset-id boundary of dimension to ?\xef.
87         (mac-char-fontspec-list): New constant.
88         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
89         argument.  Nil uses itself as family in font-spec.  Previous
90         behavior for nil is now provided by non-nil non-string argument.
91         All callers changed.  Add font-specs for Mac fonts to
92         "fontset-default" unless iso8859-1 fonts are installed.
94 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
96         * progmodes/sh-script.el (sh-get-indent-info): Only indent
97         a continuation line if the \ is preceded by SPC or TAB.
98         (sh-get-indent-info): Simplify.
99         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
100         Use with-current-buffer.
102         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
103         when the matched text is empty.
105 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
107         * startup.el (command-line): Revert to previous handling of
108         tooltip-mode.  Explain in comment why the complexity is needed.
110         * tooltip.el (tooltip-mode): Revert to previous implementation of
111         its defcustom.
113         * frame.el (blink-cursor-mode): Revert to previous implementation
114         of its defcustom.  Update comment.
116 2005-07-12  Lars Hansen  <larsh@soem.dk>
118         * desktop.el: Update e-mail address.
120 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
122         * term/mac-win.el (mac-services-mail-selection)
123         (mac-services-mail-to): New functions.
124         (mac-application-menu-map): Bind them.
126 2005-07-12  wulei <milton@wulei.net>  (tiny change)
128         * progmodes/gdb-ui.el: Add note about buffering with Windows.
130 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
132         * custom.el (custom-reevaluate-setting): Doc fix.
134 2005-07-11  Jay Belanger  <belanger@truman.edu>
136         * calc/calc.el (calc-embedded-announce-formula-alist)
137         (calc-embedded-open-close-plain-alist)
138         (calc-embedded-open-close-mode-alist): Add checks for additional
139         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
141 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
143         * custom.el (custom-enable-theme): Don't add theme to
144         `custom-enabled-themes' with `push' because there is no
145         setf-method for `delq'.
147 2005-07-11  Richard M. Stallman  <rms@gnu.org>
149         * custom.el (custom-declare-variable): Doc fix.
151         * dired-aux.el (dired-compare-directories): Remove "." and ".."
152         from the alists.
154         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
155         Do nothing if edebug-active.
157         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
158         (edebug-display): Do it here instead.
160 2005-07-10  Richard M. Stallman  <rms@gnu.org>
162         * cus-face.el (custom-theme-set-faces): Make it work.
163         (custom-reset-faces): Doc fix.
164         (custom-theme-reset-internal-face, custom-theme-face-value):
165         Functions deleted.
167         * custom.el (custom-push-theme): Maintain list of the settings
168         of a given theme in its theme-settings property.
169         Maintain position of old settings in the theme-value
170         or theme-face property.
171         (custom-enabled-themes): New variable.
172         (custom-theme-enabled-p): New function.
173         (provide-theme): Update custom-enabled-themes.
174         Disable and reenable the `user' theme.
175         (require-theme): Doc fix.
176         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
177         (custom-theme-value, custom-theme-variable-value): Likewise.
178         (custom-theme-reset-internal): Likewise.
179         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
180         (custom-enable-theme, custom-disable-theme): New functions.
181         (custom-variable-theme-value, custom-face-theme-value): Likewise.
182         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
183         (custom-theme-reset-variables): Simplify.
184         (deftheme, custom-declare-theme, custom-make-theme-feature):
185         Definitions moved.
187 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
189         * longlines.el (longlines-show-region)
190         (longlines-unshow-hard-newlines): Recognize hard newlines by
191         non-nil hard property, instead of t.
193 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
195         * viper-cmd.el (viper--key-maps): New variable.
196         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
197         emulation-mode-map-alists.
198         (viper-envelop-ESC-key): Use viper-subseq.
199         (viper-search-forward/backward/next): Disable debug-on-error.
201         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
202         (viper-ESC-key): New defcustoms.
204         * viper-macs.el (ex-map-read-args): Use viper-subseq.
206         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
207         (viper-subseq): Copy of subseq from cl.el.
209         * viper.el (viper-go-away, viper-set-hooks): Use
210         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
212         * viper-mous.el (viper-current-frame-saved): Use defvar.
214         * viper-init.el: Get rid of -face in face names.
216         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
217         Make it work with longlines mode
219         * ediff-mult.el (ediff-meta-mode-hook): New variable.
221         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
223         * ediff-init: Get rid of -face in face names.
225 2005-07-10  Richard M. Stallman  <rms@gnu.org>
227         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
228         and with-timeout-unsuspend.
230         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
231         and with-timeout-unsuspend.
233         * emacs-lisp/timer.el (with-timeout-timers): New variable.
234         (with-timeout): Bind that variable to record timers.
235         (with-timeout-suspend, with-timeout-unsuspend): New functions.
237         * emacs-lisp/debug.el (debug-help-follow): New function.
238         (debugger-mode-map): Use that instead of help-follow.
239         (debugger-setup-buffer): Use eval-buffer-list
240         to handle eval-buffer frames.
242 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
244         * timezone.el (timezone-parse-date): Change first regexp
245         so it will not mistakenly match dates with no time zone.
247 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
249         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
251 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
253         * custom.el (custom-initialize-safe-set)
254         (custom-initialize-safe-default): New functions.
256         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
257         and simplify :init-value.
259         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
260         and simplify :init-value.  Delete obsolete comment.
262         * startup.el (command-line): Use `custom-reevaluate-setting' to
263         handle `tooltip-mode'.  Delete obsolete comment.
265         * files.el (set-visited-file-name): Avoid calling
266         `file-name-nondirectory' with a nil argument.
268 2005-07-09  Richard M. Stallman  <rms@gnu.org>
270         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
271         was called with nil for the buffer, handle the read position right.
272         Handle read position for eval-region, too.
274 2005-07-09  Juri Linkov  <juri@jurta.org>
276         * fringe.el (fringe-mode): Add period in docstring.
277         (fringe-query-style): Build prompt depending on `all-frames' arg.
279         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
280         to not create links to unrelated functions in the Help buffer.
282         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
283         Doc fix.
285         * simple.el (next-error-hook): New variable.
286         (next-error): Use it.  Doc fix.
288         * textmodes/ispell.el (ispell-command-loop): Add current
289         dictionary name and program name to mode-line-format.
290         (ispell-region, ispell-process-line): Add current dictionary name
291         and program name to messages.
293 2005-07-08  Jay Belanger  <belanger@truman.edu>
295         * calc/calc.el (calc-embedded-announce-formula-alist)
296         (calc-embedded-open-close-formula-alist)
297         (calc-embedded-open-close-word-alist)
298         (calc-embedded-open-close-plain-alist)
299         (calc-embedded-open-close-new-formula-alist)
300         (calc-embedded-open-close-mode-alist)
301         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
302         (calc-embedded-mode-hook): New variables.
304         * calc/calc-embed.el (calc-embedded-firsttime)
305         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
306         New variables.
307         (calc-do-embedded): Use calc-embedded-firsttime,
308         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
309         determine whether or not to run hooks.
310         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
311         calc-embedded-firsttime-formula appropriately.
312         Set calc-embedded delimiter variables according to mode.
314 2005-07-08  Richard M. Stallman  <rms@gnu.org>
316         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
317         Check for "emacs", etc., as entire symbol, not just as word.
318         (checkdoc-file-comments-engine): Use regexp-quote on FN.
320         * files.el (set-visited-file-name): Report the error
321         for "empty filename" earlier.
322         (kill-some-buffers): Ignore buffers already dead.
324         * fringe.el (fringe-mode): Doc fix.
326         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
327         Check for (featurep 'xemacs) and turn off warnings in what it guards.
328         Use unwind-protect to ensure byte-compile-unresolved-functions
329         is updated.
331         * whitespace.el (whitespace-buffer-leading-cleanup):
332         Simplify w/ skip-chars-forward.
333         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
335         * mail/rmail.el (rmail-only-expunge): Fix paren error.
336         Unconditionally try to leave point at the same old place.
338 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
340         * comint.el (comint-postoutput-scroll-to-bottom)
341         (comint-show-maximum-output): Take scroll-margin into consideration.
343 2005-07-08  Kim F. Storm  <storm@cua.dk>
345         * ido.el (ido-use-filename-at-point): New choice `guess'.
346         (ido-file-internal): Try ffap-guesser if selected.
348         * ido.el (ido-before-fallback-functions): New hook.
349         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
350         (ido-read-file-name): Run it.
352 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
354         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
355         strings rather than a list of symbols to the completion function.
357 2005-07-07  Jay Belanger  <belanger@truman.edu>
359         * calc/calc-units.el (math-apply-units):  Change the places in
360         which units are simplified.
362 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
364         * cus-edit.el (customize-option, customize-option-other-window):
365         Make them handle aliases.
367         * custom.el (custom-variable-p): Make it recursively follow
368         aliases.  Mention that in the docstring.
370 2005-07-07  Richard M. Stallman  <rms@gnu.org>
372         * cus-start.el (exec-path): Use `directory' instead of `file'.
373         Fix tag for nil.
375 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
377         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
378         when called non-interactively.  Doc fix.
380 2005-07-07  Lute Kamstra  <lute@gnu.org>
382         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
383         new address as well.
385 2005-07-07  Kenichi Handa  <handa@m17n.org>
387         * international/mule.el (make-coding-system):
388         Describe `ascii-incompatible' property in the docstring.
389         (set-file-name-coding-system): Signal an error if coding-system is
390         ascii-incompatible.
391         (set-keyboard-coding-system): Likewise.
393         * international/mule-cmds.el (set-default-coding-systems):
394         Don't set default-file-name-coding-system and
395         default-keyboard-coding-system if coding-system is ASCII-incompatible.
397         * international/utf-16.el: Declare that all UTF-16-based coding
398         systems are ASCII-incompatible.
400 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
402         * progmodes/gud.el: Require font-lock for displaying errors.
403         Used by gdb-ui.el.
405 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
407         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
408         values for the pattern lists which are `read'able but not
409         `append'able (like symbols).
411 2005-07-06  Richard M. Stallman  <rms@gnu.org>
413         * progmodes/flymake.el (flymake-float-time): Instead of
414         with-no-warnings, test for xemacs.
415         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
416         to avoid warning.
418 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
420         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
422 2005-07-05  Lute Kamstra  <lute@gnu.org>
424         * battery.el: Add support for Darwin (with much debugging help
425         from Samuel Lauber <sam124@operamail.com>).
426         (battery-status-function, battery-echo-area-format)
427         (battery-mode-line-format): Add support for pmset on Darwin.
428         (battery-load-low, battery-load-critical): New user options.
429         (battery-pmset): New function.
431 2005-07-05  Lute Kamstra  <lute@gnu.org>
433         Update FSF's address in GPL notices.
435         * textmodes/page-ext.el: Update FSF's address.
437 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
439         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
440         filling from using prefix when filling a single-line docstring.
442         * progmodes/flymake.el: Remove useless eval-when-compile.
444         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
446 2005-07-04  Richard M. Stallman  <rms@gnu.org>
448         * textmodes/org.el (org-file-apps-defaults-gnu):
449         Rename from org-file-apps-defaults-linux.
450         (org-default-apps): Don't test system-type for `linux'.
451         (org-file-apps): Doc fix.
453 2005-07-04  David Ponce  <david@dponce.com>
455         * tree-widget.el: Improve header Commentary section.
456         (tree-widget) [defgroup]
457         (tree-widget-image-enable, tree-widget-themes-directory)
458         (tree-widget-theme, tree-widget-image-properties-emacs)
459         (tree-widget-image-properties-xemacs, tree-widget-create-image)
460         (tree-widget-image-formats, tree-widget-control)
461         (tree-widget-empty-control, tree-widget-leaf-control
462         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
463         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
464         (tree-widget-keep, tree-widget-after-toggle-functions)
465         (tree-widget-open-node, tree-widget-close-node): Doc fix.
466         (tree-widget-open-control, tree-widget-close-control): Fix doc and
467         :help-echo message.
468         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
469         (tree-widget-image-properties): Doc fix.  Clearer implementation.
470         (tree-widget--cursors): New constant.
471         (tree-widget-lookup-image): New function split from
472         `tree-widget-find-image'.  Clearer implementation.
473         (tree-widget-find-image): Use it.
474         (tree-widget-button-keymap): Use `set-keymap-parent'.
475         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
476         Define the sub-widgets here.
477         (tree-widget-node): Check that :node is not a tree-widget.
478         (tree-widget-get-super, tree-widget-open-control)
479         (tree-widget-close-control, tree-widget-empty-control)
480         (tree-widget-leaf-control, tree-widget-guide)
481         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
482         (tree-widget-no-handle, tree-widget-value-delete)
483         (tree-widget-map): Remove.
484         (tree-widget-children-value-save): Doc fix.  Simplified.
485         (tree-widget-value-create): Update according to previous changes.
487 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
489         * textmodes/org.el: Leading space replaced by TABS.
490         (org-recalc-marks, org-table-rotate-recalc-marks)
491         (org-table-get-specials): Treat "^" and "_" marks.
492         (org-table-justify-field-maybe): Optional argument NEW.
493         (org-table-eval-formula): Parsing of the format simplified.
494         New modes C,I.  Honor the %= parameter in the current table.
495         Avoid unnecessary re-align by using the NEW argument to
496         `org-table-justify-field-maybe'.
497         (org-calc-default-modes): Default for date-format mimicks org-mode.
498         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
500 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
502         * cus-face.el (custom-theme-set-faces): Make it handle face
503         aliases whose alias declarations are pre- or autoloaded.
505 2005-07-04  Juri Linkov  <juri@jurta.org>
507         * faces.el (read-face-name): Put the code for getting a face name
508         from the buffer before adding the faces from the `face' property.
509         Use `completing-read-multiple' instead of `completing-read'.
510         Require `crm'.  Add default value and post-process the returned
511         list of faces.
513         * emacs-lisp/crm.el (crm-find-current-element)
514         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
516         * emacs-lisp/lisp-mode.el (eval-defun-1):
517         * emacs-lisp/edebug.el (edebug-eval-defun):
518         Remove unnecessary quotes.
520 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
522         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
523         (prolog-indent-level): Fix typo in docstring.
525         * info.el (Info-history, Info-history-forward)
526         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
528         * add-log.el (add-change-log-entry):
529         * comint.el (comint-dynamic-list-input-ring)
530         (comint-dynamic-list-completions):
531         * dabbrev.el (dabbrev-expand):
532         * delim-col.el (delimit-columns-rectangle-line):
533         * diff-mode.el (diff-context->unified, diff-reverse-direction)
534         (diff-unified->context):
535         * ediff-init.el (ediff-abbrev-jobname):
536         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
537         (ediff-replace-session-activity-marker-in-meta-buffer):
538         * info.el (Info-summary):
539         * lpr.el (printify-region):
540         * printing.el (pr-create-interface):
541         * ps-print.el (ps-print-quote):
542         * ses.el (ses-column-widths, ses-print-cell)
543         (ses-adjust-print-width, ses-center):
544         * shell.el (shell-file-name-quote-list):
545         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
546         (strokes-fill-current-buffer-with-whitespace)
547         (strokes-xpm-for-stroke, strokes-list-strokes)
548         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
549         * term.el (term-dynamic-list-input-ring)
550         (term-dynamic-list-completions):
551         * calc/calc.el (math-format-stack-value):
552         * emacs-lisp/edebug.el (edebug-display-freq-count):
553         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
554         (delphi-new-comment-line):
555         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
556         * progmodes/executable.el (executable-set-magic):
557         * progmodes/python.el (inferior-python-mode):
558         * progmodes/scheme.el (scheme-mode-syntax-table):
559         * progmodes/sh-script.el (sh-maybe-here-document):
560         * progmodes/sql.el (sql-copy-column):
561         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
562         * textmodes/bibtex.el (bibtex-mode):
563         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
564         (sgml-auto-attributes):
565         * textmodes/table.el (table-insert, table-shorten-cell)
566         (table--generate-source-scan-lines, table-delete-row)
567         (*table--cell-delete-char, table--spacify-frame)
568         (table--horizontally-shift-above-and-below)
569         (table--cell-insert-char, table--cell-blank-str)
570         (table--fill-region-strictly):
571         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
572         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
574         * add-log.el (change-log):
575         * apropos.el (apropos):
576         * comint.el (comint-completion, comint-source):
577         * dabbrev.el (dabbrev):
578         * delim-col.el (columns):
579         * diff-mode.el (diff-mode):
580         * ediff.el (ediff):
581         * ediff-diff.el (ediff-diff):
582         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
583         * ediff-mult.el (ediff-mult):
584         * ediff-ptch.el (ediff-ptch):
585         * ediff-wind.el (ediff-window):
586         * facemenu.el (facemenu):
587         * indent.el (indent):
588         * info.el (info):
589         * jka-cmpr-hook.el (compression, jka-compr):
590         * lpr.el (lpr):
591         * outline.el (outlines):
592         * pcmpl-cvs.el (pcmpl-cvs):
593         * pcmpl-rpm.el (pcmpl-rpm):
594         * printing.el (printing):
595         * ps-print.el (postscript, ps-print, ps-print-horizontal)
596         (ps-print-vertical, ps-print-headers, ps-print-font)
597         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
598         (ps-print-background, ps-print-printer, ps-print-page)
599         (ps-print-miscellany):
600         * ses.el (ses):
601         * shell.el (shell, shell-directories, shell-faces):
602         * startup.el (initialization):
603         * strokes.el (strokes):
604         * term.el (term):
605         * uniquify.el (uniquify):
606         * w32-vars.el (w32):
607         * calc/calc.el (calc):
608         * emacs-lisp/bytecomp.el (bytecomp):
609         * emacs-lisp/cl-indent.el (lisp-indent):
610         * emacs-lisp/edebug.el (edebug):
611         * emacs-lisp/elp.el (elp):
612         * emacs-lisp/testcover.el (testcover):
613         * emacs-lisp/trace.el (trace):
614         * emulation/viper-ex.el (viper-ex):
615         * emulation/viper-mous.el (viper-mouse):
616         * mail/mailalias.el (mailalias):
617         * mail/supercite.el (supercite, supercite-frames)
618         (supercite-attr, supercite-cite, supercite-hooks):
619         * net/rcompile.el (remote-compile):
620         * net/rlogin.el (rlogin):
621         * obsolete/ooutline.el (outlines):
622         * progmodes/delphi.el (delphi):
623         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
624         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
625         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
626         (ebnf-optimization):
627         * progmodes/etags.el (etags):
628         * progmodes/executable.el (executable):
629         * progmodes/idlwave.el (idlwave):
630         * progmodes/pascal.el (pascal):
631         * progmodes/prolog.el (prolog):
632         * progmodes/python.el (python):
633         * progmodes/scheme.el (scheme):
634         * progmodes/sh-script.el (sh, sh-script):
635         * progmodes/sql.el (SQL):
636         * progmodes/tcl.el (tcl):
637         * textmodes/bibtex.el (bibtex, bibtex-autokey):
638         * textmodes/enriched.el (enriched):
639         * textmodes/makeinfo.el (makeinfo):
640         * textmodes/sgml-mode.el (sgml):
641         * textmodes/table.el (table-hooks):
642         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
643         * textmodes/texinfo.el (texinfo):
644         * textmodes/two-column.el (two-column):
645         Finish `defgroup' description with period.
647         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
648         * eshell/esh-var.el (eshell-var):
649         * progmodes/vhdl-mode.el (vhdl-testbench):
650         * textmodes/org.el (org): Fix typos in docstrings.
652         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
653         consistency.
655         * progmodes/flymake.el (flymake-find-file): Remove.
656         (flymake-float-time): Use `with-no-warnings'.
657         (flymake-check-start-time, flymake-check-was-interrupted)
658         (flymake-err-info, flymake-is-running, flymake-last-change-time)
659         (flymake-new-err-info): `defvar' at compile time.
661 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
663         * replace.el (occur-hook): Doc fix.
664         (occur-1): Don't call `occur-hook' if there are no matches.
666 2005-07-03  Richard M. Stallman  <rms@gnu.org>
668         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
669         global-map, save the same map.
670         (global-map): Don't alter it at top level.
671         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
672         Then alter it here instead.
673         (tpu-edt-off): Set global-map to the saved one.
675         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
676         All references simplified.
677         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
678         (zmacs-regions): Add defvar.
679         (repeat-complex-command-map): Everything about that deleted.
681         * textmodes/artist.el (artist-key-is-drawing)
682         (artist-key-endpoint1, artist-key-poly-point-list)
683         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
684         (artist-key-compl-table, artist-rb-save-data)
685         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
686         Don't put them in eval-when-compile.
687         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
689         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
690         Use with-no-warnings.
692         * net/browse-url.el (dos-windows-version): Add defvar.
694         * mail/supercite.el (filladapt-prefix-table): Add defvar.
696         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
697         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
698         (rmail-new-summary-line-count): Rename from new-summary-line-count.
699         Add defvar.
700         (rmail-summary-beginning-of-message): Use with-no-warnings.
701         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
703         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
704         Use with-no-warnings.
706         * emulation/vi.el (vi-mark-region): Use c-mark-function.
707         (c-mark-function): Add point-moving-unit property.
708         (vi-goto-line): Use with-no-warnings.
710         * emulation/edt.el (edt-last-copied-word): Add defvar.
711         (zmacs-region-stays): Likewise.
712         (edt-mark-section-wisely): Use c-mark-function for C.
713         Use makr-defun for Fortran.
714         (time-string): defvar deleted.
715         (edt-display-the-time): Don't set time-string.
717         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
719         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
720         Don't warn when name is not constant
721         or for defining the group `emacs'.
723         * tooltip.el (gud-tooltip-mode): Add defvar.
725         * startup.el (default-frame-background-mode): Add defvar.
727         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
729         * info.el (tool-bar-map): Add defvar.
731         * dired.el (dnd-protocol-alist): Add defvar.
733         * dired-aux.el (dired-query): Display question with answer, when
734         the user answers.
736         * custom.el (custom-add-option): Doc fix.
738         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
740 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
742         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
743         bogus name from the last change.
745 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
747         * custom.el (custom-declare-variable): Fix typos in comment.
748         (custom-known-themes): Doc fix.
749         (custom-theme-directory): New defcustom.
750         (require-theme): Make it check `custom-theme-directory'.
752         * cus-theme.el (custom-new-theme-mode): New function.
753         (custom-theme-name, custom-theme-variables, custom-theme-faces)
754         (custom-theme-description): Add compiler defvars.
755         (customize-create-theme): Add doc to the "*New Custom Theme*"
756         buffer.  Use `custom-new-theme-mode'.
757         (custom-theme-write): Put the created buffer in emacs-lisp-mode
758         and save it to the `custom-theme-directory'.  Make this the
759         default directory of the buffer.
761 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
763         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
764         Fix unbalanced parentheses.
766 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
768         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
769         into flymake-mode and delegate to flymake-mode.
771         * find-file.el (ff-which-function-are-we-in): Clean up.
773 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
775         * replace.el (occur-rename-buffer): Fix docstring.
777         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
778         (edt-last-copied-word, edt-learn-macro-count)
779         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
780         (edt-rect-start-point, edt-user-global-map, rect-start-point)
781         (time-string, zmacs-region-stays):
782         * emulation/edt-mapper.el (edt-save-function-key-map)
783         (EDT-key-name): `defvar' to silence the byte-compiler.
785 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
787         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
788         font-lock-regexp-backslash.  Doc fix.
789         (font-lock-regexp-backslash-grouping-construct): Rename from
790         font-lock-regexp-backslash-construct.  Doc fix.
791         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
792         grouping constructs.
794 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
796         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
797         updating all the prerequisites.
799 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
801         * textmodes/org.el (org-agenda-start-on-weekday)
802         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
803         (org-agenda-use-time-grid, org-archive-location)
804         (org-allow-space-in-links, org-usenet-links-prefer-google)
805         (org-enable-table-editor, org-export-default-language)
806         (org-export-html-show-new-buffer, org-fill-paragraph)
807         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
808         (org-goto-quit, org-occur, org-eval-in-calendar)
809         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
810         (org-agenda-diary-entry, org-remember-help)
811         (org-table-convert-region, org-at-table-p)
812         (org-table-move-row-down, org-table-move-row-up)
813         (org-table-copy-region, org-table-toggle-vline-visibility)
814         (org-table-get-stored-formulas, org-table-get-specials)
815         (org-recalc-commands, org-table-eval-formula)
816         (org-table-formula-substitute-names, orgtbl-make-binding)
817         (org-format-org-table-html, org-format-table-table-html)
818         (org-format-table-table-html-using-table-generate-source)
819         (org-customize): Fix typos in docstrings.
820         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
821         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
822         (org-back-to-heading): Doc fixes.
823         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
824         (org-agenda-change-all-lines, org-get-header):
825         Improve argument/docstring consistency.
826         (orgtbl-error): Fix error message.
828         * progmodes/flymake.el (flymake-find-possible-master-files)
829         (flymake-master-file-compare, flymake-get-line-err-count)
830         (flymake-highlight-line, flymake-gui-warnings-enabled):
831         Fix typos in docstrings.
832         (flymake-parse-line, flymake-get-project-include-dirs-function)
833         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
834         Doc fixes.
835         (flymake-get-project-include-dirs-function)
836         (flymake-make-err-menu-data):
837         Improve argument/docstring consistency.
839 2005-07-01  Lute Kamstra  <lute@gnu.org>
841         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
842         Catch errors with ignore-errors.  Use temporary buffer.
843         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
845         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
846         background color faces.
847         (facemenu-set-foreground, facemenu-set-background):
848         Use facemenu-set-face-from-menu.
849         (facemenu-set-face-from-menu): Treat face names that start with
850         "fg:" or "bg:" as special.
851         (facemenu-add-new-color): Don't create faces.  Simplify.
853 2005-06-30  Richard M. Stallman  <rms@gnu.org>
855         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
856         (crm-find-current-element): Likewise.
858 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
860         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
862 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
864         * arc-mode.el (archive-extract): Make it work as a mouse binding.
865         (archive-mouse-extract): Make it an obsolete alias.
866         (archive-mode-map): Don't use archive-mouse-extract any more.
867         (archive-mode, archive-extract): write-contents-hooks ->
868         write-contents-functions.
869         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
870         first arg.
871         (archive-rename-entry): Update the call.
872         (archive-zip-summarize): Remove unused var `method'.
873         (archive-lzh-summarize): Remove unused var `creator'.
875         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
876         dedicated frame upon exit.
878         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
879         (archive-zip-extract, archive-zip-expunge)
880         (archive-zip-update, archive-zip-update-case): Use executable-find.
881         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
882         Use restore-buffer-modified-p.
883         (archive-extract, archive-add-new-member, archive-write-file-member):
884         Use with-current-buffer.
885         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
887 2005-06-30  Andreas Schwab  <schwab@suse.de>
889         * progmodes/gud.el (gud-filter): Remove unneeded progn.
891 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
893         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
895 2005-06-30  Juri Linkov  <juri@jurta.org>
897         * faces.el (vertical-border): Inherit from mode-line-inactive
898         only on tty.
900 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
902         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
903         example, -NLINES in the `occur' docstring).
905         * replace.el (occur-1): When no matches are found, do not set the
906         `buffer-read-only' and modified flags for the occur buffer,
907         because it is deleted.
909         * emulation/cua-base.el (cua-check-pending-input)
910         (cua-repeat-replace-region, cua-mode, cua-debug)
911         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
912         Fix typos in docstrings.
914         * emulation/cua-gmrk.el (cua-toggle-global-mark)
915         (cua-cut-region-to-global-mark)
916         (cua--cut-rectangle-to-global-mark):
917         Remove period from end of messages.
919         * emulation/cua-rect.el (cua-do-rectangle-padding):
920         Remove period from end of messages.
921         (cua--rectangle-seq-format): Fix typo in docstring.
922         (cua-sequence-rectangle, cua-fill-char-rectangle):
923         Improve argument/docstring consistency.
925 2005-06-29  Juri Linkov  <juri@jurta.org>
927         * faces.el (default-frame-background-mode): New internal variable.
928         (frame-set-background-mode): Use it.
930         * startup.el (normal-top-level): Set default-frame-background-mode
931         instead of frame-background-mode.  Before setting it, test for its
932         nil value.  Remove tests for frame-background-mode and frame
933         parameter `reverse'.  Add test for "unspecified-fg".
935         * term/xterm.el (xterm-rxvt-set-background-mode):
936         * term/rxvt.el (rxvt-set-background-mode):
937         Set default-frame-background-mode instead of frame-background-mode.
939 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
941         * simple.el (set-variable): Warn about obsolete user variables.
943         * imenu.el (imenu--completion-buffer):
944         * mouse.el (mouse-buffer-menu-alist):
945         * msb.el (msb-invisible-buffer-p):
946         * calendar/diary-lib.el (diary-header-line-format):
947         * emacs-lisp/pp.el (pp-buffer):
948         * progmodes/cperl-mode.el (cperl-do-auto-fill):
949         * textmodes/picture.el (picture-replace-match):
950         Change space constants followed by a sexp to "?\s ".
952         * play/decipher.el (decipher-loop-with-breaks):
953         * textmodes/texinfo.el (texinfo-insert-@item): Change space
954         constants "protected" from end of line by a comment to "?\s".
956 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
958         * font-lock.el (save-buffer-state): Use `declare'.
960         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
961         reset the syntax-table to cperl-mode-syntax-table.
962         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
963         "foo_print_bar" is not matched as a reserved keyword.
965 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
967         * textmodes/org.el (orgtbl-setup): New function, for delayed
968         setup for the orgtbl commands.
969         (org-calc-default-modes): New option.
970         (orgtbl-make-binding): Use `defun' to get better help display.
971         (org-diary): Call `org-compile-prefix-format'.
972         (org-table-formula-substitute-names): New function.
973         (org-agenda-day-view, org-agenda-week-view): New commands.
974         (org-agenda-toggle-week-view): Command removed.
975         (org-tbl-menu): Split off from org-org-menu.
976         (org-mode): Move removal of outline-mode menus to here.
977         (org-table-formula-debug): New option.
978         (org-table-insert-row): Keep first field if just "#" or "*".
979         (org-mode): Paragraph regexps fixed.
980         (org-table-recalculate-regexp): New constant.
981         (org-table-justify-field-maybe): Avoid replace if not necessary.
982         (org-copy-special, org-cut-special): Use `call-interactively'.
983         (org-table-copy-region): Take region from `interactive' call.
984         (org-trim): Return string even if no match.
985         (org-formula): New face.
986         (org-set-font-lock-defaults): No longer highlight "FIXME".
987         But highlight formula-related fields in table.
988         (org-table-p): Use regexp, not fontification.
989         (org-table-align): Handle white space at end of line.
990         (org-table-formula-evaluate-inline): New option.
991         (org-mode): Auto-wrapping in comment lines turned off.
992         (org-table-copy-down): Evaluate only in copied field, not in
993         destination.
994         (org-table-current-formula): Variable removed.
995         (org-table-store-formulas, org-table-get-stored-formulas)
996         (org-table-modify-formulas, org-table-replace-in-formulas)
997         (org-table-maybe-eval-formula): New functions.
998         (org-table-get-formula): Modify to use stored formulas.
999         (org-table-insert-column, org-table-delete-column)
1000         (org-table-move-column): Call `org-table-modify-formulas'.
1001         (org-complete): Add completion for keyword formulas.
1002         (orgtbl-mode): Pull orgtbl-mode-map to start of
1003         minor-mode-map-alist.
1005 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1007         * progmodes/python.el (python-check): Require `compile' before
1008         modifying its variables.
1010         * newcomment.el (comment-indent-default): Don't get fooled by an early
1011         end of buffer.
1013 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1015         * ps-print.el (ps-print-version): Fix version number.
1017 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
1019         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
1021 2005-06-28  Richard M. Stallman  <rms@gnu.org>
1023         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
1024         (flyspell-local-mouse-map): Declaration deleted.
1025         (flyspell-mouse-map): Bind only mouse-2.
1026         (flyspell-mode-map): Don't test flyspell-use-local-map.
1027         (flyspell-overlay-keymap-property-name): Var deleted.
1028         (flyspell-mode-on): Don't make local bindings for
1029         flyspell-mouse-map and flyspell-mode-map.
1030         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
1032         * textmodes/ispell.el (ispell-word): Do not ignore short words.
1034         * progmodes/compile.el (compilation-next-error-function):
1035         Don't switch buffers; operate on the current buffer.
1037         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
1039         * comint.el (comint-password-prompt-regexp): Accept ", try again".
1041         * bindings.el (global-map): Bind insertchar and its variants.
1043 2005-06-27  Richard M. Stallman  <rms@gnu.org>
1045         * textmodes/artist.el (artist-text-overwrite)
1046         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
1048 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1050         * ps-print.el: It was not working the page selection for printing.
1051         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
1052         (ps-print-version): New version 6.6.7.
1053         (ps-end-sheet): New fun.
1054         (ps-header-sheet, ps-end-job): Call it.
1056 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
1058         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
1060 2005-06-27  Lute Kamstra  <lute@gnu.org>
1062         * facemenu.el (facemenu-unlisted-faces): Add foreground and
1063         background color faces.
1064         (facemenu-get-face): Delete function.
1065         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
1066         (facemenu-add-new-color): Make second argument mandatory.
1067         Create the appropriate face and return it.  Simplify.
1068         (facemenu-set-foreground, facemenu-set-background): Don't check if
1069         color is defined.  Use return value of facemenu-add-new-color.
1071 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
1073         * progmodes/gud.el (gud-filter): Add missing argument to
1074         with-selected-window.
1076 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1078         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
1079         a :require to the defcustom.
1081         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
1082         defcustoms corresponding to minor modes.
1084 2005-06-26  David Ponce  <david@dponce.com>
1086         * recentf.el: Require tree-widget instead of wid-edit.
1087         (recentf-filename-handler): Fix widget :type.
1088         (recentf-cancel-dialog, recentf-open-more-files)
1089         (recentf-open-files-action): Doc fix.
1090         (recentf-dialog-goto-first): New function.
1091         (recentf-dialog-mode-map): Set parent keymap first.
1092         (recentf-dialog-mode): Define with define-derived-mode.
1093         Don't display continuation lines in dialogs.
1094         (recentf-edit-list): Rename from recentf-edit-selected-items.
1095         (recentf-edit-list-select): Rename from recentf-edit-list-action.
1096         Simplify.
1097         (recentf-edit-list-validate): New function.
1098         (recentf-edit-list): Update accordingly.
1099         (recentf-open-files-item-shift): Remove.
1100         (recentf-open-files-item): Convert menu elements into tree and
1101         link widgets.  Don't create the widgets.
1102         (recentf-open-files): Update accordingly.
1103         (recentf-save-list): Untabify.
1105 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
1107         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
1108         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
1109         partially contained in the active region.  Do not take active
1110         region into account when called from Lisp, unless INTERACTIVE arg
1111         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
1112         avoid trouble with fields.  Make marker point nowhere when no
1113         longer used.  Always return nil.  Doc fix.
1114         (flush-lines): Add INTERACTIVE arg.  Do not take active region
1115         into account when called from Lisp, unless INTERACTIVE arg is
1116         non-nil.  Use `forward-line' instead of `beginning-of-line' to
1117         avoid trouble with fields.  Make marker point nowhere when no
1118         longer used.  Always return nil.  Doc fix.
1119         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
1120         interchangeable.  Do not take active region into account when
1121         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
1122         message in echo area when called from Lisp, unless INTERACTIVE arg
1123         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
1124         Return the number of matches.  Doc fix.
1125         (occur): Doc fix.
1126         (perform-replace): Make comment follow double space convention for
1127         the sake of `outline-minor-mode'.
1129         * faces.el (facep): Doc fix.
1131 2005-06-25  Richard M. Stallman  <rms@gnu.org>
1133         * facemenu.el (facemenu-enable-faces-p): New function.
1134         (facemenu-background-menu, facemenu-foreground-menu)
1135         (facemenu-face-menu): Add menu-enable property.
1137         * jka-compr.el (jka-compr-insert-file-contents):
1138         Special handling if cannot find the uncompression program.
1140         * cus-face.el (custom-face-attributes): Add autoload.
1142         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1143         Bind comment-indent-function locally.
1145         * window.el (save-selected-window): Use save-current-buffer.
1147         * subr.el (with-selected-window): Use save-current-buffer.
1149         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
1150         and with-current-buffer.
1152 2005-06-24  Richard M. Stallman  <rms@gnu.org>
1154         * simple.el (line-move-1): Fix previous change.
1156 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
1158         * replace.el (occur-1): Set `buffer-read-only' and the
1159         buffer-modified flag before running `occur-hook' to protect
1160         against unintentional buffer switches that can lead to data loss.
1162 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
1164         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
1165         (gud-gdb-marker-filter): Use font-lock-warning-face for any
1166         initial error.
1168         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
1169         after fresh input.
1170         (gdb-var-create-handler): Put name of expression in quotes.
1172 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
1174         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
1175         elements of RING in order, and without bogus nil elements.
1177 2005-06-23  Richard M. Stallman  <rms@gnu.org>
1179         * simple.el (set-variable): Args renamed; doc fix.
1180         (line-move-1): When there are overlays around, use vertical-motion.
1182         * faces.el (escape-glyph): Use brown against light background.
1183         (nobreak-space): Rename from no-break-space.
1184         Fix previous change.
1186         * dired-aux.el (dired-do-copy): Fix arg prompt.
1188         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
1190 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
1192         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
1193         rather than "Distributor".
1195 2005-06-23  Lute Kamstra  <lute@gnu.org>
1197         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
1198         (debug-on-entry): Use it.  New interactive declaration that uses
1199         function-called-at-point.
1201 2005-06-23  Kim F. Storm  <storm@cua.dk>
1203         * subr.el (save-match-data): Add comment about using evaporate arg
1204         to set-match-data.
1206 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
1208         * cus-edit.el (customize-face)
1209         (customize-face-other-window): Handle face aliases.
1211         * faces.el (face-documentation, set-face-attribute)
1212         (face-spec-set): Handle face aliases.
1214 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
1216         * help-mode.el (help-make-xrefs): If a symbol representing a face
1217         name is not followed by the word "face", it could still be a
1218         function or variable name, so don't bypass other checks.
1220 2005-06-22  Juri Linkov  <juri@jurta.org>
1222         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
1223         Replace aliased functions with calls where second arg `inherit' is t.
1225 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
1227         * progmodes/gdb-ui.el (gdb-error): New variable.
1228         (gdb-error): New function.
1229         (gdb-annotation-rules): Act on error-begin and error annotations.
1230         (gdb-concat-output): Use font-lock-warning-face for errors.
1232 2005-06-22  Miles Bader  <miles@gnu.org>
1234         * bindings.el (propertized-buffer-identification): Use renamed
1235         `Buffer-menu-buffer' face.
1237         * faces.el (vertical-border): Rename from `vertical-divider'.
1238         (escape-glyph): Change dark-background color back to `cyan'.
1240 2005-06-21  Juri Linkov  <juri@jurta.org>
1242         * faces.el (face-user-default-spec): Try getting `customized-face'
1243         prior to `saved-face'.
1244         (frame-background-mode): Refill docstring.
1246         * emacs-lisp/lisp-mode.el (eval-defun-1):
1247         * emacs-lisp/edebug.el (edebug-eval-defun):
1248         Set `saved-face' temporarily to nil before calling form.
1249         Set `customized-face' to the new spec after that.
1251 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
1253         * subr.el (1value, lambda, key-substitution-in-progress):
1254         Doc fixes.
1256         * autoinsert.el (auto-insert-alist):
1257         * ses.el (ses-call-printer):
1258         * subr.el (noreturn):
1259         * emacs-lisp/lisp.el (check-parens):
1260         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
1261         * net/browse-url.el (browse-url-mosaic):
1262         * progmodes/cc-defs.el (c-safe-scan-lists):
1263         * progmodes/ebnf-abn.el (ebnf-abn-lex):
1264         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
1265         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
1266         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
1267         * progmodes/ebnf-iso.el (ebnf-iso-lex):
1268         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
1270 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
1272         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
1274 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
1276         * calendar/appt.el (appt-make-list): Activate the package, if
1277         not already active (for backwards compatibility).
1279 2005-06-20  Kim F. Storm  <storm@cua.dk>
1281         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
1283 2005-06-20  Miles Bader  <miles@gnu.org>
1285         * faces.el (vertical-divider): New face.
1287 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
1289         * simple.el (kill-whole-line): Doc fix.
1290         (next-error-buffer-p, next-error-find-buffer)
1291         (clone-indirect-buffer): Fix typos in docstrings.
1292         (comment-line-break-function): Doc fix: don't say variable
1293         is automatically buffer-local (it isn't).
1295 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
1297         * net/tramp-ftp.el (top):
1298         * net/tramp-smb.el (top):
1299         * net/tramp-util.el (top):
1300         * net/tramp-uu.el (top):
1301         * net/tramp-vc.el (top):
1302         * net/tramp.el (top): Revert copyright years back to original
1303         ones.  Tramp has a life outside GNU Emacs.
1305 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
1307         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
1309 2005-06-18  Juri Linkov  <juri@jurta.org>
1311         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
1312         end of first regexp to limit the match to the position between
1313         line number and source line with same separator character as used
1314         between file name and line number.  In the second regexp limit
1315         mouse-face area to file name and line number by adding new group
1316         for them and referring it in HYPERLINK arg.
1317         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
1318         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
1319         previous line where grep markers may be already removed.
1321 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
1323         * progmodes/ps-mode.el: Update version and maintainer's email address.
1325 2005-06-18  Steve Youngs  <steve@xemacs.org>
1327         * net/browse-url.el (browse-url-browser-function)
1328         (browse-url-default-browser): Add firefox.
1329         (browse-url-firefox-program, browse-url-firefox-arguments)
1330         (browse-url-firefox-startup-arguments)
1331         (browse-url-firefox-new-window-is-tab): New defcustoms.
1332         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
1334 2005-06-17  Richard M. Stallman  <rms@gnu.org>
1336         * startup.el (command-line): Warn if specified user name has
1337         no home directory.
1339         * term.el (term-get-old-input, term-input-filter, term-input-sender)
1340         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
1342         * longlines.el (longlines-mode, longlines-show-hard-newlines):
1343         Doc fixes.
1345         * faces.el (underline): Try bold if terminal doesn't support underline.
1347         * mail/sendmail.el (mail-setup-with-from): New variable.
1348         (mail-insert-from-field): New function.
1349         (sendmail-send-it): Call it.
1350         (mail-setup): Optionally call it here.
1352         * term/linux.el: Call tty-no-underline.
1354 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
1356         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
1358 2005-06-17  Miles Bader  <miles@gnu.org>
1360         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
1361         (ediff-current-diff-C, ediff-current-diff-Ancestor)
1362         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
1363         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
1364         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
1365         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
1366         Remove "-face" suffix from face names.
1367         (ediff-current-diff-face-A, ediff-current-diff-face-B)
1368         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1369         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1370         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1371         (ediff-even-diff-face-A, ediff-even-diff-face-B)
1372         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1373         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1374         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1375         New backward-compatibility aliases for renamed faces.
1376         (ediff-current-diff-face-A, ediff-current-diff-face-B)
1377         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1378         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1379         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1380         (ediff-even-diff-face-A, ediff-even-diff-face-B)
1381         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1382         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1383         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1384         Use renamed ediff faces.
1386         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
1387         Remove "-face" suffix from face names.
1388         (eshell-test-ok-face, eshell-test-failed-face):
1389         New backward-compatibility aliases for renamed faces.
1390         (eshell-run-test): Use renamed eshell-test faces.
1392         * eshell/em-prompt.el (eshell-prompt):
1393         Remove "-face" suffix from face name.
1394         (eshell-prompt-face): New backward-compatibility alias for renamed face.
1395         (eshell-emit-prompt): Use renamed eshell-prompt face.
1397         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
1398         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
1399         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
1400         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
1401         Remove "-face" suffix from face names.
1402         (eshell-ls-directory-face, eshell-ls-symlink-face)
1403         (eshell-ls-executable-face, eshell-ls-readonly-face)
1404         (eshell-ls-unreadable-face, eshell-ls-special-face)
1405         (eshell-ls-missing-face, eshell-ls-archive-face)
1406         (eshell-ls-backup-face, eshell-ls-product-face)
1407         (eshell-ls-clutter-face):
1408         New backward-compatibility aliases for renamed faces.
1409         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
1411         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
1412         Remove "-face" suffix from face name.
1413         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
1414         instead of literal face.
1416 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
1418         * emacs-lisp/warnings.el (display-warning, lwarn)
1419         (warning-minimum-log-level): Doc fixes.
1420         (warning-minimum-level, warning-minimum-log-level):
1421         Add :debug to :type choices.
1423         * progmodes/ada-mode.el (ada-format-paramlist)
1424         (ada-get-indent-case, ada-check-matching-start)
1425         (ada-check-defun-name, ada-goto-matching-decl-start)
1426         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
1427         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
1428         (ada-make-subprogram-body): Follow error conventions.
1429         (ada-case-exception-file, ada-indent-comment-as-code)
1430         (ada-indent-handle-comment-special, ada-indent-renames)
1431         (ada-indent-return, ada-search-directories-internal)
1432         (ada-tab-policy, ada-case-exception-substring)
1433         (ada-other-file-alist, ada-matching-start-re)
1434         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
1435         (ada-imenu-generic-expression, ada-compile-goto-error)
1436         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
1437         (ada-popup-menu, ada-add-extensions, ada-mode)
1438         (ada-region-selected, ada-create-case-exception)
1439         (ada-create-case-exception-substring, ada-after-keyword-p)
1440         (ada-activate-keys-for-case, ada-adjust-case-region)
1441         (ada-adjust-case-buffer, ada-format-paramlist)
1442         (ada-scan-paramlist, ada-insert-paramlist)
1443         (ada-indent-newline-indent)
1444         (ada-indent-newline-indent-conditional)
1445         (ada-justified-indent-current, ada-goto-previous-word)
1446         (ada-indent-current, ada-get-indent-open-paren)
1447         (ada-get-indent-paramlist, ada-get-indent-end)
1448         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
1449         (ada-get-indent-block-start, ada-get-indent-subprog)
1450         (ada-get-indent-noindent, ada-get-indent-label)
1451         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
1452         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
1453         (ada-goto-stmt-end, ada-goto-next-word)
1454         (ada-check-matching-start, ada-check-defun-name)
1455         (ada-goto-matching-decl-start, ada-goto-matching-start)
1456         (ada-goto-matching-end, ada-search-ignore-string-comment)
1457         (ada-in-decl-p, ada-looking-at-semi-or)
1458         (ada-looking-at-semi-private, ada-in-paramlist-p)
1459         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
1460         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
1461         (ada-next-procedure, ada-previous-procedure, ada-next-package)
1462         (ada-previous-package, ada-create-menu)
1463         (ada-fill-comment-paragraph-justify)
1464         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
1465         (ada-other-file-name, ada-last-which-function-line)
1466         (ada-last-which-function-subprog, ada-which-function)
1467         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
1468         (ada-gen-treat-proc, ada-check-emacs-version)
1469         (ada-continuation-indent, ada-align-region-separate):
1470         Fix typos in docstrings.
1471         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
1473 2005-06-16  Lute Kamstra  <lute@gnu.org>
1475         * simple.el (fundamental-mode): Run after-change-major-mode-hook
1476         conditionally.
1478 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
1480         * comint.el (comint-replace-by-expanded-filename)
1481         (comint-prompt-regexp, comint-delimiter-argument-list)
1482         (comint-preinput-scroll-to-bottom):
1483         * info.el (Info-hide-cookies-node):
1484         * ls-lisp.el (ls-lisp-classify):
1485         * find-file.el (ff-search-directories, ff-special-constructs)
1486         (ff-find-other-file):
1487         * font-lock.el (font-lock-keywords):
1488         * shell.el (shell-prompt-pattern)
1489         (shell-dynamic-complete-functions, shell-mode)
1490         (shell-delimiter-argument-list):
1491         * term.el (term-replace-by-expanded-filename)
1492         (term-prompt-regexp, term-delimiter-argument-list):
1493         * woman.el (woman-ignore, woman0-if):
1494         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
1495         * emacs-lisp/elint.el (elint-init-env):
1496         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
1497         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
1498         * language/ethio-util.el (ethio-tilde-escape)
1499         (ethio-use-three-dot-question):
1500         * net/zone-mode.el (zone-mode-load-time-setup):
1501         * progmodes/cc-align.el (c-lineup-argcont):
1502         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
1503         * progmodes/cperl-mode.el (cperl-set-style-back):
1504         * progmodes/inf-lisp.el (inferior-lisp-prompt):
1505         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
1506         Fix spellings in docstrings.
1508         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
1509         * progmodes/modula2.el (m2-for): Fix spellings.
1511         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
1513         * simple.el (undo-more): Don't use `format' on `error' arguments.
1514         Improve argument/docstring consistency.
1515         (pending-undo-list): Doc fix.
1517         * smerge-mode.el (smerge-ensure-match):
1518         * emulation/vip.el (vip-ex):
1519         * net/zone-mode.el (zone-mode-update-serial):
1520         * progmodes/idlwave.el (idlwave-complete):
1521         * progmodes/vhdl-mode.el (vhdl-visit-file)
1522         (vhdl-compose-wire-components):
1523         Don't use `format' on `error' arguments.
1525         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
1526         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
1527         (tooltip-help-tips): Fix typos in docstrings.
1529 2005-06-16  David Ponce  <david@dponce.com>
1531         * tree-widget.el (tree-widget-value-create): Simplify last change.
1533 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
1535         * ido.el (ido-incomplete-regexp): New variable.
1536         (ido-set-matches-1): Handle invalid-regexp error and set
1537         ido-incomplete-regexp.
1538         (ido-incomplete-regexp): New face.
1539         (ido-completions): Use it.
1540         (ido-complete, ido-exit-minibuffer, ido-completions):
1541         Handle incomplete regexps.
1542         (ido-completions): Add check for complete match when entering a regexp.
1544 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1546         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
1548 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1550         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
1551         by field delimiters.
1553 2005-06-15  David Ponce  <david@dponce.com>
1555         * tree-widget.el: eval-and-compile inlined functions so they will
1556         be available at run-time too.
1557         (tree-widget-super-format-handler)
1558         (tree-widget-format-handler): Remove.
1559         (tree-widget-value-create): Handle the :indent property.
1561 2005-06-15  Miles Bader  <miles@gnu.org>
1563         * progmodes/which-func.el (which-func): Only inherit
1564         `font-lock-function-name-face' when that makes sense against the
1565         default mode-line face, otherwise set the face color explicitly.
1567         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
1568         faces instead of (non-existent) variables.
1570 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1572         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
1573         (iswitchb-get-matched-buffers): Likewise.  Simplify.
1575 2005-06-14  Miles Bader  <miles@gnu.org>
1577         * progmodes/ld-script.el (ld-script-location-counter):
1578         Remove "-face" suffix from face name.
1579         (ld-script-location-counter-face):
1580         New backward-compatibility alias for renamed face.
1581         (ld-script-location-counter-face): Use renamed face.
1583         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
1584         (cperl-hash): Remove "-face" suffix from face names.
1585         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
1586         New backward-compatibility aliases for renamed faces.
1587         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
1588         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
1590         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
1591         name.
1592         (which-func-face): New backward-compatibility alias for renamed face.
1593         (which-func-format): Use renamed which-func face.
1595         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
1596         (vhdl-function, vhdl-directive, vhdl-reserved-word)
1597         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
1598         names.
1599         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
1600         (vhdl-speedbar-configuration, vhdl-speedbar-package)
1601         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
1602         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
1603         (vhdl-speedbar-architecture-selected)
1604         (vhdl-speedbar-configuration-selected)
1605         (vhdl-speedbar-package-selected)
1606         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
1607         names.
1608         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
1609         Use renamed faces.
1610         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
1611         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
1612         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
1613         Use renamed faces.
1614         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
1615         names.
1616         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
1617         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
1618         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
1619         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
1620         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
1621         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
1623         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
1624         face name.
1625         (sh-heredoc-face): New backward-compatibility alias for renamed face.
1626         (sh-heredoc-face): Use renamed sh-heredoc face.
1628         * progmodes/idlw-help.el (idlwave-help-link):
1629         Remove "-face" suffix from face name.
1630         (idlwave-help-link-face):
1631         New backward-compatibility alias for renamed face.
1632         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
1634         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
1635         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
1636         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
1637         New backward-compatibility aliases for renamed faces.
1638         (idlwave-shell-disabled-breakpoint-face)
1639         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
1641         * progmodes/flymake.el (flymake-errline, flymake-warnline):
1642         Remove "-face" suffix from face names.
1643         (flymake-errline-face, flymake-warnline-face):
1644         New backward-compatibility aliases for renamed faces.
1645         (flymake-highlight-line): Use renamed flymake faces.
1647         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1648         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
1649         (ebrowse-member-class, ebrowse-progress):
1650         Remove "-face" suffix from face names.
1651         (ebrowse-tree-mark-face, ebrowse-root-class-face)
1652         (ebrowse-file-name-face, ebrowse-default-face)
1653         (ebrowse-member-attribute-face, ebrowse-member-class-face)
1654         (ebrowse-progress-face):
1655         New backward-compatibility aliases for renamed faces.
1656         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
1657         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
1658         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
1659         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
1661         * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
1662         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
1663         (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
1664         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
1665         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
1666         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
1667         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
1668         New backward-compatibility aliases for renamed faces.
1669         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
1670         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
1671         (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
1672         "font-lock-".  Use renamed antlr-mode faces.
1673         (antlr-font-lock-additional-keywords): Use renamed faces.
1674         Replace literal face-names with face variable references.
1676         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
1677         face name.
1678         (Buffer-menu-buffer-face): New backward-compatibility alias for
1679         renamed face.
1680         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
1682 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
1684         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
1685         Eliminate "-face" suffix.
1686         (makefile-targets): Inherit from font-lock-function-name-face and
1687         eliminate "-face" suffix.
1688         (makefile-shell): Remove attributes and eliminate "-face" suffix.
1689         (makefile-*-font-lock-keywords): Append makefile-targets in rule
1690         actions, instead of prepending, to make it less visible.
1691         (makefile-previous-dependency, makefile-match-dependency):
1692         Don't match a target on a continuation line.
1694         * files.el (auto-mode-alist): Put Makefile in gmake mode.
1696 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
1698         * progmodes/gdb-ui.el (menu): Re-order menu items.
1699         (gdb-tooltip-print): Respect tooltip-use-echo-area.
1701         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
1702         Define in tooltip.el.
1703         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
1704         (gud-tooltip-tips): Respect tooltip-use-echo-area and
1705         gud-tooltip-echo-area.
1707         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
1708         backward compatibility and make obsolete.
1709         (tooltip-help-tips): Use tooltip-use-echo-area.
1710         (tooltip-show-help-function): Rename to...
1711         (tooltip-show-help): ...this, because it is a function.
1712         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
1714 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
1716         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
1717         (edebug-print-length, edebug-print-level, edebug-print-circle)
1718         (edebug-modify-breakpoint, edebug-eval-last-sexp)
1719         (edebug-eval-print-last-sexp): Doc fixes.
1721 2005-06-14  Kim F. Storm  <storm@cua.dk>
1723         * ido.el (ido-mode): Make a new keymap every time we enable ido,
1724         as the coverage buffer/file/both may change.
1726 2005-06-14  Lute Kamstra  <lute@gnu.org>
1728         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
1729         and run-mode-hooks.  Simplify.
1731         * mail/rmailedit.el (rmail-edit-mode):
1732         * progmodes/octave-inf.el (inferior-octave-mode):
1733         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
1735         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
1736         and run-mode-hooks.
1737         (recentf-edit-list, recentf-open-files): Don't call
1738         kill-all-local-variables directly.
1740         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
1742 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
1744         * emacs-lisp/byte-run.el (make-obsolete)
1745         (define-obsolete-function-alias): Rename arguments FUNCTION and
1746         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
1747         (make-obsolete-variable, define-obsolete-variable-alias):
1748         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
1749         respectively.
1751         * isearchb.el (isearchb-activate):
1752         * pcvs.el (cvs-mode):
1753         * ses.el (ses-load):
1754         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
1755         * net/tramp.el (tramp-find-file-exists-command)
1756         (tramp-find-shell):
1757         * progmodes/ada-mode.el (ada-create-case-exception)
1758         (ada-create-case-exception-substring, ada-make-subprogram-body):
1759         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
1760         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
1761         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
1762         * textmodes/org.el (org-promote, org-evaluate-time-range)
1763         (org-agenda-next-date-line, org-agenda-previous-date-line)
1764         (org-agenda-error, org-open-at-point, org-table-move-row)
1765         (org-format-table-table-html-using-table-generate-source)
1766         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
1767         * textmodes/reftex.el (reftex-access-scan-info):
1768         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
1769         (reftex-toc-promote-prepare): Follow error conventions.
1771         * diff-mode.el (diff-mode): Fix typo in docstring.
1773         * forms.el (forms--intuit-from-file): Fix reference to
1774         `forms-number-of-fields' in error message.
1775         (forms-print): Fix quoting in error message.
1777         * forms.el (forms-mode):
1778         * emulation/vi.el (vi-goto-insert-state):
1779         * progmodes/flymake.el (flymake-new-err-info)
1780         (flymake-start-syntax-check-for-current-buffer)
1781         (flymake-simple-cleanup):
1782         * eshell/esh-var.el (eshell/export):
1783         * progmodes/gud.el (xdb):
1784         * textmodes/flyspell.el (flyspell-incorrect-hook)
1785         (flyspell-maybe-correct-transposition)
1786         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
1788 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
1790         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
1791         minibuffer prompt.
1793 2005-06-13  Kim F. Storm  <storm@cua.dk>
1795         * subr.el (add-to-ordered-list): New defun.
1797         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
1798         add cua--keymap-alist to emulation-mode-map-alists.
1800 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1802         * subr.el (complete-in-turn): New macro.
1803         (dynamic-completion-table, lazy-completion-table): Add debug info.
1805         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
1806         in preference to face aliases.
1808         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
1809         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
1810         Remove unused vars `start' and `firstline'.
1811         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
1812         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
1814 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
1816         * cus-start.el (all): Don't complain about missing GTK-related
1817         variables, unless either `gtk' is boundp or this isn't a
1818         `windows-nt' build.
1820 2005-06-13  Lute Kamstra  <lute@gnu.org>
1822         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
1823         run-mode-hooks.
1825         * ediff-mult.el (ediff-meta-mode):
1826         * ediff-util.el (ediff-mode): Use run-mode-hooks.
1828         * ledit.el (ledit-mode): Use delay-mode-hooks.
1830         * woman.el (woman-mode-line-format): Delete constant.
1831         (woman-mode-map): Initialize it properly.
1832         (woman-mode): Set mode-class property to special.
1833         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
1834         Set major-mode and mode-name.  Don't set mode-line-format directly.
1835         (Man-getpage-in-background): Don't reference woman-mode-line-format.
1837         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
1838         string argument obsolete.
1840 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
1842         * textmodes/org.el (org-CUA-compatible): New option.
1843         (org-disputed-keys): New variable.
1844         (org-key): New function.
1845         (orgtbl-make-binding): Add docstring to the created function.
1846         (org-mode): Set paragraph start/separate regexps.
1847         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
1848         (org-archive-location, org-archive-mark-done)
1849         (org-archive-stamp-time): New options.
1850         (org-archive-subtree): New command.
1851         (org-fill-paragraph): New function.
1852         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
1853         (org-fake-empty-table-line): Function removed.
1854         (org-format-org-table-html): Do not create empty table lines at
1855         separator lines.  Improved table header treatment.
1856         (org-link-format): New option.
1857         (org-make-link): New function.
1858         (org-insert-link, org-store-link): Use org-make-link.
1859         (org-open-file): Quote file name for shell command, to allow
1860         spaces in file names.
1861         (org-link-regexp): Fix bug with mailto link.
1862         (org-link-maybe-angles-regexp, org-protected-link-regexp):
1863         New constants.
1864         (org-export-as-html): Deal with the optional angles around a link.
1865         Better treatment of file: links.
1866         (org-open-at-point): Replace @{ and @} with < and >.
1867         (org-run-mode-hooks): Function removed.
1868         (org-agenda-mode): No longer use `org-run-mode-hooks'.
1870 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
1872         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
1873         MI command -data-list-register-values.
1874         (gdb-post-prompt): Indent properly.
1876 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
1878         * hilit-chg.el (highlight-changes-colors): Rename from
1879         `highlight-changes-colours'.
1880         (highlight-changes-colours): Keep as obsolete alias.
1881         (highlight-changes-face-list): Doc fix.
1882         (hilit-chg-make-list): Use `highlight-changes-colors'.
1884 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
1886         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
1887         defun-prompt-regexp.
1889 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
1891         * loadup.el: Don't say we are dumping under 2 names on windows-nt
1892         and cygwin.
1894         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1895         Don't use an old loaddefs.el, as in Makefile.in.
1897 2005-06-12  Lute Kamstra  <lute@gnu.org>
1899         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
1901         * man.el (Man-mode-map): Initialize it properly.
1902         (Man-mode): Set mode-class property to special.
1904         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
1906 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
1908         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
1909         A newline is needed in the docstring there.
1911         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
1912         Doc fixes.
1914 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1916         * printing.el: Doc fix.  The menubar is no more changed when printing
1917         is loaded, it only changes when pr-menu-bind or pr-update-menus is
1918         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
1919         (pr-version): New version number (6.8.4).
1920         (pr-menu-bind): New command.
1921         (pr-update-menus): Docstring and code fix.
1922         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
1923         Docstring fix.
1924         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
1925         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
1927 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
1929         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
1930         "Returns" to "return", document useful return values, etc.
1932 2005-06-11  Alan Mackenzie  <acm@muc.de>
1934         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
1935         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
1936         (adaptive-file-function): Minor amendment to doc-string.
1938 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
1940         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
1941         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
1942         Fix :type--it is `integer', not `string'.
1944         * faces.el (modeline-highlight): Rename from (the erroneous)
1945         `modeline-higilight'.
1947 2005-06-11  Lute Kamstra  <lute@gnu.org>
1949         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
1950         lisp-interaction-mode-map but make it the parent.
1951         (edebug-eval-mode): Use define-derived-mode.
1953 2005-06-11  Andreas Schwab  <schwab@suse.de>
1955         * bindings.el: Add binding of `ESC functionkey' for every
1956         `M-functionkey'.
1957         * hexl.el (hexl-mode-map): Likewise.
1959 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
1961         * progmodes/compile.el (compilation-error-regexp-alist-alist)
1962         [msft]: update regexp for newer msft compilers.
1964 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
1966         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
1967         ATTLIST portions of included DTDs.
1968         (xml-parse-dtd): Eliminate use of inefficient match-data.
1970 2005-06-10  Miles Bader  <miles@gnu.org>
1972         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1973         (mpuz-text): Remove "-face" suffix from face names.
1974         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
1975         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
1976         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
1978         * play/gomoku.el (gomoku-O, gomoku-X):
1979         Remove "-face" suffix from face names.
1980         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
1981         New backward-compatibility aliases for renamed faces.
1982         (gomoku-font-lock-keywords): Use renamed gomoku faces.
1984 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
1986         * thumbs.el: Fixes for changes of 2005-06-09.
1987         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
1988         as a directory.
1989         (thumbs-thumbname): Remove directory separator from format string;
1990         `thumbs-thumbsdir' now returns a valid directory name.
1991         (thumbs-temp-dir): New defsubst.
1992         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
1993         Use it.
1995         * cus-edit.el (minibuffer):
1996         * files.el (make-backup-file-name-function):
1997         * filesets.el (filesets-external-viewers):
1998         * hilit-chg.el (highlight-changes-colours)
1999         (highlight-changes-face-list, highlight-changes-rotate-faces):
2000         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
2001         * kmacro.el (kmacro-call-macro):
2002         * log-edit.el (log-edit-changelog-full-paragraphs):
2003         * mouse.el (mouse-1-click-follows-link):
2004         * skeleton.el (skeleton-autowrap):
2005         * subr.el (insert-for-yank-1):
2006         * tempo.el (tempo-insert-region):
2007         * terminal.el (terminal-emulator):
2008         * time.el (display-time-mail-face):
2009         * vc.el (vc-annotate):
2010         * vcursor.el (vcursor-copy-line):
2011         * woman.el (woman-bold-headings, woman-ignore)
2012         (woman-default-faces, woman-monochrome-faces):
2013         * calendar/todo-mode.el (todo-insert-threshold):
2014         * emulation/pc-select.el (pc-select-selection-keys-only)
2015         (pc-selection-mode):
2016         * emulation/vip.el (vip-find-char-forward):
2017         * emulation/viper-cmd.el (viper-find-char-forward):
2018         * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
2019         (input-method-exit-on-invalid-key):
2020         * international/mule-diag.el (describe-coding-system):
2021         * international/ucs-tables.el (unify-8859-on-encoding-mode):
2022         * net/browse-url.el (browse-url-xterm-program):
2023         * obsolete/lazy-lock.el (lazy-lock-mode):
2024         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
2025         (cperl-mode):
2026         * progmodes/cpp.el (cpp-face-light-name-list)
2027         (cpp-face-dark-name-list):
2028         * progmodes/delphi.el (delphi-newline-always-indents):
2029         Fix spellings in docstrings.
2031         * ido.el (ido-mode, ido-file-extensions-order)
2032         (ido-default-file-method, ido-default-buffer-method)
2033         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
2034         (ido-decorations, ido-read-file-name-as-directory-commands)
2035         (ido-read-file-name-non-ido, ido-work-directory-list)
2036         (ido-ignore-item-temp-list, ido-current-directory)
2037         (ido-magic-forward-char, ido-enter-find-file)
2038         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
2039         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
2041 2005-06-10  Lute Kamstra  <lute@gnu.org>
2043         * play/dunnet.el (dun-mode): Use define-derived-mode.
2044         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
2045         obsolete alias.
2047         * play/doctor.el (doctor-mode-map): Remove defvar.
2048         (doctor-mode): Use define-derived-mode.
2050         * mail/mspools.el (mspools-mode):
2051         * net/eudc-hotlist.el (eudc-hotlist-mode):
2052         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
2054 2005-06-10  Miles Bader  <miles@gnu.org>
2056         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2057         Remove "-face" suffix from face names.
2058         (flyspell-incorrect-face, flyspell-duplicate-face):
2059         New backward-compatibility aliases for renamed faces.
2060         (flyspell-mode-on, make-flyspell-overlay)
2061         (flyspell-highlight-incorrect-region)
2062         (flyspell-highlight-duplicate-region)
2063         (flyspell-display-next-corrections)
2064         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
2066         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
2067         from face name.
2068         (texinfo-heading-face): New backward-compatibility alias for
2069         renamed face.
2070         (texinfo-heading-face): Use renamed texinfo-heading face.
2072         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
2073         suffix from face names.
2074         (tex-math-face, tex-verbatim-face):
2075         New backward-compatibility aliases for renamed faces.
2076         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
2077         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
2078         literal face name.
2080         * textmodes/table.el (table-cell): Remove "-face" suffix from face
2081         name.
2082         (table-cell-face): New backward-compatibility alias for renamed face.
2083         (table--put-cell-face-property, table--update-cell-face):
2084         Use renamed table-cell face.
2086         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
2087         from face name.
2088         (sgml-namespace-face): New backward-compatibility alias for
2089         renamed face.
2090         (sgml-namespace-face): Use renamed sgml-namespace face.
2092         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
2093         (org-level-4, org-level-5, org-level-6, org-level-7)
2094         (org-level-8, org-warning, org-headline-done)
2095         (org-deadline-announce, org-scheduled-today)
2096         (org-scheduled-previously, org-link, org-done, org-table)
2097         (org-time-grid): Remove "-face" suffix from face names.
2098         (org-level-1-face, org-level-2-face, org-level-3-face)
2099         (org-level-4-face, org-level-5-face, org-level-6-face)
2100         (org-level-7-face, org-level-8-face, org-warning-face)
2101         (org-headline-done-face, org-deadline-announce-face)
2102         (org-scheduled-today-face, org-scheduled-previously-face)
2103         (org-link-face, org-done-face, org-table-face)
2104         (org-time-grid-face):
2105         New backward-compatibility aliases for renamed faces.
2106         (org-level-faces, org-set-font-lock-defaults, org-timeline)
2107         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
2108         (org-agenda-get-timestamps, org-agenda-get-scheduled)
2109         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
2111         * emulation/viper-init.el (viper-search, viper-replace-overlay)
2112         (viper-minibuffer-emacs, viper-minibuffer-insert)
2113         (viper-minibuffer-vi): Remove "-face" suffix from face names.
2114         (viper-search-face, viper-replace-overlay-face)
2115         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2116         (viper-minibuffer-vi-face):
2117         New backward-compatibility aliases for renamed faces.
2118         (viper-search-face, viper-replace-overlay-face)
2119         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2120         (viper-minibuffer-vi-face): Use renamed viper faces.
2122         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
2123         Remove "-face" suffix from face names.
2124         (testcover-nohits-face, testcover-1value-face):
2125         New backward-compatibility aliases for renamed faces.
2126         (testcover-mark): Use renamed testcover faces.
2128         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
2129         face name.
2130         (diary-button-face): New backward-compatibility alias for renamed face.
2131         (diary-entry): Use renamed diary-button face.
2133         * calendar/calendar.el (diary, calendar-today, holiday)
2134         (mark-visible-calendar-date): Remove "-face" suffix from face names.
2135         (diary-face, calendar-today-face, holiday-face):
2136         New backward-compatibility aliases for renamed faces.
2137         (eval-after-load "facemenu", diary-entry-marker)
2138         (calendar-today-marker, calendar-holiday-marker, diary-face):
2139         Use renamed calendar faces.
2141         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
2142         (compare-windows-face): New backward-compatibility alias for
2143         renamed face.
2144         (compare-windows-highlight): Use renamed compare-windows face.
2146         * strokes.el (strokes-char): Remove "-face" suffix from face name.
2147         (strokes-char-face): New backward-compatibility alias for renamed face.
2148         (strokes-encode-buffer): Use renamed strokes-char face.
2150         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
2151         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
2152         Remove "-face" suffix from face names.
2153         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2154         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2155         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
2156         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2157         Use renamed pcvs faces.
2158         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
2159         * pcvs-defs.el (cvs-mode-map): Likewise.
2160         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2162         * info.el (info-title-1, info-title-2, info-title-3)
2163         (info-title-4): Remove "-face" suffix from and downcase face names.
2164         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2165         (Info-title-4-face):
2166         New backward-compatibility aliases for renamed faces.
2167         (Info-fontify-node): Use renamed info faces.
2169         * hilit-chg.el (highlight-changes, highlight-changes-delete):
2170         Remove "-face" suffix from face names.
2171         (highlight-changes-face, highlight-changes-delete-face):
2172         New backward-compatibility aliases for renamed faces.
2173         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
2174         (hilit-chg-make-list): Use renamed highlight-changes faces.
2176         * generic-x.el (show-tabs-tab, show-tabs-space):
2177         Remove "-face" suffix from face names.
2178         (show-tabs-tab-face, show-tabs-space-face):
2179         New backward-compatibility aliases for renamed faces.
2180         (show-tabs-generic-mode-font-lock-defaults-1)
2181         (show-tabs-generic-mode-font-lock-defaults-2):
2182         Use renamed show-tabs faces.
2184         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
2185         (smerge-markers): Remove "-face" suffix from face names.
2186         (smerge-mine-face, smerge-other-face, smerge-base-face)
2187         (smerge-markers-face):
2188         New backward-compatibility aliases for renamed faces.
2189         (smerge-mine-face, smerge-other-face, smerge-base-face)
2190         (smerge-markers-face): Use renamed smerge faces.
2192         * log-view.el (log-view-file, log-view-message):
2193         Remove "-face" suffix from face names.
2194         (log-view-file-face, log-view-message-face):
2195         New backward-compatibility aliases for renamed faces.
2196         (log-view-file-face, log-view-message-face): Use renamed log-view faces.
2198         * paren.el (show-paren-match, show-paren-mismatch):
2199         Remove "-face" suffix from face names.
2200         (show-paren-match-face, show-paren-mismatch-face):
2201         New backward-compatibility aliases for renamed faces.
2202         (show-paren-function): Use renamed show-paren faces.
2204         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
2205         (ruler-mode-margins, ruler-mode-fringes)
2206         (ruler-mode-column-number, ruler-mode-fill-column)
2207         (ruler-mode-comment-column, ruler-mode-goal-column)
2208         (ruler-mode-tab-stop, ruler-mode-current-column):
2209         Remove "-face" suffix from face names.
2210         (ruler-mode-default-face, ruler-mode-pad-face)
2211         (ruler-mode-margins-face, ruler-mode-fringes-face)
2212         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
2213         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
2214         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
2215         New backward-compatibility aliases for renamed faces.
2216         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
2217         (ruler-mode-column-number, ruler-mode-fill-column)
2218         (ruler-mode-comment-column, ruler-mode-goal-column)
2219         (ruler-mode-tab-stop, ruler-mode-current-column)
2220         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
2222         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
2223         face name.
2224         (whitespace-highlight-the-space): Use renamed face.
2225         (whitespace-highlight-face): New backward-compatibility alias for
2226         renamed face.
2228         * woman.el (woman-italic, woman-bold, woman-unknown)
2229         (woman-addition, woman-symbol-face):
2230         Remove "-face" suffix from face names.
2231         (woman-italic-face, woman-bold-face, woman-unknown-face)
2232         (woman-addition-face):
2233         New backward-compatibility aliases for renamed faces.
2234         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
2235         (woman-decode-region, woman-replace-match)
2236         (woman-display-extended-fonts, woman-special-characters)
2237         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
2238         Use renamed woman faces.
2240         * longlines.el (longlines-visible-face): Face removed.
2242         * diff-mode.el (diff-header, diff-file-header, diff-index)
2243         (diff-hunk-header, diff-removed, diff-added, diff-changed)
2244         (diff-function, diff-context, diff-nonexistent): Remove "-face"
2245         suffix from face names.
2246         (diff-header-face, diff-file-header-face, diff-index-face)
2247         (diff-hunk-header-face, diff-removed-face, diff-added-face)
2248         (diff-changed-face, diff-function-face, diff-context-face)
2249         (diff-nonexistent-face): New backward-compatibility aliases for
2250         renamed faces.
2251         (diff-header-face, diff-file-header-face)
2252         (diff-index, diff-index-face, diff-hunk-header)
2253         (diff-hunk-header-face, diff-removed, diff-removed-face)
2254         (diff-added, diff-added-face, diff-changed-face, diff-function)
2255         (diff-function-face, diff-context-face, diff-nonexistent)
2256         (diff-nonexistent-face): Use renamed diff-mode faces.
2258         * progmodes/compile.el (compilation-warning-face)
2259         (compilation-info-face): Remove "-face" suffix from face names.
2260         (compilation-warning-face, compilation-info-face):
2261         New backward-compatibility aliases for renamed faces.
2262         (compilation-warning-face, compilation-info-face):
2263         Use renamed compilation faces.
2265         * add-log.el (change-log-date, change-log-name)
2266         (change-log-email, change-log-file, change-log-list)
2267         (change-log-conditionals, change-log-function)
2268         (change-log-acknowledgement): Remove "-face" suffix from face names.
2269         (change-log-date-face, change-log-name-face)
2270         (change-log-email-face, change-log-file-face)
2271         (change-log-list-face, change-log-conditionals-face)
2272         (change-log-function-face, change-log-acknowledgement-face):
2273         New backward-compatibility aliases for renamed faces.
2274         (change-log-font-lock-keywords): Use renamed change-log faces.
2276         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
2277         (custom-set, custom-changed, custom-saved, custom-button)
2278         (custom-button-pressed, custom-documentation, custom-state)
2279         (custom-comment, custom-comment-tag, custom-variable-tag)
2280         (custom-variable-button, custom-face-tag, custom-group-tag-1)
2281         (custom-group-tag): Remove "-face" suffix from face names.
2282         (custom-magic-alist, custom-magic-value-create)
2283         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
2284         (custom-invalid-face, custom-rogue-face, custom-modified-face)
2285         (custom-set-face, custom-changed-face, custom-saved-face)
2286         (custom-button-face, custom-button-pressed-face)
2287         (custom-documentation-face, custom-state-face)
2288         (custom-comment-face, custom-comment-tag-face)
2289         (custom-variable-tag-face, custom-variable-button-face)
2290         (custom-face-tag-face, custom-group-tag-face-1)
2291         (custom-group-tag-face):
2292         New backward-compatibility aliases for renamed faces.
2294         * wid-edit.el (widget-documentation, widget-button)
2295         (widget-field, widget-single-line-field, widget-inactive)
2296         (widget-button-pressed): "-face" suffix removed from face names.
2297         (widget-documentation-face, widget-button-face)
2298         (widget-field-face, widget-single-line-field-face)
2299         (widget-inactive-face, widget-button-pressed-face):
2300         New backward-compatibility aliases for renamed faces.
2301         (widget-documentation-face, widget-button-face)
2302         (widget-button-pressed-face, widget-specify-field)
2303         (widget-specify-inactive): Use renamed widget faces.
2305 2005-06-10  Kenichi Handa  <handa@m17n.org>
2307         * term/x-win.el (x-clipboard-yank): Remove condition-case
2308         wrapping.
2310 2005-06-11  Kenichi Handa  <handa@m17n.org>
2312         * add-log.el (change-log-font-lock-keywords): Make the regexp for
2313         date lines stricter.
2315 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
2317         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
2318         of x-get-selection.
2320 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
2322         * comint.el (comint-mode, comint-snapshot-last-prompt):
2323         * frame.el (frame-current-scroll-bars):
2324         * term.el (term-mode, term-check-proc, term-input-sender)
2325         (term-simple-send, term-extract-string, term-word)
2326         (term-match-partial-filename):
2327         * window.el (window-current-scroll-bars):
2328         * emulation/cua-base.el (cua-normal-cursor-color)
2329         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
2330         (cua-global-mark-cursor-color):
2331         * mail/undigest.el (rmail-forward-separator-regex):
2332         Fix typos in docstrings.
2334         * comint.el (comint-check-proc, make-comint-in-buffer)
2335         (comint-source-default): Doc fixes.
2337         * term.el (term-send-string): Improve argument/docstring
2338         consistency.
2340 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
2342         * comint.el (comint-send-input): Bind `inhibit-read-only' around
2343         call to `delete-region'.
2344         (comint-mode-hook): Do not enable Font Lock by default.
2346 2005-06-09  Lute Kamstra  <lute@gnu.org>
2348         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
2349         could be void.
2351 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2353         * emacs-lisp/debug.el (debugger-will-be-back): New var.
2354         (debug): Use it.
2355         (debugger-step-through, debugger-continue, debugger-jump)
2356         (debugger-return-value): Set it when needed.
2357         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
2358         Use inhibit-read-only.
2360 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
2362         * window.el (shrink-window-if-larger-than-buffer)
2363         (window-size-fixed): Fix typo in docstring.
2365         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
2366         thumbnails directory on loading.
2367         (thumbs-conversion-program): Use `eq' to check the system type,
2368         not `equal'.
2369         (thumbs-temp-dir): Initialize to `temporary-file-directory',
2370         not "/tmp".  Fix docstring.
2371         (thumbs-thumbsdir): New function to return the thumbnails
2372         directory, creating it if needed.
2373         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
2374         (thumbs-temp-file): Delete variable and make it into a function.
2375         (thumbs-resize-image, thumbs-modify-image): Use it.
2376         (thumbs-kill-buffer): Simplify.
2377         (thumbs-gensym): Defalias or duplicate CL `gensym'.
2378         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
2379         docstrings.
2381 2005-06-09  Kim F. Storm  <storm@cua.dk>
2383         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
2384         set-match-data to free markers in match-data.
2386         * replace.el (replace-match-data): Pass RESEAT arg `t' to
2387         match-data to unchain markers in match-data.
2389 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2391         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
2392         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
2393         unnecessary now.
2395 2005-06-08  Richard M. Stallman  <rms@gnu.org>
2397         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
2398         give the variable a doc string that doesn't say don't set it directly.
2400         * textmodes/ispell.el (ispell-check-version):
2401         Use match-string-no-properties.
2402         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
2403         (ispell-buffer-local-words): Likewise.
2405         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
2406         except on terminals with enough colors to really display it.
2407         (makefile-dependency-regex): Delete spurious `bb'.
2409         * faces.el (escape-glyph): Use blue once again in last case.
2410         (no-break-space): Redefine so that it isn't invisible on a tty.
2412 2005-06-08  Kim F. Storm  <storm@cua.dk>
2414         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
2415         also when reading directory name.
2417 2005-06-08  Lute Kamstra  <lute@gnu.org>
2419         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
2420         (flyspell-mode-line-string): Remove autoload cookie.
2421         (flyspell-mode): Remove defvar.
2423 2005-06-07  Lute Kamstra  <lute@gnu.org>
2425         * textmodes/org.el (org-run-mode-hooks): New function.
2426         (org-agenda-mode): Use it.
2428 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
2430         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
2432 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2434         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
2436 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
2438         * font-lock.el (font-lock-add-keywords): Doc fix.
2440 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2442         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
2443         (tex-compile-default): In the absence of any history, use the order in
2444         tex-compile-alist to choose the preferred command.
2445         (tex-compile-commands): Reorder a bit.
2447         * textmodes/flyspell.el (flyspell-auto-correct-binding)
2448         (flyspell-incorrect-face, flyspell-duplicate-face):
2449         Use (X)Emacs-agnostic code.
2450         (flyspell-mode-map): Don't overwrite at each load.  Remove code
2451         redundant with the subsequent add-minor-mode.  Merge Emacs and
2452         XEmacs code.
2453         (flyspell-word): Minor simplification.
2454         (flyspell-math-tex-command-p): Quieten the byte-compiler.
2455         (flyspell-external-point-words): Remove unused vars `size' and `start'.
2456         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
2457         Merge the corresponding Emacs code.
2458         (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
2460         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
2461         a dedicated window.
2463         * international/latexenc.el (latexenc-find-file-coding-system):
2464         Undo part of last patch, to turn off a compiler warning.
2466 2005-06-06  Juri Linkov  <juri@jurta.org>
2468         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
2469         Rename `tmm-inactive-face' to `tmm-inactive'.
2471 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
2473         * iswitchb.el: Rename faces.
2475 2005-06-06  Kim F. Storm  <storm@cua.dk>
2477         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
2478         (cua-global-mark): Remove -face suffix from face names.
2480         * emulation/cua-gmrk.el (cua--init-global-mark):
2481         Remove cua-global-mark face setup.
2483 2005-06-06  Richard M. Stallman  <rms@gnu.org>
2485         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
2486         just like other allowed characters.
2487         (makefile-match-dependency): Exclude leading and training whitespace
2488         from the range of regexp subexp 1.
2489         (makefile-macroassign-regex): Don't try to match the body,
2490         just the name of the macro being defined.
2492         * info.el (Info-read-node-name-2): New function.
2493         (Info-read-node-name-1): Use that.
2494         Add a completion-base-size-function property.
2496         * simple.el (completion-setup-function): Look for
2497         completion-base-size-function property of
2498         minibuffer-completion-table.
2500         * files.el (locate-file-completion): Doc fix.
2502         * printing.el: Don't call pr-update-menus; user must do that.
2504         * emacs-lisp/debug.el (debugger-window): New variable.
2505         (debug): Use debugger-window if it is set and still alive.
2506         Record debugger-window for next entry.
2508         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
2510 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
2512         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
2513         (hack-one-local-variable, hack-local-variables)
2514         (hack-local-variables-prop-line): Pass that arg.
2516 2005-06-06  Kim F. Storm  <storm@cua.dk>
2518         * ido.el (ido-first-match, ido-only-match, ido-subdir)
2519         (ido-indicator): Remove -face suffix from face names.
2521 2005-06-06  Juri Linkov  <juri@jurta.org>
2523         * font-lock.el (font-lock-regexp-backslash)
2524         (font-lock-regexp-backslash-construct): New faces.
2525         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
2526         after `('.  Add `while-no-input' to control structures.
2528         * faces.el (no-break-space, shadow): New faces.
2529         (escape-glyph): Use less loud colors pink2 and red4.
2531         * diff-mode.el (diff-context-face)
2532         * dired.el (dired-ignored)
2533         * rfn-eshadow.el (file-name-shadow)
2534         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
2536         * info.el (Info-title-1-face): Use green instead of yellow because
2537         bold yellow is not readable on light backgrounds.
2539         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
2540         before selecting the desired mode to not spend time fontifying
2541         old contents.
2543 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
2545         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
2546         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
2548         * ps-print.el (ps-default-fg, ps-default-bg):
2549         Fix typos in docstrings.
2551         * isearchb.el (isearchb): Don't pass a spurious second argument to
2552         `iswitchb-completions'.
2554 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
2556         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
2557         to preserve point.
2558         (gdb-find-file-hook): Add doc string.
2560         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
2561         C dereferenced pointer expression.
2562         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
2564         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
2566         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
2567         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
2568         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
2569         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
2570         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
2571         Make background transparent.
2573 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
2575         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
2576         (font-lock-remove-keywords): Doc fix.
2577         (font-lock-mode-major-mode): Compiler defvar.
2578         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
2580         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
2581         (font-lock-mode): Update `font-lock-mode-major-mode'.
2582         (font-lock-set-defaults): Compiler defvar.
2583         (font-lock-default-function): Take `font-lock-mode-major-mode'
2584         into account.
2586         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
2587         keep track of which major mode it enabled the minor mode for.
2588         Use find-file-hook again.  Update docstring.
2590         * simple.el (eval-expression-print-level)
2591         (eval-expression-print-length, eval-expression-debug-on-error):
2592         Doc fixes.
2594 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
2596         * iswitchb.el (iswitchb-single-match-face)
2597         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
2598         (iswitchb-invalid-regexp-face): New faces.
2599         (iswitchb-completions): Use them.
2600         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
2601         now marked as an obsolete alias.
2602         (iswitchb-read-buffer): Remove check for bound font variables.
2603         (iswitchb-invalid-regexp): New free variable.
2604         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
2605         set iswitchb-invalid-regexp.
2606         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
2607         invalid regexps.
2608         (iswitchb-completions): Add check for complete match when entering
2609         a regexp.
2610         (iswitchb-completions): Remove require-match argument.
2611         (iswitchb-exhibit): Fix caller.
2612         (iswitchb-common-match-inserted): New variable.
2613         (iswitchb-complete, iswitchb-completion-help): Use it.
2615 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
2617         * url-http.el (url-http-chunked-encoding-after-change-function):
2618         Use `url-http-debug' instead of `message'.
2620 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
2622         * url-http.el (url-http-parse-headers): Pass redirected URL as a
2623         callback argument.
2625 2005-06-04  Kim F. Storm  <storm@cua.dk>
2627         * simple.el (line-move): Only call sit-for when moving backwards.
2629         * ido.el (ido-make-merged-file-list-1): New defun split from
2630         ido-make-merged-file-list.
2631         (ido-make-merged-file-list): Bind throw-on-input around call to
2632         ido-make-merged-file-list-1.  Return input-pending-p if
2633         interrupted by more input available.
2634         (ido-read-internal): Handle input-pending-p return value from
2635         ido-make-merged-file-list.
2637 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2639         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
2640         compatibility code.
2642         * international/latexenc.el (latexenc-find-file-coding-system):
2643         Don't inherit the EOL part of the coding-system from the
2644         tex-main buffer.  Fit within 80 columns.
2646 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
2648         * tmm.el (tmm-inactive-face): New face.
2649         (tmm-remove-inactive-mouse-face): New function.
2650         (tmm-prompt, tmm-add-one-shortcut)
2651         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
2652         but not selectable.
2654 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
2656         * faces.el (face-equal): Improve argument/docstring consistency.
2658 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
2660         * progmodes/make-mode.el (makefile-targets-face)
2661         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
2662         (makefile-bsdmake-dependency-regex)
2663         (makefile-makepp-rule-action-regex)
2664         (makefile-bsdmake-rule-action-regex): New constants.
2665         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
2667         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2668         Allow (...) within `...' for makepp messages.
2670 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
2672         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
2674         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
2675         "." files are deleted from all file lists before comparison.
2677         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
2678         (viper-ESC-key): Made them customizable.
2680         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
2682 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
2684         * autorevert.el (auto-revert-buffers): Use save-match-data.
2686 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2688         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
2689         menu items with a nil command binding.
2691 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
2693         * emacs-lisp/cl-macs.el (defsetf):
2694         Improve argument/docstring consistency.
2696         * faces.el (list-faces-display): Improve the formatting by
2697         computing the maximum length required for any face-name (reworked
2698         patch of 1999-01-11, accidentally deleted on 1999-07-21).
2699         (internal-find-face): Remove redundant info in docstring.
2701 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
2703         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
2704         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
2705         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
2706         (gdb-assembler-custom): Improve regexps.
2707         (def-gdb-auto-update-handler): Use window point to preserve point.
2709 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2711         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
2713 2005-05-31  Jay Belanger  <belanger@truman.edu>
2715         * calc/calc-embed.el (calc-embedded-word): Change argument passed
2716         to calc-embedded.
2717         (calc-embedded-make-info): Have plain prefix argument select
2718         entire line.
2720 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
2722         * faces.el (list-faces-display): Signal error if passed a regexp
2723         that matches no face name.
2725         * simple.el (filter-buffer-substring): Fix typo in docstring.
2727 2005-05-31  Richard M. Stallman  <rms@gnu.org>
2729         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
2730         (vhdl-emacs-21): Doc fix.
2731         (vhdl-mode): Unconditionally set comment-padding.
2732         (vhdl-fixup-whitespace-region): Insert spaces only where
2733         there are none.
2734         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
2736 2005-05-30  John Wiegley  <johnw@newartisans.com>
2738         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
2739         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
2740         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
2741         `directory-sep-char' to ?/, and all uses of `string-to-int' to
2742         `string-to-number'.
2744 2005-05-30  Jay Belanger  <belanger@truman.edu>
2746         * calc/calc.el (calc-bug-address): Fix docstring.
2747         (calc-window-hook, calc-trail-window-hook): New variables.
2748         (calc-trail-display): Restore use of calc-trail-window-hook.
2749         (calc): Restore use of calc-window-hook.
2751 2005-05-31  Masatake YAMATO  <jet@gyve.org>
2753         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
2755         * help-fns.el (help-C-file-name): Add autoload mark for
2756         `find-function-noselect'.
2758 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2760         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
2761         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
2763 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
2765         * calendar/diary-lib.el (mark-included-diary-files): Only kill
2766         included diary buffer if it was not already being visited.
2767         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
2769         * calendar/icalendar.el (top-level): Do not require 'appt.
2771         * mail/supercite.el (sc-select-attribution): Only use a list
2772         element from sc-attrib-selection-list if it returns a string.
2773         Reported by Davide G. M. Salvetti <salve@debian.org>.
2775 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
2777         * thumbs.el (thumbs-thumbname): The resulting thumbname now
2778         includes a hash value to improve its uniqueness, and has a ".jpg"
2779         extension.  Also, it is now a valid filename on all systems.
2780         (thumbs-make-thumb): Use `let', not `let*'.
2781         (thumbs-show-thumbs-list): Check for JPEG availability.
2783 2005-05-30  Richard M. Stallman  <rms@gnu.org>
2785         * filesets.el (filesets-menu-ensure-use-cached):
2786         Prevent warning when emacs-version>= is undefined.
2788         * printing.el (pr-interactive-n-up): Use string-to-number.
2790         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
2792         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2793         Warn only when name to be defined is quoted.
2795 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
2797         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
2798         Make regexp more robust.
2799         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
2800         Force regeneration of disassembly.
2802 2005-05-29  Jay Belanger  <belanger@truman.edu>
2804         * calc/calc.el (calc-user-invocation): Check if
2805         calc-invocation-macro is non-nil.
2807 2005-05-29  Juri Linkov  <juri@jurta.org>
2809         * add-log.el (change-log-font-lock-keywords):
2810         Add `+' to e-mail regexp to accept mail address with keywords.
2812         * man.el (Man-name-regexp): Add `:' to accept qualified names.
2814 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
2816         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
2818         * ielm.el (inferior-emacs-lisp-mode): Ditto.
2820 2005-05-29  Richard M. Stallman  <rms@gnu.org>
2822         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2823         Undo the change that moves to end of the current word.
2825 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
2827         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
2828         Throw error when count <= 0 to ensure input is a number.
2829         (gdb-read-memory-custom): Pick up address from buffer.
2830         (gdb-memory-mode): Allow user to increment and decrement
2831         memory address from header line.
2833 2005-05-29  Richard M. Stallman  <rms@gnu.org>
2835         * flyspell.el (flyspell-version): Function deleted.
2836         (flyspell-auto-correct-previous-hook): Doc fix.
2838         * jit-lock.el (jit-lock-function, jit-lock-after-change):
2839         Do nothing if memory is full.
2841         * font-lock.el (font-lock-fontify-syntactically-region):
2842         Pass t for GREEDY to looking-back.
2844         * saveplace.el (save-place-alist-to-file): Write the file
2845         using write-region.
2847         * subr.el (looking-back): New argument GREEDY.
2849         * progmodes/compile.el (compilation-start): Set the mode
2850         before inserting the initial text.
2852         * progmodes/which-func.el (which-func-update-1): Turn the mode
2853         off in case of error by setting which-func-mode.
2855 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
2857         * flyspell.el (flyspell-auto-correct-previous-word):
2858         Narrow down to what's on the screen, and recenter overlays
2859         at the end of the next word.
2861 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
2863         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
2864         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
2865         (flyspell-abbrev-p): Default to nil.
2866         (flyspell-use-global-abbrev-table-p): Doc fix.
2867         (flyspell-large-region): Allow nil as value.
2868         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
2870         (mail-mode-flyspell-verify): More robust handling
2871         of `mail-header-separator'.  More efficient signature detection.
2872         Allow for regexp metacharacters in message-header-separator.
2873         Adding `To' not to be checked in mail-mode-flyspell-verify.
2875         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
2876         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
2877         Bind flyspell-auto-correct-binding.
2878         Bind C-. and C-, .
2879         (flyspell-mode-map): Likewise.
2880         (flyspell-mode): Doc fix.
2881         (flyspell-accept-buffer-local-defs): Preserve current buffer.
2882         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
2883         (flyspell-word-cache-result): New var, always local.
2884         (flyspell-check-pre-word-p): Doc fix.
2885         (flyspell-check-changed-word-p): Handle spc like newline.
2886         (flyspell-post-command-hook): Set flyspell-word-cache-result.
2887         (flyspell-word-search-backward, flyspell-word-search-forward):
2888         New functions.
2889         (flyspell-word): Return t if nothing to check.
2890         When parsing TeX code, check for after } or \.
2891         Use flyspell-word-search-backward to find previous word.
2892         Return nil if duplicated word.
2893         For word already checked, return same value as last time.
2894         Set flyspell-word-cache-result after checking.
2895         Don't clobber the return value.
2896         (flyspell-get-word): Major rewrite.
2897         (flyspell-external-point-words): New locals pword, pcount.
2898         Fix size used in progress message.
2899         Find the proper corresponding word in flyspell-large-region-buffer.
2900         (flyspell-region): Check for flyspell-large-region = nil.
2901         (flyspell-highlight-incorrect-region): Clean up overlays in region.
2902         (flyspell-auto-correct-word): Check that WORD is a cons.
2903         (flyspell-correct-word): Likewise.
2905 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
2907         * progmodes/make-mode.el (makefile-rule-action-regex)
2908         (makefile-macroassign-regex, makefile-makepp-mode)
2909         (makefile-bsdmake-mode): Continuation lines may be empty.
2910         Reported by Joshua Varner.
2911         (makefile-makepp-font-lock-keywords): Add $(stem).
2913 2005-05-28  Karl Berry  <karl@gnu.org>
2915         * textmodes/tex-mode.el: Now that tex-send-command calls
2916         shell-quote-argument (2005-03-31 change), remove all calls to
2917         shell-quote-argument; they all end up invoking tex-send-command.
2918         The double quoting loses on filenames with non-safe characters,
2919         such as "@".  Reported by Frederik Fouvry.
2921 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
2923         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
2924         about preserving point.
2926 2005-05-27  Jay Belanger  <belanger@truman.edu>
2928         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
2929         Info-goto-node.
2931         * calc/calc-embed.el (calc-embed-arg): New variable.
2932         (calc-do-embedded-activate, calc-embedded-activate-formula)
2933         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
2934         variable by new variable.
2935         (calc-embedded-make-info): Replace undeclared variable by new
2936         variable.  When selecting region with positive prefix
2937         argument, use end of previous line instead of beginning of line.
2939         * calc/calc-aent.el (calc-arg-values): Declare it.
2941         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
2942         Declare them.
2944         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
2946         * calc/calc.el (calc-alg-map): Declare it.
2948         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
2950 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
2952         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
2953         (gdb-registers-buffer, toggle-gdb-all-registers):
2954         Toggle display of floating point registers.
2955         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
2957         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
2958         (toggle-gud-tooltip-dereference):
2959         Rename from gud-toggle-tooltip-dereference.
2961 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2963         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
2965 2005-05-27  Jay Belanger  <belanger@truman.edu>
2967         * calc/calc-prog.el (calc-kbd-report): Remove.
2968         (calc-kbd-query): Rewrite.
2970 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
2972         * image.el (image-library-alist): Move to image.c.
2973         (image-type-available-p): Doc fix.
2975 2005-05-27  Lute Kamstra  <lute@gnu.org>
2977         * calc/calc.el (calc):
2978         * outline.el (outline-1, outline-2, outline-3, outline-4)
2979         (outline-5, outline-6, outline-7, outline-8):
2980         * textmodes/dns-mode.el (dns-mode):
2981         * textmodes/sgml-mode.el (sgml-namespace-face):
2982         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
2983         (tex-verbatim-face, tex-use-reftex):
2984         * textmodes/texinfo.el (texinfo-heading-face):
2985         Specify customization group.
2987         * longlines.el: Don't require easy-mmode.
2988         (longlines-visible-face): Specify customization group.
2990 2005-05-27  Kenichi Handa  <handa@m17n.org>
2992         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
2993         encoding table of windows-1251.
2995         * international/ucs-tables.el (ucs-set-table-for-input):
2996         If translation-table-for-input of a coding system is a symbol, get
2997         its translation-table property.
2999         * international/code-pages.el: Don't register a coding system into
3000         non-iso-charset-alist more than once.
3001         (cp-make-coding-system): Likewise.
3003 2005-05-26  John Wiegley  <johnw@newartisans.com>
3005         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
3006         `eshell-resume-eval' is wrapped in a list, it indicates that the
3007         command was run asynchronously.  In that case, unwrap the value
3008         before checking the delimiter value.
3010         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
3011         character before a space at the end of a line is \, assume the space
3012         is part of the last argument rather than a final argument separator.
3014         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
3015         is in use, and the target is `t' or `nil' (which are the most common
3016         values), don't assume that the symbol target is a buffer.
3018 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
3020         * calendar/calendar.el (calendar-mode-line-format):
3021         Use mode-line-highlight as mouse-face.
3023         * time.el (display-time-string-forms, display-time-update):
3024         Use mode-line-highlight as mouse-face.
3026 2005-05-26  Jay Belanger  <belanger@truman.edu>
3028         * calc/calc.el (calc-language-alist): Remove extra defvar.
3030 2005-05-26  Lute Kamstra  <lute@gnu.org>
3032         * arc-mode.el (archive-mode):
3033         * bookmark.el (bookmark-read-annotation-mode)
3034         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
3035         * bs.el (bs-mode):
3036         * calc/calc-yank.el (calc-edit-mode):
3037         * calc/calc.el (calc-mode, calc-trail-mode):
3038         * calculator.el (calculator-mode):
3039         * chistory.el (command-history-mode):
3040         * comint.el:
3041         * cus-edit.el (custom-mode):
3042         * descr-text.el (describe-text-mode):
3043         * ebuff-menu.el (Electric-buffer-menu-mode):
3044         * ediff-util.el (ediff-mode):
3045         * emacs-lisp/re-builder.el (reb-mode):
3046         * emulation/vi.el (vi-mode-setup):
3047         * emulation/ws-mode.el (wordstar-mode):
3048         * eshell/esh-mode.el (eshell-mode):
3049         * forms.el (forms-mode):
3050         * help-mode.el (help-mode):
3051         * hexl.el (hexl-mode):
3052         * ibuffer.el (ibuffer-mode):
3053         * ielm.el (inferior-emacs-lisp-mode):
3054         * info.el (Info-mode, Info-edit-mode):
3055         * international/swedish.el:
3056         * ledit.el (ledit-from-lisp-mode):
3057         * locate.el (locate-mode):
3058         * mail/rmail.el (rmail-mode):
3059         * mail/rmailedit.el (rmail-edit-mode):
3060         * mail/rmailsum.el (rmail-summary-mode):
3061         * mail/supercite.el (sc-electric-mode):
3062         * net/eudc.el (eudc-mode):
3063         * net/quickurl.el (quickurl-list-mode):
3064         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
3065         * obsolete/ooutline.el (outline-mode):
3066         * obsolete/options.el (Edit-options-mode):
3067         * obsolete/rnews.el (news-mode):
3068         * obsolete/rnewspost.el (news-reply-mode):
3069         * play/5x5.el (5x5-mode):
3070         * play/decipher.el (decipher-mode, decipher-stats-mode):
3071         * play/gomoku.el (gomoku-mode):
3072         * play/snake.el (snake-mode):
3073         * play/solitaire.el (solitaire-mode):
3074         * play/tetris.el (tetris-mode):
3075         * progmodes/ada-mode.el (ada-mode):
3076         * progmodes/antlr-mode.el (antlr-mode):
3077         * progmodes/autoconf.el (autoconf-mode):
3078         * progmodes/dcl-mode.el (dcl-mode):
3079         * progmodes/delphi.el (delphi-mode):
3080         * progmodes/ebrowse.el (ebrowse-tree-mode)
3081         (ebrowse-electric-list-mode, ebrowse-member-mode)
3082         (ebrowse-electric-position-mode):
3083         * progmodes/f90.el (f90-mode):
3084         * progmodes/fortran.el (fortran-mode):
3085         * progmodes/icon.el (icon-mode):
3086         * progmodes/idlw-help.el (idlwave-help-mode):
3087         * progmodes/idlw-shell.el (idlwave-shell-mode):
3088         * progmodes/idlwave.el (idlwave-mode):
3089         * progmodes/inf-lisp.el (inferior-lisp-mode):
3090         * progmodes/m4-mode.el (m4-mode):
3091         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
3092         * progmodes/modula2.el (modula-2-mode):
3093         * progmodes/octave-inf.el (inferior-octave-mode):
3094         * progmodes/octave-mod.el (octave-mode):
3095         * progmodes/pascal.el (pascal-mode):
3096         * progmodes/sh-script.el (sh-mode):
3097         * progmodes/sql.el (sql-mode, sql-interactive-mode):
3098         * progmodes/vhdl-mode.el (vhdl-mode):
3099         * progmodes/xscheme.el (scheme-interaction-mode):
3100         * replace.el (occur-mode):
3101         * ses.el (ses-mode):
3102         * simple.el (completion-list-mode):
3103         * skeleton.el:
3104         * speedbar.el (speedbar-mode):
3105         * term.el (term-mode):
3106         * terminal.el (terminal-edit-mode):
3107         * textmodes/reftex-index.el (reftex-index-mode)
3108         (reftex-index-phrases-mode):
3109         * textmodes/reftex-sel.el (reftex-select-label-mode)
3110         (reftex-select-bib-mode):
3111         * textmodes/reftex-toc.el (reftex-toc-mode):
3112         * wdired.el (wdired-change-to-wdired-mode):
3113         * wid-browse.el (widget-browse-mode):
3114         Use run-mode-hooks.
3116         * array.el (array-mode):
3117         * calendar/todo-mode.el (todo-mode):
3118         * man.el (Man-mode):
3119         * play/landmark.el (lm-mode):
3120         * play/mpuz.el (mpuz-mode):
3121         Use kill-all-local-variables and run-mode-hooks.
3123         * subr.el (delay-mode-hooks): Specify indentation.
3125 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
3127         * xml.el (xml-substitute-special): Don't die for undefined xml entities.
3129 2005-05-26  Jay Belanger  <belanger@truman.edu>
3131         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
3132         of nil.
3134 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
3136         * progmodes/gdb-ui.el (gdb-frame-address):
3137         Rename from gdb-current-address.
3138         (gdb-previous-frame-address): Rename from gdb-previous-address.
3139         (gdb-selected-frame): Rename from gdb-current-frame.
3140         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
3141         (gdb-frame-number): Rename from gdb-current-stack-level.
3142         (gdb-ann3): Match new mode-name for disassembly buffer.
3143         Extend initialization of variables.
3144         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
3145         (gdb-memory-mode): Use mouse-face in header line.
3146         (gdb-assembler-buffer-name): Call it disassembly and give frame
3147         in mode line.
3148         (gdb-source-spec-regexp, gdb-assembler-custom)
3149         (gdb-invalidate-assembler, gdb-frame-handler):
3150         Make robust to leading zeroes in address format.
3152 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
3154         * textmodes/org.el (org-mode): Use `define-derived-mode' to
3155         define `org-mode'.
3156         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
3158 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3160         * log-edit.el (log-edit-changelog-entries): Distinguish between
3161         filenames like xfns.c and fns.c.
3163 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
3165         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
3166         point after reverting.
3167         (Buffer-menu-make-sort-button): Handle the case where
3168         `Buffer-menu-use-header-line' is nil.
3170 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
3172         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
3173         New funcs.  In minibuffer-local-completion-map bind `]', `/'
3174         and `:' to them.
3176 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3178         * startup.el (normal-top-level): Allow modification of load-path while
3179         we're iterating over it.
3181 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
3183         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
3184         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
3185         (thumbs-resize-interactive, thumbs-insert-image)
3186         (thumbs-insert-thumb, thumbs-dired-show-marked)
3187         (thumbs-find-image-at-point, thumbs-delete-images)
3188         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
3189         (thumbs-increment-image-size, thumbs-decrement-image-size):
3190         Fix typos in docstrings.
3192 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
3194         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
3195         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
3196         (cperl-mode): Use them.
3198 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
3200         * window.el (quit-window, shrink-window-if-larger-than-buffer):
3201         Doc fixes.
3203 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
3205         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
3206         Bind C-d to gdb-inferior-io-eof.
3208         * dired.el (dired-dnd-popup-notice): Use message-box.
3210 2005-05-23  Masatake YAMATO  <jet@gyve.org>
3212         * bindings.el (mode-line-major-mode-keymap):
3213         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
3215         * faces.el (mode-line-highlight): New face.
3217         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
3218         as mouse-face.
3220         * bindings.el (top-level, help-echo, mode-line-modified)
3221         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
3222         as mouse-face.
3224 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
3226         * progmodes/cc-engine.el (c-guess-basic-syntax):
3227         Remove spurious call to `zerop'.
3229         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
3231 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
3233         CC Mode update to 5.30.10:
3235         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
3236         could go past the limit in decoration level 2, thereby causing
3237         errors during interactive fontification.
3239         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
3240         the file is evaluated interactively.
3242         * cc-engine.el (c-guess-basic-syntax): Handle operator
3243         declarations somewhat better in C++.
3245         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
3246         make use of `run-mode-hooks' which has been added in Emacs 21.1.
3247         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
3248         (awk-mode): Use it.
3249         (make-local-hook): Suppress warning about obsoleteness.
3251         * cc-engine.el, cc-align.el, cc-cmds.el
3252         (c-append-backslashes-forward, c-delete-backslashes-forward)
3253         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
3254         Compensate for return value from `forward-line' when it has moved
3255         but not to a different line due to eob.
3257         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
3258         `objc-method-intro' and `objc-method-args-cont'.
3260 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
3262         CC Mode update to 5.30.10:
3264         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
3265         in the copyright statement.  Incidentally, change "along with GNU
3266         Emacs" to "along with this program" where it occurs.
3268         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
3269         so that it is interactive, hence can be found by M-x awk-mode
3270         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
3271         <gmorris+emacs@ast.cam.ac.uk>.
3273         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
3274         Mode's regexps.
3276 2005-05-23  Kevin Ryde  <user42@zip.com.au>
3278         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
3279         c-parse-state, to avoid a lisp error (on bad code).
3281 2005-05-23  Lute Kamstra  <lute@gnu.org>
3283         * subr.el (font-lock-defaults): Remove defvar as it's already
3284         defined in font-core.el.
3286         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
3288 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
3290         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
3291         more general and work when GDB variable "print pretty" is on,
3292         as with Emacs, for example.
3294 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
3296         * font-core.el: Update comment.
3298         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3299         Use `after-change-major-mode-hook' instead of `find-file-hook'.
3301         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
3303 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
3305         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
3306         and `yank-handler' in the doc strings.
3308 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3310         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
3312 2005-05-22  Richard M. Stallman  <rms@gnu.org>
3314         * help.el (describe-key): Move print-help-return-message call
3315         out of conditional.
3317         * progmodes/etags.el (list-tags): Use with-no-warnings.
3319         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
3320         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
3321         (starttls-extra-args, starttls-extra-arguments): Add defvars.
3323         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
3325         * language/viet-util.el (viet-viscii-nonascii-translation-table):
3326         Add defvar.
3328         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
3329         Use defvar, not defconst.
3331         * hexl.el (hexl-follow-line): Use with-no-warnings.
3333         * emulation/tpu-extras.el: Use write-file-functions instead of
3334         write-file-hooks.
3336         * dired.el (dired-font-lock-keywords): Fontify files with junk
3337         extensions even if marked by -F.
3339 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
3341         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
3342         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
3343         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
3344         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
3345         (concatenate, list-length, get*, getf, cl-remprop):
3346         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
3347         (etypecase, progv, lexical-let, lexical-let*)
3348         (multiple-value-bind, multiple-value-setq, shiftf):
3349         Improve argument/docstring consistency.
3351         * subr.el (focus-frame, unfocus-frame):
3352         Revert deletion on 2005-05-01.
3354 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
3356         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
3357         doesn't exist.
3359         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
3360         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3362 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
3364         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
3365         already deleted variables: auto-fill-hook, blink-paren-hook,
3366         lisp-indent-hook, inhibit-local-variables, unread-command-event,
3367         suspend-hooks, comment-indent-hook, meta-flag,
3368         before-change-function, after-change-function,
3369         font-lock-doc-string-face.
3371 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
3373         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3375 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
3377         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
3378         rmail-dont-reply-to.
3380 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
3382         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
3383         literal blank when splitting new-header-values.
3385 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
3387         * calendar/cal-menu.el (cal-menu-update): Add separator as a
3388         string so that tmm doesn't create a completion entry for it.
3390         * textmodes/table.el (table-disable-menu): Ditto.
3392 2005-05-21  Richard M. Stallman  <rms@gnu.org>
3394         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
3396         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
3398         * net/rcompile.el (remote-compile): Use compilation-start.
3400         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
3402 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
3404         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
3405         Default to makefile-bsdmake-mode on BSD systems.
3407         * imenu.el (imenu-generic-expression, imenu--generic-function'):
3408         REGEXP may also be a search function now.  The part of doc-string
3409         for describing the structure was 95% identical to that of
3410         `imenu--generic-function'.  Unify it there.
3412         * progmodes/make-mode.el (makefile-imenu-generic-expression):
3413         Use function to find dependencies, because regexp alone is so complex,
3414         it easily goes into an endless loop.
3415         (makefile-makepp-mode): Also add submenu for Perl functions
3416         defined in the makefile.
3417         (makefile-bsdmake-mode): Special imenu-generic-expression no
3418         longer needed, due to function call.
3419         (makefile-match-dependency): Take BOUND into account when checking
3420         if we're through.
3422 2005-05-20  Jay Belanger  <belanger@truman.edu>
3424         * calc/calc-units.el (calc-invalidate-units-table):
3425         Use inhibit-read-only.
3426         (math-build-units-table-buffer): Use view-mode.
3428 2005-05-20  David Kastrup  <dak@gnu.org>
3430         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
3431         easy-menu-add is not a nop on Emacs; and clarify when to call it.
3433 2005-05-20  Lute Kamstra  <lute@gnu.org>
3435         * diff-mode.el (diff-header-face, diff-file-header-face)
3436         (diff-index-face, diff-hunk-header-face, diff-removed-face)
3437         (diff-added-face, diff-changed-face, diff-function-face)
3438         (diff-context-face, diff-nonexistent-face): Put them in the
3439         diff-mode customization group.
3441 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3443         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
3445         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
3447         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
3448         Minor regexp-optimization.
3450 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
3452         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
3453         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
3454         (org-agenda-add-time-grid-maybe): New function.
3455         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
3456         (org-table-create): `dotimes' instead of `mapcar'.
3457         (org-xor): Simplify implementation.
3458         (org-agenda): `inhibit-redisplay' turned on.
3459         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
3460         a consistent line after a state change.
3461         (org-agenda-remove-times-when-in-prefix): New option.
3462         (org-prefix-has-time): New variable.
3463         (org-parse-time-string): Optional argument NODEFAULT.
3464         (org-format-agenda-item): Parse items for time-of-day
3465         specifications and move these into the prefix if possible.
3466         (org-agenda-priority): Get current heading, not previous heading
3467         during agenda remote editing.
3469 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
3471         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
3472         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
3473         (remove-duplicates, delete-duplicates, substitute)
3474         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
3475         (nsubstitute-if-not, find, find-if, find-if-not, position)
3476         (position-if, position-if-not, count, count-if, count-if-not)
3477         (mismatch, search, sort*, stable-sort, merge, member*)
3478         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
3479         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
3480         (intersection, nintersection, set-difference, nset-difference)
3481         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
3482         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
3483         (nsublis, tree-equal): Improve argument/docstring consistency.
3485         * subr.el (send-string, send-region):
3486         Remove obsolescence declaration.
3487         (window-dot, set-window-dot, read-input, show-buffer)
3488         (eval-current-buffer, string-to-int):
3489         Add release number to obsolescence declarations.
3491 2005-05-19  Kim F. Storm  <storm@cua.dk>
3493         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
3494         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
3496 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
3498         * faces.el (list-faces-display): Make back button respect optional
3499         regexp arg.
3501 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
3503         * calculator.el (calculator-radix-grouping-mode)
3504         (calculator-radix-grouping-digits, calculator-displayer)
3505         (calculator-radix-grouping-separator, calculator-copy-displayer):
3506         * dabbrev.el (dabbrev-search-these-buffers-only):
3507         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
3508         (diff-advance-after-apply-hunk, diff-mode-hook)
3509         (diff-minor-mode-prefix):
3510         * imenu.el (imenu-use-popup-menu):
3511         * jit-lock.el (jit-lock-context-time):
3512         * newcomment.el (comment-fill-column, comment-column)
3513         (comment-style, comment-padding, comment-multi-line)
3514         (comment-empty-lines, comment-auto-fill-only-comments):
3515         * reveal.el (reveal-around-mark):
3516         * uniquify.el (uniquify-buffer-name-style)
3517         (uniquify-after-kill-buffer-p)
3518         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
3519         (uniquify-min-dir-content, uniquify-separator)
3520         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
3521         * w32-vars.el (w32-fixed-font-alist):
3522         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3523         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
3524         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
3525         * progmodes/perl-mode.el (perl-indent-level)
3526         (perl-continued-statement-offset, perl-continued-brace-offset)
3527         (perl-brace-offset, perl-brace-imaginary-offset)
3528         (perl-label-offset, perl-indent-continued-arguments)
3529         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
3530         * progmodes/tcl.el (tcl-indent-level)
3531         (tcl-continued-indent-level, tcl-auto-newline)
3532         (tcl-tab-always-indent, tcl-electric-hash-style)
3533         (tcl-help-directory-list, tcl-use-smart-word-finder)
3534         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
3535         (inferior-tcl-source-command):
3536         * textmodes/fill.el (enable-kinsoku):
3537         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
3538         * textmodes/table.el (table-yank-handler):
3539         Specify missing group (and type, if simple) in defcustom.
3541 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
3543         * progmodes/compile.el (compilation-finish-function): Fix defvar.
3545 2005-05-19  Richard M. Stallman  <rms@gnu.org>
3547         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
3549         * subr.el (event-basic-type): Don't get an error.
3550         (left-fringe-p): Function deleted.
3552         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
3553         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
3555         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
3556         in recursive copy.
3558         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
3560         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
3562         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
3563         Call byte-compile-nogroup-warn if appropriate.
3565         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
3566         (compilation-set-window): Don't call left-fringe-p; do it directly.
3568 2005-05-19  Jay Belanger  <belanger@truman.edu>
3570         * calc/calc-graph.el (calc-graph-format-data): Make sure
3571         var-PlotRejects is bound before trying to check its value.
3573 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
3575         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
3576         definition of this variable from reftex-global.el to reftex.el,
3577         because it is needed in the menu.
3579 2005-05-19  Lute Kamstra  <lute@gnu.org>
3581         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
3582         years are fixed.  Don't insert a space after a dash.
3584 2005-05-19  Kim F. Storm  <storm@cua.dk>
3586         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
3588 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
3590         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
3591         strings, because (eq ... ?\\) is fairly frequent.
3593         * progmodes/make-mode.el (makefile-add-this-line-targets):
3594         Simplify and integrate into `makefile-pickup-targets'.
3595         (makefile-add-this-line-macro): Simplify and integrate into
3596         `makefile-pickup-macros.
3597         (makefile-pickup-filenames-as-targets): Simplify.
3598         (makefile-previous-dependency, makefile-match-dependency):
3599         Don't stumble over `::'.
3601 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
3603         * subr.el (post-command-idle-hook, post-command-idle-delay):
3604         Remove obsoletion of post-command-idle-hook and
3605         post-command-idle-delay.
3607         * faces.el (list-faces-display): Provide button when describe-face
3608         is called to take user back to the list of faces.
3610         * help-fns.el (describe-variable): Remove hyperlinks in a
3611         variable's value as these are quite frequently inappropriate.
3613         * follow.el (follow-submit-feedback, follow-mode):
3614         Remove references to post-command-idle-hook.
3616 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
3618         * progmodes/make-mode.el (makefile-previous-dependency)
3619         (makefile-match-dependency): Check for := (and in bsd mode also
3620         !=) to give a better result, even when font-lock is not on.
3622 2005-05-18  Jay Belanger  <belanger@truman.edu>
3624         * calc/calc-help.el (calc-s-prefix-help):
3625         Add `calc-copy-special-constant' to help string.
3627 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
3629         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3631 2005-05-18  Jay Belanger  <belanger@truman.edu>
3633         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
3634         in linear factors are in proper order.
3636 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
3638         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
3639         Support for jurabib.
3641         * textmodes/reftex.el (featurep): Define aliases for overlay
3642         commands, for XEmacs compatibility, and use these aliases in
3643         overlay initializations.
3644         (reftex-highlight): Use `reftex-move-overlay'.
3645         (reftex-unhighlight): Use `reftex-delete-overlay'.
3646         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
3647         (reftex-access-search-path): Use `reftex-uniquify' instead of
3648         `reftex-uniq'
3650         * textmodes/reftex-sel.el (reftex-select-unmark):
3651         Overlay `before-string' property modification enables for Emacs as well.
3652         (reftex-select-item): Use `reftex-delete-overlay'.
3653         (reftex-select-mark): Use `reftex-make-overlay' and
3654         `reftex-overlay-put'.
3655         (reftex-select-unmark): Use `reftex-delete-overlay' and
3656         `reftex-overlay-put'.
3658 2005-05-18  Lute Kamstra  <lute@gnu.org>
3660         * emacs-lisp/lisp.el (check-parens): Fix docstring.
3662 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
3664         * add-log.el (add-change-log-entry):
3665         * array.el (array-make-template, array-reconfigure-rows)
3666         (array-init-max-row, array-init-max-column)
3667         (array-init-columns-per-line, array-init-field-width):
3668         * replace.el (replace-match-maybe-edit, perform-replace):
3669         * textmodes/spell.el (spell-region):
3670         Replace `read-input' by `read-string'.
3672         * forms.el (forms-mode):
3673         * finder.el (finder-compile-keywords):
3674         * shadowfile.el (shadow-read-files):
3675         Replace `eval-current-buffer' by `eval-buffer'.
3677         * terminal.el (te-pass-through):
3678         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
3679         (ange-ftp-raw-send-cmd):
3680         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
3681         (send-process-next-char, telnet-initial-filter, telnet):
3682         Replace `send-string' by `process-send-string'.
3684         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
3685         (prolog-consult-region): Replace `send-string' by
3686         `process-send-string'; replace `send-region' by `process-send-region'.
3688         * progmodes/delphi.el (delphi-log-msg):
3689         Replace `set-window-dot' by `set-window-point'.
3691         * subr.el (window-dot, set-window-dot, read-input, send-string)
3692         (send-region, show-buffer, eval-current-buffer):
3693         Make really obsolete, as the comment says.
3695 2005-05-17  Kim F. Storm  <storm@cua.dk>
3697         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
3698         (cua--init-keymaps): Bind C-return instead of S-return to set
3699         rectangle mark.
3701         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
3702         instead of S-return to toggle/clear rectangle mark.
3704 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
3706         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
3707         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
3708         Also fontify plain strings assigned to variables, mostly so that a
3709         colon has a face and is thus not taken as a dependency separator.
3710         (makefile-previous-dependency): Inline the new matcher, because it
3711         is too complex to work in both directions.
3712         (makefile-match-dependency): Eliminate `backward' arg (see above).
3713         Completely reimplemented so as to not sometimes go into an endless
3714         loop.  It should also be more efficient, because first it only
3715         searches for `:', instead of applying the very complex regexp.
3716         (makefile-mode): Cancel `font-lock-support-mode', because blocks
3717         to be fontified in one piece can be too long for JIT.
3718         Makefiles are never *that* big.
3720 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
3722         * dired.el (dired-mode): Simplify.
3724 2005-05-17  Lute Kamstra  <lute@gnu.org>
3726         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
3727         defcustom for the mode hook variable.
3729         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
3730         Emacs Lisp Reference Manual.
3732 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
3734         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
3735         (evenp, list*):
3736         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
3737         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
3739         * net/tramp-smb.el (tramp-smb-open-connection):
3740         Pass `tramp-chunksize' as fifth (required) argument.
3742 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
3744         * font-lock.el (lisp-font-lock-keywords-1):
3745         Set `font-lock-negation-char-face' for [^...] char group.
3746         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
3748         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
3749         a var, and refine it to mask one more level of nested vars.
3750         (makefile-rule-action-regex): Turn it into a var, and refine it so
3751         it recognizes backslashed continuation lines as belonging to the
3752         same command.
3753         (makefile-macroassign-regex): Refine it so it recognizes
3754         backslashed continuation lines as belonging to the same command.
3755         (makefile-var-use-regex): Don't look at the next char, because it
3756         might be the same one to be skipped by the initial [^$], leading
3757         to an overlooked variable use.
3758         (makefile-make-font-lock-keywords): Remove two parameters, which
3759         are now variables that some of the modes set locally.
3760         Handle dependency and rule action matching through functions, because
3761         regexps alone match too often.  Dependency matching now comes
3762         last, so it can check, whether a colon already matched something else.
3763         (makefile-mode): Inform that font-lock improves makefile parsing
3764         capabilities.
3765         (makefile-match-dependency, makefile-match-action): New functions.
3767 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
3769         * emacs-lisp/cl-extra.el (equalp): Doc fix.
3771         * align.el (align-regexp):
3772         * ansi-color.el (ansi-color-get-face):
3773         * array.el (array-reconfigure-rows, array-init-max-row)
3774         (array-init-max-column, array-init-columns-per-line)
3775         (array-init-field-width):
3776         * dired-aux.el (dired-trample-file-versions):
3777         * dired-x.el (dired-mark-sexp):
3778         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
3779         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
3780         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
3781         * faces.el (face-read-integer):
3782         * files.el (backup-extract-version, insert-directory):
3783         * hexl.el (hexl-insert-decimal-char):
3784         * server.el (server-process-filter):
3785         * shell.el (shell-extract-num):
3786         * startup.el (command-line-1):
3787         * term.el (term-command-hook):
3788         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
3789         (time-stamp-do-number):
3790         * time.el (display-time-update):
3791         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
3792         (timezone-fix-time):
3793         * vms-patch.el (vms-suspend-resume-hook):
3794         * calendar/appt.el (appt-convert-time):
3795         * calendar/cal-bahai.el (mark-bahai-diary-entries):
3796         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
3797         * calendar/cal-islam.el (mark-islamic-diary-entries):
3798         * calendar/calendar.el (calendar-cursor-to-date)
3799         (calendar-star-date):
3800         * calendar/diary-lib.el (diary-attrtype-convert)
3801         (mark-diary-entries, diary-entry-time):
3802         * calendar/solar.el (solar-get-number):
3803         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
3804         * emacs-lisp/re-builder.el (reb-display-subexp):
3805         * emulation/edt.el (edt-set-scroll-margins):
3806         * emulation/tpu-extras.el (tpu-set-scroll-margins):
3807         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
3808         (vip-get-ex-count):
3809         * emulation/viper-ex.el (viper-get-ex-token)
3810         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
3811         * international/fontset.el (fontset-plain-name):
3812         * mail/feedmail.el (feedmail-look-at-queue-directory):
3813         * mail/mailalias.el (mail-get-names):
3814         * mail/rmail.el (rmail-convert-to-babyl-format):
3815         * mail/rmailsum.el (rmail-make-basic-summary-line)
3816         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
3817         (rmail-summary-goto-msg):
3818         * mail/smtpmail.el (smtpmail-read-response):
3819         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
3820         (ange-ftp-vms-add-file-entry):
3821         * play/gametree.el (gametree-looking-at-ply)
3822         (gametree-current-branch-score):
3823         * progmodes/ada-xref.el (ada-prj-find-prj-file)
3824         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
3825         * progmodes/cperl-mode.el (condition-case):
3826         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
3827         (ebrowse-set-member-buffer-column-width)
3828         (ebrowse-select-1st-to-9nth):
3829         * progmodes/etags.el (etags-snarf-tag):
3830         * progmodes/flymake.el (flymake-parse-line):
3831         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
3832         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
3833         (idlwave-shell-menu-def):
3834         * progmodes/ps-mode.el (ps-run-goto-error):
3835         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
3836         (vhdl-speedbar-contract-level):
3837         * term/mac-win.el (x-handle-numeric-switch):
3838         * term/sun-mouse.el (sun-get-frame-data):
3839         * term/w32-win.el (x-handle-numeric-switch):
3840         * term/x-win.el (x-handle-numeric-switch):
3841         * textmodes/ispell.el (ispell-parse-output):
3842         * textmodes/nroff-mode.el (nroff-outline-level):
3843         * textmodes/reftex-cite.el (reftex-bib-sort-year)
3844         (reftex-bib-sort-year-reverse, reftex-format-citation):
3845         * textmodes/reftex-parse.el (reftex-init-section-numbers)
3846         (reftex-section-number):
3847         * textmodes/texinfmt.el (texinfo-paragraphindent):
3848         Replace `string-to-int' by `string-to-number'.
3850         * international/latexenc.el: Add page marker to force the "Local
3851         Variables:" string out of the last page.
3853 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
3855         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
3856         tooltip-change-major-mode.
3857         (gud-tooltip-print-command): Remove case where gud-minor-mode
3858         is gdb ("--fullname").
3859         (gud-tooltip-tips): Turn GUD tooltips off for this case and
3860         explain to user.
3862 2005-05-16  Jay Belanger  <belanger@truman.edu>
3864         * calc/calc-store.el (calc-copy-special-constant): New function.
3866         * calc/calc-ext.el (calc-init-extensions): Add binding for
3867         `calc-copy-special-constant'.
3869         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
3870         for the `calc-copy-special-constant' command.
3872 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
3874         * subr.el (left-fringe-p): New function.
3876         * progmodes/compile.el (compilation-setup): Set local value of
3877         overlay-arrow-string to "" always.
3878         (compilation-set-window): Left fringe then don't scroll.
3879         No left fringe then no arrow and scroll message to top.
3880         (compilation-context-lines): Adjust doc string accordingly.
3882 2005-05-16  Kim F. Storm  <storm@cua.dk>
3884         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
3885         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
3886         (ido-wide-find-dir-or-delete-dir): New command for M-d.
3887         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
3888         (ido-read-file-name): Handle commands with ido property value
3889         equal to find-file as reading a file name, to allow C-d to enter dired.
3890         (ibuffer-find-file): Add ido property with value find-file.
3892 2005-05-15  Kim F. Storm  <storm@cua.dk>
3894         * subr.el (open-network-stream-nowait): Remove.
3895         (open-network-stream-server): Remove.
3897 2005-05-15  Richard M. Stallman  <rms@gnu.org>
3899         * faces.el (describe-face): Output a definition link button.
3901         * help-mode.el (help-face-def): New button type.
3903         * emacs-lisp/copyright.el (copyright-fix-years):
3904         Match properly if the first year is 2-digit.
3905         Don't mess up the whitespace after the years by filling.
3907         * dired-aux.el (dired-mark-confirm):
3908         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
3910         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
3911         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
3912         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
3914         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3915         Set font-lock-comment-start-skip.
3917         * font-lock.el (font-lock-comment-start-skip): New variable.
3918         (font-lock-comment-end-skip): New variable.
3919         (font-lock-fontify-syntactically-region): Use them if non-nil.
3921 2005-05-15  Jay Belanger  <belanger@truman.edu>
3923         * calc/calc-store.el (calc-store-value): Return a string rather
3924         than display it as a message.
3925         Use calc-var-name for variable name.
3926         (calc-store-into): Add the result of calc-store-value to message.
3927         (calc-copy-variable): Add a message.
3928         (calc-store-exchange): Improve error messages.
3929         (calc-store-binary, calc-store-map): Don't reset the values of
3930         special constants.
3932 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
3934         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
3935         manual to docstring.
3937         * files.el (hack-local-variables-confirm): Add STRING argument.
3938         Make the function handle non file visiting buffers correctly.
3939         (hack-local-variables-prop-line, hack-local-variables)
3940         (hack-one-local-variable): Use STRING arg of
3941         `hack-local-variables-confirm'.
3943 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
3945         Sync with Tramp 2.0.49.
3947         * tramp.el (tramp-handle-dired-call-process)
3948         (tramp-handle-insert-directory):`insert-buffer' cannot be used
3949         because the contents of the Tramp buffer is changed before
3950         insertion (`expand-file' and alike).
3951         (tramp-handle-insert-directory): If `localname' has an empty
3952         nondirectory name, it must not be quoted.
3953         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
3954         variable `tramp-chunksize'.  Change callees.
3955         (tramp-open-connection-setup-interactive-shell): Check remote host
3956         for buggy `send-process-string' implementation.
3957         Set `tramp-chunksize' if found.  Reported by Michael Kifer
3958         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
3959         (tramp-handle-shell-command): `insert-buffer' cannot be used
3960         because the contents of the Tramp buffer is changed before
3961         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
3962         <frederic.bothamy@free.fr>.
3963         (tramp-set-auto-save): Actions should be done for Tramp file name
3964         handler only.  Ange-FTP has its own auto-save mechanism.
3965         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3966         (tramp-set-auto-save-file-modes): Set file modes of
3967         `buffer-auto-save-file-name' to ?\600 as fallback solution.
3968         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
3969         (tramp-bug): Remove obsolete variable.
3970         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
3971         for presence of `mml-mode'.  Make it running for older Emacsen as well.
3973 2005-05-14  John Paul Wallington  <jpw@pobox.com>
3975         * ibuf-ext.el (define-ibuffer-filter filename):
3976         If `dired-directory' is a list, use its car.
3978 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
3980         * ibuffer.el (define-ibuffer-column filename):
3981         If `dired-directory' is a list, use its car.
3983 2005-05-14  Richard M. Stallman  <rms@gnu.org>
3985         * subr.el (symbol-file): Doc fix.
3987         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
3988         (byte-compile-form): Call byte-compile-nogroup-warn.
3989         (byte-compile-warning-types): Doc fix.
3991         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
3993         * progmodes/cc-engine.el (c-literal-faces):
3994         Add font-lock-comment-delimiter-face.
3996         * net/net-utils.el (dig): Use with-no-warnings.
3998         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
3999         (sc-recite-frame-alist, sc-default-cite-frame)
4000         (sc-default-uncite-frame, sc-default-recite-frame)
4001         (sc-attrib-selection-list, sc-rewrite-header-list):
4002         Mark as risky-local-variable.
4004         * international/ogonek.el (ogonek-jak, ogonek-how):
4005         Don't use beginning-of-buffer.
4007         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
4009         * calendar/solar.el (solar-data-list): Move definition up.
4011         * dnd.el (dnd-protocol-alist): Add autoload.
4013         * progmodes/sh-script.el: Many doc usage fixes.
4014         (sh-indent-after-do): Change default to match common styles.
4016 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
4018         * files.el (interpreter-mode-alist)
4019         (auto-mode-interpreter-regexp): Doc fixes.
4021 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
4023         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
4025         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
4027 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4029         * dired.el (dired-mode): make-variable-buffer-local =>
4030         make-local-variable.
4032 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4034         * term/mac-win.el (mac-select-convert-to-string): Try coding
4035         systems in mac-script-code-coding-systems if specified one cannot
4036         encode string for `com.apple.traditional-mac-plain-text'.
4038 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
4040         * progmodes/make-mode.el (makefile-targets-face)
4041         (makefile-shell-face, makefile-makepp-perl-face): New faces.
4042         (makefile-dependency-regex): Fix it to not make the colon in
4043         $(var:a=b) special.
4044         (makefile-rule-action-regex): New regexp for highlighting embedded
4045         Shell strings.
4046         (makefile-macroassign-regex): Handle != for highlighting as
4047         embedded Shell strings.
4048         (makefile-var-use-regex): New const.
4049         (makefile-statements, makefile-automake-statements)
4050         (makefile-gmake-statements, makefile-makepp-statements)
4051         (makefile-bsdmake-statements): New consts.
4052         (makefile-make-font-lock-keywords): New function.
4053         (makefile-automake-font-lock-keywords)
4054         (makefile-gmake-font-lock-keywords)
4055         (makefile-makepp-font-lock-keywords)
4056         (makefile-bsdmake-font-lock-keywords): New consts.
4057         (makefile-mode-map): Add switchers between the various submodes.
4058         (makefile-mode): Document the availability of the variants.
4059         (makefile-automake-mode, makefile-gmake-mode)
4060         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
4062         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
4063         new variants of makefile-mode.
4065 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4067         * font-lock.el (font-lock-comment-delimiter-face): Fix up
4068         the inheritance.
4070 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
4072         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
4073         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
4075         * files.el (normal-mode): Extend the scope of the
4076         `enable-local-variables' binding to include the `set-auto-mode' call.
4077         (magic-mode-alist): Doc fix.
4079 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4081         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
4082         font-lock-comment-face rather than copying its setting.
4084 2005-05-12  Andreas Schwab  <schwab@suse.de>
4086         * eshell/esh-mode.el (eshell-send-input): Doc fix.
4088 2005-05-12  Lute Kamstra  <lute@gnu.org>
4090         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
4091         defcustom for the mode hook variable.  Delete the last argument.
4092         * generic-x.el: Fix callers of define-generic-mode.
4093         (generic-x-modes): Delete group.
4094         (show-tabs-tab-face, show-tabs-space-face): Put them in the
4095         generic-x customization group.
4097 2005-05-12  Kim F. Storm  <storm@cua.dk>
4099         * font-lock.el (font-lock-negation-char-face): Default to "off".
4101         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
4102         font-lock-negation-char-face to ! in !=.
4104 2005-05-12  Masatake YAMATO  <jet@gyve.org>
4106         * add-log.el (find-change-log): Fix typos in the docstring
4107         of function.
4109 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4111         * international/latexenc.el (latexenc-find-file-coding-system):
4112         Avoid `re-search-forward' when looking for input encoding because
4113         of speed and safety.  Better regular expressions for recognizing
4114         input encoding.  Limit a search for TeX-master/tex-main-file to
4115         the local variable section.
4117 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
4119         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
4120         syntax of $ to "'" (quote).
4122 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
4124         * dnd.el (dnd-protocol-alist): Improve custom type.
4126         * dired.el (dired-dnd-protocol-alist): New variable.
4127         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
4128         `dired-mode-hook' to the end.
4130 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4132         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
4133         comment-end if comment-start-skip is not set.
4134         Obey the font-lock-comment-delimiter-face variables.
4136 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4138         * files.el (executable-find): Move from executable.el.  Use locate-file.
4139         * progmodes/executable.el (executable-find): Move to files.el.
4141         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
4142         when trying to ensure forward progress.
4144 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
4146         * mouse-sel.el (mouse-sel-follow-link-p): New function.
4147         (mouse-select, mouse-select-internal, mouse-extend-internal):
4148         Use it to implement mouse-1-click-follows-link functionality.
4150 2005-05-11  Richard M. Stallman  <rms@gnu.org>
4152         * font-lock.el (font-lock-fontify-syntactically-region):
4153         Use font-lock-comment-delimiter-face for comment delimiters.
4155 2005-05-10  Jay Belanger  <belanger@truman.edu>
4157         * calc/calc-help.el (calc-m-prefix-help): Add mention of
4158         preserving embedded modes.
4160 2005-05-10  Richard M. Stallman  <rms@gnu.org>
4162         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
4164         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
4165         Move from ada-stmt.el.
4166         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
4168         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
4169         Move to ada-mode.el.
4170         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
4172         * cus-edit.el (custom-file): Call file-chase-links.
4174         * files.el (read-directory-name): Fix previous change.
4175         (hack-local-variables-confirm): New function.
4176         (hack-local-variables-prop-line, hack-local-variables)
4177         (hack-one-local-variable): Use it.
4179 2005-05-10  Lute Kamstra  <lute@gnu.org>
4181         * font-lock.el (font-lock-keywords-alist)
4182         (font-lock-removed-keywords-alist): Clarify docstrings.
4184 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
4186         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
4187         (gdb-source-info): Check for preprocessor info.
4188         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
4189         a macro for a function.
4190         (gdb-info-breakpoints-custom): Try to find file again if not already
4191         found (user might have used GDB dir command).
4192         (gdb-get-location): Update gdb-location-alist correctly for change
4193         to gdb-info-breakpoints-custom.
4195         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
4196         (gud-tooltip-print-command): Add gdbmi case.
4197         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
4198         preprocessor info.
4200 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
4202         * startup.el (fancy-splash-insert): Fix typo in doc string.
4204 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
4206         * obsolete/float.el (string-to-float):
4207         * obsolete/hilit19.el (hilit-add-pattern):
4208         * obsolete/rnews.el (news-parse-range, news-select-message)
4209         (news-get-pruned-list-of-files): Replace `string-to-int' by
4210         `string-to-number'.
4212         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
4213         `find-file-not-found-hooks'; use `add-hook'.
4214         (uncompress-while-visiting): Set `write-file-functions', not
4215         `write-file-hooks'; use `add-hook'.
4217 2005-05-09  Kim F. Storm  <storm@cua.dk>
4219         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
4220         (cua-paste): Handle clipboard action.
4221         (cua--init-keymaps): Remap clipboard-kill-region and
4222         clipboard-kill-ring-save.
4224 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
4226         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4227         Improve commentary.
4229         * simple.el (next-error-overlay-arrow-position): Revert the change
4230         made on 2005-04-30.
4232 2005-05-07  Jay Belanger  <belanger@truman.edu>
4234         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
4235         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
4236         `calc-sel-reselect'.
4238         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
4239         Calc is in embedded mode.
4241 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
4243         * progmodes/compile.el (compilation-setup):
4244         Set overlay-arrow-string to an empty string on text terminals.
4246         * textmodes/ispell.el (ispell-program-name): Try looking for
4247         "aspell" along exec-path, and if found, use it as the default
4248         speller program.
4250 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
4252         * international/mule.el (sgml-xml-auto-coding-function):
4253         Recognize encoding='FOO' in single quotes as well as in double quotes.
4255 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4257         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
4258         as well as `interactive', so that defmacro* would recognize
4259         `declare' forms.
4261 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
4263         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4264         Explain more about the LIGHTER arg's usage in the doc string.
4265         Add commentary to clarify what the code does.  Fix the regexp that
4266         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
4267         since it could have characters special to regular expressions.
4269 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
4271         * replace.el (occur-1): Bind inhibit-read-only so that
4272         erase-buffer doesn't barf on read-only text properties (likewise
4273         for add-text-properties in occur-engine).  Mark buffer as unmodified.
4274         (occur-engine): Don't set buffer-read-only here.
4276 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4278         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
4279         list-buffers-directory.  This caused the *cvs-commit* buffer to be
4280         sometimes mistakenly reused as a *cvs* buffer.
4282 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
4284         * tooltip.el: Move code for GUD tooltips into gud.el.
4285         (require): CL no longer needed to compile case.
4286         (tooltip-mode): Do not toggle functions for GUD tooltips.
4287         (tooltip-gud-tips-p): Remove.  Replace with minor mode
4288         gud-tooltip-mode in gud.el.
4289         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
4290         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
4291         tooltip-gud prefix with gud-tooltip and obsolete.
4292         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
4293         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
4294         (tooltip-mouse-motion): Mouse movement functions/variable.
4295         Rename in gud.el by adding gud prefix.
4296         (tooltip-gud-original-filter, tooltip-gud-dereference)
4297         (tooltip-gud-event, tooltip-toggle-gud-tips)
4298         (tooltip-gud-process-output, tooltip-gud-print-command)
4299         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
4300         gud.el by replacing tooltip-gud prefix with gud-tooltip.
4301         (gdb-tooltip-print): Move to gdb-ui.el.
4303         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
4304         (require): CL needed to compile case.
4305         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
4306         tooltip-gud-tips-p.  Make it a minor-mode.
4307         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
4308         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
4309         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
4310         (gud-tooltip-change-major-mode)
4311         (gud-tooltip-activate-mouse-motions-if-enabled)
4312         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
4313         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
4314         (gud-tooltip-original-filter, gud-tooltip-dereference)
4315         (gud-tooltip-event, tooltip-toggle-gud-tips)
4316         (gud-tooltip-process-output, gud-tooltip-print-command)
4317         (gud-tooltip-tips): Move from tooltip.el.
4319         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
4320         (gdb-cpp-define-alist-flags): Doc fix.
4321         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
4322         gud-tooltip-mode is t.
4324 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4326         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
4327         evaporate if their text is deleted.
4328         (goto-address-at-point): Make it work as a mouse binding as well.
4329         (goto-address-at-mouse): Obsolete it.  Update users.
4331 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
4333         * calendar/appt.el (top-level): No longer activate on load.
4335 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
4337         * calendar/cal-bahai.el (mark-bahai-diary-entries):
4338         * net/webjump.el (webjump):
4339         * progmodes/idlw-help.el (idlwave-do-context-help1)
4340         (idlwave-highlight-linked-completions):
4341         * textmodes/po.el (po-find-file-coding-system-guts):
4342         Replace `assoc-ignore-case' by `assoc-string'.
4344 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
4346         * files.el (locate-file): Doc fix.
4348         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
4349         Remove the redundant test for ms-dos.
4351         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
4352         look for the preprocessor with exec-suffixes.  If not found in
4353         standard places, look in exec-path.  Remove most of the tests that
4354         used system-type.
4356         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
4358         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
4360         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
4361         file-name clash with jka-compr.el on 8+3 filesystems.
4363 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4365         * term/mac-win.el: Don't define or bind scroll bar functions if
4366         x-toolkit-scroll-bars is t.
4367         (x-select-text, x-get-selection-value):
4368         Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
4369         (PRIMARY): Put mac-scrap-name property.
4370         (mac-select-convert-to-file-url): New function.
4371         (public.file-url): New selection target type.  Add to
4372         selection-converter-alist.
4373         (x-get-selection, x-selection-value): Handle it.
4374         (x-cut-buffer-or-selection-value): New alias.
4376 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4378         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
4379         entry to avoid calling bibtex-find-entry with arg global
4380         being t.  Remove arg key.
4381         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
4382         (bibtex-copy-summary-as-kill): Change accordingly.
4384 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4386         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
4387         (org-agenda-date-later): Use with-current-buffer.
4389 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
4391         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
4392         (define-obsolete-variable-alias): Doc Fixes.
4394 2005-05-06  Kim F. Storm  <storm@cua.dk>
4396         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
4397         vertical-motion when selective-display is active.
4399         * ido.el (ido-setup-hook): New hook.
4400         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
4401         (ido-input-stack): New var.
4402         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
4403         ido-next-work-file binding to M-O.
4404         Bind M-f to ido-wide-find-file-or-pop-dir.
4405         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
4406         (ido-read-internal): Run ido-setup-hook.
4407         Catch quit in read-file-name and read-string to cancel edit.
4408         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
4409         Automatically pop-all when completing a directory name (RET).
4410         (ido-file-internal): Add with-no-warnings around ffap and dired code.
4411         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
4412         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
4413         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
4414         New functions for M-b/M-f to move among the directory components.
4415         (ido-make-merged-file-list): Catch quit to cancel merge.
4416         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
4417         (ido-completion-help): No warnings for ido-completion-buffer-full.
4419 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
4421         * font-lock.el (font-lock-negation-char-face): New face and variable.
4422         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
4423         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
4424         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
4425         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
4427 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
4429         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
4430         Fix typo in docstring.
4432         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
4433         (ebrowse-print-statistics-line)
4434         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
4436         * term/w32-win.el (image-library-alist): Add additional name for
4437         Xpm library.
4439 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
4441         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
4442         use gcc instead of cpp.
4444         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
4445         (gdb-create-define-alist): Use it.
4446         (gdb-cpp-define-alist-program): Update for MS-DOS.
4448 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
4450         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
4452 2005-05-04  Richard M. Stallman  <rms@gnu.org>
4454         * help.el (describe-key): No error when UNTRANSLATED is nil.
4456         * simple.el (line-move-1): Fix previous change to signal errors
4457         appropriately.
4459 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
4461         * calendar/icalendar.el (icalendar-version): Now at 0.12.
4462         (icalendar-duration-correction): Remove.
4463         (icalendar--get-event-properties): Split result at commas.
4464         (icalendar--decode-isoduration): New optional argument
4465         DURATION-CORRECTION.
4466         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
4467         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
4468         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
4469         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
4470         (icalendar--convert-anniversary-to-ical): New functions, extracted
4471         from icalendar-export-region, with bug fixes.
4472         (icalendar-export-region): Use the above functions.
4473         (icalendar-import-buffer): Check before saving diary file.
4474         (icalendar--convert-recurring-to-diary)
4475         (icalendar--convert-non-recurring-all-day-to-diary)
4476         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
4477         extracted from icalendar--convert-ical-to-diary, with bug fixes.
4478         (icalendar--convert-ical-to-diary): Use the above functions.
4480 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
4482         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
4483         Remove these recent additions.
4484         (c-mode): Restore to before 2005-04-28.
4486         * progmodes/cc-vars.el (cc-define-list-program): Remove this
4487         recent addition.
4489         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
4490         (gdb-define-alist): New variables.
4491         (gdb-create-define-alist): New function.
4492         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
4493         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
4494         with string-to-number.
4495         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
4497         * progmodes/gud.el: Replace string-to-int with string-to-number.
4498         (gud-find-file): Handle gdb-define-alist.
4500         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
4502 2005-05-02  Jay Belanger  <belanger@truman.edu>
4504         * calc/calc-aent.el (math-read-token):
4505         * calc/calc-bin.el (calc-word-size):
4506         * calc/calc-ext.el (calc-read-number-fancy):
4507         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
4508         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
4509         * calc/calc-frac.el (calc-over-notation):
4510         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
4511         (calc-graph-num-points, calc-graph-init):
4512         * calc/calc-prog.el (calc-read-parse-table-part)
4513         (calc-edit-macro-repeats):
4514         * calc/calc-yank.el (calc-do-grab-rectangle):
4515         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
4516         Replace `string-to-int' by `string-to-number'.
4518 2005-05-02  Kim F. Storm  <storm@cua.dk>
4520         * kmacro.el: Use executing-kbd-macro-index variable.
4522 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
4524         * net/rlogin.el (rlogin-parse-words): Delete func.
4525         (rlogin): Use split-string, not rlogin-parse-words.
4526         Also, if there are option-like elements in the parsed args,
4527         take the host to be the first arg immediately following them.
4528         Suggested by Michael Mauger.
4530 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
4532         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
4534 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
4536         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
4537         (cc-mode-cpp-program): Rename to cc-define-list-program and
4538         move to cc-vars.el.
4540         * progmodes/cc-vars.el (cc-define-list-program):
4541         Change to "gcc -E -dM -".  Make customizable.
4543 2005-05-02  Kim F. Storm  <storm@cua.dk>
4545         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
4547 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
4549         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
4551         * international/mule-util.el (truncate-string): Remove alias and
4552         obsolete declaration.
4554         * international/mule-cmds.el (update-iso-coding-systems):
4555         Remove alias and obsolete declaration.
4557         * international/mule.el (coding-system-parent): Remove alias and
4558         obsolete declaration.
4560         * subr.el (define-function, sref): Remove aliases and obsolete
4561         declarations.
4562         (chars-in-region): Remove obsolete declaration.
4564 2005-05-01  Richard M. Stallman  <rms@gnu.org>
4566         * info.el (Info-mode): Set widen-automatically to nil, locally.
4568         * simple.el (widen-automatically): New variable.
4569         (pop-global-mark): Obey widen-automatically.
4571 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
4573         * term/xterm.el (function-key-map): Call substitute-key-definition
4574         before the keymap size is increased by a lot of define-key calls.
4576 2005-05-01  Richard M. Stallman  <rms@gnu.org>
4578         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
4579         Rename ARG to ELEMENT.  Doc fix.
4581 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
4583         * allout.el (allout-exposure): Remove macro and obsolete declaration.
4584         Remove references to allout-exposure/change to allout-new-exposure.
4586         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
4587         bytecode symbols.
4589         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
4590         (compiled-function-p, focus-frame, unfocus-frame):
4591         Remove aliases and obsolete declarations.
4592         Back out inadvertent changes from previous commit.
4594 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
4596         * files.el (require-final-newline): Make Custom tags consistent
4597         with mode-require-final-newline.
4598         (mode-require-final-newline): Doc fix.
4600 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
4602         * international/latexenc.el (latexenc-find-file-coding-system):
4603         Fix regular expressions.
4605 2005-05-01  David Kastrup <dak@gnu.org>
4607         * international/latexenc.el (latexenc-find-file-coding-system):
4608         Fix regular expressions.
4610 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
4612         * subr.el (string-to-int): Make obsolete.
4614 2005-04-30  Richard M. Stallman  <rms@gnu.org>
4616         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
4618         * loadup.el: load jka-comp-hook.
4620         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
4621         (jka-compr-handler): Add autoload.  `put' calls moved
4622         to jka-comp-hook.el.
4623         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
4624         (jka-compr-inhibit): Autoload.
4626         * jka-comp-hook.el: New file.
4627         Enable the mode by default.
4629         * files.el (backup-buffer-copy): Use copy-file instead
4630         of write-region, and put back the 'excl.
4632 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
4634         * progmodes/flymake.el (flymake-split-string)
4635         (flymake-split-string, flymake-log, flymake-pid-to-names)
4636         (flymake-reg-names, flymake-get-source-buffer-name)
4637         (flymake-unreg-names, flymake-add-line-err-info)
4638         (flymake-add-err-info): Clarify docstrings.
4639         (flymake-popup-menu, flymake-make-emacs-menu)
4640         (flymake-make-xemacs-menu): Add docstrings.
4641         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
4642         Set variables directly throughout.
4644 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
4646         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
4647         exists.  Initialize cc-define-alist.
4648         (c-mode): Add cc-create-define-alist locally to after-save-hook.
4649         If there is no file (Macroexpansion) don't create an alist.
4651 2005-04-29  Sam Steingold  <sds@gnu.org>
4653         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
4654         (cc-create-define-alist): Use it instead of the hard-coded string.
4656 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4658         * international/mule-conf.el (file-coding-system-alist): Fix regexp
4659         for latexenc.
4661 2005-04-29  Lute Kamstra  <lute@gnu.org>
4663         * emacs-lisp/generic.el: Improve commentary section.
4664         (define-generic-mode): Improve docstring.
4666 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
4668         * textmodes/org.el (many places): Change to quiet the byte compiler.
4669         (org-prefix-format-compiled): New variable.
4670         (org-compile-prefix-format): New function.
4671         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
4672         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
4673         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
4674         (org-get-entries-from-diary): Use `org-get-time-of-day' for
4675         consistency with entries from `org-mode' files.
4676         (org-get-time-of-day): Fix bug with partial matches early in a line.
4677         (org-non-link-chars): New constant.
4678         (org-link-regexp): Respect `org-non-link-chars'.
4679         (org-agenda-day-view): Remove command.
4680         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
4681         (org-follow-bbdb-link, org-store-link): Search also company field.
4682         (org-highlight-overlay): New variable.
4683         (org-highlight, org-unhighlight): New functions.
4684         (org-agenda-mode): Add pre-command-hook to remove highlight.
4685         (org-evaluate-time-range): Behavior depends upon whether time stamp
4686         contains a time or not.
4687         (org-show-subtree, org-show-entry): New functions.
4688         (org-agenda-cleanup-fancy-diary): Remove empty lines.
4690 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
4692         * comint.el (comint-output-filter-functions): Add autoload cookie.
4694 2005-04-28  Kim F. Storm  <storm@cua.dk>
4696         * ido.el (ido-everywhere): Fix last change.
4698 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4700         * international/latexenc.el: New file.
4701         * international/mule-conf.el (file-coding-system-alist): For .tex,
4702         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
4704 2005-04-28  Lute Kamstra  <lute@gnu.org>
4706         * font-lock.el (font-lock-add-keywords)
4707         (font-lock-remove-keywords): Clarify docstring.
4708         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
4709         Don't start docstrings with a `*'.
4710         (font-lock-update-removed-keyword-alist): Give it a docstring.
4712         * generic-x.el: Update commentary section.
4713         Only require font-lock when compiling.
4714         Define all modes conditionally.
4715         Place all generic modes in the generic-x-modes customization group.
4716         (generic-x-modes): New customization group.
4717         (generic-default-modes, generic-mswindows-modes)
4718         (generic-unix-modes, generic-other-modes): New constants.
4719         (generic-define-mswindows-modes, generic-define-unix-modes):
4720         Update docstrings.  Make them obsolete.
4721         (generic-extras-enable-list): New default value.  Update docstring.
4722         Improve :type.  Change :set function.
4723         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
4724         Fix docstring.
4726         * emacs-lisp/generic.el (generic-mode-internal):
4727         Simplify font-lock-defaults.
4728         (define-generic-mode): Fix docstring.
4730 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4732         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
4733         font-lock-face property to highlight matches.
4735 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
4737         * progmodes/cc-mode.el (cc-create-define-alist): New function.
4738         (cc-define-alist): New variable.
4739         (c-mode): Make it local and initialize it.
4741         * progmodes/gdb-ui.el (gdb-active-process): New variable.
4742         (gdb-exited): New function.
4743         (gdb-annotation-rules): Use it.
4744         (gdb-starting): Set gdb-active-process to t.
4745         (gdb-stopping): Amend doc string.
4746         (gdb-reset): Set gdb-active-process to nil.
4748         * tooltip.el (tooltip-gud-tips): Show the associated #define
4749         directives when a C program under GDB is not executing.
4751 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4753         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
4754         font-lock-fontify-syntactic-keywords.
4756         * font-lock.el (font-lock-default-fontify-region): Don't force
4757         parse-sexp-lookup-properties to nil.
4759 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
4761         * man.el (man-mode-syntax-table): Set up `:' to have
4762         word-constituent syntax.
4764 2005-04-27  Lute Kamstra  <lute@gnu.org>
4766         * novice.el (disable-command): Don't add spurious newlines to the
4767         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
4769 2005-04-26  Jay Belanger  <belanger@truman.edu>
4771         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
4772         than one window before deleting window.
4774 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
4776         * shell.el (shell-prompt-pattern): Doc fix.
4777         (shell-mode): Set paragraph-separate buffer locally to "\\'".
4779         * comint.el (comint-prompt-regexp, comint-get-old-input)
4780         (comint-use-prompt-regexp)
4781         (comint-use-prompt-regexp-instead-of-fields)
4782         (comint-replace-by-expanded-history, comint-send-input)
4783         (comint-output-filter, comint-get-old-input-default)
4784         (comint-line-beginning-position, comint-bol, comint-show-output)
4785         (comint-backward-matching-input, comint-forward-matching-input)
4786         (comint-next-prompt, comint-previous-prompt):
4787         Rename `comint-use-prompt-regexp-instead-of-fields' to
4788         `comint-use-prompt-regexp'.  Keep old name as alias and declare
4789         obsolete.
4790         (comint-use-prompt-regexp): Shorten first line of doc string.
4792         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
4793         Set paragraph-separate buffer locally to "\\'".
4795         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
4796         Adapt to above name change.
4798         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4799         (smbclient-prompt-regexp): Ditto.
4801         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
4803 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
4805         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
4806         gdb-location-list.
4807         Break lines that are over 80 characters wide.
4809 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4811         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
4812         New fun and var, to preserve compatibility.
4814         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
4816 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
4818         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
4819         name to file-newer-than-file-p.
4821 2005-04-26  Richard M. Stallman  <rms@gnu.org>
4823         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
4825         * progmodes/python.el (python-mode):
4826         Use new name eldoc-documentation-function.
4828         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
4830         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4831         (eldoc-documentation-function):
4832         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
4834 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
4836         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
4838 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
4840         * term/xterm.el (function-key-map): Fix strings for
4841         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
4842         {C,S,A,C-S}-{f1-f12}.
4844 2005-04-26  Kenichi Handa  <handa@m17n.org>
4846         * international/mule-cmds.el (select-safe-coding-system):
4847         Fix previous change.
4849 2005-04-26  Lute Kamstra  <lute@gnu.org>
4851         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
4853         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
4854         (font-lock-comment-delimiter-face): Ditto.
4856         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
4858 2005-04-25  Jay Belanger  <belanger@truman.edu>
4860         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
4861         to t while inserting information; use help-mode.
4863 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
4865         * term.el (ansi-term-color-vector): Use the xterm colors.
4866         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
4868 2005-04-25  Lute Kamstra  <lute@gnu.org>
4870         * font-core.el (font-lock-defaults): Fix docstring.
4872         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
4874 2005-04-25  Kenichi Handa  <handa@m17n.org>
4876         * international/mule-cmds.el (select-safe-coding-system):
4877         Don't check consistency with coding: spec, etc if raw-text or
4878         no-conversion was found to be safe.
4880 2005-04-24  Richard M. Stallman  <rms@gnu.org>
4882         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
4883         citation markers at start of each line.
4885         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
4886         citation markers at start of each line.
4888         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
4890         * files.el (mode-require-final-newline): Fix previous change.
4891         (require-final-newline): Fix type label.
4893 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
4895         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
4896         statement in buffer (broken by 2004-11-24 change).
4898 2005-04-24  Kim F. Storm  <storm@cua.dk>
4900         * ido.el (ido-everywhere): Save and restore old read-buffer-function
4901         and read-file-name-function values.  Don't overwrite existing
4902         non-nil values if ido-mode is enabled without ido-everywhere.
4904 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
4906         * files.el (mode-require-final-newline): Minor doc fix.
4908 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
4910         * subr.el (syntax-after): Doc fix.
4911         (syntax-class): If argument is nil, return nil.  Mask off upper 16
4912         bits, not 8 bits.
4914         * files.el (mode-require-final-newline): Doc fix.
4915         (backup-buffer-copy): Fix last change.
4917 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4919         * term/mac-win.el: Require select.  Set selection-coding-system to
4920         mac-system-coding-system.  Call menu-bar-enable-clipboard.
4921         (x-last-selected-text-clipboard, x-last-selected-text-primary)
4922         (x-select-enable-clipboard): New variables.
4923         (x-select-text, x-get-selection, x-selection-value)
4924         (x-get-selection-value, mac-select-convert-to-string)
4925         (mac-services-open-file, mac-services-open-selection)
4926         (mac-services-insert-text): New functions.
4927         (CLIPBOARD, FIND): Put mac-scrap-name property.
4928         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
4929         (public.tiff): Put mac-ostype property.
4930         (selection-converter-alist): Add entries for them.
4931         (mac-application-menu-map): New keymap.
4932         (interprogram-cut-function, interprogram-paste-function): Set to
4933         x-select-text and x-get-selection-value, respectively.
4934         (split-window-keep-point): Set to t.
4936 2005-04-23  Richard M. Stallman  <rms@gnu.org>
4938         * files.el (read-directory-name): Always pass non-nil
4939         DEFAULT-FILENAME arg to read-file-name.
4940         (backup-buffer-copy, basic-save-buffer-2): Take care against
4941         writing thru an unexpected existing symlink.
4942         (revert-buffer): In indirect buffer, revert the base buffer.
4943         (magic-mode-alist): Doc fix.
4944         (buffer-stale-function): Doc fix.
4945         (minibuffer-with-setup-hook): Avoid warning.
4946         (mode-require-final-newline): Doc and custom fix.
4948         * follow.el (follow-end-of-buffer): Use with-no-warnings.
4950         * font-lock.el (font-lock-comment-face): On terminals with few colors,
4951         use the default appearance.
4952         (font-lock-comment-delimiter-face): New face, new variable.
4954         * imenu.el (imenu--generic-function): The official position of a
4955         definition is the start of the line that BEG is in.
4957         * midnight.el (midnight-timer): Move defvar up.
4959         * mouse.el (mouse-drag-region-1): Delete some debugging code.
4961         * saveplace.el (save-place-to-alist): Use with-no-warnings.
4963         * startup.el (command-line): Use with-no-warnings.
4965         * window.el (window-size-fixed): New defvar.
4967         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
4969         * mail/rmail.el (rmail-font-lock-keywords):
4970         Use font-lock-comment-delimiter-face.
4972         * mail/sendmail.el (mail-font-lock-keywords):
4973         Use font-lock-comment-delimiter-face.
4975         * progmodes/compile.el (next-error-highlight-timer): New defvar.
4977 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
4979         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4980         Specify t for LAXMATCH when matching directories.
4981         Save match data around compilation-compat-error-properties form.
4983 2005-04-23  David Kastrup  <dak@gnu.org>
4985         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
4986         Mention that the autoloaded aliases should be kept for AUCTeX.
4988 2005-04-23  Andreas Schwab  <schwab@suse.de>
4990         * isearch.el (isearch-forward): Doc fix.
4992 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
4994         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
4995         (jit-lock-stealth-nice): Change default value to 0.5.
4997 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4999         * abbrev.el (write-abbrev-file): Write table entries in
5000         alphabetical order by table name.
5002 2005-04-22  Kim F. Storm  <storm@cua.dk>
5004         * ido.el (ido-read-internal): Fix `list' completion.
5006 2005-04-22  Kenichi Handa  <handa@m17n.org>
5008         * recentf.el (recentf-save-file-coding-system): New variable.
5009         (recentf-save-list): Encode the file by
5010         recentf-save-file-coding-system and add coding: tag.
5012 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
5014         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
5016 2005-04-21  Lute Kamstra  <lute@gnu.org>
5018         * loadhist.el (unload-feature): Don't remove a function from hooks
5019         if it is about to be restored to an autoload .  Remove functions
5020         that will become unbound from auto-mode-alist.  Simplify the code.
5022         * subr.el (assq-delete-all): New implementation that is linear,
5023         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
5024         (rassq-delete-all): New function.
5026         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5027         Add size-indication-mode.
5029 2005-04-21  Kenichi Handa  <handa@m17n.org>
5031         * international/mule-cmds.el: Add autoload for widget-value in
5032         eval-when-compile.
5034 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
5036         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5037         Add tooltip-mode.
5039         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
5041 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
5043         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
5044         (inferior-lisp-filter-regexp, inferior-lisp-program)
5045         (inferior-lisp-load-command, inferior-lisp-prompt)
5046         (inferior-lisp-mode-hook, lisp-source-modes)
5047         (inferior-lisp-load-hook): defvar->defcustom.
5048         (inferior-lisp-program, inferior-lisp-prompt)
5049         (inferior-lisp-load-hook): Doc fixes.
5050         (inferior-lisp-install-letter-bindings): Small change in
5051         introductory comment.
5053 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
5055         * vc.el (vc-annotate-color-map): Change some colors so that text
5056         using them as foreground is readable on both white and black
5057         backgrounds.
5059 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5061         * international/mule-conf.el (translation-table-for-input):
5062         Remove redundant declaration.
5064 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
5066         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
5068         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
5069         (tooltip-toggle-gud-tips): New function.
5071 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5073         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
5074         right angle brackets.
5076 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
5078         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
5080 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5082         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
5083         Remove.  Update callers to use expand-file-name instead.
5085         * subr.el (syntax-class): New function.
5087         * simple.el (blink-matching-open): Use it.
5089         * paren.el (show-paren-function): Use it to recognize parens that are
5090         also used in 2-char comment markers.
5092 2005-04-19  Lute Kamstra  <lute@gnu.org>
5094         * loadhist.el (unload-feature): Update for new format of
5095         load-history.  Simplify the code.
5097 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5099         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
5100         (mac-add-charset-info): New function.  Initialize variable
5101         mac-charset-info-alist using it.
5102         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
5103         for translation.
5104         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
5105         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
5106         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
5107         New CCL programs.
5109 2005-04-19  Kim F. Storm  <storm@cua.dk>
5111         * simple.el (next-buffer, prev-buffer, next-error)
5112         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5113         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
5115         * bindings.el (next-buffer, prev-buffer, next-error)
5116         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5117         (clone-indirect-buffer-other-window): Move bindings from simple.el.
5118         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
5119         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
5121 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5123         * isearch.el (isearch-edit-string): Make the search-ring available for
5124         minibuffer history commands.
5125         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
5126         the default history commands now work just as well.
5127         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
5129 2005-04-18  Kim F. Storm  <storm@cua.dk>
5131         * emulation/cua-base.el (cua--pre-command-handler): Add more
5132         elaborate check for shift modifier on non-window systems.
5134 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
5136         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
5138 2005-04-18  Kim F. Storm  <storm@cua.dk>
5140         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
5141         and make it optional.  Don't test tooltip-gud-echo-area here.
5142         (tooltip-gud-process-output, gdb-tooltip-print):
5143         Pass tooltip-gud-echo-area to tooltip-show.
5144         (tooltip-help-tips): Remove second optional arg to tooltip-show.
5146 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5148         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
5149         `display-graphic-p' may not be bound yet.
5151 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
5153         * startup.el (command-line): No longer enable Xterm Mouse mode by
5154         default in terminals compatible with xterm.
5156         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
5158 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
5160         * tooltip.el (tooltip-gud-echo-area): Rename from
5161         tooltip-use-echo-area.
5162         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
5163         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
5164         area independently of where help tooltips are displayed.
5166 2005-04-17  David Kastrup  <dak@gnu.org>
5168         * cus-theme.el (custom-theme-write-variables): Quote variables
5169         where necessary.
5171 2005-04-17  Richard M. Stallman  <rms@gnu.org>
5173         * simple.el (yank-excluded-properties): Add follow-link to value.
5175         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
5177         * startup.el (fancy-splash-max-time): Just 30 seconds.
5178         (fancy-splash-delay): Just 7.
5179         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
5181         * loadhist.el (unload-feature): Update for new format of load-history.
5182         Simplify the code.
5184         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
5185         (rmail-font-lock-keywords): Don't fontify the text of a citation.
5187         * mail/sendmail.el (mail-font-lock-keywords):
5188         Don't fontify subject text.
5189         Don't fontify the text of a citation.
5191 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
5193         * comint.el (comint-output-filter): Run comint-output-filter-functions
5194         with point where the user had it.
5196 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5198         * international/ucs-tables.el (ucs-set-table-for-input):
5199         Disable when using unify-on-decoding.
5201 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
5203         * emulation/cua-base.el (cua-global-mark-face): Add special case
5204         for displays supporting a high number of colors.
5206 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
5208         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
5210 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
5212         * filesets.el (filesets-add-buffer): If user supplies a name of a
5213         non-existing fileset, create a new fileset.
5215 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
5217         * textmodes/org.el (org-up-heading-all): Fix bug with
5218         `outline-up-heading-all'.
5220 2005-04-16  Andreas Schwab  <schwab@suse.de>
5222         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
5223         /etc/permissions.d/* and /etc/aliases.d/*.
5225 2005-04-16  Kenichi Handa  <handa@m17n.org>
5227         * international/code-pages.el (cp-make-coding-system):
5228         Set `translation-table-for-input' property value to the symbol
5229         ucs-mule-to-mule-unicode, not to that value.
5230         (pt154): Escape guillemet by `\'.
5232 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
5234         * loadup.el: Load tooltip if x-show-tip is fboundp.
5236         * startup.el (command-line): Add comment.
5238         * tooltip.el (tooltip-mode): Specify correct standard value for
5239         Custom in init-value.
5241 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
5243         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
5244         possible.
5246 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
5248         * textmodes/org.el (org-agenda-date-prompt): Rename from
5249         `org-agenda-date-today'.
5250         (org-evaluate-time-range): Insert at point instead of directly
5251         after time range.
5252         (org-first-headline-recenter, org-subtree-end-visible-p)
5253         (org-optimize-window-after-visibility-change): New functions
5254         (org-agenda-post-command-hook): Don't allow point at end of line,
5255         to make sure it always hits the text properties.
5256         (org-agenda-next-date-line, org-agenda-previous-date-line):
5257         New commands.
5258         (org-set-regexps-and-options): Category may contain white space.
5259         (org-agenda-get-deadlines, org-agenda-get-scheduled):
5260         Improve marker positions.
5261         (org-agenda-new-marker): Argument POS made optional.
5262         (org-agenda-get-timestamps): Deadlines which are done are listed
5263         in org-done-face now.
5264         (org-agenda-get-todos, org-agenda-get-timestamps)
5265         (org-agenda-get-deadlines, org-agenda-get-scheduled):
5266         Set `undone-face' and `done-face' properties.
5267         (org-last-todo-state-is-todo): New variable.
5268         (org-todo): Set `org-last-todo-state-is-todo'.
5269         (org-agenda-todo): Change face according to
5270         `org-last-todo-state-is-todo'.  And change other lines referring to
5271         the same entry.
5272         (org-calendar-goto-agenda): New command.
5273         (org-calendar-to-agenda-key): New option.
5274         (org-startup-folded): New allowed value `content'.
5275         (org-set-regexps-and-options): Accept new value `content' for
5276         `org-startup-folded'.
5277         (org-get-current-options): Handle new value `content' for
5278         `org-startup-folded'.
5279         (org-insert-todo-heading): New command.
5280         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
5281         interactively in empty file and option
5282         `org-insert-mode-line-in-empty-file' has been set.
5283         (org-agenda-todo,org-agenda-priority): Modify to use
5284         `org-agenda-change-all-lines'.
5285         (org-warning-face): Change color on dark background
5287 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5289         * international/mule-cmds.el (set-locale-environment): On Mac OS,
5290         use preferences AppleLocale and AppleLanguages, and variable
5291         mac-system-locale for default locale.  On Mac OS Classic, use
5292         mac-system-coding-system for default coding systems.
5294         * term/mac-win.el: Don't set file-name-coding-system.
5295         Decode variables system-name, emacs-build-system, user-login-name, and
5296         user-full-name by mac-system-coding-system on Mac OS Classic.
5297         (mac-system-coding-system): New variable.
5299 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
5301         * startup.el (command-line): Handle `xterm-mouse-mode' before
5302         reading init file.
5304         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
5306 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
5308         * progmodes/sh-script.el (sh-here-document-word): Make it a
5309         defcustom.  Doc fix.
5310         (sh-add): Bash uses $(( )) for arithmetic.
5311         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
5312         (sh-maybe-here-document): Remove quotes and leading whitespace
5313         from heredoc word when closing.  Indent heredoc with tabs if word
5314         starts with "-".
5316 2005-04-13  Richard M. Stallman  <rms@gnu.org>
5318         * simple.el (undo): Fix previous change.
5320         * custom.el (defface): Doc fix.
5322 2005-04-13  Lute Kamstra  <lute@gnu.org>
5324         * Makefile.in (DONTCOMPILE): Remove list.
5325         (compile, compile-always): Don't use DONTCOMPILE.
5326         (update-authors): Load the library in which batch-update-authors
5327         is defined.
5328         * makefile.w32-in (DONTCOMPILE): Remove list.
5329         (compile, compile-always): Fix comments.
5330         (update-authors): Load the library in which batch-update-authors
5331         is defined.
5333         * generic-x.el (generic-mode-ini-file-find-file-hook):
5334         Rename to ini-generic-mode-find-file-hook.
5335         Keep generic-mode-ini-file-find-file-hook as an alias.
5336         (ini-generic-mode-find-file-hook): Rename from
5337         generic-mode-ini-file-find-file-hook.  Fix docstring.
5338         (ini-generic-mode): Docstring change.
5339         (bat-generic-mode-run-as-comint): Silence the byte compiler.
5341         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
5342         called from lisp.
5344         * generic.el: Move to the emacs-lisp subdir.
5346 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
5348         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
5349         and C-S- function and cursor motion keys.
5351 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
5353         * startup.el (command-line): Enable Xterm Mouse mode by default.
5354         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
5355         for Custom.  No longer show "Mouse" in mode line when enabled.
5356         Doc fix.
5358 2005-04-12  Kim F. Storm  <storm@cua.dk>
5360         * emulation/cua-base.el (cua-rectangle-face)
5361         (cua-rectangle-noselect-face): Define face attributes here.
5363         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
5365 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5367         * startup.el (command-line): Turn off blinking cursor if
5368         cursorBlink in resources is off or false.
5370 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5372         * term/mac-win.el (dnd): Require dnd.
5373         (mac-drag-n-drop): Call dnd-handle-one-url.
5374         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
5375         (kTextEncodingISOLatin2): Remove constants.
5376         (mac-script-code-coding-systems): New constant.
5377         (mac-handle-language-change): New function.
5378         (special-event-map): Bind it to `language-change' event.
5379         (mac-centraleurroman, mac-cyrillic): New coding systems.
5380         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
5381         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
5382         and mac-cyrillic-encoder to encode-mac-centraleurroman and
5383         encode-mac-cyrillic, respectively.
5385 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
5387         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
5388         Don't set overlay-arrow-string to "=>" as this is done
5389         globally in C now.
5391 2005-04-12  Lute Kamstra  <lute@gnu.org>
5393         * generic-x.el (rc-generic-mode, rul-generic-mode):
5394         Fix auto-mode-alist entries.
5395         (etc-fstab-generic-mode): Tweak fontification.
5397         * generic.el (generic-make-keywords-list): Fix docstring.
5398         (generic-mode-internal): Simplify generic-font-lock-keywords.
5400 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
5402         * whitespace.el (whitespace-buffer-leading)
5403         (whitespace-buffer-trailing): Revert the incorrect test inversion.
5404         However, fix the highlight area for the leading and
5405         trailing whitespaces to show space.
5407 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
5409         * whitespace.el (whitespace-version): Bump to 3.5
5411         (whitespace-buffer-leading, whitespace-buffer-trailing):
5412         Invert sense of the test to highlight the whitespace.
5414 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
5416         * progmodes/gud.el (gud-display-line): GUD uses its own
5417         overlay arrow now so don't set overlay-arrow-string.
5418         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
5420 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
5422         * term.el (term-ansi-current-bold, term-ansi-current-underline)
5423         (term-ansi-current-reverse, term-ansi-current-invisible)
5424         (term-ansi-face-already-done): Change to boolean.
5425         (term-reset-terminal, term-handle-colors-array): Handle the above
5426         vars accordingly.
5427         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
5428         (term-emulate-terminal): Use the new name.
5430         * faces.el (secondary-selection): Use yellow1, not yellow.
5431         (trailing-whitespace): Use red1, not red.
5433 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5435         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
5436         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
5437         (dired-dnd-handle-file): Call dnd-get-local-file-uri
5439         * cus-edit.el (dnd): New group.
5441         * term/w32-win.el (dnd): Require dnd
5442         (w32-drag-n-drop): Call dnd-handle-one-url.
5444         * x-dnd.el: Require dnd.
5445         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
5446         Call dnd-handle-one-url.
5447         (x-dnd-types-alist, x-dnd-insert-utf8-text)
5448         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
5449         to dnd-insert-text.
5450         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
5451         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
5452         (x-dnd-get-local-file-name, x-dnd-open-local-file)
5453         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
5455         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
5457 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
5459         * wdired.el: Doc fixes.
5460         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
5461         (wdired-use-dired-vertical-movement): Rename from
5462         wdired-always-move-to-filename-beginning.
5463         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
5464         (wdired-change-to-wdired-mode): Change mode name.
5465         (wdired-newline): Delete.
5467 2005-04-11  Richard M. Stallman  <rms@gnu.org>
5469         * whitespace.el (whitespace-highlight-the-space):
5470         Don't call whitespace-unhighlight-the-space here.
5472         * simple.el (undo): Record t in undo-equiv-table
5473         for the redo record made by an undo-in-region.
5475 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
5477         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
5478         (gdb-frame-inferior-io-buffer): New Functions to control
5479         display of separate IO buffer.
5480         (menu): Add them to menu-bar.
5481         (gdb-display-buffer): Check for buffer another frame.
5482         Protect GUD buffer.
5483         (gdb-setup-windows): Create IO buffer if not already there.
5484         (gdb-memory-mode): Remove purecopy noops.
5486 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
5488         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
5489         and pass to self-insert-command.
5491 2005-04-11  Lute Kamstra  <lute@gnu.org>
5493         * generic.el: Commentary section cleanup.
5494         (generic): Delete.
5495         (generic-use-find-file-hook, generic-lines-to-scan)
5496         (generic-find-file-regexp, generic-ignore-files-regexp)
5497         (default-generic-mode, generic-mode-find-file-hook)
5498         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
5499         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
5500         (generic-use-find-file-hook, generic-lines-to-scan)
5501         (generic-find-file-regexp, generic-ignore-files-regexp)
5502         (default-generic-mode, generic-mode-find-file-hook)
5503         (generic-mode-ini-file-find-file-hook): Move from generic.el.
5505 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
5507         * bookmark.el (bookmark-write-file): Catch errors writing file.
5508         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
5510 2005-04-10  Richard M. Stallman  <rms@gnu.org>
5512         * startup.el (fancy-splash-tail): Update copyright year.
5513         (command-line): Split part of -Q into -D.
5514         (emacs-basic-display): New defvar.
5515         (fancy-splash-text): Correct name of menu item.
5517         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
5519         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
5520         lines in one node.
5522         * comint.el (comint-send-input): New arg ARTIFICIAL.
5523         Callers in this file changed.
5525         * abbrev.el (define-abbrevs): Read system abbrevs properly.
5527         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
5529 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
5531         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
5532         `ldap-search-internal'.
5534 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5536         * files.el (set-auto-mode-1): Use line-end-position.
5538         * international/latin-1.el:
5539         * international/latin-2.el:
5540         * international/latin-3.el:
5541         * international/latin-4.el:
5542         * international/latin-5.el:
5543         * international/latin-8.el:
5544         * international/latin-9.el: Give punctuation syntax to NBSP.
5546         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
5547         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
5548         Use char-classes to accept non-ascii letters, accepted in some recent
5549         bibtex implementations.
5551 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
5553         * custom.el (custom-set-minor-mode): Any non-nil value for the
5554         variable should enable the mode when set through Custom.
5556 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5558         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
5559         TAB binding so tab-always-indent is obeyed.
5560         (vhdl-minibuffer-local-map): Move initialization into declaration.
5561         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
5562         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
5563         (vhdl-hooked-abbrev): Avoid test for XEmacs.
5564         (vhdl-current-line): Use line-beginning-position.
5565         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
5566         with-output-to-temp-buffer, so the current position can be recorded.
5568 2005-04-10  Masatake YAMATO  <jet@gyve.org>
5570         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5571         Add regexp for gcov.
5573 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5575         * calendar/time-date.el (time-to-seconds, seconds-to-time)
5576         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
5577         syntax which Emacs 20 doesn't support.
5579 2005-04-09  Richard M. Stallman  <rms@gnu.org>
5581         * help.el (describe-key-briefly, describe-key):
5582         Replace strings as event types with "(any string)".
5584 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5586         * arc-mode.el (archive-mode-map): Move initialization into
5587         the declaration.  Override *all* bindings of `undo'.
5588         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
5590 2005-04-09  Jay Belanger  <belanger@truman.edu>
5592         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
5594 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
5596         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
5597         (xterm-register-default-colors): Update color values computation
5598         to match xterm-200.
5600 2005-04-09  Kenichi Handa  <handa@m17n.org>
5602         * international/code-pages.el (iso-latin-7): Fix the map.
5604 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
5606         * emacs-lisp/lisp.el (defun-prompt-regexp)
5607         (parens-require-spaces, buffer-end, end-of-defun)
5608         (insert-parentheses): Doc fixes.
5610 2005-04-08  Kim F. Storm  <storm@cua.dk>
5612         * comint.el (comint-highlight-prompt): Fix face spec.
5613         * hi-lock.el (hi-green): Likewise.
5615 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
5617         * cus-edit.el (custom-modified-face):
5618         * comint.el (comint-highlight-input): Fix previous changes.
5619         * term.el (term-handle-ansi-escape): Add a comment.
5621 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5623         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
5624         in the buffer and in whitespace-highlighted-space.
5625         (whitespace-unhighlight-the-space): Simplify.
5626         (whitespace-buffer): Simplify.
5628 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
5630         * textmodes/table.el (table-cell-face): Add special case for
5631         displays supporting a high number of colors.
5632         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
5633         (vhdl-font-lock-reserved-words-face)
5634         (vhdl-speedbar-architecture-face)
5635         (vhdl-speedbar-instantiation-face)
5636         (vhdl-speedbar-architecture-selected-face)
5637         (vhdl-speedbar-instantiation-selected-face): Likewise.
5638         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
5639         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
5640         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5641         (ebrowse-root-class-face, ebrowse-member-attribute-face)
5642         (ebrowse-progress-face): Likewise.
5643         * progmodes/compile.el (compilation-info-face): Likewise.
5644         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
5645         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
5646         * calendar/calendar.el (diary-face): Likewise.
5647         * woman.el (woman-italic-face, woman-bold-face)
5648         (woman-unknown-face): Likewise.
5649         * wid-edit.el (widget-button-pressed-face): Likewise.
5650         * whitespace.el (whitespace-highlight-face): Likewise.
5651         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
5652         * pcvs-info.el (cvs-marked-face): Likewise.
5653         * info.el (info-xref): Likewise.
5654         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
5655         * hilit-chg.el (highlight-changes-face)
5656         (highlight-changes-delete-face): Likewise.
5657         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
5658         (hi-red-b): Likewise.
5659         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
5660         * font-lock.el (font-lock-keyword-face)
5661         (font-lock-function-name-face, font-lock-warning-face): Likewise.
5662         * cus-edit.el (custom-invalid-face, custom-modified-face)
5663         (custom-set-face, custom-changed-face, custom-variable-tag-face)
5664         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
5665         * comint.el (comint-highlight-prompt): Likewise.
5667 2005-04-08  Lute Kamstra  <lute@gnu.org>
5669         * font-lock.el (font-lock-keywords): Docstring fixes.
5671 2005-04-08  Kenichi Handa  <handa@m17n.org>
5673         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
5674         chars are more than a limit, print " and more..." at the tail.
5676 2005-04-08  Kim F. Storm  <storm@cua.dk>
5678         * emacs-lisp/authors.el (authors-aliases): Update list.
5679         (authors-ignored-files): New list.
5680         (authors-fixed-entries): Fix typo.
5681         (authors-renamed-files-alist): Update list.
5682         (authors-add): Check authors-ignored-files.
5684 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
5686         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
5687         optional, to ensure backward compatibility.
5689 2005-04-08  Stephen Eglen  <stephen@gnu.org>
5691         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
5693 2005-04-08  Kim F. Storm  <storm@cua.dk>
5695         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
5697         * mouse.el (mouse-on-link-p): Doc fix.
5699 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
5701         * ielm.el (ielm-prompt-read-only): Doc fix.
5703         * comint.el (comint-prompt-read-only): Doc fix.
5705 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
5707         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
5708         ensure dired always handles wildcards passed to ffap.
5709         (find-file-at-point): Use it.
5710         (ffap-dired-wildcards): Doc fix.
5712 2005-04-07  Juri Linkov  <juri@jurta.org>
5714         * simple.el (next-error-overlay-arrow-position): New defvar.
5715         Put "=>" on its property `overlay-arrow-string'.  Add it to
5716         `overlay-arrow-variable-list'.
5718         * progmodes/compile.el (compilation-setup):
5719         Set `next-error-overlay-arrow-position' to nil.  Also set it to
5720         nil in the local hook `kill-buffer-hook'.  Make local variable
5721         `overlay-arrow-string' and set it to "=>".
5722         (compilation-goto-locus): Set BOL position to
5723         `next-error-overlay-arrow-position' instead of
5724         `overlay-arrow-position'.
5726         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
5727         locally instead of adding it to the global hook.
5728         (Info-kill-buffer): Move up.
5730 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
5732         * term/xterm.el (xterm-standard-colors): Update color values from
5733         xterm-200.
5735 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5737         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
5739         * fast-lock.el:
5740         * lazy-lock.el: Move them to the obsolete subdir.
5742 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
5744         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
5745         (wdired-add-replace-advice): Remove.
5746         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
5748 2005-04-06  Kim F. Storm  <storm@cua.dk>
5750         * startup.el (command-line): Add --bare-bones alias for -Q.
5752 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5754         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
5755         create the startup fontset if a font specification ends with
5756         `mac-roman'.
5758 2005-04-06  Lute Kamstra  <lute@gnu.org>
5760         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
5761         change.
5763         * emacs-lisp/copyright.el (copyright-update-year): Replace the
5764         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
5766 2005-04-05  Lute Kamstra  <lute@gnu.org>
5768         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
5769         (define-generic-mode): Ditto.  Fix debug declaration.
5771         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5772         Put them in the generic-x group.
5774         * calendar/timeclock.el (timeclock): Doc fix.
5776         * generic.el (define-generic-mode): Don't use custom-current-group.
5777         Document default :group value.
5778         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
5779         (define-global-minor-mode): Don't use custom-current-group.
5781 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
5783         * startup.el (command-line-1): Display startup-echo-area-message
5784         when fancy splash screen is in use.
5786         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
5787         (sh-escaped-newline): New face.
5788         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
5789         newline, and use sh-escaped-newline face.
5791         * progmodes/tcl.el (tcl-escaped-newline): New face.
5792         (tcl-builtin-list): New variable.
5793         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
5794         newlines.  Fix keywords subexpression number.
5796 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
5798         * textmodes/org.el (org-diary-default-entry): Fix call to
5799         `add-to-diary-entry'.
5801 2005-04-05  Kim F. Storm  <storm@cua.dk>
5803         * ediff-init.el: Use (featurep 'xemacs).
5805 2005-04-05  David Ponce  <david@dponce.com>
5807         * cus-edit.el (face): Derive from symbol widget.  Display sample
5808         of the current face on the fly.
5809         (widget-face-sample-face-get, widget-face-notify): New functions.
5810         (widget-face-value-create): Remove.
5812         * wid-edit.el (widget-field-end): Temporarily remove field
5813         narrowing before to call `get-char-property'.
5815 2005-04-04  Jay Belanger  <belanger@truman.edu>
5817         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
5818         (math-read-subscripts): New variable.
5819         (math-read-preprocess-string): Process subscripts.
5821 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
5823         * comint.el (comint-prompt-read-only): Doc fix.
5825         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
5826         `-1'.  Doc fix.
5828 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
5830         * textmodes/org.el (org-insert-mode-line-in-empty-file):
5831         Change default value to nil.
5833 2005-04-04  Lute Kamstra  <lute@gnu.org>
5835         * autorevert.el (auto-revert-mode): Specify :group.
5836         * battery.el (display-battery-mode): Specify :group.
5837         * diff-mode.el (diff-minor-mode): Specify :group.
5838         * font-core.el (font-lock-mode): Specify :group.
5839         * hl-line.el (hl-line-mode): Specify :group.
5840         * iimage.el (iimage): New customization group.
5841         (iimage-mode): Specify :group.
5842         * longlines.el (longlines-mode): Specify :group.
5843         * master.el: Don't require easy-mmode.
5844         (master): New customization group.
5845         (master-mode): Specify :group.
5846         * msb.el (msb-mode): Specify :group.
5847         * reveal.el (reveal-mode): Specify :group.
5848         * simple.el (next-error-follow-minor-mode): Specify :group.
5849         * smerge-mode.el (smerge-mode): Specify :group.
5850         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
5851         * emulation/cua-base.el (cua-mode): Specify :group.
5852         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
5853         * language/thai-util.el (thai-auto-composition-mode)
5854         (thai-word-mode): Specify :group.
5855         * mail/supercite.el (sc-minor-mode): Specify :group.
5856         * progmodes/cwarn.el (cwarn-mode): Specify :group.
5857         * progmodes/flymake.el (flymake-mode): Specify :group.
5858         * progmodes/glasses.el (glasses-mode): Specify :group.
5859         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
5860         * textmodes/enriched.el (enriched-mode): Specify :group.
5861         * textmodes/refill.el (refill-mode): Specify :group.
5863         * add-log.el (change-log-font-lock-keywords): Names in
5864         parenthesized lists can contain spaces.
5866 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
5868         * startup.el (fancy-splash-text): Shorten default text of
5869         "Emacs Tutorial" line.  Also, if the current language env
5870         indicates an available tutorial file other than TUTORIAL,
5871         extract its title and append it to the line in parentheses.
5872         (fancy-splash-insert): If arg is a thunk, funcall it.
5874 2005-04-04  Jay Belanger  <belanger@truman.edu>
5876         * calc.el (calc-language-alist): Add tags to customization type.
5878 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
5880         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
5881         Doc fix.
5883 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
5885         * add-log.el (change-log-font-lock-keywords): The manual
5886         describing a Change Log entry, says: (...) "Aside from these
5887         header lines, every line in the change log starts with a space or
5888         a tab.".  The font-lock was not highlighting lines started with
5889         spaces, added support for it.
5891 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5893         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
5894         (bibtex-generate-url-list): Update docstring accordingly.  Put the
5895         complex example in the docstring.
5896         (bibtex-font-lock-url): Use pop.
5898 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5900         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
5902         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
5904 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
5906         * filesets.el (filesets-set-default): Doc fix.
5908 2005-04-03  Lute Kamstra  <lute@gnu.org>
5910         * generic.el (define-generic-mode): Add argument to specify
5911         keywords for defcustom.
5912         (default-generic-mode): Specify :group.
5914         * generic-x.el: Specify :group for all generic modes.
5916         * desktop.el (desktop-no-desktop-file-hook)
5917         (desktop-after-read-hook): Doc fix.
5919 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
5921         * simple.el (visible-mode): Use explicit :group keyword.
5922         This changes the group of `visible-mode-hook' from paren-blinking
5923         to editing-basics.
5925 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
5927         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
5928         mailbox specifications as well as URLs.
5929         (rmail-insert-inbox-text): Remove unused conditional branches.
5931 2005-04-01  Jay Belanger  <belanger@truman.edu>
5933         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
5934         (calc-gnuplot-print-command): Move definitions to calc.el.
5936         * calc/calc-embed.el (calc-embedded-announce-formula)
5937         (calc-embedded-open-formula, calc-embedded-close-formula)
5938         (calc-embedded-open-word, calc-embedded-close-word)
5939         (calc-embedded-open-plain, calc-embedded-close-plain)
5940         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
5941         (calc-embedded-open-mode, calc-embedded-close-mode):
5942         Move definitions to calc.el.
5944         * calc/calc.el (calc-settings-file, calc-language-alist):
5945         Make customizable.
5946         (calc-embedded-announce-formula, calc-embedded-open-formula)
5947         (calc-embedded-close-formula, calc-embedded-open-word)
5948         (calc-embedded-close-word, calc-embedded-open-plain)
5949         (calc-embedded-close-plain, calc-embedded-open-new-formula)
5950         (calc-embedded-close-new-formula, calc-embedded-open-mode)
5951         (calc-embedded-close-mode, calc-gnuplot-name)
5952         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
5953         from other files and make customizable.
5955 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5957         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
5958         Use buffer-live-p.
5959         (cvs-mode-run): Don't call cvs-update-header here.
5960         (cvs-run-process): Call cvs-update-header.
5961         Use process properties for cvs-postprocess and cvs-buffer so that
5962         the sentinel can behave better if the temp buffer is killed.
5963         Use a pipe rather than a tty, to better handle unexpected prompts.
5964         (cvs-sentinel): Rewrite.  Call cvs-update-header.
5966 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
5968         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
5969         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
5971 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5973         * generic.el (define-generic-mode): Add indentation rule.
5975 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
5977         * files.el (mode-require-final-newline): Make Custom correctly
5978         report a nil value and allow to set it to nil via Custom.
5979         Doc fix.
5981 2005-04-01  Kenichi Handa  <handa@m17n.org>
5983         * international/characters.el: Enable the correct case setting for
5984         dotless-i and dotted-I.
5986 2005-04-01  Kim F. Storm  <storm@cua.dk>
5988         * ido.el (ido-file-internal): Fall back to non-ido command if
5989         initial directory is on slow ftp (or tramp) host.
5991 2005-03-31  Richard M. Stallman  <rms@gnu.org>
5993         * emacs-lisp/autoload.el (make-autoload):
5994         Handle define-global-minor-mode.
5996         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
5997         Rename from easy-mmode-define-global-mode.
5998         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
6000         * progmodes/scheme.el (scheme-mode-syntax-table):
6001         Update syntax of | and # for two-character comment syntax.
6003 2005-03-31  Lute Kamstra  <lute@gnu.org>
6005         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
6006         (define-minor-mode): Call custom-current-group at load-time.
6008         * generic.el (define-generic-mode): Add debug declaration.
6009         Add defcustom for the mode hook.
6010         (generic-mode-internal): Use run-mode-hooks.
6012 2005-03-31  Kim F. Storm  <storm@cua.dk>
6014         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
6015         (mouse-fixup-help-message): New defun called by show_help_echo
6016         to fixup mouse-2 prefix in help messages when applicable.
6018         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
6020 2005-03-31  Kenichi Handa  <handa@m17n.org>
6022         * language/thai-word.el (thai-find-word-ends): Pay attention to
6023         the case that we reach the end of buffer.
6025         * textmodes/fill.el (fill-text-properties-at): New function.
6026         (fill-newline): Use fill-text-properties-at instead of
6027         text-properties-at.
6029 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
6031         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
6032         not comint-quote-filename.
6034 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
6036         * help-fns.el (help-with-tutorial): Revert last change.
6038 2005-03-31  Kim F. Storm  <storm@cua.dk>
6040         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
6042 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
6044         * calendar/cal-china.el: Update reference to "Calendrical
6045         Calculations" book; there's a new edition.
6046         * calendar/cal-coptic.el: Likewise.
6047         * calendar/cal-french.el: Likewise.
6048         * calendar/cal-hebrew.el: Likewise.
6049         * calendar/cal-islam.el: Likewise.
6050         * calendar/cal-iso.el: Likewise.
6051         * calendar/cal-julian.el: Likewise.
6052         * calendar/cal-mayan.el: Likewise.
6053         * calendar/cal-persia.el: Likewise.
6054         * calendar/calendar.el: Likewise.
6055         * calendar/holidays.el: Likewise.
6056         * calendar/lunar.el: Likewise.
6057         * calendar/solar.el: Likewise.
6059         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
6060         white space from doc string.
6062 2005-03-30  Jay Belanger  <belanger@truman.edu>
6064         * calc/calc-help.el (calc-full-help): Remove email address.
6066 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
6068         * help-fns.el (help-with-tutorial): Delete title line.
6070 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
6072         * calendar/cal-x.el (calendar-one-frame-setup)
6073         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
6074         rather than 'symbol for set-window-dedicated-p.
6076         * calendar/appt.el (appt-buffer-name): Make it a constant.
6077         (appt-add): Doc fix.
6079         * filesets.el (filesets-menu-path, filesets-menu-before)
6080         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
6081         (filesets-menu-cache-file): Use directory ~/.emacs.d.
6082         (filesets-add-submenu): Delete and use add-submenu instead.
6084 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
6086         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
6087         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
6088         (org-diary-default-entry): New function.
6089         (org-get-entries-from-diary): Better parsing of diary entries.
6090         (org-agenda-check-no-diary): New function.
6091         ("diary-lib"): Advice to function `add-to-diary-list', to allow
6092         linking to diary entries.
6093         (org-agenda-execute-calendar-command): New function.
6094         (org-agenda): Improve visible section in window.
6095         Use `org-fit-agenda-window'.
6096         (org-fit-agenda-window): New option.
6097         (org-move-subtree-down): Better handling of empty lines
6098         at end of subtree.
6099         (org-cycle): Numeric prefix is interpreted now as show-subtree N
6100         levels up.
6101         (org-fontify-done-headline): New option.
6102         (org-headline-done-face): New face.
6103         (org-set-font-lock-defaults): Use `org-headline-done-face'.
6104         (org-table-copy-down): Rename from `org-table-copy-from-above'.
6105         When current field is non-empty, it is copied to next row.
6106         (org-table-copy-from-above): Fix bug which made it
6107         impossible to copy fields containing only a single non-white character.
6109 2005-03-30  Kim F. Storm  <storm@cua.dk>
6111         * kmacro.el (kmacro-end-macro): Isearch may store this command
6112         into the macro -- so ignore it when executing keyboard macro.
6114 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
6116         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
6118 2005-03-29  Kenichi Handa  <handa@m17n.org>
6120         * language/thai.el ("Thai"): Set setup-function and exit-function
6121         for Thai language environment.
6123         * language/thai-util.el: Require thai-word.
6124         (thai-word-mode-map): New variable.
6125         (thai-word-mode): New minor mode.
6126         (setup-thai-language-environment-internal): New function.
6127         (exit-thai-language-environment-internal): New function.
6129         * language/thai-word.el (thai-word-table): Declare it by defvar,
6130         use dolist to initialize it.
6131         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
6132         (thai-fill-find-break-point): New functions.
6134 2005-03-29  Richard M. Stallman  <rms@gnu.org>
6136         * simple.el (idle-update-delay): Move definition up.
6137         (set-mark): Doc fix.
6139 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
6141         * longlines.el: New file.
6143         * simple.el (buffer-substring-filters): New variable.
6144         (filter-buffer-substring): New function.
6145         (kill-region, copy-region-as-kill): Use it.
6147         * register.el (copy-to-register, append-to-register)
6148         (prepend-to-register): Use filter-buffer-substring.
6150 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
6152         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
6153         (gud-filter-pending-text): Move in front of gdb.
6154         (gud-overlay-arrow-position): New variable.
6155         (gud-sentinel, gud-display-line): Use it in place of
6156         overlay-arrow-position.
6158 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
6160         * progmodes/fortran.el (fortran-if-indent): Doc fix.
6161         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
6162         (fortran-font-lock-keywords-4): New variable.
6163         (fortran-blocks-re, fortran-end-block-re)
6164         (fortran-start-block-re): New constants, for hideshow.
6165         (hs-special-modes-alist): Add a Fortran entry.
6166         (fortran-mode-map): Bind fortran-end-of-block,
6167         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
6168         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
6169         (fortran-looking-at-if-then, fortran-end-of-block)
6170         (fortran-beginning-of-block): New functions, for hideshow.
6172         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6173         Doc fix.  Tweak regexp.
6174         (f90-beginning-of-block): Push mark first.
6176 2005-03-29  Jay Belanger  <belanger@truman.edu>
6178         * calc/calc.el: Update copyright date.
6179         (calc-version): Increase to 2.1.
6180         (calc-version-date): Remove.
6182         * calc/calc-help.el: Update copyright date.
6183         (calc-full-help): Remove reference to calc-version-date.
6184         Update copyright date.
6186 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6188         * vc.el (vc-do-command): Use a pipe for async processes, so password
6189         prompts don't show up at places where the user can't reply.
6191 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
6193         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
6194         on the file name we pass to the inferior shell.
6196 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
6198         * progmodes/which-func.el (which-function): Be robust in the face of an
6199         imenu--make-index-alist failure.
6201 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6203         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
6205         * progmodes/python.el (python-preoutput-filter): Fix last change.
6207 2005-03-29  Lute Kamstra  <lute@gnu.org>
6209         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
6210         functions and compiled macros.
6211         (debug-convert-byte-code): Handle macros too.
6212         (debug-on-entry-1): Don't signal an error when trying to clear a
6213         function that is not set to debug on entry.
6215 2005-03-29  Jay Belanger  <belanger@truman.edu>
6217         * calc/calc-lang.el: Add functions to math-function-table
6218         properties of tex and math.
6220 2005-03-29  Kenichi Handa  <handa@m17n.org>
6222         * ps-mule.el (ps-mule-plot-string): Translate characters by
6223         ps-print-translation-table.
6224         (ps-mule-begin-job): Call find-charset-region/string with
6225         ps-print-translation-table.
6226         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
6228         * ps-print.el (ps-print-translation-table): New variable.
6229         (ps-plot-region): Translate characters by ps-print-translation-table.
6231 2005-03-29  Juri Linkov  <juri@jurta.org>
6233         * simple.el (next-error-highlight-timer): New variable.
6235         * progmodes/compile.el (compilation-goto-locus):
6236         Use `next-error-highlight-timer' instead of `sit-for'.
6238 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6240         * mail/supercite.el (sc-mail-field): Use assoc-string.
6241         (sc-get-address): Simplify regexps.
6243         * files.el (minibuffer-with-setup-hook): New macro.
6244         (find-file-read-args): Use it to avoid let-binding
6245         minibuffer-with-setup-hook (which breaks turning on/off
6246         file-name-shadow-mode while in the prompt).
6248         * complete.el (PC-read-include-file-name-internal): Use test-completion.
6250 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
6252         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
6254 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6256         * window.el (window-buffer-height): Use count-screen-lines.
6258         * progmodes/python.el (python-preoutput-leftover): New var.
6259         (python-preoutput-filter): Use it.
6260         (python-send-receive): Loop until all the result has been received.
6262 2005-03-28  Juri Linkov  <juri@jurta.org>
6264         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
6266         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
6267         "Recover Crashed Session".
6268         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
6269         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
6270         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
6271         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
6272         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
6273         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
6274         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
6275         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
6277         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
6278         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
6279         Ediff Sessions", "Toggle use of separate control buffer frame",
6280         "Use separate frame for Ediff control buffer".
6282         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
6283         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
6284         "Rename Bookmark", "Delete Bookmark".
6286         * info.el (Info-mode-menu): Remove ellipsis from "Index".
6287         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
6288         Add `:active Info-index-alternatives' to "Next Matching Item".
6290         * wdired.el (wdired-change-to-wdired-mode):
6291         Mention `wdired-abort-changes' key in the initial message.
6293         * international/mule.el (auto-coding-alist): Associate non-ascii
6294         image filename extensions with `no-conversion'.
6296 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6298         * international/iso-acc.el:
6299         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
6301 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
6303         * textmodes/sgml-mode.el (html-mode): Doc update.
6305         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
6307 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
6309         * term.el (term-move-columns): Fix face after extending a line.
6310         (term-insert-spaces): Likewise.
6311         (term-reset-terminal): Fix off by one error.
6313 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
6315         * international/mule.el (auto-coding-alist): Add .xpi files.
6317         * files.el (auto-mode-alist): Add .xpi files.
6319 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
6321         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
6323 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
6325         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
6327 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
6329         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
6330         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
6332         * calendar/cal-move.el (calendar-beginning-of-year): Move the
6333         cursor to Jan 1 when needed.
6334         (calendar-end-of-year): Fix -/+ typo.
6335         Reported by Chong Yidong <cyd@stupidchicken.com>.
6337 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6339         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
6341         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
6342         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
6344 2005-03-25  Richard M. Stallman  <rms@gnu.org>
6346         * filesets.el (filesets-init): Add autoload.
6348         * mail/mailalias.el (mail-directory): Doc fix.
6350 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
6352         * mail/mailalias.el (mail-directory-process): Do nothing if
6353         mail-directory-process is an atom.
6354         (mail-get-names): Ignore mail-directory-names if it is an atom.
6355         (mail-directory-process defvar): Doc fix.
6356         (mail-names): Doc fix.
6358 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
6360         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
6362 2005-03-26  Kenichi Handa  <handa@m17n.org>
6364         * international/mule-util.el (detect-coding-with-priority):
6365         Call update-coding-systems-internal before detect-coding-region.
6367 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
6369         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
6370         (gdb-frames-mode-map): Add follow-link property.
6372 2005-03-25  Jay Belanger  <belanger@truman.edu>
6374         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
6375         for variables.
6377 2005-03-25  Juri Linkov  <juri@jurta.org>
6379         * image-mode.el: Optimize image filename extension regexps in
6380         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
6381         in `auto-mode-alist'.
6382         (image-mode): Add `image-toggle-display-text' to local hook
6383         `change-major-mode-hook'.  Display the image as an image by
6384         default.  Set `cursor-type' and `truncate-lines' if the image
6385         is already displayed.  Take into account the current mode (image
6386         or text) in message.
6387         (image-minor-mode): New minor mode.
6388         (image-mode-maybe, image-toggle-display-text): New functions.
6389         (image-toggle-display): Use called-interactively-p.
6390         Let-bind `inhibit-read-only' to t.
6392         * image-mode.el (image-minor-mode): Set `cursor-type' and
6393         `truncate-lines' if the image is already displayed.  Add turning
6394         image-minor-mode off to `change-major-mode-hook'.  Add message.
6395         Call `image-toggle-display-text' after turning image-minor-mode off.
6397 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6399         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
6400         Terminal.app, use utf-8.
6401         (set-display-table-and-terminal-coding-system): Add coding-system arg.
6402         (set-locale-environment): Use it.
6404         * term/xterm.el: Undo last change, better done in mule-cmds.el.
6406         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
6408         * progmodes/python.el (python-close-block-statement-p)
6409         (python-outdent-p, python-current-defun): Use symbol-end.
6411 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
6413         * files.el (save-some-buffers): Doc fix.
6415 2005-03-25  Werner Lemberg  <wl@gnu.org>
6417         * complete.el, thumbs.el: Replace `legal' with `valid'.
6418         * calendar/calendar.el: Replace `legal' with `valid'.
6419         * emacs-lisp/advice.el: Replace `legal' with `valid'.
6420         * mail/supercite.el: Replace `legal' with `valid'.
6421         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
6422         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
6423         Replace `legal' with `valid'.
6424         * textmodes/reftex-vars.el, textmodes/reftex.el:
6425         Replace `legal' with `valid'.
6427 2005-03-25  Werner Lemberg  <wl@gnu.org>
6429         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
6430         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
6431         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
6432         * emulation/vip.el: Replace `illegal' with `invalid'.
6433         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
6434         * mail/supercite.el: Replace `illegal' with `invalid'.
6435         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
6436         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
6437         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
6438         * progmodes/sh-script.el, progmodes/xscheme.el:
6439         Replace `illegal' with `invalid'.
6440         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
6441         * textmodes/reftex-index.el, textmodes/reftex-parse.el
6442         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
6443         * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
6445 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6447         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
6448         (flymake-find-buildfile, flymake-find-possible-master-files)
6449         (flymake-check-include, flymake-parse-line): Replace loops over the
6450         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
6452         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
6453         Substitute file-name-as-directory in the rest of the file.
6454         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
6455         (flymake-replace-region): Remove unused arg `buffer'.
6456         (flymake-check-patch-master-file-buffer): Update calls to it.
6457         (flymake-add-err-info): Remove unused var `count'.
6458         (flymake-mode): Use define-minor-mode.
6460         * progmodes/flymake.el: Use with-current-buffer.
6461         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
6462         flymake-replace-regexp-in-string, flymake-line-beginning-position)
6463         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
6464         Avoid testing for `xemacs'.
6465         (flymake-nop): Move.
6466         (flymake-region-has-flymake-overlays): Return the computed value.
6467         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
6468         Remove unused var `endline'.
6469         (flymake-get-line-count): Remove unused function.
6470         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
6472         * emulation/vi.el:
6473         * generic.el:
6474         * hilit-chg.el (global-highlight-changes):
6475         * hi-lock.el (hi-lock-mode):
6476         * follow.el: find-file-hooks -> find-file-hook.
6478         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
6480 2005-03-24  Juri Linkov  <juri@jurta.org>
6482         * dired.el (dired-mode-map): Add menu item "Compare directories"
6483         for dired-compare-directories.
6485         * dired-aux.el (dired-compare-directories): Add autoload cookie.
6486         Doc fix.  Replace `read-file-name' with `read-directory-name'.
6488 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6490         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
6492 2005-03-24  Jay Belanger  <belanger@truman.edu>
6494         * calc/calc-embed.el (calc-embedded-mode-change): Save all
6495         relevant mode settings in calc-embedded-original-modes when modes
6496         are permanently changed.
6498 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6500         * autoinsert.el: find-file-hooks -> find-file-hook.
6502 2005-03-24  Lute Kamstra  <lute@gnu.org>
6504         * generic.el (generic-font-lock-defaults): Make it obsolete.
6505         (generic-font-lock-keywords): New variable to replace
6506         generic-font-lock-defaults.
6507         (generic-mode-set-font-lock): Delete it.
6508         (generic-mode-internal): Don't call generic-mode-set-font-lock.
6509         (generic-bracket-support): Add docstring.
6511         * generic-x.el: Rename generic-font-lock-defaults to
6512         generic-font-lock-keywords throughout.
6513         (mailagent-rules-setup-function): Delete it.
6514         (mailagent-rules-generic-mode): Use anonymous function instead.
6515         (show-tabs-generic-mode-font-lock-defaults-1)
6516         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
6517         Quote faces.
6518         (show-tabs-tab-face, show-tabs-space-face): Specify background,
6519         not foreground.
6521         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6522         Recognize define-generic-mode.
6524 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6526         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
6527         if there's no completion table.
6529 2005-03-23  Miles Bader  <miles@gnu.org>
6531         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6532         Remove tty-specific variants, as they're no longer needed.
6534 2005-03-23  Lute Kamstra  <lute@gnu.org>
6536         * generic-x.el: Code cleanup: make args constant whenever possible.
6537         (installshield-statement-keyword-list)
6538         (installshield-system-functions-list)
6539         (installshield-system-variables-list, installshield-types-list)
6540         (installshield-funarg-constants-list): Make them constants.
6542         * generic.el (generic-make-keywords-list): Add autoload cookie.
6544         * calendar/time-date.el: Add comment on time value formats.
6545         Don't require parse-time.
6546         (with-decoded-time-value): New macro.
6547         (encode-time-value): New function.
6548         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6549         (days-to-time): Return a valid time value when arg is huge.
6550         (time-since): Use time-subtract.
6551         (time-to-number-of-days): Use time-to-seconds.
6553 2005-03-23  David Ponce  <david@dponce.com>
6555         * recentf.el: (recentf-keep): New option.
6556         (recentf-menu-action): Default to `find-file'.
6557         (recentf-keep-non-readable-files-flag)
6558         (recentf-keep-non-readable-files-p)
6559         (recentf-file-readable-p, recentf-find-file)
6560         (recentf-cleanup-remote): Remove.
6561         (recentf-include-p): More robust.
6562         (recentf-keep-p): New function.
6563         (recentf-remove-if-non-kept): Rename from
6564         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
6565         All callers updated.
6566         (recentf-menu-items-for-commands): Fix help string.
6567         (recentf-track-closed-file): Update.  Doc fix.
6568         (recentf-cleanup): Update.  Count removed files.  Doc fix.
6570 2005-03-23  Kim F. Storm  <storm@cua.dk>
6572         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6573         Don't inherit from fringe face (now happens automatically).
6575 2005-03-22  Kim F. Storm  <storm@cua.dk>
6577         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
6578         position values.
6580 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6582         * menu-bar.el (showhide-date-time): Remove.
6583         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
6584         (menu-bar-make-mm-toggle): Simplify.
6586 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
6588         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
6589         Accept qualified variable and function names.
6591 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
6593         * bindings.el (completion-ignored-extensions):
6594         Remove ".lis" for `vax-vms'.
6596 2005-03-22  Andreas Schwab  <schwab@suse.de>
6598         * generic-x.el: Revert last change.
6599         * ldefs-boot.el: Update.
6601 2005-03-22  Jay Belanger  <belanger@truman.edu>
6603         * calc/calc-embed (calc-embedded-original-modes): New variable.
6604         (calc-embedded-save-original-modes)
6605         (calc-embedded-restore-original-modes): New functions.
6606         (calc-do-embedded): Save original modes when entering embedded mode
6607         and restore when leaving embedded mode.
6608         (calc-embedded-modes-change): Change the value of
6609         calc-embedded-original-modes to reflect permanent changes.
6611 2005-03-22  Lute Kamstra  <lute@gnu.org>
6613         * generic-x.el: Require generic again.
6615 2005-03-22  Miles Bader  <miles@gnu.org>
6617         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6618         Tweak details to look good on both ttys and bitmap displays, light
6619         or dark background, etc.
6621 2005-03-21  Kim F. Storm  <storm@cua.dk>
6623         * tooltip.el (tooltip-show-help-function): Check car and cdr of
6624         mouse position.
6626 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6628         * icomplete.el: Don't forcibly turn on the mode upon load.
6629         (icomplete-mode): Use define-minor-mode.
6630         (icomplete-eoinput): Default to nil.
6631         (icomplete-minibuffer-setup): Remove autoload.
6632         (icomplete-tidy): Simplify.
6633         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
6634         in the initial state or if the user has modified the field.
6635         Fix handling of icomplete-max-delay-chars.
6636         Remove code that handles the oddball case where
6637         minibuffer-completion-table is an integer.
6638         Wrap icomplete-completions in while-no-input in case building
6639         completions takes more time than expected.
6640         (icomplete-completions): Simplify.
6642 2005-03-21  Richard M. Stallman  <rms@gnu.org>
6644         * jka-compr.el (jka-compr-really-do-compress):
6645         Make variable buffer-local.
6647         * image-mode.el: Handle .xpm files too.
6648         (image-toggle-display): Preserve modification flag.
6650         * help.el (where-is): Don't mention aliases with no key bindings.
6652 2005-03-21  Lute Kamstra  <lute@gnu.org>
6654         * generic.el: Fix commentary section.  Don't require cl for compilation.
6655         (generic-mode-list): Add autoload cookie.
6656         (generic-use-find-file-hook, generic-lines-to-scan)
6657         (generic-find-file-regexp, generic-ignore-files-regexp)
6658         (generic-mode, generic-mode-find-file-hook)
6659         (generic-mode-ini-file-find-file-hook): Fix docstrings.
6660         (define-generic-mode): Make it a defmacro.  Fix docstring.
6661         (generic-mode-internal): Code cleanup.  Add autoload cookie.
6662         (generic-mode-set-comments): Code cleanup.
6663         * generic-x.el: Don't prevent compilation.  Don't require generic.
6664         Follow coding conventions.  Minor code cleanup.
6665         (etc-fstab-generic-mode): Add some keywords.
6666         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
6667         define-generic-mode like a function declaration.
6669 2005-03-21  Jay Belanger  <belanger@truman.edu>
6671         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
6672         changing modes.
6674 2005-03-21  Sam Steingold  <sds@gnu.org>
6676         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
6678 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
6680         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
6681         Add underscore to "f$ lexicals" regexp.
6683 2005-03-20  Juri Linkov  <juri@jurta.org>
6685         * subr.el (progress-reporter-do-update): When `min-value' is equal
6686         to `max-value', set `percentage' to 0 and prevent division by zero.
6688 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
6690         Sync with Tramp 2.0.48.
6692         * tramp.el (all): Change all addresses to .gnu.org.
6693         (tramp-append-tramp-buffers): New defun.
6694         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
6695         Catch `dont-send' signal.
6696         (tramp-set-auto-save-file-modes): Set always permissions, because
6697         there might be an old auto-saved file belonging to another
6698         original file.  This could be a security threat.  Reported by
6699         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
6700         Check for Emacs 21.3.50 removed.
6702         * tramp-smb.el (all): Remove debug construct for
6703         `with-parsed-tramp-file-name'.
6704         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
6705         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
6706         No error message if DIRECTORY or FILENAME doesn't exist.
6707         (tramp-smb-open-connection): Check existence of
6708         `tramp-smb-program'.
6710 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6712         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
6713         Properly handle the case where the `m' or `s' command's argument is not
6714         yet terminated.
6715         (perl-indent-new-calculate): New function.
6716         (perl-indent-line): Use it.
6718 2005-03-20  Miles Bader  <miles@gnu.org>
6720         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
6721         in text-mode too.  Change to new face names.
6722         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
6723         Add `:weight bold' attribute.
6724         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
6726 2005-03-19  Juri Linkov  <juri@jurta.org>
6728         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
6730         * international/mule.el (auto-coding-alist): Sync with
6731         `auto-mode-alist' by adding upper case archive file extensions
6732         and adding ear/war to jar extension.
6734 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
6736         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
6737         running, restart it.
6739 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
6741         * finder.el (finder-current-item): Throw an error on an empty line.
6743         * man.el (Man-follow-manual-reference): If current-word returns
6744         nil, use "".
6746 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
6748         * simple.el (goto-line): Doc fix.
6750 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
6752         * files.el (save-buffer): Doc fix.
6754 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
6756         * recentf.el (recentf-cleanup-remote): New variable.
6757         (recentf-cleanup): Use it to conditionally check availability of
6758         remote files.
6760 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
6762         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
6763         function names.
6765 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
6767         * language/thai-word.el: New file.
6769 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
6771         * files.el (backup-buffer): If the file's directory is not
6772         writable, use copy instead of move to backup the file.
6774 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
6776         * obsolete/keyswap.el: Moved to obsolete/ from term/.
6778 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6780         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
6781         Use functionp instead of symbolp and fboundp.  Reported by Drkm
6782         <darkman_spam@yahoo.fr>.
6783         (ps-print-version): New version 6.6.6.
6785 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
6787         * textmodes/table.el (table--line-column-position): New idiom.
6788         (table--row-column-insertion-point-p): New function to test
6789         validity of row and column insertion operation at a location.
6790         (table-global-menu, table-cell-menu): Use above functions for
6791         deterministic test operation.
6792         (table--editable-cell-p): Behave in deterministic fashion.
6794 2005-03-18  Juri Linkov  <juri@jurta.org>
6796         * isearch.el (isearch-lazy-highlight-new-loop):
6797         Make arguments beg and end optional.
6798         (isearch-update): Remove optional arguments nil from
6799         isearch-lazy-highlight-new-loop.
6800         (isearch-lazy-highlight-search): Let-bind case-fold-search to
6801         isearch-lazy-highlight-case-fold-search instead of
6802         isearch-case-fold-search, and let-bind isearch-regexp to
6803         isearch-lazy-highlight-regexp.
6804         Use isearch-lazy-highlight-last-string instead of isearch-string.
6806         * replace.el (perform-replace): Remove bindings of global
6807         variables isearch-string, isearch-regexp, isearch-case-fold-search.
6808         Add three new arguments to `replace-highlight'.
6809         (replace-highlight): Add arguments string, regexp, case-fold.
6810         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
6811         to allow isearch-lazy-highlight-new-loop to use these values
6812         to set corresponding isearch-lazy-highlight-* internal
6813         variables whose values lazy highlighting will use regardless of
6814         changes to global variables isearch-string, isearch-regexp,
6815         isearch-case-fold-search during lazy highlighting loop.
6816         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
6817         to `lazy-highlight-cleanup'.
6819         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
6820         (ispell-highlight-face): Set default face to `isearch' when
6821         lazy highlighting is enabled.
6822         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
6823         priority to 1.  Add lazy highlighting.
6824         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
6825         from `isearch-dehighlight'.
6827 2005-03-18  David Ponce  <david@dponce.com>
6829         * files.el (hack-local-variables): Do a case-insensitive search
6830         for End.
6832 2005-03-18  Juri Linkov  <juri@jurta.org>
6834         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
6835         `isearch-lazy-highlight-cleanup', add alias to old name and
6836         declare obsolete.  Add release numbers to other obsolete vars.
6837         (isearch-done, isearch-lazy-highlight-new-loop):
6838         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
6839         (lazy-highlight-cleanup) <variable>: Doc fix.
6840         (isearch-lazy-highlight-update): Rename obsolete
6841         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
6843 2005-03-18  Kenichi Handa  <handa@m17n.org>
6845         * language/thai-util.el: Fix categorization of Thai characters in
6846         thai-category-table.
6847         (thai-composition-pattern): Adjust it for the above change.
6848         (thai-self-insert-command, thai-compose-syllable): New functions.
6849         (thai-compose-region): Use thai-compose-syllable.
6850         (thai-compose-string): Likewise.
6851         (thai-composition-function): Likewise.
6852         (thai-auto-composition): New function.
6853         (thai-auto-composition-mode): New minor mode.
6855         * language/thai.el: Fix patterns to be registered in
6856         composition-function-table.
6858         * international/quail.el (quail-input-method): Locally bind
6859         inhibit-modification-hooks to t.
6861 2005-03-17  Richard M. Stallman  <rms@gnu.org>
6863         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
6864         (perl-mode): Use run-mode-hooks.
6866         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
6867         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
6868         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
6870         * mail/sendmail.el (sendmail-send-it): Reenable the code
6871         to compute resend-to-address and use it.
6873         * tar-mode.el (tar-mode): Turn off undo unconditionally.
6875         * image-mode.el: New file.
6877         * image.el (insert-sliced-image): Add autoload cookie.
6879         * font-lock.el (font-lock-lines-before): New user option.
6880         (font-lock-after-change-function): Obey it.
6882         * bindings.el (esc-map): Make M-g a prefix.
6883         Bind M-g g and M-g M-g to goto-line.
6885         * faces.el (face-id): Doc fix.
6887 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
6889         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
6890         (rmail-show-message): Use rmail-unknown-mail-followup-to.
6891         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
6893         * mail/sendmail.el (mail-yank-ignored-headers)
6894         (mail-font-lock-keywords, mail-mode-fill-paragraph):
6895         Add Mail-Followup-To and Mail-Reply-To headers.
6896         (mail-citation-hook): Add autoload cookie.
6897         (mail-mode): Doc fix.
6898         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
6899         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
6900         (mail-mode-fill-paragraph): Handle those headers.
6901         (mail-mailing-lists): New variable.
6902         (mail-mail-reply-to, mail-mail-followup-to): New functions.
6904 2005-03-17  Juri Linkov  <juri@jurta.org>
6906         * isearch.el (isearch-fallback): Check for `(car previous)'
6907         before calling `isearch-other-end-state'.
6909 2005-03-17  Kim F. Storm  <storm@cua.dk>
6911         * simple.el (move-beginning-of-line): Move to beginning of buffer
6912         line, as well as beginning of screen line.
6914 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
6916         * calendar/diary-lib.el (mark-diary-entries): Use new optional
6917         argument REDRAW rather than calendar-redrawing variable.
6918         * calendar/calendar.el (calendar-redrawing): Delete.
6919         (redraw-calendar): Do not bind calendar-redrawing.
6921 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
6923         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
6924         diary-file buffer.
6926 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6928         * help.el (describe-mode): Allow a :minor-mode-function property to
6929         specify a different minor mode toggle function than the variable.
6930         * simple.el (auto-fill-function):
6931         * subr.el (add-minor-mode): Use it.
6933 2005-03-16  Kenichi Handa  <handa@m17n.org>
6935         * language/ethio-util.el (sera-being-called-by-w3): New variable.
6936         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
6937         (ethio-fidel-to-sera-buffer): Likewise.
6939 2005-03-16  Juri Linkov  <juri@jurta.org>
6941         * emacs-lisp/find-func.el (find-function-regexp):
6942         Add defun-emitting macro `menu-bar-make-toggle'.
6944         * isearch.el: Put `isearch-scroll' property to
6945         `split-window-horizontally'.
6947         * info.el: Update error messages for `debug-ignored-errors'.
6948         (Info-isearch-search): Doc fix.
6949         (Info-find-node): Move up code to go into info buffer before
6950         recording the node to the history.
6951         (Info-fontify-node): Fontify titles only if the next line
6952         has two or more `*', `=', `-', `.'.
6953         Display "go to this node" for empty (match-string 3).
6955 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6957         * term/mac-win.el: Add mouse pointer shape constants.
6959 2005-03-15  Kim F. Storm  <storm@cua.dk>
6961         * simple.el (move-beginning-of-line): Use vertical-motion.
6963 2005-03-15  Juri Linkov  <juri@jurta.org>
6965         * isearch.el (isearch-error): New variable.
6966         (isearch-invalid-regexp, isearch-within-brackets): Remove.
6967         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
6968         (isearch-within-brackets-state): Remove.
6969         (isearch-case-fold-search-state, isearch-pop-fun-state):
6970         Decrease frame index.
6971         (isearch-mode, isearch-top-state, isearch-push-state)
6972         (isearch-edit-string, isearch-abort, isearch-search-and-update)
6973         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
6974         (isearch-search, isearch-lazy-highlight-new-loop):
6975         Replace `isearch-invalid-regexp' with `isearch-error'.
6976         Remove `isearch-within-brackets'.
6977         (isearch-search): Add `search-failed' handler to `condition-case'.
6978         (isearch-lazy-highlight-search): Add `condition-case' to catch
6979         errors and allow `isearch-lazy-highlight-update' to try
6980         highlighting from the beginning of the window.
6981         (isearch-repeat): Move up code to set isearch-wrapped to t
6982         before calling isearch-wrap-function.
6984         * info.el (Info-isearch-initial-node): New internal variable.
6985         (Info-search): Signal an error in isearch mode when search leaves
6986         the initial node.  Signal an error when `bound' is non-nil and
6987         nothing was found in the current subfile.
6988         (Info-isearch-search): Remove `condition-case'.
6989         (Info-isearch-wrap): Don't wrap when search failed during leaving
6990         the initial node.  If `Info-isearch-search' is nil, wrap around
6991         the current node.
6992         (Info-isearch-start): New fun.
6993         (Info-mode): Add buffer-local hook `Info-isearch-start' to
6994         `isearch-mode-hook'.
6996 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6998         * simple.el (normal-erase-is-backspace): Set default to t if
6999         running on Mac.
7001         * term/mac-win.el (function-key-map): Sync with x-win.el.
7003 2005-03-15  Kenichi Handa  <handa@m17n.org>
7005         * international/mule-cmds.el (locale-language-names): Modify the
7006         format of elements and add more entries.
7007         (locale-preferred-coding-systems): Add more entries.
7008         (set-locale-environment): Adjust for the change of
7009         locale-language-names.
7011 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7013         * pcvs.el (smerge-ediff): Remove bogus autoload.
7015 2005-03-14  Lute Kamstra  <lute@gnu.org>
7017         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
7018         Ignore a `*' at the beginning of a line.
7020         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
7021         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
7022         subr.el.
7023         (dont-compile, eval-when-compile, eval-and-compile): Use declare
7024         to specify indentation.
7026         * generic.el (define-generic-mode): Let generic-mode-list be a
7027         list of strings; test membership with equal.
7029 2005-03-14  Kim F. Storm  <storm@cua.dk>
7031         * simple.el (next-line, previous-line): Add optional try-vscroll
7032         arg to recognize interactive use.  Pass it on to line-move.
7033         (line-move): Don't perform auto-window-vscroll when defining or
7034         executing keyboard macro to ensure consistent behavior.
7036 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7038         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
7040 2005-03-13  Lute Kamstra  <lute@gnu.org>
7042         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
7043         debugger-setup-buffer so that backtrace marks the frames set to
7044         debug-on-exit and we don't have to do it manually.  Set an extra
7045         debug-on-exit for macro's.
7046         (debugger-setup-buffer): Don't mark the top frame manually.
7048 2005-03-12  Lute Kamstra  <lute@gnu.org>
7050         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
7051         lisp-indent-function throughout.
7052         (with-no-warnings): Set lisp-indent-function property.
7054 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
7056         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
7057         Add entry for backslash.
7059 2005-03-12  Juri Linkov  <juri@jurta.org>
7061         * info.el (Info-search): Four fixes for backward search.
7063 2005-03-11  Jay Belanger  <belanger@truman.edu>
7065         * calc/calc.el (calc-language-alist): New variable.
7066         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
7067         (calc-embedded-find-modes): Use calc-language-alist instead of
7068         calc-embedded-language-alist.
7070 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
7072         * calendar/calendar.el (calendar-redrawing): New internal
7073         variable.
7074         (redraw-calendar): Remove bogus save-excursion from previous
7075         change.  Bind calendar-redrawing to t for mark-diary-entries.
7076         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
7077         calendar if that is why we were called.
7079 2005-03-11  Kenichi Handa  <handa@m17n.org>
7081         * international/mule.el (make-coding-system): Set property
7082         coding-system-define-form to nil.
7083         (define-coding-system-alias): Likewise.
7085 2005-03-11  Kenichi Handa  <handa@m17n.org>
7087         These changes are suggested by Dave Love <fx@gnu.org>.
7089         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
7090         coding: tag.
7091         (adaptive-fill-regexp): Add more bullets.
7092         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
7093         regexps.
7095 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7097         * help.el (describe-mode): Properly handle non-trivial lighters.
7098         Don't ignore minor modes that are not listed in minor-mode-list.
7100         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
7101         feature ON when the user requests to turn it OFF.
7103 2005-03-10  Lute Kamstra  <lute@gnu.org>
7105         * emacs-lisp/debug.el (debug-entry-code): Delete it.
7106         (implement-debug-on-entry): New function to replace debug-entry-code.
7107         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
7108         second argument as the 2005-03-07 change makes it obsolete.
7109         (debug-on-entry, cancel-debug-on-entry): Update call to
7110         debug-on-entry-1.
7111         (debug, debugger-setup-buffer): Comment update.
7112         (debugger-frame-number): Update to work with implement-debug-on-entry.
7114 2005-03-10  Jay Belanger  <belanger@truman.edu>
7116         * calc/calc-embed.el (math-ms-args): Declare it.
7117         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
7118         math-ms-args.
7119         (calc-embedded-subst): Use math-multi-subst-rec to substitute
7120         variables.
7122 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
7124         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
7125         Use message-box.
7127         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
7128         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
7129         (tooltip-gud-tips): Simplify.
7130         (tooltip-gud-tips-p): Remove superfluous :set.
7131         (tooltip-gud-modes): Add fortran-mode.
7132         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
7134         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
7136 2005-03-09  Kim F. Storm  <storm@cua.dk>
7138         * play/animate.el (animate-place-char): Use forward-line instead
7139         of next-line to improve performance.
7141 2005-03-09  Simon Josefsson  <jas@extundo.com>
7143         * net/browse-url.el (browse-url-default-browser): Doc fix.
7145 2005-03-09  Miles Bader  <miles@gnu.org>
7147         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
7148         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
7150 2005-03-09  Kenichi Handa  <handa@m17n.org>
7152         * international/latin-1.el: Set case and syntax for 255 only if
7153         set-case-syntax-set-multibyte is nil.
7155         * textmodes/ispell.el (ispell-insert-word): New function.
7156         (ispell-word): Use ispell-insert-word to insert a new word.
7157         (ispell-process-line): Likewise.
7158         (ispell-complete-word): Likewise.
7160 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
7162         * calendar/calendar.el (redraw-calendar): Preserve point.
7163         Reported by Matt Hodges <MPHodges@member.fsf.org>.
7164         (calendar-week-start-day): Move after definition of
7165         redraw-calendar.  Delete buffer test, since redraw-calendar has
7166         that now.
7168         * calendar/diary-lib.el (mark-diary-entries): Only call
7169         redraw-calendar in the first of any recursive calls.
7170         Reported by Alan Shutko <ats@acm.org>.
7172 2005-03-08  Juri Linkov  <juri@jurta.org>
7174         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
7175         (html-horizontal-rule, html-line, html-image, html-checkboxes)
7176         (html-radio-buttons): Add a space before the trailing `/>' where
7177         sgml-xml-mode is non-nil.
7178         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
7179         the subsequent tag of the empty XML tag.
7180         (html-href-anchor): Don't set initial input to "http:".
7181         (html-image): Ask for the image URL and set point inside alt="".
7182         (html-name-anchor): Duplicate the name in the `id' attribute when
7183         sgml-xml-mode is non-nil.
7184         (html-paragraph): Remove \n before <p>.
7185         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
7186         instead of `checked' when sgml-xml-mode is non-nil.
7188         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
7189         Remove 1 space before #RRGGBB to not truncate it on terminal
7190         windows w/o fringes.  Remove 1 space between bg and fg examples
7191         to get more space.
7192         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
7193         avoid byte-compile warnings.
7195         * image-file.el (image-file-handler): Put `safe-magic' property to
7196         `image-file-handler'.
7198         * info.el (Info-isearch-search): Emulate word search in
7199         isearching through multiple Info nodes with Info-search.
7200         (Info-isearch-wrap): Allow isearch-word.
7202 2005-03-08  Lute Kamstra  <lute@gnu.org>
7204         * emacs-lisp/debug.el (debugger-step-through): Make sure that
7205         stepping into the debugger's code is not possible.
7206         (debugger-jumping-flag): Docstring update.
7208 2005-03-08  Jay Belanger  <belanger@truman.edu>
7210         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
7211         embedded mode begins.
7212         (calc-embedded-language-alist): New variable.
7213         (calc-embedded-find-modes): Use calc-embedded-language-alist to
7214         set default language mode.
7216 2005-03-08  Kenichi Handa  <handa@m17n.org>
7218         * international/ccl.el (define-ccl-program): Fix docstring about
7219         extra 256 bytes assured for the output buffer.
7221         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7222         Fix BUFFER_MAGNIFICATION to 2.
7223         (ccl-encode-mule-utf-16be-with-signature): Likewise.
7225 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
7227         * align.el (align-rules-list): Added an alignment rule for CSS
7228         declarations (applies to css-mode and html-mode buffers).
7230 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7232         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
7234 2005-03-07  Kim F. Storm  <storm@cua.dk>
7236         * simple.el (move-beginning-of-line): New command.
7238         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
7240         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
7242         * emulation/cua-base.el: Put CUA move property on move-end-of-line
7243         and move-beginning-of-line.
7245         * apropos.el (apropos-print): Omit command from M-x ... RET.
7247 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
7249         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
7250         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
7252 2005-03-06  Richard M. Stallman  <rms@gnu.org>
7254         * bindings.el (esc-map): Bind M-g to goto-line.
7256         * facemenu.el (global-map): Bind M-o, not M-g.
7258 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7260         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
7261         "Open Directory" as for "Open File".
7263 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
7265         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
7266         (push-mark-command): Run activate-mark-hook.
7268 2005-03-06  Richard M. Stallman  <rms@gnu.org>
7270         * help-mode.el (help-mode-finish): Don't alter the element
7271         in view-return-to-alist if there already is one.
7273         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
7274         make sure the current buffer is the expected one.
7276         * novice.el (disabled-command-function): Output in *Disabled Command*.
7277         Explicitly ignore non-keyboard events, and explicitly handle C-g.
7279         * textmodes/flyspell.el (flyspell-large-region):
7280         Pass args differently for aspell.
7282         * files.el (mode-require-final-newline): Doc fix.
7284 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
7286         * progmodes/which-func.el (which-function):
7287         Specify NOERROR when calling imenu--make-index-alist.
7289 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7291         * simple.el (normal-erase-is-backspace): Define default value.
7293         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
7294         (custom-reevaluate-setting): Simple function to handle
7295         variables that are defined before their default value can really
7296         be computed.
7298         * startup.el (command-line): Use it for temporary-file-directory,
7299         small-emporary-file-directory, auto-save-file-name-transforms,
7300         blink-cursor-mode, and normal-erase-is-backspace.
7302         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
7303         progress, even with buggy anchored keywords.
7305 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
7307         * simple.el (goto-line): Remove unbalanced final parenthesis.
7309 2005-03-05  Richard M. Stallman  <rms@gnu.org>
7311         * simple.el (goto-line): Use a number at point as the default.
7312         With C-u as arg, switch buffers.
7314 2005-03-05  Juri Linkov  <juri@jurta.org>
7316         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
7317         with `no-blinking-cursor'.
7319         * startup.el (no-blinking-cursor): New defvar.
7320         (command-line): Add `--no-blinking-cursor' to longopts.
7321         Set `no-blinking-cursor' to t for command line arguments
7322         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
7323         with `no-blinking-cursor' in the condition for calling
7324         `blink-cursor-mode'.
7326 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
7328         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
7329         (menu-bar-options-save): Add blink-cursor-mode.
7330         (menu-bar-options-menu): Add blink-cursor-mode.
7332 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
7334         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
7335         (icalendar-export-file, icalendar-export-region)
7336         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
7337         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
7339 2005-03-04  Lute Kamstra  <lute@gnu.org>
7341         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
7342         (debug-function-list): Ditto.
7344 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
7346         * textmodes/texinfmt.el (texinfo-append-refill):
7347         Redefine the types of line to which @refill
7348         is not appended by replacing a search for `@refill\\|@bye' with
7349         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
7350         itemize@refill' bug and the unfilled long lines bug.
7351         (texinfmt-version): Update number and date.
7353 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7355         * international/code-pages.el (windows-1250, windows-125[2-8])
7356         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
7358 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7360         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
7361         bound yet.
7363 2005-03-02  Romain Francoise  <romain@orebokech.com>
7365         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
7366         buffer after removing limits.
7367         (ibuffer-pop-filter): Ditto.
7368         Update copyright.
7370 2005-03-02  Miles Bader  <miles@gnu.org>
7372         * button.el (make-text-button): If the user doesn't specify a
7373         type, use the default.  Rewrite to use `add-text-properties' and
7374         plist functions.
7376 2005-03-01  Lute Kamstra  <lute@gnu.org>
7378         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
7379         (debugger-jumping-flag): New var.
7380         (debug-entry-code): Use it.
7381         (debugger-jump): Use debugger-jumping-flag and add
7382         debugger-reenable to post-command-hook.
7383         (debugger-reenable): Use debugger-jumping-flag and remove itself
7384         from post-command-hook.
7385         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
7386         debugger-reenable.
7388 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
7390         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
7391         inclusion of "itemize\\|", which may be unnecessary, is certainly
7392         inelegant, and stops refilling in itemize lists when formatting
7393         Japanese Texinfo files to Info.
7394         Update copyright to 2005.
7396 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
7398         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
7399         of an error if GDB can't find the source file.
7401 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
7403         * calendar/calendar.el (redraw-calendar): Work from any buffer,
7404         not just the calendar.
7406         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
7407         first.
7408         (diary-redraw-calendar): New function.
7409         (make-diary-entry): Add diary-redraw-calendar to local
7410         write-contents-functions.  Turn off selective display before
7411         inserting in diary.
7413 2005-03-01  Kim F. Storm  <storm@cua.dk>
7415         * emacs-lisp/copyright.el (copyright-fix-years): New command.
7417 2005-03-01  Lute Kamstra  <lute@gnu.org>
7419         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
7420         that debug-entry-code can be safely removed from a function while
7421         this code is being evaluated.  Revert the 2005-02-27 change as the
7422         new implementation no longer requires it.  Make sure that a
7423         function body containing just a string is not mistaken for a docstring.
7424         (debug): Skip one more frame in case of debug on entry.
7425         (debugger-setup-buffer): Delete one more frame line in case of
7426         debug on entry.
7427         (debugger-frame-number): Update to use the new text introduced by
7428         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
7430 2005-02-28  Kim F. Storm  <storm@cua.dk>
7432         * double.el (double-translate-key): Call force-window-update after
7433         read-event to avoid crash in redisplay.
7435 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7437         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
7438         (debug): Use it.  Move the inhibit-trace earlier.
7439         (debug-entry-code): New const.
7440         (debug-on-entry-1): Use it.
7442 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
7444         * international/utf-16.el (ccl-encode-mule-utf-16le):
7445         Fix BUFFER_MAGNIFICATION to 2.
7446         (ccl-encode-mule-utf-16be): Likewise.
7448 2005-02-28  Kenichi Handa  <handa@m17n.org>
7450         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7451         Fix BUFFER_MAGNIFICATION to 4.
7452         (ccl-encode-mule-utf-16be-with-signature): Likewise.
7454 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
7456         * speedbar.el (speedbar-update-flag): Doc fix.
7457         (speedbar-show-info-under-mouse): Give set-mouse-position the right
7458         argument.
7460 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7462         * reveal.el (reveal-post-command): Don't try to reveal overlays which
7463         have a non-nil `invisible' property but are actually visible.
7465         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
7466         for perldoc sections.
7467         (perl-outline-regexp, perl-outline-level): New var and function.
7468         (perl-mode): Use them.
7470 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
7472         * calendar/diary-lib.el (diary-remind): Discard any mark portion
7473         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
7475 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
7477         * cus-edit.el: Comment change.
7478         (custom-buffer-create-internal): Slightly reword text at top of
7479         Custom buffers.  Mention there that saving an option edits the
7480         init file.  Add link to Emacs manual node on `custom-file'.
7481         (custom-magic-alist): Rewrite individual State messages to use
7482         capitalized keywords.  Doc fix.
7484 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
7486         * calendar/calendar.el (calendar-buffer): Move above
7487         calendar-week-start-day.
7488         (calendar-week-start-day): Doc fix.  Add :set function.
7489         (calendar-minimum-window-height): New variable.
7490         (generate-calendar-window): Only resize window if selected-window
7491         is displaying the calendar buffer.  Use new variable
7492         calendar-minimum-window-height.
7493         (generate-calendar): Reword error message.
7494         (calendar-mode-map): Bind DEL to scroll-other-window-down.
7496 2005-02-27  Andreas Schwab  <schwab@suse.de>
7498         * vc.el (vc-do-command): Don't run command asynchronously when
7499         operating in a remote directory.
7501         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
7502         change from sync with Tramp 2.0.47.
7504 2005-02-27  Richard M. Stallman  <rms@gnu.org>
7506         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
7508         * textmodes/flyspell.el (flyspell-mode-on):
7509         Call ispell-change-dictionary only if necessary.
7511         * emacs-lisp/re-builder.el (regexp-builder): New function.
7513         * register.el (describe-register-1): Explicitly handle
7514         yank-excluded-properties = t.
7516         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
7517         (custom-magic-alist): Change the status descriptions again.
7518         (face widget-type): Total rewrite based on `restricted-sexp'
7519         to eliminate the confusing double hiding levels.
7521         * emacs-lisp/debug.el (debug-on-entry-1):
7522         If function body is empty, add nil as body form.
7524 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7526         * emacs-lisp/trace.el (inhibit-trace): New var.
7527         (trace-make-advice): Use it.
7529         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
7531 2005-02-26  Kim F. Storm  <storm@cua.dk>
7533         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
7534         (mouse-on-link-p, mouse-drag-region-1): Use it.
7536 2005-02-25  Lute Kamstra  <lute@gnu.org>
7538         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
7540 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
7542         * frame.el (blink-cursor-mode): Add :group keyword.
7544 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
7546         * calendar/icalendar.el (icalendar--decode-isodatetime):
7547         New optional argument DAY-SHIFT.
7548         (icalendar-export-region): Fix coding-system-for-write.
7549         (icalendar--convert-ical-to-diary): Shift end-day of all-day
7550         events by one.
7552 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7554         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
7556 2005-02-24  Kim F. Storm  <storm@cua.dk>
7558         * international/iso-acc.el (iso-accents-compose): Fix crash
7559         during redisplay.  Call force-window-update after read-event
7560         and delete-region to signal that window is not accurate.
7562 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7564         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
7565         Remove unused and inexistent var `inhibit-trace'.
7566         (debugger-mode): Use run-mode-hooks.
7567         (debugger-list-functions): Add buttons; setup xref stack.
7569 2005-02-23  Richard M. Stallman  <rms@gnu.org>
7571         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
7572         appointment says it was explicitly made.
7573         (appt-add): Set the 3rd element.
7574         (appt-make-list): Preserve explicit appointments.
7576         * subr.el (find-tag-default): Catch errors in forward-sexp.
7578 2005-02-23  Juri Linkov  <juri@jurta.org>
7580         * info.el (Info-isearch-search): New defcustom.
7581         (Info-isearch-search): Call the default isearch function
7582         when Info-isearch-search is nil.
7583         (Info-isearch-wrap): Use variable Info-isearch-search.
7585 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
7587         * cus-edit.el: Comment change.
7589 2005-02-22  Kim F. Storm  <storm@cua.dk>
7591         * progmodes/hideif.el (hide-ifdef-use-define-alist):
7592         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
7594 2005-02-22  Simon Josefsson  <jas@extundo.com>
7596         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
7597         New variable.
7598         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
7599         Oskarsson" <myrkraverk@users.sourceforget.net>.
7601 2005-02-22  Kim F. Storm  <storm@cua.dk>
7603         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
7604         check that window of that event is the selected window.
7605         (mouse-drag-region-1): Compare mouse event window to selected
7606         window before setting point.
7608         * tooltip.el (tooltip-show-help-function): Pass event to
7609         mouse-on-link-p so it can check selected window.
7611 2005-02-22  Kenichi Handa  <handa@m17n.org>
7613         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
7614         (ps-mule-show-warning): New function.
7615         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
7616         characters are found.
7618         * ps-print.el (ps-header-footer-string): Return a list of header
7619         and footer strings.
7621 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7623         * pcvs.el (cvs-retrieve-revision): Fix thinko.
7625 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7627         * frame.el (blink-cursor-mode): Use define-minor-mode.
7629         * term/mac-win.el (function-key-map): Use char-names more consistently.
7630         (file-name-coding-system): Only set it for MacOS-9.  The other case is
7631         already handled in mule-cmds.el (where it also works when mac-win.el
7632         is not used).
7634 2005-02-21  Kenichi Handa  <handa@m17n.org>
7636         * international/mule.el (ctext-pre-write-conversion): Always use
7637         " *code-converting-work*" buffer for work.
7639         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
7641 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
7643         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
7645 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
7647         * ses.el (undo-more): Restore defadvice, but only the part that
7648         allows changes outside the restricted area of the buffer.
7650 2005-02-20  Kim F. Storm  <storm@cua.dk>
7652         * simple.el (line-move): Add fourth optional arg try-vscroll which
7653         must be set to perform auto-window-vscroll.
7654         When moving backwards and doing auto-window-vscroll, automatically
7655         vscroll to the last part of lines which are taller than the window.
7656         (next-line, previous-line): Set try-vscroll arg on line-move.
7658 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
7660         * replace.el (query-replace, query-replace-regexp)
7661         (replace-string, replace-regexp): When operating on region, make
7662         the minibuffer prompt say so.
7664         * isearch.el (isearch-forward): Document isearch-query-replace and
7665         isearch-query-replace-regexp keybindings.
7667 2005-02-19  Jay Belanger  <belanger@truman.edu>
7669         * calc/calc-aent.el (math-read-token): Add local variable.
7671         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
7672         (calc-edit-top): Move declaration to earlier in file.
7673         (calc-edit-macro-repeats): Add local variables.
7675         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
7676         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
7677         calcFunc-tanh.
7678         Adjust integration rule for calcFunc-tan.
7680 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
7682         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
7683         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
7684         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
7685         (viper-skip-separators): Bug fix.
7686         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
7687         particular major mode.
7688         (viper-del-backward-char-in-replace): Don't put deleted char on the
7689         kill ring.
7691         * viper-ex.el (viper-color-display-p): New function.
7692         (viper-has-face-support-p): Use viper-color-display-p.
7694         * viper-keym.el (viper-gnus-modifier-map): New keymap.
7696         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
7698         * viper-util.el (viper-glob-unix-files): Fix shell status check.
7699         (viper-file-remote-p): Make equivalent to file-remote-p.
7701         * viper.el (viper-major-mode-modifier-list):
7702         Use viper-gnus-modifier-map.
7704 2005-02-19  David Kastrup  <dak@gnu.org>
7706         * subr.el (subregexp-context-p): Fix garbled doc string by adding
7707         quoting.
7709 2005-02-19  Jay Belanger  <belanger@truman.edu>
7711         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
7712         Remove extra definitions.
7713         (calc-coth): New function.
7714         (calcFunc-cot): Fix `let'.
7716 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
7718         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
7719         the reasons we use "type pc" in these faces.
7721         * button.el (button): Ditto.
7723 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
7725         * replace.el (query-replace-read-from): Set the value of
7726         query-replace-from-history-variable to handle the case of an empty
7727         string entered to accept the suggested default.
7729         * net/tramp.el (tramp-file-name-for-operation):
7730         Use dired-call-process instead of dired-call-process-command.
7732 2005-02-19  Jay Belanger  <belanger@truman.edu>
7734         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
7735         (math-div-non-trig): New variables.
7736         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
7737         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
7738         (math-combine-prod, math-div-symb-fancy): Add simplifications for
7739         trig expressions.
7741 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
7743         * progmodes/gdb-ui.el (gdb-var-update-handler)
7744         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
7745         for watch expressions,
7746         (gdb-var-create-handler): Don't set speedbar-update-flag.
7747         (gdb-post-prompt): Simplify test for speedbar.
7749 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
7751         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
7752         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
7753         we use the syntax table of the correct buffer.
7754         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
7755         Felix Gatzemeier.
7757         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
7758         (ediff-file-remote-p): Make synonymous with file-remote-p.
7759         In all deffaces ediff-*-face-*, use min-colors.
7761         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
7762         ediff-recurse-to-subdirectories.
7763         (ediff-mark-if-equal): Check that the arguments are strings, use
7764         ediff-same-contents (after to Felix Gatzemeier).
7766         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
7767         nil.
7769 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7771         * log-view.el (log-view-message-re): Fix up Subversion regexp.
7773 2005-02-18  David Kastrup  <dak@gnu.org>
7775         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
7776         use `mark-active' when defined.
7778 2005-02-18  Kenichi Handa  <handa@m17n.org>
7780         * ps-print.el (ps-font-info-database): New entry
7781         ZapfChancery-MediumItalic with correct font name.  Fix font name
7782         of the entry Zapf-Chancery-MediumItalic.
7784 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
7786         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
7788 2005-02-16  Kim F. Storm  <storm@cua.dk>
7790         * ido.el (ido-fallback-command): Pass user input to fallback command.
7792 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
7794         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7795         (gdb-find-file-hook): Add server prefix.
7797 2005-02-16  Richard M. Stallman  <rms@gnu.org>
7799         * replace.el (perform-replace): Pass new args to replace-highlight.
7800         (replace-highlight): Take region args,
7801         and pass them to isearch-lazy-highlight-new-loop.
7803         * novice.el (disabled-command-hook): Autoload the defalias
7804         and the make-obsolete-variable call.
7806         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
7808         * isearch.el (isearch-lazy-highlight-start-limit)
7809         (isearch-lazy-highlight-end-limit): New variables limit
7810         the region for highlighting.
7811         (isearch-lazy-highlight-new-loop): New args BEG and END.
7812         (isearch-lazy-highlight-search): Use the new vars.
7813         (isearch-lazy-highlight-update): Likewise.
7815         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
7817         * cus-start.el (all): Use default-boundp.
7819 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
7821         * menu-bar.el (menu-bar-select-frame): Handle current frame.
7823 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
7825         * autorevert.el (auto-revert-stop-on-user-input)
7826         (auto-revert-verbose): Doc fixes.
7828 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
7830         * international/mule-cmds.el (set-locale-environment): Remove call
7831         to set-selection-coding-system on Windows.
7833 2005-02-15  Jay Belanger  <belanger@truman.edu>
7835         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
7836         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
7837         calcFunc-coth.
7838         (math-simplify-sqrt): Add simplifications.
7840         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
7841         to list.
7843         * calc/calc-ext.el: Add functions to autoloads.
7845         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
7846         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
7847         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
7848         (math-csc-raw, math-cot-raw): New functions.
7850         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
7852         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
7853         the variable name in a message.
7855         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
7856         calcFunc-csc, calcFunc-cot.
7858         * calc/calcalg2.el: Add derivative and integration rules for
7859         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
7860         calcFunc-csch, calcFunc-coth.
7861         (math-do-integral-methods): Add to checks for when to use
7862         substitutions.
7864         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
7866 2005-02-15  Lute Kamstra  <lute@gnu.org>
7868         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7869         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
7870         <monnier@iro.umontreal.ca>
7871         (lisp-outline-level): Improve efficiency.  Suggested by David
7872         Kastrup <dak@gnu.org>.
7874 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
7876         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
7877         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
7878         (gdb-set-gud-minor-mode-existing-buffers): New functions.
7879         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
7880         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
7882 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
7884         * cus-start.el (all): Comment change.
7886 2005-02-14  Lute Kamstra  <lute@gnu.org>
7888         * cus-start.el (all): Check if symbol is void.
7890 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
7892         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
7893         optional argument to \cite.
7895 2005-02-14  Richard M. Stallman  <rms@gnu.org>
7897         * cus-edit.el (custom-buffer-create-internal): Update help message.
7898         (custom-magic-alist): Update help messages.
7900         * cus-start.el (all): Allow a var to specify a standard value.
7902 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
7904         * custom.el (custom-theme-set-variables): Handle variable aliases.
7906         * frame.el (blink-cursor-timer): Doc fix.
7907         (blink-cursor): Make it an alias for `blink-cursor-mode' and
7908         declare obsolete.
7909         (blink-cursor-mode): Define with defcustom and use correct
7910         standard expression in that defcustom.
7911         * startup.el (command-line): Adapt to above changes in frame.el.
7913 2005-02-11  Lute Kamstra  <lute@gnu.org>
7915         * apropos.el (apropos-score-doc): Prevent division by zero.
7917 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
7919         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
7920         (icalendar--get-event-property-attributes)
7921         (icalendar--get-event-properties)
7922         (icalendar--datetime-to-diary-date): New functions.
7923         (icalendar--split-value): Doc fix.
7924         (icalendar--datetime-to-noneuropean-date)
7925         (icalendar--datetime-to-european-date): New optional argument
7926         SEPARATOR.  Return result as a string instead of a list.
7927         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
7928         (icalendar--convert-string-for-export): Rename arg S to STRING.
7929         (icalendar-export-region): Doc fix.  Change name of error buffer.
7930         Save output buffer.
7931         (icalendar-import-file): Add blank at end of prompt.
7932         (icalendar-import-buffer): Doc fix.  Do not switch to error
7933         buffer.  Indicate status in return value.
7934         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
7935         buffer.  Save output buffer.  Handle exception from recurrence
7936         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
7937         events.  Fix problems with weekly all-day events.
7939 2005-02-10  Richard M. Stallman  <rms@gnu.org>
7941         * simple.el (eval-expression-print-format):
7942         Avoid warning about edebug-active.
7944         * help.el (help-for-help-internal): Rename from help-for-help.
7945         (help-for-help): Define with defalias.
7947         * font-core.el (font-lock-default-function): Use with-no-warnings.
7949         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
7951         * custom.el (defface): Doc fix.
7953 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
7955         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
7956         width 0" to prevent word wrapping problems.
7958 2005-02-09  Kim F. Storm  <storm@cua.dk>
7960         * ido.el (ido-file-extensions-order): New defcustom.
7961         (ido-file-extension-lessp, ido-file-extension-aux)
7962         (ido-file-extension-order): New advanced file ordering.
7963         (ido-file-lessp): New simple file ordering.
7964         (ido-sort-list): Remove.
7965         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
7966         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
7968 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
7970         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
7971         that some versions of grep produce.
7972         (grep-mode-font-lock-keywords): Likewise.
7974 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
7976         * progmodes/gdb-ui.el (gdb-location-list): New variable.
7977         (gdb-cdir): Delete.
7978         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
7979         (gdb-source-info): Treat case when source file is in another
7980         directory properly.
7981         (gdb-get-location): New function.
7983 2005-02-07  Jay Belanger  <belanger@truman.edu>
7985         * calc/calc-prog.el (calc-write-parse-table-part)
7986         (calc-fix-token-name): Fix a check for language type.
7988         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
7990 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
7992         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
7993         as directory not writable.
7995 2005-02-07  Kim F. Storm  <storm@cua.dk>
7997         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
7998         (cua--standard-movement-commands): Remove list.
7999         Instead, set CUA property value to move for movement commands.
8000         (cua-movement-commands): Remove.  Users must set CUA prop instead.
8001         (cua--pre-command-handler): Check CUA property.
8002         (cua--init-keymaps): Don't remap undo commands.
8003         (cua-mode): Don't call cua--rectangle-on-off.
8005         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
8006         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
8007         (cua--rect-undo-set-point): New var.
8008         (cua--rectangle-undo-boundary): Setup undo apply entry.
8009         (cua--rect-undo-handler): New function for rectangle undo.
8010         (cua--rect-start-position, cua--rect-end-position): Add.
8011         (cua--rectangle-post-command): Call cua--rectangle-set-corners
8012         for restored rectangle.  Set point if cua--rect-undo-set-point.
8014 2005-02-06  Jay Belanger  <belanger@truman.edu>
8016         * calc/calc-lang.el (calc-tex-language): Display more information
8017         in messages.
8019         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
8020         in TeX mode.
8022 2005-02-06  Richard M. Stallman  <rms@gnu.org>
8024         * emacs-lisp/lisp.el (buffer-end): Doc fix.
8026 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
8028         * net/ldap.el (ldap-search-internal): Support attributes with
8029         optional descriptions separated by a semi-colon, as in
8030         "userCertificate;binary".
8032 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8034         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
8035         isn't a cons (i.e. the version is 0).
8037 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
8039         * help.el (help-for-help): Doc fix.
8041 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
8043         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
8044         GDB-Windows on the menu-bar as this works better.
8046 2005-02-04  Jay Belanger  <belanger@truman.edu>
8048         * calc/calc-embed.el (calc-embedded-update): Don't put in
8049         unnecessary newlines.  Adjust the end of formula marker.
8051         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
8052         (math-latex-parse-two-args): New function.
8054 2005-02-03  Lute Kamstra  <lute@gnu.org>
8056         * help-fns.el (help-with-tutorial): Make sure that users cannot
8057         remove the entire text of the tutorial by means of `undo'.
8059 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8061         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
8062         in recent changes, where the ispell process was repeatedly
8063         killed & restarted.
8065         * international/mule-cmds.el (set-locale-environment): Set file-name
8066         coding system to utf-8 on Darwin systems.
8067         (set-default-coding-systems): Don't set default-file-name-coding-system
8068         on Darwin systems.
8070 2005-02-03  Richard M. Stallman  <rms@gnu.org>
8072         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
8074 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
8076         * faces.el (list-faces-display): Add optional argument.
8078 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8080         * font-core.el (font-lock-default-function): Handle the rare case where
8081         only font-lock-keywords is set.
8083 2005-02-02  Kenichi Handa  <handa@m17n.org>
8085         * international/characters.el: Cancel previous change for
8086         I-WITH-DOT-ABOVE and DOTLESS-i.
8088         * international/latin-5.el: Cancel previous change.
8090 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
8092         * progmodes/gud.el: Correction to syntax in gud-menu-map.
8094 2005-02-02  Kenichi Handa  <handa@m17n.org>
8096         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
8097         DOTLESS-i.
8099         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
8100         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
8102         * case-table.el (get-upcase-table): New function.
8103         (copy-case-table): Copy upcaes table too if non-nil.
8104         (set-case-syntax-delims): Maintain upcase table too.
8105         (set-case-syntax-pair): Likewise.
8106         (set-upcase-syntax, set-downcase-syntax): New functions.
8107         (set-case-syntax): Maintain upcase table too.
8109 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
8111         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
8113         * progmodes/gud.el (gud-goto-info): New function.
8114         (gud-tool-bar-map): Use correct icon.
8116 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
8118         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
8119         When delegating, order args in the funcall correctly.
8121 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
8123         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
8125 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
8127         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
8128         buffer not visiting a file.
8130 2005-01-31  Jay Belanger  <belanger@truman.edu>
8132         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
8133         bound on the line with the formula.
8135 2005-01-31  Kim F. Storm  <storm@cua.dk>
8137         * ses.el (ses-create-cell-variable-range)
8138         (ses-destroy-cell-variable-range, ses-reset-header-string)
8139         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
8140         (ses-insert-row): Fix format of apply undo entries.
8142 2005-01-31  Jay Belanger  <belanger@truman.edu>
8144         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
8145         parts.
8147         * calc/calc-embed.el (calc-embedded-open-formula)
8148         (calc-embedded-close-formula): Ignore matrix environments.
8150         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
8151         TeX mode.
8153         * calc/calc-lang.el (math-function-table, math-oper-table)
8154         (math-variable-table): Adjust the LaTeX portions.
8156         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
8157         (math-latex-ignore-words): New constant.
8159 2005-01-31  Richard M. Stallman  <rms@gnu.org>
8161         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
8162         (ispell-local-dictionary): Doc fix.
8163         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
8164         Don't reinitialize at run time.  Don't defcustom.
8165         All uses changed to append ispell-local-dictionary-alist,
8166         or check it first.
8167         (ispell-current-dictionary): New variable for dictionary in use.
8168         (ispell-dictionary): Now used only for global default.
8169         (ispell-start-process): Set ispell-current-dictionary,
8170         not ispell-dictionary.
8171         (ispell-change-dictionary): Use this only for setting
8172         user preferences.
8173         (ispell-internal-change-dictionary): New function
8174         to change the current dictionary in use.
8175         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
8176         Use ispell-current-dictionary.
8177         Handle ispell-local-dictionary-overridden.
8178         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
8180 2005-01-31  Jay Belanger  <belanger@truman.edu>
8182         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
8184         * calc/calc-ext.el: Add calc-latex-language to autoloads.
8185         (calc-mode-map): Add calc-latex-language.
8187         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
8188         (math-latex-print-frac): New functions.
8189         (math-oper-table, math-function-table, math-variable-table)
8190         (math-complex-format, math-input-filter): Add latex properties.
8191         (calc-set-language): Set math-expr-special-function-mapping.
8193         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
8194         (calc-write-parse-table-part): Add LaTeX support.
8196         * calc/calc.el (calc-language): Adjust docstring.
8197         (calc-set-mode-line): Add LaTeX support.
8198         (math-expr-special-function-mapping): New variable.
8199         (math-tex-ignore-words): Add to list.
8201         * calc/calccomp.el (math-compose-expr, math-compose-rows):
8202         Add LaTeX support.
8203         (math-compose-expr): Add support for special functions.
8205         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
8207 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
8209         * progmodes/gdb-ui.el (gdb-memory-address)
8210         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
8211         (gdb-memory-mode-map, gdb-memory-format-keymap)
8212         (gdb-memory-format-menu, gdb-memory-unit-keymap)
8213         (gdb-memory-unit-menu): New variables for a buffer
8214         that lets the user examine program memory.
8215         (gdb-memory-set-address, gdb-memory-set-repeat-count)
8216         (gdb-memory-format-binary, gdb-memory-format-octal)
8217         (gdb-memory-format-unsigned, gdb-memory-format-signed)
8218         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
8219         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
8220         (gdb-memory-unit-word, gdb-memory-unit-halfword)
8221         (gdb-memory-unit-byte, gdb-memory-unit-menu)
8222         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
8223         (gdb-memory-mode, gdb-memory-buffer-name)
8224         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
8225         New functions for above buffer.
8227 2005-01-30  Richard M. Stallman  <rms@gnu.org>
8229         * cus-edit.el (custom-bury-buffer): Function deleted.
8230         (custom-buffer-done-function): Option deleted.
8231         (custom-buffer-done-kill): New (replacement option.
8232         (Custom-buffer-done): Call quit-window.
8233         (custom-buffer-create-internal): Update for above changes.
8235 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
8237         * simple.el (undo-ask-before-discard): New var.
8238         (undo-outer-limit-truncate): Implement it.
8239         (undo-extra-outer-limit): Doc update.
8241 2005-01-29  Richard M. Stallman  <rms@gnu.org>
8243         * ses.el (undo-more): Delete defadvice.
8244         (ses-begin-change): Doc fix.
8246         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
8247         instead of rebinding C-x u and C-_.
8249         * files.el (normal-backup-enable-predicate): Return nil for files
8250         in /tmp, regardless of temporary-file-directory.
8252         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
8254         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
8255         (open-rectangle, delete-whitespace-rectangle-line)
8256         (clear-rectangle-line): If FILL, pass t instead of FILL
8257         for move-to-column's 2nd arg.
8259         * simple.el (undo): Fix the test for continuing a series of undos.
8260         (undo-more): Set pending-undo-list to t when we reach end.
8261         (pending-undo-list): Move up defvar.
8263         * wid-edit.el (widget-button-click):
8264         Shorten the range of the track-mouse binding.
8266         * comint.el (comint-insert-input): Undo previous changes;
8267         use last-input-event in interactive spec.
8269 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
8271         * progmodes/compile.el (compilation-start): Bind buffer-read-only
8272         to nil before invoking call-process.  Reset buffer's modified flag
8273         after fontifying it in the no-async branch.
8275         * wid-edit.el (widget-specify-button): If mouse pointer shape
8276         cannot be changed, use mouse face instead.
8278 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
8280         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8281         (gdb-goto-breakpoint): Make breakpoint handling work on template
8282         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
8283         (gdb-assembler-custom): Update to recognize breakpoint information
8284         added on 2005-01-19.
8286 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8288         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
8289         (dsssl-mode): Use define-derived-mode.
8290         (scheme-mode-initialize): Remove.
8291         (scheme-mode): Use run-mode-hooks.
8293         * cus-edit.el (customize-group-other-window)
8294         (custom-buffer-create-other-window): Don't override special-display-*.
8295         (custom-mode-map): Make it dense.
8297         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
8298         sets the default value.
8300 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
8302         * descr-text.el: Add more keywords.
8304 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8306         * speedbar.el: Avoid unnecessary use of locate-library.
8308         * international/mule-cmds.el (standard-display-european-internal):
8309         Don't fiddle with latin-1 non-break space any more since it's now
8310         special cased in the C code.
8311         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
8313 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
8315         * cus-start.el (all): Add `undo-outer-limit'.
8317 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8319         * textmodes/bibtex.el (bibtex-format-entry):
8320         Use `bibtex-empty-field-re' only on the text of fields, not on entire
8321         field lines.
8322         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
8323         not on part of a buffer.
8325 2005-01-25  Lute Kamstra  <lute@gnu.org>
8327         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
8328         nonempty field text strings like "{letters\\macro{}more letters}".
8329         Clarify docstring.
8330         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
8331         (bibtex-entry-offset, bibtex-parse-association)
8332         (bibtex-parse-field-name): Fix typos in docstrings.
8333         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
8335 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
8337         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
8338         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
8339         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
8340         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
8342         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
8343         isearch minor mode.
8345 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
8347         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
8349 2005-01-24  Lute Kamstra  <lute@gnu.org>
8351         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
8352         CASECHARS and NOT-CASECHARS regular expressions of the
8353         "nederlands" and "nederlands8" dictionaries to prevent a "Range
8354         striding over charsets" error.
8356 2005-01-24  Jay Belanger  <belanger@truman.edu>
8358         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
8359         display variable name.
8361 2005-01-24  Kenichi Handa  <handa@m17n.org>
8363         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
8364         Fix setting of the element of encoded-kbd-iso2022-invocations.
8366 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
8368         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8369         (gdb-threads-select): Change to also accept mouse events.
8370         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
8371         (gdb-threads-mouse-select): Delete.
8373 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
8375         * files.el (insert-directory): Take care of empty directory,
8376         listed without -a switch.
8378 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8380         * textmodes/refill.el (refill-post-command-function):
8381         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
8382         to the list of functions that we should be careful not to undo.
8383         (refill-late-fill-paragraph-function): Remove.
8384         (refill-saved-state): New var.
8385         (refill-mode): Use it to save fill-paragraph-function.
8386         Save also the value of auto-fill-function.
8388         * term/w32-win.el: Simplify code.
8390 2005-01-23  Kim F. Storm  <storm@cua.dk>
8392         * simple.el (line-move): Adapt to new return value from
8393         pos-visible-in-window-p.
8395         * simple.el (line-move): Fix last change.  Check partial
8396         visibility at point rather than at window-start.
8398 2005-01-22  Jason Rumney  <jasonr@gnu.org>
8400         * term/w32-win.el (xw-defined-colors): Remove debug-message.
8402 2005-01-22  David Kastrup  <dak@gnu.org>
8404         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
8406 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
8408         * type-break.el (type-break-mode): Add a test for
8409         type-break-file-name being non-nil.
8411 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8413         * net/eudc.el (top level): Call (message "") via progn, so that
8414         eudc-options-file is loaded.
8416 2005-01-22  Kim F. Storm  <storm@cua.dk>
8418         * simple.el (line-move-1): Rename from line-move.
8419         (line-move): New function that adjusts vscroll for partially
8420         visible rows, and calls line-move-1 otherwise.
8422 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
8424         * pcomplete.el: define pcomplete-read-event instead of read-event,
8425         since it's not a complete read-event implementation
8427 2005-01-20  Jay Belanger  <belanger@truman.edu>
8429         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
8430         for called function.
8432 2005-01-20  Steven Tamm  <steventamm@mac.com>
8434         * term/mac-win.el (process-connection-type): Remove.
8435         Controlled now by s/darwin.h:PTY_ITERATION.
8437 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8439         * window.el (handle-select-window): Don't switch window when we're
8440         in the minibuffer.
8442 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
8444         * subr.el (dotimes-with-progress-reporter): New macro.
8446         * ses.el (ses-dotimes-msg): Remove macro.
8447         Use `dotimes-with-progress-reporter' instead.
8449 2005-01-19  Steven Tamm  <steventamm@mac.com>
8451         * term/mac-win.el (process-connection-type): Use new
8452         operating-system-release variable to use ptys on Darwin 7 (OS X
8453         10.3) when using carbon build.
8455 2005-01-19  Jay Belanger  <belanger@truman.edu>
8457         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
8458         flags if the last command was a tab or M-tab.
8460         * calc/calc-prog.el (calc-user-define-edit): Put original formula
8461         in formula editing buffer.
8463 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
8465         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
8466         breakpoint image symbol in margin.
8468 2005-01-19  Jay Belanger  <belanger@truman.edu>
8470         * calc/calc-prog.el (calc-execute-kbd-macro):
8471         Ignore calc-keep-arg-flag.
8473 2005-01-19  Kenichi Handa  <handa@m17n.org>
8475         * textmodes/ispell.el (ispell-looking-at): New function.
8476         (ispell-process-line): Use ispell-looking-at to compare the ispell
8477         output and the buffer contents.
8479 2005-01-18  Jay Belanger  <belanger@truman.edu>
8481         * calc/calc.el (calc-display-raw): Fix docstring.
8483 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8485         * simple.el (blink-matching-open): Strip extra info from syntax.
8487         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
8488         funny chars in the end-of-here-doc marker.
8490 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
8492         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
8493         that enable/disabled state of breakpoints is shown correctly in
8494         fringe and on ttys.
8495         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
8496         Add breakpoint information as text properties.
8497         (gdb-mouse-toggle-breakpoint):
8498         Rename to gdb-mouse-set-clear-breakpoint.
8499         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
8500         breakpoints in the margin.
8501         (gdb-remove-strings): Simplify.
8503 2005-01-17  Jay Belanger  <belanger@truman.edu>
8505         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
8506         erasing buffer.
8508 2005-01-17  Richard M. Stallman  <rms@gnu.org>
8510         * progmodes/grep.el (grep-find): Copy from `grep' the condition
8511         for calling grep-compute-defaults.
8513         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
8514         if buffer is empty.
8516         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
8518 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8520         * hilit-chg.el (highlight-changes-mode): Don't autoload.
8522         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
8523         non-preloaded variables.
8525 2005-01-17  Steven Tamm  <steventamm@mac.com>
8527         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
8528         tex-shell cause to force interactivity when using pipes.
8530 2005-01-17  Kim F. Storm  <storm@cua.dk>
8532         * simple.el (just-one-space): Make arg optional.
8534 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
8536         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
8537         posn-at-x-y to t to access left-margin.
8539 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
8541         Sync with Tramp 2.0.47.
8543         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
8544         catching keep-date problems in cp/scp operations.
8545         (tramp-handle-copy-file): Don't call `set-file-modes'
8546         unconditionally.  Specialized functions should know better what is
8547         necessary.  This improves performance a little bit, and the
8548         functions could catch errors with `cp -p' and `scp -p'.
8549         (tramp-do-copy-or-rename-file-via-buffer)
8550         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
8551         when appropriate.
8552         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
8553         Call `set-file-modes' when appropriate.
8554         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
8555         Johnsson <isak@hypergene.com>
8556         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
8557         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
8558         <joakim@verona.se>
8559         (tramp-file-name-for-operation): Mark `shell-command' as magic for
8560         Emacs only.
8562         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
8563         `find-file-hooks' and `dired-mode-hook'.
8564         (tramp-minor-mode-map): Respective map.  Add remapping for
8565         `compile' and `recompile'.
8566         (tramp-remap-command, tramp-recompile): New defuns.
8567         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
8568         in buffer "*Compilation*".  Call the commands asynchronously.
8570         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
8571         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
8572         `shell-command', because it isn't magic in XEmacs.  Reported by
8573         Adrian Aichner <adrian@xemacs.org>.
8575         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
8576         `substitute-in-file-name.
8577         (tramp-smb-handle-substitute-in-file-name): New defun.
8578         (tramp-smb-advice-PC-do-completion): Delete advice.
8580 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
8582         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
8583         Fix error in deleting region.
8585 2005-01-15  Richard M. Stallman  <rms@gnu.org>
8587         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
8588         In non-temp buffer, switch syntax table temporarily.
8590         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
8592         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
8594         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
8596         * imenu.el (imenu--split-menu): Copy menulist before sorting.
8597         (imenu--generic-function): Use START, not BEG, as pos of definition.
8599         * simple.el (just-one-space): Argument specifies number of spaces.
8601         * simple.el (eval-expression-print-format): Avoid warning
8602         about edebug-active.
8604 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
8606         * progmodes/sh-script.el: Code copied from make-mode.el
8607         with small changes,
8608         (sh-mode-map): Bind C-c C-\.
8609         (sh-backslash-column, sh-backslash-align): New variables.
8610         (sh-backslash-region, sh-append-backslash): New functions.
8612 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
8614         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
8615         (rmail-pop-password, rmail-pop-password-required): Move to
8616         rmail-obsolete group.
8617         (rmail-set-pop-password): Rename to rmail-set-remote-password.
8618         All callers updated.
8619         (rmail-get-pop-password): Rename to rmail-get-remote-password.
8620         Take an argument specifying whether it is POP or IMAP mailbox we
8621         are using.  All callers updated.
8622         (rmail-pop-password-error): Rename to
8623         rmail-remote-password-error.  Added mailutils-specific error message.
8624         (rmail-movemail-search-path)
8625         (rmail-movemail-variant-in-use): New variables.
8626         (rmail-remote-password, rmail-remote-password-required):
8627         New customization variables.
8628         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
8629         (rmail-parse-url): New function.
8630         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
8631         with GNU mailutils movemail.
8633 2005-01-15  Kevin Ryde  <user42@zip.com.au>
8635         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
8636         suffix to space, $ or '$, to correctly position point when going
8637         to @table style constants like DBL_MAX.
8639 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
8641         * type-break.el (type-break-mode, type-break-file-time)
8642         (type-break-file-keystroke-count, type-break-choose-file):
8643         Don't store data in or load data from the file if type-break-file-name
8644         is nil.
8645         (type-break-file-name): Doc update as per the above.
8647 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
8649         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
8650         lookup-key might return nil; handle that.
8652 2005-01-15  Alan Mackenzie  <acm@muc.de>
8654         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
8655         rather than the element found, thus enabling the tree to be setcar'd.
8657 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
8659         * textmodes/org.el (org-show-following-heading): New option.
8660         (org-show-hierarchy-above): Use `org-show-following-heading'.
8661         (org-cycle): Documentation fix.
8663         * textmodes/org.el (orgtbl-optimized): New option
8664         (orgtbl-mode): New command, a minor mode.
8665         (orgtbl-mode-map): New variable.
8666         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
8667         (orgtbl-error, orgtbl-self-insert-command)
8668         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
8670         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
8671         a local variable in each org-mode buffer.
8673         * textmodes/org.el (org-set-regexps-and-options): Rename from
8674         `org-set-regexps'.  Added checking for STARTUP keyword.
8675         (org-get-current-options): Add STARTUP options.
8676         (org-table-insert-row): Mode mode intelligent about when
8677         realignment is needed.
8678         (org-self-insert-command, org-delete-backward-char, org-delete-char):
8679         New commands.
8680         (org-enable-table-editor): New default value `optimized'.
8681         (org-table-blank-field): Support blanking regions if active.
8683 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
8685         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
8686         if the year is not given.
8688         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
8689         Add new escapes %m and %M, fixed bug with %F by adding
8690         save-match-data.
8691         (reftex-reference): Remove ?. from list of spaces.
8692         (reftex-label-info): Add automatic label prefix recognition.
8694         * textmodes/reftex-index.el (reftex-index-next-phrase):
8695         Add slave parameter to call of `reftex-index-this-phrase'.
8696         (reftex-index-this-phrase): New optional argument.
8697         (reftex-index-region-phrases): Add slave parameter to call of
8698         `reftex-index-this-phrase'.
8699         (reftex-display-index): New argument redo.
8700         (reftex-index-rescan): Add 'redo to arguments of
8701         `reftex-display-index'.
8702         (reftex-index-Rescan, reftex-index-revert)
8703         (reftex-index-switch-index-tag): Add 'redo to arguments of
8704         `reftex-display-index'.
8705         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
8706         indexing.  Fix bug with matching is there is a quote before or
8707         after the word.
8709         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
8710         Fix bug when collecting citation keys in lines with comments.
8711         (reftex-citation): Prefix argument no longer rescans the document,
8712         but forces prompting for optional arguments of cite macros.
8713         (reftex-do-citation): Prompting for optional arguments implemented.
8715         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8716         Add optional arguments to most cite commands.
8717         (reftex-cite-cleanup-optional-args): New option
8718         (reftex-cite-prompt-optional-args): New option.
8719         (reftex-trust-label-prefix): New option.
8721         * textmodes/reftex-toc.el (reftex-toc-find-section):
8722         Add push-mark before changing the position in the buffer.
8724         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
8725         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
8727 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
8729         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
8730         more carefully.
8732 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8734         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
8735         (sgml-mode): Use it.
8736         (sgml-get-context): Better keep track of implicitly closed tags.
8738 2005-01-13  Kenichi Handa  <handa@m17n.org>
8740         * textmodes/ispell.el: These changes are to fix misalignment error
8741         caused by equivalent characters of different Emacs charsets.
8742         (ispell-unified-chars-table): New variable.
8743         (ispell-get-decoded-string): New function.
8744         (ispell-get-casechars, ispell-get-not-casechars)
8745         (ispell-get-otherchars): Call ispell-get-decoded-string.
8747 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
8749         * custom.el (custom-declare-variable): Just put symbol instead
8750         of (defvar . symbol) in `current-load-list'.
8752 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8754         * emacs-lisp/elint.el: Fixed typo in Commentary section.
8756 2005-01-12  Jay Belanger  <belanger@truman.edu>
8758         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
8759         to create a Calc summary.
8761 2005-01-12  Kim F. Storm  <storm@cua.dk>
8763         * mouse.el (mouse-on-link-p): Change functionality and doc
8764         string to comply with latest description in lisp ref.
8766 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
8768         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
8769         Enable mouse clicks on mode-line, header-line and margin.
8770         (event-type): Give mouse event symbols an 'event-kind property
8771         with value 'mouse-click.
8773 2005-01-12  Juri Linkov  <juri@jurta.org>
8775         * facemenu.el (list-colors-display): Add new arg buffer-name.
8776         Use it.  Fix docstring.  Replace code for identifying duplicate
8777         colors by the name with call to `list-colors-duplicates' which
8778         identifies duplicate colors by the value unless the color
8779         is one of special Windows colors.  Set truncate-lines to t.
8780         Print sorted duplicate color names on each line.  Indent to 22
8781         \(the longest color name in rgb.txt) instead of 20.  Optimize.
8782         (list-colors-duplicates): New function.
8783         (facemenu-color-name-equal): Delete function.
8785         * facemenu.el (list-colors-print): New function created from code
8786         in list-colors-display.  Print #RRGGBB at the window right edge.
8787         (list-colors-display): When temp-buffer-show-function is not
8788         defined, call list-colors-print from temp-buffer-show-hook
8789         to get the right value of window-width in list-colors-print
8790         after the buffer is displayed.
8792         * simple.el (pop-mark): Move deactivate-mark out of conditional
8793         part to deactivate the active mark regardless of the state of the
8794         mark ring.
8796         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
8797         variables line in desktop files.
8799 2005-01-12  Juri Linkov  <juri@jurta.org>
8801         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
8802         Bring together isearch highlight related options.
8803         (lazy-highlight): Replace group `replace' by `matching'.
8804         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
8805         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
8806         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
8807         and declare them obsolete.
8808         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
8809         (isearch-faces): Remove defgroup.
8810         (isearch-overlay, isearch-highlight, isearch-dehighlight):
8811         Move isearch highlighting code closer to lazy highlighting code.
8813         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
8814         (query-replace-highlight, query-replace-lazy-highlight)
8815         (query-replace): Move definitions to the beginning of the file.
8817 2005-01-11  Juri Linkov  <juri@jurta.org>
8819         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
8820         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
8821         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
8823         * info.el (Info-history-forward): New variable.
8824         (Info-select-node): Reset Info-history-forward to nil.
8825         (Info-last): Turn into defalias.
8826         (Info-history-back): Rename from Info-last.
8827         Add current node to Info-history-forward.
8828         (Info-history-forward): New fun.
8829         (Info-mode-map): Replace Info-last by Info-history-back.
8830         Bind Info-history-forward to "r".
8831         (Info-mode-menu): Replace Info-last by Info-history-back.
8832         Fix menu item text.  Add menu item for Info-history-forward.
8833         (info-tool-bar-map): Replace Info-last by Info-history-back.
8834         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
8835         for Info-history-forward.
8836         (Info-mode): Replace Info-last by Info-history-back in docstring.
8837         Add local variable Info-history-forward.
8838         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
8840 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8842         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
8843         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
8844         Ignore select-window events rather than fiddle with
8845         mouse-autoselect-window.
8847 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
8849         * type-break.el (type-break-mode): Fix previous change.
8851 2005-01-10  Jay Belanger  <belanger@truman.edu>
8853         * calc/calc-ext.el (calc-reset): Reset when inside embedded
8854         calculator; only reset when point is inside a calculator.
8855         Don't adjust the window height if the window takes up the whole height
8856         of the frame.
8858 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
8860         * ebuff-menu.el (Electric-buffer-menu-mode):
8861         Preserve value of buffer-local var header-line-format.
8863 2005-01-09  Jay Belanger  <belanger@truman.edu>
8865         * calc/calc.el (calc-mode-var-list-restore-saved-values):
8866         Make sure settings file exists before accessing it.
8868         * calc/calc-embed.el (calc-embedded-subst):
8869         Replace math-multi-subst-rec, which is only supposed to be called
8870         by math-multi-subst, by math-multi-subst.
8872 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
8874         * vc.el (vc-allow-async-revert): New user option.
8875         (vc-disable-async-diff): New internal variable.
8876         (vc-revert-buffer): Use them to disable asynchronous diff.
8878         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
8879         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
8880         asynchronously if vc-disable-async-diff is t.
8882 2005-01-09  Jay Belanger  <belanger@truman.edu>
8884         * calc/calc.el (defcalcmodevar): New macro.
8885         (calc-mode-var-list-restore-default-values)
8886         (calc-mode-var-list-restore-saved-values): New functions.
8887         (calc-mode-var-list): Use defcalcmodevar to define it.
8888         (calc-always-load-extensions, calc-line-numbering)
8889         (calc-line-breaking, calc-display-just, calc-display-origin)
8890         (calc-number-radix, calc-leading-zeros, calc-group-digits)
8891         (calc-group-char, calc-point-char, calc-frac-format)
8892         (calc-prefer-frac, calc-hms-format, calc-date-format)
8893         (calc-float-format, calc-full-float-format, calc-complex-format)
8894         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
8895         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
8896         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
8897         (calc-matrix-brackets, calc-language, calc-language-option)
8898         (calc-left-label, calc-right-label, calc-word-size)
8899         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
8900         (calc-display-raw, calc-internal-prec, calc-angle-mode)
8901         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
8902         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
8903         (calc-window-height, calc-display-trail, calc-show-selections)
8904         (calc-use-selections, calc-assoc-selections)
8905         (calc-display-working-message, calc-auto-why, calc-timing)
8906         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
8907         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
8908         (calc-gnuplot-default-device, calc-gnuplot-default-output)
8909         (calc-gnuplot-print-device, calc-gnuplot-print-output)
8910         (calc-gnuplot-geometry, calc-graph-default-resolution)
8911         (calc-graph-default-resolution-3d, calc-invocation-macro)
8912         (calc-show-banner): Use defcalcmodevar to declare them and set
8913         their default values.
8915         * calc/calc-ext.el (calc-reset): Restore saved values of variables
8916         instead of default values (but restore default values if there is
8917         an argument of 0).
8919 2005-01-09  David Kastrup  <dak@gnu.org>
8921         * desktop.el (desktop-restore-eager): Fix typo in type.
8923 2005-01-08  Richard M. Stallman  <rms@gnu.org>
8925         * cus-edit.el (customize): Delete :link.
8927 2005-01-08  Jay Belanger  <belanger@truman.edu>
8929         * calc/calc.el (calc-mode): Remove the extension from the
8930         `calc-settings-file' file name when loading it.
8932 2005-01-08  Kim F. Storm  <storm@cua.dk>
8934         * info.el (Info-mode-map, Info-next-link-keymap)
8935         (Info-prev-link-keymap, Info-up-link-keymap):
8936         Map follow-link to mouse-face.
8937         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
8939 2005-01-08  Jay Belanger  <belanger@truman.edu>
8941         * calc/calc.el (calc-settings-file): Change default value.
8942         Suggested by cgw in a comment in calc-mode.el.
8944         * calc/calc-mode.el (calc-settings-file-name):
8945         Compare calc-settings-file to user-init-file instead of ~/.emacs.
8946         Replace ~/.emacs in a prompt by calc-settings-file.
8948 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
8950         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
8951         (desktop-lazy-idle-delay): New customizable variables.
8952         (desktop-buffer-args-list): New variable.
8953         (desktop-append-buffer-args): New function.
8954         (desktop-save): Call desktop-append-buffer-args for some buffers.
8955         (desktop-lazy-create-buffer): New function.
8956         (desktop-idle-create-buffers): New function.
8957         (desktop-read): Add message about buffers to restore lazily.
8958         (desktop-lazy-abort): New command.
8959         (desktop-clear): Call desktop-lazy-abort.
8960         (desktop-lazy-complete): New command.
8962 2005-01-06  Richard M. Stallman  <rms@gnu.org>
8964         * emacs-lisp/find-func.el (find-face-definition):
8965         Rename from find-face.
8967 2005-01-06  Kim F. Storm  <storm@cua.dk>
8969         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
8971         * man.el (Man-xref-man-page, Man-xref-header-file)
8972         (Man-xref-normal-file): Add follow-link property.
8974 2005-01-06  Jay Belanger  <belanger@truman.edu>
8976         * calc/calc-units.el: Make sure the proper macro definitions are
8977         available when compiling.
8979 2005-01-06  Juri Linkov  <juri@jurta.org>
8981         * isearch.el (isearch-lazy-highlight-update):
8982         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
8984 2005-01-06  Miles Bader  <miles@gnu.org>
8986         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
8987         (isearch-lazy-highlight-face): Use new name.
8989 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8991         * uniquify.el (uniquify-rationalize-file-buffer-names):
8992         Re-add an interactive spec.
8993         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
8994         to the same name.
8996         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
8997         (isearch-update, isearch-done): Adjust calls accordingly.
8999 2005-01-05  Richard M. Stallman  <rms@gnu.org>
9001         * custom.el (custom-set-variables, custom-theme-set-variables):
9002         Clarify documentation.
9004         * emacs-lisp/find-func.el (find-variable)
9005         (find-variable-other-window, find-variable-other-frame):
9006         Fix the TYPE args to find-function-read and find-function-do-it.
9007         (find-function): Doc fix.
9008         (find-function-at-point): Replace function-at-point alias.
9010 2005-01-04  Richard M. Stallman  <rms@gnu.org>
9012         * cus-face.el (custom-declare-face):
9013         Record defface in current-load-list.
9015         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
9017         * emacs-lisp/find-func.el: Doc fixes.
9018         (find-face-regexp): New variable.
9019         (find-function-regexp-alist): New variable.
9020         (find-function-C-source): Third arg is now TYPE.
9021         (find-function-search-for-symbol): Handle general TYPE.
9022         (find-function-read, find-function-do-it): Handle general TYPE.
9023         (find-definition-noselect, find-face): New functions.
9024         (function-at-point): Alias deleted.
9026 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9028         * battery.el (display-battery-mode): Rename from display-battery.
9029         Handle the case where it gets turned off.
9031 2005-01-04  Richard M. Stallman  <rms@gnu.org>
9033         * cus-edit.el (customize): Make :link point to user doc.
9035         * man.el (Man-fontify-manpage): Turn off undo generation.
9037         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
9039 2005-01-04  Andreas Schwab  <schwab@suse.de>
9041         * files.el (insert-directory): Only look for error lines in
9042         inserted text.  Don't move too far after processing --dired markers.
9044 2005-01-04  Richard M. Stallman  <rms@gnu.org>
9046         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9047         Don't expand if the character is @, period, dash, etc.
9048         (define-mail-abbrev): Quote names that contain problem characters.
9050 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
9052         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
9054 2005-01-03  Richard M. Stallman  <rms@gnu.org>
9056         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
9057         (query-replace-highlight, query-replace-lazy-highlight)
9058         (query-replace): Definitions moved up.  Doc fix.
9060 2005-01-03  Richard M. Stallman  <rms@gnu.org>
9062         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
9063         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9064         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9065         (lazy-highlight-face): Rename from isearch-lazy-...
9066         Change all references to them.
9068 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
9070         * cus-edit.el (custom-file): Doc fix for defcustom.
9071         (custom-file): The function no longer sets the variable
9072         `custom-file' to its return value.
9074         * startup.el (command-line): No longer load `custom-file'.
9076 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9078         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
9080         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
9081         Don't confuse module-prefixed identifiers for labels.
9082         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
9084 2005-01-02  Richard M. Stallman  <rms@gnu.org>
9086         * files.el (basic-save-buffer-1): Fix previous change.
9088         * loadhist.el (file-loadhist-lookup): New function.
9089         (file-provides, file-requires): Use it.
9091         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
9092         instead of calculating the right size.
9094 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
9096         * vc-svn.el (vc-svn-diff): Stay local if possible.
9098 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9100         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
9102         * files.el (hack-local-variables): Fix last change.
9104 2005-01-02  Jay Belanger  <belanger@truman.edu>
9106         * calc/calc-yank.el (calc-edit-top): New variable.
9107         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
9108         object.  Change header properties.
9109         (calc-edit-finish, calc-edit-finish-stack-object)
9110         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
9111         edited object.
9112         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
9113         for the beginning of the edited object.
9114         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
9115         for the beginning of the edited object.
9116         * calc/calc-prog.el (calc-edit-macro-finish-edit)
9117         (calc-finish-formula-edit, calc-macro-repeats)
9118         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
9119         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
9120         beginning of the edited object.
9121         (calc-user-define-edit): Change the header for editing macros.
9122         Remove unnecessary variable.
9124 2005-01-01  Jay Belanger  <belanger@truman.edu>
9126         * calc/calc-yank.el (calc-edit-mode): Change default header.
9127         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
9128         * calc/calc-store.el (calc-edit-variable): Change title to match new
9129         header.
9130         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
9131         mode to match new header.
9132         (calc-user-define-edit): Change titles to include names of commands.
9133         (calc-finish-formula-edit): Adjust to handle new header.
9134         (calc-finish-macro-edit): Remove.
9135         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
9136         (calc-edit-macro-command, calc-edit-macro-command-type)
9137         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
9138         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
9139         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
9140         (calc-edit-macro-finish-edit): New functions.
9141         (calc-user-define-edit): Use new functions to edit named calc macros.
9143 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
9145         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
9147         * ses.el (copy-region-as-kill): Deactivate mark.
9149 2005-01-01  Richard M. Stallman  <rms@gnu.org>
9151         * replace.el (occur-1): If the output buffer is also an input,
9152         don't kill it, rename it.
9154         * faces.el (set-face-background, set-face-foreground): Doc fix.
9156         * cus-face.el (custom-face-attributes): Fix :help-echo strings
9157         for :foreground and :background.
9159         * dired.el (dired-view-command-alist): Variable deleted.
9160         (dired-view-file, dired-mouse-find-file-other-window):
9161         Delete the code to use it.
9163 2005-01-01  Kim F. Storm  <storm@cua.dk>
9165         * image.el (insert-sliced-image): Use t for line-height property.
9167 2004-12-31  Jay Belanger  <belanger@truman.edu>
9169         * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
9170         for "var-" at the beginning of the minibuffer.
9172 2004-12-31  Richard M. Stallman  <rms@gnu.org>
9174         * faces.el (read-face-name):
9175         Don't treat an attribute spec as a list of faces.
9177         * simple.el (undo): Use undo-equiv-table to detect
9178         unexpected changes since previous undo.
9179         (undo-list-saved): Variable deleted.
9180         (buffer-disable-undo): Don't alter undo-list-saved.
9182         * files.el (require-final-newline): Allow `visit' and `visit-save'.
9183         (mode-require-final-newline): New option.
9184         (after-find-file): Handle require-final-newline with new values.
9185         (basic-save-buffer): Handle new values of require-final-newline.
9187         * progmodes/sh-script.el (sh-require-final-newline):
9188         Alist value now controls whether to use mode-require-final-newline.
9189         (sh-set-shell): Implement that new meaning.
9191         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
9192         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
9193         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
9194         Delete old-Emacs compatibility code.
9195         (antlr-c-common-init): Function deleted.
9197         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
9198         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
9199         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
9200         * progmodes/python.el (python-mode): Use mode-require-final-newline.
9201         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
9202         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
9203         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
9204         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
9205         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
9206         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
9207         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
9208         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
9209         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
9210         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
9211         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
9212         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
9214 2004-12-31  Jay Belanger  <belanger@truman.edu>
9216         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
9217         way to return to Calc.
9219         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
9220         finish, C-xk as the way to cancel the edit.  Add cancel routine to
9221         kill-buffer-hook.
9223         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
9224         MacEdit code.
9226         * calc/calc-prog.el: Remove obsolete MacEdit code.
9227         (calc-macro-edit-algebraic, calc-macro-edit-variable)
9228         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
9230 2004-12-31  Kenichi Handa  <handa@m17n.org>
9232         * international/mule.el (buffer-file-coding-system-explicit):
9233         Rename for explicit-buffer-file-coding-system.
9234         (after-insert-file-set-coding): Adjust for the above change.
9236         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
9237         to buffer-file-coding-system-explicit.
9238         (basic-save-buffer-1): Likewise.
9240 2004-12-30  Richard M. Stallman  <rms@gnu.org>
9242         * textmodes/artist.el (artist-butlast-fn): Var deleted.
9243         (artist-butlast, artist-last): Functions deleted.
9244         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
9245         (artist-compute-key-compl-table): Call remq directly.
9246         (artist-remove-nulls): Function deleted.
9247         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
9248         (artist-push, artist-pop): Macro deleted.
9250 2004-12-30  Andreas Leue  <al@sphenon.de>
9252         * textmodes/artist.el (artist-version): 1.2.6
9253         (artist-prev-next-op-alist): New variable.
9254         (artist-select-next-op-in-list): New function.
9255         (artist-select-prev-op-in-list): New function.
9256         (artist-make-prev-next-op-alist): New function.
9257         (artist-is-in-op-list-p): New function.
9258         (artist-get-first-non-nil-op): New function.
9259         (artist-get-last-non-nil-op): New function.
9260         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
9261         artist-prev-next-op-alist.
9262         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
9263         change drawing operation.
9265 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
9267         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
9269 2004-12-31  Masatake YAMATO  <jet@gyve.org>
9271         * server.el (server-process-filter): Suppress `error', too.
9273 2004-12-30  Jay Belanger  <belanger@truman.edu>
9275         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
9276         Change the way a variable is displayed in a message.
9278         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
9279         (calc-user-define-permanent, calc-execute-kbd-macro):
9280         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
9282 2004-12-30  Kenichi Handa  <handa@m17n.org>
9284         * files.el (basic-save-buffer-1):
9285         Set explicit-buffer-file-coding-system to last-coding-system-used.
9286         (revert-buffer): Pay attention to
9287         explicit-buffer-file-coding-system (not buffer-file-coding-system)
9288         on bind coding-system-for-read.
9290         * international/mule.el (explicit-buffer-file-coding-system):
9291         New buffer local variable.
9292         (after-insert-file-set-coding): Set it to coding-system-for-read.
9294 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
9296         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
9298 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
9300         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
9301         that include line numbers.
9303 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
9305         * files.el (hack-local-variables): If no PREFIX, set it to "^".
9306         Redundant variable PREFIXLEN removed.
9308 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
9310         * eshell/em-hist.el (eshell-previous-matching-input):
9311         Start the deletion from the end of the output.
9313 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9315         * term/mac-win.el: Require x-dnd.
9316         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
9318 2004-12-29  David Kastrup  <dak@gnu.org>
9320         * international/mule.el (decode-coding-inserted-region):
9321         Don't barf if `buffer-undo-list' is already set to `t'.
9323 2004-12-29  Jay Belanger  <belanger@truman.edu>
9325         * calc/calc-prog.el (calc-user-define-formula): Put default values
9326         for function names in prompts.
9327         (calc-user-define-permanent, calc-user-define-composition)
9328         (calc-user-define-formula): Remove the need for "calcFunc-" in the
9329         default input for algebraic functions.
9331 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
9333         * vc-rcs.el (vc-rcs-annotate-command):
9334         Fix omission bug: Call `vc-setup-buffer'.
9336 2004-12-29  Kenichi Handa  <handa@m17n.org>
9338         * international/mule.el (recode-region): New function.
9340 2004-12-28  Richard M. Stallman  <rms@gnu.org>
9342         * simple.el (undo-extra-outer-limit): New variable.
9343         (undo-outer-limit-truncate): Test and set it.
9345         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
9346         enables the feature to extend the existing region.
9348         * simple.el (mark-word): New arg ALLOW-EXTEND
9349         enables the feature to extend the existing region.
9351         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
9352         enables the feature to extend the existing region.
9354         * startup.el (site-run-file): Don't allow setting it with Custom.
9356         * simple.el (buffer-disable-undo): Fix previous change.
9358 2004-12-27  Masatake YAMATO  <jet@gyve.org>
9360         * hexl.el (hexlify-buffer): Remove fontification here.
9361         Use font lock mechanism instead.
9362         (hexl-font-lock-keywords): New font lock kewords.
9363         (hexl-mode-old-font-lock-keywords): New variable.
9364         (hexl-mode): Store the old font lock keywords.
9365         (hexl-mode-exit): Restore the old font lock keywords.
9367 2004-12-27  Richard M. Stallman  <rms@gnu.org>
9369         * simple.el (undo): Fix previous change.
9371 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9373         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
9374         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
9375         Call x-open-connection on Mac OS X.
9377 2004-12-27  Richard M. Stallman  <rms@gnu.org>
9379         * files.el (buffer-save-without-query): New var (buffer-local).
9380         (save-some-buffers): Save those buffers first, w/o asking.
9382         * files.el (insert-directory-ls-version): New variable.
9383         (insert-directory): When ls returns an error, test the version
9384         number to decide what the return code means.
9385         With --dired output format, detect and distinguish lines
9386         that are really error messages.
9387         (insert-directory-adj-pos): New function.
9389         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
9391         * battery.el (battery-mode-line-format): Remove initial spaces.
9393         * uniquify.el (uniquify-rationalize-file-buffer-names):
9394         Delete interactive spec.
9396         * type-break.el (type-break-mode): Set buffer-save-without-query.
9397         Remove code that tried to set save-some-buffers-always.
9398         (type-break-file-keystroke-count): Bind deactivate-mark.
9400         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
9402         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
9403         Test that the buffer is live, and maybe reject current buffer too.
9404         Clarify.
9405         (next-error-find-buffer): Rewrite for clarity.
9407         * loadup.el: Don't use buffer-disable-undo; do it directly.
9409         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
9410         (describe-variable): Call symbol-file with `defvar'.
9412         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
9413         (symbol-file): Rewritten to handle new load-history format.
9414         Now takes an arg TYPE to specify looking for a particular
9415         type of definition only.
9417         * emacs-lisp/debug.el (debugger-make-xrefs):
9418         Call symbol-file with `defun'.
9420         * emacs-lisp/find-func.el (find-function-noselect):
9421         Call symbol-file with `defun'.
9422         (find-variable-noselect): Call symbol-file with `defvar'.
9424         * eshell/esh-cmd.el (eshell-find-alias-function):
9425         Call symbol-file with `defun'.
9427         * eshell/esh-test.el (eshell-test-goto-func):
9428         Call symbol-file with `defun'.
9430         * mail/rmail.el (rmail-resend):
9431         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
9433         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
9435         * progmodes/compile.el (compilation-find-buffer): Rename arg.
9437         * textmodes/texinfmt.el (texinfo-format-buffer-1):
9438         Call buffer-disable-undo.
9440         * simple.el (undo-list-saved): New variable (buffer-local).
9441         (undo): Set and test it.
9442         (buffer-disable-undo): Move here from buffer.c.
9443         Clear out undo-list-saved.
9445         * international/mule.el (decode-coding-inserted-region):
9446         Set buffer-undo-list in a correct and optimal way.
9448         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
9449         (cperl-font-lock-unfontify-region-function): No need to save and
9450         restore info, since font-lock.el does it for us.
9452         * ansi-color.el (save-buffer-state): Definition deleted.
9453         (ansi-color-unfontify-region): Don't use save-buffer-state.
9455 2004-12-27  Dave Love  <fx@gnu.org>
9457         * wid-edit.el (function): Use restricted-sexp as parent.
9459 2004-12-27  Kevin Ryde  <user42@zip.com.au>
9461         * simple.el (next-matching-history-element): Use same
9462         `interactive' form as previous-matching-history-element.
9464         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
9465         it can appear unencoded and has been seen from yahoo.
9467 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
9469         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
9470         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
9472 2004-12-27  Kenichi Handa  <handa@m17n.org>
9474         * international/utf-8.el (utf-translate-cjk-load-tables):
9475         Bind coding-system-for-read to nil while loading subst-*.
9477 2004-12-26  Jay Belanger  <belanger@truman.edu>
9479         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
9480         default input.
9482 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
9484         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
9485         before reverting and disable undo recording while reverting.
9487 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
9489         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
9490         (hs-make-overlay): New function.
9491         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
9492         (hs-flag-region): Delete function.
9493         (hs-hide-comment-region): No longer use `hs-flag-region'.
9494         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
9495         (hs-hide-block-at-point): Likewise.
9496         (hs-hide-level-recursive): Use `hs-discard-overlays'.
9497         (hs-hide-all, hs-show-all): Likewise.
9498         (hs-show-block): Likewise.
9499         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
9501 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
9503         * progmodes/hideshow.el: Require `cl' when compiling.
9504         Remove XEmacs and Emacs 19 compatibility.
9505         Use `dolist' and `add-to-list' for load-time actions.
9506         (hs-discard-overlays): Use `dolist'.
9507         (hs-show-block): Likewise.
9509 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
9511         * faces.el (mode-line, mode-line-inactive): Use min-colors.
9513 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
9515         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
9516         When extending backwards, move outside the current comment first.
9518 2004-12-22  Kenichi Handa  <handa@m17n.org>
9520         * international/quail.el (quail-start-translation): Fix prompt
9521         string for the case if input-method-use-echo-area being non-nil.
9522         (quail-start-conversion): Likewise.
9523         (quail-show-guidance): Don't show guidance if
9524         input-method-use-echo-area is non-nil.
9526 2004-12-21  Richard M. Stallman  <rms@gnu.org>
9528         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
9530 2004-12-21  Markus Rost  <rost@ias.edu>
9532         * calendar/diary-lib.el (mark-diary-entries):
9533         Set mark-diary-entries-in-calendar only after checking for diary-file.
9535 2004-12-21  Richard M. Stallman  <rms@gnu.org>
9537         * faces.el (escape-glyph): Use blue against light foreground.
9539         * simple.el (undo-outer-limit-truncate): New function.
9540         (undo-outer-limit-function): Use undo-outer-limit-truncate.
9542 2004-12-21  Eli Barzilay  <eli@barzilay.org>
9544         * calculator.el (calculator-radix-grouping-mode)
9545         (calculator-radix-grouping-digits)
9546         (calculator-radix-grouping-separator):
9547         New defcustoms for the new radix grouping mode functionality.
9548         (calculator-mode-hook): Now used in electric mode too,
9549         (calculator): Call it.
9550         (calculator-mode-map): Some new keys.
9551         (calculator-message): New function.  Some new calls.
9552         (calculator-op, calculator-set-register): Use it.
9553         (calculator-string-to-number): New function, mostly moved and
9554         updated code from calculator-curnum-value.
9555         (calculator-curnum-value): Use it.
9556         (calculator-paste): Use it, and update grabbing the current-kill.
9557         (calculator-rotate-displayer)
9558         (calculator-rotate-displayer-back): Toggle digit grouping when
9559         in radix mode, use calculator-message.
9560         (calculator-displayer-prev, calculator-displayer-next):
9561         Change digit group size when in radix mode.
9562         (calculator-number-to-string): Rename from
9563         calculator-num-to-string.  Now deals with digit grouping in
9564         radix mode.
9565         (calculator-update-display, calculator-put-value): Use the new name.
9566         (calculator-fact): Return a floating point number.
9567         (calculator-mode): Doc fix.
9569 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
9571         * calendar/calendar.el (view-other-diary-entries): Add autoload.
9572         * calendar/diary-lib.el (view-other-diary-entries):
9573         Use current-prefix-arg in interactive spec.
9575 2004-12-19  Jay Belanger  <belanger@truman.edu>
9577         * calc/calc-aent.el (calcAlg-blank-matching-open):
9578         Temporarily adjust the syntax of both delimiters of half-open intervals.
9580 2004-12-19  Kim F. Storm  <storm@cua.dk>
9582         * mouse.el (mouse-1-click-follows-link): Doc fix.
9584 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9586         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
9587         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
9588         instead of centraleuropean as the name
9590 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
9592         Sync with Tramp 2.0.46.
9594         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
9595         parameters wrt Tramp convention.
9596         (tramp-handle-file-attributes-with-perl)
9597         (tramp-handle-directory-files-and-attributes): Apply it.
9598         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
9599         `copy-program'.  Reported by Zack Weinberg
9600         <zack@codesourcery.com>.
9601         (top): Set `edebug-form-spec' property directly rather than
9602         calling `def-edebug-spec'.
9604         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
9605         advice less fragile.  Surround temporary redefinition of
9606         `substitute-in-file-name' with `unwind-protect'.  Suggested by
9607         Matt Hodges <MPHodges@member.fsf.org>.
9609 2004-12-17  Juri Linkov  <juri@jurta.org>
9611         * replace.el (occur-accumulate-lines, occur-engine):
9612         Make forcing deferred font-lock fontification jit-specific.
9614 2004-12-17  Kim F. Storm  <storm@cua.dk>
9616         * mouse.el (mouse-1-click-follows-link): New defcustom.
9617         (mouse-on-link-p): New function.
9618         (mouse-drag-region-1): Implement mouse-1-click-follows-link
9619         functionality.  Map a mouse-1 click event into a mouse-2 (or
9620         other) event when position is inside a link.
9622         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
9623         prefix in tooltip text with "mouse-1" when this is a link
9624         recognized by mouse-1-click-follows-link functionality.
9626         * help.el (describe-key): Report effective and original binding
9627         for mouse-1 when clicked on a link.
9628         (describe-mode): Add follow-link property to "minor-mode" button.
9630         * help-fns.el (describe-variable): Add follow-link property to
9631         "below" button.
9633         * help-mode.el (help-xref): Add follow-link property.
9635         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
9636         (apropos-command, apropos-variable, apropos-face, apropos-group)
9637         (apropos-widget, apropos-plist): Add follow-link property.
9639         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
9640         checks if position is in a filename, rather than some other
9641         clickable item.  Function looks for cvs-filename-face at position.
9643         * wid-edit.el (widget-specify-field, widget-specify-button):
9644         Map a :follow-link keyword into a follow-link property.
9645         (link): Add :follow-link keyword, map to RET binding.
9647         * dired.el (dired-mode-map): Map follow-link to mouse-face.
9649         * progmodes/compile.el (compilation-minor-mode-map)
9650         (compilation-button-map, compilation-mode-map): Likewise.
9652 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
9654         * play/zone.el (zone): Init `line-spacing' from orig buffer.
9655         (zone-replace-char): Take `count' and `del-count'
9656         instead of `direction'.  Update callers.  When `del-count' is
9657         non-nil, delete that many characters, otherwise `count' characters
9658         backwards.  Insert the newly-replaced string `count' times.
9659         (zone-fret): Handle chars w/ width greater than one.
9660         (zone-fall-through-ws): No longer take window width `ww'.
9661         Update callers.  Add handling for `char-width' greater than one.
9662         (zone-pgm-drip): Update var holding window-end position every cycle.
9664 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
9666         * vc.el (vc-default-update-changelog): Use insert-file-contents,
9667         rather than insert-file.
9669 2004-12-16  Jay Belanger  <belanger@truman.edu>
9671         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
9672         (math-init-random-base, math-random-digit): Check to see if
9673         var-RandSeed is bound.
9674         (math-random-last): Declare it.
9675         (math-random-digit): Don't make math-random-last local.
9677 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
9679         * play/zone.el (zone): Fix omission bug: Use a self-disabling
9680         one-shot thunk for uniform (error, quit, normal) recovery.
9681         Reported by John Paul Wallington.
9682         (zone-pgm-random-life): Fix bug:
9683         Recognize empty initial field by lack of "@" chars.
9685 2004-12-16  Juri Linkov  <juri@jurta.org>
9687         * help.el (function-called-at-point):
9688         * help-fns.el (variable-at-point): As a last resort try stripping
9689         non-word prefixes and suffixes.
9691         * descr-text.el (describe-property-list): Don't treat syntax-table
9692         specially.  Use describe-text-sexp which inserts [show] button
9693         for large objects and handles printing errors.  Sort properties
9694         by names in alphabetical order instead of by value sizes.
9695         Add `mouse-face' to list of properties for `describe-face' widget.
9696         (describe-char): Mask out face-id from 19 bits of character.
9697         Print face-id separately.
9699         * replace.el (occur-accumulate-lines, occur-engine):
9700         Fontify unfontified matching lines in the source buffer
9701         before copying them.
9702         (occur-engine): Don't put mouse-face on context lines.
9703         (occur-next-error): Set point to line beginning/end
9704         before searching for prev/next property to skip multiple
9705         matches on a line (not supported by occur engine).
9706         Remove redundant prefix-numeric-value.
9708 2004-12-15  Juri Linkov  <juri@jurta.org>
9710         * replace.el (match): New face.
9711         (list-matching-lines-face): Change default from `bold' to `match'.
9713         * progmodes/grep.el (grep-match-face): New defvar.
9714         (grep-mode-font-lock-keywords): Use grep-match-face instead of
9715         compilation-column-face to highlight grep matches.
9717         * apropos.el (apropos-match-face): Change default from
9718         `secondary-selection' to `match'.
9720         * info-look.el (info-lookup-highlight-face): Change default from
9721         `highlight' to `match'.
9723 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
9725         * progmodes/executable.el (executable-interpret): Eliminate
9726         obsolete compile-internal, and switch to comint for interaction.
9728 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
9730         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
9731         `&&' when skipping multiple statements on a line.
9733 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
9735         * play/zone.el (zone): Set `truncate-lines'.
9736         Also, init `tab-width' with value from original buffer.
9737         (zone-shift-up): Rewrite for speed.
9738         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
9739         (zone-pgm-jitter): Remove redundant entries from ops vector.
9740         (zone-exploding-remove): Reduce iteration count.
9741         (zone-cpos): Convert to defsubst.
9742         (zone-replace-char): New defsubst.
9743         (zone-park/sit-for): Likewise.
9744         (zone-fret): Take window-start arg.
9745         Update callers.  Use `zone-park/sit-for'.
9746         (zone-fill-out-screen): Rewrite.
9747         (zone-fall-through-ws): Likewise.  Update callers.
9748         (zone-pgm-drip): Use `zone-replace-char'.
9749         Move var inits before while-loop.  Use `zone-park/sit-for'.
9750         (zone-pgm-random-life): Handle empty initial field.
9751         Use `zone-replace-char' and `zone-park/sit-for'.
9753 2004-12-15  Juri Linkov  <juri@jurta.org>
9755         * isearch.el (isearch-update): Test isearch-lazy-highlight
9756         before calling isearch-lazy-highlight-new-loop.
9757         (isearch-lazy-highlight-new-loop):
9758         Don't test isearch-lazy-highlight.
9760         * replace.el (perform-replace): Add isearch-case-fold-search.
9761         Use delimited-flag for isearch-regexp.
9762         Reset isearch-lazy-highlight-last-string to force lazy
9763         highlighting when called from isearch mode.
9764         (query-replace-highlight): Revert defcustom type to boolean.
9765         (query-replace-lazy-highlight): New defcustom.
9766         (query-replace): New face.
9767         (perform-replace, replace-highlight, replace-dehighlight):
9768         Test query-replace-lazy-highlight instead of special value
9769         `isearch' of query-replace-highlight.
9770         (replace-dehighlight): Don't call isearch-dehighlight.
9771         (replace-highlight): Don't call isearch-highlight.
9772         Use face `query-replace' unconditionally.
9774 2004-12-14  Kim F. Storm  <storm@cua.dk>
9776         * simple.el (inhibit-mark-movement): Remove defvar.
9777         (beginning-of-buffer, end-of-buffer): Don't use it.
9779         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9780         Don't use inhibit-mark-movement.
9782         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
9783         (cua--undo-push-mark): Remove.
9784         (cua--pre-command-handler, cua--post-command-handler):
9785         Don't fiddle with inhibit-mark-movement.
9787 2004-12-14  Juri Linkov  <juri@jurta.org>
9789         * buff-menu.el (list-buffers-noselect): Collect internal info
9790         for every buffer in BUFFER-LIST arg too.
9791         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
9792         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
9793         Bind same-window-buffer-names and same-window-regexps to nil.
9795 2004-12-13  Juri Linkov  <juri@jurta.org>
9797         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
9799         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
9800         (sc-cite-region, sc-uncite-region, sc-recite-region):
9801         Fix previous change to handle not alist as a symbol, but
9802         a citation frame as a symbol that represents a variable name.
9804 2004-12-13  Richard M. Stallman  <rms@gnu.org>
9806         * filecache.el (file-cache-add-directory-using-find):
9807         Only set up file-cache-find-command-posix-flag if we will use it.
9809         * bindings.el (mode-line-buffer-identification-keymap):
9810         Don't cancel the mode-line's usual down-mouse-1 binding.
9812         * cus-edit.el (custom-face-selected): Handle `default' specs.
9813         (custom-face-edit): Increase extra-offset.
9814         (custom-display): Handle `default' specs.
9816         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
9818         * emacs-lisp/elint.el (elint-standard-variables)
9819         (elint-unknown-builtin-args): Move definitions up.
9821         * net/browse-url.el (browse-url-url-at-point): Add autoload.
9823         * info.el (info-xref-visited): Use `default' instead of t.
9824         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
9826         * faces.el (header-line, mode-line-inactive, tool-bar):
9827         Use `default' instead of t for setting the defaults.
9828         (face-spec-choose): Separate `t' from `default'.
9830         * subr.el (while-no-input): New macro.
9832 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
9834         * filecache.el (file-cache-add-directory-using-find):
9835         Only test file-cache-find-command-posix-flag on some systems.
9837 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9839         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
9840         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
9841         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
9842         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
9843         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
9845 2004-12-12  Juri Linkov  <juri@jurta.org>
9847         * files.el (find-file-other-window, find-file-other-frame):
9848         Add the first buffer to the returned value to return the complete
9849         list of all visited buffers.
9850         (find-file-read-only, find-file-read-only-other-window)
9851         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
9852         `find-file-read-args'.  Signal an error about non-existent file
9853         only if file name doesn't contain wildcards.  Toggle read-only in
9854         all visited buffers.
9855         (find-alternate-file, find-alternate-file-other-window):
9856         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
9857         called interactively.  Pass arg `wildcards' to other functions.
9858         (find-file-noselect): Doc fix.
9860         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
9861         Doc fix.
9862         (ffap-directory-finder): New variable.
9863         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
9864         (ffap-file-at-point): Add /* to immediately rejected names.
9865         Return absolute file names matching ffap-dired-wildcards.
9866         (ffap-read-file-or-url): Set default value for `completing-read'
9867         to `buffer-file-name'.
9868         (find-file-at-point): When filename matches ffap-dired-wildcards,
9869         call ffap-file-finder with t arg `wildcards', instead of dired.
9870         (ffap-other-window, ffap-other-frame): Return visited buffers.
9871         (ffap-read-only, ffap-read-only-other-window)
9872         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
9873         (dired-at-point): Call ffap-directory-finder instead of dired.
9874         (ffap-dired-other-window, ffap-dired-other-frame)
9875         (ffap-list-directory): New commands.
9876         (ffap-bindings): New keybindings for new commands.
9878 2004-12-12  Juri Linkov  <juri@jurta.org>
9880         * simple.el (beginning-of-buffer, end-of-buffer):
9881         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9882         Do not push mark when mark is active in transient-mark-mode.
9884         * simple.el (mark-word):
9885         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
9886         * textmodes/paragraphs.el (mark-paragraph):
9887         Extend the region when mark is active in transient-mark-mode,
9888         regardless of the last command.  Doc fix.
9890         * simple.el (mark-word): Preserve direction when repeating.
9891         Make arg optional.  Interactive "p" -> "P".
9892         (transient-mark-mode, inhibit-mark-movement): Doc fix.
9894         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
9895         preserving direction, to mark forward instead of backward when mark
9896         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
9898 2004-12-12  Juri Linkov  <juri@jurta.org>
9900         * isearch.el (isearch-edit-string): Set 7th arg of
9901         `read-from-minibuffer' to `t' to inherit the current input
9902         method (whose name is indicated by [IM] in the minibuffer prompt)
9903         from the current buffer to the minibuffer.
9904         (isearch-lazy-highlight-update): Put body to `with-local-quit'
9905         to allow C-g quitting for lazy highlighting looping inside the
9906         search with nested repetition operators.  Add overlay to the list
9907         before setting its face and other properties to avoid the case of
9908         code quitting after placing the new overlay but before it's
9909         recorded on the list.  Select the window where isearch was
9910         activated, to highlight matches in the right window when isearch
9911         switches the current window to the minibuffer.
9913         * international/isearch-x.el
9914         (isearch-process-search-multibyte-characters):
9915         Use `isearch-message' as initial input for `read-string' instead
9916         of adding it to the minibuffer prompt.  After reading a string
9917         remove the initial value of `isearch-message' from the string.
9919         * replace.el (replace-match-maybe-edit): Doc fix.
9920         (perform-replace): Don't call `replace-highlight' when automatic
9921         replacement is requested in literal mode, since it is intended
9922         only to highlight words during entering a new replacement string
9923         for \? in non-literal mode.
9925         * replace.el (query-replace-highlight): Add new value `isearch'
9926         that allows query replacement to use isearch highlighting.
9927         Change type from `boolean' to `choice'.  Doc fix.
9928         (replace-highlight, replace-dehighlight, perform-replace):
9929         Use isearch highlighting if query-replace-highlight eq `isearch'.
9931 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9933         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
9934         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
9936         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
9937         case of \end{verbatim}.
9939 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
9941         * term.el (term-termcap-format): Synchronize with terminfo.
9942         (term-emulate-terminal): Handle reset.
9943         (term-reset-terminal): New function.
9945 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
9947         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
9948         (zone-fill-out-screen): New func.
9949         (zone-pgm-drip): Use `zone-fill-out-screen'.
9950         Also, no longer go to point-min on every cycle.
9951         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
9952         (zone-pgm-random-life-wait): New user var.
9953         (zone-pgm-random-life): New func.
9955 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
9957         * files.el (auto-mode-alist): Map .com to DCL mode.
9959 2004-12-09  Richard M. Stallman  <rms@gnu.org>
9961         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
9963 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
9965         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
9966         buffer with a display margin.
9968 2004-12-08  Jay Belanger  <belanger@truman.edu>
9970         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
9971         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
9973 2004-12-08  Richard M. Stallman  <rms@gnu.org>
9975         * faces.el: Delete code to set display table.
9976         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
9978 2004-12-08  Jay Belanger  <belanger@truman.edu>
9980         * calc/calc.el: Add math-read-preprocess-string to autoloads.
9982         * calc/calc-ext.el (math-read-replacement-list)
9983         (math-read-superscripts, math-read-preprocess-string): Move to
9984         calc-aent.el.
9986         * calc/calc-aent.el (math-read-replacement-list)
9987         (math-read-superscripts, math-read-preprocess-string): Move from
9988         calc-ext.el.
9990 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9992         * isearch.el (isearch-quote-char): Fix up typo in last change.
9994 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
9996         * mouse.el (mouse-set-font): Handle the case where the command was
9997         not invoked using the mouse.
9999         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
10000         (edmacro-finish-edit): Further update for keyboard macros that are
10001         lambda forms.
10002         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
10004 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10006         * font-lock.el (font-lock-unfontify-region): Save buffer state.
10007         (font-lock-default-unfontify-region): Don't save buffer state any more.
10009 2004-12-07  Jay Belanger  <belanger@truman.edu>
10011         * calc/calc-help.el (calc-describe-key):
10012         Set calc-summary-indentation even when Calc Summary buffer exists.
10014 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
10016         * calendar/holidays.el (holiday-easter-etc): Make arguments
10017         optional for backwards compatibility.  Doc fix.
10018         Remove un-necessary local vars mandatory, output-list.
10019         (holiday-advent): Make arguments optional for backwards
10020         compatibility.  Doc fix.
10022 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10024         * paren.el (show-paren-function): Fix last change (2004-12-02).
10026         * international/mule-util.el (char-displayable-p): Return nil for
10027         unibyte mode.
10029         * subr.el (subregexp-context-p): New function.
10031         * isearch.el (isearch-quote-char): Use it.
10033         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
10034         (regexp-opt-not-groupie*-re): Remove.
10035         (regexp-opt): Properly handle inputs with duplicate entries.
10037 2004-12-06  Richard M. Stallman  <rms@gnu.org>
10039         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
10041         * cus-edit.el (custom-file): Doc fix.
10043         * textmodes/org.el: New file.
10045 2004-12-06  Kenichi Handa  <handa@m17n.org>
10047         * ldefs-boot.el: Update international/mule-util.el section.
10049 2004-12-05  Sam Steingold  <sds@gnu.org>
10051         * net/tramp.el (tramp-handle-file-accessible-directory-p):
10052         Fix `tramp-time-diff' comparison logic.
10054 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
10056         * progmodes/which-func.el (which-function):
10057         Use `run-hook-with-args-until-success' instead of a custom loop.
10058         Fixes bug with local hooks.
10060 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10062         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
10063         Use delete-dups when calculating the initial value.
10064         (bibtex-autokey-get-title): Use <=.
10065         (bibtex-goto-line): New function.
10066         (bibtex-reposition-window): Use line numbers instead of point
10067         positions.  Use window-body-height.
10068         (bibtex-find-crossref): Use bibtex-reposition-window.
10069         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
10070         position of entry if key is found or nil if not found.
10072 2004-12-05  Richard M. Stallman  <rms@gnu.org>
10074         * cus-edit.el (custom-file): Doc fix.
10076         * progmodes/sh-script.el (sh-indent-for-then): Change default.
10078 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10080         * simple.el (blink-matching-open):
10081         * textmodes/tex-mode.el (tex-validate-region):
10082         Obey syntax-table text properties.
10084 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
10086         * wid-edit.el (widget-specify-field): Add `real-field' property to
10087         boundary.
10088         (widget-field-at): Use it.
10090 2004-12-02  Richard M. Stallman  <rms@gnu.org>
10092         * progmodes/cc-mode.el (awk-mode autoload):
10093         Supply t meaning interactive function.
10095         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
10096         (isearch-mode-map): No special definition for space.
10097         (isearch-whitespace-chars): Command deleted.
10098         (isearch-forward-regexp): Doc fix.
10099         (isearch-quote-char): When a space is not inside brackets,
10100         use `[ ]' instead of just space.
10101         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
10103         * imenu.el (imenu--generic-function): Delete code to exclude
10104         matches in comments.
10106         * man.el (Man-reverse-face): Change default to `highlight'.
10108         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
10109         (occur-engine): Use `face' prop rather than `font-lock-face'
10110         when specifying use of `match-face'.
10111         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
10113         * emacs-lisp/elint.el (elint-standard-variables): Update list.
10115         * add-log.el (add-log-current-defun): Handle the case where point
10116         is in the header part of a DEFUN construct.
10118 2004-12-02  Dave Love  <fx@gnu.org>
10120         * progmodes/python.el (python-font-lock-syntactic-keywords):
10121         Fix previous change.
10123 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
10125         * paren.el (show-paren-function): Check for matching chars
10126         specified by text props.
10128 2004-12-02  Jay Belanger  <belanger@truman.edu>
10130         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
10131         when reading a new key sequence.
10133 2004-12-02  Kim F. Storm  <storm@cua.dk>
10135         * faces.el (escape-glyph): Rename from glyph.
10136         (standard-display-table): Set it here.  Add escape-glyph face to
10137         extra slot characters.
10139         * disp-table.el: Undo 2004-12-01 change.  Display table is now
10140         setup in faces.el.
10142 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
10144         * xml.el (xml-parse-dtd): Don't show validity messages when
10145         xml-validating-parser is nil.
10146         (xml-substitute-special): Fix validity error messages to
10147         actually show the unexpandable entity.  Added validity error if &
10148         isn't followed by an entity.
10149         (xml-parse-tag): Concatenate any string following the a
10150         <![CDATA[]]> section to the parsed CDATA.
10151         (xml-parse-dtd): Skip parameter entity declarations and use of
10152         parameter entities.
10154 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
10156         * kmacro.el (kmacro-default-counter-format): New var.
10157         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
10158         (kmacro-display): Remove `nil' from `and' form.  Delete call to
10159         `format' inside `message'.
10160         (kmacro-start-macro): Use `kmacro-default-counter-format'.
10162 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10164         * pcvs.el (cvs-header-msg): New function.
10165         (cvs-update-header): Use it.  Change calling convention.
10166         Correctly handle the case of having simultaneous active processes.
10167         (cvs-sentinel): Don't call cvs-update-header any more.
10168         (cvs-mode-run): Update call and add cvs-update-header to postproc.
10170 2004-12-01  Jay Belanger  <belanger@truman.edu>
10172         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
10173         Change message.
10175 2004-12-01  Juri Linkov  <juri@jurta.org>
10177         * progmodes/prolog.el (prolog-mode-variables):
10178         Fix imenu-generic-expression.
10180 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
10182         * faces.el (glyph): New face.
10184         * disp-table.el: Add an autoloaded table, that doesn't require
10185         this library, with glyph face.
10187         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
10188         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
10189         (conf-quote-normal): Allow normalizing only ' or ".
10190         (conf-mode): Regexp-quote constructed comment-start and don't
10191         match section {} where "name" contains braces.
10193         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
10194         files.
10196 2004-12-01  Kenichi Handa  <handa@m17n.org>
10198         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
10199         (x-select-text): Don't treat eight-bit-control/graphic chars
10200         specially.  Store the encoded text in the X cut buffer.
10201         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
10202         with x-last-selected-text-cut-encoded.
10204 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10206         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
10208 2004-11-30  Markus Rost  <rost@ias.edu>
10210         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
10211         AUCTeX.
10213 2004-11-30  Jay Belanger  <belanger@truman.edu>
10215         * calc/calc-arith.el (math-possible-signs): Made stronger checks
10216         on signs of intervals.
10217         (math-pow-of-zero): Strengthen checks for positive and negative
10218         exponents.
10220         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
10221         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
10222         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
10223         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
10224         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
10225         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
10226         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
10227         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
10228         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
10229         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
10230         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
10231         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
10232         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
10233         with provide statements.
10235         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
10237         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
10239         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
10240         (calc-load-everything, math-defsimplify): Replace dummy autoloading
10241         functions by require statements.
10242         (math-defsimplify): Move to calc-alg.el, add to autoloads.
10244         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10245         (calc-gnuplot-print): Give them values.
10247         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
10248         autoloads.
10249         Add calc-do-embedded-activate to autoloads.
10250         (calc-gnuplot-name, calc-gnuplot-plot-command)
10251         (calc-gnuplot-print-command): Move them to calc-graph.el.
10253 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10255         * term/mac-win.el (ccl-encode-mac-roman-font)
10256         (ccl-encode-mac-cyrillic-font)
10257         (ccl-encode-mac-centraleuropean-font, encoder-list)
10258         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
10259         Support Cyrillic, CentralEuropean, and Dingbat font display
10261 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
10263         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
10265         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
10266         still nil.
10268 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
10270         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
10271         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
10273 2004-11-29  Jay Belanger  <belanger@truman.edu>
10275         * calc/calc-arith.el (math-pow-of-zero): Take into account different
10276         cases of the base and exponent.
10278 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
10280         * simple.el (next-error-buffer-p): Allow for inclusive and
10281         exclusive tests for finding a buffer.
10282         (next-error-find-buffer): Pass the exclusive and inclusive tests
10283         to next-error-buffer-p.
10285         * replace.el (occur-next-error): Switch to the Occur buffer when
10286         appropriate, use the exclusive filter to next-error-find-buffer to
10287         do it.  Use the absolute value of the motion amount.
10289 2004-11-29  Kenichi Handa  <handa@m17n.org>
10291         * startup.el (command-line): Decode all default-directory by
10292         locale-coding-system.
10294 2004-11-29  Jay Belanger  <belanger@truman.edu>
10296         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
10297         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
10298         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
10299         Replace calls to calc-extensions by appropriate require, replace
10300         calc-extensions-loaded by appropriate featurep.
10302         * calc/calc-ext.el: Move require to end of file.
10303         Remove redundant loading of calc.el.
10304         (calc-extensions-loaded): Remove unnecessary variable.
10305         (calc-extensions): Remove unnecessary function.
10306         (calc-load-everything): Replace calc-need-macros by appropriate require.
10308         * calc/calc-macs.el: Move provide to end of file.
10309         (calc-need-macros): Remove unnecessary function.
10311         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
10312         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
10313         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
10314         Replace calc-extensions by appropriate require.
10315         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
10317         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
10318         Replace calc-need-macros by appropriate require.
10320         * calc/calc.el: Move require to end of file.
10321         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
10322         Remove unnecessary variable.
10323         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
10324         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
10325         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
10326         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
10327         (math-stack-value-offset, math-format-value, math-format-flat-expr)
10328         (math-format-number, math-format-bignum, math-read-number)
10329         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
10330         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
10331         by appropriate require.
10332         (calc-check-defines): Replace calc-need-macros by appropriate require.
10334 2004-11-29  Kim F. Storm  <storm@cua.dk>
10336         * macros.el (insert-kbd-macro): Handle kmacro functions.
10338 2004-11-28  Juri Linkov  <juri@jurta.org>
10340         * compare-w.el (compare-windows-highlight): Attach each overlay
10341         to its window to properly highlight differences while comparing
10342         two windows of the same buffer.  Fix arguments.
10343         (compare-windows-sync-default-function): Fix arguments of
10344         `compare-windows-highlight'.
10346         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
10347         Use `read-expression-history'.  Set initial contents only if
10348         `edebug-global-break-condition' is non-nil.  Set histpos to 1
10349         if initial contents is equal to the last history element.
10350         (edebug-set-conditional-breakpoint): Instead of temporarily
10351         prepending the current condition to the history, set initial
10352         contents to the current condition.  Set histpos to 1 if initial
10353         contents is equal to the last history element.
10355         * info.el (Info-search-whitespace-regexp): Remove shy group.
10356         (Info-search): Forward line if search is on the header line.
10357         Use search-whitespace-regexp in two other places.
10359 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
10361         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
10362         warning.  Delay real definition, which uses
10363         `set-fringe-indicators-1' till after the definition of that function.
10365 2004-11-28  Kim F. Storm  <storm@cua.dk>
10367         * fringe.el (fringe): New defgroup.
10368         (fringe-mode): Move to fringe group.
10369         (fringe-indicators): New defcustom.
10370         (set-fringe-indicators-1): New defun.
10372         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
10373         (menu-bar-showhide-fringe-ind-menu): New keymap.
10374         (menu-bar-showhide-fringe-ind-empty)
10375         (menu-bar-showhide-fringe-ind-mixed)
10376         (menu-bar-showhide-fringe-ind-box)
10377         (menu-bar-showhide-fringe-ind-right)
10378         (menu-bar-showhide-fringe-ind-left)
10379         (menu-bar-showhide-fringe-ind-none): New defuns.
10380         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
10382 2004-11-27  Richard M. Stallman  <rms@gnu.org>
10384         * comint.el (comint-read-noecho): Add trivial compatibility definition.
10386         * generic.el (define-generic-mode): Doc fix.
10388         * menu-bar.el (menu-bar-options-save): For the options
10389         that are toggled with menu-bar-make-mm-toggle, don't check
10390         for customized-value prop.
10392 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
10394         * mail/supercite.el (sc-cite-region): Handle the case where
10395         sc-cite-frame-alist is a symbol.
10396         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
10397         a symbol.
10398         (sc-recite-region): Handle the case where sc-recite-frame-alist is
10399         a symbol.
10401 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
10403         * wid-edit.el (widget-narrow-to-field): New function.
10404         (widget-complete): Use it.
10406 2004-11-27  Jay Belanger  <belanger@truman.edu>
10408         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
10409         variable.
10410         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
10411         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
10412         (math-alg-inequalities): Move declaration to earlier in the file.
10414         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
10415         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
10416         Declare them.
10418         * calc/calc-lang.el (math-expr-data, math-expr-token)
10419         (math-exp-old-pos): Declare them.
10421         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
10422         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
10424 2004-11-27  Kim F. Storm  <storm@cua.dk>
10426         * progmodes/flymake.el: Use (featurep 'xemacs).
10427         (flymake-makehash): Change to defsubst.  Use fboundp.
10428         (flymake-time-to-float): Remove.
10429         (flymake-float-time): Merge code from flymake-time-to-float here.
10430         (flymake-replace-regexp-in-string): Change to defsubst.
10431         (flymake-split-string-remove-empty-edges):
10432         Rename to flymake-split-string.
10433         (flymake-split-string): Remove previous defalias.
10434         (flymake-get-temp-dir): Change to defsubst.
10435         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
10436         Define for xemacs only.
10437         (flymake-master-file-count-limit): Change into compiler defvar only.
10438         (flymake-find-possible-master-files): Let-bind it dynamically while
10439         sorting files using flymake-master-file-compare.
10441 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10443         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
10444         of defun-prompt-regexp matches inside a comment/string but the
10445         beginning is correctly outside everything.
10447         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
10448         appears within a string or a comment.
10450         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
10451         rather than make-symbol for symbols which are used in
10452         a symbol-macrolet or equivalent.
10454 2004-11-26  Jay Belanger  <belanger@truman.edu>
10456         * calc-misc.el (calc-last-why-command): Declare it.
10458         * calc-vec.el (math-grade-vec): New variable.
10459         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
10460         Replace variable grade-vec by declared variable.
10461         (math-rb-close): New variable.
10462         (math-read-brackets, math-read-vector): Replace variable close by
10463         declared variable.
10465         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
10466         (calc-one-window, calc-edit-handler, calc-restore-trail)
10467         (calc-allow-ret): Declare them.
10469         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
10470         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
10471         (math-radix-float-cache-tag, math-random-cache)
10472         (math-max-digits-cache, math-integral-cache, math-units-table)
10473         (math-format-date-cache, math-holidays-cache-tag): Declare them.
10474         (math-moc-func): New variable.
10475         (math-map-over-constants, math-map-over-constants-rec):
10476         Replace variable func by declared variable.
10478         * calc/calc-store.el (calc-given-value, calc-store-opers):
10479         Declare them.
10480         (calc-var-name-map): Move declaration to earlier in the file.
10481         (calc-pv-pos): New variable.
10482         (calc-permanent-variable, calc-insert-permanent-variable):
10483         Replace variable pos by declared variable.
10485         * calc/calc-mtx.el (calc-det-lu): New variable.
10486         (math-det-raw, math-det-step): Replace variable lu by declared variable.
10488         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
10489         (math-multi-subst, math-multi-subst-rec): Replace variables temp
10490         and arg by declared variables.
10491         (calcFunc-reducer): Fix incorrect variable.
10492         (math-inner-mul-func, math-inner-add-func): New variables.
10493         (calcFunc-inner, math-inner-mats): Replace variables mul-func
10494         and add-func by declared variables.
10496         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
10497         (calc-digit-value): Declare them.
10499         * calc/calc-help.el (Info-history): Declare it.
10500         (calc-describe-key): Make calc-summary-indentation a local variable.
10501         (calc-help-long-names): Move declaration to earlier in file.
10503         * calc/calc-embed.el (calc-original-buffer): Declare it.
10504         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
10505         (calc-embed-bot): New variables.
10506         (calc-do-embedded, calc-embedded-mark-formula)
10507         (calc-embedded-find-bounds, calc-embedded-duplicate)
10508         (calc-embedded-new-formula, calc-embedded-make-info):
10509         Replace vars outer-top, outer-bot, bot and top by declared variables.
10510         (calc-embed-prev-modes): New variable.
10511         (calc-embedded-set-modes, calc-embedded-update): Replace variable
10512         prev-modes with declared variable.
10513         (calc-embed-vars-used): New variable.
10514         (calc-embedded-make-info, calc-embedded-evaluate-expr)
10515         (calc-embedded-update, calc-embedded-find-vars): Replace variable
10516         vars-used by declared variable.
10518         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
10519         (math-format-radix-float): Remove unnecessary setq.
10520         (math-radix-float-cache): Declare it.
10522         * calc/calcsel2.el (calc-keep-selection): Declare it.
10524         * calc/calc-maint.el: Remove file.
10526 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10528         * textmodes/bibtex.el (bibtex-sort-entry-class)
10529         (bibtex-comment-start): Use defcustom.
10530         (bibtex-entry-field-alist): Use nil if initial content of the
10531         field is undefined.  Fix docstring.
10532         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
10533         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
10534         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
10535         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
10536         Fix docstring.
10537         (bibtex-autokey-title-terminators): Use only one regexp.
10538         (bibtex-string-maybe-empty-head): New variable.
10539         (bibtex-remove-delimiters-string): New function.
10540         (bibtex-text-in-field-bounds, bibtex-text-in-string):
10541         Use bibtex-remove-delimiters-string.
10542         (bibtex-progress-message, bibtex-field-left-delimiter)
10543         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
10544         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
10545         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
10546         Simplify.
10547         (bibtex-format-entry): Use save-excursion for inherited booktitle.
10548         Use eq and bibtex-remove-delimiters-string.  For end markers use
10549         insertion type so that marker stays after inserted text.
10550         (bibtex-autokey-get-names): Return empty string if name is missing.
10551         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
10552         calling bibtex-autokey-name-case-convert.
10553         (bibtex-autokey-demangle-title):
10554         Call bibtex-autokey-titleword-case-convert.  Remove call to
10555         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
10556         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
10557         (bibtex-read-key): New optional arg global.
10558         (bibtex-files-expand): New optional arg force.
10559         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
10560         (bibtex-complete-crossref-cleanup): Rename from
10561         bibtex-complete-key-cleanup.  Simplify code.
10562         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
10563         Operate on current entry.
10564         (bibtex-button): Add docstring.
10565         (bibtex-entry): Simplify.
10566         (bibtex-make-field): Replace optional arg called-by-yank with more
10567         specific args move and interactive.
10568         (bibtex-end-of-entry): Use forward-sexp.
10569         (bibtex-find-entry-globally): Remove.
10570         (bibtex-find-crossref): Allow for crossref key located in other buffer.
10571         Bound to C-c C-x.
10572         (bibtex-find-entry): New optional args global and display.
10573         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
10574         (bibtex-validate): Use arg force of bibtex-files-expand.
10575         (bibtex-clean-entry): Bugfix, clean string entries properly.
10576         Always keep point at beginning of entry.
10577         (bibtex-complete): Bugfix.  Handle string entries properly.
10578         Call cleanup functions only if needed.
10579         (bibtex-String): Use bibtex-read-string-key.
10580         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
10581         case of replacement text.
10583 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
10585         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
10586         (tramp-perl-directory-files-and-attributes): New constant.
10587         (tramp-file-name-handler-alist): Delete file-directory-files, add
10588         directory-files-and-attributes.
10589         (tramp-perl-file-attributes): Surround uid and gid by double
10590         quotes.  Change parameter id-format from nonnumeric.
10591         (tramp-convert-file-attributes): New function.
10592         (tramp-handle-file-attributes): Use it.
10593         (tramp-maybe-send-perl-script): New function.
10594         (tramp-handle-file-attributes-with-perl): Use it.  Don't convert
10595         file mode.  Change parameter id-format from nonnumeric.
10596         (tramp-handle-file-attributes-with-ls): Change parameter id-format
10597         from nonnumeric.
10598         (tramp-post-connection): Don't send tramp-perl-file-attributes
10599         script.  Reset connection property "perl-scripts".
10600         (tramp-handle-insert-directory): Run real handler when ls-lisp is
10601         in use.
10603 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
10605         * desktop.el (desktop-read): Replace mapcar with mapc.
10606         (desktop-create-buffer): Replace mapcar with mapc.
10607         Remove redundant piece of code.
10609 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
10611         * progmodes/gud.el (gud-display-line): Use display-buffer
10612         for GDB-UI as for GUD.
10614         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
10615         Delete variables.
10616         (gdb-ann3): Don't make GUD buffer dedicated.
10617         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
10618         (gdb-display-source-buffer): Delete function.
10619         (gdb-view-source-function, gdb-view-assembler): Delete functions.
10620         (menu): Delete menu bindings for viewing source/assembler.
10621         (gdb-setup-windows, gdb-restore-windows):
10622         Don't dedicate GUD.  No assembler now.
10623         (gdb-reset): No need to undedicate source buffers now.
10624         (gdb-source-info): No assembler now.
10626 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
10628         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
10629         width to those for special frames.
10630         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
10631         Use display-buffer.
10632         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
10633         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
10634         (gdb-frame-assembler-buffer): Rework like
10635         gdb-frame-breakpoints-buffer.
10637 2004-11-25  Richard M. Stallman  <rms@gnu.org>
10639         * progmodes/flymake.el: Reindent.
10640         (flymake-split-string): Turn into defalias.
10641         (flymake-fix-file-name): Rename from flymake-fix-path-name.
10642         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
10643         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
10644         (flymake-build-relative-filename): Rename from ...path.
10645         Fix error message.
10647 2004-11-25  Cheng Gao  <chenggao@gmail.com>
10649         * progmodes/flymake.el: Much whitespace and capitalization change.
10650         Move `provide' to end.  Require `compile' only when compiling.
10652 2004-11-24  Jay Belanger  <belanger@truman.edu>
10654         * calc/calc-alg.el: Added comment.
10655         (math-polynomial-base): Replace variable mpb-top-expr by
10656         math-poly-base-top-expr.
10658         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
10659         (math-polynomial-p1): Replace variable mpb-top-expr by declared
10660         variable.
10661         (math-poly-base-total-base): New variable.
10662         (math-total-polynomial-base, math-polynomial-p1): Replace variable
10663         mpb-total-base by declared variable.
10664         (math-factored-vars, math-to-list): Declare it.
10665         (math-fact-expr): New variable.
10666         (calcFunc-factors, calcFunc-factor, math-factor-expr)
10667         (math-factor-expr-try, math-factor-expr-part): Replace variable
10668         expr by declared variable.
10669         (math-fet-x): New variable.
10670         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
10671         by declared variable.
10672         (math-factor-poly-coefs): Make temp a local variable.
10674         * calc/calc-units.el (calc-convert-units): Make units a local
10675         variable.
10676         (calc-num-units, calc-den-units): New variables.
10677         (calc-explain-units, calc-explain-units-rec): Replace variables
10678         num-units and den-units by declared variables.
10679         (math-cu-unit-list): New variable.
10680         (math-build-units-table, math-compare-unit-names)
10681         (math-convert-units, math-convert-units-rec): Replace variable
10682         unit-list by declared variable.
10683         (math-fbu-base, math-fbu-entry): New variables.
10684         (math-find-base-units, math-find-base-units-rec): Replace variables
10685         base and entry by declared variables.
10686         (math-which-standard): New variable.
10687         (math-to-standard-units, math-to-standard-rec): Replace variable
10688         which-standard by declared variable.
10689         (math-fcu-u): New variable.
10690         (math-find-compatible-unit, math-find-compatible-unit-rec):
10691         Replace variable u by declared variable.
10692         (math-cu-new-units, math-cu-pure): New variables.
10693         (math-convert-units, math-convert-units-rec): Replace variables
10694         new-units and pure by declared variables.
10695         (math-try-cancel-units): New variable.
10696         (math-simplify-units-quotient): Replace variable try-cancel-units by
10697         declared variable.
10699 2004-11-24  Richard M. Stallman  <rms@gnu.org>
10701         * textmodes/ispell.el (ispell-check-version):
10702         If default-directory is nonexistent, use home dir.
10704         * progmodes/grep.el (grep-regexp-alist):
10705         Don't match parens around line numbers.
10707         * progmodes/cperl-mode.el (cperl-indent-region)
10708         (cperl-imenu--create-perl-index, cperl-xsub-scan):
10709         Don't print progress messages.
10711         * progmodes/compile.el (compilation-mode-map):
10712         Don't inherit from compilation-minor-mode-map;
10713         copy its bindings instead.  But the menu bar Compile
10714         entry now does inherit from compilation-menu-map.
10716         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10717         Use with-no-warnings around compiler-macroexpand.
10719         * imenu.el: Don't always require newcomment.
10720         (imenu--generic-function): Call comment-normalize-vars
10721         if we have a comment syntax.
10722         Exit the loop if REGEXP matches the null string.
10723         Test comment-start as well as comment-start-skip
10724         when deciding whether to check for comments.
10726         * tooltip.el (tooltip-mode): Doc fix.
10728         * term.el (term-escape-char, term-mode): Doc fixes.
10730 2004-11-24  Dave Love  <fx@gnu.org>
10732         * progmodes/python.el (python-font-lock-syntactic-keywords):
10733         Check for escapes in the regexp.
10734         (python-quote-syntax): Don't do it here.
10736 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
10738         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10739         (gdb-frames-mode-map, gdb-threads-mode-map)
10740         (gdb-registers-mode-map, gdb-locals-mode-map)
10741         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
10742         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
10744         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
10745         (dedicated-switch-to-buffer): Rework.
10746         (gdb-var-evaluate-expression-handler, gdb-put-string):
10747         Remove unused variable bindings.
10748         (gdb-setup-windows, gdb-display-buffer):
10749         Simplify.  Use pop-to-buffer.
10750         (gdb-view-source-function): Simplify.
10751         (gdb-frame-breakpoints-buffer):
10752         Use pop-to-buffer, special-display-regexps.
10754 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
10756         * progmodes/f90.el (f90-smart-end)
10757         (f90-previous-statement, f90-beginning-of-block): Doc fix.
10758         (f90-calculate-indent): Handle un-named PROGRAM blocks.
10759         (f90-end-of-block): Doc fix.  Make check of outermost block
10760         conditional on value of `f90-smart-end'.
10761         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
10762         Handle case where END-BLOCK is nil.
10763         (f90-match-end): Handle un-named PROGRAM blocks.
10764         (f90-backslash-not-special): New function.
10766 2004-11-24  Jay Belanger  <belanger@truman.edu>
10768         * calc/calc.el (calc-embedded-active): Removed unnecessary
10769         declaration.
10770         (calc-show-banner): Removed redundant declaration.
10772         * calc/calc-graph.el (calc-gnuplot-default-device)
10773         (calc-gnuplot-default-output, calc-gnuplot-print-device)
10774         (calc-gnuplot-print-output, calc-gnuplot-geometry)
10775         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
10776         Remove redundant initial values.
10778         * calc/calc-arith.el (math-scalar-functions)
10779         (math-nonscalar-functions, math-scalar-if-args-functions)
10780         (math-real-functions, math-positive-functions)
10781         (math-nonnegative-functions, math-real-scalar-functions)
10782         (math-real-if-arg-functions, math-integer-functions)
10783         (math-num-integer-functions, math-rounding-functions)
10784         (math-float-rounding-functions, math-integer-if-args-functions)
10785         (math-super-types): Move declarations to earlier in file.
10786         (math-unit-prefixes): Declared it.
10787         (math-floor-prec, math-trunc-prec): New variables.
10788         (math-trunc-fancy): Replace variable prec by declared variable.
10789         (math-floor-fancy): Replace variable prec by declared variable.
10790         (math-com-bterms): New variable.
10791         (math-commutative-equal, math-commutative-collect):
10792         Replace variable bterms by declared variable.
10794         * calc/calc-misc.el (math-trunc): Replace variable prec by
10795         math-trunc-prec.
10796         (math-floor): Replace variable prec by math-floor-prec.
10798         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
10799         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
10800         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
10801         (math-format-date, math-format-date-part): Replace variables
10802         date, dt, year, month, day, weekday, hour, minute, second and
10803         bc-flag by declared variables.
10804         (math-pd-str): New variable.
10805         (math-parse-date, math-parse-date-word, math-parse-standard-date):
10806         Replace variable str by declared variable.
10807         (math-daylight-savings-hook, math-tzone-names): Move definitions
10808         to earlier in the file.
10809         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
10810         (math-sh-year): New variable.
10811         (math-setup-add-holidays, math-setup-holidays)
10812         (math-setup-year-holidays): Replace variable `year' by declared
10813         variable.
10815         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
10816         New variables.
10817         (math-nth-root-float, math-nth-root-float-iter): Replace variables
10818         n, nf and nfm1 by declared variables.
10819         (math-nri-n): New variable.
10820         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
10821         n by declared variable.
10822         (calcFunc-log): Removed misplaced condition.
10824 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10826         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
10828 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
10830         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
10831         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
10832         Dedicate gdb-related windows.
10833         (gdb-display-buffer): Dedicate gdb-related windows.
10834         Don't grab other frames.
10835         (gdb-reset): Remove dedicated property after debugging.
10837 2004-11-24  Jay Belanger  <belanger@truman.edu>
10839         * calc/calc-sel.el: Add comment.
10841         * calc/calc.el (math-stack-value-offset): Replace variables c,
10842         wid and off with math-svo-c, math-svo-wid and math-svo-off.
10844         * calc/calccomp.el (math-comp-sel-tag): Declare it.
10845         (math-svo-c, math-svo-wid, math-svo-off): New variables.
10846         (math-stack-value-offset-fancy): Replace variables c, wid and off
10847         by declared variables.
10848         (math-comp-just, math-comp-comma-spc): New variables.
10849         (math-compose-expr, math-compose-matrix): Replace variables `just'
10850         and comma-spc by declared variable.
10851         (math-comp-vector-prec): New variable.
10852         (math-compose-expr, math-compose-matrix, math-compose-rows):
10853         Replace variable vector-prec by declared variable.
10854         (math-comp-left-bracket, math-comp-right-bracket)
10855         (math-comp-comma): New variables.
10856         (math-compose-expr, math-compose-rows): Replace variables
10857         left-bracket, right-bracket and comma by declared variables.
10858         (math-comp-full-width): New variable.
10859         (math-comp-to-string-flat, math-comp-to-string-flat-term):
10860         Replace variable full-width by declared variable.
10861         (math-comp-highlight, math-comp-word, math-comp-level)
10862         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
10863         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
10864         New variables.
10865         (math-comp-to-string-flat, math-comp-to-string-flat-term)
10866         (math-comp-sel-flat-term): Replace variables comp-highlight,
10867         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
10868         declared variables.
10869         (math-comp-simplify, math-comp-simplify-term)
10870         (math-comp-add-string, math-comp-add-string-sel):
10871         Replace variables comp-highlight, comp-buf, comp-base,
10872         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
10874 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10876         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
10878         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
10879         and x-server-version may throw.
10881 2004-11-23  Kim F. Storm  <storm@cua.dk>
10883         * subr.el (substitute-key-definition-key): Optimize.
10884         Don't call indirect-function for nil defn (always signals error).
10886         * ido.el (ido-read-internal): Fix require-match check when
10887         ido-directory-too-big is set.
10889 2004-11-23  Jay Belanger  <belanger@truman.edu>
10891         * calc/calc-ext.el (math-read-replacement-list)
10892         (math-read-superscripts): New variables.
10893         (math-read-preprocess-string): New function.
10894         (math-read-expr): Filter input through math-read-preprocess-string.
10896         * calc/calc-aent.el (math-read-exprs): Filter input through
10897         math-read-preprocess-string.
10899 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
10901         * progmodes/compile.el (compilation-start): In cd command use
10902         substitute-env-vars -- not quite shell compatible but better than
10903         nothing.
10904         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
10905         handle the newer versions messages, which are more parseable.
10907 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10909         * reveal.el (reveal-mode-map): New var.
10910         (reveal-mode): Use it.
10912 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
10914         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
10915         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
10917 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10919         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
10920         header-line when needed.
10921         Use fixed-pitch only in the header-line.
10922         Build the underline automatically.  Use emdash if available.
10924 2004-11-22  Richard M. Stallman  <rms@gnu.org>
10926         * dired.el (dired-recursive-copies): Move from dired-aux.el.
10927         * dired-aux.el (dired-recursive-copies): Move to dired.el.
10929 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
10931         * progmodes/gdb-ui.el (gdb-resync): New function.
10932         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
10933         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
10934         Use it to fail more gracefully.
10935         (gdb-variables): Delete variable.
10936         Re-order variables to reduce byte-compiler warnings.
10938 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10940         * descr-text.el (describe-char):
10941         * paren.el (show-paren-function):
10942         * subr.el (syntax-after): Undo last change.
10944         * progmodes/python.el (run-python): Don't hard code *Python*.
10945         Don't modify global process-environment.
10946         (python-send-region, python-load-file): Don't assume that
10947         python-buffer == (process-buffer (python-proc)).
10948         (python-switch-to-python): Simplify.
10950         * dired.el (dired-align-file): Don't assume line starts with spaces.
10952 2004-11-21  Jay Belanger  <belanger@truman.edu>
10954         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
10955         Replace variable `lines' by math-read-big-lines.
10956         (math-read-big-expr): Replace variables the-baseline, the-h2
10957         and err-msg by math-read-big-baseline, math-read-big-h2 and
10958         math-read-err-msg.
10959         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
10961         * calc/calc-lang.el (math-read-big-rec): Fix typo.
10962         (math-read-big-balance): Replace unbound variable by value.
10963         (math-read-big-lines): New variable.
10964         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
10965         (math-read-big-error, math-read-big-balance): Replace variable
10966         `lines' by declared variable.
10967         (math-read-big-baseline, math-read-big-h2): New variables.
10968         (math-read-big-rec): Replace variables the-baseline and the-h2
10969         by declared variables.
10970         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
10971         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
10972         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
10973         declared variables.
10974         (math-read-big-err-msg): New variable.
10975         (math-read-big-error): Replace variable err-msg by declared variable.
10977 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10979         * ses.el: Add coding cookie.
10980         Fix up docstrings, follow new commenting conventions.
10981         (ses-header-line-menu): Fix missing variable rename for header-row.
10982         (ses-cell-size): Remove.
10983         (ses-make-cell): New function.
10984         (ses-cell, ses-insert-row, ses-insert-column): Use it.
10985         (ses-calculate-cell): Remove unused var `symbol'.
10986         (ses-narrowed-p): New function.
10987         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
10988         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
10989         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
10990         (ses-setup): Use restore-buffer-modified-p.
10991         (ses-cleanup): Remove unused var `end'.
10992         (ses-header-string-left-offset): Remove.
10993         (ses-create-header-string): Adjust to new behavior of `align-to'.
10994         Truncate excessively large fields to preserve alignment.
10995         (ses-reconstruct-all): Remove unused var `refs'.
10996         (ses-read-cell-printer): Remove unused var `prompt'.
10997         (ses-delete-row): Remove unused var `pos'.
10998         (ses-delete-column): Remove unused var `new'.
11000 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11002         * ps-print.el: Insert :version tag into all defgroup and defcustom.
11003         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11004         Eliminate eval-and-compile usage.
11005         (ps-insert-file): Use insert-file-contents instead of insert-file.
11006         (ps-setup): Code fix.
11008         * printing.el (pr-setup, lpr-setup): Code fix.
11010 2004-11-21  Jay Belanger  <belanger@truman.edu>
11012         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
11013         (calc-original-buffer): Declare them.
11014         (calc-user-formula-alist): New variable.
11015         (calc-user-define-formula, calc-fix-user-formula)
11016         (calc-user-define-composition, calc-finish-formula-edit):
11017         Replace variable `alist' by declared variable.
11018         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
11019         (var-q7, var-q7, var-q8, var-q9): Declare them.
11020         (calc-kbd-push): Don't check to see if var-q0 through var-q9
11021         are bound.
11022         (calcFunc-typeof): Replace undeclared variable by expression.
11023         (math-exp-env): New variable.
11024         (math-define-body, math-define-exp): Replace exp-env by declared var.
11025         (math-define-exp): Replace misplaced variable by expression.
11027         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
11028         (calc-curve-model, calc-curve-coefnames): New variables.
11029         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
11030         varnames, model and coefnames by declared variables.
11031         (math-root-widen): New variable.
11032         (math-search-root, math-find-root): Replace variable root-widen by
11033         declared variable.
11034         (var-DUMMY): Declare it.
11035         (math-root-vars, math-min-vars): Move the declarations to earlier in
11036         the file.
11037         (math-brent-min): Make d a local variable.
11038         (math-find-minimum): Replace non-existent variable.
11039         (math-ninteg-romberg): Remove unnecessary variable.
11040         (math-ninteg-temp): New variable.
11041         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
11042         integ-temp by declared variable.
11043         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
11044         New variables.
11045         (math-general-fit): Replace variables first-var, first-coef and
11046         new-coefs by declared variables.
11047         (calcFunc-fitvar): Replace variable first-var by declared variable.
11048         (calcFunc-fitparam): Replace variable first-coef by declared variable.
11049         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
11050         (math-all-vars-vars, math-all-vars-found): New variables.
11051         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
11052         found by declared variable math-all-vars-vars.
11054 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
11056         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
11057         of `defconst'.
11059 2004-11-20  Richard M. Stallman  <rms@gnu.org>
11061         * isearch.el (isearch-mode-map): Don't bind SPC.
11062         (isearch-whitespace-chars): Function deleted.
11063         (isearch-search): Bind search-spaces-regexp.
11064         (isearch-lazy-highlight-search): Likewise.
11065         (search-whitespace-regexp): Doc fix.
11066         (isearch-forward-regexp): Doc fix.
11068         * emacs-lisp/bytecomp.el (byte-compile-form):
11069         Move the calls to byte-compile-set-symbol-position,
11070         to avoid having two for the same symbol occurrence.
11072         * comint.el (comint-input-ring-size): Increase to 150.
11074         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
11075         New variables.
11076         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
11077         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
11079         * imenu.el (imenu--generic-function):
11080         Ensure we keep moving backward even if BEG isn't further back.
11082         * replace.el (query-replace-read-to, query-replace-read-from):
11083         Specify t for KEEP-ALL in read-from-minibuffer.
11085         * progmodes/python.el (python-switch-to-python):
11086         If Python isn't running, start it.
11087         Don't alter debug-ignored-errors.
11089         * progmodes/cperl-mode.el (cperl-indent-region):
11090         Don't mind imenu-scanning-message.
11092         * bindings.el (global-map): Bind C-e to move-end-of-line.
11094         * simple.el (line-move-finish): New arg FORWARD.
11095         Ignore invisible newlines, not intangible ones.
11096         Conditions for acceptable stopping positions depend on FORWARD.
11097         (line-move): Pass FORWARD arg to line-move-finish.
11099         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
11100         of HEADER.  Compensate for this change in the code to add display
11101         properties.  Don't make the first line intangible.
11103         * info.el (Info-search): Fix previous change.
11105 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
11107         * Makefile.in (recompile): Revert 2004-11-19 change.
11108         (compile): Likewise.
11110 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
11112         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
11114 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11116         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
11117         defgroup and defcustom.  Eliminate eval-and-compile usage.
11119         * progmodes/ebnf-otz.el: Fix typos.
11121 2004-11-19  Jay Belanger  <belanger@truman.edu>
11123         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
11124         (calc-edit-finish, calc-finish-stack-edit): Replace variable
11125         disp-trail by declared variable.
11127         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
11128         (calc-finish-selection-edit): Replace variable disp-trail by
11129         declared variable.
11130         (calc-selection-cache-entry): Move declaration to earlier in the file.
11131         (calc-selection-cache-num, calc-selection-cache-comp)
11132         (calc-selection-cache-offset, calc-selection-true-num)
11133         (calc-final-point-line, calc-final-point-column)
11134         (calc-original-buffer): Declare them.
11135         (calc-fnp-op, calc-fnp-num): New variables.
11136         (calc-find-nth-part, calc-find-nth-part-rec)
11137         (calc-select-previous): Replace op and num by declared variables.
11138         (calc-rsf-old, calc-rsf-new): New variables.
11139         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
11140         Replace variables old and new by declared variables.
11141         (calc-sel-reselect): New variable.
11142         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
11143         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
11144         (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
11145         reselect with declared variable.
11147         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
11148         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
11149         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
11150         (math-import-list, math-rewrite-phase): Declare them.
11151         (math-rewrite): Use let* to declare variables.
11152         (calc-rewrite-selection): Make rules a local variable.
11153         (calc-rewr-sel): New variable.
11154         (calc-rewrite-selection, calc-locate-selection-marker)
11155         (calc-rewrite): Use the declared variable calc-rewr-sel instead
11156         of sel.
11157         (math-rewrite-whole-expr): New variable.
11158         (math-rewrite, math-rewrite-phase): Replace variable expr by
11159         declared variable.
11160         (math-rewrite-heads-heads, math-rewrite-heads-skips)
11161         (math-rewrite-heads-blanks ): New variables.
11162         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
11163         heads, skips and blanks by declared variables.
11164         (math-rwcomp-subst-old, math-rwcomp-subst-new)
11165         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
11166         New variables.
11167         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
11168         old, new, old-func and new-func by declared variables.
11169         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
11170         Remove unnecessary variable.
11171         (math-apply-rw-regs): New variable.
11172         (math-apply-rewrites, math-rwapply-replace-regs)
11173         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
11174         (math-apply-rw-ruleset): New variable.
11175         (math-apply-rewrites, math-rwapply-remember): Replace variable
11176         ruleset by declared variable.
11178 2004-11-19  Richard M. Stallman  <rms@gnu.org>
11180         * info.el (Info-search): Use search-whitespace-regexp.
11182 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
11184         * vc-rcs.el (vc-rcs-parse): New function.
11185         (vc-rcs-annotate-command): Likewise.
11186         (vc-rcs-annotate-current-time): Likewise.
11187         (vc-rcs-annotate-time): Likewise.
11188         (vc-rcs-annotate-extract-revision-at-line): Likewise.
11190 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
11192         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
11194 2004-11-18  Jay Belanger  <belanger@truman.edu>
11196         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
11198 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11200         * printing.el: Eliminate use of interactive-p and eval-and-compile.
11201         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11202         Use make-temp-file to generate PostScript files in any situation.
11203         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
11204         (pr-interactive-p): Eliminate var.
11205         (pr-save-interactive): Eliminate macro.
11206         (pr-interface, pr-ps-directory-preview)
11207         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11208         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11209         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11210         (pr-ps-buffer-ps-print, pr-ps-region-preview)
11211         (pr-ps-region-using-ghostscript, pr-ps-region-print)
11212         (pr-ps-region-ps-print, pr-ps-mode-preview)
11213         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11214         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11215         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
11216         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11217         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11218         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11219         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11220         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11221         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11222         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11223         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11224         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
11225         Eliminate pr-save-interactive usage.
11226         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
11227         Eliminate pr-interactive-p usage.
11228         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
11229         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
11230         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
11231         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
11232         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
11233         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
11234         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
11235         New funs.
11236         (pr-ps-file): Use make-temp-file to generate a temporary file.
11238 2004-11-17  Jay Belanger  <belanger@truman.edu>
11240         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
11241         a local variable.
11242         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
11243         (math-top-only): New variable.
11244         (math-simplify, math-simplify-step): Replace variable top-only by
11245         declared variable math-top-only.
11246         (math-simplify-expr): Declare it.
11247         Replace argument expr in all calls of math-defsimplify by
11248         math-simplify-expr.
11249         (math-simplify-plus, math-simplify-times, math-simplify-divide)
11250         (math-simplify-divisor, math-simplify-one-divisor)
11251         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
11252         (math-simplify-pow): Replace variable expr by declared variable
11253         math-simplify-expr.
11254         (math-simplify-divisor): Remove local variables temp and op.
11255         (math-simplify-one-divisor): Make temp and op local variables.
11256         (math-simplify-divisor-nover, math-simplify-divisor-dover):
11257         New variables.
11258         (math-simplify-divisor, math-simplify-one-divisor):
11259         Replace variables nover and dover by declared variables.
11260         (math-expr-subst-new, math-expr-subst-old): New variables.
11261         (math-expr-subst, math-expr-subst-rec): Replace variables new
11262         and old by declared variables.
11263         (math-is-poly-degree, math-is-poly-loose): New variables.
11264         (math-is-polynomial, math-is-poly-rec): Replace variables degree
11265         and loose by declared variables.
11266         (math-poly-base-const-ok, math-poly-base-pred): New variables.
11267         (math-polynomial-base, math-polynomial-base-rec):
11268         Replace variables const-ok and mpb-pred by declared variables.
11270         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
11272         * calc/calc-ext.el (math-defsimplify): Change the argument in
11273         the created function to math-simplify-expr.
11275         * calc/calc-units.el (math-simplify-expr): Declare it.
11276         Replace argument expr in all calls of math-defsimplify by
11277         math-simplify-expr.
11278         (math-simplify-units-prod): Replace variable expr by declared
11279         variable math-simplify-expr.
11281 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11283         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
11284         Replace mapcar->dolist, format->string.
11286 2004-11-17  Miles Bader  <miles@gnu.org>
11288         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
11289         * progmodes/idlwave.el: Remove RCS keywords.
11291 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
11293         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
11294         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
11295         Update to IDLWAVE version 5.5.  Too many changes to list them here.
11296         * progmodes/idlw-help.el: New file.
11298 2004-11-16  Richard M. Stallman  <rms@gnu.org>
11300         * international/iso-cvt.el (iso-tex2iso-trans-tab):
11301         Discard spaces after \i according to TeX rules.
11303         * international/mule.el (set-buffer-file-coding-system):
11304         New arg NOMODIFY.
11305         (after-insert-file-set-coding): Pass that new arg.
11306         Prevent set-buffer-multibyte from trying to lock the file.
11308         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
11310         * saveplace.el (save-place): Doc fix.
11312         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
11313         temporarily widen before finding the following word to copy.
11315         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
11316         (cl-map-keymap): Definition deleted.
11318         * subr.el (map-keymap-internal): New function.
11320 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11322         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
11323         when pressing rather than when releasing mouse-2.  Simplify.
11325 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11327         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
11328         (compilation-mode): Set it here instead.
11330         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
11332         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
11333         (loop, cl-parse-loop-clause, defsetf): Use backquote.
11335 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11337         * progmodes/compile.el (compilation-internal-error-properties):
11338         Fix up a transposition-typo.  Check end-col before using it.
11340 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
11342         * international/iso-cvt.el (iso-tex2iso-trans-tab):
11343         Discard whitespace after macro \i when converting it.
11345 2004-11-16  Juri Linkov  <juri@jurta.org>
11347         * emacs-lisp/find-func.el (find-function-regexp):
11348         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
11349         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
11350         Remove invalid `\W' from [^cgv\W].  Doc fix.
11351         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
11353 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
11355         * play/life.el: Maintainer is now FSF.
11356         (life-patterns, life-neighbor-deltas, life-window-start)
11357         (life-current-generation, life-generation-string): Use defvar
11358         instead of defconst.
11360 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11362         * progmodes/compile.el (compilation-move-to-column): New fun.
11363         (compilation-internal-error-properties)
11364         (compilation-next-error-function): Use it to make sure we don't go past
11365         the end of line.
11367 2004-11-15  John Paul Wallington  <jpw@gnu.org>
11369         * autoinsert.el (auto-insert-alist): Insert the user's name in
11370         copyright notice, rather than Free Software Foundation, for the
11371         Emacs Lisp header case too.
11373 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11375         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
11376         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11377         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
11378         return the list of string in a string.
11379         (pr-call-process): Message if calling process returns an error, that
11380         is, the exit status is different of zero.
11382 2004-11-15  Jay Belanger  <belanger@truman.edu>
11384         * calc/calcalg2.el (math-integrate-by-parts): Remove unused
11385         variable var-thing.
11386         (math-integ-depth, math-integ-level, math-integral-limit)
11387         (math-enable-subst, math-any-substs, math-integ-msg)
11388         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
11389         (math-int-threshold, math-int-factors, math-double-roots)
11390         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
11391         (var-GenCount): Declare these variables.
11392         (calcFunc-integ): Don't check if var-IntegLimit is bound.
11393         (math-integral-cache, math-integral-cache-state):
11394         Move declarations to earlier in the file.
11395         (math-deriv-var, math-deriv-total, math-deriv-symb)
11396         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
11397         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
11398         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
11399         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
11400         (math-solve-res): New variables
11401         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
11402         (math-integral, math-replace-integral-parts)
11403         (math-integrate-by-parts, calc-dump-integral-cache)
11404         (math-try-integral, math-do-integral, math-do-integral)
11405         (math-do-integral-methods, math-try-solve-for)
11406         (math-try-solve-prod, math-solve-poly-funny-powers)
11407         (math-solve-crunch-poly, math-decompose-poly)
11408         (math-solve-find-root-term, math-find-root-in-prod)
11409         (math-integ-try-linear-substitutions)
11410         (math-integ-try-substitutions, math-expr-rational-in)
11411         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
11412         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
11413         (math-solve-for, math-solve-system, math-solve-system-rec)
11414         (math-solve-get-sign, math-solve-get-int)
11415         (math-solve-system-subst): Replace undeclared variables with newly
11416         declared variables.
11418 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11420         * winner.el (winner-active-region, winner-edges, winner-window-list):
11421         Define at toplevel.
11422         (winner-mode-map): Move init inside declaration.
11424 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
11426         * files.el (convert-standard-filename): Doc fix.
11428 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
11430         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
11431         passwd, group, shadow, default/* and pam.d/*.
11433 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11435         * printing.el (pr-menu-spec): Adjust menu specification.
11437 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11439         * printing.el: Doc fix.  Insert :version tag into all defcustom.
11440         Handle interactive-p as is recommended in Emacs Lisp Reference.
11441         Set the file permission bits for newly created files.
11442         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11443         The printing menu specification (in `pr-menu-spec') was merged.
11444         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11445         (pr-version): New version number (6.8.3).
11446         (pr-file-modes): New option.
11447         (pr-interactive-p): New var.
11448         (pr-save-interactive, pr-save-file-modes): New macros.
11449         (pr-setup): Code fix.
11450         (pr-menu-spec): Menu specification merged.
11451         (pr-call-process, pr-text2ps): Set file permission bits.
11452         (pr-despool-print): Set file permission bits.  Handle interactive-p as
11453         is recommended.
11454         (pr-interface, pr-ps-directory-preview)
11455         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11456         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11457         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11458         (pr-ps-buffer-ps-print, pr-ps-region-preview)
11459         (pr-ps-region-using-ghostscript, pr-ps-region-print)
11460         (pr-ps-region-ps-print, pr-ps-mode-preview)
11461         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11462         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11463         (pr-despool-using-ghostscript, pr-despool-ps-print)
11464         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11465         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11466         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11467         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11468         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11469         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11470         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11471         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11472         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
11473         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
11474         Handle interactive-p as is recommended.
11476 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11478         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
11479         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
11481         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
11482         so it doesn't forget to highlight the beginning of the region either.
11484 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
11486         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
11487         (c-font-lock-init): Eliminate obsolete make-local-hook.
11488         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
11489         (awk-mode): Use run-mode-hooks.
11491         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
11493 2004-11-13  Kim F. Storm  <storm@cua.dk>
11495         * mouse.el (mouse-drag-copy-region): Add :version.
11496         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
11497         while dragging mode line, so mode line can be dragged downwards.
11498         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
11499         while pressing mouse button so window doesn't scroll until we
11500         release the mouse if clicking on partially visible line.
11502 2004-11-12  Jay Belanger  <belanger@truman.edu>
11504         * calc/calc-graph.el (calc-dumb-map): Declare it.
11505         (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
11506         than unbound.
11507         (calc-graph-name): Made `end' a local variable.
11508         (calc-graph-lookup): Made `varname' a local variable.
11509         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
11510         Declare them.
11511         (calc-graph-format-data): Don't check if var-PlotRejects is bound.
11512         (calc-graph-plot, calc-graph-compute-3d): Remove references to
11513         the unused variable y3vec.
11514         (calc-graph-show-dumb): Remove reference to unused variable found-pt.
11515         (calc-graph-kill-hook, calc-graph-plot): Remove reference to
11516         calc-graph-prev-kill-hook.
11517         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
11518         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
11519         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
11520         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
11521         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
11522         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
11523         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
11524         (calc-graph-y3value, calc-graph-y3name)
11525         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
11526         (calc-graph-stepcount, calc-graph-is-splot)
11527         (calc-graph-surprise-splot, calc-graph-blank)
11528         (calc-graph-non-blank, calc-graph-curve-num): New variables.
11529         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
11530         (calc-graph-recompute-2d, calc-graph-compute-3d)
11531         (calc-graph-format-data): Replace undeclared variables with the
11532         above newly declared variables.
11534 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
11536         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
11537         `rsf-beep' and `rsf-sleep-after-message'.
11539         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
11540         list if `message-sender' is non-nil.
11542 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
11544         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
11545         consing by using mapc instead of mapcar.
11547 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
11549         * tooltip.el (require): Explain why CL is needed.
11551 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11553         * printing.el: Insert :version into defgroup (printing).  All reference
11554         to Files option in menubar were changed to File.
11555         (pr-version): New version number (6.8.2).
11556         (pr-get-symbol): Call easy-menu-intern.
11557         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
11558         compilation gripes.
11560 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11562         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
11563         new byte-compile-function-environment binding to t.
11565         * font-lock.el (font-lock-fontify-syntactically-region):
11566         Don't forget to highlight the last char when we hit `end'.
11568         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
11569         (mwheel-scroll): Adjust accordingly.
11571         * cvs-status.el: Reduce spurious warnings.
11572         (cvs-status-checkout): Remove.
11573         (cvs-status-mode-map): Use cvs-mode-checkout instead.
11575         * pcvs.el (cvs-mode-checkout): New command.
11577         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
11579         * tooltip.el: Require CL.
11581         * emacs-lisp/bytecomp.el: Use push.
11582         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
11583         (defalias): Remove the `byte-compile' property and add
11584         a `byte-hunk-handler'.
11586 2004-11-11  Juri Linkov  <juri@jurta.org>
11588         * info.el (Info-search): Save match data for isearch.
11589         Skip Tag Table node.
11591         * descr-text.el (describe-char): Replace syntax-after with code
11592         from its previous version.
11594         * files.el (magic-mode-alist): Use optimization for SGML mode too.
11595         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
11597         * international/mule.el (sgml-html-meta-auto-coding-function):
11598         Remove > after <html to allow HTML attributes.
11600 2004-11-11  Jay Belanger  <belanger@truman.edu>
11602         * calc/calc-comb.el (math-prime-factors-finished): Declare it as
11603         a variable.
11604         (calcFunc-dfac): Replace unbound max by n.
11605         (math-stirling-local-cache): New variable.
11606         (math-stirling-number, math-stirling-1, math-stirling-2):
11607         Replace the variable `cache' by the declared variable
11608         math-stirling-local-cache.
11609         (var-RandSeed): Declare it as a variable.
11610         (math-init-random-base, math-random-digit): Don't check to see if
11611         var-RandSeed is bound.
11612         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
11613         Declare them instead of just setting them.
11614         (math-init-random-base): Made i a local variable.
11615         (math-random-digit): Made math-random-last a local variable.
11616         (math-prime-test-cache): Move declaration to before it is used.
11617         (math-prime-test-cache-k, math-prime-test-cache-q)
11618         (math-prime-test-cache-nm1, math-prime-factors-finished):
11619         Declare them as variables.
11621 2004-11-11  Jay Belanger  <belanger@truman.edu>
11623         * calc/calc-ext.el (math-defcache): Use defvar for the new
11624         variables it creates.
11626 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
11628         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
11629         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
11630         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
11631         (desktop-save): Add :version.
11633 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11635         * printing.el (pr-get-symbol): Don't downcase.
11637 2004-11-10  Jay Belanger  <belanger@truman.edu>
11639         * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
11640         string to kill-ring.
11642         * calc/calc-aent.el (calc-alg-exp, math-toks)
11643         (math-exp-pos,math-exp-old-pos, math-exp-token)
11644         (math-exp-keep-spaces, math-exp-str): New variables.
11645         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
11646         (calcAlg-enter): Use declared variable calc-alg-exp.
11647         (math-build-parse-table, math-find-user-token): Use declared
11648         variable math-toks.
11649         (math-read-exprs, math-read-token, calc-check-user-syntax)
11650         (calc-match-user-syntax, match-factor-after, math-read-factor):
11651         Use declared variables math-exp-pos math-exp-old-pos.
11652         (math-read-exprs, math-read-token, math-read-expr-level)
11653         (calc-check-user-syntax, calc-match-user-syntax)
11654         (match-factor-after, math-read-factor): Use declared variable
11655         math-exp-token.
11656         (math-read-exprs, math-read-expr-list, math-read-token)
11657         (math-read-factor): Use declared variable math-exp-keep-spaces.
11658         (math-read-exprs, math-read-token): Use declared variable
11659         math-exp-str.
11660         (calc-match-user-syntax): Make m a local variable.
11662         * calc/calc-ext.el (math-read-expr): Use declared variables
11663         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
11664         math-exp-keep-spaces.
11666         * calc/calc-forms.el (math-read-angle-bracket): Use declared
11667         variables math-exp-pos, math-exp-str.
11669         * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
11670         math-exp-old-pos.
11671         (math-parse-fortran-vector, math-parse-fortran-vector-end)
11672         (math-parse-eqn-prime): Use declared variable math-exp-token.
11674         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
11675         Use declared variable math-exp-pos.
11676         (math-check-for-commas): Use declared variable math-exp-str.
11677         (math-read-brackets): Use declared variables math-exp-old-pos,
11678         math-exp-keep-spaces.
11679         (math-read-brackets, math-read-vector, math-read-matrix):
11680         Use declared variable math-exp-token.
11682 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11684         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
11685         where the keymap is a symbol.
11686         (easy-menu-add-item): Use keymap-prompt.  Simplify.
11688         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
11690         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
11691         (sgml-parse-tag-backward): Use it to skip spurious < or >.
11693 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
11695         * ebuff-menu.el: Doc fixes throughout.
11696         (electric-buffer-menu-mode-hook): New defvar.
11698 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
11700         * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
11701         The resulting compiler warnings appear to be harmless.
11703 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
11705         * textmodes/conf-mode.el: New file.
11707         * files.el (auto-mode-alist, magic-mode-alist): Use it.
11709 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11711         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
11713 2004-11-09  Jay Belanger  <belanger@truman.edu>
11715         * calc/calc-ext.el (calc-init-extensions): Remove old code.
11717         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
11718         (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
11719         (calc-z-prefix-help, calc-user-function-list): Use declared
11720         variables calc-z-prefix-buf, calc-z-prefix-msgs.
11721         (math-map-tree, math-map-tree-rec): Use declared variables
11722         math-mt-many, math-mt-func.
11723         (math-read-expression, math-read-string): Use declared variable
11724         math-expr-data.
11726         * calc/calc-ext.el (math-normalize-nonstandard): Use declared
11727         variable math-normalize-a.
11729         * calc/calc.el (math-normalize-a): New variable.
11730         (math-normalize): Use declared variable math-normalize-a.
11732         * calc/calc-poly.el (math-expand-form): Use declared variable
11733         math-mt-many.
11735         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11736         Use declared variable math-mt-many.
11737         (math-rewrite): Use declared variable math-mt-func.
11739         * calc/calc-vec.el (math-read-brackets, math-read-vector)
11740         (math-read-matrix): Use declared variable math-expr-data.
11742         * calc/calc-lang.el (math-parse-fortran-vector)
11743         (math-parse-fortran-vector-end, math-parse-tex-sum)
11744         (math-parse-eqn-matrix, math-parse-eqn-prime)
11745         (math-read-math-subscr): Use declared variable math-expr-data.
11747         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
11748         (math-read-expr-level, math-read-token, calc-check-user-syntax)
11749         (calc-match-user-syntax, math-read-if, math-factor-after)
11750         (math-read-factor): Use declared variable math-expr-data.
11752 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
11754         * calendar/diary-lib.el (diary-from-outlook)
11755         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
11756         interactive-p; but rather new optional argument NOCONFIRM.
11758 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11760         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
11761         (easy-menu-name-match): Revert correspondingly.
11763 2004-11-09  Richard M. Stallman  <rms@gnu.org>
11765         * emacs-lisp/bytecomp.el (byte-compile-defalias):
11766         Turn off warnings for the new function even if definition not constant.
11767         If the definition isn't a quoted symbol, record (FUNCTION . t).
11768         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
11769         (byte-compile-callargs-warn): Handle (FUNCTION . t).
11770         (display-call-tree, byte-compile-arglist-warn):
11771         Handle t returned by byte-compile-fdefinition.
11773 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11775         * Makefile.in (maintainer-clean): Depend on distclean.
11777         * help-fns.el (help-C-file-name): File name must be in build-files
11778         to be returned.
11780 2004-11-09  Jay Belanger  <belanger@truman.edu>
11782         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
11783         (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
11785         * calc/calc.el (calc, calc-trail-display, calc-mode):
11786         Remove obsolete sections.
11788         * calc/calc.el (calc-x-paste-text): Remove.
11790         * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
11791         mouse-2.
11793 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
11795         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
11796         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
11797         current frame (in case of recursive calls).
11798         (gdb-show-changed-values): Add :version keyword.
11800 2004-11-09  Kenichi Handa  <handa@m17n.org>
11802         * international/mule-cmds.el: Change coding: tag back to
11803         iso-2022-7bit.
11805 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11807         * international/mule-cmds.el: Change coding-system to utf-8.
11808         (select-safe-coding-system-interactively):
11809         New function extracted from select-safe-coding-system.
11810         (select-safe-coding-system): Use it.
11812 2004-11-08  Richard M. Stallman  <rms@gnu.org>
11814         * subr.el (syntax-after): Doc fix.
11816         * paren.el (show-paren-function): Change calls to syntax-after
11817         for new way of returning the value.
11819         * menu-bar.el (menu-bar-file-menu): Make this the real name
11820         and menu-bar-files-menu the alias.  Use the former.
11821         (global-map): Use `file', not `files', as the symbol.
11823         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
11825         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
11826         Don't use beginning-of-buffer.
11827         (filesets-cmd-show-result): Use with-no-warnings.
11829 2004-11-08  Juri Linkov  <juri@jurta.org>
11831         * progmodes/compile.el (compile): Don't overwrite last command in
11832         minibuffer history with default command if they are not equal.
11834 2004-11-08  Jay Belanger  <belanger@truman.edu>
11836         * calc/calcalg2.el (math-do-integral-methods): Try linear then
11837         non-linear substitutions.
11839 2004-11-08  Jay Belanger  <belanger@truman.edu>
11841         * calc/calcalg2.el (math-linear-subst-tried): New variable.
11842         (math-do-integral): Set `math-linear-subst-tried' to nil.
11843         (math-do-integral-methods): Use `math-linear-subst-tried' to
11844         determine what type of substitution to try.
11845         (math-integ-try-linear-substituion):
11846         Set `math-linear-subst-tried' to t.
11848 2004-11-08  Kim F. Storm  <storm@cua.dk>
11850         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
11852 2004-11-07  Juri Linkov  <juri@jurta.org>
11854         * info-look.el (info-lookup): Allow reusing in the current buffer
11855         not only *info* buffer, but all (even renamed) Info buffers
11856         by checking for major-mode instead of *info* buffer name.
11857         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
11858         (octave-mode, maxima-mode) <doc-spec>:
11859         Allow long dashes generated by Texinfo 4.7 before definitions.
11860         (texinfo-mode) <doc-spec>: Add space to suffix to find command
11861         definitions with argument separated by space.
11863 2004-11-06  Richard M. Stallman  <rms@gnu.org>
11865         * simple.el (next-error group, face): Move before first use.
11866         (next-error-highlight, next-error-highlight-no-select): Likewise.
11868         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
11869         (line-move): New args NOERROR and TO-END.
11870         Return t if if succeed in moving specified number of lines.
11871         (move-end-of-line): New function.
11873         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
11874         (end-of-buffer-other-window): Likewise.
11876         * simple.el (line-move-ignore-invisible): Default to t.
11878         * subr.el (syntax-after): Return the syntax letter, not the raw code.
11880         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
11882         * international/iso-cvt.el (iso-cvt-define-menu):
11883         Rename menu-bar-files-menu to menu-bar-file-menu.
11885         * net/browse-url.el (browse-url-gnome-moz-program)
11886         (browse-url-gnome-moz-arguments): Move up before first use.
11888         * net/tramp.el (tramp group): Add :version.
11890         * progmodes/ada-xref.el (ada-gdb-application):
11891         Use goto-char instead of beginning-of-buffer.
11893         * progmodes/cperl-mode.el (cperl-info-on-command):
11894         Use goto-char instead of beginning-of-buffer.
11896         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
11897         Move up before first use.
11898         (idlwave-shell-temp-pro-file): Likewise.
11899         (idlwave-shell-temp-rinfo-save-file): Likewise.
11900         (idlwave-shell-temp-file): Minor doc fix.
11902         * textmodes/flyspell.el (flyspell-external-point-words):
11903         Use goto-char instead of beginning-of-buffer.
11905 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
11907         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
11908         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
11909         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
11911 2004-11-06  David Ponce  <david@dponce.com>
11913         * recentf.el (recentf-menu-path): Use menu item name.
11915 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
11917         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
11918         display doesn't support images.
11920 2004-11-06  Andreas Schwab  <schwab@suse.de>
11922         * tempo.el (tempo-match-finder): Doc fix.
11924         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
11926 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11928         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
11929         (easy-menu-lookup-name): New fun to replace it.
11930         (easy-menu-get-map): Use it to obey menu item names (rather than just
11931         keys) when looking up `path'.
11932         (easy-menu-always-true-p): Rename from easy-menu-always-true.
11933         (easy-menu-convert-item-1): Adjust to new name.
11935 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
11937         * outline.el (hide-body): Don't hide lines at the top of the file
11938         that precede the first header line.
11940 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
11942         * align.el (align-areas): Delete whitespace before reindenting, so
11943         that tabs are never placed after spaces.
11945 2004-11-06  Alan Shutko  <ats@acm.org>
11947         * macros.el (insert-kbd-macro): Do completions based on macros,
11948         rather than all commands.
11950 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
11952         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
11953         to solve a bug whereby tags with 'b' don't match.
11955 2004-11-05  Juri Linkov  <juri@jurta.org>
11957         * info.el (Info-search): Don't search in node header lines
11958         and file headers.
11960         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
11961         symbol-constituent characters after dot, not only digits.
11963 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
11965         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
11967 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11969         * dired.el (dired-read-dir-and-switches): Call read-directory-name
11970         if a dialog will be used, read-file-name otherwise.
11972 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11974         * textmodes/table.el (table group): Add :version.
11976         * textmodes/ispell.el (ispell-word):
11977         Don't alter args; set them only thru `interactive' spec.
11979         * textmodes/flyspell.el (flyspell-word):
11980         Don't alter FOLLOWING; set it only thru `interactive' spec.
11982         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
11984         * net/browse-url.el (browse-url-maybe-new-window):
11985         Use called-interactively-p.
11987         * mail/supercite.el (sc-cite-region):
11988         Don't use interactive-p.  Add arg INTERACTIVE.
11989         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
11991         * international/mule-cmds.el (set-input-method, toggle-input-method):
11992         Don't use interactive-p.  Add arg INTERACTIVE.
11994         * eshell/esh-mode.el (eshell-show-maximum-output):
11995         Don't use interactive-p.
11996         (eshell-truncate-buffer): Just message, no error, if buffer is short.
11998         * mouse.el (mouse-show-mark): Get positions to delete from mark
11999         and point, not from mouse-drag-overlay.
12001         * imenu.el (imenu-eager-completion-buffer): Add :version.
12003         * filesets.el (filesets group): Add :version.
12005 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
12007         * files.el (xml-based-modes): Delete var.
12008         (magic-mode-alist): New more general var.
12009         (set-auto-mode): Use it.
12011         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
12012         when clicking from another window.
12014 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
12016         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
12017         (vc-cvs-annotate-time): Incorporate value of deleted var.
12018         Remove special-case handling of beginning-of-buffer cruft.
12019         Cache ending position (point) and return value in text property
12020         `vc-cvs-annotate-time', and consult it on subsequent invocations.
12022         * vc-cvs.el (vc-cvs-annotate-command):
12023         Delete extraneous lines from beginning of buffer.
12024         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
12026         * progmodes/grep.el (grep-default-command): Take empty string
12027         for tag if all other methods yield nil.  Shell-quote the tag.
12029         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
12030         spec in `interactive' form, and mention it in the docstring.
12031         Also, make sure point is at bol after calling `annotate-time'.
12033 2004-11-02  Richard M. Stallman  <rms@gnu.org>
12035         * cus-edit.el (customize-group-other-window):
12036         Select the window that displays the custom buffer.
12037         (custom-buffer-create-other-window): Likewise.
12039         * comint.el (comint-insert-input): Fix previous change.
12041         * emacs-lisp/elp.el (elp-instrument-function):
12042         Use called-interactively-p.
12044         * emacs-lisp/easymenu.el (easy-menu-intern):
12045         Don't downcase; rather, case-flip the first letter of each word.
12047         * emacs-lisp/easy-mmode.el (define-minor-mode):
12048         Use called-interactively-p.
12050         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
12051         Add interactive-only.
12052         (byte-compile-warnings): Add interactive-only as option.
12053         (byte-compile-interactive-only-functions): New variable.
12054         (byte-compile-form): Warn about calls to functions
12055         in byte-compile-interactive-only-functions.
12057         * emacs-lisp/autoload.el (update-file-autoloads):
12058         Don't use interactive-p; take new arg SAVE-AFTER.
12060         * emacs-lisp/advice.el (ad-make-advised-definition):
12061         Use called-interactively-p.
12063 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12065         * files.el (find-file-existing): New function.
12067         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
12068         find-file-existing.  Add "New File..." that calls find-file.
12070         * diropen.pbm, diropen.xpm: New files.
12072         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
12073         icon diropen.  New tool bar item find-file-existing uses icon open.
12075         * dired.el (dired-read-dir-and-switches): Call read-directory-name
12076         instead of read-file-name.
12078 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
12080         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
12081         (icalendar--split-value): Change name of work buffer.
12082         (icalendar--get-weekday-abbrev): Return nil on error.
12083         (icalendar--date-to-isodate): New function.
12084         (icalendar-convert-diary-to-ical)
12085         (icalendar-extract-ical-from-buffer): Use only two args for
12086         make-obsolete (XEmacs compatibility).
12087         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
12088         (icalendar-export-region): Doc fix.
12089         If error, return non-nil and write errors to a buffer.
12090         Use correct weekday for weekly recurring events.
12091         Check whether date has been parsed for ordinary events.
12092         Make weekly events start in the year 2000.
12093         DTEND is non-inclusive, shift end date by one day if
12094         necessary (not for entries that have date and time).
12095         Rename local let variables: oops -> found-error, datestring ->
12096         startdatestring.
12098 2004-11-02  Kim F. Storm  <storm@cua.dk>
12100         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
12101         keep-mode-if-same variable.  Add it as optional arg instead.
12102         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
12104         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
12105         substitute-command-keys will select lower-case bindings like those
12106         used in the static help texts.
12108         * descr-text.el (describe-text-properties): Don't err if called in
12109         the *Help* buffer; output to *Help-2* buffer instead.
12111         * kmacro.el (group kmacro): Add :version.
12112         (kmacro-keyboard-quit): New function to cleanup on C-g.
12113         (kmacro-start-macro): Set defining-kbd-macro to append when
12114         appending to last macro.
12116         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
12118 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
12120         * progmodes/gdb-ui.el (gdb-enable-debug-log)
12121         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
12122         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
12123         Add :version keyword.
12125 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
12127         * progmodes/flymake.el (flymake-err-line-patterns):
12128         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12129         `compilation-error-regexp-alist-alist' to internal Flymake format.
12131         * progmodes/flymake.el: Eliminate byte-compiler warnings.
12133 2004-11-01  Jay Belanger  <belanger@truman.edu>
12135         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
12136         with `interactive "s"'.
12138 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12140         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12141         Revert change from 2004-10-16.  '*' checks the current buffer, but the
12142         mouse click may be in another buffer.
12144 2004-11-01  John Paul Wallington  <jpw@gnu.org>
12146         * files.el (large-file-warning-threshold): Add :version keyword.
12147         (kill-some-buffers): Doc fix.
12149         * thumbs.el (group thumbs): Add :version keyword.
12151         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
12153 2004-11-01  Richard M. Stallman  <rms@gnu.org>
12155         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
12157         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
12159         * allout.el (allout group): Add :version.
12160         (allout-init): Don't use interactive-p.
12161         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
12162         (allout-forward-current-level, allout-backward-current-level):
12163         Don't use interactive-p.
12165         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
12166         (bibtex-find-text): Likewise.
12168         * progmodes/vhdl-mode.el (vhdl-fill-region)
12169         (vhdl-beginning-of-statement): Don't use interactive-p.
12171         * progmodes/idlwave.el (idlwave-update-routine-info):
12172         Don't use interactive-p.
12174         * progmodes/idlw-shell.el (idlwave-shell-send-char):
12175         Don't use interactive-p.
12177         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
12178         Don't use interactive-p.
12180         * progmodes/ada-xref.el (ada-make-body-gnatstub):
12181         Don't use interactive-p.
12183         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
12184         (fortune-in-buffer): Doc fix.
12186         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
12188         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
12189         don't select the temporary buffer.
12190         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
12191         (eudc-get-phone): Likewise.
12193 2004-11-01  Kim F. Storm  <storm@cua.dk>
12195         * man.el (Man-xref-normal-file): Fix help-echo.
12197 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12199         * reveal.el (reveal-last-tick): New var.
12200         (reveal-post-command): Use it to avoid closing overlays when we're
12201         appending text to them.
12203 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12205         * textmodes/bibtex.el: Require button.
12206         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
12207         (bibtex-reference-keys): Distinguish between header keys and
12208         crossref keys.
12209         (bibtex-beginning-of-field): New function.
12210         (bibtex-url-map): Remove.
12211         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
12212         (bibtex-font-lock-url-regexp): Assume that field names begin at
12213         the beginning of a line.
12214         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
12215         Remove field delimiters.  Use bibtex-beginning-of-field.
12216         Bugfix, point can be inside a field with a url.
12217         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
12218         New functions.
12219         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
12220         (bibtex-key-in-head): Simplify.
12221         (bibtex-current-line): Use bolp.
12222         (bibtex-parse-keys): Remove unused arg `add'.
12223         Use bibtex-type-in-head and bibtex-key-in-head.
12224         (bibtex-parse-entry, bibtex-autofill-entry):
12225         Use bibtex-type-in-head and bibtex-key-in-head.
12226         (bibtex-autokey-get-field): Do not alter case of replacement text.
12227         (bibtex-autokey-get-names): Do all processing of name list.
12228         (bibtex-autokey-get-year): New function.
12229         (bibtex-autokey-get-title): Do all processing of title words.
12230         (bibtex-generate-autokey): Simplify.
12231         (bibtex-string-files-init): Use default-directory.
12232         Allow for absolute file names in bibtex-string-files.
12233         (bibtex-files, bibtex-file-path): New variables.
12234         (bibtex-files-expand): New function.
12235         (bibtex-find-entry-globally): New command.
12236         (bibtex-summary-function): New variable.
12237         (bibtex-summary): Default value of bibtex-summary-function.
12238         (bibtex-find-crossref): New optional args pnt and split.
12239         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
12240         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
12241         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
12242         Fix handling of required and alternative fields.
12243         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
12244         Use cons and display-buffer.
12245         (bibtex-validate-globally): New command.
12246         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
12247         bibtex-parse-keys and bibtex-parse-strings for updating
12248         bibtex-reference-keys and bibtex-strings.
12249         (bibtex-realign): Remove blank lines past the last entry.
12250         (bibtex-reformat): Use bibtex-entry-format as default.
12251         (bibtex-choose-completion-string): Remove.
12252         (bibtex-complete): Do not use bibtex-choose-completion-string.
12253         (bibtex-url): Simplify.
12255 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12257         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
12258         (x-dnd-types-alist, x-dnd-open-file-other-window)
12259         (x-dnd-known-types): Add :version.
12261 2004-10-31  John Paul Wallington  <jpw@gnu.org>
12263         * ibuffer.el (group ibuffer): Add :version keyword.
12265 2004-10-31  Kim F. Storm  <storm@cua.dk>
12267         * ido.el (group ido): Add :version keyword.
12268         (ido-mode): Remove :version keyword.
12270         * emulation/cua-base.el (group cua): Add :version keyword.
12271         (cua-mode): Remove :version keyword.
12273 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
12275         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
12277         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
12278         compiler warning.
12279         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
12280         function.
12281         (help-at-pt-display-when-idle): Remove autoload.
12283 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12285         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
12287 2004-10-30  Juri Linkov  <juri@jurta.org>
12289         * help.el (function-called-at-point):
12290         * help-fns.el (variable-at-point): Read -> intern.
12292 2004-10-30  Simon Josefsson  <jas@extundo.com>
12294         * progmodes/autoconf.el (autoconf-font-lock-keywords):
12295         Recognize AS_* too.
12297 2004-10-29  Simon Josefsson  <jas@extundo.com>
12299         * subr.el (read-passwd): Move back from password.el.
12301         * password.el: Remove, not ready yet.
12303 2004-10-29  Andreas Schwab  <schwab@suse.de>
12305         * speedbar.el (speedbar-frame-parameters): Improve customize type.
12307 2004-10-29  Sam Steingold  <sds@gnu.org>
12309         * mouse.el (mouse-show-mark): Replace the last occurrence of
12310         x-lost-selection-hooks with x-lost-selection-functions.
12312 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12314         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
12315         x-lost-selection-functions is bound.
12317         * mouse-sel.el (mouse-sel-mode):
12318         * emacs-lisp/lselect.el: Adjust to new names for
12319         x-(lost|sent)-selection-functions.
12321         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
12322         New obsolete aliases of x-lost-selection-functions and
12323         x-sent-selection-functions.
12325 2004-10-28  Kim F. Storm  <storm@cua.dk>
12327         * imenu.el (imenu-scanning-message): Remove.
12328         (imenu-progress-message): Make it a no-op.
12330 2004-10-28  John Paul Wallington  <jpw@gnu.org>
12332         * files.el (set-auto-mode): Call `throw' correctly.
12334 2004-10-28  Juri Linkov  <juri@jurta.org>
12336         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
12337         to search `Info-...' commands in `info' manual.
12338         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
12339         Add 'info-file "emacs" property.
12340         (Info-find-emacs-command-nodes): Fix index line number regexp.
12341         Set real line number (instead of fake 0) in first element of the
12342         returned list.
12343         (Info-goto-emacs-command-node): Use line number of first element
12344         to set point in the first found Info node.
12346         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
12347         code to `grep-mode-font-lock-keywords'.
12348         (grep-mode-font-lock-keywords): Delete grep markers instead
12349         of making them invisible.
12351 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12353         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
12354         and x-server-version in bug report.
12356 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
12358         * files.el (set-auto-mode-0): New function.
12359         (set-auto-mode): Use it to handle aliased modes and to
12360         be consistent between C-x C-f and C-x C-w.
12362 2004-10-28  Kenichi Handa  <handa@m17n.org>
12364         * international/utf-8.el (utf-translate-cjk-charsets):
12365         Add katakana-jisx0201.
12367         * international/subst-jis.el: Add data for JISX0201.
12369 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12371         * obsolete/hilit19.el (hilit-mode): New function.
12372         Move all the toplevel side-effecting stuff into it, so that loading
12373         hilit19 doesn't mess everything up any more.
12375 2004-10-27  Richard M. Stallman  <rms@gnu.org>
12377         * add-log.el (add-change-log-entry): Set up mailing address
12378         and full name later, and don't alter add-log-mailing-address
12379         or add-log-full-name.
12381         * elide-head.el (elide-head): Change error to message.
12382         (elide-head-show): Likewise.
12384         * apropos.el (apropos-macrop): Doc fix.
12386         * mouse.el (mouse-show-mark): Do most processing the same
12387         regardless of transient-mark-mode.
12389         * shadowfile.el (shadow-copy-files): Use interactive-p
12390         only to control whether to print a message.
12392         * tar-mode.el (tar-mode): Use write-contents-functions,
12393         not write-contents-hooks.
12395         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
12396         directory-sep-char.
12398 2004-10-27  Richard M. Stallman  <rms@gnu.org>
12400         * strokes.el (strokes-unload-hook): Fix previous change.
12402         * type-break.el (type-break-run-at-time): Always use run-at-time;
12403         forget the alternatives.
12404         (type-break-cancel-function-timers): Always use cancel-function-timers;
12405         forget the alternatives.
12407         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
12409 2004-10-27  Kenichi Handa  <handa@m17n.org>
12411         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
12413         * international/subst-gb2312.el: Likewise.
12415         * international/subst-big5.el: Likewise.
12417         * international/subst-ksc.el: Likewise.
12419         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
12420         New variable.
12421         (utf-translate-cjk-set-unicode-range): New function.
12422         (utf-translate-cjk-unicode-range): Make it customizable.
12423         (utf-8-post-read-conversion):
12424         Use utf-translate-cjk-unicode-range-string.
12425         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
12426         Unicode ranges.
12428 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
12430         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
12431         trivial variants to shorten the list.
12432         (xml-based-modes): New var.
12433         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
12434         declaration higher priority than auto-mode-alist.
12436         * find-file.el (cc-other-file-alist): Bring it in line with
12437         cc-mode's auto-mode-alist entries and use \' instead of $.
12439         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
12440         and add "Id" and "Name" submenus to it.
12442         * imenu.el (imenu--generic-function): Skip matches in comments.
12444 2004-10-26  Jay Belanger  <belanger@truman.edu>
12446         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
12447         (full-calc-keypad, calc-trail-display): Use an extra argument
12448         instead of `interactive-p'.
12450         * calc/calc-misc.el (calc-other-window): Use an extra argument
12451         instead of `interactive-p'.
12453         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
12454         `interactive-p'.
12456 2004-10-26  Kim F. Storm  <storm@cua.dk>
12458         * help.el (describe-key): Describe both down-event and up-event
12459         for a mouse click.
12461 2004-10-26  Richard M. Stallman  <rms@gnu.org>
12463         * woman.el (woman): Don't call interactive-p.
12465         * pcomplete.el (pcomplete): Instead of interactive-p,
12466         use an arg set non-nil by the interactive spec.
12468         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
12469         use an arg set non-nil by the interactive spec.
12471         * man.el (Man-cleanup-manpage): Instead of interactive-p,
12472         use an arg set non-nil by the interactive spec.
12474 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
12476         * progmodes/flymake.el (flymake-split-string):
12477         Use `flymake-split-string-remove-empty-edges' in any case.
12479 2004-10-26  Masatake YAMATO  <jet@gyve.org>
12481         * progmodes/flymake.el (flymake-err-line-patterns):
12482         Use `compilation-error-regexp-alist-alist' instead of
12483         `compilation-error-regexp-alist'.
12485 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12487         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
12488         verbatim face on the \ of \end{verbatim}.
12490 2004-10-25  Jay Belanger  <belanger@truman.edu>
12492         * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
12493         erasing minibuffer.
12495 2004-10-25  Simon Josefsson  <jas@extundo.com>
12497         * subr.el (read-passwd): Move to net/password.el.
12499         * net/password.el (read-passwd): Add.  Autoload it.
12501 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
12503         * mouse-sel.el (mouse-sel-mode): Specify custom group.
12505         * simple.el (process-file): Fix logic.
12507 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
12509         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
12510         (increase-right-margin): Remove erroneous call to `interactive-p'.
12512 2004-10-24  Kim F. Storm  <storm@cua.dk>
12514         * help.el (describe-mode): Fix 2004-10-13 change.
12515         Copy pure "Auto Fill" string so it can be propertized later
12516         without causing a read-only error.
12518 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
12520         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
12521         style indexes.
12523 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
12525         * simple.el (process-file): Accept nil for INFILE.  Reported by
12526         Luc Teirlinck.
12528 2004-10-24  Masatake YAMATO  <jet@gyve.org>
12530         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
12531         Handle periods and underscores in a function name.
12532         Remove the address fontification.
12534 2004-10-24  Masatake YAMATO  <jet@gyve.org>
12536         * progmodes/asm-mode.el (asm-font-lock-keywords):
12537         Use font-lock-variable-name-face for registers.
12539 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
12541         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
12542         kill-all-local-variables.
12543         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12544         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
12545         Use kill-all-local-variables and provide mode-hooks.
12546         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
12547         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
12548         Suggested by Masatake YAMATO <jet@gyve.org>.
12550 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
12552         * simple.el (process-file): New function, similar to call-process
12553         but supports file handlers.
12554         * vc.el (vc-do-command): Use it, instead of call-process.
12555         * net/tramp-vc.el (vc-do-command): Do not advise it if
12556         process-file is fboundp.
12557         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
12558         process-file.
12559         (tramp-handle-process-file): New function.
12560         (tramp-file-name-for-operation): Support process-file.
12562 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
12564         * calendar/icalendar.el (icalendar--weekday-array): New constant.
12565         (icalendar-weekdayabbrev-table)
12566         (icalendar-monthnumber-table): Delete.
12567         (icalendar--get-month-number): Use calendar-month-name-array.
12568         (icalendar--get-weekday-number): New function.
12569         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
12570         (icalendar-export-region): Handle multi-line entries.
12571         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
12573 2004-10-23  John Paul Wallington  <jpw@gnu.org>
12575         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
12576         `wildcards' set to t in interactive spec.
12578         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
12579         interactive spec rather than use `interactive-p'.
12580         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
12581         rather than use function `interactive-p'.
12583 2004-10-22  Kenichi Handa  <handa@m17n.org>
12585         * international/mule.el (translate-region): Implement it in Lisp
12586         as a front end of translate-region-internal.
12588 2004-10-21  Jay Belanger  <belanger@truman.edu>
12590         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
12591         Declare these variables with defvar.
12593         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
12594         is bound, only check to see if it is bound.
12596 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12598         * textmodes/tex-mode.el (tex-compilation-parse-errors):
12599         Don't output messages.
12601         * calc/calc-help.el (calc-describe-bindings): Fix last change.
12603 2004-10-21  John Paul Wallington  <jpw@gnu.org>
12605         * calc/calc-graph.el (calc-graph-init):
12606         Use `set-process-query-on-exit-flag'.
12608 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
12610         * progmodes/compile.el (compilation-start): Rely on `cd' to get
12611         dir right and also allow argumentless cd.
12613 2004-10-19  Richard M. Stallman  <rms@gnu.org>
12615         * textmodes/flyspell.el (flyspell-mode): Doc fix.
12617         * eshell/em-unix.el (eshell-grep):
12618         Don't bind compilation-process-setup-function.
12620         * comint.el (comint-insert-input): Use @ in `interactive'.
12621         (comint-input-filter-functions): Doc fix.
12622         (comint-kill-whole-line, comint-get-source): Doc fix.
12624         * progmodes/compile.el (compilation-setup):
12625         Don't set buffer-read-only if MINOR is non-nil.
12627 2004-10-19  Jay Belanger  <belanger@truman.edu>
12629         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
12630         (calc-emacs-type-gnu19): Remove.
12631         (calc-digit-map, calc-read-key-sequence, calc-read-key):
12632         Remove check for old emacs versions.
12634         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
12635         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
12636         for current Emacs.
12638         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
12639         the end of the minibuffer.
12640         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
12641         copy `esc-map'.
12643         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
12645         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
12646         call that would be given when the current emacs was used.
12648 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
12650         * calendar/icalendar.el: Set coding to utf-8.
12651         (icalendar-version): Increase to 0.07.
12652         (icalendar-monthnumber-table): Change March pattern.
12653         (icalendar-get-all-event-properties)
12654         (icalendar-set-event-property): Delete.
12655         (icalendar-all-events): No longer interactive.
12656         (icalendar-convert-diary-to-ical)
12657         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
12658         their replacements.
12659         (icalendar-export-file, icalendar-export-region): New functions;
12660         essentially old `icalendar-convert-diary-to-ical' but appending to
12661         target rather than overwriting.
12662         (icalendar-import-file): Append to target file rather than
12663         overwriting.  Fourth arg deleted.
12664         (icalendar-import-buffer): New name for old
12665         `icalendar-extract-ical-from-buffer'.
12666         (icalendar--convert-string-for-import): New name for
12667         old `icalendar-convert-for-import'.
12668         (include-icalendar-files): Delete.
12669         Prefix for all internal functions changed from `icalendar-'
12670         to `icalendar--'.
12672 2004-10-19  Richard M. Stallman  <rms@gnu.org>
12674         * paths.el (news-path): Fix previous change.
12676 2004-10-18  Jay Belanger  <belanger@truman.edu>
12678         * calc/calc-help.el (calc-describe-bindings):
12679         Set `buffer-read-only' to nil while working in the keybindings buffer;
12680         remove some extra information from the keybindings buffer.
12682 2004-10-18  David Ponce  <david@dponce.com>
12684         * mouse.el (mouse-drag-move-window-top): New function.
12685         (mouse-drag-mode-line-1): Use it.
12687 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
12689         * info.el (Info-fontify-node): For multiline refs,
12690         arrange to unfontify newline and surrounding whitespace.
12692 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12694         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
12695         directory is missing.
12697 2004-10-17  John Paul Wallington  <jpw@gnu.org>
12699         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
12700         New customizable variable; whether to display buffers that match
12701         `ibuffer-maybe-show-predicates' by default.
12702         (ibuffer-maybe-show-predicates): Mention it in docstring.
12703         (ibuffer-display-maybe-show-predicates): New variable.
12704         (ibuffer-update): Prefix arg now toggles whether buffers that
12705         match `ibuffer-maybe-show-predicates' should be displayed.
12706         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
12707         locally to heed `ibuffer-default-display-maybe-show-predicates'.
12708         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
12710 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
12712         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
12713         work correctly.
12715 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
12717         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
12718         (Buffer-menu-beginning): New helper function.
12719         (Buffer-menu-execute): Use it.
12720         (Buffer-menu-select): Use it.
12721         (Buffer-menu-sort): Use it and also keep markers.
12723 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12725         * paths.el (news-directory): Rename from news-path.  Old name alias.
12726         (rmail-spool-directory): Use defvar.
12727         (sendmail-program): Use defcustom.
12728         (remote-shell-program): Use defcustom.
12729         (term-file-prefix): Use defvar.
12730         (abbrev-file-name): Use defvar.
12732         * term.el: Add maintainer.
12734         * subr.el (with-local-quit): Return nil if there's a quit.
12735         (read-passwd): Use with-local-quit.  Doc fix.
12737         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
12738         (strokes-unload-hook): Set as a variable with add-hook.
12740         * startup.el (fancy-splash-tail, normal-splash-screen):
12741         Update copyright year.
12743         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
12745         * server.el (server-unload-hook): Set as a variable with add-hook.
12747         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
12749         * frame.el (special-display-popup-frame):
12750         Make the buffer current as its frame is created.
12752         * delsel.el (delsel-unload-hook): Set as a variable.
12754         * comint.el (comint-output-filter-functions):
12755         Add comint-watch-for-password-prompt.
12756         (comint-read-noecho): Function deleted.
12757         (send-invisible): Use read-passwd.
12759         * fringe.el (fringe-mode-initialize): New function.
12760         (fringe-mode): Use fringe-mode-initialize as :initialize.
12762 2004-10-17  Kim F. Storm  <storm@cua.dk>
12764         * language/indian.el (indian-script-language-alist): Swap value and doc.
12765         (indian-font-char-index-table): Doc fix.
12767 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12769         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
12771 2004-10-16  Juri Linkov  <juri@jurta.org>
12773         * progmodes/compile.el (compilation-start): Move let-binding of
12774         `process-environment' into `with-current-buffer' body.
12775         Reported by Matt Hodges <MPHodges@member.fsf.org>.
12777 2004-10-16  Richard M. Stallman  <rms@gnu.org>
12779         * pcvs-util.el (cvs-bury-buffer):
12780         Don't call get-buffer-window for effect.
12782         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
12784         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
12786         * msb.el (msb-unload-hook): Set the variable.
12788         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12789         Use * to err if buffer is readonly.
12791         * subr.el (looking-back): Return only t or nil.
12793         * whitespace.el (whitespace-unload-hook): Set the variable.
12795         * view.el (view-mode-enable): Set view-page-size and
12796         view-half-page-size to nil.
12797         (view-set-half-page-size-default): view-half-page-size = nil
12798         means the default.
12799         (View-scroll-page-forward): Use view-page-size-default.
12800         (View-scroll-page-backward): Likewise.
12801         (view-page-size, view-half-page-size): Doc fixes.
12803         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
12805         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
12807         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
12808         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
12809         (byte-compile-log-1): Bind inhibit-read-only.
12810         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
12811         (byte-compile-log-warning): Likewise.
12812         (byte-compile-file-form-require): Detect "cl" from the arg value.
12814         * progmodes/compile.el (compilation-start): Assume compilation-mode
12815         will make the buffer read-only.
12816         (compilation-mode): Take arg name-of-mode.
12817         (compilation-setup): Make buffer read-only.
12818         (compilation-handle-exit): Bind inhibit-read-only.
12820         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
12821         (ispell-message): Likewise.
12822         (ispell-show-choices): Don't call get-buffer-window uselessly.
12823         (ispell-init-process): Use set-process-query-on-exit-flag.
12825 2004-10-16  Kim F. Storm  <storm@cua.dk>
12827         * fringe.el (fringe-bitmaps): Only initialize when defined.
12829         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
12830         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
12832         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
12834 2004-10-15  Simon Josefsson  <jas@extundo.com>
12836         * net/password.el: Add.
12838 2004-10-14  Masatake YAMATO  <jet@gyve.org>
12840         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
12841         (gdb-script-end-of-defun): New function.
12842         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
12843         `gdb-script-end-of-defun' as *-of-defun-function.
12845 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
12847         * button.el (button-activate): Allow a marker to display as an action.
12849         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
12851         * help.el (describe-mode): Use it to make minor mode list into
12852         hyperlinks.
12854 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12856         * vc.el (vc-annotate-display-select): Fix typo.
12858         * subr.el (substitute-key-definition-key): New function.
12859         (substitute-key-definition): Use it with map-keymap.
12860         (event-modifiers): Use push.
12861         (mouse-movement-p, with-temp-buffer): Simplify.
12863 2004-10-12  Jay Belanger  <belanger@truman.edu>
12865         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
12866         New variables.
12867         (calc-help-index-entries): New function.
12868         (calc-describe-function): Use `calc-help-function-list' instead of
12869         obarray for completion.
12870         (calc-describe-variable): Use `calc-help-variable-list' instead
12871         of obarray for completion.
12873 2004-10-12  Richard M. Stallman  <rms@gnu.org>
12875         * info-look.el (info-lookup-file): Add info-file property.
12876         (info-lookup-symbol): Likewise.
12878         * info.el (info-xref): Add underlining.
12879         (info): Add info-file property.
12880         (Info-find-emacs-command-nodes): Specify case-sensitive search.
12882 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
12884         Sync with Tramp 2.0.45.
12886         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
12887         defined.  This is not the case for XEmacs without package "edebug".
12888         (tramp-set-auto-save-file-modes): Set permissions of autosaved
12889         remote files to the permissions of the original file.  This is not
12890         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
12891         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
12892         (tramp-perl-decode): Fix an error in Perl implementation.
12893         $pending must be cleared every loop.  Reported by Benjamin Place
12894         <benjaminplace@sprintmail.com>
12896         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
12897         Don't activate advice during definition.  This is done later on,
12898         depending on test result of `substitute-in-file-name'.
12899         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12901 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12903         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
12905         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
12907 2004-10-12  David Ponce  <david@dponce.com>
12909         * recentf.el (recentf-edit-list): Update the menu when the recentf
12910         list has been modified.
12912 2004-10-12  Simon Josefsson  <jas@extundo.com>
12914         * net/tls.el (tls-certtool-program): New variable.
12915         (tls-certificate-information): New function, based on
12916         ssl-certificate-information.
12918 2004-10-12  Kenichi Handa  <handa@m17n.org>
12920         * international/mule.el (coding-system-equal): Move from mule-util.el.
12922         * international/mule-util.el (coding-system-equal): Move to mule.el.
12924 2004-10-12  Kim F. Storm  <storm@cua.dk>
12926         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
12927         reset kmacro-initial-counter-value if set.
12928         (kmacro-set-counter): Only set kmacro-counter if defining or executing
12929         macro.  Set kmacro-initial-counter-value otherwise.  Never set both.
12930         (kmacro-display): Show macro counter if non-zero.
12932         * subr.el (substitute-key-definition): Mention command remapping
12933         in doc string.
12935 2004-10-11  Jay Belanger  <belanger@truman.edu>
12937         * calc/calc-misc.el (calc-info-goto-node): New function.
12938         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
12939         node in one step.
12940         (calc-describe-copying, calc-describe-distribution)
12941         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
12942         Go to appropriate info node in one step.
12944 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12946         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
12948         * font-lock.el (font-lock-apply-highlight): Fix last change.
12950 2004-10-11  Simon Josefsson  <jas@extundo.com>
12952         * mail/smtpmail.el (smtpmail-open-stream): Look for
12953         starttls-gnutls-program instead of starttls-program iff
12954         starttls-use-gnutls is non-nil.
12955         (smtpmail-open-stream): Don't overwrite user settings of
12956         starttls-extra-arguments and starttls-extra-args.
12958 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12960         * comint.el (comint-mouse-insert-input): Remove.
12961         (comint-insert-input): Make it work for mouse bindings.
12962         (comint-mode-map): Move defs into the declaration.
12963         (comint-output-filter): Typo.
12965         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
12967 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
12969         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
12970         (ange-ftp-call-chmod): Reference remote-shell-program instead of
12971         ange-ftp-remote-shell.
12973 2004-10-10  Andreas Schwab  <schwab@suse.de>
12975         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
12976         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
12977         Reported by <sri@asu.edu>.
12979 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
12981         * vc.el (vc-annotate-mode): Remove variable.
12982         (vc-annotate-display-select): Only call vc-annotate-mode
12983         if we're not in that mode already.
12985 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12987         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
12988         (imenu-choose-buffer-index): Check here for rescan instead.
12990         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
12991         where the face expression evals to nil.
12993         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
12994         (tex-font-lock-keywords-2): Use it.
12995         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
12997         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
12999 2004-10-09  Kim F. Storm  <storm@cua.dk>
13001         * subr.el (progress-reporter-update): Define before first usage.
13002         (make-progress-reporter): Doc fix.
13004 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
13006         * textmodes/paragraphs.el (sentence-end-double-space)
13007         (sentence-end-without-period, sentence-end-without-space)
13008         (sentence-end): Doc fixes.
13010 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
13012         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
13013         Change paragraph-start regexp so we don't fill code starting with #'(.
13015 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
13017         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
13018         New defcustom.
13019         (extract-address-components): Use it.
13021 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
13023         * subr.el (make-progress-reporter, progress-reporter-update)
13024         (progress-reporter-force-update, progress-reporter-do-update)
13025         (progress-reporter-done): New functions.
13027         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
13029         * progmodes/etags.el (etags-tags-completion-table): Use progress
13030         reporter.
13031         (etags-tags-apropos): Likewise.
13033 2004-10-08  Alan Mackenzie  <acm@muc.de>
13035         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
13036         of current line.
13038 2004-10-08  Masatake YAMATO  <jet@gyve.org>
13040         * server.el (server-process-filter): Wrap `process-send-region'
13041         by `condition-case' to guard the case when the pipe to PROC is closed.
13043 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
13045         * xml.el (xml-substitute-special): Limit handling of external entities.
13047 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
13049         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
13051 2004-10-06  John Paul Wallington  <jpw@gnu.org>
13053         * xml.el (xml-parse-dtd): Fix `error' call.
13055 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
13057         * xml.el (xml-substitute-special): Return a single string instead
13058         of a list of strings if an entity substitution is made.
13060 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
13062         * calendar/icalendar.el: New file.
13064 2004-10-05  Juri Linkov  <juri@jurta.org>
13066         * isearch.el (isearch-done): Set mark after running hook.
13067         Reported by Drew Adams <drew.adams@oracle.com>.
13069         * info.el (Info-history, Info-toc): Fix Info headers.
13070         (Info-toc): Narrow buffer before Info-fontify-node.
13071         (Info-build-toc): Don't check for special Info file names.
13072         Set main-file to nil if Info-find-file returns a symbol.
13074 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
13076         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
13077         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
13078         * calendar/cal-menu.el (calendar-mode-map): Ditto.
13080 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
13082         * calendar/cal-iso.el (calendar-iso-read-args): New function,
13083         for old interactive spec from calendar-goto-iso-date.
13084         (calendar-goto-iso-date): Use it.
13085         (calendar-goto-iso-week): New function.  Suggested by Emilio
13086         C. Lopes <eclig@gmx.net>.
13088 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
13090         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
13091         `set-right-margin' bindings that follow the minor mode conventions.
13093 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13095         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
13096         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
13097         (latex-block-args-alist): Add minipage and picture.
13098         (latex-block-body-alist): Use reftex-label if enabled.
13099         (latex-insert-block): Don't insert a \n if not necessary.
13100         (tex-compile-commands): Make sure dvips doesn't send to printer.
13101         (tex-compile-default): Handle the case where no executable is found.
13102         (latex-noindent-environments): New var.
13103         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
13104         If tex-indent-allhanging is non-nil, make sure we only align for macros
13105         at beginning of line.
13107 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
13109         * newcomment.el (comment-beginning): Doc fix and don't choke on
13110         unset `comment-end-skip' when at beginning of comment.
13112 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
13114         * term.el (term-adjust-current-row-cache): Don't allow the current
13115         row to become negative.
13116         (term-emulate-terminal): Fix insert mode.  Handle tab insertion at
13117         the end of the line.  Fix scroll down.  Add comments.
13118         (term-handle-ansi-escape): Don't exceed terminal width when moving
13119         right.
13120         (term-scroll-region): Move the cursor after setting the scroll region.
13122 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
13124         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
13125         to `width' for consistency with docstring.  Doc fix.
13127 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
13129         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
13130         This is necessary for derived modes.
13132 2004-09-30  Kim F. Storm  <storm@cua.dk>
13134         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
13135         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
13137         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
13138         kmacro-extract-lambda functions.
13139         (edit-kbd-macro): Handle kmacro lambda forms.
13140         Include counter and counter format in edit buffer.
13141         (edmacro-finish-edit): Get counter and format from edit buffer and
13142         update kmacro bindings when found.
13144 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
13146         * textmodes/paragraphs.el (forward-paragraph):
13147         Avoid args-out-of-range error when point winds up at the beginning of
13148         the buffer and hard newlines are enabled.
13150         * newcomment.el (comment-multi-line): Doc fix.
13152 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13154         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
13155         (diff-fixup-modifs): Catch unified-diff file-headers.
13157 2004-09-29  Kim F. Storm  <storm@cua.dk>
13159         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
13160         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
13161         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
13163         * fringe.el (fringe-bitmap-p): New macro.
13164         (fringe-bitmaps): Add standard fringe bitmaps on load.
13166 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13168         * dired.el (dired-view-command-alist): Use more efficient regexps.
13169         Remove dubious arguments.
13170         (dired-align-file): New function.
13171         (dired-insert-directory): Use it.
13172         (dired-move-to-end-of-filename): Make the " -> " search more specific.
13173         (dired-buffers-for-dir): Remove unused var `pattern'.
13175 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
13177         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
13178         from diary display excursion.  Store diary buffer's point for
13179         `simple-diary-display'.
13180         (simple-diary-display): Set window point and start when
13181         displaying buffer, to preserve point.
13183 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
13185         * textmodes/enriched.el (enriched-translations): Replace defconst
13186         with defvar.
13188 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13190         * printing.el: Doc fix.
13191         (pr-version): New version number (6.8.1).
13192         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
13193         make-temp-name.
13194         (pr-delete-file): Check if file exists before deleting it.
13195         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
13197 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13199         * term.el (term-display-table): New variable.
13200         (term-mode): Use it.
13201         (term-exec-1): Set the coding system to binary.
13202         (term-emulate-terminal): Decode the string before inserting it.
13204 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
13206         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
13207         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
13208         (map): Bind S-prior, S-next and S-insert.
13209         (term-mode): Set `indent-tabs-mode' to nil.
13210         (term-paste): New function to be bound to S-insert.
13211         (term-send-del, term-send-backspace): Change the strings sent.
13212         (term-termcap-format): Synchronize with etc/e/eterm.ti.
13213         (term-handle-colors-array): Fix handling of underline and reverse.
13214         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
13215         (term-erase-in-line): Fix comparison.
13216         (term-emulate-terminal): Fix line wrap handling.
13217         (term-start-output-log): Rename from `term-set-output-log'.
13218         (term-stop-output-log): Rename from `term-stop-photo'.
13219         (term-switch-to-alternate-sub-buffer): Comment out, unused.
13221 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13223         * dired.el (dired-move-to-filename): Don't output a message if
13224         raise-error is non-nil.  Fix return position and value.
13226         * files.el (insert-directory): Obey --dired even with symlinks.
13228 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
13230         * ls-lisp.el (ls-lisp-format): Mark file names with property
13231         dired-filename.
13233 2004-09-25  Kim F. Storm  <storm@cua.dk>
13235         * ido.el (ido-max-directory-size): New defcustom.
13236         (ido-decorations): Add "too big" element.
13237         (ido-directory-too-big): New dynamic var.
13238         (ido-may-cache-directory): Don't cache big directories.
13239         (ido-directory-too-big-p): New defun.
13240         (ido-set-current-directory): Update ido-directory-too-big.
13241         (ido-read-internal): Make empty ido-cur-item if too-big.
13242         (ido-buffer-internal): Use ido-read-internal directly instead of
13243         ido-read-buffer.
13244         (ido-file-internal): Init ido-directory-too-big.
13245         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
13246         and redo completion with full list.
13247         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
13248         it, and show completions.
13249         (ido-all-completions): Let bind ido-directory-too-big to nil.
13250         (ido-exhibit): Handle ido-directory-too-big.
13251         (ido-read-buffer): Handle fallback to read-buffer.
13252         Init ido-directory-too-big.
13253         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
13254         Init ido-directory-too-big.
13256 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
13258         * subr.el (delay-mode-hooks): Doc fix.
13260 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
13262         * textmodes/enriched.el
13263         (enriched-default-text-properties-local-flag): New variable.
13264         (enriched-mode): Make sure that enabling and disabling the mode is
13265         a no-op.  Doc fix.
13267 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
13269         * calendar/holidays.el (holiday-advent): Report on a specified day
13270         offset from advent, not just advent.
13271         (holiday-easter-etc): Report on one specified day offset from
13272         easter, not all easter holidays.  Various Easter holidays moved to
13273         `christian-holidays' variable in calendar.el.
13274         * calendar/calendar.el (christian-holidays): Adapt for new
13275         behavior of `holiday-advent' and `holiday-easter-etc' functions.
13277 2004-09-23  Kim F. Storm  <storm@cua.dk>
13279         * image.el (insert-sliced-image): Add doc string.
13281         * ido.el (ido-choice-list): New dynamic var for `list' context.
13282         (ido-context-switch-command): New dynamic var.
13283         (ido-define-mode-map): Generalize switch between file/buffer contexts.
13284         (ido-read-internal): Handle new `list' context.
13285         Handle insert-buffer and insert-file ido-exit values.
13286         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
13287         ido-context-switch-command.  Handle insert-file ido-exit value.
13288         (ido-read-buffer): Set ido-context-switch-command to 'ignore
13289         unless it is already bound by caller.
13290         (ido-file-internal): New arg switch-cmd.  Use it to setup
13291         ido-context-switch-command.  Handle insert-buffer ido-exit value.
13292         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
13293         used for context switching.
13294         (ido-all-completions): Handle new `list' context.
13295         (ido-make-choice-list): Return choices for `list' context.
13296         (ido-find-file-in-dir, ido-display-file, ido-write-file)
13297         (ido-display-buffer, ido-kill-buffer): Disable context switching.
13298         (ido-insert-buffer, ido-insert-file): Setup context switching.
13299         (ido-exhibit): Handle `list' context.
13300         (ido-read-file-name): Disable context switching.  Handle fallback.
13301         (ido-read-directory-name): Disable context switching.
13302         (ido-completing-read): New defun like completing-read.  Setup and
13303         use new `list' context.
13305 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
13307         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
13309 2004-09-21  Jay Belanger  <belanger@truman.edu>
13311         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
13312         `calc-graph-set-styles' so the gnuplot buffer will appear in a
13313         separate window.
13315 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
13317         * subr.el (after-change-major-mode-hook): Doc fix.
13319 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13321         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
13322         of ghostscript for monochrome PostScript file in Windows.
13324 2004-09-21  Kenichi Handa  <handa@m17n.org>
13326         * descr-text.el (describe-char): Checking of quail activation fixed.
13328 2004-09-21  Jay Belanger  <belanger@truman.edu>
13330         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
13332 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
13334         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
13335         after the mode hooks instead of before.  Doc fix.
13337 2004-09-20  Jason Rumney  <jasonr@gnu.org>
13339         * startup.el (command-line) [windows-nt]: Try .emacs first, then
13340         _emacs, but revert to .emacs if neither exists in home directory.
13342 2004-09-20  John Paul Wallington  <jpw@gnu.org>
13344         * bindings.el (completion-ignored-extensions): Add .dfsl.
13346 2004-09-20  Richard M. Stallman  <rms@gnu.org>
13348         * bindings.el (scroll-left): Make it disabled.
13350         * files.el (enable-local-eval): Doc fix.
13352         * indent.el (move-to-left-margin): Special case for minibuffer.
13354         * term.el (term-emulate-terminal): Turn off undo for output.
13355         Use with-current-buffer and save-selected-window.
13357         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
13359         * progmodes/make-mode.el (makefile-fill-paragraph):
13360         Don't insist on spaces when looking for comments.  # is enough.
13362         * files.el (hack-local-variables): Copy the variables list
13363         to another buffer, strip prefixes and suffixes there, then read.
13364         (enable-local-eval): Doc fix.
13365         (ignored-local-variables): Initialize to nil.
13366         (risky-local-variable-p): Don't check ignored-local-variables here.
13367         (hack-one-local-variable): Ignore var if in ignored-local-variables.
13369 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
13371         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
13372         of = to "." (punctuation).
13374 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13376         * subr.el (event-basic-type): Fix mask (extend to 22bits).
13378 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
13380         * textmodes/enriched.el (enriched-rerun-flag): New variable.
13381         (enriched-before-change-major-mode): New function.
13382         Add it to `change-major-mode-hook'.
13383         (enriched-after-change-major-mode): New function.
13384         Add it to `after-change-major-mode-hook'.
13385         (enriched-mode): Make it work correctly if called from
13386         `after-change-major-mode-hook'.
13387         No longer set `indent-line-function'.
13389         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
13391         * subr.el (after-change-major-mode-hook): New variable.
13392         (run-mode-hooks): Implement it.
13394 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13396         * battery.el (battery-linux-proc-apm): Use string-to-number.
13397         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
13398         Use dolist (and less indentation).  Use erase-buffer.
13399         Pre-initialize `design-capacity', `warn', and `low'.
13400         (battery-format): Use replace-regexp-in-string.
13402 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
13404         * battery.el: Delete superfluous empty lines.
13405         (battery-linux-proc-acpi): Attempt to gather information from all
13406         battery subdirectories regardless of their file name.
13407         (battery-linux-proc-apm): Replace all occurrences of
13408         battery-hex-to-int-2 with string-to-int (base 16).
13409         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
13410         (battery-hex-map): Delete variable.
13412 2004-09-18  John Paul Wallington  <jpw@gnu.org>
13414         * calc/calc-units.el (calc-quick-units): Fix overzealous
13415         s/or/unless/.
13417 2004-09-17  Jay Belanger  <belanger@truman.edu>
13419         * calc/calc.el (calc-mode-var-list): Fix the value of
13420         `calc-matrix-brackets'.
13422 2004-09-17  Romain Francoise  <romain@orebokech.com>
13424         * ibuf-ext.el (define-ibuffer-filter filename):
13425         Expand dired-directory since buffer-file-name is absolute.
13427 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
13429         * ediff-init.el (ediff-current-diff-face-A)
13430         (ediff-current-diff-face-B, ediff-current-diff-face-C)
13431         (ediff-current-diff-face-Ancestor)
13432         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13433         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13434         (ediff-even-diff-face-A, ediff-even-diff-face-B)
13435         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13436         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13437         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13438         Use min-colors.
13440         * term.el (term-down): Perform vertical motion if DOWN is negative.
13441         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
13442         (term-termcap-format): Synchronize with the eterm terminfo entry
13443         in etc/e/eterm.ti.
13444         (term-handle-colors-array): If the current foreground or
13445         background are zero (i.e. unspecified), use the foreground and
13446         background of the default face for reverse video.
13447         (term-ansi-at-eval-string, term-ansi-default-fg)
13448         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
13449         (term-mem): Delete unused function.
13450         (term-protocol-version): Increment.
13451         (term-current-face): Set to default.
13453 2004-09-15  Jay Belanger  <belanger@truman.edu>
13455         * calc/calc.el (calc-mode-var-list): Define this variable.
13456         (calc-always-load-extensions, calc-line-numbering)
13457         (calc-line-breaking, calc-display-just, calc-display-origin)
13458         (calc-number-radix, calc-leading-zeros, calc-group-digits)
13459         (calc-group-char, calc-point-char, calc-frac-format)
13460         (calc-prefer-frac, calc-hms-format, calc-date-format)
13461         (calc-float-format, calc-full-float-format, calc-complex-format)
13462         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13463         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13464         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13465         (calc-matrix-brackets, calc-language, calc-language-option)
13466         (calc-left-label, calc-right-label, calc-word-size)
13467         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13468         (calc-display-raw, calc-internal-prec, calc-angle-mode)
13469         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13470         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13471         (calc-window-height, calc-display-trail, calc-show-selections)
13472         (calc-use-selections, calc-assoc-selections)
13473         (calc-display-working-message, calc-auto-why, calc-timing)
13474         (calc-mode-save-mode, calc-standard-date-formats)
13475         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
13476         (calc-user-parse-tables, calc-gnuplot-default-device)
13477         (calc-gnuplot-default-output, calc-gnuplot-print-device)
13478         (calc-gnuplot-print-output, calc-gnuplot-geometry)
13479         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
13480         (calc-invocation-macro, calc-show-banner): Give these values as
13481         part of `calc-mode-var-list's initialization after the variables
13482         are declared with defvar.
13483         (calc-bug-address): Change email address to send bug reports to.
13484         Change the maintainer address at the top.
13485         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
13486         than "\\.emacs" to determine if it is the user-init-file.
13488         * calc/calc-embed.el (calc-embedded-set-modes): Use
13489         `calc-mode-var-list' correctly.
13491 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
13493         * vc.el (annotate-time): Document point handling.
13494         (vc-annotate-display-autoscale): Doc fix.
13496 2004-09-15  Miles Bader  <miles@gnu.org>
13498         * generic.el (generic-make-keywords-list): Use symbol rather than
13499         word anchors in regexp.
13501 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
13503         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
13504         no file name consider `dired-directory'.
13506 2004-09-14  Kim F. Storm  <storm@cua.dk>
13508         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
13510 2004-09-14  Simon Josefsson  <jas@extundo.com>
13512         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
13514         * textmodes/dns-mode.el: Add.
13516 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13518         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
13519         (disabled-command-function): Make the ?\  char more obvious.
13521         * vc-arch.el (vc-arch-root, vc-arch-registered):
13522         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
13524 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
13526         * windmove.el (windmove-frame-edges): Report coordinates of
13527         outside edges of frame, not inside edges.
13528         (windmove-coordinates-of-position): Convert into wrapper to new
13529         function `windmove-coordinates-of-window-position';
13530         `compute-motion' always applies to selected window.
13531         (windmove-coordinates-of-position): Update documentation to refer
13532         to Emacs 21 Lisp Reference Manual.
13533         (windmove-find-other-window): Fix off-by-one errors for max x,y.
13535 2004-09-13  Kim F. Storm  <storm@cua.dk>
13537         * isearch.el (isearch-resume-in-command-history): Rename from
13538         isearch-resume-enabled and change default to nil.
13540 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13542         * vc-hooks.el (vc-ignore-dir-regexp): New var.
13543         (vc-registered): Use it.
13544         (vc-find-root): New fun.
13546         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13547         Don't tell to use \\{...} when it's already done.
13549         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
13550         Provide a sample complex default.
13551         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
13552         (bibtex-entry): Use mapc.
13554 2004-09-12  Kim F. Storm  <storm@cua.dk>
13556         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
13558         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
13559         inhibit-field-text-motion to t so rectangles work in comint buffers.
13561         * simple.el (choose-completion-string): Set buffer before running
13562         choose-completion-string-functions hook so it can be buffer-local.
13564 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
13566         * progmodes/compile.el (compilation-start): Parse command to see
13567         if it starts with a cd, and if so perform it for the *compilation*
13568         buffer.  Change the header to reflect this.
13570 2004-09-11  Kim F. Storm  <storm@cua.dk>
13572         * ido.el (ido-enable-dot-prefix): Doc fix.
13573         (ido-enable-dot-prefix): New defcustom.
13574         (ido-set-matches1): Use it.
13576 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13578         * textmodes/bibtex.el (bibtex-mark-active)
13579         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
13581 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13583         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
13584         used in a case insensitive environment.
13585         (bibtex-mode-map): Rearrange order of menus.
13586         (bibtex-quoted-string-re): Obsolete.
13587         (bibtex-complete-key-cleanup): Variable replaced by new function.
13588         (bibtex-font-lock-keywords): Use backquotes.
13589         (bibtex-font-lock-url-regexp): New internal variable.
13590         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
13591         "OPT" and "ALT".
13592         (bibtex-insert-current-kill, bibtex-make-field)
13593         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
13594         (bibtex-parse-field-text): Simplify.
13595         (bibtex-string=): New helper function.
13596         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
13597         (bibtex-map-entries): Use bibtex-string=.
13598         (bibtex-search-entry): Use not.
13599         (bibtex-enclosing-field): Fix docstring.
13600         (bibtex-assoc-regexp): Obsolete.
13601         (bibtex-format-entry): Use assoc-string and bibtex-string=.
13602         (bibtex-autokey-get-names): Handle empty name field.
13603         (bibtex-parse-strings): Use assoc-string and unless.
13604         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
13605         Use assoc-string.
13606         (bibtex-pop): Simplify.
13607         (bibtex-mode): Set font-lock-extra-managed-props.
13608         (bibtex-entry-update): Use assoc-string.
13609         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
13610         (bibtex-autofill-entry): Use bibtex-string=.
13611         (bibtex-print-help-message): Simplify.
13612         (bibtex-find-entry): New optional arg START.
13613         (bibtex-validate): Use bibtex-string= and assoc-string.
13614         Do not call obsolete function compilation-parse-errors.
13615         (bibtex-remove-delimiters): Only remove delimiters if present.
13616         (bibtex-copy-entry-as-kill): Add docstring.
13617         (bibtex-clean-entry): Use bibtex-string=.  Handle empty keys.
13618         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
13619         (bibtex-complete): Use bibtex-predefined-month-strings,
13620         bibtex-string=, and new function bibtex-complete-key-cleanup.
13621         (bibtex-generate-url-list): New variable.
13622         (bibtex-url): New command bound to C-c C-l and mouse-2.
13623         (bibtex-url-map): New local keymap for bibtex-url-mouse.
13624         (bibtex-font-lock-url): New function.
13626 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13628         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
13630 2004-09-09  Kim F. Storm  <storm@cua.dk>
13632         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
13633         counter and format with binding.
13634         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
13635         the declared macro uses own macro counter and format.  Give symbol
13636         kmacro property.
13637         (kmacro-keymap): Bind kmacro-name-last-macro to n.
13638         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
13639         (kmacro-end-and-call-macro): Doc fix.
13641 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
13643         * desktop.el (desktop-clear-preserve-buffers):
13644         Remove make-obsolete-variable.
13646 2004-09-08  Richard M. Stallman  <rms@gnu.org>
13648         * buff-menu.el (list-buffers-noselect): Call format-mode-line
13649         with the buffer as argument.
13651 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13653         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
13655 2004-09-08  Juri Linkov  <juri@jurta.org>
13657         * replace.el (perform-replace): Use `query-replace-descr'.
13659         * cus-start.el (history-delete-duplicates): Specify customization.
13661         * diff-mode.el (diff-mode-map):
13662         * progmodes/compile.el (compilation-mode-map):
13663         * progmodes/grep.el (grep-mode-map):
13664         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
13665         to `next-error-follow-minor-mode'.
13667 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13669         * isearch.el (isearch-lazy-highlight-update): Take into account
13670         the case of zero-length match at the search bound.
13672 2004-09-08  Kim F. Storm  <storm@cua.dk>
13674         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
13675         change.  Use zero width overlays when necessary.
13677 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13679         * subr.el (split-string): Docfix.
13681 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13683         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
13684         (display-call-tree): Ensure newline after caller/calls blocks.
13686 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13688         * startup.el (command-line-1): Make option
13689         --directory/-L modify `load-path' straight away.
13691 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13693         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
13695 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13697         * emacs-lisp/autoload.el (make-autoload):
13698         Handle `define-compilation-mode'.
13700         * emacs-lisp/lisp-mode.el (define-compilation-mode):
13701         Specify `doc-string-elt' property.
13703 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13705         * bs.el (bs-mode): Doc fix.
13707 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13709         * info.el (Info-insert-dir): Fix temp buffer leak bug.
13711 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13713         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
13715 2004-09-08  Kenichi Handa  <handa@m17n.org>
13717         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
13718         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
13719         ps-mule-next-point -> 1+).
13721         * composite.el (encode-composition-rule): Add autoload cookie.
13723 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
13725         * format.el (buffer-auto-save-file-format): Make it permanent local.
13727 2004-09-07  Kim F. Storm  <storm@cua.dk>
13729         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
13730         (authors-fixed-entries): Fix typo.
13731         (authors-canonical-author-name): Compact multiple spaces.
13732         Ignore trivial names (e.g. only first name).
13734         * term.el (term-window-width): Only use full window width on
13735         window system if overflow-newline-into-fringe is enabled.
13736         (term-mode): Don't disable overflow-newline-into-fringe.
13738 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13740         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
13741         motion as seen on my Mac OS X xterms.
13743         * newcomment.el (uncomment-region-default, comment-region-default):
13744         New functions extracted from uncomment-region and comment-region.
13745         (comment-region, comment-region-function, uncomment-region)
13746         (uncomment-region-function): Use them.
13748         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
13750         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
13751         It's not crucial but can make sense at times.
13753         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
13754         the first commit.
13756         * vc.el (vc-buffer-context, vc-restore-buffer-context):
13757         Disable obsolete code.
13759 2004-09-07  Juri Linkov  <juri@jurta.org>
13761         * progmodes/grep.el (grep-highlight-matches): Change default from
13762         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
13763         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
13764         if grep option `--color' is available, or to `nil' otherwise.
13765         (grep-process-setup): Call `grep-compute-defaults' if
13766         `grep-highlight-matches' is not computed.  Set env-vars only
13767         if `grep-highlight-matches' is `t'.
13768         (grep-use-null-device): Remove redundant type `boolean' (`choice'
13769         is already defined).
13771         * progmodes/compile.el (compilation-start): Use copy of
13772         `process-environment' created by `copy-sequence' to not
13773         modify env-vars in the global `process-environment'.
13775 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
13777         * simple.el (next-error-follow-minor-mode): Fix last change.
13779 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
13781         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
13782         permanent local.
13784 2004-09-04  Richard M. Stallman  <rms@gnu.org>
13786         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
13787         highlighting if the search string is empty.
13789 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
13791         * facemenu.el (facemenu-active-faces): Change condition of inner
13792         `while' loop to also check the first two elements of `face-atts'
13793         and `mask-atts'.
13795 2004-09-04  John Paul Wallington  <jpw@gnu.org>
13797         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
13798         (thumbs-view-image-mode): Make buffer read-only.
13800 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
13802         * textmodes/ispell.el (ispell-really-aspell): New defvar.
13803         (ispell-check-version): Set it.
13804         (ispell-send-replacement): New function.
13805         (ispell-process-line): Call ispell-send-replacement.
13807 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
13809         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
13810         Support choosing seconds with "s".
13812 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
13814         * terminal.el (te-escape): Show `?' in prompt for help key.
13816 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
13818         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
13820 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
13822         * simple.el (next-error-follow-minor-mode)
13823         (next-error-follow-mode-post-command-hook): New functions.
13824         (next-error-follow-last-line): New defvar.
13826         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
13827         * progmodes/compile.el (compilation-mode-map): Likewise.
13828         * progmodes/grep.el (grep-mode-map): Likewise.
13829         * replace.el (occur-mode-map): Likewise.
13831         * newcomment.el (uncomment-region): Bind comment-use-global-state
13832         to nil.
13834 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
13836         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
13837         locally around the call to `revert-buffer'.
13839 2004-09-03  Juri Linkov  <juri@jurta.org>
13841         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
13842         `isearch-adjusted' to `t'.
13843         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
13844         (isearch-message-prefix): Add "pending" for isearch-adjusted.
13845         (isearch-other-meta-char): Restore isearch-point unconditionally.
13846         (isearch-query-replace): Add new arg `regexp-flag' and use it.
13847         Set point to start of match if region is not active in transient
13848         mark mode (to include the current match to region boundaries).
13849         Push the search string to `query-replace-from-history-variable'.
13850         Add prompt "Query replace regexp" for isearch-regexp.
13851         Add region beginning/end as last arguments of `perform-replace.'
13852         (isearch-query-replace-regexp): Replace code by the call to
13853         `isearch-query-replace' with arg `t'.
13855 2004-09-03  Richard M. Stallman  <rms@gnu.org>
13857         * startup.el (normal-top-level): Undo previous TERM change.
13859 2004-09-03  Kim F. Storm  <storm@cua.dk>
13861         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
13862         highlight overlays; allow using RET when cursor is over a button.
13863         (cua--highlight-rectangle): Use it.
13864         (cua--rectangle-set-corners): Don't move backwards at eol.
13865         (cua--forward-line): Don't move into void after eob.
13867         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
13868         point is set (and displayed) inside rectangle.
13869         (cua--rectangle-operation): Fix for highlight of empty lines.
13870         (cua--highlight-rectangle): Fix highlight for tabs.
13871         Position cursor at left/right edge of rectangle using new `cursor'
13872         property on overlay strings.
13873         (cua--indent-rectangle): Don't tabify.
13874         (cua-rotate-rectangle): Ignore that point has moved.
13876 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13878         * term/mac-win.el: Add ASCII equivalents for some function keys.
13879         (mode-line-frame-identification): Sync with x-win.el.
13881 2004-09-02  Juri Linkov  <juri@jurta.org>
13883         * progmodes/compile.el (compilation-buffer-name): Compare major
13884         mode with second element of compilation-arguments instead of third
13885         to reflect latest changes in compilation-arguments structure.
13886         (recompile): Use global variable `compilation-directory' to get
13887         recent compilation directory only when `recompile' is invoked NOT
13888         in the compilation buffer.  Otherwise, use `default-directory' of
13889         the compilation buffer.
13890         (compilation-error-properties): Allow to funcall col and end-col.
13891         (compilation-mode-font-lock-keywords): Check col and end-col by
13892         `integerp'.
13893         (compilation-goto-locus): If end-mk is non-nil in transient mark
13894         mode don't activate the mark (and don't display message in
13895         push-mark), but highlight overlay between mk and end-mk.
13897         * progmodes/grep.el (grep-highlight-matches): New defcustom.
13898         (grep-regexp-alist): Add rule to highlight grep matches.
13899         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
13901         * info.el (Info-fontify-node): Don't compute other-tag
13902         if Info-hide-note-references=hide.
13904         * help.el (function-called-at-point):
13905         * help-fns.el (variable-at-point):
13906         Try `find-tag-default' when other methods failed.
13908         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
13909         Do not push mark if inhibit-mark-movement is non-nil.
13911         * textmodes/ispell.el (ispell-html-skip-alists):
13912         Fix backslashes in docstring.
13914 2004-09-01  Juri Linkov  <juri@jurta.org>
13916         * isearch.el (isearch-wrap-function)
13917         (isearch-push-state-function): New defvars.
13918         (isearch-pop-fun-state): New defsubst.
13919         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
13920         (isearch-push-state): Set the result of calling
13921         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
13922         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
13923         restore the mode-specific starting point of terminated search.
13924         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
13925         (isearch-repeat): Call `isearch-wrap-function' if defined.
13926         (isearch-message-prefix): Don't add prefix "over" to the message
13927         for wrapped search if `isearch-wrap-function' is defined.
13928         (isearch-search): Call function saved in `isearch-pop-fun-state' to
13929         restore the mode-specific starting point of failed search.
13931         * info.el (Info-search-whitespace-regexp): Fix backslashes.
13932         (Info-search): Add new optional arguments for the sake of isearch.
13933         Replace whitespace in Info-search-whitespace-regexp literally.
13934         Add backward search.  Don't call `Info-select-node' if regexp is
13935         found in the same Info node.  Don't add node to Info-history for
13936         wrapped isearch.
13937         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
13938         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
13939         (Info-mode): Set local variables `isearch-search-fun-function',
13940         `isearch-wrap-function', `isearch-push-state-function',
13941         `search-whitespace-regexp'.
13943         * isearch.el: Remove ancient Change Log section.
13944         (isearch-string, isearch-message-string, isearch-point)
13945         (isearch-success, isearch-forward-flag, isearch-other-end)
13946         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13947         (isearch-barrier, isearch-within-brackets)
13948         (isearch-case-fold-search): Add suffix `-state' to state-related
13949         defsubsts to avoid name clashes with other function names.
13951         * simple.el (next-error): New defgroup and defface.
13952         (next-error-highlight, next-error-highlight-no-select):
13953         New defcustoms.
13954         (next-error-no-select): Let-bind next-error-highlight to the value
13955         of next-error-highlight-no-select before calling `next-error'.
13957         * progmodes/compile.el (compilation-goto-locus):
13958         Use `next-error' face instead of `region'.  Set 4-th argument of
13959         `move-overlay' to `current-buffer' to move overlay to different
13960         source buffers.  Use new variable `next-error-highlight'.
13962         * simple.el (next-error-find-buffer): Move the rule
13963         "if current buffer is a next-error capable buffer" after the
13964         rule "if next-error-last-buffer is set to a live buffer".
13965         Simplify to test all rules in one `or'.
13966         (next-error): Doc fix.
13967         (next-error, previous-error, first-error)
13968         (next-error-no-select, previous-error-no-select):
13969         Make arguments optional.
13971 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
13973         * macros.el (apply-macro-to-region-lines): Make it operate on all
13974         lines that begin in the region, rather than on all complete lines
13975         in the region.
13977 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13979         * x-dnd.el (x-dnd-protocol-alist): Document update.
13980         (x-dnd-known-types): Defcustom it.
13981         (x-dnd-handle-motif): Print message-atom in error message.
13983 2004-08-30  John Paul Wallington  <jpw@gnu.org>
13985         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
13986         strings rather than programatically constructing message.
13988 2004-08-30  Richard M. Stallman  <rms@gnu.org>
13990         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
13991         Don't return a string that would read as the wrong character code.
13993 2004-08-29  Kim F. Storm  <storm@cua.dk>
13995         * emulation/cua-base.el (cua-auto-expand-rectangles):
13996         Remove automatic rectangle padding feature; replace by non-destructive
13997         virtual rectangle edges feature.
13998         (cua-virtual-rectangle-edges): New defcustom.
13999         (cua-auto-tabify-rectangles): New defcustom.
14000         (cua-paste): If paste into a marked rectangle, insert rectangle at
14001         current column, even if virtual; also paste exactly as many lines
14002         as has been marked (ignore additional lines or add empty lines),
14003         but paste whole source if only one line is marked.
14004         (cua--update-indications): No longer use overwrite-cursor to
14005         indicate rectangle padding
14007         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
14008         (cua--rectangle-virtual-edges): New defun.
14009         (cua--rectangle-get-corners): Remove optional PAD arg.
14010         (cua--rectangle-set-corners): Never do padding.
14011         (cua--forward-line): Remove optional PAD arg.  Simplify.
14012         (cua-resize-rectangle-right, cua-resize-rectangle-left)
14013         (cua-resize-rectangle-down, cua-resize-rectangle-up):
14014         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
14015         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
14016         (cua--rectangle-move): Never do padding.  Simplify.
14017         (cua--tabify-start): New defun.
14018         (cua--rectangle-operation): Add tabify arg.  All callers changed.
14019         (cua--pad-rectangle): Remove.
14020         (cua--delete-rectangle): Handle delete with virtual edges.
14021         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
14022         (cua--insert-rectangle): Handle insert at virtual column.
14023         Perform auto-tabify if necessary.
14024         (cua--activate-rectangle): Remove optional FORCE arg.
14025         Never do padding.  Simplify.
14026         (cua--highlight-rectangle): Enhance for virtual edges.
14027         (cua-toggle-rectangle-padding): Remove command.
14028         (cua-toggle-rectangle-virtual-edges): New command.
14029         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
14030         (cua--rectangle-post-command): Don't force rectangle padding.
14031         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
14033 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
14035         * indent.el (edit-tab-stops-buffer): Doc fix.
14037 2004-08-28  Richard M. Stallman  <rms@gnu.org>
14039         * progmodes/grep.el (grep-default-command): Use find-tag-default.
14040         (grep-tag-default): Function deleted.
14042         * subr.el (find-tag-default): Move from etags.el.
14044         * progmodes/etags.el (find-tag-default): Move to subr.el.
14046         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
14047         into the basic character if it has an uppercase form.
14049 2004-08-27  Kenichi Handa  <handa@m17n.org>
14051         * international/utf-8.el (utf-8-post-read-conversion): If the
14052         buffer is unibyte, temporarily make it multibyte.
14054 2004-08-27  Masatake YAMATO  <jet@gyve.org>
14056         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
14058 2004-08-25  John Paul Wallington  <jpw@gnu.org>
14060         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
14061         0, 1, and many mismatches in message.
14062         (tex-start-shell): Use `set-process-query-on-exit-flag'.
14064         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
14065         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
14067 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14069         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
14070         vc-diff-switches differently.
14072 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
14074         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
14075         before and a real defvar after
14076         `speedbar-supported-extension-expressions'.  This is to silence
14077         the compiler without breaking bootstrapping.
14079 2004-08-22  Richard M. Stallman  <rms@gnu.org>
14081         * textmodes/flyspell.el (flyspell-word):
14082         Use set-process-query-on-exit-flag.
14083         (flyspell-highlight-duplicate-region): Take POSS as arg.
14084         (flyspell-word): Pass POSS as arg.
14086         * progmodes/ada-xref.el: Many doc and style fixes.
14087         (ada-find-any-references): Use compilation-start.
14088         (ada-get-ali-file-name): Improve error msg.
14089         (ada-get-ada-file-name): Likewise.
14091         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
14092         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
14094         * mail/mail-extr.el (mail-extr-all-top-level-domains):
14095         Add forward defvar.
14097         * whitespace.el (global-whitespace-mode): New alias
14098         for whitespace-global-mode.
14100         * speedbar.el (speedbar-file-regexp): Move definition up.
14101         (speedbar-mode, speedbar-set-mode-line-format):
14102         Use with-no-warnings.
14103         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
14105         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
14106         controls whether to display the error buffer.
14108         * ps-mule.el: Delete compatibility code for old Emacsen.
14109         (ps-mule-find-wrappoint): Don't use chars-in-region.
14111         * frame.el (display-mouse-p, display-selections-p):
14112         Use with-no-warnings.
14114         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
14116 2004-08-22  David Kastrup  <dak@gnu.org>
14118         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
14119         information.
14121         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
14123 2004-08-22  Andreas Schwab  <schwab@suse.de>
14125         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
14127 2004-08-22  Masatake YAMATO  <jet@gyve.org>
14129         * cvs-status.el (cvs-status-checkout): New function.
14130         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
14132 2004-08-21  David Kastrup  <dak@gnu.org>
14134         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
14135         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
14136         has been converted to use hashtables, the relation `nil=none' is
14137         no longer valid, as `nil' is not a hashtable.  This patch tries to
14138         reduce the number of resulting errors.
14140 2004-08-21  John Paul Wallington  <jpw@gnu.org>
14142         * subr.el (process-kill-without-query): Made obsolete in
14143         version 21.4, not 21.5.
14145         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
14146         (vc-previous-comment, vc-next-comment)
14147         (vc-comment-search-reverse, vc-comment-search-forward)
14148         (vc-comment-to-change-log): Likewise.
14150         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
14152 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
14154         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
14155         Correct indentation of DEFMETHODS with non-standard method
14156         combinations (e.g., PROGN, MIN, MAX).
14158 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14160         * startup.el (normal-top-level-add-subdirs-to-load-path):
14161         Avoid unnecessarily checking system-type.
14162         (normal-top-level): Set TERM to "dumb".  Simplify.
14164         * avoid.el (mouse-avoidance-ignore-p): New fun.
14165         Also ignore switch-frame, select-window, double, and triple clicks.
14166         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
14167         (mouse-avoidance-fancy-hook): Use it.
14169 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
14171         * avoid.el (mouse-avoidance-nudge-mouse)
14172         (mouse-avoidance-banish-destination): Stay within the current window
14173         to avoid problems with mouse-autoselect-window.
14175 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14177         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
14178         the newer format of some messages in cvs-1.12.1.
14180 2004-08-19  Masatake YAMATO  <jet@gyve.org>
14182         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
14183         (elp-results-jump-to-definition-by-mouse)
14184         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
14185         (elp-output-result): Use elp-output-insert-symname.
14187 2004-08-18  Kenichi Handa  <handa@m17n.org>
14189         * language/cyrillic.el: Register koi8-r in
14190         ctext-non-standard-encodings-alist.
14191         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
14193 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
14195         * emacs-lisp/copyright.el (copyright-update-year): Delete code
14196         that replaces 20xy with xy.
14198 2004-08-17  John Paul Wallington  <jpw@gnu.org>
14200         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
14201         (reb-force-update): Doc fix.
14203 2004-08-16  Richard M. Stallman  <rms@gnu.org>
14205         * progmodes/which-func.el (which-func-update-1): Doc fix.
14207         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
14208         (sh-mode-abbrev-table): New variable.
14210         * progmodes/compile.el (compilation-mode): Doc fix.
14212         * emacs-lisp/lisp-mode.el (eval-last-sexp):
14213         Don't cons a new symbol each time.
14214         (eval-last-sexp-fake-value): New variable.
14216         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
14217         (copyright-update-year): Detect continuation of list of years.
14219         * term.el (term-default-fg-color, term-default-bg-color)
14220         (ansi-term-color-vector): Use `unspecified', not nil, as default.
14222         * imenu.el: Several doc fixes: don't say variables are buffer-local.
14224 2004-08-16  Davis Herring  <herring@lanl.gov>
14226         * isearch.el (isearch-string, isearch-message-string, isearch-point)
14227         (isearch-success, isearch-forward-flag, isearch-other-end)
14228         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14229         (isearch-barrier, isearch-within-brackets)
14230         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
14232 2004-08-16  Kenichi Handa  <handa@m17n.org>
14234         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
14236 2004-08-15  Kenichi Handa  <handa@m17n.org>
14238         * term/x-win.el (x-selection-value): If utf8 was successful but
14239         ctext was not, use utf8 string.
14241 2004-08-14  Davis Herring  <herring@lanl.gov>
14243         * isearch.el: Remove accidental changes of March 4.  Fix backing
14244         up when a regexp isearch is made more general.  Use symbolic
14245         accessor functions for isearch stack frames to make usage clearer.
14246         (search-whitespace-regexp): Made groups in documentation shy (as
14247         is the group in the default value).
14248         (isearch-fallback): New function, addresses problems with regexps
14249         liberalized by `\|', adds support for liberalization by `\}' (the
14250         general repetition construct), and incorporates behavior for
14251         `*'/`?'.
14252         (isearch-}-char): New command, calls `isearch-fallback' with
14253         arguments appropriate to a typed `}'.
14254         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
14255         appropriately.
14256         (isearch-mode-map): Bind `}' to `isearch-}-char'.
14257         (isearch-string, isearch-message,string, isearch-point)
14258         (isearch-success, isearch-forward-flag, isearch-other-end)
14259         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14260         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
14261         New inline functions to read fields of a stack frame.
14263 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
14265         * battery.el (battery-linux-proc-acpi): Look into battery
14266         directories matching the literal string "CMB", too (required for
14267         Linux kernel version 2.6.7).
14269 2004-08-14  John Paul Wallington  <jpw@gnu.org>
14271         * cus-start.el (read-file-name-completion-ignore-case): Add.
14272         (blink-cursor-alist): Change version to "21.4".
14274         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
14276 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
14278         * speedbar.el (speedbar-scan-subdirs): New option.
14279         (speedbar-file-lists): Don't ignore file-name case on Unix and use
14280         dolist.
14281         (speedbar-insert-files-at-point): Take an extra argument and use
14282         it to optionally find out if a subdir is empty.  Also unreadable
14283         files don't get expand buttons.
14284         (speedbar-directory): New image (unused pixmap already existed).
14285         (speedbar-expand-image-button-alist): Use it.
14287 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
14289         CC Mode update to 5.30.9:
14291         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
14292         Move from cc-vars to cc-defs for dependency reasons.  Fix the
14293         POSIX char class test to check that it works in
14294         `skip-chars-(forward|backward)' too.
14296         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
14297         first argument starts with a special brace list.
14299         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
14300         when `c-opt-type-concat-key' is used (i.e. in Pike).
14302         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
14303         Fix bug when the inner char pair doesn't have paren syntax,
14304         i.e. "(<>)".
14306         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
14307         whitespace safe.
14309         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
14310         position for `arglist-intro', `arglist-cont-nonempty' and
14311         `arglist-close' when there are two arglist open parens on the same
14312         line and there's nothing in front of the first.
14314         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
14315         locking of qualified names in Java, which previously could fontify
14316         common indexing expressions in many cases.  The standard Java
14317         naming conventions are used to tell them apart.
14319         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
14320         Fix inconsistency wrt opening parens on the first line inside a paren
14321         block.
14323         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
14324         compile time for the sake of `c-major-mode-is'.
14326         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
14327         `c-major-mode-is' in the event that this is used inside a
14328         `c-lang-defconst'.
14330         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
14331         `c-lang-defconst' so that it works better with fallback languages.
14333         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
14334         it to fail to record the base mode.
14336         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14337         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
14338         is used.  Reorder the syntax checks to get more efficient
14339         skipping in some situations.
14341         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
14342         continuation which might precede the newly inserted '{'.
14344         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14345         Fix cases where it could loop indefinitely.
14347         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
14348         size specs correctly.  Only fontify identifiers in front of '('
14349         with as functions - don't accept any paren char.  Tighten up
14350         initializer skipping to stop before function and class blocks.
14352         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
14353         the point could be left directly after an open paren when finding
14354         the beginning of the first decl in the block.
14356         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
14357         table when filtering out legitimate open parens to be recorded.
14358         This could cause cache inconsistencies when e.g.
14359         `c++-template-syntax-table' was temporarily in use.
14361         * progmodes/cc-engine.el (c-on-identifier)
14362         (c-simple-skip-symbol-backward): Small fix for handling "-"
14363         correctly in `skip-chars-backward'.  Affected the operator lfun
14364         syntax in Pike.
14366         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
14367         Fix bug that could cause an error from `after-change-functions' when
14368         the changed region is at bob.
14370 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
14372         CC Mode update to 5.30.9:
14374         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
14375         to say that <TAB> doesn't insert WS into a CPP line.
14376         (c-indent-command, c-tab-always-indent): Amend doc strings.
14378         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
14379         checks for user errors, thus eliminating cryptic and unhelpful
14380         Emacs error messages.  (1) Check the arg to `c-set-style' is a
14381         string.  (2) Check that settings to `c-offsets-alist' are not
14382         spuriously quoted.
14384         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
14385         which precedes the newly inserted `{'.
14387 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
14389         Sync with Tramp 2.0.44.
14391         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
14392         function "tramp_file_attributes".  Otherwise, file names
14393         containing spaces are misinterpreted.  Reported by Magnus Henoch
14394         <mange@freemail.hu>.
14395         (tramp-handle-file-truename): FILENAME must be expanded first.
14396         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
14397         obscure results.  Reported by D. Goel <deego@gnufans.org>.
14398         (tramp-handle-verify-visited-file-modtime): If file does not
14399         exist, say it is not modified if and only if that agrees with the
14400         buffer's record.  Check whether a file is visiting the buffer, or
14401         the buffer has no recorded last modification time.  Return t in
14402         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
14403         <teirllm@auburn.edu>.
14404         (tramp-handle-write-region): Pass modtime explicitly to
14405         `set-visited-file-modtime', because filename can be different
14406         from (buffer-file-name) if `file-precious-flag' is set.
14407         `set-visited-file-modtime' must be called always when `visit' is t
14408         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
14409         (tramp-handle-set-visited-file-modtime): If `time-list' is not
14410         nil, don't apply the whole body.  If the file doesn't exists, set
14411         modtime to '(-1 65535).  Suggested by Luc Teirlinck
14412         <teirllm@auburn.edu>.
14414 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
14416         * help.el (describe-bindings): Doc fix.
14418         * subr.el (kbd): Doc fix.
14420 2004-08-08  John Paul Wallington  <jpw@gnu.org>
14422         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
14423         instead of `string-to-int'.
14424         (define-ibuffer-column mode): Fix indentation.
14426 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
14428         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
14430 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
14432         * subr.el (global-unset-key, local-unset-key): Doc fixes.
14434         * novice.el (disabled-command-function): New variable renamed from
14435         `disabled-command-hook'.
14436         (disabled-command-hook): Keep the _variable_ as alias for
14437         `disabled-command-function' and make obsolete.
14438         (disabled-command-function): Function renamed from
14439         `disabled-command-hook'.  Adapt code to name change of the variable.
14441 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
14443         * simple.el (completion-root-regexp): New defvar.
14444         (completion-setup-function): Use it instead of a literal string.
14446 2004-08-07  John Paul Wallington  <jpw@gnu.org>
14448         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
14449         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
14450         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
14451         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
14453 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
14455         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
14456         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
14458 2004-08-04  Kenichi Handa  <handa@m17n.org>
14460         * international/encoded-kb.el (encoded-kbd-setup-keymap):
14461         Fix previous change.
14463 2004-08-03  Kenichi Handa  <handa@m17n.org>
14465         * international/encoded-kb.el: The following changes are to
14466         utilize key-translation-map instead of minor mode map.
14467         (encoded-kbd-iso2022-non-ascii-map): Delete it.
14468         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
14469         (encoded-kbd-last-key): New function.
14470         (encoded-kbd-iso2022-single-shift): New function.
14471         (encoded-kbd-iso2022-designation)
14472         (encoded-kbd-self-insert-iso2022-7bit)
14473         (encoded-kbd-self-insert-iso2022-8bit)
14474         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
14475         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
14476         key-translation-map.
14477         (encoded-kbd-setup-keymap): Setup key-translation-map.
14478         (saved-key-translation-map): New variable.
14479         (encoded-kbd-mode): Save/restore key-translation-map.
14480         Adjust for the change of encoded-kbd-setup-keymap.
14482 2004-08-02  Kim F. Storm  <storm@cua.dk>
14484         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
14485         and call compute-motion with nil for topos and width to get proper
14486         usable width and height for both window and non-window systems.
14488         * windmove.el (windmove-coordinates-of-position): Let compute-motion
14489         calculate usable window width and height.
14491         * window.el (window-buffer-height): Call compute-motion with nil width.
14493 2004-08-01  David Kastrup  <dak@gnu.org>
14495         * replace.el (query-replace-read-from):
14496         Use `query-replace-compile-replacement'.
14497         (query-replace-compile-replacement): New function.
14498         (query-replace-read-to): Use `query-replace-compile-replacement'
14499         for repeating the last command.
14501 2004-08-01  John Paul Wallington  <jpw@gnu.org>
14503         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
14504         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
14505         (pr-switches): Remove period from end of error messages.
14507         * help-mode.el (help-go-back): Likewise.
14509         * abbrev.el (only-global-abbrevs): Doc fix.
14510         (edit-abbrevs-map): Define within defvar.
14511         (quietly-read-abbrev-file): Doc fix.
14513 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
14515         * novice.el (enable-command, disable-command): Doc fixes.
14517         * subr.el (event-modifiers, event-basic-type): Doc fixes.
14519 2004-07-30  Richard M. Stallman  <rms@gnu.org>
14521         * subr.el (with-local-quit): Doc fix.
14523 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
14525         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
14527 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
14529         * custom.el (defcustom): Doc fix.
14531 2004-07-28  Masatake YAMATO  <jet@gyve.org>
14533         * progmodes/etags.el (etags-tags-apropos): Show building progress.
14535 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14537         * imenu.el (imenu-prev-index-position-function)
14538         (imenu-extract-index-name-function, imenu-name-lookup-function)
14539         (imenu--index-alist): Docstring redundancy fix.
14541 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
14543         * wdired.el (wdired-finish-edit): Require dired-aux before locally
14544         binding dired-backup-overwrite.
14546 2004-07-25  John Paul Wallington  <jpw@gnu.org>
14548         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
14550 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
14552         * term/tty-colors.el (tty-color-approximate): Doc fix.
14554         * select.el (x-get-selection, x-set-selection): Doc fixes.
14556         * frame.el (make-frame): Doc fix.
14558 2004-07-24  Richard M. Stallman  <rms@gnu.org>
14560         * mail/rmail.el (rmail-mime-charset-pattern):
14561         Don't include semicolon in the charset value.
14563         * replace.el (occur-next-error): Call set-window-point.
14564         (occur-engine): Handle negative NLINES.
14566 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
14568         * frame.el (modify-all-frames-parameters): Minor doc fix.
14569         (set-frame-configuration): Doc fix.
14571 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
14573         * simple.el (completion-setup-function): Compute the common parts
14574         and the first difference place correctly when
14575         partial-completion-mode is on.
14577 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14579         * ps-print.el: Doc fix.
14580         (ps-print-version): New version 6.6.5.
14581         (ps-printing-region): Doc fix.
14582         (ps-generate-string-list): Comment fix.
14583         (ps-message-log-max): Code fix.
14585 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14587         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
14588         generated PostScript.
14590 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
14592         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
14593         with Gnus v5_10 branch.)
14595 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14597         * calendar/time-date.el (time-to-number-of-days): New function.
14598         Imported from from Gnus.
14600 2004-07-22  Kim F. Storm  <storm@cua.dk>
14602         * progmodes/make-mode.el: Fix comments.
14604 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14606         * printing.el: Doc fix.
14608 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
14610         * frame.el (modify-all-frames-parameters): Minor doc fix.
14612 2004-07-20  Richard M. Stallman  <rms@gnu.org>
14614         * textmodes/fill.el (fill-nobreak-p): If this break point is
14615         at the end of the line, don't consider the newline which follows
14616         as a reason to return t.
14618 2004-07-19  John Paul Wallington  <jpw@gnu.org>
14620         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
14622 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
14624         * dired-aux.el (dired-do-kill-lines): Expand docstring.
14625         Delete irrelevant code.
14627 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
14629         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14630         New docstring.  From Luc Teirlinck.
14632 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
14634         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
14635         section.
14636         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
14637         non-file buffers.  We know it is nil.
14639 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
14641         Sync with Tramp 2.0.43.
14643         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14644         Remove outdated comment.
14645         (tramp-locked, tramp-locker): New variables for implementing a
14646         global lock.
14647         (tramp-sh-file-name-handler): Use them to implement the global lock.
14649 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
14651         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
14652         calls to respective `xxx` calls.
14653         (tramp-process-alive-regexp): Precise doc string.
14654         (tramp-multi-action-process-alive): New defun.
14655         (tramp-multi-actions): Use it.
14656         (tramp-handle-find-backup-file-name): `copy-tree' is available
14657         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
14658         in order to avoid this function.
14659         (tramp-handle-write-region): Set current buffer.  If connection
14660         wasn't open, `file-modes' has changed it accidentally.  Reported by
14661         David Kastrup <dak@gnu.org>.
14662         (tramp-enter-password, tramp-read-passwd): New arguments USER and
14663         HOST.
14664         (tramp-action-password, tramp-multi-action-password): Apply it.
14665         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
14666         name must still contain the port number.  Otherwise, we have two
14667         Tramp buffers, with all the confusion.  Reported by Myron Selby
14668         <myron@xytech.com> and Rolf Dubitzky
14669         <Dubitzky@physi.uni-heidelberg.de>.
14671         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
14672         HOST to `tramp-enter-passwd'.
14674         * net/tramp-vc.el (all): Code cleanup.  Change all
14675         `tramp-handle-xxx' calls to respective `xxx` calls.
14677 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
14679         * emacs-lisp/testcover.el: New category "potentially-1valued" for
14680         functions that are not erroneous if either 1-valued or
14681         multi-valued.  Detect functions in this class.
14682         (testcover-1value-functions, testcover-compose-functions)
14683         (testcover-progn-functions) Add some additional functions to lists.
14684         (testcover-mark): Bugfix when marking up the definition for an
14685         empty function.
14687 2004-07-17  Richard M. Stallman  <rms@gnu.org>
14689         * replace.el (occur-read-primary-args): Pass default to
14690         read-from-minibuffer.
14692         * mail/footnote.el (footnote-section-tag): Use defcustom.
14694         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
14695         Compile font-lock-keywords, not KEYWORDS.
14696         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
14697         Add warn, check-type.  Handle cerror like error.
14699 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
14701         * progmodes/which-func.el (which-func-keymap): New var.
14702         (which-func-face): New face.
14703         (which-func-format): Use them.
14705 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
14707         * buff-menu.el (list-buffers-noselect): Append the buffer's
14708         process status to its mode name.
14710 2004-07-16  Kim F. Storm  <storm@cua.dk>
14712         * simple.el (inhibit-mark-movement): New defvar.
14713         (beginning-of-buffer, end-of-buffer): Do not push mark if
14714         inhibit-mark-movement is non-nil or C-u prefix is given.
14716         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
14717         Init to beginning-of-buffer and end-of-buffer.
14718         (cua--undo-push-mark): New defvar.
14719         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
14720         already active and command is in cua--preserve-mark-commands.
14721         Also fix check for shift modifier on non-window systems.
14722         (cua--post-command-handler): Clear inhibit-mark-movement if set.
14724 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
14726         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
14727         of two integers, instead of a cons.
14729         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14730         `visited-file-modtime' now returns a list of two integers, instead
14731         of a cons.
14733         * dired.el (dired-directory-changed-p): Ditto.
14735         * progmodes/grep.el (grep): Doc fix.
14737 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
14739         * autorevert.el (auto-revert-tail-mode)
14740         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
14741         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
14742         in both at the same time.
14743         (auto-revert-tail-mode): New command.
14744         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
14745         (auto-revert-handler): Revert only either tail or whole file.
14747         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
14748         add auto-revert-tail-mode.
14750 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14752         * printing.el: Doc fix.  Change name of some funs.
14753         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
14754         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
14755         (pr-standard-file-name): New fun.  Replace pr-standard-path.
14756         (pr-call-process): Code fix.
14758 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
14760         * subr.el (with-selected-window): Doc fix.
14762 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
14764         * subr.el (get-buffer-window-list): Doc fix.
14766 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
14768         * files.el (switch-to-buffer-other-window): Doc fix.
14770         * window.el (save-selected-window, one-window-p)
14771         (split-window-keep-point, split-window-vertically)
14772         (split-window-horizontally): Doc fixes.
14774 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14776         * printing.el: Doc fix.  Now it uses call-process instead of
14777         shell-command for low command execution.
14778         (pr-version): New version number (6.8).
14779         (pr-shell-file-name): Option removed.
14780         (pr-shell-command): Fun removed.
14781         (pr-call-process): New fun.  Replace pr-shell-command.
14782         (pr-standard-path, pr-remove-nil-from-list): New funs.
14783         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
14784         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
14785         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
14786         (pr-ps-utility-process, pr-txt-print): Code fix.
14788 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
14790         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
14791         boolean.
14793 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
14795         * wid-edit.el (widget-field-buffer): Doc fix.
14797 2004-07-09  John Paul Wallington  <jpw@gnu.org>
14799         * emacs-lisp/re-builder.el (reb-update-overlays):
14800         Distinguish between one and several matches in message.
14802 2004-07-09  Richard M. Stallman  <rms@gnu.org>
14804         * mouse.el (mouse-set-region-1): If transient-mark-mode
14805         is `identity', change it to `only'.
14807         * simple.el (current-word): Doc fix.
14809 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
14811         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
14812         so that it is more understanding of whitespace.
14814         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
14815         (("ns" . "element") (attr-list) children) instead of
14816         ((:ns . "element") (attr-list) children) in order to reduce the
14817         number of symbols used.
14818         (xml-skip-dtd): Change to use xml-parse-dtd but set
14819         xml-validating-parsing to nil.
14820         (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
14821         (xml-substitute-entity): Remove in favor of new entity substitution.
14822         (xml-substitute-special): Rewrite in to substitute complex
14823         entities from DOCTYPE declarations.
14824         (xml-parse-fragment): Parse fragments from entity declarations.
14825         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
14826         (xml-parse-dtd, xml-substitute-special): Make validity checks
14827         conditioned on xml-validating-parser.  Add "Not Well Formed" to
14828         error messages about well-formedness.
14830 2004-07-08  Steven Tamm  <steventamm@mac.com>
14832         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
14833         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
14834         Do not treat double clicks and triple clicks specially in the
14835         scroll bar (preventing strange repositioning problems)
14837 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14839         * replace.el (query-replace-regexp-eval): Fix last change.
14841 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14843         * replace.el (query-replace-descr): New fun.
14844         (query-replace-read-from, query-replace-read-args): Default to the
14845         previous from&to.
14846         (query-replace-read-to): Quote the `from' string when displaying it.
14847         (query-replace-regexp-eval): Immediately check read-only status.
14848         Use query-replace-read-from to get the \n checking.
14849         Quote the `from' string when displaying it.
14850         (map-query-replace-regexp, occur-read-primary-args):
14851         Quote the `from' string when displaying it.
14853         * isearch.el (isearch-query-replace): Pass the regexp-ness and
14854         delimited-ness of the search to query-replace.
14856         * replace.el (query-replace-read-from, query-replace-read-to):
14857         New funs extracted from query-replace-read-args.
14858         (query-replace-read-args): Use them.
14860         * replace.el (query-replace-interactive, query-replace-read-args):
14861         Remove the `initial' special value.
14862         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
14863         (occur-engine): Remove unused var `matchend'.
14865         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
14866         Use the search string without prompting.
14868 2004-07-05  Kenichi Handa  <handa@m17n.org>
14870         * international/mule.el (decode-coding-inserted-region):
14871         Set last-coding-system-used only when coding is nil.
14873 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
14875         * progmodes/grep.el (grep-compute-defaults, grep-command)
14876         (grep-program, find-program, grep-find-use-xargs, grep-history)
14877         (grep-find-history, grep-tag-default, grep-find-command)
14878         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
14879         Add autoload cookies, for unbundled packages that load `compile'
14880         and expect all grep-related symbols to become defined.
14882 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
14884         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
14885         (iimage-mode-image-search-path): New user option to search the
14886         image file.
14887         (iimage-locate-file): New function.  Emacs21.3 or earlier does not
14888         have locate-file.
14889         (iimage-mode-buffer): Use it.
14891 2004-07-03  Nick Roberts  <nickrob@gnu.org>
14893         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
14894         carefully.
14895         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
14897 2004-07-03  Juri Linkov  <juri@jurta.org>
14899         * replace.el (query-replace-read-args): Swallow space after 'foo,
14900         not after (quote foo).  Match space only immediately after symbol,
14901         not anywhere in the whole string.
14903 2004-07-02  Richard M. Stallman  <rms@gnu.org>
14905         * replace.el (query-replace-read-args): Swallow space after
14906         symbols, not after closeparens.  But avoid error if string ends there.
14908         * progmodes/python.el (python-beginning-of-statement):
14909         Exit the loop if backward-up-list gets error.
14911         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
14913 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
14915         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
14916         only if vc-consult-headers is non-nil.
14918 2004-07-02  Juri Linkov  <juri@jurta.org>
14920         * pcvs.el (cvs-mode-diff-repository): New command.
14922         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
14924 2004-07-01  Juri Linkov  <juri@jurta.org>
14926         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
14927         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
14928         C-M-% to isearch-query-replace-regexp.
14929         (minibuffer-local-isearch-map): Add arrow key bindings.
14930         Bind C-f to isearch-yank-char-in-minibuffer.
14931         (isearch-forward): Doc fix.
14932         (isearch-edit-string): Doc fix.
14933         (isearch-query-replace, isearch-query-replace-regexp): New funs.
14934         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
14935         (isearch-yank-char): Add optional arg.
14936         (isearch-yank-char-in-minibuffer): New fun.
14938         * replace.el (query-replace-interactive): Change type from boolean
14939         to choice.  Add value `initial'.
14940         (query-replace-read-args): Handle value `initial' of
14941         query-replace-interactive.
14943 2004-06-29  Kim F. Storm  <storm@cua.dk>
14945         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
14946         (breakpoint-disabled-bitmap-face): Add :group 'gud.
14948         * progmodes/ada-xref.el (ada-tight-gvd-integration):
14949         Add :group 'ada.
14951         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
14953 2004-06-29  Juri Linkov  <juri@jurta.org>
14955         * replace.el (query-replace-read-args): Swallow a space after
14956         everything except )]" which in most cases means after a symbol.
14958         * emacs-lisp/pp.el (pp-buffer): Add autoload.
14960 2004-06-28  Richard M. Stallman  <rms@gnu.org>
14962         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
14963         More changes to go with previous change in font-lock.el.
14965 2004-06-26  David Kastrup  <dak@gnu.org>
14967         * replace.el (perform-replace): Highlight the match even in
14968         non-query mode if there is potential replace string editing.
14970 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
14972         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
14973         agree with new return value of `file-remote-p'.
14974         This syncs with Tramp 2.0.42.
14976         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
14977         according to new documentation of `file-remote-p'.
14979         * files.el (file-remote-p): Fix doc to say that return value is
14980         identification of remote system, if not nil.
14981         (file-relative-name): Use new return value of `file-remote-p'.
14983 2004-06-26  Nick Roberts  <nickrob@gnu.org>
14985         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
14986         (gdb-goto-breakpoint): Fix breakage.
14988 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
14990         * man.el (Man-getpage-in-background): Add windows-nt to the list
14991         of systems where shell-file-name should be used instead of
14992         literal "sh".
14994 2004-06-25  Sam Steingold  <sds@gnu.org>
14996         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
14997         function names `(setf symbol)'.
14999 2004-06-24  Richard M. Stallman  <rms@gnu.org>
15001         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
15003         * font-lock.el (font-lock-keywords): Change format of compiled values.
15004         Document it.
15005         (font-lock-add-keywords): If font-lock-keywords is compiled,
15006         extract the uncompiled version, modify, then recompile.
15007         (font-lock-remove-keywords): Likewise.
15008         (font-lock-fontify-keywords-region): Handle changed format.
15009         (font-lock-compile-keywords): Handle changed format.
15010         (font-lock-set-defaults): Compile the keywords explicitly here.
15012 2004-06-24  David Kastrup  <dak@gnu.org>
15014         * replace.el (query-replace-read-args): Implement `\,' and `\#'
15015         replacements here.
15016         (query-replace-regexp): Doc string explaining this and the new
15017         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
15018         is better placed in `query-replace-read-args'.
15019         (replace-regexp): Explain `\,', `\#' and `\?'.
15020         (replace-match-data): New function for thorough reuse/destruction
15021         of old match-data.
15022         (replace-match-maybe-edit): Function for implementing `\?' editing.
15023         (perform-replace): Fix maintaining of the match stack including
15024         already matched regions, implement `\?', fix various problems
15025         with regions while editing and other stuff.
15026         (replace-highlight): Simplify.
15028 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
15030         * progmodes/grep.el (grep-error-screen-columns): New variable.
15031         (grep-regexp-alist): Give it the full functionality of gnu style
15032         compilation messages with line and column ranges.  Ask me for the
15033         perl script I'm working on, that uses these.
15035 2004-06-23  Nick Roberts  <nickrob@gnu.org>
15037         * comint.el (comint-insert-clicked-input, comint-copy-old-input):
15038         Remove.
15039         (comint-insert-input, comint-mouse-insert-input): New functions
15040         based on comint-insert-clicked-input for two bindings but just
15041         one functionality.
15043 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
15045         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
15047 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
15049         * files.el (write-contents-functions): Doc fix.
15051 2004-06-21  Juanma Barranquero  <lektu@terra.es>
15053         * image.el (image-library-alist): Rewrite docstring in active voice.
15055 2004-06-20  Richard M. Stallman  <rms@gnu.org>
15057         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
15059         * isearch.el (isearch-repeat): Avoid testing old match data.
15060         (isearch-message): Display trailing space in special font
15061         when search is failing.
15062         (isearch-search-fun-function): Doc fix.
15064         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
15066 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
15068         * frame.el (show-trailing-whitespace): Doc fix.
15070         * cus-edit.el (custom-variable-documentation): New function.
15071         (custom-variable): Use it.
15073 2004-06-19  Nick Roberts  <nickrob@gnu.org>
15075         * man.el (Man-getpage-in-background): Revert previous change but
15076         make cygwin a special case.
15078 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
15080         * autorevert.el (global-auto-revert-non-file-buffers):
15081         Update docstring.
15083 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
15085         * progmodes/compile.el (compilation-error-properties): Store one
15086         more than end-col, if present, so that transient-mark-mode will
15087         highlight last char too.
15088         * progmodes/grep.el (grep-regexp-alist): Match columns and column
15089         ranges, if present.
15091 2004-06-18  Jason Rumney  <jasonr@gnu.org>
15093         * makefile.w32-in: Double percent signs in for loops.
15095 2004-06-17  David Kastrup  <dak@gnu.org>
15097         * replace.el (query-replace-read-args): Only warn about use of \n
15098         and \t when we are doing a regexp replacement and the actual
15099         escaped character is n or t.
15100         (query-replace-regexp): Add \, and \# interpretation to
15101         interactive call and document it.
15102         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
15103         as shortkey for replace-count.
15104         (replace-quote): New function for doubling backslashes.
15106 2004-06-17  Juanma Barranquero  <lektu@terra.es>
15108         * files.el (parse-colon-path, cd): Mention in docstring that the
15109         path separator is colon in GNU-like systems.
15111         * newcomment.el (comment-region-internal): Fix docstring.
15113         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
15114         (ewoc-invalidate, ewoc-collect): Doc fixes.
15115         (ewoc--create-node, ewoc--delete-node-internal):
15116         Fix typos in docstring.
15118 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
15120         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
15121         manual to docstring.
15123 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15125         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
15127 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
15129         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15130         Add hyperlink to emacs-xtra manual to docstring.
15132         * autorevert.el (global-auto-revert-non-file-buffers):
15133         Add hyperlink to emacs-xtra manual to docstring, as well as an
15134         info-link.
15136 2004-06-14  Juanma Barranquero  <lektu@terra.es>
15138         * image.el (image-library-alist): New variable to map image types
15139         to external libraries.  Initialized to nil, unless system-specific
15140         configs change it.
15141         (image-type-available-p): Determine whether an image type is
15142         available by calling `init-image-library'.
15144         * term/w32-win.el (image-library-alist): Initialize to a known set
15145         of probable library names.
15147 2004-06-14  Kenichi Handa  <handa@m17n.org>
15149         * international/code-pages.el (windows-1256, cp1125): Fix tables
15150         for several characters.
15152         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
15154 2004-06-13  Richard M. Stallman  <rms@gnu.org>
15156         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
15158         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
15159         not "`pc-selection-mode'".
15161         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
15163         * simple.el (previous-matching-history-element): Specify a default.
15165         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
15167         * cus-face.el (custom-declare-face): Simplify code.
15169         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
15171 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
15173         * files.el (before-save-hook): Add `time-stamp' to the options.
15175         * time-stamp.el (time-stamp): Recommend adding it to
15176         `before-save-hook', rather than `write-file-functions'.
15177         Make a similar change in `Commentary' section.
15179 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15181         * diff-mode.el (diff-current-defun): If at start of hunk, use
15182         position of first change.
15184 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
15186         * dired-x.el (dired-mark-omitted): Bind to "*O".
15188 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
15190         * bookmark.el (bookmark-bmenu-relocate): New function, as
15191         suggested by David J. Biesack <David.Biesack@sas.com>.
15192         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
15193         (bookmark-bmenu-mode): Describe binding in doc string.
15194         (bookmark-set-filename): Save the bookmark list if it's time.
15196 2004-06-13  Kenichi Handa  <handa@m17n.org>
15198         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
15199         (ccl-untranslated-to-ucs): Fix typo.
15201 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
15203         * progmodes/python.el (python-open-block-statement-p):
15204         Fix indentation after a block opening that contains a comment.
15206 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
15208         * bindings.el (completion-ignored-extensions): Add file extensions
15209         of Python byte-compiled files.
15211 2004-06-12  Juri Linkov  <juri@jurta.org>
15213         * info.el (Info-goto-node): Add autoload.
15214         (Info-toc): Add substring-no-properties on Info file name.
15215         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
15216         (Info-mode-map): Bind L to Info-history, T to Info-toc.
15218 2004-06-12  Kenichi Handa  <handa@m17n.org>
15220         * international/mule-cmds.el (set-language-environment):
15221         Load subst tables if necessary.
15223         * international/mule.el (decode-char): Load subst tables if necessary.
15224         (encode-char): Likewise.
15226         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
15227         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
15228         (utf-16le-decode-loop): Set r5 to -1 before loop.
15229         (utf-16be-decode-loop): Likewise.
15230         (ccl-decode-mule-utf-16le): Add EOF processing block.
15231         (ccl-decode-mule-utf-16be): Likewise.
15232         (ccl-decode-mule-utf-16le-with-signature): Likewise.
15233         (ccl-decode-mule-utf-16be-with-signature): Likewise.
15234         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
15235         (ccl-mule-utf-16-encode-untrans): New CCL.
15236         (utf-16-decode-to-ucs): Handle pre-read character.
15237         (utf-16le-encode-loop): Handle surrogate pair.
15238         (utf-16be-encode-loop): Likewise.
15239         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
15240         of utf-16le-encode-loop.
15241         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
15242         of utf-16be-encode-loop.
15243         (mule-utf-16-post-read-conversion):
15244         Call utf-8-post-read-conversion at first.
15245         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
15246         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
15247         Add post-read-conversion and pre-write-conversion.
15249         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
15250         (utf-translate-cjk-unicode-range): New variable.
15251         (utf-translate-cjk-load-tables): New function.
15252         (utf-lookup-subst-table-for-decode): New function.
15253         (utf-lookup-subst-table-for-encode): New function.
15254         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
15255         tables here.  Update safe-charsets of utf-* coding systems.
15256         (ccl-mule-utf-untrans): New CCL.
15257         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
15258         at end of each branch.
15259         (ccl-mule-utf-8-encode-untrans): New CCL.
15260         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
15261         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
15262         length of encoding.  Don't return r0.
15263         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
15264         (utf-8-post-read-conversion): Narrow to region properly.
15265         If utf-translate-cjk-mode is on, load tables if necessary.
15266         Call utf-8-compose with hash-table arg if necessary.
15267         Call XXX-compose-region instead of XXX-post-read-conversion.
15268         (utf-8-pre-write-conversion): New function.
15269         (mule-utf-8): Include CJK charsets in safe-charsets if
15270         utf-translate-cjk-mode is on.  Add pre-write-conversion.
15272         * international/characters.el: Temporarily set
15273         utf-translate-cjk-mode to nil.
15275         * language/devan-util.el (devanagari-compose-region):
15276         Add autoload cookie.
15278         * international/ccl.el (ccl-dump-call): Fix printing the
15279         subroutine name.
15281 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
15283         * dired.el (dired-revert): If buffer is marked unmodified before
15284         reverting, keep it marked unmodified.
15285         Adapt to new conventions for commenting out code.
15286         (dired-make-relative): Adapt to new conventions for commenting out code.
15288 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
15290         * eshell/esh-module.el (eshell-load-defgroups):
15291         Bind `vc-handled-backends' to nil when opening files.
15293 2004-06-11  Juanma Barranquero  <lektu@terra.es>
15295         * files.el (parse-colon-path, cd): Doc fixes (refer to
15296         `path-separator', not colon).
15298 2004-06-10  Juanma Barranquero  <lektu@terra.es>
15300         * newcomment.el (comment-search-forward)
15301         (comment-search-backward): Fix typos in docstring.
15302         (comment-region): Doc fix.
15304 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
15306         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
15307         switch is no longer stored in `dired-switches-alist'.
15309         * dired-aux.el (dired-insert-subdir): Do not store R switch in
15310         `dired-switches-alist'.
15312 2004-06-10  Kim F. Storm  <storm@cua.dk>
15314         * pcvs.el (cvs-mode-diff-yesterday): New command.
15316         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
15318 2004-06-10  Juri Linkov  <juri@jurta.org>
15320         * emacs-lisp/edebug.el (edebug-eval-defun):
15321         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
15322         Fix docstring.
15324         * simple.el (eval-expression-print-format): Don't print additional
15325         information on the first call to `eval-print-last-sexp'.
15326         (next-error-find-buffer): Fix punctuation.
15327         (killing) <defgroup>: Fix punctuation.
15328         (yank-excluded-properties): Change group from editing to killing.
15330         * replace.el (perform-replace): Use `limit' to terminate the
15331         while-loop explicitly.
15333 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15335         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
15336         Use lc-*.xpm as prefix instead of *-locol.xpm.
15338         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
15339         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
15340         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
15341         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
15342         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
15343         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
15344         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
15345         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
15346         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
15347         * toolbar/lc-up_arrow.xpm:
15348         Rename from *-locol.xpm.
15350 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
15352         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
15353         include forms like &<str>; as valid url patterns.
15355 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
15357         * dired.el (dired-diff, dired-backup-diff)
15358         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
15359         (dired-do-chown, dired-do-touch, dired-do-print)
15360         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
15361         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
15362         (dired-create-directory, dired-do-copy, dired-do-symlink)
15363         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
15364         (dired-do-copy-regexp, dired-do-hardlink-regexp)
15365         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
15366         (dired-maybe-insert-subdir, dired-next-subdir)
15367         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
15368         (dired-kill-subdir, dired-tree-up, dired-tree-down)
15369         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
15370         (dired-run-shell-command, dired-query): Remove redundant,
15371         or incorrect, autoloads.
15373         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
15374         does not end in a slash.  Add optional argument KILL-ROOT.
15375         Update docstring.
15376         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
15377         (dired-query): Add autoloads.
15379 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
15381         * progmodes/compile.el (compilation-set-window-height):
15382         Rearrange the save-* functions because a buffer can have several current
15383         point in different windows.
15384         (compilation-error-regexp-alist-alist): Recognize {standard input}
15385         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
15387 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15389         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
15390         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
15391         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
15392         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
15393         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
15394         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
15395         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
15396         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
15397         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
15398         * toolbar/up_arrow-locol.xpm:
15399         New versions of icons that uses fewer colors.
15401         * toolbar/tool-bar.el (tool-bar-local-item)
15402         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
15403         if display-color-cells is 256 or less.
15405 2004-06-08  Kim F. Storm  <storm@cua.dk>
15407         * wid-edit.el (widget-specify-button): Use hand pointer rather
15408         than mouse-face as visible mouse-over effect.
15410 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
15412         * saveplace.el (save-place-alist-to-file): Bind `print-length'
15413         and `print-level' to nil when writing out `save-place-alist'.
15414         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
15416 2004-06-07  Juanma Barranquero  <lektu@terra.es>
15418         * completion.el (completion-kill-region): Doc fix.
15420         * format.el (format-insert-annotations)
15421         (format-annotate-location): Doc fixes.
15422         (format-subtract-regions): Make arguments match their use in docstring.
15424         * simple.el (kill-region): Doc fix.
15426         * subr.el (insert-buffer-substring-no-properties)
15427         (insert-buffer-substring-as-yank): Doc fixes.
15429 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
15431         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15432         Update docstring.
15433         (dired-reset-subdir-switches): New function.
15435         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
15436         Limit scope of `buffer-read-only' binding.
15438 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
15440         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
15441         eshell-explicit-command-char.
15443 2004-06-06  Juanma Barranquero  <lektu@terra.es>
15445         * help-fns.el (help-argument-name): Inherit from italic face only
15446         if the frame supports it.
15448 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15450         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
15451         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
15452         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
15453         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
15454         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
15455         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
15456         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
15457         New conversions from xpm files.
15459         * toolbar/README: New file.
15461 2004-06-06  Richard M. Stallman  <rms@gnu.org>
15463         * isearch.el (isearch-mode-map): Undo previous change.
15465 2004-06-05  Juri Linkov  <juri@jurta.org>
15467         * bindings.el (debug-ignored-errors): Add regexps for history
15468         related messages.  Remove $ from "No further undo information".
15469         Move Ediff's messages to ediff.el.
15471         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
15473         * cus-edit.el (custom-display): Add `min-colors'.
15475         * custom.el (defface): Add `supports' to docstring.
15477         * help-fns.el (help-argument-name): Add :group 'help.
15479 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
15481         * find-dired.el (find-ls-subdir-switches): New user option.
15482         (find-dired): No longer call `abbreviate-file-name' on DIR.
15483         Set `dired-subdir-switches' buffer-locally.
15485         * locate.el: Merge the two `Commentary' sections.
15486         (locate-ls-subdir-switches): New user option.
15487         (locate): Update for other changes.
15488         (locate-mode-map): Restore Dired binding for mouse-2.
15489         Bind `locate-mouse-view-file' to M-mouse-2.
15490         Bind `l' to `locate-do-redisplay'.
15491         (locate-main-listing-line-p, locate-do-redisplay): New functions.
15492         (locate-mouse-view-file, locate-tags, locate-find-directory):
15493         Print message if used outside main listing.
15494         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
15495         Various changes to support inserted subdirectories.
15496         (locate-insert-header): Change header of *Locate* buffer.
15498         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15499         Change interactive default switches.
15500         (dired-rename-subdir-2): Update `dired-switches-alist'.
15501         (dired-insert-subdir, dired-kill-subdir):
15502         Handle `dired-switches-alist'.  Do not mark buffer modified.
15503         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
15504         (dired-insert-subdir-doinsert): Omit messages.
15505         Handle `dired-subdir-switches'.
15506         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
15508         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
15509         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
15510         subdirs if -R switch is used for a subdir.
15511         (dired-mode): Set `dired-switches-alist'.
15512         (dired-build-subdir-alist): Only print number of directories in
15513         echo area when invoked interactively.
15515 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
15517         * dired-x.el (dired-omit-mode): Rename from
15518         dired-omit-files-p.  Use define-minor-mode to define it.
15519         (dired-omit-files-p): Add as alias for dired-omit-mode.
15520         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
15521         dired-mark-omitted.
15522         (dired-mark-omitted): Add.  Bind to M-O.
15524 2004-06-05  Kenichi Handa  <handa@m17n.org>
15526         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
15528 2004-06-05  Juanma Barranquero  <lektu@terra.es>
15530         * help-fns.el (help-argument-name): Reintroduce face.
15531         (help-default-arg-highlight): Use it, now that
15532         `face-differs-from-default-p' can be trusted.
15534 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
15536         * textmodes/table.el: Sentence commands added to Point Motion
15537         group; kill and backward-kill commands added to Extraction group.
15539 2004-06-04  Mario Lang  <mlang@delysid.org>
15541         * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
15542         systems appear to use mW, make the code handle this.  Fix a
15543         division-by-zero bug while at it, and handle kernels with
15544         a slightly different layout in /proc/acpi.
15546 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
15548         * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
15549         because the latter is a CL-ism.  This fixes the bug reported by
15550         Shawn Boyette <mdxi@collapsar.net> in
15551         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
15553 2004-06-04  Miles Bader  <miles@gnu.org>
15555         * faces.el (display-supports-face-attributes-p): Function moved to
15556         C code.  Previously only the tty-related portion of this function
15557         was done in C; however the previous attempt to do a halfway-proper
15558         job for non-tty displays in lisp didn't work properly because of
15559         funny conditions during Emacs startup.
15560         (face-differs-from-default-p): Simplify, now that
15561         display-supports-face-attributes-p works properly on all display
15562         types.  Remove :stipple from comparison; it doesn't really work
15563         in emacs anyway.
15565 2004-06-04  Miles Bader  <miles@gnu.org>
15567         * faces.el (face-differs-from-default-p): Use a different
15568         implementation, so we can really check whether FACE displays
15569         differently or not.
15571 2004-06-04  Miles Bader  <miles@gnu.org>
15573         * faces.el (display-supports-face-attributes-p): Implement a
15574         `different from default' check for non-tty displays.
15576 2004-06-03  David Kastrup  <dak@gnu.org>
15578         * woman.el (woman-mapcan): More concise code.
15579         (woman-topic-all-completions, woman-topic-all-completions-1)
15580         (woman-topic-all-completions-merge): Replace by a simpler and
15581         much faster implementation based on O(n log n) sort/merge instead
15582         of the old O(n^2) behavior.
15584 2004-06-03  Miles Bader  <miles@gnu.org>
15586         * subr.el (read-number): Use canonical format for default in prompt.
15588         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
15589         Add regexp for " [...]" style defaults.
15591 2004-06-02  Romain Francoise  <romain@orebokech.com>
15593         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
15594         groups: if the user asks for a hidden buffer, open the
15595         corresponding filter group to expose it.
15597         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
15598         `ibuffer-jump-to-buffer'.
15599         (ibuffer-jump-offer-only-visible-buffers): New user option.
15601 2004-06-02  Juanma Barranquero  <lektu@terra.es>
15603         * faces.el (frame-update-faces): Add empty docstring so the one
15604         for `ignore' doesn't show through.
15606         * subr.el (process-kill-without-query): Remove spurious "\n" on
15607         obsolescence string.
15608         (focus-frame, unfocus-frame): Add obsolescence declaration and
15609         empty docstring.
15611         * international/mule.el (register-char-codings): Make alias for
15612         `ignore'.  Move docstring to obsolescence info and remove redundancy.
15614 2004-06-02  Kim F. Storm  <storm@cua.dk>
15616         * frame.el (blink-cursor-start): Turn cursor off initially so blink
15617         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
15619 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15621         * comint.el (comint-replace-by-expanded-history-before-point):
15622         Obey `start' as the docstring says.
15623         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
15624         (comint-update-fence): Prevent font-lock from running unnecessarily.
15625         (comint-dynamic-list-completions): Use with-current-buffer.
15627 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15629         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
15630         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
15631         (bibtex-entry-update): Handle alternatives and optional fields.
15632         (bibtex-parse-entry): Bugfix, handle empty key.
15634 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15636         * vc-arch.el (vc-arch-state): Don't assume the file exists.
15638 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
15640         * desktop.el (desktop-save): Don't save minor modes without a
15641         known mode initialization function.
15643 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
15645         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
15647         * autorevert.el: Update `Commentary' section.
15649 2004-05-30  Juanma Barranquero  <lektu@terra.es>
15651         * dos-fns.el (convert-standard-filename):
15652         * files.el (convert-standard-filename):
15653         * w32-fns.el (convert-standard-filename):
15654         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
15656 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
15658         Sync with Tramp.
15660         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
15661         (tramp-let-maybe): Move to an earlier spot in the file.
15662         Patch by Andreas Schwab.
15664 2004-05-30  Andreas Schwab  <schwab@suse.de>
15666         * dired.el (dired-get-filename): Don't use dired-re-dot.
15668 2004-05-30  Richard M. Stallman  <rms@gnu.org>
15670         * files.el (find-file): Doc fix.
15672         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
15674 2004-05-30  Nick Roberts  <nickrob@gnu.org>
15676         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
15677         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
15678         modeline of the locals buffer.
15679         (gdb-goto-breakpoint): Handle gdbmi.
15680         (gdb-get-frame-number): Change for gdbmi.
15682 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
15684         * files.el (file-remote-p): Apply file name handler for operation
15685         `file-remote-p'.  It isn't a property any longer.
15686         (file-relative-name): `fh' and `fd' get the required value via
15687         `find-file-name-handler' already.
15689         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
15690         (top): Remove setting of `file-remote-p' property for
15691         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
15693 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
15695         Version 2.0.41 of Tramp released.
15697         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
15698         Throw away if process has died.
15699         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
15700         (tramp-out-of-band-prompt-regexp): Rename to
15701         `tramp-process-alive-regexp', because its usage is widen.
15702         (tramp-actions-copy-out-of-band): Apply it.
15703         (tramp-actions-before-shell, tramp-multi-actions):
15704         Add `tramp-action-process-alive' action.
15705         (tramp-action-process-alive): New defun.
15706         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
15707         Add entry for `file-remote-p'.
15708         (tramp-handle-file-remote-p): New defun.
15709         (top): Remove setting of `file-remote-p'.  Don't set
15710         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
15712         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
15713         `file-remote-p'.
15715         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
15716         counted for (last) line.  [They should or they shouldn't?  --Stef]
15717         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
15719 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
15721         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
15722         not really necessary but seems to keep the shell history smaller
15723         in some cases.  It is no substitute for setting HISTFILE and
15724         HISTSIZE from tramp-open-connection-setup-interactive-shell,
15725         though.  Suggested by Luc Teirlinck.
15726         (tramp-open-connection-setup-interactive-shell): Export variables
15727         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
15728         (tramp-set-process-query-on-exit-flag): New compat function.
15729         (tramp-open-connection-multi, tramp-open-connection-su)
15730         (tramp-open-connection-rsh, tramp-open-connection-telnet)
15731         (tramp-do-copy-or-rename-file-out-of-band): Use it.
15732         (tramp-let-maybe): New macro, let-binds a variable only if it
15733         isn't obsolete.
15734         (tramp-check-ls-commands, tramp-handle-expand-file-name)
15735         (tramp-handle-file-truename): Use it.
15736         (tramp-completion-file-name-regexp-unified): Avoid matching
15737         filenames starting with "/:" -- those are reserved for
15738         file-name-non-special.
15740         * tramp-smb.el (tramp-smb-open-connection):
15741         Use tramp-set-process-query-on-exit-flag compat function.
15743 2004-05-29  Richard M. Stallman  <rms@gnu.org>
15745         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
15747         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
15748         (eval-last-sexp-print-value): Print char equivalent regardless
15749         of standard-output value.
15751         * thumbs.el (thumbs-subst-char-in-string): Delete.
15752         (thumbs-thumbname): Use subst-char-in-string.
15753         (thumbs-resize-image): Use condition-case, not ignore-errors.
15754         (thumbs-kill-buffer): Likewise.
15756         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
15757         (thumbs-mode): Make buffer read-only.
15758         (thumbs-make-thumb): Unconditionally accept an existing file.
15759         (thumbs-insert-thumb): Add thumb-image-file property to the image.
15760         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
15761         (thumbs-show-thumbs-list): Error if images not supported.
15762         (thumbs-save-current-image): Improve prompt string.
15763         (thumbs-mode-map): Define u, R, x.
15764         (thumbs-unmark): New command.
15765         (thumbs-emboss-image): Minor cleanup.
15766         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
15767         (thumbs-rename-images): New command.
15768         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
15770         * thumbs.el (thumbs-current-image): New function.
15771         (thumbs-file-list, thumbs-file-alist): New functions.
15772         (thumbs-find-image): Delete arg L.
15773         Don't set up thumbs-fileL as buffer-local global var.
15774         (thumbs-find-image-at-point): Use thumbs-current-image.
15775         (thumbs-set-image-at-point-to-root-window): Likewise.
15776         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
15777         Record and warn about errors.  Update thumbs-markedL for deletions.
15778         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
15779         (thumbs-redraw-buffer): Use thumbs-file-list.
15780         (thumbs-mark): Use thumbs-current-image.
15781         (thumbs-show-name): Use thumbs-current-image.
15783         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
15784         and imenu--last-menubar-index-alist.
15786         * subr.el (with-selected-window): Undo previous change.
15788 2004-05-29  John Paul Wallington  <jpw@gnu.org>
15790         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
15791         (thumbs-mouse-find-image): New command.
15792         (thumbs-mode-map): Bind it to mouse-2.
15793         (thumbs-mode): Make mode-class special.
15794         (thumbs-view-image-mode): Likewise.
15796 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
15798         * flymake.el: New file.
15800 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
15802         * files.el (find-file-noselect-1): Do not bind
15803         `inhibit-read-only' to t during execution of
15804         `find-file-not-found-functions'.
15806 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15808         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
15809         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
15811 2004-05-28  Juri Linkov  <juri@jurta.org>
15813         * simple.el (eval-expression-print-format): New fun.
15815         * simple.el (eval-expression):
15816         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
15817         * emacs-lisp/edebug.el (edebug-compute-previous-result)
15818         (edebug-eval-expression): Print additionally the value returned by
15819         `eval-expression-print-format'.
15821         * emacs-lisp/lisp.el (insert-pair-alist): New var.
15822         (insert-pair): Make arguments optional.  Find character pair
15823         from `insert-pair-alist' according to the last input event.
15824         (insert-parentheses): Make arguments optional.
15825         (raise-sexp, delete-pair): New funs.
15827         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
15828         (emacs-lisp-mode-map, lisp-interaction-mode-map):
15829         Bind C-M-q to `indent-pp-sexp'.
15831         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
15832         `pp-to-string' modified to be able to format text with newlines.
15833         (pp-to-string): Move the buffer-formatting part of the code to
15834         `pp-buffer'.  Call `pp-buffer'.
15836         * info.el (Info-desktop-buffer-misc-data): Don't save information
15837         about virtual files.
15838         (Info-restore-desktop-buffer): Restore Info buffers in prepared
15839         buffers with names obtained from the desktop file instead of the
15840         default *info* buffer.
15842 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15844         * subr.el (with-selected-window): Only save/restore the selected window.
15846         * progmodes/compile.el (compilation-error-regexp-alist):
15847         Use expand-file-name and data-directory.
15849         * progmodes/grep.el (grep-tree): Rework previous fix.
15851         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
15852         after the user marked text with the mouse.
15854         * startup.el (command-line): Keep the first regexp of
15855         auto-save-file-name-transforms intact.
15857 2004-05-28  Juanma Barranquero  <lektu@terra.es>
15859         * cus-edit.el (customize-face, customize-face-other-window)
15860         (custom-face-edit-delete): Make arguments match their use in
15861         docstring.
15862         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
15863         docstring.
15865         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
15866         not `cvs-butlast'.
15868         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
15869         `nbutlast' are in subr.el).
15871         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
15872         (set-w32-system-coding-system): Doc fixes.
15874         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
15875         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
15876         Make arguments match their use in docstring.
15877         (artist-draw-region-trim-line-endings)
15878         (artist-mouse-choose-operation): Fix typo in docstring.
15879         (artist-key-set-point-common): Doc fix.
15881 2004-05-28  Simon Josefsson  <jas@extundo.com>
15883         * mail/smtpmail.el (smtpmail-open-stream):
15884         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
15886 2004-05-26  Simon Josefsson  <jas@extundo.com>
15888         * starttls.el: Merge with my GNUTLS based starttls.el.
15889         (starttls-gnutls-program, starttls-use-gnutls)
15890         (starttls-extra-arguments, starttls-process-connection-type)
15891         (starttls-connect, starttls-failure, starttls-success): New variables.
15892         (starttls-program, starttls-extra-args): Doc fix.
15893         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
15894         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
15895         and pass on to corresponding *-gnutls function if it is set.
15897 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
15899         * autorevert.el (auto-revert-handler): Disable auto-reverting of
15900         remote files.
15902 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
15904         * files.el (file-name-non-special): There are more operations
15905         which need handling: `find-backup-file-name',
15906         `insert-file-contents', `verify-visited-file-modtime',
15907         `write-region'.  Rename t value of method to `add'.  Add new
15908         methods `quote' and `unquote-then-quote' to file-arg-indices.
15910 2004-05-25  Juri Linkov  <juri@jurta.org>
15912         * info.el (Info-toc): Call Info-mode on intermediate buffer.
15913         (Info-index-nodes): Enclose code in condition-case to catch errors.
15914         (Info-index-node): Don't search all index nodes if request is only
15915         for the current node and file is not in the cache of index nodes.
15916         (Info-mode-map): Bind Info-copy-current-node-name to `w'
15917         for consistency with dired-copy-filename-as-kill.
15918         Bind `S' to Info-search-case-sensitively.
15919         (Info-copy-current-node-name): New arg.  With zero prefix arg put
15920         the name inside a function call to `info'.  Display copied text in
15921         the echo area.
15923 2004-05-25  Sam Steingold  <sds@gnu.org>
15925         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
15926         strip the package prefix from the symbol name, if any.
15927         Make it the `find-tag-default-function' for `lisp-mode'.
15929 2004-05-25  John Paul Wallington  <jpw@gnu.org>
15931         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
15932         instead of obsolete `process-kill-without-query'.
15934         * textmodes/texinfmt.el (texinfo-indexvar-alist):
15935         Declare as variable, not constant.
15937 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
15939         * files.el (find-file-noselect-1): Fix bug introduced by
15940         Revision 1.694.  As a side effect, `inhibit-read-only'
15941         is again, by default, t during execution of
15942         `find-file-not-found-functions'.
15943         (insert-directory): Check that lines were really inserted by
15944         the --dired switch, before erasing them.
15946 2004-05-24  Nick Roberts  <nickrob@gnu.org>
15948         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
15949         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
15950         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
15951         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
15952         gud-minor-mode (gdbmi).
15954 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
15956         * net/browse-url.el (browse-url-interactive-arg): Enable user to
15957         explicitly select the text to be taken as URL.
15959 2004-05-23  Juri Linkov  <juri@jurta.org>
15961         * info.el (Info-index-nodes): New var and fun.
15962         (Info-goto-index, Info-index, info-apropos)
15963         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
15964         (Info-index): Fix docstring.  Store and restore Info-history-list.
15965         (Info-complete-nodes): New var.
15966         (Info-complete-menu-item): Use it.
15967         (Info-index-node): New fun.
15968         (Info-final-node, Info-forward-node, Info-backward-node)
15969         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
15970         Use Info-index-node.
15971         (Info-extract-menu-item, Info-extract-menu-counting): Set second
15972         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
15973         (Info-find-node-2): If a node with period in its name not found,
15974         try to find a node without the name part after period.
15975         (Info-select-node): Call Info-fontify-node only if
15976         Info-fontify-maximum-menu-size is not nil.
15977         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
15978         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
15979         Preserve Info-history-list.
15980         (Info-toc): Set Info-current-file.
15981         (Info-build-toc): Move point to the beginning of the buffer.
15982         Add main-file variable.
15983         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
15984         Use backslashed representation of the control character ^_.
15986         * textmodes/texinfmt.el (texinfo-print-index): Print index line
15987         numbers in the new Texinfo 4.7 format.
15989         * add-log.el (change-log-font-lock-keywords): Remove `:' from
15990         regexps for function and variable names.
15992         * descr-text.el (describe-property-list): Add [show] button for
15993         `syntax-table' property with action to pp to a separate buffer.
15994         (describe-char): Replace search-forward by re-search-forward with
15995         whitespace regexp after "character:" to not fail in too narrow windows.
15997         * simple.el (next-error-find-buffer): Add a rule to return
15998         next-error capable buffer if one window on the selected frame
15999         displays such buffer.
16001 2004-05-23  Nick Roberts  <nickrob@gnu.org>
16003         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
16004         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
16005         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
16006         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
16007         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
16008         Handle new value for gud-minor-mode (gdbmi).
16009         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
16010         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
16011         Change from local to global gdb variable set.
16012         (gdb-ann3): Initialize above gdb variable set.
16013         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
16014         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
16015         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
16016         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
16017         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
16018         (gdb-info-locals-handler, gdb-invalidate-assembler)
16019         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
16020         set as global variables.
16021         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
16022         Handle gdbmi.
16023         (gdb-info-breakpoints-custom): Fix regexp.
16024         (def-gdb-var): Delete.
16026         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
16027         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
16028         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
16029         a new mode.  The file (gdb-mi.el) for this mode will be included
16030         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
16031         primary interface.
16033 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
16035         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
16036         interpreted as a directory.
16038 2004-05-22  Richard M. Stallman  <rms@gnu.org>
16040         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
16041         as a close quote.
16043         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
16045         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
16046         Use assoc-string, not assoc-ignore-case.
16048         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
16050         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
16051         If moving back then fwd gets a defun that ends before point,
16052         try again moving fwd then back.
16054         * files.el (file-name-non-special): Allow t in file-arg-indices
16055         to mean requote the return value.  Use `identity' as an element
16056         rather than as the whole value.
16058         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
16060 2004-05-22  Juanma Barranquero  <lektu@terra.es>
16062         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
16063         `help-make-usage'.
16064         (help-highlight-arguments): Skip function name before searching
16065         for arguments.
16067 2004-05-21  Juanma Barranquero  <lektu@terra.es>
16069         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
16070         Don't mention in the docstring these arguments meant for
16071         internal (recursive) use only.
16072         (allout-char-spec): Comment out (it's not implemented).
16073         (allout-old-expose-topic, allout-exposure): Fix docstring and add
16074         obsolescence declaration.
16075         (allout-flatten-exposed-to-buffer)
16076         (allout-indented-exposed-to-buffer): Fix typos in docstring.
16077         (my-mark-marker): Doc fix.
16078         (produce-allout-mode-map, allout-sibling-index)
16079         (allout-isearch-expose, allout-distinctive-bullet)
16080         (allout-open-topic, allout-reindent-body)
16081         (allout-rebullet-heading, allout-process-exposed)
16082         (allout-insert-listified, allout-latex-verb-quote)
16083         (allout-insert-latex-header, allout-insert-latex-trailer):
16084         Make arguments match their use in docstring.
16085         (allout-primary-bullet, allout-old-style-prefixes)
16086         (allout-inhibit-protection, allout-init, allout-mode)
16087         (allout-before-change-protect, allout-flag-region):
16088         Use "Emacs" instead of "emacs" in docstrings.
16090 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
16092         * international/characters.el: Modify syntax of more characters.
16094 2004-05-21  Masatake YAMATO  <jet@gyve.org>
16096         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
16097         (etags-tags-completion-table): Show parsing progress.
16099 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
16101         * locate.el (locate-prompt-for-command): Shorten first line of
16102         docstring.
16103         (locate-mode): Expand docstring and include keymap summary.
16105         * files.el (find-file-noselect-1): Limit the scope of the
16106         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
16107         is, by default, nil during the execution of
16108         `find-file-not-found-functions' and `find-file-hook'.
16110 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
16112         * facemenu.el (facemenu-color-name-equal): New function.
16113         (list-colors-display): Use it to compare colors instead of
16114         facemenu-color-equal.
16116 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
16118         * compare-w.el (compare-windows-face): Use min-colors instead of
16119         checking for tty or pc types.
16121 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16123         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
16124         (completion-setup-function): Use with-current-buffer.
16125         Properly save excursion.  Simplify.
16126         Don't assume there is necessarily a `mouse-face' property somewhere.
16128         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
16130         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
16132         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
16133         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
16134         Use with-current-buffer.
16135         (byte-goto-log-buffer): Delete.
16136         (byte-compile-log-file): Call compilation-forget-errors.
16138 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
16140         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
16141         output messages into the search result.
16143 2004-05-19  Masatake YAMATO  <jet@gyve.org>
16145         * wid-edit.el (widget-radio-button-notify): Revert my last
16146         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16148 2004-05-19  Kenichi Handa  <handa@m17n.org>
16150         * international/characters.el: Fix syntax (open/close) of CJK chars.
16152 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
16154         * help-mode.el (help-go-back): Don't depend on position of back button.
16156 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16158         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
16159         files files don't contain an accidental additional /.
16161         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
16162         in source buffer.
16164 2004-05-18  Masatake YAMATO  <jet@gyve.org>
16166         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
16167         to widget-apply.  :action method assumes 2 arguments, not 3.
16169 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
16171         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16172         New constants.
16173         (hs-special-modes-alist): Add an f90-mode entry.
16175 2004-05-17  Sam Steingold  <sds@gnu.org>
16177         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
16178         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
16180 2004-05-16  Kim F. Storm  <storm@cua.dk>
16182         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
16184 2004-05-15  John Wiegley  <johnw@newartisans.com>
16186         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
16187         (eshell-output-object-to-target): Improve output speed 20% by not
16188         calling `eshell-stringify' if something is already known to be a string.
16190 2004-05-15  Alex Ott  <ott@jet.msk.su>
16192         * textmodes/ispell.el (ispell-local-dictionary-alist):
16193         Add windows-1251 to the choice of coding systems.
16194         (ispell-dictionary-alist-6): Add support for "russianw.aff",
16195         encoded in cp1251.
16197 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
16199         * progmodes/compile.el (compilation-warning-face)
16200         (compilation-info-face): Use min-colors.
16202 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16204         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
16205         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
16206         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
16207         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
16208         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
16209         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
16210         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
16211         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
16212         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
16213         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
16214         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
16215         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
16216         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
16217         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
16219 2004-05-15  Kim F. Storm  <storm@cua.dk>
16221         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
16222         Use it to set triggered-p element of timer.
16223         (timer-event-handler): Set triggered-p element non-nil while running
16224         the timer function.
16226 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16228         * descr-text.el (describe-char-unicode-data)
16229         (describe-char-unicodedata-file): Re-enable the unicode code now that
16230         the licensing issues have been cleared in the unicode-4 license.
16231         (describe-text-properties-1): Remove unused `overlay' var.
16232         (describe-char): Remove unused var `buffer'.
16234 2004-05-14  David Ponce  <david@dponce.com>
16236         * tree-widget.el: New file.
16238 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
16240         * language/european.el ("Brazilian Portuguese"): Add support for
16241         Brazilian Portuguese.
16243 2004-05-13  John Wiegley  <johnw@newartisans.com>
16245         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
16246         `recentf-mode' if this variable has been customized to t.
16248         * eshell/esh-test.el (eshell-test): Call the function
16249         `emacs-version' rather than trying to build a custom version string.
16251 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16253         * net/telnet.el (telnet-mode): Use define-derived-mode.
16254         Don't modify the global value of comint-prompt-regexp.
16256 2004-05-13  John Paul Wallington  <jpw@gnu.org>
16258         * version.el (emacs-version): Check for `gtk' feature before
16259         `x-toolkit' feature.
16261 2004-05-13  Juanma Barranquero  <lektu@terra.es>
16263         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
16264         arguments in the docstring, they're used only in recursive calls.
16266         * help-fns.el (help-arg-highlighting-function)
16267         (help-argument-name): Delete.
16268         (help-default-arg-highlight): New function.
16269         (help-do-arg-highlighting): Use it.
16271 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
16273         * calendar/appt.el (appt-disp-window):
16274         Use `calendar-set-mode-line' for a centered mode-line.
16276 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
16278         * calendar/appt.el (appt-disp-window): Do not split window
16279         excessively when `split-height-threshold' is low.
16281 2004-05-12  Nick Roberts  <nickrob@gnu.org>
16283         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
16284         kill-buffer-hook here and make it local.
16285         (gud-kill-buffer-hook): Use kill-process for a sure kill.
16287 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
16289         * progmodes/compile.el (compilation-set-window-height):
16290         Use save-excursion to protect against misplaced marker.
16292 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16294         * custom.el (defface): Document that type can have value gtk.
16296         * faces.el (face-spec-set-match-display): Handle type gtk in display.
16298 2004-05-12  Kenichi Handa  <handa@m17n.org>
16300         * descr-text.el: Require quail at compile time.
16301         (describe-char): If an input method is on and it supports the
16302         character, show how to input it.
16304         * international/quail.el (quail-install-decode-map): Accept a
16305         char-table whose subtype is `quail-decode-map'.
16306         (quail-store-decode-map-key, quail-gen-decode-map1)
16307         (quail-gen-decode-map, quail-find-key1, quail-find-key)
16308         (quail-show-key): New functions.
16310 2004-05-12  Juanma Barranquero  <lektu@terra.es>
16312         * generic.el (define-generic-mode): Remove redundant arglist info.
16314         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
16315         Make arguments match their use in docstring.
16316         (help-arg-highlighting-function): New variable.
16317         (help-argument-name): Mention it in the docstring.
16318         (help-do-arg-highlight): Use it.  Expand regexp to accept also
16319         ARG-xxx and xxx-ARG references.
16321 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
16323         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
16324         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
16325         and "mailto:addr1?to=addr2" equal.
16327 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
16329         * man.el (Man-getpage-in-background): Use shell-file-name
16330         and shell-command-switch variables instead of hard-coded values.
16332 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
16334         * iimage.el: New file.
16336 2004-05-11  Juanma Barranquero  <lektu@terra.es>
16338         * custom.el (custom-initialize-default, defcustom):
16339         Fix typo in docstring.
16341         * files.el (set-visited-file-name, file-expand-wildcards):
16342         Fix docstring.
16344 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16346         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
16348         * subr.el (eventp): Be more discriminating with integers.
16350 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
16352         * progmodes/compile.el (compile): Add universal prefix arg.
16353         (compilation-error-regexp-alist-alist): Add edg patterns.
16355 2004-05-10  Sam Steingold  <sds@gnu.org>
16357         * textmodes/ispell.el (ispell-message):
16358         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
16360 2004-05-10  Dave Love  <fx@gnu.org>
16362         * progmodes/python.el (help-buffer): Autoload when compiling.
16363         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
16364         (run-python): Prepend to any existing PYTHONPATH.
16366 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
16368         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
16369         for pending breakpoints.
16371 2004-05-10  Richard M. Stallman  <rms@gnu.org>
16373         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
16374         directly without calling any functions in Rmail.
16375         (unrmail-unprune): Function deleted.
16377 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16379         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
16380         C-c C-z binding.
16382 2004-05-10  Kenichi Handa  <handa@m17n.org>
16384         * descr-text.el (describe-char): Fix previous change.  Don't make
16385         a unibyte character to multibyte in the *Help* buffer.
16387 2004-05-10  Miles Bader  <miles@gnu.org>
16389         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
16390         buffer an error if the debugger process is actually running.
16392 2004-05-10  Juanma Barranquero  <lektu@terra.es>
16394         * help-fns.el (help-argument-name): Default to italic.
16395         (help-highlight-arguments): Return always (usage . doc), even when
16396         usage is nil.
16398         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
16399         (define-ibuffer-filter): Add usage info.
16400         (define-ibuffer-op): Add usage info (but CL-style defaults for
16401         keyword args are not shown).
16403         * subr.el (remove-overlays, read-passwd): Fix docstring.
16404         (start-process-shell-command): Fix docstring.  Put usage info in a
16405         format usable by `describe-function'.
16406         (open-network-stream, open-network-stream-nowait)
16407         (open-network-stream-server): Fix docstring.
16409 2004-05-09  Jason Rumney  <jasonr@gnu.org>
16411         * international/code-pages (cp932, cp936, cp949, c950): Remove.
16412         Only define cp125* if windows-125* is already defined.
16414         * language/korean.el (cp949): Add alias.
16416         * language/chinese.el (cp936, cp950): Add aliases.
16418         * language/japanese.el (cp932): Add alias.
16420         * term/w32-win.el: Require code-pages.
16422         * international/mule-cmds.el (set-locale-environment):
16423         On MS-Windows use ansi code-page for default coding-systems.
16424         Set up paper sizes for Windows 3 letter languages.
16426         * international/code-pages.el (cp932, cp936, cp949, cp950):
16427         Add aliases.  Also add cp125* if not already defined.
16429 2004-05-09  Juanma Barranquero  <lektu@terra.es>
16431         * help-fns.el (help-highlight-arguments): Don't try to highlight
16432         missing or autoloaded arglists.  Accept structured arguments, like
16433         the first ones of `do' and `flet'.
16435         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
16436         (cvs-get-marked): Remove redundant arglist info.
16438         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
16439         Don't use CL-style default args.
16441 2004-05-08  Andreas Schwab  <schwab@suse.de>
16443         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
16445         * international/subst-ksc.el: Fix references to utf-translate-cjk
16446         into utf-translate-cjk-mode.
16447         * international/subst-big5.el: Likewise.
16448         * international/subst-gb2312.el: Likewise.
16449         * international/subst-jis.el: Likewise.
16450         * international/utf-16.el: Likewise.
16451         * international/utf-8.el: Likewise.
16453 2004-05-08  John Wiegley  <johnw@newartisans.com>
16455         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
16456         "virtual buffers" (off by default), which makes it possible to
16457         switch to the "virtual" buffers of recently visited files.  When a
16458         buffer name search fails, and this option is on, iswitchb will
16459         look at the list of recently visited files, and permit matching
16460         against those names.  When the user hits RET on a match, it will
16461         revisit that file.
16462         (iswitchb-read-buffer): Add two optional arguments, which makes
16463         isearchb.el possible.
16464         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
16465         (iswitchb-next-match): Add support for virtual buffers.
16467         * isearchb.el: This module extends iswitchb to provide "as you
16468         type" buffer selection.
16470         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
16471         Ignore the read-only property when flyspell highlighting is on.
16472         Not ignoring it leads to a series of confusing errors.
16473         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
16474         but also make sure to call flyspell-incorrect-hook.
16475         (flyspell-maybe-correct-transposition): Perform transposition test
16476         by bit twiddling a string, rather than using a temp buffer.
16477         (flyspell-maybe-correct-doubling): Use a string rather than a temp
16478         buffer.  This is also the original version of the code, which
16479         could not be checked in before due to a previous lack of
16480         assignment papers.  This version has seen heavy usage on my system
16481         for several years now.
16483         * calendar/cal-bahai.el: New file, which adds support for the
16484         Baha'i calendar to Emacs.  This calendar is based on a solar year
16485         of 19 months of 19 days, with 4 intercalary days.  Each year
16486         begins on March 21, with the calendar starting in 1844.
16488         * calendar/cal-menu.el, calendar/calendar.el
16489         * calendar/diary-lib.el, calendar/holidays.el:
16490         Added support for using cal-bahai.el.
16492         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
16493         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
16494         function can be used outside of eshell buffers.
16495         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
16497 2004-05-08  Juanma Barranquero  <lektu@terra.es>
16499         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
16500         word constituent so FOO-ARG is not recognized as an arg.
16501         (help-highlight-arguments): Don't skip lists in mandatory arguments.
16503         * simple.el (next-error): Fix typo in docstring.
16504         (open-line): Make argument names match their use in docstring.
16505         (split-line): Fix docstring.
16507         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
16508         usable by `describe-function'.
16509         (gensym, gentemp, typep, ignore-errors): Make argument names match
16510         their use in docstring.
16512         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
16513         argument to `help-setup-xref'.
16515 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
16517         Version 2.0.40 of Tramp released.
16519         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
16520         Use symbol-function to invoke functions only known on some Emacs
16521         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
16522         Scaldeferri <kevin@scaldeferri.com>.
16523         (tramp-do-copy-or-rename-file-via-buffer): Rename from
16524         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
16525         consistent with the other tramp-do-* functions.
16526         (tramp-do-copy-or-rename-file): Calls adjusted.
16527         (tramp-process-initial-commands): Avoid liveness check on shell --
16528         we know that it must be alive since we're opening a connection at
16529         this moment.
16530         (tramp-last-cmd): New internal variable.
16531         (tramp-process-echoes): New tunable.
16532         (tramp-send-command): Set tramp-last-cmd.
16533         (tramp-wait-for-output): Delete echo, if applicable.
16534         (tramp-read-passwd): Construct the key for the password cache in a
16535         way that works for multi methods, too.
16536         (tramp-bug): Add backup-directory-alist and
16537         bkup-backup-directory-info to bug reports, with Tramp counterparts.
16539 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
16541         * net/tramp*.el: Suppress byte-compiler warnings where possible.
16543         * net/tramp.el (tramp-out-of-band-prompt-regexp)
16544         (tramp-actions-copy-out-of-band): New defcustoms.
16545         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
16546         used instead of a synchronous one.  Allows password entering.
16547         (tramp-action-out-of-band): New defun.
16548         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
16549         Remove restriction with password from doc string.
16550         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
16551         `tramp-out-of-band-prompt-regexp',
16552         `tramp-actions-copy-out-of-band', `password-cache' and
16553         `password-cache-expiry'.
16554         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
16555         password caching.
16556         (tramp-touch): FILE can be a local file, too.
16557         (TODO): Remove items done.
16558         (tramp-handle-insert-directory): Properly quote file name also if
16559         not full-directory-p.  Handle wildcard case.  Reported by Andreas
16560         Schwab <schwab@suse.de>.
16561         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
16562         new file.
16563         (tramp-handle-file-local-copy, tramp-handle-write-region):
16564         The permissions of the temporary file are set if filename exists.
16565         Reported by Ted Stern <stern@cray.com>.
16566         (tramp-backup-directory-alist)
16567         (tramp-bkup-backup-directory-info): New defcustoms.
16568         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
16569         (tramp-handle-find-backup-file-name): New function.
16570         Implements Tramp's find-backup-file-name.
16572         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
16573         for `find-backup-file-name'.
16575         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
16576         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
16578 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
16580         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
16582 2004-05-07  Juanma Barranquero  <lektu@terra.es>
16584         * subr.el (lambda): Add arglist description to docstring.
16585         (declare): Fix typo in docstring.
16586         (open-network-stream): Fix docstring.
16587         (process-kill-without-query): Fix docstring and add obsolescence info.
16588         (last, butlast, nbutlast): Make arguments match their use in docstring.
16589         (insert-buffer-substring-no-properties): Likewise.
16590         (insert-buffer-substring-as-yank): Likewise.
16591         (split-string): Fix docstring.
16593         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16594         Make argument names match their use in docstring.
16596         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
16598 2004-05-06  Nick Roberts  <nickrob@gnu.org>
16600         * progmodes/gdb-ui.el: Improve/extend documentation strings.
16601         Fit first sentence on one line for apropos-command.
16603 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16605         Changes largely merged in from Dave Love's code.
16606         * progmodes/python.el: Doc fixes.
16607         (python-mode-map): Add python-complete-symbol.
16608         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
16609         (python-comment-indent, python-complete-symbol)
16610         (python-symbol-completions, python-partial-symbol)
16611         (python-try-complete): New.
16612         (python-indent-line): Remove optional arg.  Use python-block-end-p.
16613         (python-check): Bind compilation-error-regexp-alist.
16614         (inferior-python-mode): Use rx.  Move keybindings to top level.
16615         Set comint-input-filter.
16616         (python-preoutput-filter): Use rx.
16617         (python-input-filter): Re-introduce.
16618         (python-proc): Start new process if necessary.
16619         Check python-buffer non-nil.
16620         (view-return-to-alist): Defvar.
16621         (python-send-receive): New.
16622         (python-eldoc-function): Use it.
16623         (python-mode-running): Don't defvar.
16624         (python-mode): Set comment-indent-function.
16625         Maybe update hippie-expand-try-functions-list.
16626         (python-indentation-levels): Initialize differently.
16627         (python-block-end-p): New.
16628         (python-indent-line): Use it.
16629         (python-compilation-regexp-alist): Augment.
16630         (run-python): Import `emacs' module to Python rather than loading
16631         code directly.  Set python-buffer differently.
16632         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
16633         Use python-proc.
16634         (python-send-command): Go to end of comint buffer.
16635         (python-load-file): Use python-proc, emacs.eimport.
16636         (python-describe-symbol): Simplify interactive form.
16637         Use emacs.help.  Do use temp-buffer-show-hook.
16638         Call print-help-return-message.
16639         (hippie-exp): Require when compiling.
16640         (python-preoutput-continuation): Use rx.
16642         * diff-mode.el (diff-make-unified): Fix regexp.
16644 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
16646         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
16647         filter groups from the buffer when rebuilding the Ibuffer buffer
16648         and `ibuffer-show-empty-filter-groups' is nil.
16650 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16652         * ps-print.el (ps-print-quote): Call ps-value-string.
16653         (ps-setup): Call ps-comment-string.
16654         (ps-value-string, ps-comment-string): New funs.
16656 2004-05-06  Juanma Barranquero  <lektu@terra.es>
16658         * ehelp.el (electric-help-command-loop): Check whether the last
16659         character is visible, not (point-max).
16661         * help-fns.el (help-argument-name): Default to bold; don't inherit
16662         from font-lock-variable-name-face.
16663         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
16665 2004-05-05  Kenichi Handa  <handa@m17n.org>
16667         * descr-text.el (describe-char): Copy the character with text
16668         properties and overlays into the first line, and call
16669         describe-text-properties on it.
16671 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
16673         * iswitchb.el (iswitchb-global-map): Fix typo.
16674         Remove unwanted ###autoloads from source file.
16676 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
16678         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
16679         in run-hooks.  Use substitute-command-keys in message.
16680         (wdired-abort-changes): Add message.
16682 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
16684         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
16685         (sql-emacs20-p): Remove.
16686         (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
16687         (sql-builtin-face, sql-doc-face): Remove.
16688         (sql-mode-ansi-font-lock-keywords)
16689         (sql-mode-oracle-font-lock-keywords)
16690         (sql-mode-postgres-font-lock-keywords)
16691         (sql-mode-linter-font-lock-keywords)
16692         (sql-mode-ms-font-lock-keywords)
16693         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
16694         (sql-product-font-lock): Fix font-lock reset when font rules change.
16695         (sql-highlight-product): Remove incorrect font-lock reset logic.
16697 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
16699         * ses.el (ses-set-parameter): Fix typo.
16701 2004-05-04  Kim F. Storm  <storm@cua.dk>
16703         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
16704         Must expand directory for completion to work; and don't mess with
16705         process-environment.
16706         (ido-read-file-name): If command has ido property, don't use ido
16707         if value is ignore, or read as directory if value is dir.
16708         Set ido ignore property for dired-do-rename command.
16710 2004-05-04  Juanma Barranquero  <lektu@terra.es>
16712         * ehelp.el (electric-help-command-loop, electric-help-undefined)
16713         (electric-help-help): Check against unmapped commands.
16715         * help-fns.el (help-argument-name): New face, inheriting from
16716         font-lock-variable-name-face, to highlight function arguments in
16717         `describe-function' and `describe-key'.
16718         (help-do-arg-highlight): Auxiliary function to highlight a given
16719         list of arguments in a string.
16720         (help-highlight-arguments): Highlight the function arguments and
16721         all uses of them in the docstring.
16722         (describe-function-1): Use it.  Do docstring output via `insert',
16723         not 'princ', so text attributes are preserved.
16725         * winner.el (winner-mode-map): Move `winner-undo' and
16726         `winner-redo' to C-c <left> and C-c <right>, respectively (the
16727         previous bindings conflict with `prev-buffer', `next-buffer').
16729 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16731         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
16732         (bibtex-entry-update): New command bound to C-c C-u.
16733         (bibtex-text-in-string): Fix regexp.
16734         (bibtex-assoc-of-regexp): Remove.
16735         (bibtex-progress-message): Fix docstring.
16736         (bibtex-inside-field): Use if.
16737         (bibtex-assoc-regexp): New function.
16738         (bibtex-format-entry): Make code more robust so that it formats
16739         also old entries.
16740         (bibtex-autokey-demangle-title): Merge with obsolete function
16741         bibtex-assoc-of-regexp.
16742         (bibtex-field-list): New function.
16743         (bibtex-entry): Use bibtex-field-list.
16744         (bibtex-parse-entry): Fix docstring.
16745         (bibtex-print-help-message): Use bibtex-field-list.
16746         (bibtex-make-field): Use bibtex-field-list.
16747         (bibtex-entry-index): Bugfix.  Return crossref key if required.
16748         (bibtex-lessp): Fix docstring.
16750 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
16752         * select.el (xselect-convert-to-string): Move comment to intended line.
16754 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16756         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
16757         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
16759 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16761         * term/x-win.el (x-clipboard-yank): Don't exit on error from
16762         x-get-selection.
16764 2004-05-03  Jason Rumney  <jasonr@gnu.org>
16766         * makefile.nt: Remove.
16768 2004-05-03  Kim F. Storm  <storm@cua.dk>
16770         * emulation/cua-base.el (cua--update-indications): Fix last change.
16771         (cua-mode): Deactivate mark when cua-mode is enabled.
16773 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
16775         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
16777 2004-05-03  Nick Roberts  <nickrob@gnu.org>
16779         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
16780         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
16781         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
16782         window over visible frames.
16783         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
16785 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16787         * progmodes/compile.el (compilation-gcpro): New var.
16788         (compilation-fake-loc): Use it.
16789         (compilation-forget-errors): Reset it.
16791 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
16793         * diff-mode.el (diff-header-face, diff-file-header-face):
16794         Use min-colors.
16796 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16798         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
16799         (bibtex-clean-entry): Disentangle code.
16800         (bibtex-realign): New function.
16801         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
16802         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
16803         Remove undocumented optional arg called-by-convert-alien.
16804         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
16805         for sorting instead of bibtex-sort-buffer.
16807 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
16809         * progmodes/compile.el (compilation-start): In the
16810         no-async-subprocesses branch, call sit-for to give redisplay a
16811         chance to show the updated process status in the mode line, and
16812         fontify the buffer explicitly after the process exits.
16814 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16816         * progmodes/python.el (python-compilation-line-number): Remove.
16817         (python-compilation-regexp-alist): Don't use it any more.
16818         (python-orig-start, python-input-filter): Remove.
16819         (inferior-python-mode): Don't set up comint-input-filter-functions.
16820         (python-send-region): Use compilation-fake-loc.
16822         * progmodes/compile.el (compilation-messages-start): New var.
16823         (compilation-mode): Don't setup next-error-function here.
16824         (compilation-setup): Set it up here instead (for minor modes as well).
16825         Make compilation-messages-start buffer local.
16826         (compilation-next-error-function): Use it.
16827         (compilation-forget-errors): Set compilation-messages-start.
16829 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
16831         * ielm.el (ielm-prompt-read-only): Update docstring.
16833         * comint.el (comint-prompt-read-only): Update docstring.
16834         (comint-update-fence, comint-kill-whole-line)
16835         (comint-kill-region): New functions.
16837         * simple.el (kill-whole-line): Use "p" instead of "P" in
16838         interactive form.
16840 2004-05-01  Juanma Barranquero  <lektu@terra.es>
16842         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
16843         format arglist so default values in CL-style argument lists are
16844         correctly shown.
16846 2004-05-01  Jason Rumney  <jasonr@gnu.org>
16848         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
16850 2004-05-01  Kenichi Handa  <handa@m17n.org>
16852         * international/titdic-cnv.el (miscdic-convert): Don't generate a
16853         quail file if it is up to date.
16855 2004-04-30  Juri Linkov  <juri@jurta.org>
16857         * cus-edit.el (custom-mode-map):
16858         Add key binding `C-x C-s' to `Custom-save'.
16860         * outline.el (outline-blank-line): New var.
16861         (outline-next-preface, outline-show-heading)
16862         (outline-end-of-subtree): Use it.
16864         * dired-aux.el (dired-touch-initial): New fun.
16865         (dired-do-chxxx): Call it for op-symbol `touch'.
16866         (dired-diff): Use `dired-dwim-target-directory'
16867         if current dired buffer has no buffer mark.
16869         * bindings.el (propertized-buffer-identification):
16870         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
16871         Add C-M-arrow keys for consistency.
16873         * files.el (confirm-kill-emacs):
16874         Change group from top-level `emacs' to `convenience'.
16876         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
16877         Push mark on the first call of successive command calls.
16878         (insert-pair): New fun created from `insert-parentheses' with
16879         `open' and `close' arguments added.  Enclose active regions
16880         in paired characters.  Compare adjacent characters syntax with
16881         inserted characters syntax before inserting a space.
16882         (insert-parentheses): Call `insert-pair' with ?\( ?\).
16884         * delsel.el: Don't put `delete-selection' property
16885         on `insert-parentheses' symbol to take advantage of
16886         region handling in `insert-pair' function.
16887         Suggested by Stephan Stahl <stahl@eos.franken.de>.
16889 2004-04-30  Kim F. Storm  <storm@cua.dk>
16891         * emulation/cua-base.el: Add support for changing cursor types;
16892         based on patch from Michael Mauger.
16893         (cua-normal-cursor-color, cua-read-only-cursor-color)
16894         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
16895         Customization cursor type and/or cursor color.
16896         (cua--update-indications): Handle cursor type changes.
16897         (cua-mode): Update cursor indications if enabled.
16899         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
16901         * mouse.el (mouse-drag-copy-region): New defcustom.
16902         (mouse-set-region, mouse-drag-region-1): Use it.
16904         * simple.el (kill-ring-save): If region face background color is
16905         unspecified (if no highlighting), show extent of fully visible
16906         region even if transient-mark-mode is enabled.
16908         * emulation/cua-base.el (cua--standard-movement-commands):
16909         Add cua-scroll-up and cua-scroll-down.
16910         (cua-scroll-up, cua-scroll-down): New commands.
16911         (cua--init-keymaps): Remap scroll-up and scroll-down.
16913         * emulation/cua-rect.el (cua--convert-rectangle-as):
16914         New defmacro.
16915         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
16916         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
16917         New commands (suggested by Jordan Breeding).
16919 2004-04-30  Juanma Barranquero  <lektu@terra.es>
16921         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
16923 2004-04-30  Mario Lang  <mlang@delysid.org>
16925         * diff.el (diff-switches): Fix typo in docstring.
16927 2004-04-30  Alex Schroeder  <alex@gnu.org>
16929         * xml.el (xml-debug-print-internal): Don't add newline and
16930         indentation to text nodes and write empty elements as empty tags
16931         instead of opening and closing tags.
16932         (xml-debug-print): Take optional indent-string argument.
16933         (xml-print): Alias for xml-debug-print.
16935 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
16937         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
16938         than duplicate call to `line-beginning-position'.
16940         * progmodes/f90.el (f90-get-present-comment-type):
16941         Return whitespace, as well as comment chars, for consistent filling
16942         of comment blocks.  Use `match-string-no-properties'.
16943         (f90-break-line): Trim trailing whitespace when filling comments.
16945 2004-04-30  Dave Love  <fx@gnu.org>
16947         * calendar/diary-lib.el (diary-outlook-formats): New variable.
16948         (diary-from-outlook-internal, diary-from-outlook)
16949         (diary-from-outlook-gnus, diary-from-outlook-rmail):
16950         New functions to import diary entries from Outlook-format
16951         appointments in mail messages.
16953 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16955         * progmodes/python.el (python-send-command): New fun.
16956         (python-send-region, python-load-file): Use it.
16958         * progmodes/compile.el (compilation-last-buffer): Add var alias.
16960         * help-fns.el (help-C-file-name): Use new subr-name.
16961         Prepend `src/' to the file name.
16962         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
16963         (describe-function-1, describe-variable): Only find a C source file
16964         name if DOC is already loaded.
16966         * help-mode.el (help-function-def, help-variable-def):
16967         Use the new find-function-search-for-symbol functionality.
16968         Allow FILE to be `C-source'.
16970         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
16971         (find-function-C-source): New fun.
16972         (find-function-search-for-symbol): Use it.
16974 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
16976         * progmodes/sql.el (sql-product-alist): Rename variable
16977         `sql-product-support'.  Add Postgres login parameters.
16978         (sql-set-product, sql-product-feature): Update with renamed variable.
16979         (sql-connect-postgres): Add username prompt.
16980         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
16981         Make patterns less product specific.
16982         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
16983         (sql-mode-abbrev-table): Modify initialization.
16984         (sql-builtin-face): Add variable.
16985         (sql-keywords-re): Add macro.
16986         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
16987         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
16988         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
16989         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
16990         (sql-mode-linter-font-lock-keywords)
16991         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
16992         (sql-mode-sybase-font-lock-keywords)
16993         (sql-mode-informix-font-lock-keywords)
16994         (sql-mode-interbase-font-lock-keywords)
16995         (sql-mode-ingres-font-lock-keywords)
16996         (sql-mode-solid-font-lock-keywords)
16997         (sql-mode-sqlite-font-lock-keywords)
16998         (sql-mode-db2-font-lock-keywords): Default to nil.
16999         (sql-product-font-lock): Always highlight ANSI keywords.
17000         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
17001         (sql-send-string): Add function.
17003 2004-04-29  Dave Love  <fx@gnu.org>
17005         * progmodes/cfengine.el (cfengine-beginning-of-defun)
17006         (cfengine-end-of-defun): Ensure progress through buffer.
17008         * info-look.el (cfengine-mode): Accept a terminal ().
17010 2004-04-29  Juri Linkov  <juri@jurta.org>
17012         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
17013         instead of isearch-yank-word-or-char.  Add new key bindings for
17014         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
17015         (isearch-del-char): New fun.
17016         (isearch-forward, isearch-edit-string): Update docstring.
17017         (isearch-yank-char): Doc fix.
17018         (isearch-other-meta-char): Restore point after scrolling.
17020         * progmodes/compile.el (compilation-context-lines): Add nil option
17021         to disable compilation output window scrolling.
17022         (compilation-set-window): Use it.
17024         * outline.el (outline-next-preface, outline-show-heading):
17025         Don't leave unhidden blank line before heading.
17026         (outline-end-of-subtree): Include last newline into subtree.
17027         (hide-entry): Leave point at beginning of heading instead of end.
17028         (outline-up-heading): Push mark for the first call of successive
17029         command calls.
17031 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
17033         * comint.el (comint-prompt-read-only): New variable.
17034         (comint-output-filter): Implement it.
17036         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
17037         (ielm-prompt-internal): New variable.
17038         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
17039         (ielm-send-input): Delete unused variable `buf'.
17040         (ielm-eval-input): Use `ielm-prompt-internal'.
17041         (inferior-emacs-lisp-mode): Use new variables
17042         `comint-prompt-read-only' and `ielm-prompt-internal'.
17043         Get rid of obsolete variable `directory-sep-char'.
17044         (ielm): Use `zerop'.
17046 2004-04-29  John Paul Wallington  <jpw@gnu.org>
17048         * thumbs.el (toplevel): Require cl at compile time.
17049         Remove conditional definitions of `ignore-errors' and `caddar'
17050         because they occur at run time.
17052 2004-04-28  Nick Roberts  <nickrob@gnu.org>
17054         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
17055         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
17056         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
17057         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
17059         * progmodes/gud.el (gud-common-init): Throw an error if program is
17060         already running under gdb.
17062 2004-04-28  John Paul Wallington  <jpw@gnu.org>
17064         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
17065         (thumbs-show-image-num): Move assignment of
17066         `thumbs-current-image-filename' within scope of `i'.
17067         (thumbs-emboss-image): Don't use `evenp'.
17069 2004-04-28  Richard M. Stallman  <rms@gnu.org>
17071         * progmodes/compile.el (compilation-context-lines): Default now 0.
17073 2004-04-28  Juanma Barranquero  <lektu@terra.es>
17075         Use `time-less-p' from calendar/time-date.el instead of defining
17076         custom versions of it.
17078         * pcomplete.el (pcomplete-time-less-p): Remove.
17080         * thumbs.el (time-less-p): Remove.
17082         * calendar/timeclock.el (timeclock-time-less-p): Remove.
17083         (timeclock-generate-report): Use `time-less-p'.
17085         * emacs-lisp/autoload.el (autoload-before-p): Remove.
17086         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
17088 2004-04-28  Masatake YAMATO  <jet@gyve.org>
17090         * subr.el (remove-overlays): Make arguments optional.
17092         * wid-edit.el (widget-specify-button): Put evaporate to the
17093         overlay for sample.
17094         (widget-specify-sample): Put evaporate to the overlay for sample.
17095         (widget-specify-doc): Put evaporate to the overlay for documentation.
17097 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
17099         * info.el (info-apropos): Make it an index node.  Align node names
17100         like makeinfo.
17102 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
17104         * net/browse-url.el (browse-url-netscape-sentinel)
17105         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
17106         (browse-url-epiphany-sentinel, browse-url-mosaic):
17107         Use browse-url-*-program instead of a literal program name.
17109 2004-04-27  Kevin Ryde  <user42@zip.com.au>
17111         * eshell/em-alias.el:
17112         * eshell/em-dirs.el:
17113         * eshell/em-hist.el:
17114         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
17115         features when M-x customize-group loads modules before the main
17116         eshell.el.
17118 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
17120         * subr.el (momentary-string-display): Support EXIT-CHAR that is
17121         either a character representation of an event or an event
17122         description list.
17124         * type-break.el: Capitalize Emacs and Lisp.
17125         (type-break-good-break-interval, type-break-demo-boring-stats)
17126         (type-break-terse-messages, type-break-file-name): New defcustoms.
17127         (type-break-post-command-hook)
17128         (type-break-warning-countdown-string): Quote variable names in doc.
17129         (type-break-interval-start, type-break-auto-save-file-name): New vars.
17130         (type-break-mode): Document type-break-good-break-interval and the
17131         "session" file.  Schedule break according to the session file.
17132         Kill session file buffer on exit.  Organize for save-some-buffers
17133         to always save the session file.
17134         (type-break-mode-line-message-mode, type-break-query-mode):
17135         Uppercase arguments.
17136         (type-break-file-time, type-break-file-keystroke-count, timep)
17137         (type-break-choose-file, type-break-get-previous-time)
17138         (type-break-get-previous-count): New defuns.
17139         (type-break): Avoid break querying after a completed break in the
17140         case where the query was initiated during user invocation of the
17141         break.  Optional terse messages.
17142         Use type-break-good-break-interval if type-break-good-rest-interval is
17143         nil.  File the break time.
17144         (type-break-schedule): New optional args for overriding the use of
17145         the current time.
17146         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
17147         after a break.
17148         (type-break-check): File the keystroke count.
17149         (type-break-do-query): Prevent a second query when the break is
17150         interrupted.  Optional terse message.
17151         (type-break-keystroke-reset): Record the start of a typing interval.
17152         (type-break-demo-boring): Optional terse messages.  Display word
17153         per minute and keystroke counts according to
17154         type-break-demo-boring-stats.
17156 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
17158         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
17159         directories, make sure they exist under archive-tmpdir.
17161 2004-04-27  Juri Linkov  <juri@jurta.org>
17163         * help.el (view-emacs-news): With argument, display info for the
17164         selected version by finding it among different NEWS files, and
17165         narrowing the buffer to the selected version.
17167         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
17168         same-window-buffer-names.
17169         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
17170         non-numeric prefix argument, append the number to the buffer name
17171         for numeric prefix argument.
17172         (info-other-window): Bind same-window-regexps to nil.
17173         (Info-reference-name): Rename to Info-point-loc.
17174         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
17175         and Info-find-index-name for stringy Info-point-loc.
17176         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
17177         without middle `.', but with final `.' and optional line number
17178         for it.  Set Info-point-loc for index nodes.
17179         (Info-index): Remove middle `.' from index entry regexp.
17180         Modify line number regexp.
17181         (Info-index-next): Decrement line number.
17182         (info-apropos): Remove middle `.' from index entry regexp.
17183         Add optional line number regexp at the end.  Add matched value
17184         for line number to the result list and insert it to the buffer.
17185         Replace match-string by match-string-no-properties.
17186         Reorder result list.
17187         (Info-fontify-node): Hide index line numbers.
17188         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
17189         empty matches.
17190         (Info-follow-reference): Use `str' instead of
17191         Info-following-node-name-re.
17192         (Info-toc): Use full file names.  Set Info-current-node to "Top".
17193         (Info-fontify-node): Compare file names without directory name.
17194         (Info-try-follow-nearest-node): Don't set Info-reference-name.
17195         Set second arg of Info-extract-menu-node-name for index nodes.
17196         (info-xref-visited): Use magenta3 instead of magenta4.
17197         (Info-mode): Add info-apropos to docstring.
17199         * log-view.el (log-view-diff): Replace interactive code "r"
17200         by a list to allow to call it even if region is not active.
17202         * paren.el (show-paren-highlight-openparen): New var.
17203         (show-paren-function): Turn on openparen highlighting when
17204         matching forward if show-paren-highlight-openparen is non-nil.
17206         * simple.el (kill-ring-save): Use blink-matching-delay instead of
17207         the constant value 1.
17208         (completions-common-part): Expand docstring.
17210         * textmodes/picture.el (picture-mode-map): Add arrow keys.
17212 2004-04-27  Kim F. Storm  <storm@cua.dk>
17214         * image.el (insert-sliced-image): Use line-height instead of
17215         line-spacing property on newline.
17217 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
17219         * desktop.el (desktop-buffer-misc-data-function): Rename to
17220         desktop-save-buffer and change docstring.
17221         (desktop-buffer-modes-to-save): Delete.
17222         (desktop-save-buffer-p): Use desktop-save-buffer instead of
17223         desktop-buffer-modes-to-save.
17224         (desktop-save): Rename desktop-buffer-misc-data-function to
17225         desktop-save-buffer and allow non-function value.
17226         (desktop-missing-file-warning): Correct docstring.
17228         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
17229         to desktop-save-buffer.
17231         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
17232         desktop-save-buffer.
17234         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
17236         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
17238 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
17240         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
17242 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
17244         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
17245         (ielm): Only go to the end of the buffer when starting a new process.
17247 2004-04-25  Juanma Barranquero  <lektu@terra.es>
17249         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
17250         mode line.  Bind `inhibit-read-only' to t before modifying
17251         properties of text in the buffer.
17252         (ielm): Force point to the end of buffer, even when running ielm
17253         from inside itself.
17255 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17257         * info.el (info-apropos): Reset Info-complete-cache.
17259 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
17261         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17262         Also recognize severe Irix et al. messages.
17263         (compilation-normalize-filename, compile-abbreviate-directory):
17264         Delete functions.
17265         (compilation-get-file-structure): New function inherits
17266         functionality of the two preceding ones.
17267         (compilation-internal-error-properties, compilation-fake-loc):
17268         Use it so that different paths to the same file share the same
17269         markers.  Also optimize finding adjacent marker slightly.
17271 2004-04-25  Kim F. Storm  <storm@cua.dk>
17273         * image.el (insert-sliced-image): Add line-spacing t property
17274         to newlines separating image lines.
17276 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
17278         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
17280         * ielm.el (ielm-prompt-read-only): New user option.
17281         (ielm-prompt): Expand docstring to describe new behavior.
17282         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
17283         mention it in the docstring.
17285 2004-04-24  Andreas Schwab  <schwab@suse.de>
17287         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
17289         * diff.el (diff): Set default-directory in diff buffer.
17291 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
17293         * mail/sendmail.el (mail-bury): Don't delete the frame where the
17294         mail was being composed if the terminal cannot display more than
17295         one frame; instead, switch to previous frame.
17297         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
17298         (rmail-start-mail): Support rmail-mail-new-frame even on
17299         terminals that can display only one frame at a time.
17301 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17303         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
17304         (checkdoc-output-font-lock-keywords): Remove error regexp.
17305         (checkdoc-output-mode-map): Remove.
17306         (checkdoc-output-mode): Derive from compilation-mode.
17307         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
17309         * dired.el (dired-mode-map): Add a menu entry for wdired.
17311         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
17312         (rx-bracket, rx-check-any, rx-any): Clean up name space.
17314         * wdired.el (wdired-mode-map): Move init into declaration.
17315         Fix `return' binding.
17316         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
17317         Use force-mode-line-update.
17318         (wdired-get-filename): Use `unless'.
17319         (wdired-preprocess-files): Don't assume names have no \n and use / for
17320         dir separator.
17321         (wdired-normalize-filename): Use replace-regexp-in-string.
17322         (wdired-load-hooks): Remove.
17323         (wdired-mode-hooks): Rename to wdired-mode-hook.
17325         * info-look.el: Add support for cfengine-mode.
17326         (info-lookup-setup-mode): Use dolist.
17328 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
17330         * wdired.el: New file.
17332 2004-04-23  Juanma Barranquero  <lektu@terra.es>
17334         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
17336         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
17337         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
17338         (pcomplete--help, pcomplete--here): Doc fixes.
17340 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
17342         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
17343         handles wrong-number-of-arguments in backend call.
17345         * vc.el (vc-print-log): Likewise.
17347 2004-04-20  Dave Love  <fx@gnu.org>
17349         * emacs-lisp/rx.el: Doc fixes.
17350         (rx-constituents): Add/extend many forms.
17351         (rx-check): Check form is a list.
17352         (bracket): Defvar.
17353         (rx-check-any, rx-any, rx-check-not): Modify.
17354         (rx-not): Simplify.
17355         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
17356         (rx-kleene): Use rx-trans-forms.
17357         (rx-quote-for-set): Delete.
17358         (rx): Allow multiple args.
17360 2004-04-23  Kenichi Handa  <handa@m17n.org>
17362         * international/mule-util.el (char-displayable-p): Simplify by
17363         using internal-char-font.
17365 2004-04-23  Juanma Barranquero  <lektu@terra.es>
17367         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
17369 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17371         * diff-mode.el (diff-next-error): New fun.
17372         (diff-mode): Use it.
17374         * simple.el (next-error): Change arg name.
17375         Add support for the documented C-u C-x ` usage.
17377         * frame.el (special-display-popup-frame, next-multiframe-window)
17378         (previous-multiframe-window): Only consider frames on same display.
17380 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
17382         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
17383         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
17385 2004-04-22  Kim F. Storm  <storm@cua.dk>
17387         * net/telnet.el (telnet): Add optional port arg.
17389 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17391         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17392         Minor sanity check on the `hyperlink' slot.
17394         * Makefile.in (recompile): Compile new files.
17396         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
17397         Add byte-recompile-directory's optional `arg'.
17399         * cvs-status.el (cvs-tree-use-charset): New var.
17400         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
17401         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
17402         (cvs-status-cvstrees): Use it.
17404         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
17405         Make it a normal major mode.
17406         (checkdoc-buffer-label): Make sure the file name is meaningful.
17407         (checkdoc-output-to-error-buffer): Remove.
17408         (checkdoc-error, checkdoc-start-section): Rewrite.
17410         * info.el (info-node, info-menu-5, info-xref, info-header-node)
17411         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17412         (Info-title-4-face): Use new syntax.
17413         (info-xref-visited): Inherit from info-xref.
17415         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
17417 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17419         * simple.el (next-error-last-buffer, next-error-function):
17420         New variables for the next-error framework.
17421         (next-error-buffer-p): New function.
17422         (next-error-find-buffer): Generalize compilation-find-buffer.
17423         (next-error, previous-error, first-error, next-error-no-select)
17424         (previous-error-no-select): Move from compile.el.
17426         * replace.el (occur-next-error, occur-1): Hook into the next-error
17427         framework.
17429         * progmodes/compile.el (compilation-start):
17430         Set next-error-last-buffer so next-error knows where to jump.
17431         (compilation-setup): Set the buffer-local variable
17432         next-error-function to 'compilation-next-error-function.
17433         (compilation-buffer-p, compilation-buffer-internal-p): Use an
17434         alternate way to find if a buffer is a compilation buffer, for
17435         next-error convenience.
17436         (next-error-no-select, previous-error-no-select, next-error)
17437         (previous-error, first-error): Move to simple.el.
17438         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
17439         (compilation-last-buffer): Remove.
17440         (compilation-start, compilation-next-error, compilation-setup)
17441         (compilation-next-error-function, compilation-find-buffer):
17442         Remove compilation-last-buffer use.
17444 2004-04-21  Juanma Barranquero  <lektu@terra.es>
17446         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
17447         (font-lock-warning-face): Fix spacing.
17449         * makefile.w32-in (WINS): Add url/ directory.
17451 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
17453         * desktop.el (desktop-buffer-mode-handlers): New variable.
17454         Alist of major mode specific functions to restore a desktop buffer.
17455         (desktop-buffer-handlers): Make variable obsolete.
17456         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
17457         Catch errors signaled in handlers.  Update buffer count.
17458         Evaluate desktop-buffer-point.
17459         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
17460         move to dired.el.
17461         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
17462         move to info.el.
17463         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
17464         move to mail/rmail.el.
17465         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
17466         to mh-e/mh-e.el.
17467         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
17468         On fail, print message (to message buffer) even if
17469         desktop-missing-file-warning is nil.
17470         (desktop-buffer-misc-data-function): New buffer local variable.
17471         Function returning major mode specific data.
17472         (desktop-buffer-misc-functions): Make variable obsolete.
17473         (desktop-save): Use desktop-buffer-misc-data-function.
17474         (desktop-buffer-dired-misc-data): Rename to
17475         dired-desktop-buffer-misc-data and move to dired.el.
17476         (desktop-buffer-info-misc-data): Rename to
17477         Info-desktop-buffer-misc-data and move to info.el.
17478         (desktop-read): Add message about number of buffers restored/failed.
17480         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
17481         Add parameters.  Pause to display error only when
17482         desktop-missing-file-warning is non-nil.
17483         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
17484         (dired-mode): Bind desktop-buffer-misc-data-function.
17486         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
17487         Add Parameters.
17488         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
17489         (Info-mode): Bind desktop-buffer-misc-data-function.
17491         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
17492         Add Parameters.
17494         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
17495         Add Parameters.
17497 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
17499         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
17500         the case of letters in case-insensitive expansions when the
17501         abbrev is preceded by characters with letter syntax.
17503 2004-04-21  Richard M. Stallman  <rms@gnu.org>
17505         * progmodes/cperl-mode.el (cperl-putback-char):
17506         Delete Emacs 18 definition.
17508         * international/mule.el (ctext-post-read-conversion):
17509         Use assoc-string, not assoc-ignore-case.
17511         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
17513         * emacs-lisp/easymenu.el (easy-menu-add):
17514         Do call x-popup-menu, but only if it's defined.
17516         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
17518         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
17519         Handle multiple args: compile like progn.
17521         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
17522         take all args as &rest arg.
17524         * autoinsert.el (auto-insert-alist): Insert the user's name in
17525         copyright notice, rather than Free Software Foundation.
17527 2004-04-21  Kenichi Handa  <handa@m17n.org>
17529         * descr-text.el (describe-char): Make it work on *Help* buffer.
17531 2004-04-21  Kim F. Storm  <storm@cua.dk>
17533         * image.el (insert-image): Add optional SLICE arg.
17534         (insert-sliced-image): New defun.
17536 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
17538         * subr.el (read-number): Check whether `default' is nil.
17540 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17542         * progmodes/compile.el (compilation-error-properties):
17543         Split into two.
17544         (compilation-internal-error-properties): New one.
17545         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
17547 2004-04-20  Richard M. Stallman  <rms@gnu.org>
17549         * window.el (split-window-save-restore-data):
17550         Don't update the data if OLD-INFO is nil.
17552         * view.el (view-return-to-alist): Mark it permanent local.
17554         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
17556         * recentf.el (recentf-save-list): Catch and warn about errors.
17558         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
17559         so "Buffers" won't be pure.
17561         * help-mode.el (help-mode-finish): Set help-return-alist first
17562         thing, setting only the entry for the selected window.
17564         * help-fns.el (describe-function-1): If many non-control non-meta
17565         keys run the command, don't list all of them.
17567 2004-04-20  Juanma Barranquero  <lektu@terra.es>
17569         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
17570         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
17572         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
17574 2004-04-20  Kenichi Handa  <handa@m17n.org>
17576         * international/quail.el (quail-lookup-key): New optional arg
17577         NOT-RESET-INDICES.
17578         (quail-get-translations): Call quail-lookup-key with
17579         NOT-RESET-INDICES t.
17580         (quail-completion): Likewise.
17581         (quail-lookup-map-and-concat): Likewise.
17583 2004-04-20  Kenichi Handa  <handa@m17n.org>
17585         * international/quail.el (quail-update-translation): Don't insert
17586         such an unsupported multibyte char in a unibyte buffer.
17588 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
17590         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
17591         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
17592         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
17593         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
17594         (gdb-frame-assembler-buffer): Improve behavior with
17595         multiple frames.
17596         (gdb-display-buffer): Extend search to all visible frames.
17598 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
17600         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
17601         characters left after base64 decoding.
17602         (rmail-decode-region): Use -dos variety of `coding', to remove any
17603         ^M characters left after qp or base64 decoding.
17605 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17607         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
17608         messages.
17610 2004-04-19  Stephen Eglen  <stephen@gnu.org>
17612         * add-log.el (add-change-log-entry): Update doc string to mention
17613         add-log-full-name and add-log-mailing-address.
17615 2004-04-18  Juri Linkov  <juri@jurta.org>
17617         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
17618         (Info-find-node-2): Simplify error message.
17619         (Info-insert-dir): Use Info-following-node-name.
17620         (Info-goto-node): Remove *info-history* and *info-toc*.
17621         (Info-history): Create a node of the virtual history file.
17622         (Info-toc): Create a node of the virtual toc file.
17623         (Info-insert-toc): New arg `curr-file' for reference file names.
17624         (info-apropos): Remove redundant var binding for temp-file.
17625         (Info-index, Info-index-next, Info-mode): Doc fix.
17626         (Info-goto-emacs-command-node): Don't jump to *info* from
17627         non-*info* Info buffers.
17628         (Info-fontify-node): Don't show the file name of external
17629         references if `Info-hide-note-references' is `hide'.  Don't hide
17630         newlines at the end of paragraphs.
17632         * international/mule-diag.el (list-input-methods):
17633         Fix args to help-xref-button.
17635         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
17636         to put into effect local variables from TUTORIAL files.
17638         * textmodes/paragraphs.el (sentence-end) <function>: New fun
17639         with default value taken from the variable `sentence-end'.
17640         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
17641         Add nil const to :type.
17642         (sentence-end-without-period, sentence-end-double-space)
17643         (sentence-end-without-space): Doc fix.
17645         * textmodes/paragraphs.el (forward-sentence):
17646         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
17647         (fill-delete-newlines):
17648         * progmodes/cc-cmds.el (c-beginning-of-statement):
17649         Use function `sentence-end' instead of variable `sentence-end'.
17651 2004-04-18  Andreas Schwab  <schwab@suse.de>
17653         * progmodes/compile.el (compilation-start): Set window start to
17654         point-min if compilation-scroll-output is nil.
17656 2004-04-18  John Wiegley  <johnw@newartisans.com>
17658         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
17660 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
17662         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
17663         (gdb-info-breakpoints-custom): Revert previous change.
17664         (gdb-view-assembler): Update assembler if necessary.
17665         (gdb-frame-handler): Parse correctly for gdb-current-frame.
17666         (gdb-display-source-buffer): Update properly when both source and
17667         assembler are visible.
17669 2004-04-17  John Wiegley  <johnw@newartisans.com>
17671         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
17672         which limits the number of names shown in the minibuffer.  Off by
17673         default.
17674         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
17675         up iswitchb for users with a multitude of open buffers by showing
17676         only the first and last N/2 buffers in the completion list (which
17677         is enough to aid C-s/C-r, and to know that more characters are
17678         needed to refine the completion list).
17680 2004-04-17  Richard M. Stallman  <rms@gnu.org>
17682         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
17683         (file-truename): Expand all ~ constructs directly.
17684         (insert-directory): Delete any error msg output by the
17685         `insert-directory-program'.
17687         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
17688         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
17689         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
17690         (allout-init): Use find-file-hook, not find-file-hooks.
17691         (allout-mode): Eliminate Emacs 18 support.
17692         Use write-contents-functions, not local-write-file-hooks.
17694 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
17696         * progmodes/compile.el (compilation-error-properties): Fix for
17697         adding messages when there are already markers for their file.
17698         (compilation-fake-loc): New function.
17700 2004-04-16  Dave Love  <fx@gnu.org>
17702         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
17703         (python-load-file): Fix python-orig-start setting.
17705         * progmodes/compile.el: Doc fixes.
17706         (compilation-error-regexp-alist-alist)
17707         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
17708         (compilation-assq): Wrap in eval-when-compile.
17709         (compilation-mode-font-lock-keywords): Don't use list*.
17710         (compilation-start): Avoid warning.
17711         (compilation-compat-error-properties)
17712         (compilation-directory-properties): Add keymap property.
17713         (compilation-parsing-end): Make it a marker for better compatibility.
17715         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
17717 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
17719         * xml.el: Doc fixes.
17720         (xml-get-children): Only looks at sub-tags and ignore strings.
17722         * xml.el (xml-parse-tag): Avoid overwriting node-name.
17724 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17726         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
17728 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
17730         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
17732         * vc.el (vc-print-log): Likewise.
17734 2004-04-16  Masatake YAMATO  <jet@gyve.org>
17736         * simple.el (completion-setup-function): Set an initial value
17737         to `element-common-end' before entering loop.  Set a value
17738         to `element-common-end' at the end of loop.
17739         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
17740         (completions-common-part): Rename from completion-de-emphasis.
17741         (completions-first-difference): Rename from completion-emphasis.
17742         Suggested by RMS.
17744 2004-04-16  Juanma Barranquero  <lektu@terra.es>
17746         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
17747         (bookmark-edit-annotation-mode): Add mode name.
17749 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17751         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
17752         for nested conflict markers.
17753         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
17755 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
17757         * progmodes/gdb-ui.el (gdb-goto-info): New function.
17759         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
17761 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17763         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
17764         Give a backtrace if requested.
17766         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
17768         * progmodes/python.el (python-mouse-2-command, python-RET-command):
17769         Remove unused functions.
17770         (python-orig-start-line, python-orig-file): Remove.
17771         (python-orig-start): New var.
17772         (python-input-filter, python-compilation-line-number)
17773         (python-send-region, python-load-file): Use it.
17775         * info.el (info): Always jump to *info*.
17777         * subr.el (posn-set-point): New function.
17779         * mouse.el (mouse-set-point): Use it.
17781         * progmodes/compile.el (compile-goto-error): Use it.
17782         (compilation-button-map): New keymap.
17783         (compilation-error-properties): Use it.
17784         (compilation-shell-minor-mode-map): Don't bind mouse-2.
17786         * smerge-mode.el (smerge-popup-context-menu): Use it.
17788         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
17789         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
17790         mouse and non-mouse case.
17792         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
17793         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
17795         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
17796         Make it work for non-mouse events.
17798         * pcvs-info.el (cvs-status-map): Update binding name.
17800 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
17802         * xml.el (xml-maybe-do-ns): New function to handle namespace
17803         parsing of both attribute and element names.
17804         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
17805         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
17806         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
17807         (xml-parse-attlist): Make it do its own namespace parsing.
17809 2004-04-14  Dave Love  <fx@gnu.org>
17811         * progmodes/python.el (run-python): Fix use of \n.
17812         (python-load-file): Remove `try' from Python fragment.
17813         (python-describe-symbol): Fix message.
17815         * comint.el: Doc fixes.
17816         (comint-last-input-start, comint-last-input-end)
17817         (comint-last-output-start): Give them values.
17818         (comint-arguments): Avoid warning.
17819         (comint-skip-prompt): Use line-end-position.
17820         (comint-backward-matching-input): Rename arg to agree with doc.
17821         (comint-extract-string): Use syntax-ppss.
17822         (comint-dynamic-simple-complete): Delete useless list construction.
17823         (comint-redirect-subvert-readonly): New.
17824         (comint-redirect-preoutput-filter): Use it.
17826         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
17827         Correctly handle negative arguments when calling hook functions.
17829 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
17831         * info.el (info-apropos): Don't clobber Info-history-list.
17833 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
17835         * progmodes/compile.el (compilation-setup):
17836         Localize overlay-arrow-position.
17837         (compilation-sentinel): Restructure code equivalently.
17838         (compilation-next-error): Find message on same line after point if
17839         not found before point.
17840         (compile-mouse-goto-error): Restore function so that compilation
17841         buffer need not be current and use compile-goto-error.
17842         (compile-goto-error): Restore function.
17843         (next-error): Set overlay-arrow-position.
17844         (compilation-forget-errors): Don't localize already local
17845         compilation-locs and remove FIXME about refontifying.
17847 2004-04-14  Kim F. Storm  <storm@cua.dk>
17849         * startup.el (emacs-quick-startup): New defvar (set by -Q).
17850         (command-line): New option -Q.  Like -q --no-site-file, but
17851         in addition it also disables menu-bar, tool-bar, scroll-bars,
17852         tool-tips, and the blinking cursor.
17853         (command-line-1): Skip startup screen if -Q.
17854         (fancy-splash-head): Use ":align-to center" prop to center splash image.
17856         * emulation/cua-base.el (cua-read-only-cursor-color)
17857         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
17859 2004-04-13  Dave Love  <fx@gnu.org>
17861         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
17862         (syntax): Don't require.
17863         (python) <defgroup>: Add :version.
17864         (python-quote-syntax): Re-written.
17865         (inferior-python-mode): Move stuff here from run-python and add
17866         some more.
17867         (python-preoutput-continuation, python-preoutput-result)
17868         (python-dotty-syntax-table): New.
17869         (python-describe-symbol): Use them.
17870         (run-python): Move stuff to inferior-python-mode.  Modify code
17871         loaded into Python.
17872         (python-send-region): Use python-proc, python-send-string.
17873         (python-send-string): Send newlines too.  Callers changed.
17874         (python-load-file): Re-written.
17875         (python-eldoc-function): New.
17876         (info-look): Don't require.
17877         (python-after-info-look): New.  A modified version of former
17878         top-level code for use with eval-after-load.
17879         (python-maybe-jython, python-guess-indent): Use widened buffer.
17880         (python-fill-paragraph): Re-written.
17881         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
17882         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
17884 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17886         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
17887         Set compilation-error-regexp-alist earlier.
17889         * progmodes/compile.el (compilation-minor-mode-map)
17890         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
17891         (compile-goto-error): Re-merge the mouse and non-mouse commands.
17893 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17895         * progmodes/compile.el (compile-goto-error): Select the buffer/window
17896         corresponding to the event.
17898 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
17900         * loadup.el: Add cygwin to system-type list, for unexec() support.
17902 2004-04-12  John Paul Wallington  <jpw@gnu.org>
17904         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
17905         (ibuffer-restore-window-config-on-quit): New variable to replace
17906         `ibuffer-delete-window-on-quit'.  Update all references.
17907         (ibuffer-prev-window-config): New variable.
17908         (ibuffer-quit): Restore previous window configuration instead of
17909         deleting window.
17910         (ibuffer): Save window configuration before showing Ibuffer buffer.
17912         * help.el (describe-mode): Doc fix.
17914 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17916         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
17917         not to treat nil as a function.
17919         * vc-arch.el (vc-arch-root): Be a bit more careful.
17920         (vc-arch-register): Save the buffer if we modified it.
17921         (vc-arch-delete-rej-if-obsolete): Save excursion.
17922         (vc-arch-find-file-hook): Use the simpler after-save-hook.
17923         (vc-arch-responsible-p, vc-arch-init-version): New functions.
17925         * net/ldap.el (ldap-search): Use list*.
17927 2004-04-12  Juri Linkov  <juri@jurta.org>
17929         * info.el (Info-follow-reference): Allow multiline reference name.
17931 2004-04-11  Dave Love  <fx@gnu.org>
17933         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
17935         * progmodes/python.el: New file.
17937 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
17939         * vc-hooks.el (vc-arg-list): Function removed.
17940         (vc-default-workfile-unchanged-p): Use condition-case to check for
17941         backward compatibility.
17943         * vc.el (vc-print-log): Use condition-case to check for backward
17944         compatibility.
17946 2004-04-11  Juri Linkov  <juri@jurta.org>
17948         * dired.el (dired-faces): New defgroup.
17949         (dired-header, dired-mark, dired-marked, dired-flagged)
17950         (dired-warning, dired-directory, dired-symlink, dired-ignored):
17951         New faces.
17952         (dired-header-face, dired-mark-face, dired-marked-face)
17953         (dired-flagged-face, dired-warning-face, dired-directory-face)
17954         (dired-symlink-face, dired-ignored-face): New face variables.
17955         (dired-font-lock-keywords): Use them instead of font-lock faces.
17956         Split the rule for dired marks into 3 separate rules: for marks,
17957         marked file names and flagged file names.
17959         * help-mode.el (help-make-xrefs): Add a final newline to the
17960         *Help* buffer.
17962 2004-04-11  John Paul Wallington  <jpw@gnu.org>
17964         * replace.el (occur-engine): Distinguish between one and several
17965         matches in the matches per buffer heading.
17967 2004-04-11  Kim F. Storm  <storm@cua.dk>
17969         * ido.el (ido-confirm-unique-completion): New defcustom.
17970         (ido-complete): Use it.
17971         (ido-write-file): Set it to t unconditionally.
17973 2004-04-10  Miles Bader  <miles@gnu.org>
17975         RCS keyword removal (only non-comment changes are enumerated here):
17977         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
17978         (byte-compile-insert-header): Don't use `byte-compile-version'.
17979         * forms.el (forms-version): Variable removed.
17980         (forms-mode): Don't use `forms-version'.
17981         * recentf.el (recentf-version): Variable removed.
17982         * progmodes/delphi.el (delphi-version): Variable removed.
17983         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
17985 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17987         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
17989 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
17991         * info.el (info-apropos): Improve menu item regexp.
17993 2004-04-09  Simon Josefsson  <jas@extundo.com>
17995         * mail/smtpmail.el: Add comment, based on report by
17996         kdc@rcn.com (Kevin D. Clark).
17998 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18000         * progmodes/compile.el (compilation-mode-font-lock-keywords):
18001         Redo one more thing that I didn't notice Daniel had undone.
18003 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
18005         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
18006         (gdb-goto-breakpoint, gdb-display-buffer)
18007         (gdb-display-source-buffer, gdb-view-source-function)
18008         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
18009         (gdb-source-info, gdb-frame-handler): Don't specify a window
18010         for display.
18011         (gdb-info-breakpoints-custom): Remove superfluous update of
18012         assembler buffer.
18013         (gdb-many-windows): Make settable outside gdb.
18015 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
18017         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
18018         Derive from fundamental-mode rather than text-mode.
18020 2004-04-08  Juri Linkov  <juri@jurta.org>
18022         * info.el (Info-history): Doc fix.
18023         (Info-history-list): New var.
18024         (info-xref): Change magenta4 to blue, remove bold for dark and
18025         light backgrounds, change bold to underline for non-color classes.
18026         (info-xref-visited): New face.
18027         (Info-fontify-visited-nodes): New custom.
18028         (Info-hide-note-references): Add new value `hide'.  Doc fix.
18029         (Info-reference-name): New var.
18030         (Info-selection-hook): New custom.
18031         (Info-edit-mode-hook): New var.
18032         (Info-find-file): New fun.
18033         (Info-find-node): Move part of code to Info-find-file.
18034         (Info-find-node-2): Add anchors to Info-history-list.  Move point
18035         to the place with the reference name if name is defined.
18036         (Info-select-node): Add current node to Info-history-list.
18037         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
18038         (Info-search-whitespace-regexp): New custom.
18039         (Info-search-case-fold): New var.
18040         (Info-search): Add "case-sensitively" to the prompt.
18041         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
18042         (Info-search-case-sensitively, Info-search-next): New fun.
18043         (Info-up): Move point to the menu item of the current node.
18044         (Info-history): New fun.  Add *info-history* to
18045         same-window-buffer-names.
18046         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
18047         (Info-insert-toc): New fun.
18048         (Info-build-toc): New fun.
18049         (Info-follow-reference): Add new arg `fork'.  Doc fix.
18050         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
18051         with the same name prefer the reference closest to point.
18052         (Info-next-reference): Replace * by + in the *Note regexp.
18053         Add regexp for http:// and ftp://.  Skip the *Note prefix.
18054         (Info-prev-reference): Replace * by + in the *Note regexp.
18055         Add regexp for http:// and ftp://.  Skip the *Note prefix.
18056         (Info-follow-nearest-node): Add new arg `fork'.
18057         (Info-try-follow-nearest-node): Add new arg `fork'.
18058         Call browse-url for http:// and ftp:// references.
18059         Set Info-reference-name for index entries.
18060         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
18061         Info-search-next, Info-history, Info-toc, clone-buffer.
18062         (Info-menu-update): Replace * by + in the *Note regexp.
18063         (Info-mode): Add documentation for Info-history, Info-toc,
18064         Info-search-case-sensitively, Info-search-next, clone-buffer.
18065         (Info-fontify-menu-headers): Remove fun.  Move code to
18066         Info-fontify-node.
18067         (Info-fontify-node): Add docstring.  Add local vars
18068         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
18069         then fontify header line, titles, menu headers, http and ftp
18070         references, refill paragraphs.  If not-fontified-p is t or
18071         fontify-visited-p is t then fontify cross references, menu items.
18072         Fontify menu headers.  Fontify http and ftp references.
18073         Change regexp for cross references to require whitespace after *Note,
18074         add matching groups for file and node names.  Remove hack for quote.
18075         Use display property for Info-hide-note-references=t.  Use fifth
18076         or fourth match for help-echo.  Display visited nodes in a
18077         different face.  Unhide file names of external references.
18078         Unhide newlines.  Display visited menu items in a different face.
18080 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18082         * progmodes/compile.el: Require CL.
18083         (compilation-mode-font-lock-keywords): Re-install the "line as
18084         function" patch.
18086         * help-fns.el (help-C-source-directory): New var.
18087         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
18088         (describe-function-1, describe-variable): Use them.
18090         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
18091         to C source files specially.
18093 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
18095         * info.el (Info-hide-cookies-node): New function.
18096         (Info-select-node): Use it.
18097         (Info-display-images-node): Remove message with image file name.
18099 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
18101         * progmodes/compile.el (compilation-warning-face)
18102         (compilation-info-face, compilation-skip-threshold)
18103         (compilation-skip-visited, compilation-context-lines):
18104         Declare :version when added to Emacs.
18105         (compilation-error-regexp-alist-alist): Extend caml and irix.
18106         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
18107         (compilation-mode-font-lock-keywords): Temporarily undo line as
18108         function patch, which wasn't ready.
18110 2004-04-07  Kenichi Handa  <handa@m17n.org>
18112         * international/latin1-disp.el (latin1-display-setup): Check each
18113         character is displayable or not instead of calling
18114         latin1-display-check-font.
18116 2004-04-06  Kenichi Handa  <handa@m17n.org>
18118         * language/ethio-util.el (ethio-sera-being-called-by-w3):
18119         New variable.
18120         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
18121         instead of sera-being-called-by-w3.
18122         (ethio-fidel-to-sera-buffer): Likewise.
18123         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
18124         instead of sera-being-called-by-w3.
18125         (ethio-write-file): Likewise.
18127 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18129         * printing.el: Doc fix.
18131 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
18133         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
18134         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
18135         (gdb-setup-windows): Only use separate IO buffer if required.
18137 2004-04-06  Kim F. Storm  <storm@cua.dk>
18139         * term.el (term-is-xemacs): Remove.
18140         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
18141         (term-window-width): New function.
18142         (term-mode, term-check-size): Use it.
18143         (term-mode): Disable overflow-newline-into-fringe in term buffer.
18145 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18147         * cus-edit.el (custom-add-parent-links): Change unbound variable
18148         `symbol' to `name'.
18150 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
18151         * info.el (info-apropos): New function.
18152         (Info-mode-menu): Add it.
18153         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
18155         * help-mode.el (help-make-xrefs): Recognize aliased variable with
18156         inherited docstring.
18158         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
18160 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18162         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
18164         * progmodes/compile.el (font-lock): Don't require any more.
18165         (compilation-error-properties, compilation-start, compilation-sentinel)
18166         (compilation-filter, next-error): Use with-current-buffer.
18167         (compilation-skip-to-next-location, compilation-skip-threshold)
18168         (compilation-skip-visited): Move to silence the byte-compiler.
18169         (compilation-setup): Simplify.
18170         (compilation-next-error): Use line-(beginning|end)-position.
18171         Make sure `pt' is non-nil before using compilation-loop.
18172         (compile-goto-error): Add optional event arg.  Use it.
18173         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
18174         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
18175         Update the binding for mouse-2.
18176         (first-error): Set compilation-current-error to nil rather than bob.
18177         (compilation-parsing-end, compilation-parse-errors-function)
18178         (compilation-error-list, compilation-old-error-list):
18179         "New" compatibility variables.
18180         (compile-buffer-substring, compilation-compat-error-properties)
18181         (compilation-compat-parse-errors, compilation-forget-errors):
18182         New compatibility functions.
18183         (compilation-mode-font-lock-keywords): Use them.
18185 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
18187         * autorevert.el (auto-revert-handler): If point (or a window
18188         point) is at the end of the buffer, keep it there after
18189         reverting.  This allows to tail a file.
18190         Mention this in the `Commentary'.
18192         * format.el (format-write-file): Add optional argument CONFIRM
18193         and make it behave like the analogous argument to `write-file'.
18195 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18197         * progmodes/ebnf2ps.el: Doc fix.
18198         (ebnf-version): New version number (4.2).
18199         (ebnf-syntax): Customization and docstring fix.
18200         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
18201         Put autoloaded funs before first use.
18202         (ebnf-style-database): Add dtd entry.
18203         (ebnf-syntax-alist): Add dtd initialization.
18204         (ebnf-token-sequence): New fun.
18205         (ebnf-comment-table): Add new comment action character.
18206         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
18208         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
18209         Type Definition for XML).
18211         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
18212         * progmodes/ebnf-bnf.el (ebnf-sequence):
18213         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
18214         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
18215         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
18216         Code simplification: call ebnf-token-sequence.
18218 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
18220         * calendar/timeclock.el (timeclock-relative)
18221         (timeclock-get-project-function, timeclock-get-workday-function)
18222         (timeclock-query-out, timeclock-when-to-leave)
18223         (timeclock-when-to-leave-string, timeclock-log-data)
18224         (timeclock-generate-report, timeclock-in): Doc fixes.
18226 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18228         * url/: New dir.  Import the URL package from its repository.
18230 2004-04-03  Andreas Schwab  <schwab@suse.de>
18232         * diff-mode.el (diff-mode): Fix missing quote.
18234 2004-04-03  Juri Linkov  <juri@jurta.org>
18236         * descr-text.el (describe-property-list): Add `font-lock-face'.
18238         * dired.el (dired-font-lock-keywords): Fix permission regexps.
18240 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18242         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
18243         Use utf-16le on little endian machines and utf-16be otherwise.
18245 2004-04-02  David Kastrup  <dak@gnu.org>
18247         * net/browse-url.el (browse-url-generic): Use call-process
18248         instead of start-process to allow browsers that fork and detach.
18250 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
18252         * compile.el (compilation-current-error): New var.
18253         (compilation-setup, compile-mouse-goto-error)
18254         (compile-goto-error, next-error): Use it.
18255         (compilation-skip-to-next-location): Default to t, which gives
18256         contiguous skipping like old compile (where this was redundant).
18257         (compilation-next-error): Prevent previous-* commands from moving
18258         back to message at or just before point.
18260 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
18262         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
18263         (gdb-source-info): Don't display source at startup, if required.
18264         (gdb-show-main): New option.
18265         (gdba): Update documentation.
18266         (gdb-source): Cover case of auto-display output.
18268 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
18270         * autorevert.el: Delete obsolete autoloads and defvars.
18271         (auto-revert-check-vc-info): New user option.
18272         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18273         (auto-revert-handler-vc): Delete.
18274         (auto-revert-handler): Treat return value `fast' of
18275         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
18277         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
18278         return `fast'.
18280         * files.el (buffer-stale-function): Doc change.
18282 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18284         * printing.el: New tip on Tips section.
18285         (pr-version): New version number (6.7.4).
18286         (pr-shell-file-name): Initialization fix.
18288 2004-03-31  Juri Linkov  <juri@jurta.org>
18290         * dired.el: Add autoload for `dired-do-touch'.
18291         (dired-touch-program): New var.
18292         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
18293         (dired-no-confirm): Add `touch' to docstring.
18295         * dired-aux.el (dired-do-touch): New fun.
18296         (dired-do-chxxx): Add argument -t for touch operation.
18298         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
18299         `dired-move-to-filename-regexp'.
18301 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
18303         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
18305 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18307         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
18308         and only if the buffer was modified.
18310 2004-03-30  Kenichi Handa  <handa@m17n.org>
18312         * international/characters.el: Delete pairs for U+2308..U+230B.
18314 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
18316         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
18317         to detect the beginning of a level 2 or 3 annotation.
18319 2004-03-29  Kenichi Handa  <handa@m17n.org>
18321         * international/ucs-tables.el (ucs-insert): Fix the error message.
18323 2004-03-29  Kenichi Handa  <handa@m17n.org>
18325         * international/mule-util.el (char-displayable-p): Fix generation
18326         of XLFD file name.
18328         * Makefile.in (setwins, setwins_almost): Change directory to $wd
18329         before finding directories by `find'.
18331 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18333         * subr.el (interactive-form): Delete.  Now implemented in C.
18335         * pcvs.el (cvs-parse-process): Workaround for Darwin.
18337         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
18338         (vc-diff-label): New fun.
18339         (vc-diff-internal): Use it.
18341         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
18343 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18345         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
18347         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
18348         specify XML (EBNFX).
18350         * progmodes/ebnf2ps.el: Doc fix.
18351         (ebnf-version): New version number (4.1).
18352         (ebnf-syntax): Adjust customization.
18353         (ebnf-style-database): Add ebnfx entry.
18354         (ebnf-syntax-alist): Add ebnfx initialization.
18355         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
18357         * printing.el: Doc fix.
18358         (pr-version): New version number (6.7.3).
18359         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
18360         returns nil for mouse position.  Reported by Drew Adams
18361         <drew.adams@oracle.com>.
18362         (pr-update-menus): Modify interactive declaration.  Reported by Drew
18363         Adams <drew.adams@oracle.com>.
18365 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
18367         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
18368         (gud-gdba-marker-filter): Log the process input and output, if
18369         required.  From Stefan Monnier.
18370         (gdb-debug-log, gdb-enable-debug-log): New variables.
18371         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
18373 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18375         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
18376         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
18378 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
18380         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
18381         Call vc-find-file-hook here instead of in auto-revert-buffers.
18382         (auto-revert-buffers): Delete call to vc-find-file-hook.
18383         (auto-revert-verbose, global-auto-revert-non-file-buffers)
18384         (global-auto-revert-mode, auto-revert-set-timer)
18385         (auto-revert-handler, auto-revert-buffers): Doc fixes.
18387 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
18389         * woman.el (woman-change-fonts): Rename local variable
18390         woman-font-alist to font-alist to avoid a compiler warning.
18392 2004-03-27  Dave Love  <fx@gnu.org>
18394         * emacs-lisp/rx.el (rx): Doc fix.
18395         Fix copyright years.
18397         * strokes.el (strokes-global-set-stroke-string): New function.
18398         (strokes-list-strokes): Cope with strings, not just commands.
18399         Set foreground color of image.
18400         (strokes-global-set-stroke): Doc fix.
18402 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
18404         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
18405         Auto Revert mode.
18406         (Buffer-menu-files-only): New variable.
18407         (Buffer-menu-toggle-files-only): New function.
18408         (Buffer-menu-mode-map): Bind it to `T'.
18409         (Buffer-menu-mode): Mention `T' in docstring.
18410         Set buffer-stale-function.
18411         (list-buffers-noselect): Mark buffer non-modified and set
18412         Buffer-menu-files-only.
18414         * dired.el (buffer-stale-function): Remove no longer needed defvar.
18416         * autorevert.el (auto-revert-handler): Print revert message
18417         before, rather than after, reverting.
18418         (buffer-stale-function): Move to files.el.
18420         * files.el (buffer-stale-function): Move here from autorevert.el.
18422 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18424         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
18426         * calc/calc.el (calc-mode-map): Use mapc.
18428         * apropos.el (apropos-mode): Don't autoload.
18429         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
18430         (apropos): Use it.
18431         (apropos-print): Add optional `text' argument.
18432         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
18433         Don't assume point-min == 1.
18435         * bs.el (bs-buffer-list): Use buffer-local-value.
18436         (bs--set-toggle-to-show): Use with-current-buffer.
18438         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
18439         New funs.
18440         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
18442         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
18444         * dabbrev.el (dabbrev-expand): Fix regexp construction.
18445         (dabbrev--find-expansion): Use pop.
18446         (dabbrev--search): Use match-string-no-properties.
18448         * dired.el (dired-mode): Use run-mode-hooks.
18449         (dired-move-to-end-of-filename): Use match-string.
18451         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
18452         is bound before using it.
18453         (ediff-verbose-p): Make it into a var since it's not constant.
18455         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
18457         * faces.el (read-face-font): Don't cons up unnecessarily.
18458         (header-line, tool-bar): Share common parts.
18460         * files.el (file-relative-name): Use compare-strings.
18462         * finder.el (finder-mode): Follow coding convention.
18464         * subr.el (read-number): New function.
18466         * ses.el (ses-read-number): Move to subr.el.
18467         (ses-set-header-row): Use read-number.
18469 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
18471         * vc-hooks.el (vc-arg-list): New function, which handles both
18472         compiled and uncompiled code.
18473         (vc-default-workfile-unchanged-p): Use it.
18475         * vc.el (vc-print-log): Undo prev change, use new function
18476         vc-arg-list from vc-hooks.el.
18478 2004-03-26  Masatake YAMATO  <jet@gyve.org>
18480         * simple.el (completion-setup-function): Emphasize the
18481         first uncommon characters in the completions; and de-emphasize
18482         the common prefix substrings.
18483         (completion-emphasis): New face.
18484         (completion-de-emphasis): New face.
18486 2004-03-25  Juanma Barranquero  <lektu@terra.es>
18488         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
18489         Comment out (it's unused and unfinished code).
18491 2004-03-25  Sam Steingold  <sds@gnu.org>
18493         * vc.el (vc-print-log): Fix a bug in the last patch:
18494         backend-function may be a byte-compiled object, not a lambda.
18496 2004-03-25  Juri Linkov  <juri@jurta.org>
18498         * descr-text.el (describe-property-list): Add a button
18499         for `face' property that calls `describe-face'.
18500         Suggested by Luis Fernandes <elf@ee.ryerson.ca>
18502         * international/mule.el (keyboard-coding-system):
18503         * kmacro.el (kmacro-call-macro): Fix docstring.
18505         * dired.el: Fix comments.
18507         * textmodes/fill.el (fill): Fix Info link.
18509         * font-lock.el (fast-lock, lazy-lock):
18510         * jit-lock.el (jit-lock): Remove links to removed Support Modes
18511         Info node.
18513         * eshell/eshell.el (eshell): Fix broken info-link.
18515         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
18516         * eshell/em-banner.el (eshell-banner):
18517         * eshell/em-smart.el (eshell-smart):
18518         * eshell/esh-cmd.el (eshell-cmd):
18519         Comment out broken info-links to incomplete Info manual.
18521         * info-xref.el: Fix commentary.
18523 2004-03-25  Kevin Ryde  <user42@zip.com.au>
18525         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
18526         Remove spurious node duplicate suppression, doesn't work, not wanted.
18527         (info-xref-output): Take format style args, add "sit-for 0" to let
18528         user see the results as they progress.
18529         (info-xref-check-all-custom): New function.
18531 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
18533         * gdb-ui.el: Moved to progmodes.
18535 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18537         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
18539 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
18541         * calendar/appt.el (appt-check): Remove superfluous progn.
18542         When finished with diary buffer: if it was not being displayed
18543         before, kill it; otherwise restore its original state.
18544         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
18546         * calendar/calendar.el (calendar-set-mode-line): Use total
18547         available mode-line width, rather than frame-width.
18549         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
18550         after mode change so effect not lost.
18552 2004-03-23  Dave Love  <fx@gnu.org>
18554         * dired.el (dired) <defgroup>: Add link to manual.
18555         (dired-font-lock-keywords): Add highlighting on unusual permissions.
18556         (dired-revert): Use dolist.
18557         (dired-mode-map): Add U binding.
18558         (dired-mode): Add font-lock-beginning-of-syntax-function.
18559         (dired-garbage-files-regexp): Make it a defcustom.
18561 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18563         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
18564         is equivalent to nil.
18565         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
18566         (vc-arch-mode-line-string): Accept `added' state.
18567         (vc-arch-state): Use inode-sigs if available.
18568         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
18569         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
18570         (vc-arch-tagline-re): New var.
18571         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
18572         New functions.
18573         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
18574         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
18576         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
18577         (vc-file-not-found-hook): Use it.
18579         * diff-mode.el (diff-default-read-only): Change default.
18580         (diff-mode-hook): Make it a defcustom.  Add some options.
18581         (diff-mode-map): Bind diff-refine-hook.
18582         (diff-yank-handler): New var.
18583         (diff-yank-function): New fun.
18584         (diff-font-lock-keywords): Use them.
18585         (diff-end-of-file): Handle case where file-header looks like diff text.
18586         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
18587         (diff-file-kill): Delete a subsequent empty line, if applicable.
18588         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
18589         (diff-find-file-name): Use it.
18590         (diff-tell-file-name): New command.
18591         (diff-mode): Be careful with view-mode.
18592         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
18593         New functions, for use in diff-mode-hook.
18594         (diff-find-source-location): Catch "regex too large" errors.
18595         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
18596         (diff-refine-hunk): New command.
18598         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
18599         (smerge-context-menu-map): Remove unused var.
18600         (smerge-keep-all): Preserve markers.
18601         (smerge-keep-n): New fun.
18602         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
18603         (smerge-keep-current, smerge-ediff): Use it.
18604         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
18605         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
18606         (smerge-resolve): Resolve trivial 3-part conflicts.
18608 2004-03-23  Juri Linkov  <juri@jurta.org>
18610         * man.el (Man-width): New var.
18611         (Man-getpage-in-background): Use it.
18612         (Man-support-local-filenames): New var and fun.
18613         (Man-build-man-command): Don't add a second %s.
18614         (Man-fontify-manpage): Clean up message.
18615         (Man-mode): Set outline-regexp, outline-level,
18616         imenu-generic-expression.
18618         * woman.el (woman-fill-frame): Doc fix.
18619         (woman-decode-region): Use window-width instead of frame-width.
18621         * abbrevlist.el (list-one-abbrev-table):
18622         * descr-text.el (describe-char):
18623         * international/mule-diag.el (describe-current-coding-system):
18624         * international/quail.el (quail-insert-decode-map):
18625         Use window-width instead of frame-width.
18627         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
18628         (jka-compr-mode-alist-additions): Add tbz.
18629         (jka-compr-write-region, jka-compr-insert-file-contents):
18630         Add message for undefined compress-program.
18631         (jka-compr-write-region): Remove redundant var bindings.
18633         * dired-x.el (dired-guess-shell-alist-default): Add choices for
18634         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
18635         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
18636         (dired-man): Use dired-guess-shell-command.
18637         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
18638         Change default nil to t.
18640         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
18641         (dired-compare-directories): Add default value for empty input.
18643         * help-at-pt.el: Move suggestions for key bindings to Commentary.
18645         * time.el (display-time-string-forms): Fix help-echo date format.
18647 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
18649         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
18650         (buffer-stale-function): New variable.
18651         (auto-revert-list-diff, auto-revert-dired-file-list)
18652         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
18653         (auto-revert-handler): Take over some functionality of deleted
18654         functions.
18655         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
18657         * dired.el (dired-directory-changed-p): New fun, extracted from
18658         dired-internal-noselect.
18659         (dired-buffer-stale-p): New fun.
18660         (dired-internal-noselect): Use dired-directory-changed-p.
18661         Eliminate revert messages.
18662         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
18664 2004-03-23  Kenichi Handa  <handa@m17n.org>
18666         * international/characters.el: Setup syntaxes for more parentheses
18667         Unicode characters.
18669         * international/mule-cmds.el (select-safe-coding-system):
18670         Merge coding-system and auto-cs before comparing them.
18672 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18674         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
18676         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18677         normal-auto-fill-function and comment-indent-function.
18678         The default values now work just as well.
18679         Don't set font-lock-beginning-of-syntax-function since we already set
18680         syntax-begin-function.
18681         (lisp-outline-level): Put ;;;###autoload at same level as (.
18682         (prin1-char): Quote special chars.
18684         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
18685         than with-no-warnings.
18687         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
18688         if the source location can't be found.
18689         (edebug-compute-previous-result): Use prin1-char.
18691         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
18692         (debug-ignored-errors): Add an entry.
18694         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
18695         (byte-compile-file): Output warning when deleting a file.
18697         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
18698         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
18700         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
18701         (byte-compile-inline-expand): Use backquote.
18702         (byte-optimize-pure-func): Rename from byte-optimize-concat.
18703         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
18705         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
18707         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
18709 2004-03-22  Juri Linkov  <juri@jurta.org>
18711         * finder.el (finder-known-keywords): Fix data, tex, unix.
18713         * play/landmark.el: Fix keywords.
18715         * language/ethio-util.el (ethio-find-file): Doc fix.
18717         * emacs-lisp/warnings.el: Doc fix.
18719         * textmodes/ispell.el (ispell-help): Doc fix.
18721 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
18723         * format.el (format-insert-file): Always return a list of two
18724         elements, like insert-file-contents does.
18726 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
18728         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
18729         and vc-BACKEND-diff.
18730         (vc-print-log): If the print-log implementation supports it, use
18731         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
18732         (vc-version-diff, vc-diff-internal): Doc fixes.
18734         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
18735         implementation supports it, let diff output go to *vc*,
18736         not *vc-diff*, since this is an internal call.
18738         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
18740         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
18742         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
18744 2004-03-21  Dave Love  <fx@gnu.org>
18746         * progmodes/cfengine.el (cfengine-mode):
18747         Set parse-sexp-ignore-comments.
18749         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
18751 2004-03-21  Juanma Barranquero  <lektu@terra.es>
18753         * allout.el (allout-mode): Fix docstring.
18755 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
18757         * files.el (insert-directory): Fix bug if SWITCHES is a list.
18759         * autorevert.el (auto-revert-interval): Make new value take
18760         effect immediately when set through Custom.
18761         (auto-revert-set-timer): Add interactive declaration.
18763 2004-03-19  David Ponce  <david@dponce.com>
18765         * ruler-mode.el (ruler-mode-header-line-format-old):
18766         Don't `make-variable-buffer-local'.
18767         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
18768         (ruler-mode-header-line-format): Simply funcall the above.
18769         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
18770         to save/restore a previous header line format.
18771         (ruler-mode-space): Don't depend on a numeric WIDTH value.
18772         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
18773         fringes and margins width.
18774         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
18776 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18778         * log-edit.el (log-edit-font-lock-keywords): Typo.
18780         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
18781         (tex-send-tex-command): Rather than here.
18782         (tex-compilation-parse-errors): Simplify.
18784         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
18786         * time.el (display-time-string-forms): Add help-echo with date on time.
18788         * composite.el (compose-region): Use restore-buffer-modified-p.
18790         * disp-table.el (standard-display-8bit): Simplify.
18792         * server.el (server-process-filter): Delete temp frame.
18794         * add-log.el (add-change-log-entry): Simplify.
18796 2004-03-19  Kim F. Storm  <storm@cua.dk>
18798         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
18799         (hexl-follow-line): Don't require 'fringe.
18801         * progmodes/compile.el (compilation-start): Always set
18802         compilation-last-buffer and return it.
18804 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
18806         * simple.el (clone-buffer): Doc fix.
18808 2004-03-18  Juanma Barranquero  <lektu@terra.es>
18810         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
18812 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18814         * log-edit.el (log-edit-font-lock-keywords): New var.
18815         (log-edit-mode): Use it.
18817 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
18819         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
18820         properly for watching in speedbar.
18822 2004-03-17  Masatake YAMATO  <jet@gyve.org>
18824         * smerge-mode.el (smerge-popup-context-menu):
18825         Put `unwind-protect' around `overlay-put' and `popup-menu'.
18827 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18829         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
18830         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
18831         Take sealed revisions into account.
18832         (vc-arch-checkin): Extract a summary line from the message.
18834 2004-03-16  Masatake YAMATO  <jet@gyve.org>
18836         * register.el (register): Provide `register' feature.
18838 2004-03-15  Masatake YAMATO  <jet@gyve.org>
18840         Added context menu support in smerge mode.
18841         Most of the part is written by Stefan Monnier.
18843         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
18844         New keymap and menu.
18845         (smerge-text-properties): New function.
18846         (smerge-remove-props): New function.
18847         (smerge-popup-context-menu): New function.
18848         (smerge-resolve): Call `smerge-remove-props'.
18849         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
18850         (smerge-keep-current): Ditto.
18851         (smerge-kill-current): New function.
18852         (smerge-match-conflict): Put text properties.
18853         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
18855 2004-03-15  David Ponce  <david@dponce.com>
18857         * ruler-mode.el (ruler-mode-left-fringe-cols)
18858         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
18859         (ruler-mode-right-scroll-bar-cols): Remove.
18860         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
18861         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
18862         Use fringe-columns and scroll-bar-columns.
18864 2004-03-15  Masatake YAMATO  <jet@gyve.org>
18866         * hl-line.el (hl-line-range-function): New variable.
18867         (hl-line-move): New function.
18868         (global-hl-line-highlight): Use `hl-line-move'.
18869         (hl-line-highlight): Ditto.
18871         * scroll-bar.el (scroll-bar-columns):
18872         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
18874         * ruler-mode.el (top-level): Require scroll-bar and fringe.
18875         (ruler-mode-left-fringe-cols)
18876         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
18877         (ruler-mode-right-scroll-bar-cols)
18878         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
18879         (ruler-mode-ruler-function): New variable.
18880         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
18881         if the value for `ruler-mode-ruler-function' is given.
18883         * hexl.el (hexl-mode-hook): Make the hook customizable.
18884         (hexl-address-area, hexl-ascii-area): New customize variables.
18885         (hexlify-buffer): Put font-lock-faces on the address area and
18886         the ascii area.
18887         (hexl-activate-ruler): New function.
18888         (hexl-follow-line): New function.
18889         (hexl-highlight-line-range): New function.
18890         (hexl-mode-ruler): New function.
18892 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18894         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
18895         (vc-default-find-file-hook): New fun.
18896         (vc-find-file-hook): Call new find-file-hook operation.
18898         * vc-arch.el: New file.
18900 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
18902         * info-look.el (info-lookup): Reuse an existing Info window.
18904 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
18906         * woman.el (woman-preserve-ascii): Default value changed to t and
18907         doc string revised.
18909 2004-03-12  Richard M. Stallman  <rms@gnu.org>
18911         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
18912         Fix minor bug.
18914         * replace.el (occur-engine): Change message for count of matches.
18916         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
18917         For strings, do compare text properties.
18919 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
18921         * progmodes/compile.el (compile-auto-highlight)
18922         (compilation-error-list, compilation-old-error-list)
18923         (compilation-parse-errors-function, compilation-parsing-end)
18924         (compilation-error-message, compilation-directory-stack)
18925         (compilation-enter-directory-regexp-alist)
18926         (compilation-leave-directory-regexp-alist)
18927         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
18928         (compilation-current-file, compilation-regexps): Remove vars.
18930         (compile-error-at-point, compilation-error-filedata)
18931         (compilation-error-filedata-file-name, compile-reinitialize-errors)
18932         (compilation-next-error-locus, compilation-forget-errors)
18933         (count-regexp-groupings, compilation-parse-errors)
18934         (compile-collect-regexps, compile-buffer-substring): Remove funs.
18936         (compile-internal): Make obsolete.
18938         (compilation-first-column, compilation-error)
18939         (compilation-directory-matcher, compilation-page-delimiter)
18940         (compilation-mode-font-lock-keywords, compilation-debug)
18941         (compilation-error-face, compilation-warning-face)
18942         (compilation-info-face, compilation-line-face)
18943         (compilation-column-face, compilation-enter-directory-face)
18944         (compilation-leave-directory-face, compilation-skip-threshold)
18945         (compilation-skip-visited, compilation-context-lines): New vars.
18947         (compilation-warning-face, compilation-info-face)
18948         (compilation-message-face): New faces.
18950         (compilation-error-regexp-alist-alist): New constant.
18952         (compilation-face, compilation-directory-properties)
18953         (compilation-assq, compilation-error-properties, compilation-start)
18954         (define-compilation-mode, compilation-loop)
18955         (compilation-set-window): New functions.
18957         (compile): Additional argument for interactive compiles like TeX.
18959         * progmodes/grep.el (kill-grep): Move here from compile.el
18960         (grep-error, grep-hit-face, grep-error-face)
18961         (grep-mode-font-lock-keywords): New variables.
18962         (grep-regexp-alist): Simplify regexp and add `binary' case.
18963         (grep-mode): New mode.
18964         (grep-process-setup): Simplify.
18966 2004-03-11  Jason Rumney  <jasonr@gnu.org>
18968         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
18969         letters on DOS/Windows.
18971 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18973         * server.el (server-name): New var.
18974         (server-socket-dir): New var to replace server-socket-name.
18975         (server-start): Use them.
18977 2004-03-11  Simon Josefsson  <jas@extundo.com>
18979         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
18980         died to avoid infloop.  Reported by Jonathan Glauner
18981         <jglauner@sbum.org>.
18983 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18985         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
18986         (smerge-mode-menu): Use it to deactivate menu entries.
18987         (smerge-keep-current): New fun.
18988         (smerge-keep-current): Use it.
18990 2004-03-10  John Paul Wallington  <jpw@gnu.org>
18992         * foldout.el (foldout-fold-list, foldout-modeline-string):
18993         Declare them as variables, not constants.
18995 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18997         * ps-print.el: Modification to print *Messages* buffer.
18998         (ps-print-version): New version 6.6.4.
18999         (ps-message-log-max): New fun.
19000         (ps-spool-without-faces, ps-spool-with-faces)
19001         (ps-count-lines-preprint): Code fix.
19003         * printing.el: New tips in Tips section.
19005 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19007         * delim-col.el: Doc fix.
19009         * printing.el: Doc fix.  New doc section (Tips).
19011 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19013         * type-break.el (type-break-emacs-variant): Remove.
19014         (type-break-run-at-time, type-break-cancel-function-timers):
19015         Use fboundp rather than version name and number.
19017 2004-03-09  Masatake YAMATO  <jet@gyve.org>
19019         * hexl.el (hexl-mode): Use `make-local-variable' instead of
19020         `make-variable-buffer-local'.
19022 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
19024         * find-dired.el (find-dired): Call `shell-command' instead of
19025         `start-process-shell-command'.  By this, Tramp takes over
19026         handling of remote directories.
19028 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19030         * newcomment.el (comment-use-global-state): New var.
19031         (comment-search-forward): Use it.
19033         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
19035         * cus-edit.el (fill) <defgroup>: Move to fill.el.
19037         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
19038         (enable-kinsoku): Make it a defcustom.
19039         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
19040         paragraph to same-comment-start-marker.
19042 2004-03-07  Dave Love  <fx@gnu.org>
19044         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
19045         (browse-url-mail): Use it.
19047         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
19048         (rfc2368-unhexify-string): Use replace-regexp-in-string.
19050 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
19052         * woman.el (woman-man.conf-path): Doc fix.
19053         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
19055 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
19057         * sort.el (sort-columns): Remove ms-dos from the list of systems
19058         where the external `sort' command is not used.
19060 2004-03-07  Kim F. Storm  <storm@cua.dk>
19062         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
19063         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
19064         from overlay-arrow-variable-list.
19065         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
19067 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
19069         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
19070         overlay arrow string properly for the assembler buffer.
19072 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19074         * mail/sendmail.el (mail-mode): Fix last change.
19076 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
19078         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
19079         for the assembler buffer.
19080         (gdb-assembler-custom): Position the overlay arrow.
19081         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
19083 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19085         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
19087         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
19088         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
19090         * mail/sendmail.el (mail-mode): Set comment-start-skip.
19092         * newcomment.el (uncomment-region): Allow non-terminated comment.
19093         (comment-normalize-vars): Check the user-specified comstart marker.
19095 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19097         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
19098         Otherwise, do use it if the region only contains font-lock text
19099         properties.
19101 2004-03-04  Masatake YAMATO  <jet@gyve.org>
19103         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
19104         as the callback function for eldoc.
19105         (hexl-print-current-point-info): New function.
19106         (hexl-current-address): Print the address in both decimal
19107         and hexadecimal format.
19109 2004-03-04  Richard M. Stallman  <rms@gnu.org>
19111         * mail/rmail.el (rmail-convert-to-babyl-format):
19112         Specify t for UNIBYTE when calling mail-unquote-printable-region.
19114         * mail/mail-utils.el (mail-unquote-printable-region):
19115         New arg UNIBYTE.
19117         * startup.el (command-switch-alist): Doc fix.
19119         * simple.el (undo): Temporarily set this-command to `undo-start',
19120         then set it to `undo' once undo-start returns without error.
19122         * simple.el (minibuffer-history-sexp-flag): Doc fix.
19124         * simple.el (kill-line): Don't disregard trailing whitespace
19125         in eol condition, if show-trailing-whitespace is set.
19127         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
19128         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
19129         When disabling, restore old values only if mouse-sel-has-been-enabled.
19131         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
19132         (isearch-{-char): New function.
19133         (isearch-mode-map): Bind { to isearch-{-char.
19135         * font-lock.el (lisp-font-lock-keywords-2):
19136         Turn off the CL with-... and do-... general patterns.
19137         Instead, recognize several specific with... and do... constructs.
19139         * files.el (switch-to-buffer-other-window):
19140         Bind same-window-buffer-names and same-window-regexps to nil.
19141         (switch-to-buffer-other-frame): Likewise.
19143 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19145         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
19146         recognizing leading comment on code line.
19148 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19150         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
19151         hidden files/directories.
19153 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19155         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
19156         only comment-start (in case the mode hasn't set it).
19158         * Makefile.in (AUTOGENEL): New var.
19159         (bootstrap-prepare): Rename from bootstrap-clean.
19160         Don't remove elc files.
19161         (maintainer-clean): New target.
19163         * xml.el (xml-get-attribute-or-nil): Simplify.
19165 2004-03-02  Juri Linkov  <juri@jurta.org>
19167         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
19168         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
19169         URL to prevent their substitution with the environment variable
19170         values by browsers.
19172 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19174         * ps-print.el: Doc fix.
19175         (ps-print-version): New version number (6.6.3).
19176         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
19177         Docstring fix.
19178         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
19179         before printing.
19180         (ps-time-stamp-yyyy-mm-dd): New fun.
19181         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
19183 2004-03-02  Kim F. Storm  <storm@cua.dk>
19185         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
19187 2004-03-01  Juanma Barranquero  <lektu@terra.es>
19189         * allout.el (allout-rebullet-heading): Fix typo in docstring.
19191         * desktop.el (desktop-file-version)
19192         (desktop-after-read-hook): Fix typos.
19193         (desktop-clear-preserve-buffers): Remove redundant info in
19194         docstring already shown by the obsolescence message.
19195         (desktop-truncate, desktop-internal-v2s)
19196         (desktop-value-to-string): Change argument name to match docstring.
19198         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
19200         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
19201         docstring.
19203 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19205         * printing.el: Replace "As Is..." in PostScript file print/preview by
19206         "No Preprocessing...".  Suggested by Colin Marquardt
19207         <_marquardt_@zmd.de>.
19208         (pr-insert-section-4): Adjust buffer interface.
19210 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
19212         Version 2.0.39 of Tramp released.
19214         * net/tramp.el (tramp-handle-file-local-copy)
19215         (tramp-handle-write-region, tramp-open-connection-rsh):
19216         Variable name typo.  Small change.  From Patrick Tullmann
19217         <tullmann@flux.utah.edu>.
19218         (tramp-process-connection-type): New variable.
19219         (tramp-maybe-open-connection): Use it.
19220         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
19221         (tramp-touch): Set last-modified time of a remote file.
19222         (tramp-handle-write-region): Say which function is used when encoding.
19224 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
19226         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
19227         case of non-existing filename, too.  Reported by Christoph Bauer
19228         <c_bauer@informatik.uni-kl.de>.
19229         (tramp-smb-get-file-entries): The directory in question should
19230         have permissions "drwxrwxrwx".  Just virtual, because we don't
19231         know the real permissions.  Don't we know?
19232         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
19233         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
19234         (tramp-smb-wait-for-output): Optimize algorithm getting pending
19235         output.  If it was received chunkwise, there have been problems.
19236         Remove the "prompt not found" error message; it is obvious.
19237         Simplify algorithm.
19238         (tramp-smb-process-running): Remove.  Since we acknowledge the
19239         virtual prompt for shares, there's no need for distinction of
19240         reading shares (process ends afterwards) and interactive mode of
19241         smblient.
19242         (tramp-smb-open-connection): Setting process sentinel removed.
19243         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
19244         "NT_STATUS_NETWORK_ACCESS_DENIED".
19245         (tramp-smb-maybe-open-connection): Set `process-connection-type'
19246         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
19247         (top-level): Setting default value in `tramp-default-method-alist'
19248         corrected.  Order of USER and HOST have been wrong.
19249         Nobody complained for months ...
19250         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
19251         (tramp-smb-open-connection): Clear password cache if login has failed.
19253         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
19254         `tramp-unified-filenames'.
19255         (tramp-completion-mode): Make test for XEmacs explicitly.
19256         `event-to-character' can exists in Emacs packages too.
19257         Reported by Matt Swift <swift@alum.mit.edu>.
19258         (tramp-buffer-name): Buffer name must contain the user if exists.
19259         Reported by Adrian Phillips <a.phillips@met.no>.
19260         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
19261         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
19262         (tramp-do-copy-or-rename-file-out-of-band): Rename from
19263         `tramp-do-copy-or-rename-file-one-local', because it handles also
19264         the case both files use the same out-of-band method.
19265         Implementation added.
19266         (tramp-handle-file-local-copy, tramp-handle-write-region):
19267         Out-of-band handling removed.  `copy-file' called instead, which
19268         calls `tramp-do-copy-or-rename-file-out-of-band'.
19269         (tramp-action-password): Check for out-of-band method removed.
19270         This function is used for 'login-program.
19271         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
19272         appropriate.
19273         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
19274         and `tramp-parse-sknownhosts'.
19275         (tramp-completion-function-alist): It's a defvar now, because we
19276         want to apply the optimized `tramp-set-completion-function'
19277         instead of a static list.
19278         (tramp-set-completion-function): Implementation tuned.
19279         Avoid double entries, and entries where the function or the
19280         file/directory doesn't exist.
19281         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
19282         for SSH2.
19283         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
19284         (tramp-handle-dired-compress-file): New function.
19285         (tramp-async-proc): New variable.
19286         (tramp-handle-shell-command): Adding asynchronous processes.
19287         They are far from being perfect, but it works at least for
19288         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
19289         (top-level): Require password.el if visible.  Should be mandatory
19290         once No Gnus has found its way into (X)Emacs.
19291         (tramp-read-passwd): Invoke `password-read' if available,
19292         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
19293         fallback any longer.
19294         (tramp-clear-passwd): New function.
19295         (tramp-process-actions, tramp-process-multi-actions):
19296         Clear password cache if login has failed.
19298         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
19299         its own module.
19300         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
19301         `ange-ftp-ftp-name-res'.  There could be incorrect values from
19302         previous calls in case the "ftp" method is used in the Tramp file
19303         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
19305 2004-02-28  Richard M. Stallman  <rms@gnu.org>
19307         * term.el (term-mouse-paste): Call mouse-set-point.
19309         * thumbs.el: New file.
19311 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19313         * progmodes/ebnf-abn.el: Doc fix.
19315         * progmodes/ebnf-bnf.el: Doc fix.
19316         (ebnf-repeat): Code fix.
19318         * progmodes/ebnf2ps.el: Doc fix.
19319         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
19321 2004-02-28  Juri Linkov  <juri@jurta.org>
19323         * ffap.el (dired-at-point): Additional writability test for
19324         relative directory names.
19325         (dired-at-point-prompter): Treat directories as a directory, get
19326         the directory component from files.
19327         (ffap-string-at-point): Return string from region if region is active.
19328         (ffap-file-at-point): Remove redundant code.
19330 2004-02-28  Kim F. Storm  <storm@cua.dk>
19332         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
19333         Initialize margin area images to nil.
19334         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
19335         (breakpoint-enabled-bitmap-face)
19336         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
19337         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
19338         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
19339         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
19340         (gdb-reset): Use gdb-remove-breakpoint-icons.
19341         (gdb-put-string): Add dprop arg to specify alternative display
19342         property (for setting fringe bitmap).
19343         (gdb-remove-strings): Doc fix.
19344         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
19345         icon in fringe (if available), or else as icon or text in display
19346         margin.  Creates necessary icons in breakpoint-bitmap,
19347         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
19348         Also make left window margin if required.
19349         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
19350         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
19351         no longer needed.
19352         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
19353         gdb-put-breakpoint-icon.
19354         (gdb-assembler-mode): Don't set left-margin-width here.
19356 2004-02-27  Kevin Ryde  <user42@zip.com.au>
19358         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
19359         comma, so that it DTRT in macros.
19361 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
19363         * progmodes/sh-script.el (sh-shell-arg)
19364         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
19365         (sh-leading-keywords, sh-other-keywords): Fix custom type.
19367 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
19369         * faces.el (face-spec-set-match-display): Add a new attribute,
19370         `min-colors'.
19371         (region, highlight, secondary-selection): Use `min-colors'.
19373         * custom.el (defface): Add documentation for `min-colors'.
19375         * font-lock.el (font-lock-comment-face, font-lock-string-face)
19376         (font-lock-keyword-face, font-lock-function-name-face)
19377         (font-lock-variable-name-face, font-lock-constant-face):
19378         Use `min-colors'.
19380         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
19382 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19384         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
19385         define assq-delete-all if it's not defined.
19386         (ebnf-generate-region): Code fix.
19388         * printing.el: Doc fix.
19389         (pr-version): New version number (6.7.2).
19390         (pr-command): Return empty string if command is an empty string.
19392 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19394         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
19396         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
19397         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
19398         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
19399         "tt" ["test"] ).  Reported by Markus Dreyer
19400         <mdreyer@ix.urz.uni-heidelberg.de>.
19401         (ebnf-version): New version number (4.0).
19402         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
19403         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
19404         (ebnf-delete-style): New commands.
19405         (ebnf-directory, ebnf-file): New funs.
19406         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
19407         (ebnf-production-name-p, ebnf-stop-on-error): New options.
19408         (ebnf-syntax-alist): New var.
19409         (ebnf-element-width): New fun replacing ebnf-list-width.
19410         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
19411         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
19412         (ebnf-prologue): Adjust vars.
19413         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
19414         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
19415         (ebnf-check-style-values, ebnf-generate-production)
19416         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
19417         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
19418         (ebnf-token-repeat): Code fix.
19420         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
19421         %right, %left and %prec.  Suggested by Matthew K. Junker
19422         <junker@alum.mit.edu>.
19423         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
19425         * progmodes/ebnf-iso.el: Doc fix.
19426         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
19427         (ebnf-iso-lex): Code fix.
19429         * progmodes/ebnf-bnf.el: Doc fix.
19430         (ebnf-bnf-lex): Code fix.
19432         * progmodes/ebnf-otz.el: Doc fix.
19434 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
19436         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
19437         (abbrev-prefix-mark): Doc fix.
19439 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
19441         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
19442         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
19443         (gdb-var-delete): Make interactive (really).
19444         (gdb-edit-value): Make non-interactive.
19446         * progmodes/gud.el (gud-speedbar-menu-items):
19447         Add gdb-var-delete and, indirectly, gdb-edit-value.
19448         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
19449         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
19450         (gud-gdb-marker-filter): Add comment for annotations.
19452 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
19454         * calendar/calendar.el (generate-calendar)
19455         (calendar-read-date): Prevent display of BC calendars once more -
19456         reverts 2003-10-01 change.
19457         (generate-calendar-month): Doc fix.
19459 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
19461         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
19462         return value of increment-calendar-month.
19464 2004-02-21  Stephen Compall  <s11@member.fsf.org>
19466         * saveplace.el (save-place-forget-unreadable-files)
19467         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
19468         (save-place-forget-unreadable-files): New function.
19469         (save-place-alist-to-file): Use it to filter out files that are
19470         no longer readable.
19472         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
19473         current Texinfo environment, using the same method as in
19474         `texinfo-insert-@end', and insert a space rather than a newline if
19475         point in a @table environment.
19477 2004-02-21  Juri Linkov  <juri@jurta.org>
19479         * ffap.el (ffap-file-at-point): Try parent directories.
19481 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
19483         * vcursor.el (vcursor-modifiers): New defcustom.
19484         (vcursor-cs-binding): Use vcursor-modifiers instead of a
19485         hard-coded list.
19487 2004-02-21  Masatake YAMATO  <jet@gyve.org>
19489         * play/animate.el (animate-birthday-present): Accept names other
19490         than `Sarah', too.
19492 2004-02-21  Juri Linkov  <juri@jurta.org>
19494         * startup.el: Remove table of command line arguments from the
19495         Commentary section.
19497 2004-02-20  John Wiegley  <johnw@newartisans.com>
19499         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
19500         again" modifier from 'e' to 'E', since 'e' is also used by the
19501         "file extension" modifier.
19503 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
19505         * help-fns.el (describe-categories): Doc fix.
19507 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
19509         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
19510         temporary file for buffer already visiting one.  This change makes
19511         output likely to be directly usable by patch program.
19512         Suggested by Adrian Aichner  <adrian@xemacs.org>
19514 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
19516         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
19517         case of variables defined in compound statements.
19518         (gdb-setup-windows, gdb-source-info, gdb-source-info):
19519         Simplify constructions using switch-to-buffer.
19521 2004-02-19  Simon Josefsson  <jas@extundo.com>
19523         * play/morse.el: Fix typo.
19524         (morse-code): Add @.
19526 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
19528         * calendar/appt.el (appt-display-format): Change default to
19529         'ignore, for backwards compatibility.
19530         (appt-display-message): If appt-display-format is 'ignore,
19531         respect old vars appt-msg-window and appt-visible.
19532         (appt-activate): Don't depend on return value of cancel-timer.
19534         * calendar/calendar.el (calendar-holidays): Doc fix.
19536         * calendar/cal-coptic.el (coptic-prompt-for-date):
19537         Use assoc-string instead of assoc-ignore-case.
19538         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
19539         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
19540         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
19541         * calendar/cal-islam.el (calendar-goto-islamic-date)
19542         (mark-islamic-diary-entries): Ditto.
19543         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
19544         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
19545         (calendar-read-mayan-tzolkin-date): Ditto.
19546         * calendar/calendar.el (calendar-read-date): Ditto.
19547         * calendar/diary-lib.el (mark-diary-entries): Ditto.
19549 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
19551         * progmodes/executable.el (executable-command-find-posix-p):
19552         Fix choice of the directory.
19554 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
19556         * simple.el (interprogram-cut-function)
19557         (interprogram-paste-function, kill-new, kill-append):
19558         Doc fixes.
19559         (kill-region): Make it return nil.  Doc fix.
19560         (yank-pop): Make its argument optional.
19561         (yank): Make ARG `-' equivalent to `-1'.
19563 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
19565         * mail/rmail.el (rmail-get-new-mail): Don't reference
19566         rmail-use-spam-filter if rmail-spam-filter is not loaded.
19568 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
19570         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
19571         if one of global-auto-revert-non-file-buffers or autorevert-mode
19572         is non-nil.
19574 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19576         * subr.el (delete-dups): A better implementation from Karl Heuer
19577         <kwzh@gnu.org>.
19579 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
19581         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
19582         correct place.
19583         * progmodes/icon.el (icon-indent-command): Ditto.
19584         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
19586 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19588         * progmodes/grep.el (grep-compute-defaults): Undo change from
19589         2004-01-29: don't use executable-command-find-posix-p.
19591 2004-02-16  Richard Sharman  <rsharman@pobox.com>
19593         * hilit-chg.el: Use require instead of eval-and-compile.
19594         (highlight-compare-buffers): New function.
19596 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
19598         * man.el (Man-fontify-manpage): Render section headings in
19599         `Man-overstrike-face' even when overstrike was not used by man
19600         formatter for section headings.
19602 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
19604         * rmail-spam-filter.el (vm-use-spam-filter)
19605         (rsf-min-region-length-added-to-spam-list): New variables.
19606         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
19607         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
19608         spam testing.  Don't delete spam message if automatic deletion
19609         after output via variable rmail-delete-after-output is turned on.
19610         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
19611         rsf-bbdb-dont-create-entries-for-spam.
19612         (check-field): New function, extracted from code in
19613         rmail-spam-filter to ease addition of header fields like content-type.
19614         (message-content-type): New variable to check the content-type:
19615         field added, also in defcustom of rsf-definitions-alist.
19616         (rmail-spam-filter): Replace repeated test code for header fields
19617         by calls to check-field; change the call to
19618         rmail-output-to-rmail-file such that rmail-current-message stays
19619         the same to avoid wrong deletion of unseen flags.
19620         (rsf-add-contents-type): New function to convert old format
19621         of rmail-spam-definitions-alist into new one.
19622         Change prefixes of all variables and functions from
19623         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
19625 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19627         * loadhist.el (unload-hook-features-list): New defvar.
19629 2004-02-16  Dave Love  <fx@gnu.org>
19631         * loadhist.el (unload-feature): Doc fix.  Rename flist to
19632         unload-hook-features-list.
19634 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
19636         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
19637         cookie.  Don't check if we are looking-at open-formula.
19639 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19641         * subr.el (match-string-no-properties): Use substring-no-properties.
19643 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19645         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
19646         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
19647         Use lower-case "rx" in all error message.
19649 2004-02-16  Dave Love  <fx@gnu.org>
19651         * emacs-lisp/rx.el (rx-or): Put group around result.
19652         (rx-constituents): Add backref.
19653         (rx-syntax): Add string-delimiter, comment-delimiter.
19654         (rx-categories): Add combining-diacritic.
19655         (rx-check-not, rx-greedy, rx): Doc fix.
19656         (rx-backref, rx-check-backref): New.
19658 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
19660         * newcomment.el (uncomment-region): Allow eob as comment end.
19662 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
19664         * filecache.el: All message and error commands now use prefix
19665         "Filecache:" to make it easy to read *Messages* buffer.
19667 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
19669         * autorevert.el: Add support to detect changed dired and VC buffers.
19670         (auto-revert-active-p, auto-revert-list-diff)
19671         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
19672         (auto-revert-handler, auto-revert-active-p): New functions.
19673         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
19674         and `auto-revert-active-p'.
19675         (eval-when-compile): Defvar dired-directory and vc-mode.
19676         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19677         (auto-revert-handler-vc): New functions.
19679 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19681         * progmodes/compile.el (compilation-directory): New defvar.
19682         (compile): Save current directory in compilation-directory.
19683         (recompile): Bind default-directory to compilation-directory if
19684         that is non-nil.
19686 2004-02-16  Dave Love  <fx@gnu.org>
19688         * newcomment.el (comment-insert-comment-function)
19689         (comment-region-function, uncomment-region-function): New.
19690         (comment-indent): Use comment-insert-comment-function.
19691         (uncomment-region): Use uncomment-region-function.
19692         (comment-region): Use comment-region-function.
19694         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
19696 2004-02-16  Richard Stallman  <rms@gnu.org>
19698         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
19699         loaddefs* and ldefs-boot*.
19701 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19703         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
19704         and email address at the beginning and end of the address.
19706         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
19707         anchored at the beginning of the email address.
19709 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
19711         * international/ccl.el (ccl-compile-write): Pass `left' to
19712         ccl-embed-code to generate correct code of write-expr-register.
19714 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
19716         * progmodes/grep.el (grep-compute-defaults): Fix typos.
19718 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19720         * x-dnd.el: Mention support for Motif in commentary.
19721         (x-dnd-handle-drag-n-drop-event): Ditto.
19723 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
19725         * ses.el: Use "ses--" prefixes for buffer-local variables.
19726         Use (point-min) instead of 1, even when we know the buffer
19727         is unnarrowed.
19728         (ses-build-load-map): Delete.  Distribute its content to defconsts for
19729         the three maps.
19730         (ses-menu, ses-header-line-menu): New menus.
19731         (ses-mode-map): Use them.
19732         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
19734 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
19736         * Makefile.in: Fix the CC Mode recompile kludge so it works
19737         when building in a different directory.
19739 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
19741         * simple.el (kill-new): Put yank-handler property on the entire string.
19743 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19745         * diff.el: Don't use compile any more, use diff-mode instead.
19746         (diff-regexp-alist, diff-old-file, diff-new-file)
19747         (diff-parse-differences, diff-process-setup): Remove.
19748         (diff-sentinel): New fun.
19749         (diff): Use it.  Run the process ourselves.
19750         Use diff-mode for the rest of the processing.
19752         * diff.el (diff): Simplify code handling `switch'.
19754 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19756         * pcvs-defs.el (cvs-menu): Add `tag'.
19758 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
19760         * simple.el (kill-append): Doc fix.
19762         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19763         Adapt outline-regexp to the new conventions for commenting out code.
19765 2004-02-11  John Paul Wallington  <jpw@gnu.org>
19767         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
19769 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19771         * diff.el (diff-switches): New fun.
19772         (diff, diff-backup): Use it.
19773         (diff): Clean up the args construction.  Use backquote.
19774         Use listp instead of consp to avoid putting a nil arg.
19775         (diff): Add a revert-buffer function.
19777 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19779         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
19780         handled by x-dnd-handle-file-name.
19781         (x-dnd-known-types): Add COMPOUND_TEXT.
19782         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
19783         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
19784         x-dnd-empty-state.
19785         (x-dnd-forget-drop): Ditto.
19786         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
19787         (x-dnd-handle-one-url): Return private when inserting text.
19788         (x-dnd-insert-ctext): New function.
19789         (x-dnd-handle-file-name): New function for FILE_NAME.
19790         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
19791         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
19792         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
19794 2004-02-10  Kenichi Handa  <handa@m17n.org>
19796         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
19797         instead of while loop.
19799 2004-02-10  Miles Bader  <miles@gnu.org>
19801         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
19803 2004-02-09  Kenichi Handa  <handa@m17n.org>
19805         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
19806         have end-of-line.
19808 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
19810         * Makefile.in: Added extra dependencies in the recompile target
19811         needed to cope with the compile time macro expansions in CC Mode.
19813 2004-02-09  Kim F. Storm  <storm@cua.dk>
19815         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
19816         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
19817         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
19818         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
19819         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
19820         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
19821         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
19822         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
19823         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
19824         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
19825         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
19827 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19829         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
19830         Don't allow shrink if there's a window on our right.
19832         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
19833         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
19834         Bring together declaration and initialization.
19835         (prolog-mode-variables): Don't set the syntax table.
19836         Don't set paragraph-start and comment-indent-function.
19837         Add /*..*/ to the comment regexps.
19838         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
19839         (prolog-mode-map): Don't bind TAB.
19840         (prolog-mode): Set the syntax table.
19841         (prolog-comment-indent): Remove.
19842         (inferior-prolog-mode-map): Initialize in the declaration.
19843         (inferior-prolog-mode-syntax-table)
19844         (inferior-prolog-mode-abbrev-table): New vars.
19845         (inferior-prolog-mode): Derive from comint-mode.
19846         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
19847         minibuffer windows.
19849         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
19850         in file names, as long as it is unambiguous.
19852 2004-02-08  Andreas Schwab  <schwab@suse.de>
19854         * textmodes/reftex-toc.el
19855         (reftex-toc-load-all-files-for-promotion): Remove useless use of
19856         format.  Doc fix.
19858         * textmodes/refer.el (refer-find-entry-internal): Remove extra
19859         format string arguments.
19861         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
19862         string argument.
19864         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
19866         * play/zone.el (zone-call): Fix format string.
19868         * net/webjump.el (webjump-builtin): Add missing format string argument.
19870         * midnight.el (midnight-delay-set): Remove extra format string argument.
19872         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
19874         * hexl.el (hexl-insert-char): Add missing format string argument.
19876         * format.el (format-decode): Fix format string.
19878         * emulation/vi.el (vi-mode): Remove extra format string argument.
19879         (vi-repeat-last-search): Likewise.
19880         (vi-reverse-last-search): Likewise.
19881         (vi-goto-mark): Likewise.
19882         (vi-reverse-last-find-char): Likewise.
19883         (vi-repeat-last-find-char): Likewise.
19884         (vi-locate-def): Likewise.
19886         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
19888         * ediff-util.el (ediff-toggle-read-only): Remove extra format
19889         string argument.
19890         (ediff-toggle-regexp-match): Likewise.
19892         * dired-aux.el (dired-do-query-replace-regexp): Add missing
19893         format string argument.
19895         * calc/calc-map.el (calc-get-operator): Remove extra format
19896         string argument.
19898         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
19900         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
19901         string argument.
19903         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
19905         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
19907         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
19909         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
19910         (cl-struct-setf-expander): Likewise.
19912         * vc.el (with-vc-file): Fix unsafe uses of error.
19913         (vc-cancel-version): Likewise.
19915 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
19917         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
19918         thousands separator; fixes <class>:<line-number> regexp for
19919         non-english locales.
19921 2004-02-08  Andreas Schwab  <schwab@suse.de>
19923         * view.el (view-mode-enable): Revert previous change.
19925 2004-02-07  Kim F. Storm  <storm@cua.dk>
19927         * simple.el (line-number-at-pos): Rename from line-at-pos.
19928         Uses changed (what-line and vc-annotate-warp-version).
19930 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19932         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
19933         (diff-mode): Remove aborted attempt at support for compile.el.
19934         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
19936 2004-02-06  Andreas Schwab  <schwab@suse.de>
19938         * view.el (view-mode-enable): Add view-mode-map to
19939         minor-mode-overriding-map-alist.
19941 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19943         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
19945 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19947         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
19948         with point inside rather than after the paragraph.
19950 2004-02-04  Sam Steingold  <sds@gnu.org>
19952         * mail/smtpmail.el (smtpmail-try-auth-methods):
19953         Do not try authentication when no mechanism is available.
19954         Pass port-name as defaultport to `netrc-machine'.
19956 2004-02-04  Stephen Eglen  <stephen@gnu.org>
19958         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
19959         to show how minibuffer height can be constrained.
19961 2004-02-04  John Paul Wallington  <jpw@gnu.org>
19963         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
19965 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19967         * x-dnd.el: New file for drag and drop.
19969         * term/x-win.el: require x-dnd, set after-make-frame-functions
19970         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
19971         drag-n-drop event.
19973         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
19974         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
19975         (dired-dnd-handle-file): New functions for drag and drop support.
19976         (dired-mode): Initialize drag and drop if x-dnd present.
19978 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19980         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
19981         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
19982         (cperl-mode): Set fill-paragraph-function.
19983         (cperl-fill-paragraph): Make it non-interactive.
19985 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
19987         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
19989 2004-02-02  David Kastrup  <dak@gnu.org>
19991         * replace.el (perform-replace): Allow 'literal argument in
19992         regexp-flag to indicate literal replacement.
19993         (query-replace-regexp-eval): Use it.
19995 2004-02-01  Andreas Schwab  <schwab@suse.de>
19997         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
19999 2004-02-01  Stephen Eglen  <stephen@gnu.org>
20001         * info-look.el: Add support for maxima-mode.  Update commentary
20002         because info-lookup-symbol is now bound to C-h S.
20004 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
20006         * simple.el (edit-and-eval-command): Bind print-level and
20007         minibuffer-history-sexp-flag around call to read-from-minibuffer.
20008         Correct initial position in command-history.
20010 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
20012         * files.el (read-directory-name): Adapt the docstring to recent
20013         change in Fread_file_name.
20015 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
20017         * ses.el (ses-print-cell): If print format too wide for column
20018         width, truncate decimal places if that helps to avoid "#####" fill.
20019         * ses.el (ses-initial-column-width): Revert previous change.
20021 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20023         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
20024         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
20025         Add edebug info.
20026         (jit-lock-mode): Setup/cancel the new timer.
20027         (jit-lock-context-fontify): New fun.  Extracted from
20028         context fontification code of jit-lock-stealth-fontify.
20029         (jit-lock-stealth-fontify): Don't do context fontification any more.
20031         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
20032         (jit-lock-fontify-now): Handle the `quit' case.
20033         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
20035 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
20037         * progmodes/executable.el (executable-command-find-posix-p):
20038         New.  Check if find handles arguments Posix-style.
20040         * progmodes/grep.el (grep-compute-defaults):
20041         Use executable-command-find-posix-p.
20042         (grep-find): Check `grep-find-command'.
20044         * filecache.el (file-cache-find-posix-p): Delete.
20045         (file-cache-add-directory-using-find):
20046         Use `executable-command-find-posix-p'.
20048 2004-01-29  Dave Love  <fx@gnu.org>
20050         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20051         Iterate the hook function if arg is given.
20052         (mark-defun, narrow-to-defun): Change order of finding the limits.
20054         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
20055         (byte-compile-format-warn): New.
20056         (byte-compile-callargs-warn): Use it.
20057         (Format, message, error): Add byte-compile-format-like property.
20058         (byte-compile-maybe-guarded): New.
20059         (byte-compile-if, byte-compile-cond): Use it.
20060         (byte-compile-lambda): Compile interactive forms,
20061         just to make warnings about them.
20063 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
20065         * ses.el (ses-initial-column-width): Increase to 14, so it will
20066         work well with the default printer of "%.7g" for extreme values
20067         like "-1.234567e+07".
20069 2004-01-29  Kenichi Handa  <handa@m17n.org>
20071         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
20073 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
20075         * dos-w32.el: Added support for the `default-printer-name' function.
20077 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20079         * server.el (server-socket-name): Don't use the hostname in the
20080         socket name since /tmp is local to the host anyway.
20082         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
20083         robust check of widening and fix var-naming.
20085 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
20087         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
20088         or rmail-spam- to rsf- in all function and variable names.
20089         (rsf-min-region-to-spam-list): New variable.
20090         (rsf-bbdb-auto-delete-spam-entries): Rename from
20091         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
20092         scanned together with the recipients field for spam testing; Don't
20093         delete spam message if rmail-delete-after-output is non-nil;
20094         (rsf-check-field): New function, extracted from code in
20095         rmail-spam-filter to ease addition of header fields like
20096         content-type:;
20097         (message-content-type): New variable.  The content-type: field was
20098         added also in defcustom of rsf-definitions-alist;
20099         (rmail-spam-filter): Replace repeated test code for header fields
20100         by calls to check-field; change the call to
20101         rmail-output-to-rmail-file such that rmail-current-message stays
20102         the same to avoid wrong deletion of unseen flags.
20103         (rmail-use-spam-filter): Add autoload cookie.
20105 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
20107         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
20108         (file-cache-add-directory-using-find): Add Cygwin support.
20109         (file-cache-find-command-posix-flag): New user variable.
20111         * filecache.el (file-cache-add-directory): Check for
20112         directories an remove them from dir-files.
20114 2004-01-27  Richard M. Stallman  <rms@gnu.org>
20116         * man.el (Man-fontify-manpage): Clean up message.
20118 2004-01-27  Kenichi Handa  <handa@m17n.org>
20120         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
20121         (sentence-end): Define using sentence-end-without-space.
20123         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
20124         a sentence ends with one of a character in sentence-end-without-space.
20126 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20128         * font-lock.el (font-lock): Add jit-lock as explicit group member.
20129         (jit-lock): Group declaration moved to jit-lock.el.
20130         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
20131         when necessary.
20133         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
20134         (jit-lock-context-unfontify-pos): Rename from
20135         jit-lock-first-unfontify-pos.
20136         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
20138 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
20140         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
20141         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
20142         (fortran-fill): When filling a string, adjust re-search-backward
20143         argument for special case of string just on fill-column.
20144         When filling non-string, allow one extra char if
20145         fortran-break-before-delimiters is non-nil.
20146         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
20147         Use fortran-break-delimiters-re and fortran-no-break-re to
20148         correctly handle cases such as "**".
20150         * progmodes/f90.el (f90-break-delimiters): Doc fix.
20151         (f90-no-break-re): Add some extra tokens.  Doc fix.
20153 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
20155         * mail/rmail-spam-filter.el:
20156         Use two semicolons as Commentary line prefix.
20157         Add ";;; Code:" stylized comment.
20158         Delete end-of-line whitespace.
20159         Wrap (require 'cl) with `eval-when-compile'.
20161 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
20163         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
20164         at the top level of vc.el.
20166 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
20168         * vc.el (vc-current-line): Function removed.  This is now done by
20169         the new function line-at-pos in simple.el.
20170         (vc-annotate-warp-version): Use line-at-pos instead of
20171         vc-current-line.
20173 2004-01-22  Kim F. Storm  <storm@cua.dk>
20175         * simple.el (line-at-pos): New defun.
20176         (what-line): Use it.  Optimize by only counting lines in narrowed
20177         region once.
20179 2004-01-22  Kenichi Handa  <handa@m17n.org>
20181         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
20182         point (register r1) only for charset mule-unicode-0100-24ff.
20184 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
20186         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
20187         trailing white space and ensure a final newline.
20189         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
20190         Add autoload cookie.
20192 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
20194         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
20195         activate view-mode explicitly.
20197 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20199         * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
20200         menu-bar-enable-clipboard and make Paste use clipboard first.
20202 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20204         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
20205         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
20206         (vc-mcvs-cvs): Remove.
20207         (vc-mcvs-command): Remove use of assert.
20209         * outline.el (outline-insert-heading): Tighten up match.
20210         (outline-demote, outline-move-subtree-down): Don't assume anything
20211         about outline-regexp.
20213         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
20214         (texinfo-show-structure): Explicitly add ^, and simplify.
20216 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
20218         * calendar/appt.el (appt-check): Restore usage of
20219         appt-issue-message deleted in previous change.
20220         (top-level): Activate package when loaded (needed for backwards
20221         compatibility).
20223 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20225         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
20226         following previous change to smtpmail-send-data.
20228 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
20230         * vc.el (vc-default-previous-version): Doc enhancement.
20231         (vc-default-next-version): New function.
20232         (vc-print-log): New arg FOCUS-REV.
20233         (vc-annotate-mode): Derive from view-mode.
20234         (vc-annotate): New args REVISION, DISPLAY-MODE.
20235         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
20236         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
20237         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
20238         (vc-annotate-show-diff-revision-at-line, vc-current-line)
20239         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
20241         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
20243 2004-01-19  Karl Berry  <karl@gnu.org>
20245         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
20246         or "TexInfo".
20248 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
20250         * subr.el (delete-dups): New function.
20252 2004-01-19  Karl Berry  <karl@gnu.org>
20254         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
20255         with ^, since that's what texinfo-show-structure
20256         documentation says (plus it works much better in texinfo.txi).
20258 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
20260         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
20262 2004-01-18  David Ponce  <david@dponce.com>  (tiny change)
20264         * progmodes/which-func.el (which-function-mode): Don't cancel
20265         which-func-update-timer if not set.
20267 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
20269         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
20270         Remove spurious left square bracket in XX:XXam regexp.
20272 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
20274         * progmodes/cc-defs.el: Do not require cl at run time.
20276 2004-01-16  Richard M. Stallman  <rms@gnu.org>
20278         * emacs-lisp/cl.el (cl-cannot-unload): New function.
20279         (cl-unload-hook): Defvar this to run cl-cannot-unload.
20281         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
20282         Call rmail-spam-filter.  Delete and expunge spam.
20283         Print number of spam messages deleted.
20284         Save and restore the deletion status of old messages when reading
20285         new mail with spam filter, so that expunging spam does not expunge
20286         msgs deleted by the user.
20287         (rmail-only-expunge): Add an optional argument dont-show to
20288         prevent showing message after expunge.
20290 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
20292         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
20293         * subr.el (declare): New macro.
20295 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
20297         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
20299 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20301         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20302         Test window-system rather than system-type (for X11/Mac).
20304 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
20306         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
20308 2004-01-12  Richard M. Stallman  <rms@gnu.org>
20310         * mail/rmail.el (rmail-convert-to-babyl-format):
20311         Use mail-unquote-printable-region.
20312         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
20313         (rmail-hex-char-to-integer): Functions deleted.
20315         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
20316         (mail-unquote-printable-region): New arg NOERROR.
20317         For invalid encoding, either signal an error to just return nil.
20319 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
20321         * calendar/appt.el: Update copyright and commentary.
20322         (appt-issue-message): Make obsolete.
20323         (appt-visible, appt-msg-window): Make obsolete, in favor of
20324         appt-display-format.
20325         (appt-display-mode-line, appt-display-duration)
20326         (appt-display-diary, appt-time-msg-list, appt-mode-string)
20327         (appt-prev-comp-time, appt-display-count, appt-timer)
20328         (appt-convert-time): Doc change.
20329         (appt-disp-window-function, appt-delete-window-function):
20330         Use defcustom rather than defvar.
20331         (appt-display-format): New variable.
20332         (appt-display-message): New function with display code from appt-check.
20333         (appt-check): Add optional FORCE argument.  Doc change.
20334         Add appt-make-list to diary-hook if displaying diary.
20335         Remove checking of view-diary-entries-initially.
20336         Message display section removed to new function appt-display-message.
20337         (appt-display-window): Doc change.  Remove unused internal var
20338         this-buffer.  Do not beep, since appt-display-message does that.
20339         (appt-make-list): Doc change.  Use caar.
20340         (appt-sort-list): Simplify by using builtin sort function.
20341         (appt-update-list): New function for updating appts when diary is
20342         saved.
20343         (appt-activate): New autoloaded function to toggle package
20344         functionality.
20346         * calendar/cal-x.el: (calendar-one-frame-setup)
20347         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
20349         * calendar/calendar.el: Update copyright.
20350         (view-diary-entries-initially, european-calendar-style): Doc change.
20351         (calendar-setup): Make defcustom rather than defvar.
20352         (mark-visible-calendar-date): Initialize temp-face and faceinfo
20353         in let binding so local to function.
20355         * calendar/diary-lib.el: Update copyright.
20356         (diary, diary-entry-time): Doc change.
20357         (list-diary-entries): Doc change.  Trivial logic change.
20358         (fancy-diary-display): Restore make-face command mistakenly
20359         deleted 2003-05-08.
20360         (show-all-diary-entries): Allow to pop-up frame if needed.
20362 2004-01-09  John Paul Wallington  <jpw@gnu.org>
20364         * bindings.el (mode-line-change-eol): Add EVENT parameter.
20365         Temporarily select EVENT's window for changing eol type.
20367 2004-01-09  Deepak Goel  <deego@gnufans.org>
20369         * calendar/diary-lib.el (diary-entry-time):
20370         Also accept time in the form XX[.XX][am/pm/AM/PM].
20371         (fancy-diary-font-lock-keywords): Likewise.
20372         (diary-font-lock-keywords): Likewise.
20373         * calendar/appt.el (appt-add): Likewise.
20374         (appt-make-list): Likewise.
20375         (appt-convert-time): Likewise.
20377 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
20379         * gdb-ui.el (gdb-ann3): Revert previous change.
20380         (gdb-source-info): Allow for case of where compilation directory
20381         is not recorded.
20383 2004-01-08  John Paul Wallington  <jpw@gnu.org>
20385         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
20387 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
20389         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
20391         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
20392         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
20393         problems.
20394         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
20396 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
20398         * files.el (write-file-functions, write-contents-functions):
20399         Clarify docstrings.
20401 2004-01-07  Kenichi Handa  <handa@m17n.org>
20403         * international/mule.el (set-auto-coding): Fix for the case that
20404         end-of-line is only CR.
20406 2004-01-07  Kim F. Storm  <storm@cua.dk>
20408         * subr.el (event-start, event-end): Doc fix.
20409         (posn-string, posn-image): New defuns.
20410         (posn-object): Return either image or string object.
20411         (posn-object-x-y): Return 8th element of position.
20412         (posn-object-width-height): New defun.
20414 2004-01-06  Andreas Schwab  <schwab@suse.de>
20416         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
20417         output.
20419 2004-01-05  Karl Berry  <karl@gnu.org>
20421         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
20422         / and *, too.
20424 2003-12-31  Simon Josefsson  <jas@extundo.com>
20426         * files.el (before-save-hook): Add.
20427         (basic-save-buffer): Use before-save-hook.
20429         * emacs-lisp/copyright.el: Fix comment to recommend
20430         before-save-hook instead of write-file-functions.
20432 2004-01-05  Richard M. Stallman  <rms@gnu.org>
20434         * finder.el (finder-commentary): Call delete-other-windows.
20436         * net/ange-ftp.el (ange-ftp-file-attributes):
20437         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
20439 2004-01-04  Karl Berry  <karl@gnu.org>
20441         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
20442         comment characters % and # in the copyright year notice,
20443         as well as ;.
20445 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
20447         * wid-edit.el (default): Define dummy :value-delete.
20448         Reported by Jesper Harder <harder@ifa.au.dk>.
20450 2004-01-03  Richard M. Stallman  <rms@gnu.org>
20452         * progmodes/compile.el (compile-internal): Use point, not point-min,
20453         for set-window-point.
20455         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
20457         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
20459         * progmodes/grep.el (grep-mode-map):
20460         Don't remap next-line, previous-line.
20462 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
20464         * speedbar.el (speedbar-edit-line): Change regexp to position
20465         the cursor on the first character of this line's button.
20467 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
20469         * subr.el (functionp): Doc fix.
20471 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20473         * progmodes/idlwave.el (idlwave-make-tags):
20474         * textmodes/flyspell.el (flyspell-large-region):.
20475         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
20476         * emulation/viper-util.el (viper-glob-unix-files):
20477         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
20478         * man.el (Man-init-defvars):
20479         * jka-compr.el (jka-compr-call-process):
20480         * files.el (get-free-disk-space,insert-directory):
20481         * ediff-ptch.el (ediff-test-patch-utility):
20482         * ediff-diff.el (ediff-test-utility):
20483         * dired-aux.el (dired-check-process):
20484         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
20485         test the return value of call-process, because it can be a string.
20487 2003-12-31  John Paul Wallington  <jpw@gnu.org>
20489         * bindings.el (completion-ignored-extensions): Add .pfsl.
20491 2003-12-31  Kim F. Storm  <storm@cua.dk>
20493         * ido.el (ido-nonreadable-directory-p): New defun to check for
20494         nonreadable directory without activating tramp (to avoid problems
20495         with checking incomplete tramp paths).
20496         (ido-set-current-directory, ido-file-internal)
20497         (ido-file-name-all-completions1): Use it.
20499 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
20501         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
20502         documentation if the anchor (or node) name is preceded by `info
20503         anchor' or `Info anchor' in addition to earlier `info node' and
20504         `Info node'.
20505         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
20507 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
20509         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
20510         error in arguments to base64-decode-region.  Remove ^M characters
20511         after decoding base64.
20513 2003-12-30  Simon Josefsson  <jas@extundo.com>
20515         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
20516         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
20517         have only been distributed with Emacs for some years.
20518         (texinfo-mode-hook): Customize.
20520 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
20522         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
20523         cleaner (suggested by Richard Stallman).
20525         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
20526         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
20527         file-name clashes on 8+3 DOS filesystems.
20529         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
20530         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
20531         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
20532         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
20533         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
20534         file-name clashes on 8+3 filesystems.
20536         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
20537         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
20538         file-name clashes on 8+3 DOS filesystems.
20540 2003-12-29  Richard M. Stallman  <rms@gnu.org>
20542         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
20543         Upcase the character.
20545         * textmodes/flyspell.el (mail-mode-flyspell-verify):
20546         Search for header separator alone on a line, literally,
20547         and search for it backward, not forward.
20548         (flyspell-abbrev-table): Always use global-abbrev-table
20549         if there is no local one.
20551         * progmodes/sh-script.el (sh-get-indent-info):
20552         Don't move point back if at bob.
20554         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
20556         * play/handwrite.el (handwrite): Make the handwrite credit message
20557         a comment rather than an output command.
20559         * obsolete/sc.el: Display message that this file is obsolete.
20561         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
20563         * mail/rfc822.el (rfc822-address-start): Declare variable.
20564         Renamed from address-start.  All uses changed.
20566         * term.el (term-exec): Set up sentinel.
20567         (term-sentinel): New function.
20568         (term-handle-exit): New function.
20570         * subr.el (assoc-ignore-case, assoc-ignore-representation):
20571         Use assoc-string, and mark them obsolete.
20572         (delay-mode-hooks): Mark as permanent local.
20574         * simple.el (sendmail-user-agent-compose): Use assoc-string.
20576         * register.el (copy-rectangle-to-register): Doc fix.
20578         * info.el (Info-insert-dir): Use assoc-string.
20580         * info-look.el (info-lookup): Use assoc-string.
20582         * frame.el (pop-up-frame-function): Use quote, not `function'.
20583         (frame-notice-user-settings): Calculate ADJUSTED-TOP
20584         copying with lists as coordinate values.
20586         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
20588         * find-dired.el (kill-find): New command.
20589         (find-dired): Make buffer read-only.
20590         Set up a keymap with C-c C-k running kill-find.
20591         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
20593         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
20595         * filecache.el (file-cache-ignore-case): New variable.
20596         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
20598         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
20599         (comint-dynamic-complete-as-filename): Rename local vars.
20600         (comint-dynamic-list-filename-completions): Likewise.
20602         * comint.el (comint-dynamic-list-completions-config): New var.
20603         (comint-dynamic-list-completions): Handle both SPC and TAB right.
20605         * comint.el (comint-file-name-chars): Add [].
20606         (comint-word): Use skip-chars-backward, not search.
20608         * shell.el (shell-file-name-chars): Add [].
20610         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
20612         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
20614         * generic.el (define-generic-mode): Doc fix.
20616 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
20618         * files.el (kill-some-buffers): Doc fix.
20620 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
20622         * comint.el (comint-watch-for-password-prompt): Pass `string' as
20623         arg to send-invisible
20624         (send-invisible): Doc fix.  The argument is now a prompt, not the
20625         string to send.
20626         (comint-read-noecho): Doc fix.
20628 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
20630         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
20631         "@", as required by some ISP hosting service.  Fix defcustom
20632         argument syntax errors that prevented use of customization.
20634 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
20636         * xml.el (xml-get-attribute-or-nil): Doc fix.
20638 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
20640         * net/zone-mode.el (zone-mode): Use write-file-functions, not
20641         write-file-hooks.
20643 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
20645         * autorevert.el (auto-revert-interval): Doc fix.
20647 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
20649         * xml.el (xml-get-attribute-or-nil): New function, like
20650         xml-get-attribute, but returns nil if the attribute was not found.
20651         (xml-get-attribute): Convert to defsubst, uses
20652         xml-get-attribute-or-nil.
20654 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
20656         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
20658 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
20660         * custom.el (custom-declare-theme): Use `value' when putting
20661         properties on `theme'.
20663 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
20665         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
20666         for each yank-handler segment.
20667         (insert-for-yank-1): New function, with the body of the previous
20668         insert-for-yank.
20670         * textmodes/table.el (table-yank-handler): New defcustom.
20671         (table--put-cell-indicator-property): Put yank-handler property
20672         that indicates the yank handler for the table cell.
20674 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20676         * generic-x.el (etc-modules-conf-generic-mode): A more complete
20677         set of keywords.
20679 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
20681         * international/mule-cmds.el (reset-language-environment)
20682         (set-language-environment): Don't invoke fontset-related functions
20683         if fontset-list is not fboundp.
20685 2003-12-29  Kenichi Handa  <handa@m17n.org>
20687         * international/mule-cmds.el (reset-language-environment):
20688         Call set-overriding-fontspec-internal with nil.
20689         (set-language-environment): Call set-overriding-fontspec-internal
20690         if the language environment specify `overriding-fontspec'.
20691         (language-info-alist): Doc added.
20693         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
20694         characters of mule-unicode-0100-24ff.
20695         (ccl-encode-windows-1251-font): New CCL program.
20696         ("Bulgarian"): Specify overriding-fontspec.
20697         ("Belarusian"): Likewise.
20699 2003-12-28  Sam Steingold  <sds@gnu.org>
20701         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
20702         parameter ID-FORMAT to conform with the 2003-11-30 patch.
20704 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
20706         * progmodes/gud.el (gud-gdb-command-name): Set default to
20707         "gdb --annotate=3".
20708         (gud-gdb-marker-filter): Look out for annotations.
20709         (gdb-first-pre-prompt): New variable.
20710         Remove trailing white space.
20712         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
20713         if necessary.
20714         (gdb-ann3): New function.  Initialize M-x gdb as for M-x gdba if
20715         annotations are detected.
20716         (gud-gdba-marker-filter): Use global variable gud-marker-acc
20717         instead of a local one to allow transition from
20718         gud-gdb-marker-filter.
20719         Remove trailing white space.
20721 2003-12-27  Kim F. Storm  <storm@cua.dk>
20723         * ido.el: Handle non-readable directories.
20724         (ido-decorations): Add 9th element for non-readable directory.
20725         (ido-directory-nonreadable): New dynamic var.
20726         (ido-set-current-directory): Set it.
20727         (ido-read-buffer, ido-file-internal):
20728         (ido-read-file-name, ido-read-directory-name): Let-bind it.
20729         (ido-file-name-all-completions1): Return empty list for
20730         non-readable directory.
20731         (ido-exhibit): Print [Not readable] if directory is not readable.
20732         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
20733         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
20734         Use it.
20736 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
20738         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
20739         calls to directory-files-and-attributes and file-attributes.
20740         (ls-lisp-format): Remove system dependent handling of user and
20741         group id's.
20743 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
20745         * ffap.el (ffap-read-file-or-url): Revert previous change.
20747 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
20749         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
20750         new list of included files called `files-with-node-lines', that
20751         only have node lines.  This way @include commands can include any
20752         file, such as version and update files without node lines, not
20753         just files that are chapters.
20755 2003-12-25  Andreas Schwab  <schwab@suse.de>
20757         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
20758         file not found.
20760 2003-12-08  Miles Bader  <miles@gnu.org>
20762         * dired.el (dired-between-files): Always use dired-move-to-filename,
20763         which is more robust in non-english locales.
20765 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
20767         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
20769 2003-12-24  Andreas Schwab  <schwab@suse.de>
20771         * shell.el (shell-file-name-quote-list): Add backslash.
20773         * comint.el (comint-quote-filename): Correctly handle backslash
20774         in comint-file-name-quote-list.
20776 2003-12-24  Kenichi Handa  <handa@m17n.org>
20778         * international/mule-cmds.el (set-default-coding-systems):
20779         Call ucs-set-table-for-input for all buffers that don't have local
20780         value of buffer-file-coding-system.
20782         * international/ucs-tables.el (ucs-set-table-for-input):
20783         If translation-table-for-encode is a symbol, get its
20784         translation-table property.
20786 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
20788         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
20789         to `completing-read' on a recently fixed bug.
20791         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
20792         instead of SPACE, to get the list of possible fringe modes.
20793         SPACE only works if both `partial-completion-mode' and
20794         `completion-auto-help' are nil.
20796         * complete.el (PC-is-complete-p): Delete.
20797         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
20798         calls to `test-completion'.
20800 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
20802         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
20803         to edit values when there are no children.
20805         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
20806         a mode called "Assembler" already exists.
20807         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
20808         (gud-watch): Use format option.  Remove font properties from string.
20809         (gdb-var-create-handler, gdb-var-list-children-handler):
20810         Don't bother about properties as there are none.
20811         (gdb-var-create-handler, gdb-var-list-children-handler)
20812         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
20813         with two arguments.
20814         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
20815         Let speedbar show value changes with a different font.
20816         (gdb-edit-value): New defun.
20817         (gdb-clear-partial-output, gdb-clear-inferior-io)
20818         (def-gdb-auto-update-handler): Use erase-buffer.
20819         (gdb-frame-handler): Display watch expressions in
20820         FUNCTION::VARIABLE format if required.
20822 2003-12-23  John Paul Wallington  <jpw@gnu.org>
20824         * info.el (Info-unescape-quotes, Info-split-parameter-string)
20825         (Info-goto-emacs-command-node): Doc fixes.
20827 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
20829         * cus-edit.el (custom-add-parent-links): Define "many".
20831 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
20833         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
20834         (widget-child-validate, widget-type-value-create)
20835         (widget-type-default-get, widget-type-match): New functions.
20836         (lazy): New widget.
20837         (menu-choice, checklist, radio-button-choice, editable-list)
20838         (group, documentation-string): Remove redundant (per 2003-10-25
20839         change) calls to `widget-children-value-delete'.
20840         (widget-choice-value-get, widget-choice-value-inline): Remove.
20841         (menu-choice): Update widget.
20843 2003-12-03  Kenichi Handa  <handa@m17n.org>
20845         * language/cyrillic.el: Register "microsoft-cp1251" in
20846         ctext-non-standard-encodings-alist.
20847         ("Bulgarian"): Add ctext-non-standard-encodings.
20848         ("Belarusian"): Likewise.
20850         * international/mule-conf.el (compound-text-with-extensions):
20851         Change the type to 2 (iso-2022 base).
20853         * international/mule.el (ctext-non-standard-encodings-alist):
20854         Change the format.
20855         (ctext-non-standard-encodings): New variable.
20856         (ctext-post-read-conversion): Fully re-written.
20857         (ctext-non-standard-designations-alist): Delete it.
20858         (ctext-non-standard-encodings-table): New function.
20859         (ctext-pre-write-conversion): Fully re-written.
20861 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
20863         * cus-edit.el (custom-add-parent-links): Add documentation links
20864         for parent, if the item has none of its own.
20866 2003-11-30  Richard M. Stallman  <rms@gnu.org>
20868         * dired-aux.el (dired-do-query-replace-regexp):
20869         Report files visited read-only.
20871 2003-11-30  Juri Linkov  <juri@jurta.org>
20873         * dired-aux.el (dired-compare-directories): New command.
20874         (dired-file-set-difference, dired-files-attributes): New functions.
20876 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
20877         Version 2.0.38 of Tramp released.
20879         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
20880         Charles Curley <charlescurley@charlescurley.com>.
20881         (tramp-multi-connection-function-alist): Add ssht entry which adds
20882         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
20883         Aichner.
20884         (tramp-get-method-parameter): New function to retrieve a method
20885         parameter.  This allows for omission of method parameters.
20886         Callers adjusted.
20888 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
20890         * net/tramp.el: Add new optional parameter ID-FORMAT to
20891         `file-attributes'.  Calls of `file-attributes' won't use this
20892         parameter for backward compatibility reasons.
20893         (tramp-perl-file-attributes): Add a new parameter to Perl script
20894         in order to handle uid/gid as strings, if desired.
20895         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
20896         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
20897         order to make the function more general.
20898         (tramp-handle-file-attributes): Replace proprietary optional
20899         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
20900         (tramp-handle-file-attributes-with-perl): Handle parameter
20901         NONNUMERIC if set.  This wasn't done in the past.
20902         (tramp-post-connection): Apply second parameter "$2" if
20903         `tramp-remote-perl' is called.
20905         * net/tramp-smb.el (tramp-smb-handle-delete-file):
20906         Correct cut'n'waste error (`filename' instead of `directory').
20907         (tramp-smb-handle-directory-files-and-attributes)
20908         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
20909         introduced parameter ID-FORMAT.
20910         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
20911         error (`directory' instead of `ldir').
20913         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
20914         `file-attributes' has a second parameter.  If yes, apply it with
20915         value "'integer".  Otherwise, don't use that parameter (default is
20916         integer format).
20918 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
20920         * help.el (help-map): Bind `display-local-help' to `C-h .'.
20921         (help-for-help): Add `C-h .' to the listed Help options.
20922         Remove trailing whitespace.
20924         * help-at-pt.el: New file.
20926 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
20928         * subr.el (noreturn, 1value): New macros for test coverage.
20929         See `testcover.el'.
20931         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
20933         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
20934         for macro `1value'.
20935         (testcover-1value): New function.  Checks that a 1value form
20936         actually returns only one value.  Requested by RMS.
20938 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
20940         * gdb-ui.el (gud-watch, gdb-var-create-handler)
20941         (gdb-var-list-children, gdb-var-list-children-handler)
20942         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
20943         gdb commands that use mi to keep them out of the command history.
20945 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20947         * cus-start.el (all): Add use-file-dialog.
20949 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20951         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
20953 2003-11-27  Kim F. Storm  <storm@cua.dk>
20955         * subr.el (posn-object-x-y): New defun.
20957 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20959         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
20960         Don't use `space' for \\\n.
20961         Be more selective as to which # are comment-starters.
20963 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
20965         * subr.el (number-sequence): Improve handling of floating point
20966         arguments (suggested by Kim Storm).  Allow negative arguments.
20968 2003-11-26  Kenichi Handa  <handa@m17n.org>
20970         * international/mule-cmds.el (standard-display-european-internal):
20971         Cancel the standard-display-table setting for ` and '.
20973 2003-11-26  Kim F. Storm  <storm@cua.dk>
20975         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
20976         New defcustoms to add ffap-like functionality to ido.
20977         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
20978         (ido-no-final-slash): New defun.
20979         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
20980         (ido-read-file-name): ): Toggle VC checking via
20981         vc-handled-backends instead of vc-master-templates.
20982         (ido-file-internal): Handle ido-use-url-at-point and
20983         ido-use-filename-at-point via code borrowed from ffap-guesser.
20984         Handle new ido-exit code ffap.
20985         (ido-sort-list): Ignore final slash when sorting file names.
20987 2003-11-25  Kim F. Storm  <storm@cua.dk>
20989         * emulation/cua-base.el (cua--standard-movement-commands):
20990         Add forward-sentence and backward-sentence.
20992 2003-11-25  Stephen Eglen  <stephen@gnu.org>
20994         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
20995         iswitchb-exit is set to 'usefirst when user selects buffer at head
20996         of list using RET.  (Selecting buffers at the head of the list was
20997         broken if the substring was also a complete buffername.)
20999 2003-11-23  Kim F. Storm  <storm@cua.dk>
21001         * progmodes/compile.el (grep-command, grep-use-null-device)
21002         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
21003         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
21004         (grep-regexp-alist, grep-program, find-program)
21005         (grep-find-use-xargs, grep-history, grep-find-history)
21006         (grep-process-setup, grep-compute-defaults)
21007         (grep-default-command, grep, grep-tag-default, grep-find)
21008         (grep-expand-command-macros, grep-tree-last-regexp)
21009         (grep-tree-last-files, grep-tree): Move grep variables, functions
21010         and commands to new file grep.el.
21011         (compilation-mode-map): Remove grep commands from Compile sub-menu.
21012         (compilation-process-setup-function): Doc fix.
21013         (compilation-highlight-regexp, compilation-highlight-overlay): New
21014         defvars used for highlighting current compile error in source buffer.
21015         (compile-internal): New optional args HIGHLIGHT-REGEXP and
21016         LOCAL-MAP which overrides compilation-highlight-regexp and
21017         compilation-mode-map for this compilation.
21018         Delay calling compilation-set-window-height until after running
21019         compilation-process-setup-function so it can buffer-local override
21020         compilation-window-height.
21021         Check buffer-local value of compilation-scroll-output.
21022         (compilation-set-window-height): Use buffer-local value of
21023         compilation-window-height.
21024         (compilation-revert-buffer): Don't pass (undefined)
21025         preserve-modes arg to revert-buffer.
21026         (next-error-no-select, previous-error-no-select): New commands.
21027         (compilation-goto-locus): Temporarily highlight current match in
21028         source buffer using compilation-highlight-regexp.
21030         * progmodes/grep.el: New file with grep code from compile.el.
21031         (grep): New defcustom group.
21032         (grep-window-height): New defcustom, like compilation-window-height.
21033         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
21034         (grep-scroll-output): New defcustom, like compilation-scroll-output.
21035         (grep-command, grep-use-null-device, grep-find-command)
21036         (grep-tree-files-aliases, grep-tree-ignore-case)
21037         (grep-tree-ignore-CVS-directories): Move to grep custom group.
21038         (grep-setup-hook): New hook variable.
21039         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
21040         (grep-last-buffer): New defvar, override compilation-last-buffer.
21041         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
21042         Call compile-internal with args highlight-regexp and grep-mode-map.
21044 2003-11-23  Kim F. Storm  <storm@cua.dk>
21046         * subr.el (event-start, event-end): Doc fix.
21047         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
21048         (posn-area, posn-actual-col-row, posn-object): New defuns.
21049         (posn-col-row): Simplify doc.  Rewrite to use cond.
21050         (posn-point): Also return buffer position for events outside text
21051         area (that info is now present in the event position).
21053         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
21054         mouse-set-point so that hscroll still works now that clicks on
21055         fringes generate specific mouse events.
21056         (mouse-set-point): Note that it now works in fringes and margins
21057         too due to new semantics of posn-point in fringes and margins.
21059         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
21060         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
21062 2003-11-20  Kim F. Storm  <storm@cua.dk>
21064         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
21065         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
21066         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
21067         to 100 for icons to avoid increasing line height when shown.
21069 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21071         * newcomment.el (comment-normalize-vars): Initialize properly if
21072         comment-start was nil.
21074 2003-11-19  Andreas Schwab  <schwab@suse.de>
21076         * simple.el (set-variable): Fix indentation.
21078 2003-11-17  Kenichi Handa  <handa@m17n.org>
21080         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
21081         Fix docstring.
21083 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21085         * international/latin1-disp.el (latin1-display): Fix docstring.
21087 2003-11-16  John Wiegley  <johnw@newartisans.com>
21089         * eshell/em-ls.el (eshell-ls-file): There are times with
21090         size-width is nil and uncomputed (when directories are created in
21091         dired, for example); in this case, 4 is reasonable default value,
21092         although it may caused skewed new entries (which could be avoided
21093         by returning the original value of 8 in all cases, but 99% of the
21094         time this is a waste of whitespace).
21096 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
21098         * cc-engine.el (c-guess-continued-construct)
21099         (c-guess-basic-syntax): Check a little more carefully if it's a
21100         function declaration when an unknown construct followed by a block
21101         is found inside a statement context.  This avoids macros followed
21102         by blocks to be taken as function declarations.
21104         (c-guess-continued-construct): Change the analysis of a statement
21105         continuation with a brace open to `substatement-block', for
21106         consistency with recognized statements.
21108         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
21109         start is in a position so that `c-beginning-of-statement-1' jumped
21110         to the beginning of the same statement.
21112         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
21113         Don't accept binary operators in the arglist if we're in a function
21114         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
21115         template recognition in cases like "if (a < b || c > d)".
21117         (c-restricted-<>-arglists): New more appropriate name for
21118         `c-disallow-comma-in-<>-arglists'.
21120         Accessing functions updated for the variable name change.
21122         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
21123         match data could get clobbered if NOT-INSIDE-TOKEN is used.
21125         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
21126         labels.
21128         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
21129         instead of duplicating parts of it.  This fixes bogus label
21130         recognition.
21132         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
21133         of checking the context in which to apply the minimum indentation,
21134         so that it isn't enforced in e.g. namespace blocks.
21136         * cc-vars.el (c-inside-block-syms): New constant used by
21137         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
21138         to somewhat reduce the risk of becoming stale.
21140         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
21141         cc-cmds to cc-engine to allow use from cc-align.
21143         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
21144         qualified identifiers containing "::".
21146         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
21147         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
21149         * cc-vars.el (c-emacs-features): Use a space in front of the name
21150         of the temporary buffer.  That also avoids dumping problems in
21151         XEmacs due to undo info being left around after the buffer is killed.
21153         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
21154         arglist to see if it's a K&R style declaration.
21156         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
21157         before returning `knr-argdecl-intro'.
21159 2003-11-16  John Wiegley  <johnw@newartisans.com>
21161         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
21162         field in a long-listing always 8 characters, use `size-width',
21163         which has already been computed.
21165 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
21167         * subr.el (minor-mode-list): Add `hs-minor-mode'.
21169 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
21171         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
21172         Support operation while narrowed, with `diff-restrict-view'.
21174 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
21176         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21177         Take additional optional arg NARROWFUN.  For the generated functions:
21178         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
21179         include frags that arrange to check for and save narrowing state before
21180         the move and then conditionally call NARROWFUN after the move.
21182 2003-11-14  John Wiegley  <johnw@newartisans.com>
21184         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
21185         that was optional, but obviously missing based on surrounding code.
21187         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
21188         string arguments to numbers unless the whole argument was seen as
21189         a number.
21191 2003-11-14  Kenichi Handa  <handa@m17n.org>
21193         * international/mule.el (ctext-non-standard-encodings-alist):
21194         Fix coding systems.
21196 2003-11-10  Kenichi Handa  <handa@m17n.org>
21198         * language/kannada.el ("Kannada"): Add sample-text.
21200         * language/knd-util.el (kannada-compose-region)
21201         (kannada-compose-string, kannada-post-read-conversion):
21202         Add autoload cookie.
21204         * international/quail.el (quail-completion): Change the message
21205         "corresponding translations" to "corresponding characters".
21207 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
21209         * descr-text.el (describe-char): Fix typo.
21211 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
21213         These changes are to support Kannada language/script.
21215         * Makefile.in (DONTCOMPILE): Add kannada.el.
21217         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
21219         * loadup.el: Preload kannada.el.
21221         * language/ind-util.el (ucs-kannada-to-is13194-alist)
21222         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
21223         New variables.
21225         * language/kannada.el: New file.
21227         * language/knd-util.el: New file.
21229 2003-11-07  Andreas Schwab  <schwab@suse.de>
21231         * progmodes/autoconf.el (autoconf-font-lock-keywords):
21232         Also highlight AH_*.
21234         * xml.el (xml-parse-dtd): Fix misplaced paren.
21236 2003-11-07  Kenichi Handa  <handa@m17n.org>
21238         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
21240 2003-11-05  Juri Linkov  <juri@jurta.org>
21242         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
21243         (desktop-buffer-file): Use saved buffer-file-coding-system
21244         for file reading.  Set auto-insert to nil to prevent automatic
21245         insertion into restored empty files.
21247 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
21249         * files.el (risky-local-variable-p): Make second argument optional.
21251 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21253         * subr.el (add-hook): Fix last change.
21255 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
21257         * mail/rmail.el (rmail-convert-to-babyl-format):
21258         If base64-decode-region signals an error, catch it and silently
21259         ignore it.
21261 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
21263         * xml.el (xml-parse-region): Allow comments to appear after the
21264         topmost element has closed.
21265         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
21266         (xml-ns-expand-attr): New functions to do namespace handling.
21267         (xml-intern-attrlist): Back-compatible handling of attribute names.
21268         (xml-parse-tag): Move namespace handling to separate functions.
21269         Now produces elements in the form ((:ns . "element") (attr-list)
21270         children) instead of ('ns:element (attr-list) children).
21271         (xml-parse-attlist): Fix attribute parsing.
21272         (xml-parse-dtd): Change parsing so that it produces strings
21273         instead of interned symbols.
21275 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
21277         * dired.el (dired-ls-sorting-switches): Doc fix.
21279 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
21281         * emacs-lisp/rx.el (rx-or): Fix the case of
21282         "(rx (and ?a (or ?b ?c) ?d))".
21284 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
21286         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
21287         (texinfo-format-region): Use it.
21288         (texinfo-format-buffer-1): Ditto.
21290 2003-11-01  Alan Mackenzie  <acm@muc.de>
21292         Changes to allow scrolling whilst in isearch mode:
21293         * isearch.el (isearch-unread-key-sequence): New function,
21294         extracted from isearch-other-meta-char.
21295         (top level): (put 'foo 'isearch-scroll) on all Emacs's
21296         "scrollable" standard functions.
21297         (isearch-allow-scroll): New customizable variable.
21298         (isearch-string-out-of-window, isearch-back-into-window)
21299         (isearch-reread-key-sequence-naturally)
21300         (isearch-lookup-scroll-key): New functions.
21301         (isearch-other-meta-char): Doc string and functionality enhanced.
21302         Now accepts a prefix argument.
21303         (isearch-lazy-highlight-window-end): New variable.
21304         (isearch-lazy-highlight-new-loop): Pay attention to the window's
21305         end (thru isearch-lazy-highlight-window-end), not only its start.
21307         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
21308         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
21309         (universal-argument, universal-argument-more, negative-argument)
21310         (digit-argument, universal-argument-other-key): Minor changes.
21312 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
21314         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
21315         recursively if the last message is deleted, thus avoiding an
21316         infinite loop.
21318 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21320         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
21321         (tex-main-file): Don't add .tex if the extension is already present.
21322         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
21324 2003-10-29  Lute Kamstra  <lute@gnu.org>
21326         * progmodes/octave-inf.el (inferior-octave-prompt):
21327         Recognize version number in prompt.
21329 2003-10-28  Dave Love  <fx@gnu.org>
21331         * international/characters.el: Fix some Unicode ranges.
21333 2003-10-28  Kenichi Handa  <handa@m17n.org>
21335         * disp-table.el (standard-display-8bit)
21336         (standard-display-default, standard-display-ascii)
21337         (standard-display-g1, standard-display-graphic)
21338         (standard-display-underline): Assure that standard-display-table
21339         is a display table.
21341 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21343         * simple.el (reindent-then-newline-and-indent): Delete space *after*
21344         reindenting the first line.
21346 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
21348         * wid-edit.el (widget-default-delete): Always delete child widgets.
21350 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21352         * newcomment.el (comment-indent): Don't call indent-according-to-mode
21353         if the line has code.
21354         Don't try to line up with something that's too far left.
21356         * progmodes/octave-mod.el (octave-comment-start): Simplify.
21357         (octave-mode-syntax-table): Add % as a comment starter.
21358         (octave-point): Remove.
21359         (octave-in-comment-p, octave-in-string-p)
21360         (octave-not-in-string-or-comment-p, calculate-octave-indent)
21361         (octave-blink-matching-block-open, octave-auto-fill):
21362         Use line-(beginning|end)-position instead.
21364 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
21366         * emacs-lisp/authors.el (authors-aliases): Add correct realname
21367         for Francesco Potort\e,Al\e(B.
21369 2003-10-23  Dave Love  <fx@gnu.org>
21371         * international/mule-cmds.el (locale-charset-to-coding-system):
21372         Don't rely on nil being a coding system.
21374         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
21375         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
21376         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
21378 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
21380         * gdb-ui.el (gdb-current-language): New variable.
21381         (gdb-update-flag): Remove variable.
21382         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
21383         (gdb-take-last-elt): Remove function.
21384         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
21385         (gdb-post-prompt): Check for variable object changes here.
21387         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
21388         object changes in gdb-ui.el.
21390 2003-10-21  Richard M. Stallman  <rms@gnu.org>
21392         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
21394         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
21395         Don't check for foo*/ wildcard form here.
21396         (insert-directory): Recognize foo*/ as a wildcard.
21397         Separate wildcard-regexp variable from the arg, wildcard.
21399         * subr.el (add-hook): Correctly detect when make-local-hook was used.
21400         (remove-hook): Correctly handle strange cases about local hooks.
21402 2003-10-21  David Ponce  <david@dponce.com>
21404         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
21405         argument REAL, to return a real number instead of a rounded
21406         integer value.  Define as inline function.
21407         (ruler-mode-right-fringe-cols): Likewise.
21408         (ruler-mode-scroll-bar-cols): New function.
21409         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
21410         (ruler-mode-right-scroll-bar-cols): Likewise.
21411         (ruler-mode-space): New function.
21412         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
21413         scroll bar mode and margins in a more robust way.
21415 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
21417         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
21418         (antlr-c-init-language-vars): New function.
21419         (antlr-mode): Use it with cc-mode before v5.29.
21420         (antlr-c-common-init): Don't set some local vars here.
21421         (antlr-mode): Set them here.
21422         (antlr-c-forward-sws): New function alias.
21423         (antlr-mode): Redefine with cc-mode before v5.30.
21424         (antlr-skip-sexps): Use it.
21425         (antlr-skip-exception-part): Ditto.
21426         (antlr-skip-file-prelude): Ditto.
21427         (antlr-outside-rule-p): Ditto.
21428         (antlr-end-of-body): Ditto.
21429         (antlr-option-kind): Ditto.
21430         (antlr-insert-option-area): Ditto.
21431         (antlr-file-dependencies): Ditto.
21433 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21435         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
21436         Move backward only if point was not inside an entry.
21438 2003-10-21  Richard M. Stallman  <rms@gnu.org>
21440         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
21442 2003-10-21  Juri Linkov  <juri@jurta.org>
21444         * compare-w.el: Automatically skip non-matching text to resync.
21445         (compare-windows-whitespace): Doc fix.
21446         (compare-windows-sync, compare-windows-sync-string-size)
21447         (compare-windows-recenter, compare-ignore-whitespace)
21448         (compare-windows-highlight, compare-windows-face): New variables.
21449         (compare-windows): Use compare-windows-sync.
21450         (compare-windows-highlight, compare-windows-dehighlight)
21451         (compare-windows-sync-regexp)
21452         (compare-windows-sync-default-function): New functions.
21454 2003-10-21  Juri Linkov  <juri@jurta.org>
21456         * diff.el (diff-parse-differences): Don't visit the files now;
21457         instead, just record the error locus.
21459 2003-10-21  Dave Love  <fx@gnu.org>
21461         * progmodes/cfengine.el: New file.
21463 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21465         * complete.el (PC-do-completion): Do not forget to use `pred' as the
21466         default-directory when completing file names.
21468 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
21470         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
21471         followed by the word `face', it gets treated as a face, even if
21472         it is also defined as a variable or a function.
21474 2003-10-20  Dave Love  <fx@gnu.org>
21476         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21477         Avoid incf in macro expansion.
21479 2003-10-20  John Paul Wallington  <jpw@gnu.org>
21481         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
21482         `evenp' so we don't implicitly require cl library at runtime.
21484 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
21486         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
21487         (help-make-xrefs): Only make cross-references for faces if
21488         preceded or followed by the word `face'.  Do not make a
21489         cross-reference for variables without variable documentation,
21490         unless preceded by the word `variable' or `option'.  Update doc
21491         string accordingly.
21493 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
21495         * progmodes/hideshow.el: Rewrite one-armed `if'
21496         constructs using either `when' or `unless'.
21497         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
21499 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
21501         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
21502         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
21503         instead of 12x12.
21505 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
21507         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
21508         message while converting to Babyl.
21510 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
21512         * allout.el (allout-mode): Doc fix.
21514 2003-10-16  Lute Kamstra  <lute@gnu.org>
21516         * subr.el (force-mode-line-update): Fix docstring.
21518 2003-10-14  Dave Love  <fx@gnu.org>
21520         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
21521         (default-input-method): Add :link, improve :type.
21522         (locale-charset-language-names): Fix utf-8 pattern.
21523         (locale-charset-match-p, locale-charset-alist)
21524         (locale-charset-to-coding-system): New.
21525         (set-locale-environment): Deal with codeset part of locale specs.
21527 2003-10-14  Lute Kamstra  <lute@gnu.org>
21529         * fringe.el (fringe-mode): Use active voice in docstring.
21530         (set-fringe-style): Ditto.
21532 2003-10-13  Lute Kamstra  <lute@gnu.org>
21534         * fringe.el (fringe-mode): Fix docstring.
21535         (set-fringe-style): Ditto.
21537 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
21539         * ediff-mult.el (ediff-filegroup-action):
21540         Use ediff-default-filtering-regexp.
21542         * ediff-util.el (ediff-recenter): Don't call
21543         ediff-restore-highlighting twice.
21544         (ediff-select-difference): Set current difference.
21545         (ediff-unselect-and-select-difference): Add comment.
21547         * ediff.el (ediff-directories,ediff-directory-revisions)
21548         (ediff-directories3,ediff-merge-directories)
21549         (ediff-merge-directories-with-ancestor)
21550         (ediff-merge-directory-revisions)
21551         (ediff-merge-directory-revisions-with-ancestor):
21552         Use ediff-default-filtering-regexp.
21554 2003-10-12  Andreas Schwab  <schwab@suse.de>
21556         * international/mule-cmds.el (locale-charset-language-names):
21557         Simplify regex by removing unused grouping.
21559 2003-10-10  Dave Love  <fx@gnu.org>
21561         * bindings.el: Don't bind stop.
21563 2003-10-08  Miles Bader  <miles@gnu.org>
21565         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
21566         face instead of attempting to emulate it.
21568 2003-10-07  Kenichi Handa  <handa@m17n.org>
21570         * international/mule-diag.el (list-coding-systems-1): List coding
21571         systems that are loaded automatically.
21573         * international/code-pages.el (iso-8859-11): Add autoload cookie.
21575         * international/mule.el (autoload-coding-system): New function.
21577 2003-10-07  Andreas Schwab  <schwab@suse.de>
21579         * log-edit.el (log-edit-changelog-entries): Prefer local value of
21580         change-log-default-name in the buffer visiting the file.
21582 2003-10-06  Dave Love  <fx@gnu.org>
21584         * files.el (find-file-hook): Customize.
21585         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
21587         * bindings.el (completion-ignored-extensions): Remove .log.
21588         (global-map): Add again, open, stop keys.
21590 2003-10-05  Richard M. Stallman  <rms@gnu.org>
21592         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
21593         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
21594         Use sh-modify directly.
21595         (sh-select): Use sh-append, not eval.
21597         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
21599         * info.el (Info-following-node-name): New function.
21601         * loadhist.el (unload-feature-special-hooks):
21602         Rename from loadhist-hook-functions.
21603         (loadhist-hook-functions): Now an alias.
21605 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
21607         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
21608         file-name clashes on 8+3 filesystems.
21610         * Makefile.in (DONTCOMPILE, bootstrap-clean):
21611         Rename loaddefs-boot.el to ldefs-boot.el
21613         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
21614         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
21616 2003-10-03  Lute Kamstra  <lute@gnu.org>
21618         * info.el (Info-mode): Revert previous change.
21619         (Info-escape-percent): New function.
21620         (Info-fontify-node): Use it.
21622 2003-10-02  Andreas Schwab  <schwab@suse.de>
21624         * loaddefs-boot.el: Regenerated.
21626 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
21628         * ffap.el: Remove defadvice related code from CVS since `complete'
21629         provides a `PC-completion-as-file-name-predicate' variable that
21630         ffap can override.
21632 2003-10-02  Kenichi Handa  <handa@m17n.org>
21634         * international/utf-8.el (ccl-decode-mule-utf-8):
21635         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
21637         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
21638         * international/subst-big5.el: Likewise.
21639         * international/subst-gb2312.el: Likewise.
21640         * international/subst-ksc.el: Likewise.
21642 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
21644         * calendar/calendar.el (increment-calendar-month)
21645         (calendar-leap-year-p, calendar-absolute-from-gregorian)
21646         (generate-calendar, calendar-read-date, calendar-interval)
21647         (calendar-day-of-week): Handle years BC.
21648         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
21650 2003-10-01  Dave Love  <fx@gnu.org>
21652         * language/cyrillic.el (cp1251): Alias for windows-1251.
21654         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
21655         bootstrap.
21657 2003-10-01  Lute Kamstra  <lute@gnu.org>
21659         * files.el: Fix typo.
21660         * imenu.el (imenu--generic-function): Docstring fix.
21662 2003-09-30  Richard M. Stallman  <rms@gnu.org>
21664         * dired.el (dired-mode): Handle dired-directory as a list.
21666 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
21668         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
21670         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
21672         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
21673         Replace gud-display with gud-watch.
21674         (gud-speedbar-buttons): Add stuff for watching expressions
21675         in the speedbar when using M-x gdba.  Use dolist on old part
21676         of this function.
21678         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
21679         (gdb-update-flag): New variables.
21680         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
21681         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
21682         (gud-watch, gdb-var-create-handler) : New functions.
21683         (gdb-var-list-children, gdb-var-list-children-handler)
21684         (gdb-var-create-regexp, gdb-var-update-regexp)
21685         (gdb-var-list-children-regexp): New constants.
21686         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
21687         (gdb-annotation-rules): Reduce annotation set (level 3).
21688         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
21689         (gdb-post-prompt): Don't update GDB buffers every time speedbar
21690         updates.
21691         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
21692         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
21693         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
21694         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
21695         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
21696         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
21697         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
21698         (gud-display, gud-display1)
21699         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
21700         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
21701         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
21702         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
21703         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
21704         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
21705         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
21706         (gdb-display-display-buffer, gdb-toggle-display)
21707         (gdb-delete-display, gdb-expressions-popup-menu)
21708         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
21709         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
21710         to display buffer.
21712 2003-09-30  Richard M. Stallman  <rms@gnu.org>
21714         * progmodes/ada-mode.el (ada-mode): Don't use advice.
21715         Instead, set which-func-functions.
21717         * progmodes/which-func.el (which-func-modes): Add ada-mode.
21718         (which-func-functions): New variable.
21719         (which-function): Use that.
21721         * info.el (Info-mode): Double each `%' in header line.
21723         * emacs-lisp/lisp-mnt.el (lm-with-file):
21724         When FILE is nil, run BODY in current buffer.
21726         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
21728         * help.el (describe-mode): Start with a brief list of minor modes.
21729         Find them thru minor-mode-list so as to find them all.
21730         Show them in alphabetical order.
21732         * mail/sendmail.el (mail-aliases): Doc fix.
21734         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
21736 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
21738         * mail/rmailsum.el (rmail-make-summary-line-1):
21739         Change comma after last label to a space.
21740         (rmail-summary-font-lock-keywords): Adapt to that change.
21742 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
21744         * progmodes/scheme.el (scheme-mode-variables): When setting
21745         `font-lock-defaults', also specify that "#" should
21746         be interpreted with `word' syntax.
21747         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
21749 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
21751         * desktop.el: A lot of comments updated.
21752         (desktop-save-mode): Minor mode introduced.
21753         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
21754         (desktop-load-default): Function made obsolete.
21755         (desktop-locals-to-save): Variable made customizable.
21756         (desktop-read): Optional parameter `dirname' added.
21757         (desktop-change-dir, desktop-revert): Parameter `dirname' in
21758         `desktop-read' used.
21759         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
21761 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
21763         * whitespace.el (whitespace-clean-msg): Add user customizable message
21764         for displaying ``clean'' output.
21765         (whitespace-buffer): Use `whitespace-clean-msg'.
21766         (whitespace-global-mode): Fix typo.
21768 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
21770         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
21772 2003-09-29  Lute Kamstra  <lute@gnu.org>
21774         * bindings.el (mode-line-modes): Remove superfluous :propertize
21775         construct in initialization.
21776         (mode-line-position): Change cons cell into proper list in
21777         initialization.
21779 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
21781         * international/mule.el (decode-coding-inserted-region): Use car
21782         of the return value of find-operation-coding-system.
21784 2003-09-29  Kenichi Handa  <handa@m17n.org>
21786         * descr-text.el (describe-char): Fix previous change.
21788 2003-09-28  Kenichi Handa  <handa@m17n.org>
21790         * descr-text.el (describe-char-display): New function.
21791         (describe-char): Pay attention to display table on describing how
21792         a character is displayed.
21794         * international/mule-cmds.el (encoded-string-description):
21795         Prepend "0x" to each encoded byte.
21797 2003-09-28  Andreas Schwab  <schwab@suse.de>
21799         * find-file.el (ff-special-constructs): Add autoload cookie.
21801 2003-09-28  Kevin Ryde  <user42@zip.com.au>
21803         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
21804         makeinfo appends to duplicate index entries.
21806 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
21808         * dired-x.el (dired-clean-tex): Doc fix.
21810         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
21811         using a Chinese tutorial.
21813 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21815         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
21816         between "MAIL FROM:" and "RCPT TO:" and the following address.
21818 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21820         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
21822 2003-09-28  David Ponce  <david@dponce.com>
21824         * recentf.el (recentf-initialize-file-name-history): New defcustom.
21825         (recentf-load-list): When `recentf-initialize-file-name-history'
21826         is non-nil, initialize an empty `file-name-history' with the
21827         recent list.
21829 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
21831         * man.el (Man-default-man-entry): Remove the leading `*' from the
21832         word at point.
21834 2003-09-26  Lute Kamstra  <lute@gnu.org>
21836         * bindings.el (mode-line-position): Mention size indication in
21837         docstring.
21839 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
21841         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
21843         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
21844         because it's autoloaded now.
21846 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
21848         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
21849         (sh-font-lock-keywords, sh-feature): Fix previous change of
21850         sh-feature to avoid infloop with sh-font-lock-keywords.
21852 2003-09-25  Kim F. Storm  <storm@cua.dk>
21854         * frame.el (frame-current-scroll-bars): New defun.
21856         * window.el (window-current-scroll-bars): New defun.
21858 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
21860         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
21861         cause errors when the state cache contains info on parts that have
21862         been narrowed out.
21864 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
21866         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
21867         `c-setup-paragraph-variables' has to be used when this variable is
21868         changed; it doesn't work to reinitialize the mode since that
21869         typically clobbers the variable.
21871         * progmodes/cc-styles.el (c-setup-paragraph-variables):
21872         Make it interactive.
21874 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
21876         * progmodes/cc-fonts.el (c-font-lock-declarations):
21877         Fix recognition of constructors and destructors for classes whose
21878         names are matched by `*-font-lock-extra-types'.
21880         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
21881         followed by an identifier in C++ then it's a type.
21883 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
21885         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
21886         problem that primarily affected XEmacs.  Don't use faces to find
21887         unterminated strings since Emacs and XEmacs fontify strings
21888         differently - this function should now work better in XEmacs.
21890 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
21892         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
21893         `expand-abbrev' workaround which caused braces to misbehave inside
21894         macros.
21896         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
21897         handling.  This bug could cause interactive font locking to bail out.
21899 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
21901         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21902         Handle paren-style types in Pike.  Also fixed some cases of
21903         insufficient handling of unbalanced parens.
21905 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
21907         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
21908         common shell prompts that are not common filename or URL characters.
21909         (ffap-file-at-point): Use the new regexp to strip the prompts from
21910         the file names.  This is an issue mostly for user prompts that
21911         don't have a trailing space and find-file-at-point is invoked from
21912         within a shell inside Emacs.
21914 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
21916         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
21917         stamps numerically, rather than textually.
21919 2003-09-24  Kenichi Handa  <handa@m17n.org>
21921         * language/devan-util.el (devanagari-post-read-conversion):
21922         * language/mlm-util.el (malayalam-post-read-conversion):
21923         * language/tml-util.el (tamil-post-read-conversion):
21924         Add autoload cookie.
21926         * international/utf-8.el (utf-8-post-read-conversion):
21927         Call post-read-conversion functions for Devanagari, Malayalam,
21928         and Tamil.
21930 2003-09-23  Dave Love  <fx@gnu.org>
21932         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
21934 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
21936         * progmodes/gud.el (perldb): Add gud-until to list of commands.
21937         Update gud-remove.
21939 2003-09-22  Richard M. Stallman  <rms@gnu.org>
21941         * progmodes/sh-script.el (sh-mode-default-syntax-table):
21942         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
21943         (sh-mode-syntax-table-input): New variable.
21944         (sh-require-final-newline): Don't use eval.
21945         (sh-builtins, sh-leading-keywords, sh-other-keywords)
21946         (sh-variables, sh-font-lock-keywords): Don't use eval.
21947         (sh-set-shell): When setting require-final-newline,
21948         treat value = `require-final-newline' as don't change it.
21949         Set sh-mode-syntax-table locally based on
21950         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
21952         * progmodes/compile.el (compile-internal):
21953         Call compilation-set-window-height before setting window start.
21955 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
21957         * emacs-lisp/bytecomp.el (byte-compile-log-file):
21958         Clear out byte-compile-last-warned-form.
21960 2003-09-22  Richard M. Stallman  <rms@gnu.org>
21962         * woman.el (woman-file-name, woman-follow-word):
21963         If current-word returns nil, use "".
21965         * simple.el (eval-expression): Bind standard-output in to-buffer case.
21967 2003-09-22  Richard M. Stallman  <rms@gnu.org>
21969         * emacs-lisp/lisp-mnt.el (lm-with-file):
21970         Don't visit the file, just use insert-file-contents in temp buffer.
21972 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
21974         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
21975         Add surrounding \\( and \\) around the header, as in
21976         for lm-history-header 'Change Log\\|History'.
21978 2003-09-22  John Paul Wallington  <jpw@gnu.org>
21980         * progmodes/ld-script.el: Add Commentary section,
21981         minor cleanup of file header.
21982         (ld-script-font-lock-keywords): Doc fix.
21983         (toplevel): Provide `ld-script' feature.
21985 2003-09-21  Kim F. Storm  <storm@cua.dk>
21987         * scroll-bar.el (set-scroll-bar-mode): Initialize to
21988         new built-in variable default-frame-scroll-bars.
21989         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
21990         scroll-bar-mode; notably, use it instead of t when we toggle
21991         scroll-bars on.
21992         (toggle-scroll-bar): Use default-frame-scroll-bars.
21994 2003-09-19  Masatake YAMATO  <jet@gyve.org>
21996         * pcvs.el (cvs-do-removal): Change the prompt depending on
21997         `filter' value.
21999 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
22001         * startup.el (command-line-1): Stop startup-echo-area-message
22002         being hidden by "Loading image..." message.
22003         (use-fancy-splash-screens-p, display-splash-screen):
22004         Move display-graphic-p test from latter to former.
22006         * progmodes/sh-script.el (sh-font-lock-keywords):
22007         Highlight escaped EOLs differently from other backslash constructs.
22009 2003-09-19  Richard M. Stallman  <rms@gnu.org>
22011         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
22012         New functions.
22013         (edebug-enter, edebug-outside-excursion): Use them.
22015         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
22016         Fix the condition for whether to print "In WHERE".
22018 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
22020         * finder.el (finder-mode-hook): New variable.
22021         (finder-mode): Run hook finder-mode-hook
22023 2003-09-18  Masatake YAMATO  <jet@gyve.org>
22025         * progmodes/ebrowse.el: Fix broken magic autoload comments.
22027 2003-09-17  Mario Lang  <mlang@delysid.org>
22029         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
22030         "p %e" to actually print the value in the GUD buffer.
22032 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
22034         From David Ponce <david.ponce@wanadoo.fr>:
22035         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
22036         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
22037         from loaddefs-boot.el if necessary.
22039 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
22041         * progmodes/gud.el (gud-find-class): Make jdb work again since
22042         cc-mode changed the syntactic information.
22044 2003-09-15  David Ponce  <david@dponce.com>
22046         * recentf.el: (recentf-exclude): Accept predicates too.
22047         (recentf-file-readable-p): New function.
22048         (recentf-include-p): Handle predicates in recentf-exclude.
22049         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
22050         (recentf-cleanup): Likewise.
22051         (recentf-save-list): Use write-file to handle backup of
22052         recentf-save-file.
22054 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
22056         * loaddefs-boot.el: Renamed from `loaddefs.el'
22057         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
22058         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
22059         necessary.
22061 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
22063         * electric.el (Electric-pop-up-window): For the `one-window' case,
22064         no longer disconcertingly move point in the original buffer.
22066 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22068         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
22070 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22072         * dired.el (dired-mode-map): Fix typo.
22074 2003-09-11  Richard M. Stallman  <rms@gnu.org>
22076         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
22078 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
22080         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
22081         the function is less noisy.  Now only `kill-buffer' can ask questions.
22083 2003-09-10  Mario Lang  <mlang@delysid.org>
22085         * battery.el: Update Commentary and Copyright.
22086         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
22087         appear due to wrong ordering of the expressions in `or'.
22089 2003-09-09  Lute Kamstra  <lute@gnu.org>
22091         * misc.el (upcase-char): Fix docstring.
22092         (zap-up-to-char): New command.
22094 2003-09-08  David Ponce  <david@dponce.com>
22096         Ensure that recentf correctly updates the menu bar.
22097         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
22098         (recentf-menu-bar): New function.
22099         (recentf-clear-data): Use it
22100         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
22101         of easy-menu-change.
22103 2003-09-08  Lute Kamstra  <lute@gnu.org>
22105         * simple.el (size-indication-mode): New.
22106         * bindings.el (mode-line-position): Add buffer size indicator.
22108 2003-09-04  Mario Lang  <mlang@delysid.org>
22110         * battery.el (battery-linux-proc-acpi): New function.
22111         (battery-status-function): Modify default value calculation to also
22112         check for availability of ACPI.
22113         (battery-echo-area-format): Ditto.
22114         (battery-mode-line-format): Ditto.
22116 2003-09-06  Dave Love  <fx@gnu.org>
22118         * ielm.el (ielm-mode-hook): Add :options.
22120         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
22121         (eldoc-print-current-symbol-info): Use it.
22123 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
22125         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
22126         being displayed in GUD buffer.
22127         (gdb-idle-input-queue): Remove var.  Use just one queue.
22128         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
22129         Remove functions.  Use just one queue.
22130         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
22131         (gdb-invalidate-assembler, gdb-get-current-frame):
22132         Modify functions.  Use just one queue.
22134 2003-09-04  Dave Love  <fx@gnu.org>
22136         * cus-start.el: Add blink-cursor-alist.
22138         * ruler-mode.el (ruler-mode-fill-column-char)
22139         (ruler-mode-current-column-char): Use char-displayable-p,
22140         not window-system.
22142         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
22144         * language/european.el (windows-1252): Move from code-pages.
22146         * language/cyrillic.el ("Windows-1251"): Delete.
22147         ("Bulgarian", "Belarusian"): Remove `features'.
22148         (windows-1251): Move from code-pages.
22150         * international/mule-diag.el (non-iso-charset-alist):
22151         Remove `codepage' stuff.
22152         (print-designation, list-coding-systems-1): Output fixes.
22154         * international/code-pages.el (cp-make-translation-table)
22155         (cp-valid-codes): Made defsubsts.
22156         (cp-fix-safe-chars): Delete.
22157         (mule-diag): Don't require.
22158         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
22159         (top-level): Check for defined coding system when defining
22160         cp... aliases.  Change w32-add-charset-info test to avoid warning.
22161         (non-iso-charset-alist): Defvar when compiling.
22162         (cp-make-coding-system): Doc fix.
22164 2003-09-02  Jason Rumney  <jasonr@gnu.org>
22166         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
22167         line-ends from CVS before doing conversion.
22169 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
22171         * calendar/diary-lib.el (diary-header-line-flag)
22172         (diary-header-line-format): New variables.
22173         (list-diary-entries): Use them to set header line in simple diary.
22175         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
22176         other than font-lock-string-face to highlight backslashes.
22178 2003-09-01  Jason Rumney  <jasonr@gnu.org>
22180         * international/titdic-cnv.el (tit-read-key-value): Include \r in
22181         regexp.
22183 2003-09-01  Dave Love  <fx@gnu.org>
22185         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
22187         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
22188         and :help; also line and column numbers labels.
22190         * international/mule-util.el (char-displayable-p): Move from
22191         latin1-disp, rename and autoload.
22193         * international/latin1-disp.el (latin1-char-displayable-p):
22194         Now obsolete alias.  Replace uses with char-displayable-p.
22195         (latin1-display-ucs-per-lynx): Fix last change.
22197         * international/mule-cmds.el (standard-display-european-internal):
22198         Don't use char code for Latin-1 NBSP.
22199         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
22200         U+2018, U+2019 for `'.
22201         (select-safe-coding-system): Message fix.
22203 2003-09-01  Kenichi Handa  <handa@m17n.org>
22205         * international/fontset.el (setup-default-fontset): For Thai
22206         font, specify "*" family.
22208 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
22210         * progmodes/compile.el (previous-error): Accept a prefix
22211         argument, similarly to next-error.
22213 2003-08-31  Masatake YAMATO  <jet@gyve.org>
22215         * pcvs.el (cvs-do-removal): Use = instead of eq to check
22216         the number of files.  Bind the number of files to a local
22217         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
22219 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
22221         * vc-hooks.el (vc-make-version-backup): Fix the change made on
22222         2003-07-26: msdos-long-file-names is a function, not a variable.
22224 2003-08-29  Richard M. Stallman  <rms@gnu.org>
22226         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
22227         Do nothing with mail-personal-alias-file if it is nil.
22229         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
22230         Do nothing if mail-personal-alias-file is nil.
22232         * term.el (term-exec-1): Bind coding-system-for-read.
22234         * dired.el (dired-mouse-find-file-other-window):
22235         Use dired-view-command-alist here, as in dired-view-file.
22236         (dired-view-command-alist): Use %s to substitute file name.
22237         Handle .ps_pages, .eps, .jpg, .gif, .png.
22239 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
22241         * info.el (Info-mode-map): Bind S-tab and <backtab> to
22242         `Info-prev-reference', instead of M-tab.
22244 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
22246         * simple.el (blink-matching-open): Work correctly on chars that
22247         are designated as parens through the syntax-table text property.
22249 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
22251         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
22252         line break position in the middle of a non-kinsoku (e.g. latin)
22253         word, making it skip until either a space or a character with
22254         category "|".
22255         (kinsoku-longer): Test for end of buffer.
22257 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
22259         * mail/rmail.el (rmail-convert-to-babyl-format):
22260         Detect quoted-printable- and base64-encoded messages and decode them
22261         automatically.  Set the message's encoding from the charset=
22262         header, if any.  Decode base64-encoded messages in Mail format as well.
22264 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
22266         * mail/smtpmail.el: Fix previous change.
22267         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
22268         calling smtpmail-via-smtp.
22269         (smtpmail-via-smtp): Add fall-back values for envelope-from.
22271 2003-08-26  John Paul Wallington  <jpw@gnu.org>
22273         * image.el (image-jpeg-p): Don't search beyond length of data.
22275 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
22277         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
22278         misfeature in `expand-abbrev' which caused electric keywords like
22279         "else" to disappear if an open brace was typed directly afterwards.
22281 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
22283         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
22284         mandatory in `define-widget'.
22286         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
22287         Don't align the operators "!=", "<=" and ">=" as assignment operators.
22289         (c-assignment-operators): New language constant that only contains
22290         the assignment operators.
22292         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
22294 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
22296         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22297         Safeguard against unbalanced sexps.
22299 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
22301         * version.el (emacs-version): Check for gtk.  Include gtk version info.
22303 2003-08-25  John Paul Wallington  <jpw@gnu.org>
22305         * man.el (Man-default-man-entry): Don't whizz past the section
22306         number before looking for it.
22308 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
22310         * progmodes/gud.el (gud-display-line): Don't set window-point if
22311         source buffer is not visible.  (Only happens with M-x gdba.)
22313         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
22314         documentation.
22315         (gdb-source, gdb-source-info): Update to assembler unnecessary
22316         as its done after each GDB command anyway.
22317         (gdb-pre-prompt): Use with-current-buffer.
22318         (gdb-insert-field): Add help-echo text.
22319         (gdb-invalidate-assembler): Re-display of assembler now done in
22320         gdb-info-breakpoints-custom.
22321         (gdb-info-breakpoints-custom): Force re-display of assembler to
22322         happen *after* update of breakpoints buffer.
22323         (gdb-display-source-buffer): Don't choke if gdb-source-window
22324         isn't visible.
22325         (gdb-put-string, gdb-put-arrow): Remove free variables.
22327 2003-08-24  John Paul Wallington  <jpw@gnu.org>
22329         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
22331         * man.el (Man-default-man-entry): Strip text properties when
22332         snarfing parts of entry because `format' preserves properties.
22334 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
22336         * files.el (file-newest-backup): Use `expand-file-name'.
22338         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
22339         Allow the diary to pop up a new frame, if needed.
22341         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
22342         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
22343         (smtpmail-send-it): Make treatment of envelope-from consistent with
22344         sendmail.el.
22346         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
22347         (sh-leading-keywords): Add the bash `time' reserved word.
22348         (sh-variables): Add some bash variables.
22349         (sh-add-completer): Fix nil branch of case statement.
22351 2003-08-24  Masatake YAMATO  <jet@gyve.org>
22353         * progmodes/ld-script.el: New file.
22355 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
22357         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
22359 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
22361         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
22362         Better explain obsolescence, and what to use instead.
22364 2003-08-23  Masatake YAMATO  <jet@gyve.org>
22366         * pcvs.el (cvs-do-removal): Show the deleted file name
22367         on the prompt.
22369 2003-08-20  Dave Love  <fx@gnu.org>
22371         * international/mule.el (make-coding-system)
22372         (set-buffer-file-coding-system): Doc fix.
22374         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
22376         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
22378         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
22380         * international/utf-16.el: Add mime-text-unsuitable coding system
22381         properties.
22383         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
22385         * cus-edit.el: Add some :links.
22386         (bib): Remove.
22388         * textmodes/bib-mode.el (bib): Add :group external.
22390 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
22392         * wid-edit.el (widget-echo-help): Make it handle expressions that
22393         evaluate to strings.
22395 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
22397         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
22399         Simplify selection of SQL products to define highlighting and
22400         interactive mode.  Includes detailed instructions on adding
22401         support for new products.
22403         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
22404         product for use in highlighting and interactive mode.
22405         (sql-interactive-product): New variable.  SQL product for
22406         sql-interactive-mode.
22407         (sql-product-support): New variable.  Specifies product-specific
22408         parameters to drive highlighting and interactive mode.
22409         (sql-imenu-generic-expression): Add more object types.
22410         (sql-sqlite-options): Correct comment.
22411         (sql-ms-program): Use "osql" rather than "isql".
22412         (sql-prompt-regexp, sql-prompt-length): Update comment.
22413         (sql-mode-menu): Add "Start SQLi session" entry.
22414         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
22415         (sql-mode-abbrev-table): Add abbreviations.  Support of
22416         SYSTEM-FLAG on define-abbrev.  Support was removed with last
22417         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
22418         (sql-mode-font-lock-object-name): Add font-lock pattern for object
22419         names.
22420         (sql-mode-ansi-font-lock-keywords): Set as default value.
22421         (sql-mode-oracle-font-lock-keywords): Set as default value.
22422         Support Oracle 9i keywords.
22423         (sql-mode-postgres-font-lock-keywords): Set as default value.
22424         (sql-mode-linter-font-lock-keywords): Set as default value.
22425         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
22426         SQLServer 2000.
22427         (sql-mode-sybase-font-lock-keywords)
22428         (sql-mode-interbase-font-lock-keywords)
22429         (sql-mode-sqlite-font-lock-keywords)
22430         (sql-mode-strong-font-lock-keywords)
22431         (sql-mode-mysql-font-lock-keywords)
22432         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
22433         keywords.
22434         (sql-mode-font-lock-defaults): Update comment.
22435         (sql-product-feature): New function.  Returns feature associated
22436         with a product from `sql-product-support' alist.
22437         (sql-product-font-lock): New function.  Set font-lock support
22438         based on `sql-product'.
22439         (sql-add-product-keywords): New function.  Add font-lock rules to
22440         product-specific keyword variables.
22441         (sql-set-product): New function.  Set `sql-product' and apply
22442         appropriate font-lock highlighting.
22443         (sql-highlight-product): New function.  Set font-lock support
22444         based on a product.  Also set mode name to include product name.
22445         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
22446         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
22447         Use `sql-set-product'.
22448         (sql-highlight-ms-keywords)
22449         (sql-highlight-sybase-keywords)
22450         (sql-highlight-interbase-keywords)
22451         (sql-highlight-strong-keywords)
22452         (sql-highlight-mysql-keywords)
22453         (sql-highlight-sqlite-keywords)
22454         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
22455         (sql-get-login): Prompt in the same order as the tokens.
22456         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
22457         (sql-product-interactive): New function.  Common portions of
22458         product-specific interactive mode wrappers.
22459         (sql-interactive-mode): Rewritten to use product features.
22460         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
22461         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
22462         (sql-db2, sql-linter): Use `sql-product-interactive'.
22463         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
22464         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
22465         (sql-connect-ingres, sql-connect-postgres)
22466         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
22467         New functions.  Format command line parameters and invoke comint on
22468         the appropriate interpreter.  Code was in the corresponding
22469         `sql-xyz' function before.
22470         (sql-connect-ms): New function.  Support -E argument to use
22471         operating system credentials for authentication.
22473 2003-08-18  Kenichi Handa  <handa@m17n.org>
22475         * international/mule.el (encode-char): Fix for the ASCII case.
22477 2003-08-15  Kenichi Handa  <handa@m17n.org>
22479         * international/fontset.el (setup-default-fontset): Change "*" to
22480         nil in the specifications of font family.
22482 2003-08-18  Kim F. Storm  <storm@cua.dk>
22484         * kmacro.el (kmacro-keymap): Group related bindings in
22485         initialization for clarity.  Bind C-s to start macro.
22486         Remove C-r binding.
22487         (kmacro-initial-counter-value): New defvar to hold initial counter
22488         value in case we set the value before defining a macro.
22489         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
22490         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
22491         not defining or executing macro.  Doc fix.
22492         (kmacro-add-counter): Clear kmacro-initial-counter-value.
22493         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
22494         temporarily view older elements on the macro ring without cycling
22495         the ring.
22496         (kmacro-display): Doc fix.
22497         (kmacro-exec-ring-item): New helper function.
22498         (kmacro-call-ring-2nd): Use it.
22499         (kmacro-call-ring-2nd-repeat): Doc fix.
22500         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
22501         (kmacro-end-or-call-macro): Execute last viewed macro (using
22502         kmacro-exec-ring-item) from ring if this follows
22503         kmacro-view-macro.  This allows us to find a macro on the ring
22504         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
22505         the ring to bring it to the head of the ring.
22506         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
22507         Allow binding to reserved keys without specifying C-x C-k prefix.
22508         Ask for confirmation if entered key sequence is already bound to
22509         a non-macro command.
22510         (kmacro-view-macro): Repeating command will show older elements
22511         on the macro ring; C-k will execute the last viewed macro.
22512         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
22513         property from 'ring to 'head.
22515 2003-08-17  Alan Shutko  <ats@acm.org>
22517         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
22518         keeping December out of the alist.
22520 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
22522         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
22523         * calendar/calendar.el (calendar-mode-map): Bind it to key.
22524         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
22525         (calendar-flatten): New function.
22526         (calendar-mouse-view-other-diary-entries)
22527         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
22528         in the menu title and to show multi-line diary entries correctly
22529         in the menu.
22531 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
22533         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
22534         defcustom, because the default was recently changed.
22536 2003-08-16  Richard M. Stallman  <rms@gnu.org>
22538         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
22540         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
22541         New subroutine, broken out of eval-last-sexp-1.
22542         (eval-last-sexp-1): Use eval-last-sexp-print-value.
22544         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
22546         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
22548         * simple.el (eval-expression): Use eval-last-sexp-print-value.
22550 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
22552         * progmodes/compile.el (compilation-error-regexp-alist):
22553         Add Java ANt error detection as described in document
22554         http://ant.apache.org/faq.html
22556 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
22558         * simple.el (backward-word, forward-to-indentation)
22559         (backward-to-indentation): Argument changed to optional.
22560         (next-line, previous-line): Use `or' instead of `unless'.
22562 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22564         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
22565         instead of a constant.
22567 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
22569         * shell.el (shell): With prefix-arg, suggest a new buffer name.
22571 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
22573         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
22574         (vc-sccs-workfile-version): Search the entire delta table, rather
22575         than just the first entry, because that might be a deleted version.
22577 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
22579         * menu-bar.el (menu-bar-options-menu): Supply a body for the
22580         [save-place] binding in the Options menu.  Have it require
22581         'saveplace' and then toggle the variable manually, to avoid an an
22582         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
22583         for the bug report.
22585 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
22587         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
22588         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
22589         (gdb-info-threads-custom): Add help-echo text.
22590         (gdb-display-back): Don't use purecopy.
22591         (gdb-info-breakpoints-custom, gdb-reset)
22592         (gdb-assembler-custom): Use display-images-p to test if breakpoint
22593         icons can be displayed.
22595 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
22597         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
22599 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
22601         * bookmark.el (bookmark-completing-read):
22602         Return a string, instead of a list of one string.
22603         Use a popup menu if activated from the mouse.
22604         (bookmark-edit-annotation): Remove unused vars.
22605         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
22606         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
22607         to bookmark-completing-read.
22608         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
22609         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
22610         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
22611         and erase-buffer.
22612         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
22613         (bookmark-menu-jump, bookmark-menu-insert)
22614         (bookmark-popup-menu-and-apply-function)
22615         (bookmark-menu-popup-paned-bookmark-menu): Remove.
22616         (bookmark-menu-build-paned-menu): Remove by folding it into
22617         bookmark-menu-popup-paned-menu.
22618         (menu-bar-bookmark-map): Move the define-key statements here.
22619         Use the "non-menu" commands since they now pop up a menu if needed.
22620         (bookmark-exit-hook-internal): Simplify.
22622 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
22624         * reftex-toc.el (reftex-toc-rename-label): New function.
22625         (reftex-toc-check-docstruct): New function.
22627         * reftex.el (reftex-region-active-p): New function.
22629         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
22630         regexp to find the \bibliography macro.
22632         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
22633         which does not exist in LaTeX.
22634         (reftex-cite-format-builtin): Added amsrefs support.
22635         (reftex-toc-confirm-promotion): New option
22637         * reftex-toc.el
22638         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
22639         (reftex-toc-demote, reftex-toc-promote)
22640         (reftex-toc-do-promote, reftex-toc-promote-prepare)
22641         (reftex-toc-promote-action, reftex-toc-extract-section-number)
22642         (reftex-toc-newhead-from-alist)
22643         (reftex-toc-load-all-files-for-promotion): New functions.
22644         (reftex-toc-help): Added description of new keys.
22645         (reftex-toc-split-windows-fraction): New option.
22646         (reftex-recenter-toc-when-idle): Search *toc* window on all
22647         visible frames.
22648         (reftex-toc): Additional parameter REUSE
22649         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
22650         with REUSE argument.
22651         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
22652         the call of `reftex-toc'.
22653         (reftex-make-separate-toc-frame): New function .
22654         (reftex-toc-recenter): When called with triple prefix arg, call
22655         `reftex-make-separate-toc-frame' first.
22656         (reftex-toc-toggle-dedicated-frame): New command.
22657         (reftex-toc-quit): Adapted to delete frame when called in
22658         dedicated frame.
22660         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
22661         all enclosing macros.
22664 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22666         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
22667         first use.
22669 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22671         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
22673 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
22675         * calendar/calendar.el (list-diary-entries-hook)
22676         (diary-display-hook, nongregorian-diary-listing-hook)
22677         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
22678         Add some customize options for these hooks.
22679         (calendar-abbrev-construct): Don't try to take a substring longer
22680         than the original string.
22682 2003-08-05  Richard M. Stallman  <rms@gnu.org>
22684         * emacs-lisp/testcover.el (noreturn): Report error if does return.
22685         (testcover-reinstrument-clauses): Doc fix.
22687         * emacs-lisp/warnings.el: Doc fixes, args renamed.
22688         (warning-type-format): Rename from warning-group-format.
22690         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
22691         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
22692         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
22693         to prevent warnings about defvar for an obsolete variable.
22695         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
22696         warning-group-format renamed to warning-type-format.
22698         * subr.el (read-passwd): Use clear-string instead of fillarray.
22700         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
22701         Use vconcat instead of concat.
22702         (edmacro-sanitize-for-string): New function.
22704 2003-08-05  Dave Love  <fx@gnu.org>
22706         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
22707         line-number-display-limit-width.
22709         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
22711 2003-08-05  Kenichi Handa  <handa@m17n.org>
22713         * international/code-pages.el: Don't require mule-diag.
22715         * international/mule-diag.el (non-iso-charset-alist):
22716         Add autoload cookie.
22718         * language/devan-util.el (dev-glyph-order): Add an entry for the
22719         glyph code #xC4.
22721 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
22723         * calendar/calendar.el (diary-file, diary-file-name-prefix)
22724         (european-calendar-style, diary-date-forms)
22725         (calendar-day-name-array, calendar-month-name-array): Doc change.
22726         (generate-calendar-month): Adapt for new behavior of
22727         `calendar-day-name' function.
22728         (calendar-abbrev-length, calendar-day-abbrev-array)
22729         (calendar-month-abbrev-array): New variables.
22730         (calendar-abbrev-construct): New function.
22731         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
22732         rather than fixing abbrevs at some width.  Calling syntax change.
22733         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
22734         (calendar-date-string): Adapt for new behaviors of
22735         `calendar-day-name' and `calendar-month-name' functions.
22737         * calendar/diary-lib.el (list-diary-entries): Adapt for new
22738         behavior of `calendar-day-name' and `calendar-month-name' functions.
22739         (diary-name-pattern): Use abbrev arrays, rather than fixing
22740         abbrevs at three chars.  Calling syntax change.
22741         (mark-diary-entries): Adapt for new behaviors of
22742         `diary-name-pattern' and `calendar-make-alist' functions.
22743         (fancy-diary-font-lock-keywords): Adapt for new behavior of
22744         `diary-name-pattern' function.
22745         (font-lock-diary-date-forms): Use abbrev arrays, rather than
22746         fixing abbrevs at three chars.  Calling syntax change.
22747         (cal-hebrew, cal-islam): Require when compiling.
22748         (diary-font-lock-keywords): Adapt for new behavior of
22749         `font-lock-diary-date-forms' function.
22751         * calendar/cal-hebrew.el: Reposition some code so defined before used.
22752         (calendar-hebrew-month-name-array-common-year)
22753         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
22754         (list-hebrew-diary-entries): Adapt for new behaviors of
22755         `calendar-day-name' and `add-to-diary-list' functions.
22756         (mark-hebrew-diary-entries): Adapt for new behaviors of
22757         `diary-name-pattern' and `calendar-make-alist' functions.
22759         * calendar/cal-islam.el (calendar-islamic-month-name-array):
22760         Add doc string.
22761         (list-islamic-diary-entries): Adapt for new behaviors of
22762         `calendar-day-name' and `add-to-diary-list' functions.
22763         (mark-islamic-diary-entries): Adapt for new behaviors of
22764         `diary-name-pattern' and `calendar-make-alist' functions.
22766         * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
22767         `calendar-month-name' function.
22769         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
22771         * calendar/solar.el (solar-seasons-data): Move definition before use.
22773         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
22774         (cal-tex-LaTeX-hourbox): Move definition before use.
22776         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
22777         * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
22778         * lunar.el, solar.el (displayed-month, displayed-year):
22779         Define for compiler.
22781 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
22783         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
22784         MODE.  Renamed from c-init-c-language-vars'.
22785         (c-initialize-cc-mode): Change accordingly.
22786         (c-common-init): Ditto.
22787         (c-mode): Ditto.
22788         (c++-mode): Use `c-init-language-vars-for'.
22789         (objc-mode): Ditto.
22790         (java-mode): Ditto.
22791         (idl-mode): Ditto.
22792         (pike-mode): Ditto.
22793         (awk-mode): Ditto.
22795 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
22797         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
22798         or not the point moved.
22800         (c-search-decl-header-end): Don't trip up on operator identifiers
22801         in C++ and operators like == in all languages.
22803         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
22804         Detect leading labels correctly.
22806 2003-08-02  Andreas Schwab  <schwab@suse.de>
22808         * textmodes/ispell.el: Don't redo key bindings on loading, put
22809         them only in loaddefs.el.
22810         * bookmark.el: Likewise.
22811         * dabbrev.el: Likewise.
22812         * emerge.el: Likewise.
22814         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
22815         has more than one member.
22817         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
22819 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22821         * lpr.el (printify-region): It was ending conversion before the
22822         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
22824 2003-07-31  John Paul Wallington  <jpw@gnu.org>
22826         * net/browse-url.el (browse-url-epiphany): Doc fix.
22828 2003-07-30  Kenichi Handa  <handa@m17n.org>
22830         * international/fontset.el (setup-default-fontset):
22831         Change registry names of Akurti fonts.
22833 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22835         * comint.el (comint-read-noecho): Use `clear-string' instead of
22836         `fillarray'.
22838 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
22840         * outline.el (outline-mode-hook): Add defvar.
22842 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
22844         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
22845         Restore assembler in source window if that is what has been selected.
22846         (menu): Add gdb-restore-windows to menu.  Make gdba
22847         specific menus only visible from gdba.
22849 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
22851         * progmodes/compile.el (compilation-environment): New user variable.
22852         (compile-internal): Respect it.
22854 2003-07-23  Masatake YAMATO  <jet@gyve.org>
22856         * progmodes/gud.el (gdb-script-font-lock-keywords):
22857         Put `font-lock-function-name-face' on a symbol which includes
22858         `-' like `hook-run'.  Put font-lock-variable-name-face
22859         on a symbol starting with $.
22861 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
22863         * files.el (set-visited-file-name): Use truename for buffer-file-name.
22865 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
22867         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
22869 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
22871         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
22872         Use with-no-warnings.
22873         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
22874         rather than to find-file-not-found-hook, which doesn't exist.
22876 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
22878         * international/quail.el (quail-translate-key): Fix previous change.
22880 2003-07-25  John Paul Wallington  <jpw@gnu.org>
22882         * server.el (server-start): Check `server-process' is non-nil
22883         before killing it to avoid killing current buffer's process.
22885         * simple.el (choose-completion-string): Use `minibufferp';
22886         test `completion-reference-buffer' if `buffer' arg is nil.
22887         (push-mark): Use `when' and `unless'.
22888         (pop-mark): Use `when'.
22890         * mouse-sel.el (mouse-sel-get-selection-function):
22891         Check `x-last-selected-text-primary'.  Don't barf if it or
22892         `x-last-selected-text' aren't bound.
22894 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
22896         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
22898 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
22900         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
22902 2003-07-23  John Paul Wallington  <jpw@gnu.org>
22904         * tooltip.el (defface tooltip): Inherit from variable-pitch.
22906 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
22908         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
22909         string.  Defvar the derived hook.
22911         * macros.el (insert-kbd-macro): Escape double quote character.
22912         From Thomas W Murphy <twm@andrew.cmu.edu>.
22914 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
22916         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
22917         to match the specific mark rather than reusing comment-start-skip.
22919 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
22921         * progmodes/hideshow.el (hs-special-modes-alist):
22922         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
22924 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
22926         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
22927         value using ?\s.
22929 2003-07-21  John Paul Wallington  <jpw@gnu.org>
22931         * subr.el (with-selected-window): Add closing paren.
22933 2003-07-21  Richard M. Stallman  <rms@gnu.org>
22935         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
22936         (lisp-mode): Likewise.
22938         * subr.el (with-selected-window): Copy code form save-selected-window
22939         so as to call select-window with norecord arg.
22940         (dynamic-completion-table): Doc fix.
22941         (lazy-completion-table): Doc fix.
22943         * international/mule-cmds.el (set-locale-environment):
22944         langinfo renamed to locale-info.
22946         * international/mule.el (auto-coding-functions): Doc fix.
22948 2003-07-21  Kenichi Handa  <handa@m17n.org>
22950         * international/quail.el (quail-translate-key):
22951         Update quail-current-str correctly.
22953 2003-07-21  Andreas Schwab  <schwab@suse.de>
22955         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
22956         ?, to "_".
22958 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
22959         Version 2.0.36 of Tramp released.
22961         * net/tramp.el (tramp-default-password-end-of-line): Rename from
22962         tramp-password-end-of-line.
22963         (tramp-password-end-of-line): New method parameter.
22964         (tramp-get-password-end-of-line): Function to access method
22965         parameter `tramp-password-end-of-line', or variable
22966         `tramp-default-password-end-of-line' (default value).
22967         (tramp-methods): Add entries for new parameter
22968         tramp-password-end-of-line.
22969         (tramp-enter-password): Use new function
22970         `tramp-get-password-end-of-line'.
22971         (tramp-handle-insert-file-contents): Do not
22972         unconditionally inhibit the file operation file-local-copy, only
22973         do that when the inhibit-file-name-operation is currently
22974         insert-file-contents.  This fixes finding remote CVS-controlled
22975         files.  (It would barf on inserting the CVS/Entries file
22976         literally, because the file-local-copy handler wasn't called.)
22977         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
22978         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
22979         (tramp-initial-commands): New variable.
22980         (tramp-process-initial-commands): New function, using the variable.
22981         (tramp-open-connection-setup-interactive-shell): Call the new function.
22982         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
22983         method into the buffer name, never use nil.  Reported by Hanak
22984         David <dhanak@inf.bme.hu>.
22985         (tramp-open-connection-setup-interactive-shell): Erase buffer
22986         before sending "stty -onlcr".
22988         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
22990 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
22992         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
22994 2003-07-19  John Paul Wallington  <jpw@gnu.org>
22996         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
22997         (artist-draw-rect, artist-draw-square): Doc fixes.
22999         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
23001         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
23003 2003-07-19  Kenichi Handa  <handa@m17n.org>
23005         * international/kkc.el (kkc-show-conversion-list-update):
23006         Highlight the correct candidate in the message.
23008 2003-07-18  John Paul Wallington  <jpw@gnu.org>
23010         * simple.el (current-word): Don't include punctuation char when
23011         `really-word' arg is non-nil.
23013 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
23015         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
23016         moved to the directory obsolete.
23018 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
23020         * info.el (Info-menu-entry-name-re): Allow newlines in
23021         menu entry names.
23023         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
23024         syntax-ppss-after-change-function.
23025         (syntax-ppss-after-change-function): New alias.  Update uses.
23026         (syntax-ppss): Catch the case where the buffer is narrowed.
23028 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
23030         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
23031         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
23033 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
23035         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
23036         since it might be modified.
23038         * progmodes/cc-langs.el (c++-make-template-syntax-table)
23039         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
23040         names to these language constants.
23042 2003-07-15  Kim F. Storm  <storm@cua.dk>
23044         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
23045         All uses changed.
23047 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
23049         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
23050         Namespace support.
23052 2003-07-13  Juanma Barranquero  <lektu@terra.es>
23054         * frame.el (modify-all-frames-parameters): Reinstall (copyright
23055         papers received).
23057 2003-07-13  Karl Eichwalder  <ke@suse.de>
23059         * textmodes/po.el (po-find-charset): White space at the start of the
23060         Content-Type field body is non-mandatory.
23062 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
23064         * textmodes/texinfo.el (texinfo-section-list):
23065         Append appendixsection; a synonym for appendixsec.
23067 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
23069         * man.el (Man-translate-cleanup): New.
23070         (Man-translate-references): Call `Man-translate-cleanup' to clean
23071         leading, trailing and middle spaces.
23073 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
23075         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
23076         Handle `dired-directory' being a list.
23078 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23080         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
23081         it doesn't exist.
23083 2003-07-12  Richard M. Stallman  <rms@gnu.org>
23085         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
23087         * progmodes/cc-defs.el (c-make-keywords-re):
23088         Don't use delete-duplicates.
23089         (c-lang-const): Don't use mapcan.
23091         * apropos.el (apropos-show-scores): Make it customizable.
23092         Document new meaning.
23093         (apropos): Compute scores from symbols.
23094         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
23096 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23098         * ps-bdf.el: Fix copyright line.
23099         (bdf-directory-list): Fix initialization code.
23101 2003-07-11  John Paul Wallington  <jpw@gnu.org>
23103         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
23104         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
23105         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
23107 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
23109         * emacs-lisp/ring.el (ring-elements): Doc fix.
23111 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
23113         * calendar/timeclock.el (timeclock-relative)
23114         (timeclock-ask-before-exiting, timeclock-use-display-time):
23115         Doc changes.
23116         (timeclock-modeline-display): Give a message if
23117         `timeclock-use-display-time' is non-nil but `display-time-mode'
23118         is not active.
23120 2003-07-11  Kenichi Handa  <handa@m17n.org>
23122         * international/mule-cmds.el (set-language-environment):
23123         Set current-language-environment to the correct string.
23125 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23127         * ps-print.el: Print line number correctly in a region.  Reported by
23128         Tim Allen <timallen@ls83.fsnet.co.uk>.
23129         (ps-print-version): New version number (6.6.2).
23130         (ps-printing-region): Code fix.
23132 2003-07-10  John Paul Wallington  <jpw@gnu.org>
23134         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
23135         this function can be called from `add-completions-from-tags-table'.
23137 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
23139         * calendar/timeclock.el (timeclock-use-display-time)
23140         (timeclock-day-over-hook, timeclock-workday-remaining)
23141         (timeclock-status-string, timeclock-when-to-leave)
23142         (timeclock-when-to-leave-string, timeclock-log-data)
23143         (timeclock-find-discrep, timeclock-day-base)
23144         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
23145         (timeclock-modeline-display): Set the variable
23146         `timeclock-modeline-display'.
23147         (timeclock-update-modeline): Doc fix.  Respect value of
23148         `timeclock-relative'.
23150 2003-07-09  Richard M. Stallman  <rms@gnu.org>
23152         * textmodes/reftex-parse.el (reftex-all-document-files):
23153         Add autoload cookie.
23155         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
23156         (reftex-scanning-info-available-p): Add autoload cookie.
23158         * international/mule-cmds.el
23159         (set-display-table-and-terminal-coding-system): Delete duplicate
23160         aset on standard-display-table.
23162         * view.el (view-file): If existing buffer's major mode is special,
23163         don't go into view mode.
23165         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
23167 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
23169         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
23170         buffer changes; there's third party code that calls this function
23171         directly.
23173 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
23175         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
23176         (autodoc-font-lock-keywords): Don't byte compile on font lock
23177         initialization when running from byte compiled files.
23179 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
23181         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
23182         statement ends with auto-increment "++".
23184 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
23186         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23187         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23188         these are changed, so declare them as variables and not constants.
23190 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
23192         * subr.el (dolist, dotimes): Doc fix.
23194 2003-07-08  Kim F. Storm  <storm@cua.dk>
23196         * international/mule-cmds.el
23197         (set-display-table-and-terminal-coding-system): Don't break
23198         bootstrap if standard-display-table isn't setup yet.
23200 2003-07-07  Richard M. Stallman  <rms@gnu.org>
23202         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
23203         Give it a doc string, and autoload it.
23205         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
23206         Use with-no-warnings.
23208         * info.el (Info-search): If find invisible text, search again.
23210         * isearch.el (search-whitespace-regexp): Add a shy group around it.
23212         * man.el (Man-name-regexp): Match + as part of name.
23214         * simple.el (visible-mode): Rename from vis-mode.
23215         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
23217         * simple.el (current-word): New arg REALLY-WORD specifies
23218         don't include punctuation chars.
23220         * emacs-lisp/debug.el (debug, debugger-env-macro):
23221         Use with-no-warnings while accessing and binding unread-command-char.
23223         * international/mule-cmds.el
23224         (set-display-table-and-terminal-coding-system): Use explicit loop
23225         instead of calling standard-display-default.
23227         * net/ange-ftp.el (ange-ftp-file-symlink-p):
23228         Use condition-case to catch error in ange-ftp-get-files.
23230         * net/browse-url.el (browse-url-browser-function):
23231         Add alternative for Epiphany.
23232         (browse-url-epiphany-program, browse-url-epiphany-arguments)
23233         (browse-url-epiphany-startup-arguments)
23234         (browse-url-epiphany-new-window-is-tab): New variables.
23235         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
23237         * progmodes/compile.el (compile-auto-highlight): Default now t.
23238         (compile): Doc fix.
23239         (compilation-next-error): Fix previous change.
23241         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
23243         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
23245 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
23247         * gdb-ui.el (gdb-source-info): Display current frame when
23248         attaching to an existing process.
23249         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
23250         while laying out windows when attaching to an existing process.
23252 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
23254         * info.el (Info-menu): Use Info-menu-entry-name-re.
23256 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
23258         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
23259         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
23261         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
23262         to match the same text.
23264 2003-07-06  John Paul Wallington  <jpw@gnu.org>
23266         * vc.el (vc-annotate-offset): Move defvar up.
23268 2003-07-06  Kim F. Storm  <storm@cua.dk>
23270         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
23271         This should fix the infinite loop when extracting menu names.
23273 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
23275         * files.el (auto-mode-alist, interpreter-mode-alist):
23276         Remove entries to CC Mode modes to avoid duplicates; they are now added
23277         with autoload directives in cc-mode.el.
23279 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
23281         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23282         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23283         these are changed, so declare them as variables and not constants.
23285         * progmodes/cc-mode.el: Fix some autoload problems: Try to
23286         ensure that the entry for ".c" extension comes before the one for
23287         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
23288         Fix incorrect entries that were added to `interpreter-mode-alist'.
23289         Move the autoload directives for AWK to the top level since they
23290         aren't recognized anywhere else.  Do not use the new AWK mode doc
23291         in the autoload form for the old AWK mode.
23293 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23295         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
23296         (bibtex-sort-ignore-string-entries): Default value t.
23297         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
23298         erroneously in previous version.
23299         (bibtex-string-files): Docstring reflects new parsing scheme.
23300         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
23301         docstring, add # as one of the chars to crush
23302         (bibtex-autokey-prefix-string, bibtex-autokey-names)
23303         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
23304         (bibtex-autokey-name-change-strings)
23305         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
23306         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
23307         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
23308         (bibtex-autokey-title-terminators)
23309         (bibtex-autokey-titlewords-stretch)
23310         (bibtex-autokey-titleword-ignore)
23311         (bibtex-autokey-titleword-case-convert)
23312         (bibtex-autokey-titleword-abbrevs)
23313         (bibtex-autokey-titleword-abbrevs)
23314         (bibtex-autokey-titleword-change-strings)
23315         (bibtex-autokey-titleword-length)
23316         (bibtex-autokey-titleword-separator)
23317         (bibtex-autokey-name-year-separator)
23318         (bibtex-autokey-year-title-separator)
23319         (bibtex-autokey-before-presentation-function)
23320         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
23321         Fix docstring.
23322         (bibtex-strings, bibtex-reference-keys):
23323         Use lazy-completion-table and make-variable-buffer-local.
23324         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
23325         (bibtex-braced-string-syntax-table)
23326         (bibtex-quoted-string-syntax-table): New variables.
23327         (bibtex-parse-nested-braces): Remove.
23328         (bibtex-parse-field-string): Use syntax table and forward-sexp.
23329         (bibtex-parse-association): Simplify.
23330         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
23331         (bibtex-parse-field-text): Simplify.
23332         (bibtex-search-forward-field, bibtex-search-backward-field):
23333         argument BOUND can take value t.
23334         (bibtex-start-of-field, bibtex-start-of-name-in-field)
23335         (bibtex-end-of-name-in-field, bibtex-end-of-field)
23336         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
23337         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
23338         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
23339         (bibtex-skip-to-valid-entry): Return buffer position of beginning
23340         and ending of entry.  Update for changes of bibtex-search-entry.
23341         Simplify.
23342         (bibtex-map-entries): FUN is called with three arguments.
23343         (bibtex-search-entry): Return a cons pair with buffer positions of
23344         beginning and end of entry.
23345         (bibtex-enclosing-field): Simplify.
23346         (bibtex-format-entry): Use booktitle to set a missing title.
23347         (bibtex-autokey-get-names): Fiddle with regexps.
23348         (bibtex-generate-autokey): Use identity.
23349         (bibtex-parse-keys): Use simplified parsing algorithm if
23350         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
23351         arguments.  Return alist of keys.
23352         (bibtex-parse-strings): Simplify.  Return alist of strings.
23353         (bibtex-complete-string-cleanup): Fix docstring.
23354         (bibtex-read-key): New function.
23355         (bibtex-mode): Fix docstring.  Do not parse for keys and
23356         strings when the mode is entered.  Set fill-paragraph-function to
23357         bibtex-fill-field.  Setup font-lock-mark-block-function the way
23358         font-lock intended.
23359         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
23360         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
23361         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
23362         (bibtex-Preamble): Avoid hard coded constants.
23363         (bibtex-make-field): Fix docstring.  Simplify.
23364         (bibtex-beginning-of-entry): Always return new position of point.
23365         (bibtex-end-of-entry): Rearrange cond clauses.
23366         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
23367         Update for changes of bibtex-map-entries.
23368         (bibtex-ispell-abstract): Do not move point.
23369         (bibtex-entry-index): Use downcase.  Simplify.
23370         (bibtex-lessp): Handle catch-all.
23371         (bibtex-find-crossref): Turn into a command.
23372         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
23373         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
23374         preamble entries.
23375         (bibtex-fill-field-bounds): New function.
23376         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
23377         (bibtex-fill-entry): Use bibtex-fill-field-bounds
23378         (bibtex-String): Use bibtex-strings.  Always obey
23379         bibtex-sort-ignore-string-entries.
23381 2003-07-05  John Paul Wallington  <jpw@gnu.org>
23383         * cus-theme.el (customize-create-theme):
23384         Call `customize-create-theme' in Reset widget's notify function.
23386         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
23387         (ibuffer-mark-interactive): Use `or' instead of `unless'.
23388         (define-ibuffer-column name): Add summarizer.
23389         (define-ibuffer-column size): Likewise.
23390         (define-ibuffer-column filename): Likewise.
23391         (define-ibuffer-column process): Likewise.  Change BODY's output too.
23392         (define-ibuffer-column filename-and-process): Likewise, likewise.
23393         (ibuffer): Remove local vars `already-in' and `need-update'.
23395         * ibuf-ext.el: Don't require `derived' at compile-time.
23397 2003-07-05  Kim F. Storm  <storm@cua.dk>
23399         * info.el: Disable paragraph refilling.
23400         (Info-refill-paragraphs): New defcustom.
23401         (Info-fontify-node): Use it.
23403 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
23405         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
23406         thingies from constructors created by defstruct.
23408         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
23409         the default value of the variable.
23410         (byte-code-meter): Move declaration to top level.
23412         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
23414         * info.el (Info-following-node-name-re): New fun.
23415         (Info-following-node-name): Remove.
23416         (Info-insert-dir): Use the new fun.
23417         (Info-extract-pointer): Don't save restriction; use new fun.
23418         (Info-menu-entry-name-re): New const.
23419         (Info-menu-entry-name-re): Use it along with new fun.
23420         (Info-node-spec-re): Use new fun.
23421         (Info-complete-menu-item, Info-fontify-node): Use new const.
23422         (Info-goto-node, Info-follow-reference, Info-menu-update):
23423         Use match-string.
23424         (Info-follow-reference): Use assoc-string.
23425         Use a list of strings for the completion table.
23426         (Info-fontify-node): Use match-string, line-end-position.
23427         Limit the search for `node:' to the first line.
23429         * newcomment.el (uncomment-region): Remove padding coming from
23430         comment-start rather than just from comment-padding.
23432         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
23433         (vc-cvs-stay-local-p): Use vc-stay-local-p.
23434         (vc-cvs-rename-file): Remove (use the default).
23435         (vc-cvs-register): Register parent dir if needed.
23436         (vc-cvs-could-register): Return non-nil if parent can be registered.
23437         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
23438         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
23440         * vc-svn.el (vc-svn-use-edit): Make it into a const.
23441         (vc-svn-update): Fix the arguments to `svn'.
23442         (vc-svn-diff-tree): Just use `vc-svn-diff'.
23443         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
23444         Simple implementations, assuming `name' is a URL.
23446         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
23447         set of chars allowed unquoted in a case pattern.
23449         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
23451         * font-lock.el (font-lock-extra-types-widget)
23452         (c-font-lock-extra-types, c++-font-lock-extra-types)
23453         (objc-font-lock-extra-types, java-font-lock-extra-types)
23454         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
23455         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
23456         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
23457         (font-lock-match-c++-structor-declaration)
23458         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
23459         (c++-font-lock-keywords-3, c++-font-lock-keywords)
23460         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
23461         (objc-font-lock-keywords-3, objc-font-lock-keywords)
23462         (java-font-lock-keywords-1, java-font-lock-keywords-2)
23463         (java-font-lock-keywords-3, java-font-lock-keywords)
23464         (java-font-lock-syntactic-face-function): Remove obsolete code
23465         and constants.  It's all in cc-fonts.el now.
23467 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
23469         * mail/sendmail.el (mail-specify-envelope-from)
23470         (mail-envelope-from): Doc fix.
23472 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
23474         * generic-x.el: Do away with the dependency on `c-emacs-features'
23475         when populating `rul-generic-mode-syntax-table'; we already know
23476         this isn't XEmacs.
23478 See ChangeLog.10 for earlier changes.
23480 ;; Local Variables:
23481 ;; coding: iso-2022-7bit
23482 ;; End:
23484     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
23485   Copying and distribution of this file, with or without modification,
23486   are permitted provided the copyright notice and this notice are preserved.
23488 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1