Fix braino.
[emacs.git] / lisp / ChangeLog
blob8810a42059391a45abfae666055bb43492a0f111
1 2005-05-20  David Kastrup  <dak@gnu.org>
3         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
4         easy-menu-add is not a nop on Emacs; and clarify when to call it.
6 2005-05-20  Lute Kamstra  <lute@gnu.org>
8         * diff-mode.el (diff-header-face, diff-file-header-face)
9         (diff-index-face, diff-hunk-header-face, diff-removed-face)
10         (diff-added-face, diff-changed-face, diff-function-face)
11         (diff-context-face, diff-nonexistent-face): Put them in the
12         diff-mode customization group.
14 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
18         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
20         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
21         Minor regexp-optimization.
23 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
25         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
26         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
27         (org-agenda-add-time-grid-maybe): New function.
28         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29         (org-table-create): `dotimes' instead of `mapcar'.
30         (org-xor): Simplified implementation.
31         (org-agenda): `inhibit-redisplay' turned on.
32         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
33         a consistent line after a state change.
34         (org-agenda-remove-times-when-in-prefix): New option.
35         (org-prefix-has-time): New variable.
36         (org-parse-time-string): Optional argument NODEFAULT.
37         (org-format-agenda-item): Parse items for time-of-day
38         specifications and move these into the prefix if possible.
39         (org-agenda-priority): Get current heading, not previous heading
40         during agenda remote editing.
42 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
44         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
45         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
46         (remove-duplicates, delete-duplicates, substitute)
47         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
48         (nsubstitute-if-not, find, find-if, find-if-not, position)
49         (position-if, position-if-not, count, count-if, count-if-not)
50         (mismatch, search, sort*, stable-sort, merge, member*)
51         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
52         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
53         (intersection, nintersection, set-difference, nset-difference)
54         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
55         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
56         (nsublis, tree-equal): Improve argument/docstring consistency.
58         * subr.el (send-string, send-region):
59         Remove obsolescence declaration.
60         (window-dot, set-window-dot, read-input, show-buffer)
61         (eval-current-buffer, string-to-int):
62         Add release number to obsolescence declarations.
64 2005-05-19  Kim F. Storm  <storm@cua.dk>
66         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
67         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
69 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
71         * faces.el (list-faces-display): Make back button respect optional
72         regexp arg.
74 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
76         * calculator.el (calculator-radix-grouping-mode)
77         (calculator-radix-grouping-digits, calculator-displayer)
78         (calculator-radix-grouping-separator, calculator-copy-displayer):
79         * dabbrev.el (dabbrev-search-these-buffers-only):
80         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
81         (diff-advance-after-apply-hunk, diff-mode-hook)
82         (diff-minor-mode-prefix):
83         * imenu.el (imenu-use-popup-menu):
84         * jit-lock.el (jit-lock-context-time):
85         * newcomment.el (comment-fill-column, comment-column)
86         (comment-style, comment-padding, comment-multi-line)
87         (comment-empty-lines, comment-auto-fill-only-comments):
88         * reveal.el (reveal-around-mark):
89         * uniquify.el (uniquify-buffer-name-style)
90         (uniquify-after-kill-buffer-p)
91         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
92         (uniquify-min-dir-content, uniquify-separator)
93         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
94         * w32-vars.el (w32-fixed-font-alist):
95         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
96         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
97         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
98         * progmodes/perl-mode.el (perl-indent-level)
99         (perl-continued-statement-offset, perl-continued-brace-offset)
100         (perl-brace-offset, perl-brace-imaginary-offset)
101         (perl-label-offset, perl-indent-continued-arguments)
102         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
103         * progmodes/tcl.el (tcl-indent-level)
104         (tcl-continued-indent-level, tcl-auto-newline)
105         (tcl-tab-always-indent, tcl-electric-hash-style)
106         (tcl-help-directory-list, tcl-use-smart-word-finder)
107         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
108         (inferior-tcl-source-command):
109         * textmodes/fill.el (enable-kinsoku):
110         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
111         * textmodes/table.el (table-yank-handler):
112         Specify missing group (and type, if simple) in defcustom.
114 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
116         * progmodes/compile.el (compilation-finish-function): Fix defvar.
118 2005-05-19  Richard M. Stallman  <rms@gnu.org>
120         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
122         * subr.el (event-basic-type): Don't get an error.
123         (left-fringe-p): Function deleted.
125         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
127         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
128         in recursive copy.
130         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
132         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
134         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
135         Call byte-compile-nogroup-warn if appropriate.
137         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
138         (compilation-set-window): Don't call left-fringe-p; do it directly.
140 2005-05-19  Jay Belanger  <belanger@truman.edu>
142         * calc/calc-graph.el (calc-graph-format-data): Make sure
143         var-PlotRejects is bound before trying to check its value.
145 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
147         * textmodes/reftex.el (reftex-isearch-minor-mode): Moved the
148         definition of this variable from reftex-global.el to reftex.el,
149         because it is needed in the menu.
151 2005-05-19  Lute Kamstra  <lute@gnu.org>
153         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
154         years are fixed.  Don't insert a space after a dash.
156 2005-05-19  Kim F. Storm  <storm@cua.dk>
158         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
160 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
162         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
163         strings, because (eq ... ?\\) is fairly frequent.
165         * progmodes/make-mode.el (makefile-add-this-line-targets):
166         Simplify and integrate into `makefile-pickup-targets'.
167         (makefile-add-this-line-macro): Simplify and integrate into
168         `makefile-pickup-macros.
169         (makefile-pickup-filenames-as-targets): Simplify.
170         (makefile-previous-dependency, makefile-match-dependency): Don't
171         stumble over `::'.
173 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
175         * subr.el (post-command-idle-hook, post-command-idle-delay):
176         Remove obsoletion of post-command-idle-hook and
177         post-command-idle-delay.
179         * faces.el (list-faces-display): Provide button when describe-face
180         is called to take user back to  the list of faces.
182         * help-fns.el (describe-variable): Remove hyperlinks in a
183         variable's value as these are quite frequently inappropriate.
185         * follow.el (follow-submit-feedback, follow-mode): Remove
186         references to post-command-idle-hook.
188 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
190         * progmodes/make-mode.el (makefile-previous-dependency)
191         (makefile-match-dependency): Check for := (and in bsd mode also
192         !=) to give a better result, even when font-lock is not on.
194 2005-05-18  Jay Belanger  <belanger@truman.edu>
196         * calc/calc-help.el (calc-s-prefix-help): Add
197         `calc-copy-special-constant' to help string.
199 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
201         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
203 2005-05-18  Jay Belanger  <belanger@truman.edu>
205         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
206         in linear factors are in proper order.
208 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
210         * textmodes/reftex-vars.el (reftex-cite-format-builtin): Support
211         for jurabib.
213         * textmodes/reftex.el (featurep): Define aliases for overlay
214         commands, for XEmacs compatibility, and use these aliases in
215         overlay initializations.
216         (reftex-highlight): Use `reftex-move-overlay'.
217         (reftex-unhighlight): Use `reftex-delete-overlay'.
218         (reftex-uniq): Funktion removed.  Use `reftex-uniquify' instead.
219         (reftex-access-search-path): Use `reftex-uniquify' instead of
220         `reftex-uniq'
222         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
223         `before-string' property modification enables for Emacs as well.
224         (reftex-select-item): Use `reftex-delete-overlay'.
225         (reftex-select-mark): Use `reftex-make-overlay' and
226         `reftex-overlay-put'.
227         (reftex-select-unmark): Use `reftex-delete-overlay' and
228         `reftex-overlay-put'.
230 2005-05-18  Lute Kamstra  <lute@gnu.org>
232         * emacs-lisp/lisp.el (check-parens): Fix docstring.
234 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
236         * add-log.el (add-change-log-entry):
237         * array.el (array-make-template, array-reconfigure-rows)
238         (array-init-max-row, array-init-max-column)
239         (array-init-columns-per-line, array-init-field-width):
240         * replace.el (replace-match-maybe-edit, perform-replace):
241         * textmodes/spell.el (spell-region):
242         Replace `read-input' by `read-string'.
244         * forms.el (forms-mode):
245         * finder.el (finder-compile-keywords):
246         * shadowfile.el (shadow-read-files):
247         Replace `eval-current-buffer' by `eval-buffer'.
249         * terminal.el (te-pass-through):
250         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
251         (ange-ftp-raw-send-cmd):
252         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
253         (send-process-next-char, telnet-initial-filter, telnet):
254         Replace `send-string' by `process-send-string'.
256         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
257         (prolog-consult-region): Replace `send-string' by
258         `process-send-string'; replace `send-region' by
259         `process-send-region'.
261         * progmodes/delphi.el (delphi-log-msg):
262         Replace `set-window-dot' by `set-window-point'.
264         * subr.el (window-dot, set-window-dot, read-input, send-string)
265         (send-region, show-buffer, eval-current-buffer):
266         Make really obsolete, as the comment says.
268 2005-05-17  Kim F. Storm  <storm@cua.dk>
270         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
271         (cua--init-keymaps): Bind C-return instead of S-return to set
272         rectangle mark.
274         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
275         instead of S-return to toggle/clear rectangle mark.
277 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
279         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
280         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
281         Also fontify plain strings assigned to variables, mostly so that a
282         colon has a face and is thus not taken as a dependency separator.
283         (makefile-previous-dependency): Inline the new matcher, because it
284         is too complex to work in both directions.
285         (makefile-match-dependency): Eliminate `backward' arg (see above).
286         Completely reimplemented so as to not sometimes go into an endless
287         loop.  It should also be more efficient, because first it only
288         searches for `:', instead of applying the very complex regexp.
289         (makefile-mode): Cancel `font-lock-support-mode', because blocks
290         to be fontified in one piece can be too long for JIT.  Makefiles
291         are never *that* big.
293 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
295         * dired.el (dired-mode): Simplify.
297 2005-05-17  Lute Kamstra  <lute@gnu.org>
299         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
300         defcustom for the mode hook variable.
302         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
303         Emacs Lisp Reference Manual.
305 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
307         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
308         (evenp, list*):
309         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
310         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
312         * net/tramp-smb.el (tramp-smb-open-connection):
313         Pass `tramp-chunksize' as fifth (required) argument.
315 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
317         * font-lock.el (lisp-font-lock-keywords-1): Set
318         `font-lock-negation-char-face' for [^...] char group.
319         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
321         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
322         a var, and refine it to mask one more level of nested vars.
323         (makefile-rule-action-regex): Turn it into a var, and refine it so
324         it recognizes backslashed continuation lines as belonging to the
325         same command.
326         (makefile-macroassign-regex): Refine it so it recognizes
327         backslashed continuation lines as belonging to the same command.
328         (makefile-var-use-regex): Don't look at the next char, because it
329         might be the same one to be skipped by the initial [^$], leading
330         to an overlooked variable use.
331         (makefile-make-font-lock-keywords): Remove two parameters, which
332         are now variables that some of the modes set locally.  Handle
333         dependency and rule action matching through functions, because
334         regexps alone match too often.  Dependency matching now comes
335         last, so it can check, whether a colon already matched something
336         else.
337         (makefile-mode): Inform that font-lock improves makefile parsing
338         capabilities.
339         (makefile-match-dependency, makefile-match-action): New functions.
341 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
343         * emacs-lisp/cl-extra.el (equalp): Doc fix.
345         * align.el (align-regexp):
346         * ansi-color.el (ansi-color-get-face):
347         * array.el (array-reconfigure-rows, array-init-max-row)
348         (array-init-max-column, array-init-columns-per-line)
349         (array-init-field-width):
350         * dired-aux.el (dired-trample-file-versions):
351         * dired-x.el (dired-mark-sexp):
352         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
353         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
354         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
355         * faces.el (face-read-integer):
356         * files.el (backup-extract-version, insert-directory):
357         * hexl.el (hexl-insert-decimal-char):
358         * server.el (server-process-filter):
359         * shell.el (shell-extract-num):
360         * startup.el (command-line-1):
361         * term.el (term-command-hook):
362         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
363         (time-stamp-do-number):
364         * time.el (display-time-update):
365         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
366         (timezone-fix-time):
367         * vms-patch.el (vms-suspend-resume-hook):
368         * calendar/appt.el (appt-convert-time):
369         * calendar/cal-bahai.el (mark-bahai-diary-entries):
370         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
371         * calendar/cal-islam.el (mark-islamic-diary-entries):
372         * calendar/calendar.el (calendar-cursor-to-date)
373         (calendar-star-date):
374         * calendar/diary-lib.el (diary-attrtype-convert)
375         (mark-diary-entries, diary-entry-time):
376         * calendar/solar.el (solar-get-number):
377         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
378         * emacs-lisp/re-builder.el (reb-display-subexp):
379         * emulation/edt.el (edt-set-scroll-margins):
380         * emulation/tpu-extras.el (tpu-set-scroll-margins):
381         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
382         (vip-get-ex-count):
383         * emulation/viper-ex.el (viper-get-ex-token)
384         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
385         * international/fontset.el (fontset-plain-name):
386         * mail/feedmail.el (feedmail-look-at-queue-directory):
387         * mail/mailalias.el (mail-get-names):
388         * mail/rmail.el (rmail-convert-to-babyl-format):
389         * mail/rmailsum.el (rmail-make-basic-summary-line)
390         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
391         (rmail-summary-goto-msg):
392         * mail/smtpmail.el (smtpmail-read-response):
393         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
394         (ange-ftp-vms-add-file-entry):
395         * play/gametree.el (gametree-looking-at-ply)
396         (gametree-current-branch-score):
397         * progmodes/ada-xref.el (ada-prj-find-prj-file)
398         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
399         * progmodes/cperl-mode.el (condition-case):
400         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
401         (ebrowse-set-member-buffer-column-width)
402         (ebrowse-select-1st-to-9nth):
403         * progmodes/etags.el (etags-snarf-tag):
404         * progmodes/flymake.el (flymake-parse-line):
405         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
406         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
407         (idlwave-shell-menu-def):
408         * progmodes/ps-mode.el (ps-run-goto-error):
409         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
410         (vhdl-speedbar-contract-level):
411         * term/mac-win.el (x-handle-numeric-switch):
412         * term/sun-mouse.el (sun-get-frame-data):
413         * term/w32-win.el (x-handle-numeric-switch):
414         * term/x-win.el (x-handle-numeric-switch):
415         * textmodes/ispell.el (ispell-parse-output):
416         * textmodes/nroff-mode.el (nroff-outline-level):
417         * textmodes/reftex-cite.el (reftex-bib-sort-year)
418         (reftex-bib-sort-year-reverse, reftex-format-citation):
419         * textmodes/reftex-parse.el (reftex-init-section-numbers)
420         (reftex-section-number):
421         * textmodes/texinfmt.el (texinfo-paragraphindent): Replace
422         `string-to-int' by `string-to-number'.
424         * international/latexenc.el: Add page marker to force the "Local
425         Variables:" string out of the last page.
427 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
429         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
430         tooltip-change-major-mode.
431         (gud-tooltip-print-command): Remove case where gud-minor-mode
432         is gdb ("--fullname").
433         (gud-tooltip-tips): Turn GUD tooltips off for this case and
434         explain to user.
436 2005-05-16  Jay Belanger  <belanger@truman.edu>
438         * calc/calc-store.el (calc-copy-special-constant): New function.
440         * calc/calc-ext.el (calc-init-extensions): Add binding for
441         `calc-copy-special-constant'.
443         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
444         for the `calc-copy-special-constant' command.
446 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
448         * subr.el (left-fringe-p): New function.
450         * progmodes/compile.el (compilation-setup): Set local value of
451         overlay-arrow-string to "" always.
452         (compilation-set-window): Left fringe then don't scroll. No left
453         fringe then no arrow and scroll message to top.
454         (compilation-context-lines): Adjust doc string accordingly.
456 2005-05-16  Kim F. Storm  <storm@cua.dk>
458         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
459         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
460         (ido-wide-find-dir-or-delete-dir): New command for M-d.
461         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
462         (ido-read-file-name): Handle commands with ido property value
463         equal to find-file as reading a file name, to allow C-d to enter dired.
464         (ibuffer-find-file): Add ido property with value find-file.
466 2005-05-15  Kim F. Storm  <storm@cua.dk>
468         * subr.el (open-network-stream-nowait): Remove.
469         (open-network-stream-server): Remove.
471 2005-05-15  Richard M. Stallman  <rms@gnu.org>
473         * faces.el (describe-face): Output a definition link button.
475         * help-mode.el (help-face-def): New button type.
477         * emacs-lisp/copyright.el (copyright-fix-years):
478         Match properly if the first year is 2-digit.
479         Don't mess up the whitespace after the years by filling.
481         * dired-aux.el (dired-mark-confirm):
482         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
484         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
485         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
486         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
488         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
489         Set font-lock-comment-start-skip.
491         * font-lock.el (font-lock-comment-start-skip): New variable.
492         (font-lock-comment-end-skip): New variable.
493         (font-lock-fontify-syntactically-region): Use them if non-nil.
495 2005-05-15  Jay Belanger  <belanger@truman.edu>
497         * calc/calc-store.el (calc-store-value): Return a string rather
498         than display it as a message.
499         Use calc-var-name for variable name.
500         (calc-store-into): Add the result of calc-store-value to message.
501         (calc-copy-variable): Add a message.
502         (calc-store-exchange): Improve error messages.
503         (calc-store-binary, calc-store-map): Don't reset the values of
504         special constants.
506 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
508         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
509         manual to docstring.
511         * files.el (hack-local-variables-confirm): Add STRING argument.
512         Make the function handle non file visiting buffers correctly.
513         (hack-local-variables-prop-line, hack-local-variables)
514         (hack-one-local-variable): Use STRING arg of
515         `hack-local-variables-confirm'.
517 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
519         Sync with Tramp 2.0.49.
521         * tramp.el (tramp-handle-dired-call-process)
522         (tramp-handle-insert-directory):`insert-buffer' cannot be used
523         because the contents of the Tramp buffer is changed before
524         insertion (`expand-file' and alike).
525         (tramp-handle-insert-directory): If `localname' has an empty
526         nondirectory name, it must not be quoted.
527         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
528         variable `tramp-chunksize'.  Change callees.
529         (tramp-open-connection-setup-interactive-shell): Check remote host
530         for buggy `send-process-string' implementation.  Set
531         `tramp-chunksize' if found.  Reported by Michael Kifer
532         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
533         (tramp-handle-shell-command): `insert-buffer' cannot be used
534         because the contents of the Tramp buffer is changed before
535         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
536         <frederic.bothamy@free.fr>.
537         (tramp-set-auto-save): Actions should be done for Tramp file name
538         handler only.  Ange-FTP has its own auto-save mechanism.  Reported
539         by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
540         (tramp-set-auto-save-file-modes): Set file modes of
541         `buffer-auto-save-file-name' to ?\600 as fallback solution.
542         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
543         (tramp-bug): Remove obsolete variable.
544         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
545         for presence of `mml-mode'.  Make it running for older Emacsen as
546         well.
548 2005-05-14  John Paul Wallington  <jpw@pobox.com>
550         * ibuf-ext.el (define-ibuffer-filter filename):
551         If `dired-directory' is a list, use its car.
553 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
555         * ibuffer.el (define-ibuffer-column filename):
556         If `dired-directory' is a list, use its car.
558 2005-05-14  Richard M. Stallman  <rms@gnu.org>
560         * subr.el (symbol-file): Doc fix.
562         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
563         (byte-compile-form): Call byte-compile-nogroup-warn.
564         (byte-compile-warning-types): Doc fix.
566         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
568         * progmodes/cc-engine.el (c-literal-faces):
569         Add font-lock-comment-delimiter-face.
571         * net/net-utils.el (dig): Use with-no-warnings.
573         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
574         (sc-recite-frame-alist, sc-default-cite-frame)
575         (sc-default-uncite-frame, sc-default-recite-frame)
576         (sc-attrib-selection-list, sc-rewrite-header-list):
577         Mark as risky-local-variable.
579         * international/ogonek.el (ogonek-jak, ogonek-how):
580         Don't use beginning-of-buffer.
582         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
584         * calendar/solar.el (solar-data-list): Move definition up.
586         * dnd.el (dnd-protocol-alist): Add autoload.
588         * progmodes/sh-script.el: Many doc usage fixes.
589         (sh-indent-after-do): Change default to match common styles.
591 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
593         * files.el (interpreter-mode-alist)
594         (auto-mode-interpreter-regexp): Doc fixes.
596 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
598         * tmm.el (tmm-get-keymap): Include only active menus and menu
599         items.
601         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
603 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
605         * dired.el (dired-mode): make-variable-buffer-local =>
606         make-local-variable
608 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
610         * term/mac-win.el (mac-select-convert-to-string): Try coding
611         systems in mac-script-code-coding-systems if specified one cannot
612         encode string for `com.apple.traditional-mac-plain-text'.
614 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
616         * progmodes/make-mode.el (makefile-targets-face)
617         (makefile-shell-face, makefile-makepp-perl-face): New faces.
618         (makefile-dependency-regex): Fix it to not make the colon in
619         $(var:a=b) special.
620         (makefile-rule-action-regex): New regexp for highlighting embedded
621         Shell strings.
622         (makefile-macroassign-regex): Handle != for highlighting as
623         embedded Shell strings.
624         (makefile-var-use-regex): New const.
625         (makefile-statements, makefile-automake-statements)
626         (makefile-gmake-statements, makefile-makepp-statements)
627         (makefile-bsdmake-statements): New consts.
628         (makefile-make-font-lock-keywords): New function.
629         (makefile-automake-font-lock-keywords)
630         (makefile-gmake-font-lock-keywords)
631         (makefile-makepp-font-lock-keywords)
632         (makefile-bsdmake-font-lock-keywords): New consts.
633         (makefile-mode-map): Add switchers between the various submodes.
634         (makefile-mode): Document the availability of the variants.
635         (makefile-automake-mode, makefile-gmake-mode)
636         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
638         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
639         new variants of makefile-mode.
641 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
643         * font-lock.el (font-lock-comment-delimiter-face): Fix up
644         the inheritance.
646 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
648         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
649         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
651         * files.el (normal-mode): Extend the scope of the
652         `enable-local-variables' binding to include the `set-auto-mode' call.
653         (magic-mode-alist): Doc fix.
655 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
657         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
658         font-lock-comment-face rather than copying its setting.
660 2005-05-12  Andreas Schwab  <schwab@suse.de>
662         * eshell/esh-mode.el (eshell-send-input): Doc fix.
664 2005-05-12  Lute Kamstra  <lute@gnu.org>
666         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
667         defcustom for the mode hook variable.  Delete the last argument.
668         * generic-x.el: Fix callers of define-generic-mode.
669         (generic-x-modes): Delete group.
670         (show-tabs-tab-face, show-tabs-space-face): Put them in the
671         generic-x customization group.
673 2005-05-12  Kim F. Storm  <storm@cua.dk>
675         * font-lock.el (font-lock-negation-char-face): Default to "off".
677         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
678         font-lock-negation-char-face to ! in !=.
680 2005-05-12  Masatake YAMATO  <jet@gyve.org>
682         * add-log.el (find-change-log): Fix typos in the docstring
683         of function.
685 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
687         * international/latexenc.el (latexenc-find-file-coding-system):
688         Avoid `re-search-forward' when looking for input encoding because
689         of speed and safety.  Better regular expressions for recognizing
690         input encoding.  Limit a search for TeX-master/tex-main-file to
691         the local variable section.
693 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
695         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
696         syntax of $ to "'" (quote).
698 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
700         * dnd.el (dnd-protocol-alist): Improve custom type.
702         * dired.el (dired-dnd-protocol-alist): New variable.
703         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
704         `dired-mode-hook' to the end.
706 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
708         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
709         comment-end if comment-start-skip is not set.
710         Obey the font-lock-comment-delimiter-face variables.
712 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
714         * files.el (executable-find): Move from executable.el. Use locate-file.
715         * progmodes/executable.el (executable-find): Move to files.el.
717         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
718         when trying to ensure forward progress.
720 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
722         * mouse-sel.el (mouse-sel-follow-link-p): New function.
723         (mouse-select, mouse-select-internal, mouse-extend-internal):
724         Use it to implement mouse-1-click-follows-link functionality.
726 2005-05-11  Richard M. Stallman  <rms@gnu.org>
728         * font-lock.el (font-lock-fontify-syntactically-region):
729         Use font-lock-comment-delimiter-face for comment delimiters.
731 2005-05-10  Jay Belanger  <belanger@truman.edu>
733         * calc/calc-help.el (calc-m-prefix-help): Add mention of
734         preserving embedded modes.
736 2005-05-10  Richard M. Stallman  <rms@gnu.org>
738         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
740         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
741         Move from ada-stmt.el.
742         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
744         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
745         Move to ada-mode.el.
746         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
748         * cus-edit.el (custom-file): Call file-chase-links.
750         * files.el (read-directory-name): Fix previous change.
751         (hack-local-variables-confirm): New function.
752         (hack-local-variables-prop-line, hack-local-variables)
753         (hack-one-local-variable): Use it.
755 2005-05-10  Lute Kamstra  <lute@gnu.org>
757         * font-lock.el (font-lock-keywords-alist)
758         (font-lock-removed-keywords-alist): Clarify docstrings.
760 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
762         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
763         (gdb-source-info): Check for preprocessor info.
764         (gdb-tooltip-print-1): New function. Don't print tooltip if it is
765         a macro for a function.
766         found (user might have used GDB dir command).
767         (gdb-info-breakpoints-custom): Try to find file again if not already
768         (gdb-get-location): Update gdb-location-alist correctly for change
769         to gdb-info-breakpoints-custom.
771         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
772         (gud-tooltip-print-command): Add gdbmi case.
773         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
774         preprocessor info.
776 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
778         * startup.el (fancy-splash-insert): Fix typo in doc string.
780 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
782         * obsolete/float.el (string-to-float):
783         * obsolete/hilit19.el (hilit-add-pattern):
784         * obsolete/rnews.el (news-parse-range, news-select-message)
785         (news-get-pruned-list-of-files): Replace `string-to-int' by
786         `string-to-number'.
788         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
789         `find-file-not-found-hooks'; use `add-hook'.
790         (uncompress-while-visiting): Set `write-file-functions', not
791         `write-file-hooks'; use `add-hook'.
793 2005-05-09  Kim F. Storm  <storm@cua.dk>
795         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
796         (cua-paste): Handle clipboard action.
797         (cua--init-keymaps): Remap clipboard-kill-region and
798         clipboard-kill-ring-save.
800 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
802         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
803         Improve commentary.
805         * simple.el (next-error-overlay-arrow-position): Revert the change
806         made on 2005-04-30.
808 2005-05-07  Jay Belanger  <belanger@truman.edu>
810         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
811         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
812         `calc-sel-reselect'.
814         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
815         Calc is in embedded mode.
817 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
819         * progmodes/compile.el (compilation-setup):
820         Set overlay-arrow-string to an empty string on text terminals.
822         * textmodes/ispell.el (ispell-program-name): Try looking for
823         "aspell" along exec-path, and if found, use it as the default
824         speller program.
826 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
828         * international/mule.el (sgml-xml-auto-coding-function):
829         Recognize encoding='FOO' in single quotes as well as in double quotes.
831 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
833         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
834         as well as `interactive', so that defmacro* would recognize
835         `declare' forms.
837 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
839         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
840         Explain more about the LIGHTER arg's usage in the doc string.
841         Add commentary to clarify what the code does.  Fix the regexp that
842         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
843         since it could have characters special to regular expressions.
845 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
847         * replace.el (occur-1): Bind inhibit-read-only so that
848         erase-buffer doesn't barf on read-only text properties (likewise
849         for add-text-properties in occur-engine).  Mark buffer as unmodified.
850         (occur-engine): Don't set buffer-read-only here.
852 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
854         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
855         list-buffers-directory.  This caused the *cvs-commit* buffer to be
856         sometimes mistakenly reused as a *cvs* buffer.
858 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
860         * tooltip.el: Move code for GUD tooltips into gud.el.
861         (require): CL no longer needed to compile case.
862         (tooltip-mode): Do not toggle functions for GUD tooltips.
863         (tooltip-gud-tips-p): Remove. Replace with minor mode
864         gud-tooltip-mode in gud.el.
865         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
866         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
867         tooltip-gud prefix with gud-tooltip and obsolete.
868         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
869         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
870         (tooltip-mouse-motion): Mouse movement functions/variable.
871         Rename in gud.el by adding gud prefix.
872         (tooltip-gud-original-filter, tooltip-gud-dereference)
873         (tooltip-gud-event, tooltip-toggle-gud-tips)
874         (tooltip-gud-process-output, tooltip-gud-print-command)
875         (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
876         gud.el by replacing tooltip-gud prefix with gud-tooltip.
877         (gdb-tooltip-print): Move to gdb-ui.el.
879         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
880         (require): CL needed to compile case.
881         (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
882         tooltip-gud-tips-p. Make it a minor-mode.
883         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
884         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
885         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
886         (gud-tooltip-change-major-mode)
887         (gud-tooltip-activate-mouse-motions-if-enabled)
888         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
889         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
890         (gud-tooltip-original-filter, gud-tooltip-dereference)
891         (gud-tooltip-event, tooltip-toggle-gud-tips)
892         (gud-tooltip-process-output, gud-tooltip-print-command)
893         (gud-tooltip-tips): Move from tooltip.el.
895         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
896         (gdb-cpp-define-alist-flags): Doc fix.
897         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
898         gud-tooltip-mode is t.
900 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
902         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
903         evaporate if their text is deleted.
904         (goto-address-at-point): Make it work as a mouse binding as well.
905         (goto-address-at-mouse): Obsolete it.  Update users.
907 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
909         * calendar/appt.el (top-level): No longer activate on load.
911 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
913         * calendar/cal-bahai.el (mark-bahai-diary-entries):
914         * net/webjump.el (webjump):
915         * progmodes/idlw-help.el (idlwave-do-context-help1)
916         (idlwave-highlight-linked-completions):
917         * textmodes/po.el (po-find-file-coding-system-guts):
918         Replace `assoc-ignore-case' by `assoc-string'.
920 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
922         * files.el (locate-file): Doc fix.
924         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
925         Remove the redundant test for ms-dos.
927         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
928         look for the preprocessor with exec-suffixes.  If not found in
929         standard places, look in exec-path.  Remove most of the tests that
930         used system-type.
932         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
934         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
936         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
937         file-name clash with jka-compr.el on 8+3 filesystems.
939 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
941         * term/mac-win.el: Don't define or bind scroll bar functions if
942         x-toolkit-scroll-bars is t.
943         (x-select-text, x-get-selection-value):
944         Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
945         (PRIMARY): Put mac-scrap-name property.
946         (mac-select-convert-to-file-url): New function.
947         (public.file-url): New selection target type.  Add to
948         selection-converter-alist.
949         (x-get-selection, x-selection-value): Handle it.
950         (x-cut-buffer-or-selection-value): New alias.
952 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
954         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
955         entry to avoid calling bibtex-find-entry with arg global
956         being t.  Remove arg key.
957         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
958         (bibtex-copy-summary-as-kill): Change accordingly.
960 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
962         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
963         (org-agenda-date-later): Use with-current-buffer.
965 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
967         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
968         (define-obsolete-variable-alias): Doc Fixes.
970 2005-05-06  Kim F. Storm  <storm@cua.dk>
972         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
973         vertical-motion when selective-display is active.
975         * ido.el (ido-setup-hook): New hook.
976         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
977         (ido-input-stack): New var.
978         (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
979         ido-next-work-file binding to M-O.
980         Bind M-f to ido-wide-find-file-or-pop-dir.
981         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
982         (ido-read-internal): Run ido-setup-hook.
983         Catch quit in read-file-name and read-string to cancel edit.
984         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
985         Automatically pop-all when completing a directory name (RET).
986         (ido-file-internal): Add with-no-warnings around ffap and dired code.
987         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
988         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
989         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
990         New functions for M-b/M-f to move among the directory components.
991         (ido-make-merged-file-list): Catch quit to cancel merge.
992         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
993         (ido-completion-help): No warnings for ido-completion-buffer-full.
995 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
997         * font-lock.el (font-lock-negation-char-face): New face and variable.
998         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
999         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
1000         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
1001         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
1003 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
1005         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
1006         Fix typo in docstring.
1008         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
1009         (ebrowse-print-statistics-line)
1010         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
1012         * term/w32-win.el (image-library-alist): Add additional name for
1013         Xpm library.
1015 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
1017         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
1018         use gcc instead of cpp.
1020         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
1021         (gdb-create-define-alist): Use it.
1022         (gdb-cpp-define-alist-program): Update for MS-DOS.
1024 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
1026         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
1028 2005-05-04  Richard M. Stallman  <rms@gnu.org>
1030         * help.el (describe-key): No error when UNTRANSLATED is nil.
1032         * simple.el (line-move-1): Fix previous change to signal errors
1033         appropriately.
1035 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
1037         * calendar/icalendar.el (icalendar-version): Now at 0.12.
1038         (icalendar-duration-correction): Remove.
1039         (icalendar--get-event-properties): Split result at commas.
1040         (icalendar--decode-isoduration): New optional argument
1041         DURATION-CORRECTION.
1042         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
1043         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
1044         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
1045         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
1046         (icalendar--convert-anniversary-to-ical): New functions, extracted
1047         from icalendar-export-region, with bug fixes.
1048         (icalendar-export-region): Use the above functions.
1049         (icalendar-import-buffer): Check before saving diary file.
1050         (icalendar--convert-recurring-to-diary)
1051         (icalendar--convert-non-recurring-all-day-to-diary)
1052         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
1053         extracted from icalendar--convert-ical-to-diary, with bug fixes.
1054         (icalendar--convert-ical-to-diary): Use the above functions.
1056 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
1058         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
1059         Remove these recent additions.
1060         (c-mode): Restore to before 2005-04-28.
1062         * progmodes/cc-vars.el (cc-define-list-program): Remove this
1063         recent addition.
1065         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
1066         (gdb-define-alist): New variables.
1067         (gdb-create-define-alist): New function.
1068         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
1069         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
1070         with string-to-number.
1071         (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
1073         * progmodes/gud.el: Replace string-to-int with string-to-number.
1074         (gud-find-file): Handle gdb-define-alist.
1076         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
1078 2005-05-02  Jay Belanger  <belanger@truman.edu>
1080         * calc/calc-aent.el (math-read-token):
1081         * calc/calc-bin.el (calc-word-size):
1082         * calc/calc-ext.el (calc-read-number-fancy):
1083         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
1084         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
1085         * calc/calc-frac.el (calc-over-notation):
1086         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
1087         (calc-graph-num-points, calc-graph-init):
1088         * calc/calc-prog.el (calc-read-parse-table-part)
1089         (calc-edit-macro-repeats):
1090         * calc/calc-yank.el (calc-do-grab-rectangle):
1091         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
1092         Replace `string-to-int' by `string-to-number'.
1094 2005-05-02  Kim F. Storm  <storm@cua.dk>
1096         * kmacro.el: Use executing-kbd-macro-index variable.
1098 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
1100         * net/rlogin.el (rlogin-parse-words): Delete func.
1101         (rlogin): Use split-string, not rlogin-parse-words.
1102         Also, if there are option-like elements in the parsed args,
1103         take the host to be the first arg immediately following them.
1104         Suggested by Michael Mauger.
1106 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
1108         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
1110 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
1112         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
1113         (cc-mode-cpp-program): Rename to cc-define-list-program and
1114         move to cc-vars.el.
1116         * progmodes/cc-vars.el (cc-define-list-program):
1117         Change to "gcc -E -dM -". Make customizable.
1119 2005-05-02  Kim F. Storm  <storm@cua.dk>
1121         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
1123 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
1125         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
1127         * international/mule-util.el (truncate-string): Remove alias and
1128         obsolete declaration.
1130         * international/mule-cmds.el (update-iso-coding-systems):
1131         Remove alias and obsolete declaration.
1133         * international/mule.el (coding-system-parent): Remove alias and
1134         obsolete declaration.
1136         * subr.el (define-function, sref): Remove aliases and obsolete
1137         declarations.
1138         (chars-in-region): Remove obsolete declaration.
1140 2005-05-01  Richard M. Stallman  <rms@gnu.org>
1142         * info.el (Info-mode): Set widen-automatically to nil, locally.
1144         * simple.el (widen-automatically): New variable.
1145         (pop-global-mark): Obey widen-automatically.
1147 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
1149         * term/xterm.el (function-key-map): Call substitute-key-definition
1150         before the keymap size is increased by a lot of define-key calls.
1152 2005-05-01  Richard M. Stallman  <rms@gnu.org>
1154         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
1155         Rename ARG to ELEMENT.  Doc fix.
1157 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
1159         * allout.el (allout-exposure): Remove macro and obsolete declaration.
1160         Remove references to allout-exposure/change to allout-new-exposure.
1162         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
1163         bytecode symbols.
1165         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
1166         (compiled-function-p, focus-frame, unfocus-frame):
1167         Remove aliases and obsolete declarations.
1168         Back out inadvertant changes from previous commit.
1170 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
1172         * files.el (require-final-newline): Make Custom tags consistent
1173         with mode-require-final-newline.
1174         (mode-require-final-newline): Doc fix.
1176 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
1178         * international/latexenc.el (latexenc-find-file-coding-system):
1179         Fix regular expressions.
1181 2005-05-01  David Kastrup <dak@gnu.org>
1183         * international/latexenc.el (latexenc-find-file-coding-system):
1184         Fix regular expressions.
1186 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
1188         * subr.el (string-to-int): Make obsolete.
1190 2005-04-30  Richard M. Stallman  <rms@gnu.org>
1192         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
1194         * loadup.el: load jka-comp-hook.
1196         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
1197         (jka-compr-handler): Add autoload.  `put' calls moved
1198         to jka-comp-hook.el.
1199         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
1200         (jka-compr-inhibit): Autoload.
1202         * jka-comp-hook.el: New file.
1203         Enable the mode by default.
1205         * files.el (backup-buffer-copy): Use copy-file instead
1206         of write-region, and put back the 'excl.
1208 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
1210         * progmodes/flymake.el (flymake-split-string)
1211         (flymake-split-string, flymake-log, flymake-pid-to-names)
1212         (flymake-reg-names, flymake-get-source-buffer-name)
1213         (flymake-unreg-names, flymake-add-line-err-info)
1214         (flymake-add-err-info): Clarify docstrings.
1215         (flymake-popup-menu, flymake-make-emacs-menu)
1216         (flymake-make-xemacs-menu): Add docstrings.
1217         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
1218         Set variables directly throughout.
1220 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
1222         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
1223         exists. Initialise cc-define-alist.
1224         (c-mode): Add cc-create-define-alist locally to after-save-hook.
1225         If there is no file (Macroexpansion) don't create an alist.
1227 2005-04-29  Sam Steingold  <sds@gnu.org>
1229         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
1230         (cc-create-define-alist): Use it instead of the hard-coded string.
1232 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1234         * international/mule-conf.el (file-coding-system-alist): Fix regexp
1235         for latexenc.
1237 2005-04-29  Lute Kamstra  <lute@gnu.org>
1239         * emacs-lisp/generic.el: Improve commentary section.
1240         (define-generic-mode): Improve docstring.
1242 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
1244         * textmodes/org.el (many places): Change to quiet the byte compiler.
1245         (org-prefix-format-compiled): New variable.
1246         (org-compile-prefix-format): New function.
1247         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
1248         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
1249         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
1250         (org-get-entries-from-diary): Use `org-get-time-of-day' for
1251         consistency with entries from `org-mode' files.
1252         (org-get-time-of-day): Fix bug with partial matches early in a line.
1253         (org-non-link-chars): New constant.
1254         (org-link-regexp): Respect `org-non-link-chars'.
1255         (org-agenda-day-view): Remove command.
1256         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
1257         (org-follow-bbdb-link, org-store-link): Search also company field.
1258         (org-highlight-overlay): New variable.
1259         (org-highlight, org-unhighlight): New functions.
1260         (org-agenda-mode): Add pre-command-hook to remove highlight.
1261         (org-evaluate-time-range): Behavior depends upon whether time stamp
1262         contains a time or not.
1263         (org-show-subtree, org-show-entry): New functions.
1264         (org-agenda-cleanup-fancy-diary): Remove empty lines.
1266 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
1268         * comint.el (comint-output-filter-functions): Add autoload cookie.
1270 2005-04-28  Kim F. Storm  <storm@cua.dk>
1272         * ido.el (ido-everywhere): Fix last change.
1274 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1276         * international/latexenc.el: New file.
1277         * international/mule-conf.el (file-coding-system-alist): For .tex,
1278         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
1280 2005-04-28  Lute Kamstra  <lute@gnu.org>
1282         * font-lock.el (font-lock-add-keywords)
1283         (font-lock-remove-keywords): Clarify docstring.
1284         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
1285         Don't start docstrings with a `*'.
1286         (font-lock-update-removed-keyword-alist): Give it a docstring.
1288         * generic-x.el: Update commentary section.
1289         Only require font-lock when compiling.
1290         Define all modes conditionally.
1291         Place all generic modes in the generic-x-modes customization group.
1292         (generic-x-modes): New customization group.
1293         (generic-default-modes, generic-mswindows-modes)
1294         (generic-unix-modes, generic-other-modes): New constants.
1295         (generic-define-mswindows-modes, generic-define-unix-modes):
1296         Update docstrings.  Make them obsolete.
1297         (generic-extras-enable-list): New default value.  Update docstring.
1298         Improve :type.  Change :set function.
1299         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
1300         Fix docstring.
1302         * emacs-lisp/generic.el (generic-mode-internal):
1303         Simplify font-lock-defaults.
1304         (define-generic-mode): Fix docstring.
1306 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1308         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
1309         font-lock-face property to highlight matches.
1311 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
1313         * progmodes/cc-mode.el: (cc-create-define-alist): New function.
1314         (cc-define-alist): New variable.
1315         (c-mode): Make it local and initialise it.
1317         * progmodes/gdb-ui.el (gdb-active-process): New variable.
1318         (gdb-exited): New function.
1319         (gdb-annotation-rules): Use it.
1320         (gdb-starting): Set gdb-active-process to t.
1321         (gdb-stopping): Amend doc string.
1322         (gdb-reset): Set gdb-active-process to nil.
1324         * tooltip.el (tooltip-gud-tips): Show the associated #define
1325         directives when a C program under GDB is not executing.
1327 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1329         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
1330         font-lock-fontify-syntactic-keywords.
1332         * font-lock.el (font-lock-default-fontify-region): Don't force
1333         parse-sexp-lookup-properties to nil.
1335 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1337         * man.el (man-mode-syntax-table): Set up `:' to have
1338         word-constituent syntax.
1340 2005-04-27  Lute Kamstra  <lute@gnu.org>
1342         * novice.el (disable-command): Don't add spurious newlines to the
1343         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
1345 2005-04-26  Jay Belanger  <belanger@truman.edu>
1347         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
1348         than one window before deleting window.
1350 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
1352         * shell.el (shell-prompt-pattern): Doc fix.
1353         (shell-mode): Set paragraph-separate buffer locally to "\\'".
1355         * comint.el (comint-prompt-regexp, comint-get-old-input)
1356         (comint-use-prompt-regexp)
1357         (comint-use-prompt-regexp-instead-of-fields)
1358         (comint-replace-by-expanded-history, comint-send-input)
1359         (comint-output-filter, comint-get-old-input-default)
1360         (comint-line-beginning-position, comint-bol, comint-show-output)
1361         (comint-backward-matching-input, comint-forward-matching-input)
1362         (comint-next-prompt, comint-previous-prompt):
1363         Rename `comint-use-prompt-regexp-instead-of-fields' to
1364         `comint-use-prompt-regexp'.  Keep old name as alias and declare
1365         obsolete.
1366         (comint-use-prompt-regexp): Shorten first line of doc string.
1368         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
1369         Set paragraph-separate buffer locally to "\\'".
1371         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
1372         Adapt to above name change.
1374         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
1375         (smbclient-prompt-regexp): Ditto.
1377         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
1379 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
1381         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
1382         gdb-location-list.
1383         Break lines that are over 80 characters wide.
1385 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1387         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
1388         New fun and var, to preserve compatibility.
1390         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
1392 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
1394         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
1395         name to file-newer-than-file-p.
1397 2005-04-26  Richard M. Stallman  <rms@gnu.org>
1399         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
1401         * progmodes/python.el (python-mode):
1402         Use new name eldoc-documentation-function.
1404         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
1406         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1407         (eldoc-documentation-function):
1408         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
1410 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
1412         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
1414 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
1416         * term/xterm.el (function-key-map): Fix strings for
1417         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
1418         {C,S,A,C-S}-{f1-f12}.
1420 2005-04-26  Kenichi Handa  <handa@m17n.org>
1422         * international/mule-cmds.el (select-safe-coding-system):
1423         Fix previous change.
1425 2005-04-26  Lute Kamstra  <lute@gnu.org>
1427         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
1429         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
1430         (font-lock-comment-delimiter-face): Ditto.
1432         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
1434 2005-04-25  Jay Belanger  <belanger@truman.edu>
1436         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
1437         to t while inserting information; use help-mode.
1439 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
1441         * term.el (ansi-term-color-vector): Use the xterm colors.
1442         (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
1444 2005-04-25  Lute Kamstra  <lute@gnu.org>
1446         * font-core.el (font-lock-defaults): Fix docstring.
1448         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
1450 2005-04-25  Kenichi Handa  <handa@m17n.org>
1452         * international/mule-cmds.el (select-safe-coding-system):
1453         Don't check consistency with coding: spec, etc if raw-text or
1454         no-conversion was found to be safe.
1456 2005-04-24  Richard M. Stallman  <rms@gnu.org>
1458         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
1459         citation markers at start of each line.
1461         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
1462         citation markers at start of each line.
1464         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
1466         * files.el (mode-require-final-newline): Fix previous change.
1467         (require-final-newline): Fix type label.
1469 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
1471         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
1472         statement in buffer (broken by 2004-11-24 change).
1474 2005-04-24  Kim F. Storm  <storm@cua.dk>
1476         * ido.el (ido-everywhere): Save and restore old read-buffer-function
1477         and read-file-name-function values.  Don't overwrite existing
1478         non-nil values if ido-mode is enabled without ido-everywhere.
1480 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
1482         * files.el (mode-require-final-newline): Minor doc fix.
1484 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
1486         * subr.el (syntax-after): Doc fix.
1487         (syntax-class): If argument is nil, return nil.  Mask off upper 16
1488         bits, not 8 bits.
1490         * files.el (mode-require-final-newline): Doc fix.
1491         (backup-buffer-copy): Fix last change.
1493 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1495         * term/mac-win.el: Require select.  Set selection-coding-system to
1496         mac-system-coding-system.  Call menu-bar-enable-clipboard.
1497         (x-last-selected-text-clipboard, x-last-selected-text-primary)
1498         (x-select-enable-clipboard): New variables.
1499         (x-select-text, x-get-selection, x-selection-value)
1500         (x-get-selection-value, mac-select-convert-to-string)
1501         (mac-services-open-file, mac-services-open-selection)
1502         (mac-services-insert-text): New functions.
1503         (CLIPBOARD, FIND): Put mac-scrap-name property.
1504         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
1505         (public.tiff): Put mac-ostype property.
1506         (selection-converter-alist): Add entries for them.
1507         (mac-application-menu-map): New keymap.
1508         (interprogram-cut-function, interprogram-paste-function): Set to
1509         x-select-text and x-get-selection-value, respectively.
1510         (split-window-keep-point): Set to t.
1512 2005-04-23  Richard M. Stallman  <rms@gnu.org>
1514         * files.el (read-directory-name): Always pass non-nil
1515         DEFAULT-FILENAME arg to read-file-name.
1516         (backup-buffer-copy, basic-save-buffer-2): Take care against
1517         writing thru an unexpected existing symlink.
1518         (revert-buffer): In indirect buffer, revert the base buffer.
1519         (magic-mode-alist): Doc fix.
1520         (buffer-stale-function): Doc fix.
1521         (minibuffer-with-setup-hook): Avoid warning.
1522         (mode-require-final-newline): Doc and custom fix.
1524         * follow.el (follow-end-of-buffer): Use with-no-warnings.
1526         * font-lock.el (font-lock-comment-face): On terminals with few colors,
1527         use the default appearance.
1528         (font-lock-comment-delimiter-face): New face, new variable.
1530         * imenu.el (imenu--generic-function): The official position of a
1531         definition is the start of the line that BEG is in.
1533         * midnight.el (midnight-timer): Move defvar up.
1535         * mouse.el (mouse-drag-region-1): Delete some debugging code.
1537         * saveplace.el (save-place-to-alist): Use with-no-warnings.
1539         * startup.el (command-line): Use with-no-warnings.
1541         * window.el (window-size-fixed): New defvar.
1543         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
1545         * mail/rmail.el (rmail-font-lock-keywords):
1546         Use font-lock-comment-delimiter-face.
1548         * mail/sendmail.el (mail-font-lock-keywords):
1549         Use font-lock-comment-delimiter-face.
1551         * progmodes/compile.el (next-error-highlight-timer): New defvar.
1553 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
1555         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1556         Specify t for LAXMATCH when matching directories.
1557         Save match data around compilation-compat-error-properties form.
1559 2005-04-23  David Kastrup  <dak@gnu.org>
1561         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
1562         Mention that the autoloaded aliases should be kept for AUCTeX.
1564 2005-04-23  Andreas Schwab  <schwab@suse.de>
1566         * isearch.el (isearch-forward): Doc fix.
1568 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
1570         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
1571         (jit-lock-stealth-nice): Change default value to 0.5.
1573 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1575         * abbrev.el (write-abbrev-file): Write table entries in
1576         alphabetical order by table name.
1578 2005-04-22  Kim F. Storm  <storm@cua.dk>
1580         * ido.el (ido-read-internal): Fix `list' completion.
1582 2005-04-22  Kenichi Handa  <handa@m17n.org>
1584         * recentf.el (recentf-save-file-coding-system): New variable.
1585         (recentf-save-list): Encode the file by
1586         recentf-save-file-coding-system and add coding: tag.
1588 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
1590         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
1592 2005-04-21  Lute Kamstra  <lute@gnu.org>
1594         * loadhist.el (unload-feature): Don't remove a function from hooks
1595         if it is about to be restored to an autoload .  Remove functions
1596         that will become unbound from auto-mode-alist.  Simplify the code.
1598         * subr.el (assq-delete-all): New implementation that is linear,
1599         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
1600         (rassq-delete-all): New function.
1602         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
1603         Add size-indication-mode.
1605 2005-04-21  Kenichi Handa  <handa@m17n.org>
1607         * international/mule-cmds.el: Add autoload for widget-value in
1608         eval-when-compile.
1610 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
1612         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
1613         Add tooltip-mode.
1615         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
1617 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
1619         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
1620         (inferior-lisp-filter-regexp, inferior-lisp-program)
1621         (inferior-lisp-load-command, inferior-lisp-prompt)
1622         (inferior-lisp-mode-hook, lisp-source-modes)
1623         (inferior-lisp-load-hook): defvar->defcustom.
1624         (inferior-lisp-program, inferior-lisp-prompt)
1625         (inferior-lisp-load-hook): Doc fixes.
1626         (inferior-lisp-install-letter-bindings): Small change in
1627         introductory comment.
1629 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
1631         * vc.el (vc-annotate-color-map): Change some colors so that text
1632         using them as foreground is readable on both white and black
1633         backgrounds.
1635 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1637         * international/mule-conf.el (translation-table-for-input):
1638         Remove redundant declaration.
1640 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
1642         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
1644         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
1645         (tooltip-toggle-gud-tips): New function.
1647 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1649         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
1650         right angle brackets.
1652 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
1654         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
1656 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1658         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
1659         Remove.  Update callers to use expand-file-name instead.
1661         * subr.el (syntax-class): New function.
1663         * simple.el (blink-matching-open): Use it.
1665         * paren.el (show-paren-function): Use it to recognize parens that are
1666         also used in 2-char comment markers.
1668 2005-04-19  Lute Kamstra  <lute@gnu.org>
1670         * loadhist.el (unload-feature): Update for new format of
1671         load-history.  Simplify the code.
1673 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1675         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
1676         (mac-add-charset-info): New function.  Initialize variable
1677         mac-charset-info-alist using it.
1678         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
1679         for translation.
1680         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
1681         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
1682         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
1683         New CCL programs.
1685 2005-04-19  Kim F. Storm  <storm@cua.dk>
1687         * simple.el (next-buffer, prev-buffer, next-error)
1688         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
1689         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
1691         * bindings.el (next-buffer, prev-buffer, next-error)
1692         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
1693         (clone-indirect-buffer-other-window): Move bindings from simple.el.
1694         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
1695         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
1697 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1699         * isearch.el (isearch-edit-string): Make the search-ring available for
1700         minibuffer history commands.
1701         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
1702         the default history commands now work just as well.
1703         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
1705 2005-04-18  Kim F. Storm  <storm@cua.dk>
1707         * emulation/cua-base.el (cua--pre-command-handler): Add more
1708         elaborate check for shift modifier on non-window systems.
1710 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
1712         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
1714 2005-04-18  Kim F. Storm  <storm@cua.dk>
1716         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
1717         and make it optional.  Don't test tooltip-gud-echo-area here.
1718         (tooltip-gud-process-output, gdb-tooltip-print):
1719         Pass tooltip-gud-echo-area to tooltip-show.
1720         (tooltip-help-tips): Remove second optional arg to tooltip-show.
1722 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1724         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
1725         `display-graphic-p' may not be bound yet.
1727 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
1729         * startup.el (command-line): No longer enable Xterm Mouse mode by
1730         default in terminals compatible with xterm.
1732         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
1734 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
1736         * tooltip.el (tooltip-gud-echo-area): Rename from
1737         tooltip-use-echo-area.
1738         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
1739         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
1740         area independently of where help tooltips are displayed.
1742 2005-04-17  David Kastrup  <dak@gnu.org>
1744         * cus-theme.el (custom-theme-write-variables): Quote variables
1745         where necessary.
1747 2005-04-17  Richard M. Stallman  <rms@gnu.org>
1749         * simple.el (yank-excluded-properties): Add follow-link to value.
1751         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
1753         * startup.el (fancy-splash-max-time): Just 30 seconds.
1754         (fancy-splash-delay): Just 7.
1755         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
1757         * loadhist.el (unload-feature): Update for new format of load-history.
1758         Simplify the code.
1760         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
1761         (rmail-font-lock-keywords): Don't fontify the text of a citation.
1763         * mail/sendmail.el (mail-font-lock-keywords):
1764         Don't fontify subject text.
1765         Don't fontify the text of a citation.
1767 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
1769         * comint.el (comint-output-filter): Run comint-output-filter-functions
1770         with point where the user had it.
1772 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1774         * international/ucs-tables.el (ucs-set-table-for-input):
1775         Disable when using unify-on-decoding.
1777 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
1779         * emulation/cua-base.el (cua-global-mark-face): Add special case
1780         for displays supporting a high number of colors.
1782 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
1784         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
1786 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
1788         * filesets.el (filesets-add-buffer): If user supplies a name of a
1789         non-existing fileset, create a new fileset.
1791 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
1793         * textmodes/org.el (org-up-heading-all): Fix bug with
1794         `outline-up-heading-all'.
1796 2005-04-16  Andreas Schwab  <schwab@suse.de>
1798         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
1799         /etc/permissions.d/* and /etc/aliases.d/*.
1801 2005-04-16  Kenichi Handa  <handa@m17n.org>
1803         * international/code-pages.el (cp-make-coding-system):
1804         Set `translation-table-for-input' property value to the symbol
1805         ucs-mule-to-mule-unicode, not to that value.
1806         (pt154): Escape guillemet by `\'.
1808 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
1810         * loadup.el: Load tooltip if x-show-tip is fboundp.
1812         * startup.el (command-line): Add comment.
1814         * tooltip.el (tooltip-mode): Specify correct standard value for
1815         Custom in init-value.
1817 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
1819         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
1820         possible.
1822 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
1824         * textmodes/org.el (org-agenda-date-prompt): Rename from
1825         `org-agenda-date-today'.
1826         (org-evaluate-time-range): Insert at point instead of directly
1827         after time range.
1828         (org-first-headline-recenter, org-subtree-end-visible-p)
1829         (org-optimize-window-after-visibility-change): New functions
1830         (org-agenda-post-command-hook): Don't allow point at end of line,
1831         to make sure it always hits the text properties.
1832         (org-agenda-next-date-line, org-agenda-previous-date-line):
1833         New commands.
1834         (org-set-regexps-and-options): Category may contain white space.
1835         (org-agenda-get-deadlines, org-agenda-get-scheduled):
1836         Improve marker positions.
1837         (org-agenda-new-marker): Argument POS made optional.
1838         (org-agenda-get-timestamps): Deadlines which are done are listed
1839         in org-done-face now.
1840         (org-agenda-get-todos, org-agenda-get-timestamps)
1841         (org-agenda-get-deadlines, org-agenda-get-scheduled):
1842         Set `undone-face' and `done-face' properties.
1843         (org-last-todo-state-is-todo): New variable.
1844         (org-todo): Set `org-last-todo-state-is-todo'.
1845         (org-agenda-todo): Change face according to
1846         `org-last-todo-state-is-todo'.  And change other lines refering to
1847         the same entry.
1848         (org-calendar-goto-agenda): New command.
1849         (org-calendar-to-agenda-key): New option.
1850         (org-startup-folded): New allowed value `content'.
1851         (org-set-regexps-and-options): Accept new value `content' for
1852         `org-startup-folded'.
1853         (org-get-current-options): Handle new value `content' for
1854         `org-startup-folded'.
1855         (org-insert-todo-heading): New command.
1856         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
1857         interactively in empty file and option
1858         `org-insert-mode-line-in-empty-file' has been set.
1859         (org-agenda-todo,org-agenda-priority): Modify to use
1860         `org-agenda-change-all-lines'.
1861         (org-warning-face): Change color on dark background
1863 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1865         * international/mule-cmds.el (set-locale-environment): On Mac OS,
1866         use preferences AppleLocale and AppleLanguages, and variable
1867         mac-system-locale for default locale.  On Mac OS Classic, use
1868         mac-system-coding-system for default coding systems.
1870         * term/mac-win.el: Don't set file-name-coding-system.
1871         Decode variables system-name, emacs-build-system, user-login-name, and
1872         user-full-name by mac-system-coding-system on Mac OS Classic.
1873         (mac-system-coding-system): New variable.
1875 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
1877         * startup.el (command-line): Handle `xterm-mouse-mode' before
1878         reading init file.
1880         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
1882 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
1884         * progmodes/sh-script.el (sh-here-document-word): Make it a
1885         defcustom.  Doc fix.
1886         (sh-add): Bash uses $(( )) for arithmetic.
1887         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
1888         (sh-maybe-here-document): Remove quotes and leading whitespace
1889         from heredoc word when closing.  Indent heredoc with tabs if word
1890         starts with "-".
1892 2005-04-13  Richard M. Stallman  <rms@gnu.org>
1894         * simple.el (undo): Fix previous change.
1896         * custom.el (defface): Doc fix.
1898 2005-04-13  Lute Kamstra  <lute@gnu.org>
1900         * Makefile.in (DONTCOMPILE): Remove list.
1901         (compile, compile-always): Don't use DONTCOMPILE.
1902         (update-authors): Load the library in which batch-update-authors
1903         is defined.
1904         * makefile.w32-in (DONTCOMPILE): Remove list.
1905         (compile, compile-always): Fix comments.
1906         (update-authors): Load the library in which batch-update-authors
1907         is defined.
1909         * generic-x.el (generic-mode-ini-file-find-file-hook):
1910         Rename to ini-generic-mode-find-file-hook.
1911         Keep generic-mode-ini-file-find-file-hook as an alias.
1912         (ini-generic-mode-find-file-hook): Rename from
1913         generic-mode-ini-file-find-file-hook.  Fix docstring.
1914         (ini-generic-mode): Docstring change.
1915         (bat-generic-mode-run-as-comint): Silence the byte compiler.
1917         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
1918         called from lisp.
1920         * generic.el: Move to the emacs-lisp subdir.
1922 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
1924         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
1925         and C-S- function and cursor motion keys.
1927 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
1929         * startup.el (command-line): Enable Xterm Mouse mode by default.
1930         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
1931         for Custom.  No longer show "Mouse" in mode line when enabled.
1932         Doc fix.
1934 2005-04-12  Kim F. Storm  <storm@cua.dk>
1936         * emulation/cua-base.el (cua-rectangle-face)
1937         (cua-rectangle-noselect-face): Define face attributes here.
1939         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
1941 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1943         * startup.el (command-line): Turn off blinking cursor if
1944         cursorBlink in resources is off or false.
1946 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1948         * term/mac-win.el (dnd): Require dnd.
1949         (mac-drag-n-drop): Call dnd-handle-one-url.
1950         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
1951         (kTextEncodingISOLatin2): Remove constants.
1952         (mac-script-code-coding-systems): New constant.
1953         (mac-handle-language-change): New function.
1954         (special-event-map): Bind it to `language-change' event.
1955         (mac-centraleurroman, mac-cyrillic): New coding systems.
1956         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
1957         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
1958         and mac-cyrillic-encoder to encode-mac-centraleurroman and
1959         encode-mac-cyrillic, respectively.
1961 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
1963         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
1964         Don't set overlay-arrow-string to "=>" as this is done
1965         globally in C now.
1967 2005-04-12  Lute Kamstra  <lute@gnu.org>
1969         * generic-x.el (rc-generic-mode, rul-generic-mode):
1970         Fix auto-mode-alist entries.
1971         (etc-fstab-generic-mode): Tweak fontification.
1973         * generic.el (generic-make-keywords-list): Fix docstring.
1974         (generic-mode-internal): Simplify generic-font-lock-keywords.
1976 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
1978         * whitespace.el (whitespace-buffer-leading)
1979         (whitespace-buffer-trailing): Revert the incorrect test inversion.
1980         However, fix the highlight area for the leading and
1981         trailing whitespaces to show space.
1983 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
1985         * whitespace.el (whitespace-version): Bump to 3.5
1987         (whitespace-buffer-leading, whitespace-buffer-trailing):
1988         Invert sense of the test to highlight the whitespace.
1990 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
1992         * progmodes/gud.el (gud-display-line): GUD uses its own
1993         overlay arrow now so don't set overlay-arrow-string.
1994         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
1996 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
1998         * term.el (term-ansi-current-bold, term-ansi-current-underline)
1999         (term-ansi-current-reverse, term-ansi-current-invisible)
2000         (term-ansi-face-already-done): Change to boolean.
2001         (term-reset-terminal, term-handle-colors-array): Handle the above
2002         vars accordingly.
2003         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
2004         (term-emulate-terminal): Use the new name.
2006         * faces.el (secondary-selection): Use yellow1, not yellow.
2007         (trailing-whitespace): Use red1, not red.
2009 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2011         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
2012         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
2013         (dired-dnd-handle-file): Call dnd-get-local-file-uri
2015         * cus-edit.el (dnd): New group.
2017         * term/w32-win.el (dnd): Require dnd
2018         (w32-drag-n-drop): Call dnd-handle-one-url.
2020         * x-dnd.el: Require dnd.
2021         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
2022         Call dnd-handle-one-url.
2023         (x-dnd-types-alist, x-dnd-insert-utf8-text)
2024         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
2025         to dnd-insert-text.
2026         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
2027         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
2028         (x-dnd-get-local-file-name, x-dnd-open-local-file)
2029         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
2031         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
2033 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
2035         * wdired.el: Doc fixes.
2036         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
2037         (wdired-use-dired-vertical-movement): Rename from
2038         wdired-always-move-to-filename-beginning.
2039         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
2040         (wdired-change-to-wdired-mode): Change mode name.
2041         (wdired-newline): Delete.
2043 2005-04-11  Richard M. Stallman  <rms@gnu.org>
2045         * whitespace.el (whitespace-highlight-the-space):
2046         Don't call whitespace-unhighlight-the-space here.
2048         * simple.el (undo): Record t in undo-equiv-table
2049         for the redo record made by an undo-in-region.
2051 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
2053         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
2054         (gdb-frame-inferior-io-buffer): New Functions to control
2055         display of separate IO buffer.
2056         (menu): Add them to menu-bar.
2057         (gdb-display-buffer): Check for buffer another frame.
2058         Protect GUD buffer.
2059         (gdb-setup-windows): Create IO buffer if not already there.
2060         (gdb-memory-mode): Remove purecopy noops.
2062 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
2064         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
2065         and pass to self-insert-command.
2067 2005-04-11  Lute Kamstra  <lute@gnu.org>
2069         * generic.el: Commentary section cleanup.
2070         (generic): Delete.
2071         (generic-use-find-file-hook, generic-lines-to-scan)
2072         (generic-find-file-regexp, generic-ignore-files-regexp)
2073         (default-generic-mode, generic-mode-find-file-hook)
2074         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
2075         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
2076         (generic-use-find-file-hook, generic-lines-to-scan)
2077         (generic-find-file-regexp, generic-ignore-files-regexp)
2078         (default-generic-mode, generic-mode-find-file-hook)
2079         (generic-mode-ini-file-find-file-hook): Move from generic.el.
2081 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
2083         * bookmark.el (bookmark-write-file): Catch errors writing file.
2084         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
2086 2005-04-10  Richard M. Stallman  <rms@gnu.org>
2088         * startup.el (fancy-splash-tail): Update copyright year.
2089         (command-line): Split part of -Q into -D.
2090         (emacs-basic-display): New defvar.
2091         (fancy-splash-text): Correct name of menu item.
2093         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
2095         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
2096         lines in one node.
2098         * comint.el (comint-send-input): New arg ARTIFICIAL.
2099         Callers in this file changed.
2101         * abbrev.el (define-abbrevs): Read system abbrevs properly.
2103         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
2105 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
2107         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
2108         `ldap-search-internal'.
2110 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2112         * files.el (set-auto-mode-1): Use line-end-position.
2114         * international/latin-1.el:
2115         * international/latin-2.el:
2116         * international/latin-3.el:
2117         * international/latin-4.el:
2118         * international/latin-5.el:
2119         * international/latin-8.el:
2120         * international/latin-9.el: Give punctuation syntax to NBSP.
2122         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
2123         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
2124         Use char-classes to accept non-ascii letters, accepted in some recent
2125         bibtex implementations.
2127 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
2129         * custom.el (custom-set-minor-mode): Any non-nil value for the
2130         variable should enable the mode when set through Custom.
2132 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2134         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
2135         TAB binding so tab-always-indent is obeyed.
2136         (vhdl-minibuffer-local-map): Move initialization into declaration.
2137         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
2138         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
2139         (vhdl-hooked-abbrev): Avoid test for XEmacs.
2140         (vhdl-current-line): Use line-beginning-position.
2141         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
2142         with-output-to-temp-buffer, so the current position can be recorded.
2144 2005-04-10  Masatake YAMATO  <jet@gyve.org>
2146         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2147         Add regexp for gcov.
2149 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2151         * calendar/time-date.el (time-to-seconds, seconds-to-time)
2152         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
2153         syntax which Emacs 20 doesn't support.
2155 2005-04-09  Richard M. Stallman  <rms@gnu.org>
2157         * help.el (describe-key-briefly, describe-key):
2158         Replace strings as event types with "(any string)".
2160 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2162         * arc-mode.el (archive-mode-map): Move initialization into
2163         the declaration.  Override *all* bindings of `undo'.
2164         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
2166 2005-04-09  Jay Belanger  <belanger@truman.edu>
2168         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
2170 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
2172         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
2173         (xterm-register-default-colors): Update color values computation
2174         to match xterm-200.
2176 2005-04-09  Kenichi Handa  <handa@m17n.org>
2178         * international/code-pages.el (iso-latin-7): Fix the map.
2180 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
2182         * emacs-lisp/lisp.el (defun-prompt-regexp)
2183         (parens-require-spaces, buffer-end, end-of-defun)
2184         (insert-parentheses): Doc fixes.
2186 2005-04-08  Kim F. Storm  <storm@cua.dk>
2188         * comint.el (comint-highlight-prompt): Fix face spec.
2189         * hi-lock.el (hi-green): Likewise.
2191 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
2193         * cus-edit.el (custom-modified-face):
2194         * comint.el (comint-highlight-input): Fix previous changes.
2195         * term.el (term-handle-ansi-escape): Add a comment.
2197 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2199         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
2200         in the buffer and in whitespace-highlighted-space.
2201         (whitespace-unhighlight-the-space): Simplify.
2202         (whitespace-buffer): Simplify.
2204 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
2206         * textmodes/table.el (table-cell-face): Add special case for
2207         displays supporting a high number of colors.
2208         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
2209         (vhdl-font-lock-reserved-words-face)
2210         (vhdl-speedbar-architecture-face)
2211         (vhdl-speedbar-instantiation-face)
2212         (vhdl-speedbar-architecture-selected-face)
2213         (vhdl-speedbar-instantiation-selected-face): Likewise.
2214         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
2215         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
2216         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
2217         (ebrowse-root-class-face, ebrowse-member-attribute-face)
2218         (ebrowse-progress-face): Likewise.
2219         * progmodes/compile.el (compilation-info-face): Likewise.
2220         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
2221         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
2222         * calendar/calendar.el (diary-face): Likewise.
2223         * woman.el (woman-italic-face, woman-bold-face)
2224         (woman-unknown-face): Likewise.
2225         * wid-edit.el (widget-button-pressed-face): Likewise.
2226         * whitespace.el (whitespace-highlight-face): Likewise.
2227         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
2228         * pcvs-info.el (cvs-marked-face): Likewise.
2229         * info.el (info-xref): Likewise.
2230         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
2231         * hilit-chg.el (highlight-changes-face)
2232         (highlight-changes-delete-face): Likewise.
2233         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
2234         (hi-red-b): Likewise.
2235         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
2236         * font-lock.el (font-lock-keyword-face)
2237         (font-lock-function-name-face, font-lock-warning-face): Likewise.
2238         * cus-edit.el (custom-invalid-face, custom-modified-face)
2239         (custom-set-face, custom-changed-face, custom-variable-tag-face)
2240         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
2241         * comint.el (comint-highlight-prompt): Likewise.
2243 2005-04-08  Lute Kamstra  <lute@gnu.org>
2245         * font-lock.el (font-lock-keywords): Docstring fixes.
2247 2005-04-08  Kenichi Handa  <handa@m17n.org>
2249         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
2250         chars are more than a limit, print " and more..." at the tail.
2252 2005-04-08  Kim F. Storm  <storm@cua.dk>
2254         * emacs-lisp/authors.el (authors-aliases): Update list.
2255         (authors-ignored-files): New list.
2256         (authors-fixed-entries): Fix typo.
2257         (authors-renamed-files-alist): Update list.
2258         (authors-add): Check authors-ignored-files.
2260 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
2262         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
2263         optional, to ensure backward compatibility.
2265 2005-04-08  Stephen Eglen  <stephen@gnu.org>
2267         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
2269 2005-04-08  Kim F. Storm  <storm@cua.dk>
2271         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
2273         * mouse.el (mouse-on-link-p): Doc fix.
2275 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
2277         * ielm.el (ielm-prompt-read-only): Doc fix.
2279         * comint.el (comint-prompt-read-only): Doc fix.
2281 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
2283         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
2284         ensure dired always handles wildcards passed to ffap.
2285         (find-file-at-point): Use it.
2286         (ffap-dired-wildcards): Doc fix.
2288 2005-04-07  Juri Linkov  <juri@jurta.org>
2290         * simple.el (next-error-overlay-arrow-position): New defvar.
2291         Put "=>" on its property `overlay-arrow-string'.  Add it to
2292         `overlay-arrow-variable-list'.
2294         * progmodes/compile.el (compilation-setup):
2295         Set `next-error-overlay-arrow-position' to nil.  Also set it to
2296         nil in the local hook `kill-buffer-hook'.  Make local variable
2297         `overlay-arrow-string' and set it to "=>".
2298         (compilation-goto-locus): Set BOL position to
2299         `next-error-overlay-arrow-position' instead of
2300         `overlay-arrow-position'.
2302         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
2303         locally instead of adding it to the global hook.
2304         (Info-kill-buffer): Move up.
2306 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
2308         * term/xterm.el (xterm-standard-colors): Update color values from
2309         xterm-200.
2311 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2313         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
2315         * fast-lock.el:
2316         * lazy-lock.el: Move them to the obsolete subdir.
2318 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
2320         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
2321         (wdired-add-replace-advice): Remove.
2322         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
2324 2005-04-06  Kim F. Storm  <storm@cua.dk>
2326         * startup.el (command-line): Add --bare-bones alias for -Q.
2328 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2330         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
2331         create the startup fontset if a font specification ends with
2332         `mac-roman'.
2334 2005-04-06  Lute Kamstra  <lute@gnu.org>
2336         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
2337         change.
2339         * emacs-lisp/copyright.el (copyright-update-year): Replace the
2340         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
2342 2005-04-05  Lute Kamstra  <lute@gnu.org>
2344         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
2345         (define-generic-mode): Ditto.  Fix debug declaration.
2347         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
2348         Put them in the generic-x group.
2350         * calendar/timeclock.el (timeclock): Doc fix.
2352         * generic.el (define-generic-mode): Don't use custom-current-group.
2353         Document default :group value.
2354         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
2355         (define-global-minor-mode): Don't use custom-current-group.
2357 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
2359         * startup.el (command-line-1): Display startup-echo-area-message
2360         when fancy splash screen is in use.
2362         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
2363         (sh-escaped-newline): New face.
2364         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
2365         newline, and use sh-escaped-newline face.
2367         * progmodes/tcl.el (tcl-escaped-newline): New face.
2368         (tcl-builtin-list): New variable.
2369         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
2370         newlines.  Fix keywords subexpression number.
2372 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
2374         * textmodes/org.el (org-diary-default-entry): Fix call to
2375         `add-to-diary-entry'.
2377 2005-04-05  Kim F. Storm  <storm@cua.dk>
2379         * ediff-init.el: Use (featurep 'xemacs).
2381 2005-04-05  David Ponce  <david@dponce.com>
2383         * cus-edit.el (face): Derive from symbol widget.  Display sample
2384         of the current face on the fly.
2385         (widget-face-sample-face-get, widget-face-notify): New functions.
2386         (widget-face-value-create): Remove.
2388         * wid-edit.el (widget-field-end): Temporarily remove field
2389         narrowing before to call `get-char-property'.
2391 2005-04-04  Jay Belanger  <belanger@truman.edu>
2393         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
2394         (math-read-subscripts): New variable.
2395         (math-read-preprocess-string): Process subscripts.
2397 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
2399         * comint.el (comint-prompt-read-only): Doc fix.
2401         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
2402         `-1'.  Doc fix.
2404 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
2406         * textmodes/org.el (org-insert-mode-line-in-empty-file):
2407         Change default value to nil.
2409 2005-04-04  Lute Kamstra  <lute@gnu.org>
2411         * autorevert.el (auto-revert-mode): Specify :group.
2412         * battery.el (display-battery-mode): Specify :group.
2413         * diff-mode.el (diff-minor-mode): Specify :group.
2414         * font-core.el (font-lock-mode): Specify :group.
2415         * hl-line.el (hl-line-mode): Specify :group.
2416         * iimage.el (iimage): New customization group.
2417         (iimage-mode): Specify :group.
2418         * longlines.el (longlines-mode): Specify :group.
2419         * master.el: Don't require easy-mmode.
2420         (master): New customization group.
2421         (master-mode): Specify :group.
2422         * msb.el (msb-mode): Specify :group.
2423         * reveal.el (reveal-mode): Specify :group.
2424         * simple.el (next-error-follow-minor-mode): Specify :group.
2425         * smerge-mode.el (smerge-mode): Specify :group.
2426         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
2427         * emulation/cua-base.el (cua-mode): Specify :group.
2428         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
2429         * language/thai-util.el (thai-auto-composition-mode)
2430         (thai-word-mode): Specify :group.
2431         * mail/supercite.el (sc-minor-mode): Specify :group.
2432         * progmodes/cwarn.el (cwarn-mode): Specify :group.
2433         * progmodes/flymake.el (flymake-mode): Specify :group.
2434         * progmodes/glasses.el (glasses-mode): Specify :group.
2435         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
2436         * textmodes/enriched.el (enriched-mode): Specify :group.
2437         * textmodes/refill.el (refill-mode): Specify :group.
2439         * add-log.el (change-log-font-lock-keywords): Names in
2440         parenthesized lists can contain spaces.
2442 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
2444         * startup.el (fancy-splash-text): Shorten default text of
2445         "Emacs Tutorial" line.  Also, if the current language env
2446         indicates an available tutorial file other than TUTORIAL,
2447         extract its title and append it to the line in parentheses.
2448         (fancy-splash-insert): If arg is a thunk, funcall it.
2450 2005-04-04  Jay Belanger  <belanger@truman.edu>
2452         * calc.el (calc-language-alist): Add tags to customization type.
2454 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
2456         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
2457         Doc fix.
2459 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
2461         * add-log.el (change-log-font-lock-keywords): The manual
2462         describing a Change Log entry, says: (...) "Aside from these
2463         header lines, every line in the change log starts with a space or
2464         a tab.". The font-lock was not highlighting lines started with
2465         spaces, added support for it.
2467 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2469         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
2470         (bibtex-generate-url-list): Update docstring accordingly. Put the
2471         complex example in the docstring.
2472         (bibtex-font-lock-url): Use pop.
2474 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2476         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
2478         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
2480 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
2482         * filesets.el (filesets-set-default): Doc fix.
2484 2005-04-03  Lute Kamstra  <lute@gnu.org>
2486         * generic.el (define-generic-mode): Add argument to specify
2487         keywords for defcustom.
2488         (default-generic-mode): Specify :group.
2490         * generic-x.el: Specify :group for all generic modes.
2492         * desktop.el (desktop-no-desktop-file-hook)
2493         (desktop-after-read-hook): Doc fix.
2495 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
2497         * simple.el (visible-mode): Use explicit :group keyword.
2498         This changes the group of `visible-mode-hook' from paren-blinking
2499         to editing-basics.
2501 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
2503         * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
2504         mailbox specifications as well as URLs.
2505         (rmail-insert-inbox-text): Remove unused conditional branches.
2507 2005-04-01  Jay Belanger  <belanger@truman.edu>
2509         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
2510         (calc-gnuplot-print-command): Move definitions to calc.el.
2512         * calc/calc-embed.el (calc-embedded-announce-formula)
2513         (calc-embedded-open-formula, calc-embedded-close-formula)
2514         (calc-embedded-open-word, calc-embedded-close-word)
2515         (calc-embedded-open-plain, calc-embedded-close-plain)
2516         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
2517         (calc-embedded-open-mode, calc-embedded-close-mode):
2518         Move definitions to calc.el.
2520         * calc/calc.el (calc-settings-file, calc-language-alist):
2521         Make customizable.
2522         (calc-embedded-announce-formula, calc-embedded-open-formula)
2523         (calc-embedded-close-formula, calc-embedded-open-word)
2524         (calc-embedded-close-word, calc-embedded-open-plain)
2525         (calc-embedded-close-plain, calc-embedded-open-new-formula)
2526         (calc-embedded-close-new-formula, calc-embedded-open-mode)
2527         (calc-embedded-close-mode, calc-gnuplot-name)
2528         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
2529         from other files and make customizable.
2531 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2533         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
2534         Use buffer-live-p.
2535         (cvs-mode-run): Don't call cvs-update-header here.
2536         (cvs-run-process): Call cvs-update-header.
2537         Use process properties for cvs-postprocess and cvs-buffer so that
2538         the sentinel can behave better if the temp buffer is killed.
2539         Use a pipe rather than a tty, to better handle unexpected prompts.
2540         (cvs-sentinel): Rewrite.  Call cvs-update-header.
2542 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
2544         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
2545         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
2547 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2549         * generic.el (define-generic-mode): Add indentation rule.
2551 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
2553         * files.el (mode-require-final-newline): Make Custom correctly
2554         report a nil value and allow to set it to nil via Custom.
2555         Doc fix.
2557 2005-04-01  Kenichi Handa  <handa@m17n.org>
2559         * international/characters.el: Enable the correct case setting for
2560         dotless-i and dotted-I.
2562 2005-04-01  Kim F. Storm  <storm@cua.dk>
2564         * ido.el (ido-file-internal): Fall back to non-ido command if
2565         initial directory is on slow ftp (or tramp) host.
2567 2005-03-31  Richard M. Stallman  <rms@gnu.org>
2569         * emacs-lisp/autoload.el (make-autoload):
2570         Handle define-global-minor-mode.
2572         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
2573         Rename from easy-mmode-define-global-mode.
2574         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
2576         * progmodes/scheme.el (scheme-mode-syntax-table):
2577         Update syntax of | and # for two-character comment syntax.
2579 2005-03-31  Lute Kamstra  <lute@gnu.org>
2581         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
2582         (define-minor-mode): Call custom-current-group at load-time.
2584         * generic.el (define-generic-mode): Add debug declaration.
2585         Add defcustom for the mode hook.
2586         (generic-mode-internal): Use run-mode-hooks.
2588 2005-03-31  Kim F. Storm  <storm@cua.dk>
2590         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
2591         (mouse-fixup-help-message): New defun called by show_help_echo
2592         to fixup mouse-2 prefix in help messages when applicable.
2594         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
2596 2005-03-31  Kenichi Handa  <handa@m17n.org>
2598         * language/thai-word.el (thai-find-word-ends): Pay attention to
2599         the case that we reach the end of buffer.
2601         * textmodes/fill.el (fill-text-properties-at): New function.
2602         (fill-newline): Use fill-text-properties-at instead of
2603         text-properties-at.
2605 2005-03-31  Karl Berry  <karl@freefriends.org>
2607         * textmodes/tex-mode.el (tex-compile): Use shell-quote-argument,
2608         not comint-quote-filename.
2610 2005-03-31  Olive Lin  <olive.lin@versateladsl.be> (tiny change)
2612         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
2613         not comint-quote-filename.
2615 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
2617         * help-fns.el (help-with-tutorial): Revert last change.
2619 2005-03-31  Kim F. Storm  <storm@cua.dk>
2621         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
2623 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
2625         * calendar/cal-china.el: Update reference to "Calendrical
2626         Calculations" book; there's a new edition.
2627         * calendar/cal-coptic.el: Likewise.
2628         * calendar/cal-french.el: Likewise.
2629         * calendar/cal-hebrew.el: Likewise.
2630         * calendar/cal-islam.el: Likewise.
2631         * calendar/cal-iso.el: Likewise.
2632         * calendar/cal-julian.el: Likewise.
2633         * calendar/cal-mayan.el: Likewise.
2634         * calendar/cal-persia.el: Likewise.
2635         * calendar/calendar.el: Likewise.
2636         * calendar/holidays.el: Likewise.
2637         * calendar/lunar.el: Likewise.
2638         * calendar/solar.el: Likewise.
2640         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
2641         white space from doc string.
2643 2005-03-30  Jay Belanger  <belanger@truman.edu>
2645         * calc/calc-help.el (calc-full-help): Remove email address.
2647 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
2649         * help-fns.el (help-with-tutorial): Delete title line.
2651 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
2653         * calendar/cal-x.el (calendar-one-frame-setup)
2654         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
2655         rather than 'symbol for set-window-dedicated-p.
2657         * calendar/appt.el (appt-buffer-name): Make it a constant.
2658         (appt-add): Doc fix.
2660         * filesets.el (filesets-menu-path, filesets-menu-before)
2661         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
2662         (filesets-menu-cache-file): Use directory ~/.emacs.d.
2663         (filesets-add-submenu): Delete and use add-submenu instead.
2665 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
2667         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
2668         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
2669         (org-diary-default-entry): New function.
2670         (org-get-entries-from-diary): Better parsing of diary entries.
2671         (org-agenda-check-no-diary): New function.
2672         ("diary-lib"): Advice to function `add-to-diary-list', to allow
2673         linking to diary entries.
2674         (org-agenda-execute-calendar-command): New function.
2675         (org-agenda): Improve visible section in window.
2676         Use `org-fit-agenda-window'.
2677         (org-fit-agenda-window): New option.
2678         (org-move-subtree-down): Better handling of empty lines
2679         at end of subtree.
2680         (org-cycle): Numeric prefix is interpreted now as show-subtree N
2681         levels up.
2682         (org-fontify-done-headline): New option.
2683         (org-headline-done-face): New face.
2684         (org-set-font-lock-defaults): Use `org-headline-done-face'.
2685         (org-table-copy-down): Rename from `org-table-copy-from-above'.
2686         When current field is non-empty, it is copied to next row.
2687         (org-table-copy-from-above): Fix bug which made it
2688         impossible to copy fields containing only a single non-white character.
2690 2005-03-30  Kim F. Storm  <storm@cua.dk>
2692         * kmacro.el (kmacro-end-macro): Isearch may store this command
2693         into the macro -- so ignore it when executing keyboard macro.
2695 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
2697         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
2699 2005-03-29  Kenichi Handa  <handa@m17n.org>
2701         * language/thai.el ("Thai"): Set setup-function and exit-function
2702         for Thai language environment.
2704         * language/thai-util.el: Require thai-word.
2705         (thai-word-mode-map): New variable.
2706         (thai-word-mode): New minor mode.
2707         (setup-thai-language-environment-internal): New function.
2708         (exit-thai-language-environment-internal): New function.
2710         * language/thai-word.el (thai-word-table): Declare it by defvar,
2711         use dolist to initialize it.
2712         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
2713         (thai-fill-find-break-point): New functions.
2715 2005-03-29  Richard M. Stallman  <rms@gnu.org>
2717         * simple.el (idle-update-delay): Move definition up.
2718         (set-mark): Doc fix.
2720 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
2722         * longlines.el: New file.
2724         * simple.el (buffer-substring-filters): New variable.
2725         (filter-buffer-substring): New function.
2726         (kill-region, copy-region-as-kill): Use it.
2728         * register.el (copy-to-register, append-to-register)
2729         (prepend-to-register): Use filter-buffer-substring.
2731 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
2733         * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
2734         (gud-filter-pending-text): Move in front of gdb.
2735         (gud-overlay-arrow-position): New variable.
2736         (gud-sentinel, gud-display-line): Use it in place of
2737         overlay-arrow-position.
2739 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
2741         * progmodes/fortran.el (fortran-if-indent): Doc fix.
2742         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
2743         (fortran-font-lock-keywords-4): New variable.
2744         (fortran-blocks-re, fortran-end-block-re)
2745         (fortran-start-block-re): New constants, for hideshow.
2746         (hs-special-modes-alist): Add a Fortran entry.
2747         (fortran-mode-map): Bind fortran-end-of-block,
2748         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
2749         (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
2750         (fortran-looking-at-if-then, fortran-end-of-block)
2751         (fortran-beginning-of-block): New functions, for hideshow.
2753         * progmodes/f90.el (f90-end-block-re, f90-start-block-re): Doc
2754         fix. Tweak regexp.
2755         (f90-beginning-of-block): Push mark first.
2757 2005-03-29  Jay Belanger  <belanger@truman.edu>
2759         * calc/calc.el: Update copyright date.
2760         (calc-version): Increase to 2.1.
2761         (calc-version-date): Remove.
2763         * calc/calc-help.el: Update copyright date.
2764         (calc-full-help): Remove reference to calc-version-date.
2765         Update copyright date.
2767 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2769         * vc.el (vc-do-command): Use a pipe for async processes, so password
2770         prompts don't show up at places where the user can't reply.
2772 2005-03-29  Olive Lin  <olive.lin@versateladsl.be> (tiny change)
2774         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
2775         on the file name we pass to the inferior shell.
2777 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
2779         * progmodes/which-func.el (which-function): Be robust in the face of an
2780         imenu--make-index-alist failure.
2782 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2784         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
2786         * progmodes/python.el (python-preoutput-filter): Fix last change.
2788 2005-03-29  Lute Kamstra  <lute@gnu.org>
2790         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
2791         functions and compiled macros.
2792         (debug-convert-byte-code): Handle macros too.
2793         (debug-on-entry-1): Don't signal an error when trying to clear a
2794         function that is not set to debug on entry.
2796 2005-03-29  Jay Belanger  <belanger@truman.edu>
2798         * calc/calc-lang.el: Add functions to math-function-table
2799         properties of tex and math.
2801 2005-03-29  Kenichi Handa  <handa@m17n.org>
2803         * ps-mule.el (ps-mule-plot-string): Translate characters by
2804         ps-print-translation-table.
2805         (ps-mule-begin-job): Call find-charset-region/string with
2806         ps-print-translation-table.
2807         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
2809         * ps-print.el (ps-print-translation-table): New variable.
2810         (ps-plot-region): Translate characters by ps-print-translation-table.
2812 2005-03-29  Juri Linkov  <juri@jurta.org>
2814         * simple.el (next-error-highlight-timer): New variable.
2816         * progmodes/compile.el (compilation-goto-locus):
2817         Use `next-error-highlight-timer' instead of `sit-for'.
2819 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2821         * mail/supercite.el (sc-mail-field): Use assoc-string.
2822         (sc-get-address): Simplify regexps.
2824         * files.el (minibuffer-with-setup-hook): New macro.
2825         (find-file-read-args): Use it to avoid let-binding
2826         minibuffer-with-setup-hook (which breaks turning on/off
2827         file-name-shadow-mode while in the prompt).
2829         * complete.el (PC-read-include-file-name-internal): Use test-completion.
2831 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
2833         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
2835 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2837         * window.el (window-buffer-height): Use count-screen-lines.
2839         * progmodes/python.el (python-preoutput-leftover): New var.
2840         (python-preoutput-filter): Use it.
2841         (python-send-receive): Loop until all the result has been received.
2843 2005-03-28  Juri Linkov  <juri@jurta.org>
2845         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
2847         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
2848         "Recover Crashed Session".
2849         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
2850         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
2851         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
2852         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
2853         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
2854         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
2855         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
2856         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
2858         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
2859         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
2860         Ediff Sessions", "Toggle use of separate control buffer frame",
2861         "Use separate frame for Ediff control buffer".
2863         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
2864         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
2865         "Rename Bookmark", "Delete Bookmark".
2867         * info.el (Info-mode-menu): Remove ellipsis from "Index".
2868         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
2869         Add `:active Info-index-alternatives' to "Next Matching Item".
2871         * wdired.el (wdired-change-to-wdired-mode):
2872         Mention `wdired-abort-changes' key in the initial message.
2874         * international/mule.el (auto-coding-alist): Associate non-ascii
2875         image filename extensions with `no-conversion'.
2877 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2879         * international/iso-acc.el:
2880         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
2882 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
2884         * textmodes/sgml-mode.el (html-mode): Doc update.
2886         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
2888 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
2890         * term.el (term-move-columns): Fix face after extending a line.
2891         (term-insert-spaces): Likewise.
2892         (term-reset-terminal): Fix off by one error.
2894 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
2896         * international/mule.el (auto-coding-alist): Add .xpi files.
2898         * files.el (auto-mode-alist): Add .xpi files.
2900 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
2902         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
2904 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
2906         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
2908 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
2910         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
2911         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
2913         * calendar/cal-move.el (calendar-beginning-of-year): Move the
2914         cursor to Jan 1 when needed.
2915         (calendar-end-of-year): Fix -/+ typo.
2916         Reported by Chong Yidong <cyd@stupidchicken.com>.
2918 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2920         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
2922         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
2923         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
2925 2005-03-25  Richard M. Stallman  <rms@gnu.org>
2927         * filesets.el (filesets-init): Add autoload.
2929         * mail/mailalias.el (mail-directory): Doc fix.
2931 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
2933         * mail/mailalias.el (mail-directory-process): Do nothing if
2934         mail-directory-process is an atom.
2935         (mail-get-names): Ignore mail-directory-names if it is an atom.
2936         (mail-directory-process defvar): Doc fix.
2937         (mail-names): Doc fix.
2939 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
2941         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
2943 2005-03-26  Kenichi Handa  <handa@m17n.org>
2945         * international/mule-util.el (detect-coding-with-priority):
2946         Call update-coding-systems-internal before detect-coding-region.
2948 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
2950         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
2951         (gdb-frames-mode-map): Add follow-link property.
2953 2005-03-25  Jay Belanger  <belanger@truman.edu>
2955         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
2956         for variables.
2958 2005-03-25  Juri Linkov  <juri@jurta.org>
2960         * image-mode.el: Optimize image filename extension regexps in
2961         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
2962         in `auto-mode-alist'.
2963         (image-mode): Add `image-toggle-display-text' to local hook
2964         `change-major-mode-hook'.  Display the image as an image by
2965         default.  Set `cursor-type' and `truncate-lines' if the image
2966         is already displayed.  Take into account the current mode (image
2967         or text) in message.
2968         (image-minor-mode): New minor mode.
2969         (image-mode-maybe, image-toggle-display-text): New functions.
2970         (image-toggle-display): Use called-interactively-p.
2971         Let-bind `inhibit-read-only' to t.
2973         * image-mode.el (image-minor-mode): Set `cursor-type' and
2974         `truncate-lines' if the image is already displayed.  Add turning
2975         image-minor-mode off to `change-major-mode-hook'.  Add message.
2976         Call `image-toggle-display-text' after turning image-minor-mode off.
2978 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2980         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
2981         Terminal.app, use utf-8.
2982         (set-display-table-and-terminal-coding-system): Add coding-system arg.
2983         (set-locale-environment): Use it.
2985         * term/xterm.el: Undo last change, better done in mule-cmds.el.
2987         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
2989         * progmodes/python.el (python-close-block-statement-p)
2990         (python-outdent-p, python-current-defun): Use symbol-end.
2992 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
2994         * files.el (save-some-buffers): Doc fix.
2996 2005-03-25  Werner Lemberg  <wl@gnu.org>
2998         * complete.el, thumbs.el: Replace `legal' with `valid'.
2999         * calendar/calendar.el: Replace `legal' with `valid'.
3000         * emacs-lisp/advice.el: Replace `legal' with `valid'.
3001         * mail/supercite.el: Replace `legal' with `valid'.
3002         * progmodes/cperl-mode.el, progmodes/idlw-shell.el,
3003         progmodes/idlwave.el, progmodes/vhdl-mode.el: Replace `legal' with
3004         `valid'.
3005         * textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
3006         with `valid'.
3008 2005-03-25  Werner Lemberg  <wl@gnu.org>
3010         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
3011         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
3012         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
3013         * emulation/vip.el: Replace `illegal' with `invalid'.
3014         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
3015         * mail/supercite.el: Replace `illegal' with `invalid'.
3016         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el,
3017         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el,
3018         progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el,
3019         progmodes/sh-script.el, progmodes/xscheme.el: Replace `illegal' with
3020         `invalid'.
3021         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
3022         textmodes/reftex-index.el, textmodes/reftex-parse.el,
3023         textmodes/reftex-ref.el, textmodes/reftex-vars.el,
3024         textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
3026 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3028         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
3029         (flymake-find-buildfile, flymake-find-possible-master-files)
3030         (flymake-check-include, flymake-parse-line): Replace loops over the
3031         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
3033         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
3034         Substitute file-name-as-directory in the rest of the file.
3035         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
3036         (flymake-replace-region): Remove unused arg `buffer'.
3037         (flymake-check-patch-master-file-buffer): Update calls to it.
3038         (flymake-add-err-info): Remove unused var `count'.
3039         (flymake-mode): Use define-minor-mode.
3041         * progmodes/flymake.el: Use with-current-buffer.
3042         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
3043         flymake-replace-regexp-in-string, flymake-line-beginning-position)
3044         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
3045         Avoid testing for `xemacs'.
3046         (flymake-nop): Move.
3047         (flymake-region-has-flymake-overlays): Return the computed value.
3048         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
3049         Remove unused var `endline'.
3050         (flymake-get-line-count): Remove unused function.
3051         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
3053         * emulation/vi.el:
3054         * generic.el:
3055         * hilit-chg.el (global-highlight-changes):
3056         * hi-lock.el (hi-lock-mode):
3057         * follow.el: find-file-hooks -> find-file-hook.
3059         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
3061 2005-03-24  Juri Linkov  <juri@jurta.org>
3063         * dired.el (dired-mode-map): Add menu item "Compare directories"
3064         for dired-compare-directories.
3066         * dired-aux.el (dired-compare-directories): Add autoload cookie.
3067         Doc fix.  Replace `read-file-name' with `read-directory-name'.
3069 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3071         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
3073 2005-03-24  Jay Belanger  <belanger@truman.edu>
3075         * calc/calc-embed.el (calc-embedded-mode-change): Save all
3076         relevant mode settings in calc-embedded-original-modes when modes
3077         are permanently changed.
3079 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3081         * autoinsert.el: find-file-hooks -> find-file-hook.
3083 2005-03-24  Lute Kamstra  <lute@gnu.org>
3085         * generic.el (generic-font-lock-defaults): Make it obsolete.
3086         (generic-font-lock-keywords): New variable to replace
3087         generic-font-lock-defaults.
3088         (generic-mode-set-font-lock): Delete it.
3089         (generic-mode-internal): Don't call generic-mode-set-font-lock.
3090         (generic-bracket-support): Add docstring.
3092         * generic-x.el: Rename generic-font-lock-defaults to
3093         generic-font-lock-keywords throughout.
3094         (mailagent-rules-setup-function): Delete it.
3095         (mailagent-rules-generic-mode): Use anonymous function instead.
3096         (show-tabs-generic-mode-font-lock-defaults-1)
3097         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
3098         Quote faces.
3099         (show-tabs-tab-face, show-tabs-space-face): Specify background,
3100         not foreground.
3102         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3103         Recognize define-generic-mode.
3105 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3107         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
3108         if there's no completion table.
3110 2005-03-23  Miles Bader  <miles@gnu.org>
3112         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
3113         Remove tty-specific variants, as they're no longer needed.
3115 2005-03-23  Lute Kamstra  <lute@gnu.org>
3117         * generic-x.el: Code cleanup: make args constant whenever possible.
3118         (installshield-statement-keyword-list)
3119         (installshield-system-functions-list)
3120         (installshield-system-variables-list, installshield-types-list)
3121         (installshield-funarg-constants-list): Make them constants.
3123         * generic.el (generic-make-keywords-list): Add autoload cookie.
3125         * calendar/time-date.el: Add comment on time value formats.
3126         Don't require parse-time.
3127         (with-decoded-time-value): New macro.
3128         (encode-time-value): New function.
3129         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
3130         (days-to-time): Return a valid time value when arg is huge.
3131         (time-since): Use time-subtract.
3132         (time-to-number-of-days): Use time-to-seconds.
3134 2005-03-23  David Ponce  <david@dponce.com>
3136         * recentf.el: (recentf-keep): New option.
3137         (recentf-menu-action): Default to `find-file'.
3138         (recentf-keep-non-readable-files-flag)
3139         (recentf-keep-non-readable-files-p)
3140         (recentf-file-readable-p, recentf-find-file)
3141         (recentf-cleanup-remote): Remove.
3142         (recentf-include-p): More robust.
3143         (recentf-keep-p): New function.
3144         (recentf-remove-if-non-kept): Rename from
3145         `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
3146         All callers updated.
3147         (recentf-menu-items-for-commands): Fix help string.
3148         (recentf-track-closed-file): Update. Doc fix.
3149         (recentf-cleanup): Update. Count removed files. Doc fix.
3151 2005-03-23  Kim F. Storm  <storm@cua.dk>
3153         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
3154         Don't inherit from fringe face (now happens automatically).
3156 2005-03-22  Kim F. Storm  <storm@cua.dk>
3158         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
3159         position values.
3161 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3163         * menu-bar.el (showhide-date-time): Remove.
3164         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
3165         (menu-bar-make-mm-toggle): Simplify.
3167 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
3169         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
3170         Accept qualified variable and function names.
3172 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
3174         * bindings.el (completion-ignored-extensions):
3175         Remove ".lis" for `vax-vms'.
3177 2005-03-22  Andreas Schwab  <schwab@suse.de>
3179         * generic-x.el: Revert last change.
3180         * ldefs-boot.el: Update.
3182 2005-03-22  Jay Belanger  <belanger@truman.edu>
3184         * calc/calc-embed (calc-embedded-original-modes): New variable.
3185         (calc-embedded-save-original-modes)
3186         (calc-embedded-restore-original-modes): New functions.
3187         (calc-do-embedded): Save original modes when entering embedded mode
3188         and restore when leaving embedded mode.
3189         (calc-embedded-modes-change): Change the value of
3190         calc-embedded-original-modes to reflect permanent changes.
3192 2005-03-22  Lute Kamstra  <lute@gnu.org>
3194         * generic-x.el: Require generic again.
3196 2005-03-22  Miles Bader  <miles@gnu.org>
3198         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
3199         Tweak details to look good on both ttys and bitmap displays, light
3200         or dark background, etc.
3202 2005-03-21  Kim F. Storm  <storm@cua.dk>
3204         * tooltip.el (tooltip-show-help-function): Check car and cdr of
3205         mouse position.
3207 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3209         * icomplete.el: Don't forcibly turn on the mode upon load.
3210         (icomplete-mode): Use define-minor-mode.
3211         (icomplete-eoinput): Default to nil.
3212         (icomplete-minibuffer-setup): Remove autoload.
3213         (icomplete-tidy): Simplify.
3214         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
3215         in the initial state or if the user has modified the field.
3216         Fix handling of icomplete-max-delay-chars.
3217         Remove code that handles the oddball case where
3218         minibuffer-completion-table is an integer.
3219         Wrap icomplete-completions in while-no-input in case building
3220         completions takes more time than expected.
3221         (icomplete-completions): Simplify.
3223 2005-03-21  Richard M. Stallman  <rms@gnu.org>
3225         * jka-compr.el (jka-compr-really-do-compress):
3226         Make variable buffer-local.
3228         * image-mode.el: Handle .xpm files too.
3229         (image-toggle-display): Preserve modification flag.
3231         * help.el (where-is): Don't mention aliases with no key bindings.
3233 2005-03-21  Lute Kamstra  <lute@gnu.org>
3235         * generic.el: Fix commentary section.  Don't require cl for compilation.
3236         (generic-mode-list): Add autoload cookie.
3237         (generic-use-find-file-hook, generic-lines-to-scan)
3238         (generic-find-file-regexp, generic-ignore-files-regexp)
3239         (generic-mode, generic-mode-find-file-hook)
3240         (generic-mode-ini-file-find-file-hook): Fix docstrings.
3241         (define-generic-mode): Make it a defmacro.  Fix docstring.
3242         (generic-mode-internal): Code cleanup.  Add autoload cookie.
3243         (generic-mode-set-comments): Code cleanup.
3244         * generic-x.el: Don't prevent compilation.  Don't require generic.
3245         Follow coding conventions.  Minor code cleanup.
3246         (etc-fstab-generic-mode): Add some keywords.
3247         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
3248         define-generic-mode like a function declaration.
3250 2005-03-21  Jay Belanger  <belanger@truman.edu>
3252         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
3253         changing modes.
3255 2005-03-21  Sam Steingold  <sds@gnu.org>
3257         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
3259 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
3261         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
3262         Add underscore to "f$ lexicals" regexp.
3264 2005-03-20  Juri Linkov  <juri@jurta.org>
3266         * subr.el (progress-reporter-do-update): When `min-value' is equal
3267         to `max-value', set `percentage' to 0 and prevent division by zero.
3269 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
3271         Sync with Tramp 2.0.48.
3273         * tramp.el (all): Change all addresses to .gnu.org.
3274         (tramp-append-tramp-buffers): New defun.
3275         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
3276         Catch `dont-send' signal.
3277         (tramp-set-auto-save-file-modes): Set always permissions, because
3278         there might be an old auto-saved file belonging to another
3279         original file.  This could be a security threat.  Reported by
3280         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
3281         Check for Emacs 21.3.50 removed.
3283         * tramp-smb.el (all): Remove debug construct for
3284         `with-parsed-tramp-file-name'.
3285         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
3286         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
3287         No error message if DIRECTORY or FILENAME doesn't exist.
3288         (tramp-smb-open-connection): Check existence of
3289         `tramp-smb-program'.
3291 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3293         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
3294         Properly handle the case where the `m' or `s' command's argument is not
3295         yet terminated.
3296         (perl-indent-new-calculate): New function.
3297         (perl-indent-line): Use it.
3299 2005-03-20  Miles Bader  <miles@gnu.org>
3301         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
3302         in text-mode too.  Change to new face names.
3303         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
3304         Add `:weight bold' attribute.
3305         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
3307 2005-03-19  Juri Linkov  <juri@jurta.org>
3309         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
3311         * international/mule.el (auto-coding-alist): Sync with
3312         `auto-mode-alist' by adding upper case archive file extensions
3313         and adding ear/war to jar extension.
3315 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
3317         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
3318         running, restart it.
3320 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
3322         * finder.el (finder-current-item): Throw an error on an empty line.
3324         * man.el (Man-follow-manual-reference): If current-word returns
3325         nil, use "".
3327 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
3329         * simple.el (goto-line): Doc fix.
3331 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
3333         * files.el (save-buffer): Doc fix.
3335 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
3337         * recentf.el (recentf-cleanup-remote): New variable.
3338         (recentf-cleanup): Use it to conditionally check availablity of
3339         remote files.
3341 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
3343         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
3344         function names.
3346 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
3348         * language/thai-word.el: New file.
3350 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
3352         * files.el (backup-buffer): If the file's directory is not
3353         writable, use copy instead of move to backup the file.
3355 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
3357         * obsolete/keyswap.el: Moved to obsolete/ from term/.
3359 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3361         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
3362         Use functionp instead of symbolp and fboundp.  Reported by Drkm
3363         <darkman_spam@yahoo.fr>.
3364         (ps-print-version): New version 6.6.6.
3366 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
3368         * textmodes/table.el (table--line-column-position): New idiom.
3369         (table--row-column-insertion-point-p): New function to test
3370         validity of row and column insertion operation at a location.
3371         (table-global-menu, table-cell-menu): Use above functions for
3372         deterministic test operation.
3373         (table--editable-cell-p): Behave in deterministic fashion.
3375 2005-03-18  Juri Linkov  <juri@jurta.org>
3377         * isearch.el (isearch-lazy-highlight-new-loop):
3378         Make arguments beg and end optional.
3379         (isearch-update): Remove optional arguments nil from
3380         isearch-lazy-highlight-new-loop.
3381         (isearch-lazy-highlight-search): Let-bind case-fold-search to
3382         isearch-lazy-highlight-case-fold-search instead of
3383         isearch-case-fold-search, and let-bind isearch-regexp to
3384         isearch-lazy-highlight-regexp.
3385         Use isearch-lazy-highlight-last-string instead of isearch-string.
3387         * replace.el (perform-replace): Remove bindings of global
3388         variables isearch-string, isearch-regexp, isearch-case-fold-search.
3389         Add three new arguments to `replace-highlight'.
3390         (replace-highlight): Add arguments string, regexp, case-fold.
3391         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
3392         to allow isearch-lazy-highlight-new-loop to use these values
3393         to set corresponding isearch-lazy-highlight-* internal
3394         variables whose values lazy highlighting will use regardless of
3395         changes to global variables isearch-string, isearch-regexp,
3396         isearch-case-fold-search during lazy highlighting loop.
3397         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
3398         to `lazy-highlight-cleanup'.
3400         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
3401         (ispell-highlight-face): Set default face to `isearch' when
3402         lazy highlighting is enabled.
3403         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
3404         priority to 1.  Add lazy highlighting.
3405         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
3406         from `isearch-dehighlight'.
3408 2005-03-18  David Ponce  <david@dponce.com>
3410         * files.el (hack-local-variables): Do a case-insensitive search
3411         for End.
3413 2005-03-18  Juri Linkov  <juri@jurta.org>
3415         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
3416         `isearch-lazy-highlight-cleanup', add alias to old name and
3417         declare obsolete.  Add release numbers to other obsolete vars.
3418         (isearch-done, isearch-lazy-highlight-new-loop):
3419         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
3420         (lazy-highlight-cleanup) <variable>: Doc fix.
3421         (isearch-lazy-highlight-update): Rename obsolete
3422         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
3424 2005-03-18  Kenichi Handa  <handa@m17n.org>
3426         * language/thai-util.el: Fix categorization of Thai characters in
3427         thai-category-table.
3428         (thai-composition-pattern): Adjust it for the above change.
3429         (thai-self-insert-command, thai-compose-syllable): New functions.
3430         (thai-compose-region): Use thai-compose-syllable.
3431         (thai-compose-string): Likewise.
3432         (thai-composition-function): Likewise.
3433         (thai-auto-composition): New function.
3434         (thai-auto-composition-mode): New minor mode.
3436         * language/thai.el: Fix patterns to be registered in
3437         composition-function-table.
3439         * international/quail.el (quail-input-method): Locally bind
3440         inhibit-modification-hooks to t.
3442 2005-03-17  Richard M. Stallman  <rms@gnu.org>
3444         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
3445         (perl-mode): Use run-mode-hooks.
3447         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
3448         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
3449         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
3451         * mail/sendmail.el (sendmail-send-it): Reenable the code
3452         to compute resend-to-address and use it.
3454         * tar-mode.el (tar-mode): Turn off undo unconditionally.
3456         * image-mode.el: New file.
3458         * image.el (insert-sliced-image): Add autoload cookie.
3460         * font-lock.el (font-lock-lines-before): New user option.
3461         (font-lock-after-change-function): Obey it.
3463         * bindings.el (esc-map): Make M-g a prefix.
3464         Bind M-g g and M-g M-g to goto-line.
3466         * faces.el (face-id): Doc fix.
3468 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
3470         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
3471         (rmail-show-message): Use rmail-unknown-mail-followup-to.
3472         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
3474         * mail/sendmail.el (mail-yank-ignored-headers)
3475         (mail-font-lock-keywords, mail-mode-fill-paragraph):
3476         Add Mail-Followup-To and Mail-Reply-To headers.
3477         (mail-citation-hook): Add autoload cookie.
3478         (mail-mode): Doc fix.
3479         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
3480         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
3481         (mail-mode-fill-paragraph): Handle those headers.
3482         (mail-mailing-lists): New variable.
3483         (mail-mail-reply-to, mail-mail-followup-to): New functions.
3485 2005-03-17  Juri Linkov  <juri@jurta.org>
3487         * isearch.el (isearch-fallback): Check for `(car previous)'
3488         before calling `isearch-other-end-state'.
3490 2005-03-17  Kim F. Storm  <storm@cua.dk>
3492         * simple.el (move-beginning-of-line): Move to beginning of buffer
3493         line, as well as beginning of screen line.
3495 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
3497         * calendar/diary-lib.el (mark-diary-entries): Use new optional
3498         argument REDRAW rather than calendar-redrawing variable.
3499         * calendar/calendar.el (calendar-redrawing): Delete.
3500         (redraw-calendar): Do not bind calendar-redrawing.
3502 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
3504         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
3505         diary-file buffer.
3507 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3509         * help.el (describe-mode): Allow a :minor-mode-function property to
3510         specify a different minor mode toggle function than the variable.
3511         * simple.el (auto-fill-function):
3512         * subr.el (add-minor-mode): Use it.
3514 2005-03-16  Kenichi Handa  <handa@m17n.org>
3516         * language/ethio-util.el (sera-being-called-by-w3): New variable.
3517         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
3518         (ethio-fidel-to-sera-buffer): Likewise.
3520 2005-03-16  Juri Linkov  <juri@jurta.org>
3522         * emacs-lisp/find-func.el (find-function-regexp):
3523         Add defun-emitting macro `menu-bar-make-toggle'.
3525         * isearch.el: Put `isearch-scroll' property to
3526         `split-window-horizontally'.
3528         * info.el: Update error messages for `debug-ignored-errors'.
3529         (Info-isearch-search): Doc fix.
3530         (Info-find-node): Move up code to go into info buffer before
3531         recording the node to the history.
3532         (Info-fontify-node): Fontify titles only if the next line
3533         has two or more `*', `=', `-', `.'.
3534         Display "go to this node" for empty (match-string 3).
3536 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3538         * term/mac-win.el: Add mouse pointer shape constants.
3540 2005-03-15  Kim F. Storm  <storm@cua.dk>
3542         * simple.el (move-beginning-of-line): Use vertical-motion.
3544 2005-03-15  Juri Linkov  <juri@jurta.org>
3546         * isearch.el (isearch-error): New variable.
3547         (isearch-invalid-regexp, isearch-within-brackets): Remove.
3548         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
3549         (isearch-within-brackets-state): Remove.
3550         (isearch-case-fold-search-state, isearch-pop-fun-state):
3551         Decrease frame index.
3552         (isearch-mode, isearch-top-state, isearch-push-state)
3553         (isearch-edit-string, isearch-abort, isearch-search-and-update)
3554         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
3555         (isearch-search, isearch-lazy-highlight-new-loop):
3556         Replace `isearch-invalid-regexp' with `isearch-error'.
3557         Remove `isearch-within-brackets'.
3558         (isearch-search): Add `search-failed' handler to `condition-case'.
3559         (isearch-lazy-highlight-search): Add `condition-case' to catch
3560         errors and allow `isearch-lazy-highlight-update' to try
3561         highlighting from the beginning of the window.
3562         (isearch-repeat): Move up code to set isearch-wrapped to t
3563         before calling isearch-wrap-function.
3565         * info.el (Info-isearch-initial-node): New internal variable.
3566         (Info-search): Signal an error in isearch mode when search leaves
3567         the initial node.  Signal an error when `bound' is non-nil and
3568         nothing was found in the current subfile.
3569         (Info-isearch-search): Remove `condition-case'.
3570         (Info-isearch-wrap): Don't wrap when search failed during leaving
3571         the initial node.  If `Info-isearch-search' is nil, wrap around
3572         the current node.
3573         (Info-isearch-start): New fun.
3574         (Info-mode): Add buffer-local hook `Info-isearch-start' to
3575         `isearch-mode-hook'.
3577 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3579         * simple.el (normal-erase-is-backspace): Set default to t if
3580         running on Mac.
3582         * term/mac-win.el (function-key-map): Sync with x-win.el.
3584 2005-03-15  Kenichi Handa  <handa@m17n.org>
3586         * international/mule-cmds.el (locale-language-names): Modify the
3587         format of elements and add more entries.
3588         (locale-preferred-coding-systems): Add more entries.
3589         (set-locale-environment): Adjust for the change of
3590         locale-language-names.
3592 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3594         * pcvs.el (smerge-ediff): Remove bogus autoload.
3596 2005-03-14  Lute Kamstra  <lute@gnu.org>
3598         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
3599         Ignore a `*' at the beginning of a line.
3601         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
3602         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
3603         subr.el.
3604         (dont-compile, eval-when-compile, eval-and-compile): Use declare
3605         to specify indentation.
3607         * generic.el (define-generic-mode): Let generic-mode-list be a
3608         list of strings; test membership with equal.
3610 2005-03-14  Kim F. Storm  <storm@cua.dk>
3612         * simple.el (next-line, previous-line): Add optional try-vscroll
3613         arg to recognize interactive use.  Pass it on to line-move.
3614         (line-move): Don't perform auto-window-vscroll when defining or
3615         executing keyboard macro to ensure consistent behaviour.
3617 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3619         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
3621 2005-03-13  Lute Kamstra  <lute@gnu.org>
3623         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
3624         debugger-setup-buffer so that backtrace marks the frames set to
3625         debug-on-exit and we don't have to do it manually.  Set an extra
3626         debug-on-exit for macro's.
3627         (debugger-setup-buffer): Don't mark the top frame manually.
3629 2005-03-12  Lute Kamstra  <lute@gnu.org>
3631         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
3632         lisp-indent-function throughout.
3633         (with-no-warnings): Set lisp-indent-function property.
3635 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
3637         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
3638         Add entry for backslash.
3640 2005-03-12  Juri Linkov  <juri@jurta.org>
3642         * info.el (Info-search): Four fixes for backward search.
3644 2005-03-11  Jay Belanger  <belanger@truman.edu>
3646         * calc/calc.el (calc-language-alist): New variable.
3647         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
3648         (calc-embedded-find-modes): Use calc-language-alist instead of
3649         calc-embedded-language-alist.
3651 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
3653         * calendar/calendar.el (calendar-redrawing): New internal
3654         variable.
3655         (redraw-calendar): Remove bogus save-excursion from previous
3656         change.  Bind calendar-redrawing to t for mark-diary-entries.
3657         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
3658         calendar if that is why we were called.
3660 2005-03-11  Kenichi Handa  <handa@m17n.org>
3662         * international/mule.el (make-coding-system): Set property
3663         coding-system-define-form to nil.
3664         (define-coding-system-alias): Likewise.
3666 2005-03-11  Kenichi Handa  <handa@m17n.org>
3668         These changes are suggested by Dave Love <fx@gnu.org>.
3670         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
3671         coding: tag.
3672         (adaptive-fill-regexp): Add more bullets.
3673         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
3674         regexps.
3676 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3678         * help.el (describe-mode): Properly handle non-trivial lighters.
3679         Don't ignore minor modes that are not listed in minor-mode-list.
3681         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
3682         feature ON when the user requests to turn it OFF.
3684 2005-03-10  Lute Kamstra  <lute@gnu.org>
3686         * emacs-lisp/debug.el (debug-entry-code): Delete it.
3687         (implement-debug-on-entry): New function to replace debug-entry-code.
3688         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
3689         second argument as the 2005-03-07 change makes it obsolete.
3690         (debug-on-entry, cancel-debug-on-entry): Update call to
3691         debug-on-entry-1.
3692         (debug, debugger-setup-buffer): Comment update.
3693         (debugger-frame-number): Update to work with implement-debug-on-entry.
3695 2005-03-10  Jay Belanger  <belanger@truman.edu>
3697         * calc/calc-embed.el (math-ms-args): Declare it.
3698         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
3699         math-ms-args.
3700         (calc-embedded-subst): Use math-multi-subst-rec to substitute
3701         variables.
3703 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
3705         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
3706         Use message-box.
3708         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
3709         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
3710         (tooltip-gud-tips): Simplify.
3711         (tooltip-gud-tips-p): Remove superflouous :set.
3712         (tooltip-gud-modes): Add fortran-mode.
3713         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
3715         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
3717 2005-03-09  Kim F. Storm  <storm@cua.dk>
3719         * play/animate.el (animate-place-char): Use forward-line instead
3720         of next-line to improve performance.
3722 2005-03-09  Simon Josefsson  <jas@extundo.com>
3724         * net/browse-url.el (browse-url-default-browser): Doc fix.
3726 2005-03-09  Miles Bader  <miles@gnu.org>
3728         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
3729         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
3731 2005-03-09  Kenichi Handa  <handa@m17n.org>
3733         * international/latin-1.el: Set case and syntax for 255 only if
3734         set-case-syntax-set-multibyte is nil.
3736         * textmodes/ispell.el (ispell-insert-word): New function.
3737         (ispell-word): Use ispell-insert-word to insert a new word.
3738         (ispell-process-line): Likewise.
3739         (ispell-complete-word): Likewise.
3741 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
3743         * calendar/calendar.el (redraw-calendar): Preserve point.
3744         Reported by Matt Hodges <MPHodges@member.fsf.org>.
3745         (calendar-week-start-day): Move after definition of
3746         redraw-calendar.  Delete buffer test, since redraw-calendar has
3747         that now.
3749         * calendar/diary-lib.el (mark-diary-entries): Only call
3750         redraw-calendar in the first of any recursive calls.
3751         Reported by Alan Shutko <ats@acm.org>.
3753 2005-03-08  Juri Linkov  <juri@jurta.org>
3755         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
3756         (html-horizontal-rule, html-line, html-image, html-checkboxes)
3757         (html-radio-buttons): Add a space before the trailing `/>' where
3758         sgml-xml-mode is non-nil.
3759         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
3760         the subsequent tag of the empty XML tag.
3761         (html-href-anchor): Don't set initial input to "http:".
3762         (html-image): Ask for the image URL and set point inside alt="".
3763         (html-name-anchor): Duplicate the name in the `id' attribute when
3764         sgml-xml-mode is non-nil.
3765         (html-paragraph): Remove \n before <p>.
3766         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
3767         instead of `checked' when sgml-xml-mode is non-nil.
3769         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
3770         Remove 1 space before #RRGGBB to not truncate it on terminal
3771         windows w/o fringes.  Remove 1 space between bg and fg examples
3772         to get more space.
3773         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
3774         avoid byte-compile warnings.
3776         * image-file.el (image-file-handler): Put `safe-magic' property to
3777         `image-file-handler'.
3779         * info.el (Info-isearch-search): Emulate word search in
3780         isearching through multiple Info nodes with Info-search.
3781         (Info-isearch-wrap): Allow isearch-word.
3783 2005-03-08  Lute Kamstra  <lute@gnu.org>
3785         * emacs-lisp/debug.el (debugger-step-through): Make sure that
3786         stepping into the debugger's code is not possible.
3787         (debugger-jumping-flag): Docstring update.
3789 2005-03-08  Jay Belanger  <belanger@truman.edu>
3791         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
3792         embedded mode begins.
3793         (calc-embedded-language-alist): New variable.
3794         (calc-embedded-find-modes): Use calc-embedded-language-alist to
3795         set default language mode.
3797 2005-03-08  Kenichi Handa  <handa@m17n.org>
3799         * international/ccl.el (define-ccl-program): Fix docstring about
3800         extra 256 bytes assured for the output buffer.
3802         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
3803         Fix BUFFER_MAGNIFICATION to 2.
3804         (ccl-encode-mule-utf-16be-with-signature): Likewise.
3806 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
3808         * align.el (align-rules-list): Added an alignment rule for CSS
3809         declarations (applies to css-mode and html-mode buffers).
3811 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3813         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
3815 2005-03-07  Kim F. Storm  <storm@cua.dk>
3817         * simple.el (move-beginning-of-line): New command.
3819         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
3821         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
3823         * emulation/cua-base.el: Put CUA move property on move-end-of-line
3824         and move-beginning-of-line.
3826         * apropos.el (apropos-print): Omit command from M-x ... RET.
3828 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
3830         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
3831         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
3833 2005-03-06  Richard M. Stallman  <rms@gnu.org>
3835         * bindings.el (esc-map): Bind M-g to goto-line.
3837         * facemenu.el (global-map): Bind M-o, not M-g.
3839 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3841         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
3842         "Open Directory" as for "Open File".
3844 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
3846         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
3847         (push-mark-command): Run activate-mark-hook.
3849 2005-03-06  Richard M. Stallman  <rms@gnu.org>
3851         * help-mode.el (help-mode-finish): Don't alter the element
3852         in view-return-to-alist if there already is one.
3854         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
3855         make sure the current buffer is the expected one.
3857         * novice.el (disabled-command-function): Output in *Disabled Command*.
3858         Explicitly ignore non-keyboard events, and explicitly handle C-g.
3860         * textmodes/flyspell.el (flyspell-large-region):
3861         Pass args differently for aspell.
3863         * files.el (mode-require-final-newline): Doc fix.
3865 2005-03-03  Stephan Stahl  <stahl@eos.franken.de> (tiny change)
3867         * progmodes/which-func.el (which-function):
3868         Specify NOERROR when calling imenu--make-index-alist.
3870 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3872         * simple.el (normal-erase-is-backspace): Define default value.
3874         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
3875         (custom-reevaluate-setting): Simple function to handle
3876         variables that are defined before their default value can really
3877         be computed.
3879         * startup.el (command-line): Use it for temporary-file-directory,
3880         small-emporary-file-directory, auto-save-file-name-transforms,
3881         blink-cursor-mode, and normal-erase-is-backspace.
3883         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
3884         progress, even with buggy anchored keywords.
3886 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
3888         * simple.el (goto-line): Remove unbalanced final parenthesis.
3890 2005-03-05  Richard M. Stallman  <rms@gnu.org>
3892         * simple.el (goto-line): Use a number at point as the default.
3893         With C-u as arg, switch buffers.
3895 2005-03-05  Juri Linkov  <juri@jurta.org>
3897         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
3898         with `no-blinking-cursor'.
3900         * startup.el (no-blinking-cursor): New defvar.
3901         (command-line): Add `--no-blinking-cursor' to longopts.
3902         Set `no-blinking-cursor' to t for command line arguments
3903         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
3904         with `no-blinking-cursor' in the condition for calling
3905         `blink-cursor-mode'.
3907 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
3909         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
3910         (menu-bar-options-save): Add blink-cursor-mode.
3911         (menu-bar-options-menu): Add blink-cursor-mode.
3913 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
3915         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
3916         (icalendar-export-file, icalendar-export-region)
3917         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
3918         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
3920 2005-03-04  Lute Kamstra  <lute@gnu.org>
3922         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
3923         (debug-function-list): Ditto.
3925 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
3927         * textmodes/texinfmt.el (texinfo-append-refill):
3928         Redefine the types of line to which @refill
3929         is not appended by replacing a search for `@refill\\|@bye' with
3930         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
3931         itemize@refill' bug and the unfilled long lines bug.
3932         (texinfmt-version): Update number and date.
3934 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3936         * international/code-pages.el (windows-1250, windows-125[2-8])
3937         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
3939 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3941         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
3942         bound yet.
3944 2005-03-02  Romain Francoise  <romain@orebokech.com>
3946         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
3947         buffer after removing limits.
3948         (ibuffer-pop-filter): Ditto.
3949         Update copyright.
3951 2005-03-02  Miles Bader  <miles@gnu.org>
3953         * button.el (make-text-button): If the user doesn't specify a
3954         type, use the default.  Rewrite to use `add-text-properties' and
3955         plist functions.
3957 2005-03-01  Lute Kamstra  <lute@gnu.org>
3959         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
3960         (debugger-jumping-flag): New var.
3961         (debug-entry-code): Use it.
3962         (debugger-jump): Use debugger-jumping-flag and add
3963         debugger-reenable to post-command-hook.
3964         (debugger-reenable): Use debugger-jumping-flag and remove itself
3965         from post-command-hook.
3966         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
3967         debugger-reenable.
3969 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
3971         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
3972         inclusion of "itemize\\|", which may be unnecessary, is certainly
3973         inelegant, and stops refilling in itemize lists when formatting
3974         Japanese Texinfo files to Info.
3975         Update copyright to 2005.
3977 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
3979         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
3980         of an error if GDB can't find the source file.
3982 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
3984         * calendar/calendar.el (redraw-calendar): Work from any buffer,
3985         not just the calendar.
3987         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
3988         first.
3989         (diary-redraw-calendar): New function.
3990         (make-diary-entry): Add diary-redraw-calendar to local
3991         write-contents-functions.  Turn off selective display before
3992         inserting in diary.
3994 2005-03-01  Kim F. Storm  <storm@cua.dk>
3996         * emacs-lisp/copyright.el (copyright-fix-years): New command.
3998 2005-03-01  Lute Kamstra  <lute@gnu.org>
4000         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
4001         that debug-entry-code can be safely removed from a function while
4002         this code is being evaluated.  Revert the 2005-02-27 change as the
4003         new implementation no longer requires it.  Make sure that a
4004         function body containing just a string is not mistaken for a docstring.
4005         (debug): Skip one more frame in case of debug on entry.
4006         (debugger-setup-buffer): Delete one more frame line in case of
4007         debug on entry.
4008         (debugger-frame-number): Update to use the new text introduced by
4009         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
4011 2005-02-28  Kim F. Storm  <storm@cua.dk>
4013         * double.el (double-translate-key): Call force-window-update after
4014         read-event to avoid crash in redisplay.
4016 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4018         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
4019         (debug): Use it.  Move the inhibit-trace earlier.
4020         (debug-entry-code): New const.
4021         (debug-on-entry-1): Use it.
4023 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
4025         * international/utf-16.el (ccl-encode-mule-utf-16le):
4026         Fix BUFFER_MAGNIFICATION to 2.
4027         (ccl-encode-mule-utf-16be): Likewise.
4029 2005-02-28  Kenichi Handa  <handa@m17n.org>
4031         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
4032         Fix BUFFER_MAGNIFICATION to 4.
4033         (ccl-encode-mule-utf-16be-with-signature): Likewise.
4035 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
4037         * speedbar.el (speedbar-update-flag): Doc fix.
4038         (speedbar-show-info-under-mouse): Give set-mouse-position the right
4039         argument.
4041 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4043         * reveal.el (reveal-post-command): Don't try to reveal overlays which
4044         have a non-nil `invisible' property but are actually visible.
4046         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
4047         for perldoc sections.
4048         (perl-outline-regexp, perl-outline-level): New var and function.
4049         (perl-mode): Use them.
4051 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
4053         * calendar/diary-lib.el (diary-remind): Discard any mark portion
4054         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
4056 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
4058         * cus-edit.el: Comment change.
4059         (custom-buffer-create-internal): Slightly reword text at top of
4060         Custom buffers.  Mention there that saving an option edits the
4061         init file.  Add link to Emacs manual node on `custom-file'.
4062         (custom-magic-alist): Rewrite individual State messages to use
4063         capitalized keywords.  Doc fix.
4065 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
4067         * calendar/calendar.el (calendar-buffer): Move above
4068         calendar-week-start-day.
4069         (calendar-week-start-day): Doc fix.  Add :set function.
4070         (calendar-minimum-window-height): New variable.
4071         (generate-calendar-window): Only resize window if selected-window
4072         is displaying the calendar buffer.  Use new variable
4073         calendar-minimum-window-height.
4074         (generate-calendar): Reword error message.
4075         (calendar-mode-map): Bind DEL to scroll-other-window-down.
4077 2005-02-27  Andreas Schwab  <schwab@suse.de>
4079         * vc.el (vc-do-command): Don't run command asynchronously when
4080         operating in a remote directory.
4082         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
4083         change from sync with Tramp 2.0.47.
4085 2005-02-27  Richard M. Stallman  <rms@gnu.org>
4087         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
4089         * textmodes/flyspell.el (flyspell-mode-on):
4090         Call ispell-change-dictionary only if necessary.
4092         * emacs-lisp/re-builder.el (regexp-builder): New function.
4094         * register.el (describe-register-1): Explicitly handle
4095         yank-excluded-properties = t.
4097         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
4098         (custom-magic-alist): Change the status descriptions again.
4099         (face widget-type): Total rewrite based on `restricted-sexp'
4100         to eliminate the confusing double hiding levels.
4102         * emacs-lisp/debug.el (debug-on-entry-1):
4103         If function body is empty, add nil as body form.
4105 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4107         * emacs-lisp/trace.el (inhibit-trace): New var.
4108         (trace-make-advice): Use it.
4110         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
4112 2005-02-26  Kim F. Storm  <storm@cua.dk>
4114         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
4115         (mouse-on-link-p, mouse-drag-region-1): Use it.
4117 2005-02-25  Lute Kamstra  <lute@gnu.org>
4119         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
4121 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
4123         * frame.el (blink-cursor-mode): Add :group keyword.
4125 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
4127         * calendar/icalendar.el (icalendar--decode-isodatetime):
4128         New optional argument DAY-SHIFT.
4129         (icalendar-export-region): Fix coding-system-for-write.
4130         (icalendar--convert-ical-to-diary): Shift end-day of all-day
4131         events by one.
4133 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4135         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
4137 2005-02-24  Kim F. Storm  <storm@cua.dk>
4139         * international/iso-acc.el (iso-accents-compose): Fix crash
4140         during redisplay.  Call force-window-update after read-event
4141         and delete-region to signal that window is not accurate.
4143 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4145         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
4146         Remove unused and inexistent var `inhibit-trace'.
4147         (debugger-mode): Use run-mode-hooks.
4148         (debugger-list-functions): Add buttons; setup xref stack.
4150 2005-02-23  Richard M. Stallman  <rms@gnu.org>
4152         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
4153         appointment says it was explicitly made.
4154         (appt-add): Set the 3rd element.
4155         (appt-make-list): Preserve explicit appointments.
4157         * subr.el (find-tag-default): Catch errors in forward-sexp.
4159 2005-02-23  Juri Linkov  <juri@jurta.org>
4161         * info.el (Info-isearch-search): New defcustom.
4162         (Info-isearch-search): Call the default isearch function
4163         when Info-isearch-search is nil.
4164         (Info-isearch-wrap): Use variable Info-isearch-search.
4166 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
4168         * cus-edit.el: Comment change.
4170 2005-02-22  Kim F. Storm  <storm@cua.dk>
4172         * progmodes/hideif.el (hide-ifdef-use-define-alist):
4173         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
4175 2005-02-22  Simon Josefsson  <jas@extundo.com>
4177         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
4178         New variable.
4179         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
4180         Oskarsson" <myrkraverk@users.sourceforget.net>.
4182 2005-02-22  Kim F. Storm  <storm@cua.dk>
4184         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
4185         check that window of that event is the selected window.
4186         (mouse-drag-region-1): Compare mouse event window to selected
4187         window before setting point.
4189         * tooltip.el (tooltip-show-help-function): Pass event to
4190         mouse-on-link-p so it can check selected window.
4192 2005-02-22  Kenichi Handa  <handa@m17n.org>
4194         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
4195         (ps-mule-show-warning): New function.
4196         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
4197         characters are found.
4199         * ps-print.el (ps-header-footer-string): Return a list of header
4200         and footer strings.
4202 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4204         * pcvs.el (cvs-retrieve-revision): Fix thinko.
4206 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4208         * frame.el (blink-cursor-mode): Use define-minor-mode.
4210         * term/mac-win.el (function-key-map): Use char-names more consistently.
4211         (file-name-coding-system): Only set it for MacOS-9.  The other case is
4212         already handled in mule-cmds.el (where it also works when mac-win.el
4213         is not used).
4215 2005-02-21  Kenichi Handa  <handa@m17n.org>
4217         * international/mule.el (ctext-pre-write-conversion): Always use
4218         " *code-converting-work*" buffer for work.
4220         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
4222 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
4224         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
4226 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
4228         * ses.el (undo-more): Restore defadvice, but only the part that
4229         allows changes outside the restricted area of the buffer.
4231 2005-02-20  Kim F. Storm  <storm@cua.dk>
4233         * simple.el (line-move): Add fourth optional arg try-vscroll which
4234         must be set to perform auto-window-vscroll.
4235         When moving backwards and doing auto-window-vscroll, automatically
4236         vscroll to the last part of lines which are taller than the window.
4237         (next-line, previous-line): Set try-vscroll arg on line-move.
4239 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
4241         * replace.el (query-replace, query-replace-regexp)
4242         (replace-string, replace-regexp): When operating on region, make
4243         the minibuffer prompt say so.
4245         * isearch.el (isearch-forward): Document isearch-query-replace and
4246         isearch-query-replace-regexp keybindings.
4248 2005-02-19  Jay Belanger  <belanger@truman.edu>
4250         * calc/calc-aent.el (math-read-token): Add local variable.
4252         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
4253         (calc-edit-top): Move declaration to earlier in file.
4254         (calc-edit-macro-repeats): Add local variables.
4256         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
4257         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
4258         calcFunc-tanh.
4259         Adjust integration rule for calcFunc-tan.
4261 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
4263         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
4264         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
4265         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
4266         (viper-skip-separators): Bug fix.
4267         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
4268         particular major mode.
4269         (viper-del-backward-char-in-replace): Don't put deleted char on the
4270         kill ring.
4272         * viper-ex.el (viper-color-display-p): New function.
4273         (viper-has-face-support-p): Use viper-color-display-p.
4275         * viper-keym.el (viper-gnus-modifier-map): New keymap.
4277         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
4279         * viper-util.el (viper-glob-unix-files): Fix shell status check.
4280         (viper-file-remote-p): Make equivalent to file-remote-p.
4282         * viper.el (viper-major-mode-modifier-list):
4283         Use viper-gnus-modifier-map.
4285 2005-02-19  David Kastrup  <dak@gnu.org>
4287         * subr.el (subregexp-context-p): Fix garbled doc string by adding
4288         quoting.
4290 2005-02-19  Jay Belanger  <belanger@truman.edu>
4292         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
4293         Remove extra definitions.
4294         (calc-coth): New function.
4295         (calcFunc-cot): Fix `let'.
4297 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
4299         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
4300         the reasons we use "type pc" in these faces.
4302         * button.el (button): Ditto.
4304 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
4306         * replace.el (query-replace-read-from): Set the value of
4307         query-replace-from-history-variable to handle the case of an empty
4308         string entered to accept the suggested default.
4310         * net/tramp.el (tramp-file-name-for-operation):
4311         Use dired-call-process instead of dired-call-process-command.
4313 2005-02-19  Jay Belanger  <belanger@truman.edu>
4315         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
4316         (math-div-non-trig): New variables.
4317         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
4318         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
4319         (math-combine-prod, math-div-symb-fancy): Add simplifications for
4320         trig expressions.
4322 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
4324         * progmodes/gdb-ui.el (gdb-var-update-handler)
4325         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
4326         for watch expressions,
4327         (gdb-var-create-handler): Don't set speedbar-update-flag.
4328         (gdb-post-prompt): Simplify test for speedbar.
4330 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
4332         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
4333         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
4334         we use the syntax table of the correct buffer.
4335         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
4336         Felix Gatzemeier.
4338         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
4339         (ediff-file-remote-p): Make synonymous with file-remote-p.
4340         In all deffaces ediff-*-face-*, use min-colors.
4342         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
4343         ediff-recurse-to-subdirectories.
4344         (ediff-mark-if-equal): Check that the arguments are strings, use
4345         ediff-same-contents (after to Felix Gatzemeier).
4347         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
4348         nil.
4350 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4352         * log-view.el (log-view-message-re): Fix up Subversion regexp.
4354 2005-02-18  David Kastrup  <dak@gnu.org>
4356         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
4357         use `mark-active' when defined.
4359 2005-02-18  Kenichi Handa  <handa@m17n.org>
4361         * ps-print.el (ps-font-info-database): New entry
4362         ZapfChancery-MediumItalic with correct font name.  Fix font name
4363         of the entry Zapf-Chancery-MediumItalic.
4365 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
4367         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
4369 2005-02-16  Kim F. Storm  <storm@cua.dk>
4371         * ido.el (ido-fallback-command): Pass user input to fallback command.
4373 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
4375         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
4376         (gdb-find-file-hook): Add server prefix.
4378 2005-02-16  Richard M. Stallman  <rms@gnu.org>
4380         * replace.el (perform-replace): Pass new args to replace-highlight.
4381         (replace-highlight): Take region args,
4382         and pass them to isearch-lazy-highlight-new-loop.
4384         * novice.el (disabled-command-hook): Autoload the defalias
4385         and the make-obsolete-variable call.
4387         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
4389         * isearch.el (isearch-lazy-highlight-start-limit)
4390         (isearch-lazy-highlight-end-limit): New variables limit
4391         the region for highlighting.
4392         (isearch-lazy-highlight-new-loop): New args BEG and END.
4393         (isearch-lazy-highlight-search): Use the new vars.
4394         (isearch-lazy-highlight-update): Likewise.
4396         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
4398         * cus-start.el (all): Use default-boundp.
4400 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
4402         * menu-bar.el (menu-bar-select-frame): Handle current frame.
4404 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
4406         * autorevert.el (auto-revert-stop-on-user-input)
4407         (auto-revert-verbose): Doc fixes.
4409 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
4411         * international/mule-cmds.el (set-locale-environment): Remove call
4412         to set-selection-coding-system on Windows.
4414 2005-02-15  Jay Belanger  <belanger@truman.edu>
4416         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
4417         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
4418         calcFunc-coth.
4419         (math-simplify-sqrt): Add simplifications.
4421         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
4422         to list.
4424         * calc/calc-ext.el: Add functions to autoloads.
4426         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
4427         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
4428         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
4429         (math-csc-raw, math-cot-raw): New functions.
4431         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
4433         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
4434         the variable name in a message.
4436         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
4437         calcFunc-csc, calcFunc-cot.
4439         * calc/calcalg2.el: Add derivative and integration rules for
4440         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
4441         calcFunc-csch, calcFunc-coth.
4442         (math-do-integral-methods): Add to checks for when to use
4443         substitutions.
4445         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
4447 2005-02-15  Lute Kamstra  <lute@gnu.org>
4449         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4450         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
4451         <monnier@iro.umontreal.ca>
4452         (lisp-outline-level): Improve efficiency.  Suggested by David
4453         Kastrup <dak@gnu.org>.
4455 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
4457         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
4458         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
4459         (gdb-set-gud-minor-mode-existing-buffers): New functions.
4460         (gdb-find-file-hook): New hook. Add it to find-file-hook.
4461         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
4463 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
4465         * cus-start.el (all): Comment change.
4467 2005-02-14  Lute Kamstra  <lute@gnu.org>
4469         * cus-start.el (all): Check if symbol is void.
4471 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
4473         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
4474         optional argument to \cite.
4476 2005-02-14  Richard M. Stallman  <rms@gnu.org>
4478         * cus-edit.el (custom-buffer-create-internal): Update help message.
4479         (custom-magic-alist): Update help messages.
4481         * cus-start.el (all): Allow a var to specify a standard value.
4483 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
4485         * custom.el (custom-theme-set-variables): Handle variable aliases.
4487         * frame.el (blink-cursor-timer): Doc fix.
4488         (blink-cursor): Make it an alias for `blink-cursor-mode' and
4489         declare obsolete.
4490         (blink-cursor-mode): Define with defcustom and use correct
4491         standard expression in that defcustom.
4492         * startup.el (command-line): Adapt to above changes in frame.el.
4494 2005-02-11  Lute Kamstra  <lute@gnu.org>
4496         * apropos.el (apropos-score-doc): Prevent division by zero.
4498 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
4500         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
4501         (icalendar--get-event-property-attributes)
4502         (icalendar--get-event-properties)
4503         (icalendar--datetime-to-diary-date): New functions.
4504         (icalendar--split-value): Doc fix.
4505         (icalendar--datetime-to-noneuropean-date)
4506         (icalendar--datetime-to-european-date): New optional argument
4507         SEPARATOR.  Return result as a string instead of a list.
4508         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
4509         (icalendar--convert-string-for-export): Rename arg S to STRING.
4510         (icalendar-export-region): Doc fix.  Change name of error buffer.
4511         Save output buffer.
4512         (icalendar-import-file): Add blank at end of prompt.
4513         (icalendar-import-buffer): Doc fix.  Do not switch to error
4514         buffer.  Indicate status in return value.
4515         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
4516         buffer.  Save output buffer.  Handle exception from recurrence
4517         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
4518         events.  Fix problems with weekly all-day events.
4520 2005-02-10  Richard M. Stallman  <rms@gnu.org>
4522         * simple.el (eval-expression-print-format):
4523         Avoid warning about edebug-active.
4525         * help.el (help-for-help-internal): Rename from help-for-help.
4526         (help-for-help): Define with defalias.
4528         * font-core.el (font-lock-default-function): Use with-no-warnings.
4530         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
4532         * custom.el (defface): Doc fix.
4534 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
4536         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
4537         width 0" to prevent word wrapping problems.
4539 2005-02-09  Kim F. Storm  <storm@cua.dk>
4541         * ido.el (ido-file-extensions-order): New defcustom.
4542         (ido-file-extension-lessp, ido-file-extension-aux)
4543         (ido-file-extension-order): New advanced file ordering.
4544         (ido-file-lessp): New simple file ordering.
4545         (ido-sort-list): Remove.
4546         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
4547         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
4549 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
4551         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
4552         that some versions of grep produce.
4553         (grep-mode-font-lock-keywords): Likewise.
4555 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
4557         * progmodes/gdb-ui.el (gdb-location-list): New variable.
4558         (gdb-cdir): Delete.
4559         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
4560         (gdb-source-info): Treat case when source file is in another
4561         directory properly.
4562         (gdb-get-location): New function.
4564 2005-02-07  Jay Belanger  <belanger@truman.edu>
4566         * calc/calc-prog.el (calc-write-parse-table-part)
4567         (calc-fix-token-name): Fix a check for language type.
4569         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
4571 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
4573         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
4574         as directory not writable.
4576 2005-02-07  Kim F. Storm  <storm@cua.dk>
4578         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
4579         (cua--standard-movement-commands): Remove list.
4580         Instead, set CUA property value to move for movement commands.
4581         (cua-movement-commands): Remove.  Users must set CUA prop instead.
4582         (cua--pre-command-handler): Check CUA property.
4583         (cua--init-keymaps): Don't remap undo commands.
4584         (cua-mode): Don't call cua--rectangle-on-off.
4586         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
4587         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
4588         (cua--rect-undo-set-point): New var.
4589         (cua--rectangle-undo-boundary): Setup undo apply entry.
4590         (cua--rect-undo-handler): New function for rectangle undo.
4591         (cua--rect-start-position, cua--rect-end-position): Add.
4592         (cua--rectangle-post-command): Call cua--rectangle-set-corners
4593         for restored rectangle.  Set point if cua--rect-undo-set-point.
4595 2005-02-06  Jay Belanger  <belanger@truman.edu>
4597         * calc/calc-lang.el (calc-tex-language): Display more information
4598         in messages.
4600         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
4601         in TeX mode.
4603 2005-02-06  Richard M. Stallman  <rms@gnu.org>
4605         * emacs-lisp/lisp.el (buffer-end): Doc fix.
4607 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
4609         * net/ldap.el (ldap-search-internal): Support attributes with
4610         optional descriptions separated by a semi-colon, as in
4611         "userCertificate;binary".
4613 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4615         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
4616         isn't a cons (i.e. the version is 0).
4618 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
4620         * help.el (help-for-help): Doc fix.
4622 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
4624         * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
4625         GDB-Windows on the menu-bar as this works better.
4627 2005-02-04  Jay Belanger  <belanger@truman.edu>
4629         * calc/calc-embed.el (calc-embedded-update): Don't put in
4630         unnecessary newlines. Adjust the end of formula marker.
4632         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
4633         (math-latex-parse-two-args): New function.
4635 2005-02-03  Lute Kamstra  <lute@gnu.org>
4637         * help-fns.el (help-with-tutorial): Make sure that users cannot
4638         remove the entire text of the tutorial by means of `undo'.
4640 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4642         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
4643         in recent changes, where the ispell process was repeatedly
4644         killed & restarted.
4646         * international/mule-cmds.el (set-locale-environment): Set file-name
4647         coding system to utf-8 on Darwin systems.
4648         (set-default-coding-systems): Don't set default-file-name-coding-system
4649         on Darwin systems.
4651 2005-02-03  Richard M. Stallman  <rms@gnu.org>
4653         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
4655 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
4657         * faces.el (list-faces-display): Add optional argument.
4659 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4661         * font-core.el (font-lock-default-function): Handle the rare case where
4662         only font-lock-keywords is set.
4664 2005-02-02  Kenichi Handa  <handa@m17n.org>
4666         * international/characters.el: Cancel previous change for
4667         I-WITH-DOT-ABOVE and DOTLESS-i.
4669         * international/latin-5.el: Cancel previous change.
4671 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
4673         * progmodes/gud.el: Correction to syntax in gud-menu-map.
4675 2005-02-02  Kenichi Handa  <handa@m17n.org>
4677         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
4678         DOTLESS-i.
4680         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
4681         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
4683         * case-table.el (get-upcase-table): New function.
4684         (copy-case-table): Copy upcaes table too if non-nil.
4685         (set-case-syntax-delims): Maintain upcase table too.
4686         (set-case-syntax-pair): Likewise.
4687         (set-upcase-syntax, set-downcase-syntax): New functions.
4688         (set-case-syntax): Maintain upcase table too.
4690 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
4692         * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
4694         * progmodes/gud.el (gud-goto-info): New function.
4695         (gud-tool-bar-map): Use correct icon.
4697 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
4699         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
4700         When delegating, order args in the funcall correctly.
4702 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
4704         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
4706 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
4708         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
4709         buffer not visiting a file.
4711 2005-01-31  Jay Belanger  <belanger@truman.edu>
4713         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
4714         bound on the line with the formula.
4716 2005-01-31  Kim F. Storm  <storm@cua.dk>
4718         * ses.el (ses-create-cell-variable-range)
4719         (ses-destroy-cell-variable-range, ses-reset-header-string)
4720         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
4721         (ses-insert-row): Fix format of apply undo entries.
4723 2005-01-31  Jay Belanger  <belanger@truman.edu>
4725         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
4726         parts.
4728         * calc/calc-embed.el (calc-embedded-open-formula)
4729         (calc-embedded-close-formula): Ignore matrix environments.
4731         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
4732         TeX mode.
4734         * calc/calc-lang.el (math-function-table, math-oper-table)
4735         (math-variable-table): Adjust the LaTeX portions.
4737         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
4738         (math-latex-ignore-words): New constant.
4740 2005-01-31  Richard M. Stallman  <rms@gnu.org>
4742         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
4743         (ispell-local-dictionary): Doc fix.
4744         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
4745         Don't reinitialize at run time.  Don't defcustom.
4746         All uses changed to append ispell-local-dictionary-alist,
4747         or check it first.
4748         (ispell-current-dictionary): New variable for dictionary in use.
4749         (ispell-dictionary): Now used only for global default.
4750         (ispell-start-process): Set ispell-current-dictionary,
4751         not ispell-dictionary.
4752         (ispell-change-dictionary): Use this only for setting
4753         user preferences.
4754         (ispell-internal-change-dictionary): New function
4755         to change the current dictionary in use.
4756         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
4757         Use ispell-current-dictionary.
4758         Handle ispell-local-dictionary-overridden.
4759         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
4761 2005-01-31  Jay Belanger  <belanger@truman.edu>
4763         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
4765         * calc/calc-ext.el: Add calc-latex-language to autoloads.
4766         (calc-mode-map): Add calc-latex-language.
4768         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
4769         (math-latex-print-frac): New functions.
4770         (math-oper-table, math-function-table, math-variable-table)
4771         (math-complex-format, math-input-filter): Add latex properties.
4772         (calc-set-language): Set math-expr-special-function-mapping.
4774         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
4775         (calc-write-parse-table-part): Add LaTeX support.
4777         * calc/calc.el (calc-language): Adjust docstring.
4778         (calc-set-mode-line): Add LaTeX support.
4779         (math-expr-special-function-mapping): New variable.
4780         (math-tex-ignore-words): Add to list.
4782         * calc/calccomp.el (math-compose-expr, math-compose-rows):
4783         Add LaTeX support.
4784         (math-compose-expr): Add support for special functions.
4786         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
4788 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
4790         * progmodes/gdb-ui.el (gdb-memory-address)
4791         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
4792         (gdb-memory-mode-map, gdb-memory-format-keymap)
4793         (gdb-memory-format-menu, gdb-memory-unit-keymap)
4794         (gdb-memory-unit-menu): New variables for a buffer
4795         that lets the user examine program memory.
4796         (gdb-memory-set-address, gdb-memory-set-repeat-count)
4797         (gdb-memory-format-binary, gdb-memory-format-octal)
4798         (gdb-memory-format-unsigned, gdb-memory-format-signed)
4799         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
4800         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
4801         (gdb-memory-unit-word, gdb-memory-unit-halfword)
4802         (gdb-memory-unit-byte, gdb-memory-unit-menu)
4803         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
4804         (gdb-memory-mode, gdb-memory-buffer-name)
4805         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
4806         New functions for above buffer.
4808 2005-01-30  Richard M. Stallman  <rms@gnu.org>
4810         * cus-edit.el (custom-bury-buffer): Function deleted.
4811         (custom-buffer-done-function): Option deleted.
4812         (custom-buffer-done-kill): New (replacement option.
4813         (Custom-buffer-done): Call quit-window.
4814         (custom-buffer-create-internal): Update for above changes.
4816 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
4818         * simple.el (undo-ask-before-discard): New var.
4819         (undo-outer-limit-truncate): Implement it.
4820         (undo-extra-outer-limit): Doc update.
4822 2005-01-29  Richard M. Stallman  <rms@gnu.org>
4824         * ses.el (undo-more): Delete defadvice.
4825         (ses-begin-change): Doc fix.
4827         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
4828         instead of rebinding C-x u and C-_.
4830         * files.el (normal-backup-enable-predicate): Return nil for files
4831         in /tmp, regardless of temporary-file-directory.
4833         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
4835         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
4836         (open-rectangle, delete-whitespace-rectangle-line)
4837         (clear-rectangle-line): If FILL, pass t instead of FILL
4838         for move-to-column's 2nd arg.
4840         * simple.el (undo): Fix the test for continuing a series of undos.
4841         (undo-more): Set pending-undo-list to t when we reach end.
4842         (pending-undo-list): Move up defvar.
4844         * wid-edit.el (widget-button-click):
4845         Shorten the range of the track-mouse binding.
4847         * comint.el (comint-insert-input): Undo previous changes;
4848         use last-input-event in interactive spec.
4850 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
4852         * progmodes/compile.el (compilation-start): Bind buffer-read-only
4853         to nil before invoking call-process.  Reset buffer's modified flag
4854         after fontifying it in the no-async branch.
4856         * wid-edit.el (widget-specify-button): If mouse pointer shape
4857         cannot be changed, use mouse face instead.
4859 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
4861         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
4862         (gdb-goto-breakpoint): Make breakpoint handling work on template
4863         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
4864         (gdb-assembler-custom): Update to recognise breakpoint information
4865         added on 2005-01-19.
4867 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4869         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
4870         (dsssl-mode): Use define-derived-mode.
4871         (scheme-mode-initialize): Remove.
4872         (scheme-mode): Use run-mode-hooks.
4874         * cus-edit.el (customize-group-other-window)
4875         (custom-buffer-create-other-window): Don't override special-display-*.
4876         (custom-mode-map): Make it dense.
4878         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
4879         sets the default value.
4881 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
4883         * descr-text.el: Add more keywords.
4885 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4887         * speedbar.el: Avoid unnecessary use of locate-library.
4889         * international/mule-cmds.el (standard-display-european-internal):
4890         Don't fiddle with latin-1 non-break space any more since it's now
4891         special cased in the C code.
4892         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
4894 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
4896         * cus-start.el (all): Add `undo-outer-limit'.
4898 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4900         * textmodes/bibtex.el (bibtex-format-entry):
4901         Use `bibtex-empty-field-re' only on the text of fields, not on entire
4902         field lines.
4903         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
4904         not on part of a buffer.
4906 2005-01-25  Lute Kamstra  <lute@gnu.org>
4908         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
4909         nonempty field text strings like "{letters\\macro{}more letters}".
4910         Clarify docstring.
4911         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
4912         (bibtex-entry-offset, bibtex-parse-association)
4913         (bibtex-parse-field-name): Fix typos in docstrings.
4914         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
4916 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
4918         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
4919         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
4920         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
4921         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
4923         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
4924         isearch minor mode.
4926 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
4928         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
4930 2005-01-24  Lute Kamstra  <lute@gnu.org>
4932         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
4933         CASECHARS and NOT-CASECHARS regular expressions of the
4934         "nederlands" and "nederlands8" dictionaries to prevent a "Range
4935         striding over charsets" error.
4937 2005-01-24  Jay Belanger  <belanger@truman.edu>
4939         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
4940         display variable name.
4942 2005-01-24  Kenichi Handa  <handa@m17n.org>
4944         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
4945         Fix setting of the element of encoded-kbd-iso2022-invocations.
4947 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
4949         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
4950         (gdb-threads-select): Change to also accept mouse events.
4951         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
4952         (gdb-threads-mouse-select): Delete.
4954 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
4956         * files.el (insert-directory): Take care of empty directory,
4957         listed without -a switch.
4959 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4961         * textmodes/refill.el (refill-post-command-function):
4962         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
4963         to the list of functions that we should be careful not to undo.
4964         (refill-late-fill-paragraph-function): Remove.
4965         (refill-saved-state): New var.
4966         (refill-mode): Use it to save fill-paragraph-function.
4967         Save also the value of auto-fill-function.
4969         * term/w32-win.el: Simplify code.
4971 2005-01-23  Kim F. Storm  <storm@cua.dk>
4973         * simple.el (line-move): Adapt to new return value from
4974         pos-visible-in-window-p.
4976         * simple.el (line-move): Fix last change.  Check partial
4977         visibility at point rather than at window-start.
4979 2005-01-22  Jason Rumney  <jasonr@gnu.org>
4981         * term/w32-win.el (xw-defined-colors): Remove debug-message.
4983 2005-01-22  David Kastrup  <dak@gnu.org>
4985         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
4987 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
4989         * type-break.el (type-break-mode): Add a test for
4990         type-break-file-name being non-nil.
4992 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
4994         * net/eudc.el (top level): Call (message "") via progn, so that
4995         eudc-options-file is loaded.
4997 2005-01-22  Kim F. Storm  <storm@cua.dk>
4999         * simple.el (line-move-1): Rename from line-move.
5000         (line-move): New function that adjusts vscroll for partially
5001         visible rows, and calls line-move-1 otherwise.
5003 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
5005         * pcomplete.el: define pcomplete-read-event instead of read-event,
5006         since it's not a complete read-event implementation
5008 2005-01-20  Jay Belanger  <belanger@truman.edu>
5010         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
5011         for called function.
5013 2005-01-20  Steven Tamm  <steventamm@mac.com>
5015         * term/mac-win.el (process-connection-type): Remove.
5016         Controlled now by s/darwin.h:PTY_ITERATION.
5018 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5020         * window.el (handle-select-window): Don't switch window when we're
5021         in the minibuffer.
5023 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
5025         * subr.el (dotimes-with-progress-reporter): New macro.
5027         * ses.el (ses-dotimes-msg): Remove macro.
5028         Use `dotimes-with-progress-reporter' instead.
5030 2005-01-19  Steven Tamm  <steventamm@mac.com>
5032         * term/mac-win.el (process-connection-type): Use new
5033         operating-system-release variable to use ptys on Darwin 7 (OSX
5034         10.3) when using carbon build.
5036 2005-01-19  Jay Belanger  <belanger@truman.edu>
5038         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
5039         flags if the last command was a tab or M-tab.
5041         * calc/calc-prog.el (calc-user-define-edit): Put original formula
5042         in formula editing buffer.
5044 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
5046         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
5047         breakpoint image symbol in margin.
5049 2005-01-19  Jay Belanger  <belanger@truman.edu>
5051         * calc/calc-prog.el (calc-execute-kbd-macro):
5052         Ignore calc-keep-arg-flag.
5054 2005-01-19  Kenichi Handa  <handa@m17n.org>
5056         * textmodes/ispell.el (ispell-looking-at): New function.
5057         (ispell-process-line): Use ispell-looking-at to compare the ispell
5058         output and the buffer contents.
5060 2005-01-18  Jay Belanger  <belanger@truman.edu>
5062         * calc/calc.el (calc-display-raw): Fix docstring.
5064 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5066         * simple.el (blink-matching-open): Strip extra info from syntax.
5068         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
5069         funny chars in the end-of-here-doc marker.
5071 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
5073         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
5074         that enable/disabled state of breakpoints is shown correctly in
5075         fringe and on ttys.
5076         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
5077         Add breakpoint information as text properties.
5078         (gdb-mouse-toggle-breakpoint):
5079         Rename to gdb-mouse-set-clear-breakpoint.
5080         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
5081         breakpoints in the margin.
5082         (gdb-remove-strings): Simplify.
5084 2005-01-17  Jay Belanger  <belanger@truman.edu>
5086         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
5087         erasing buffer.
5089 2005-01-17  Richard M. Stallman  <rms@gnu.org>
5091         * progmodes/grep.el (grep-find): Copy from `grep' the condition
5092         for calling grep-compute-defaults.
5094         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
5095         if buffer is empty.
5097         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
5099 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5101         * hilit-chg.el (highlight-changes-mode): Don't autoload.
5103         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
5104         non-preloaded variables.
5106 2005-01-17  Steven Tamm  <steventamm@mac.com>
5108         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
5109         tex-shell cause to force interactivity when using pipes.
5111 2005-01-17  Kim F. Storm  <storm@cua.dk>
5113         * simple.el (just-one-space): Make arg optional.
5115 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
5117         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
5118         posn-at-x-y to t to access left-margin.
5120 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
5122         Sync with Tramp 2.0.47.
5124         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
5125         catching keep-date problems in cp/scp operations.
5126         (tramp-handle-copy-file): Don't call `set-file-modes'
5127         unconditionally.  Specialized functions should know better what is
5128         necessary.  This improves performance a little bit, and the
5129         functions could catch errors with `cp -p' and `scp -p'.
5130         (tramp-do-copy-or-rename-file-via-buffer)
5131         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
5132         when appropriate.
5133         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
5134         Call `set-file-modes' when appropriate.
5135         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
5136         Johnsson <isak@hypergene.com>
5137         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
5138         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
5139         <joakim@verona.se>
5140         (tramp-file-name-for-operation): Mark `shell-command' as magic for
5141         Emacs only.
5143         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
5144         `find-file-hooks' and `dired-mode-hook'.
5145         (tramp-minor-mode-map): Respective map.  Add remapping for
5146         `compile' and `recompile'.
5147         (tramp-remap-command, tramp-recompile): New defuns.
5148         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
5149         in buffer "*Compilation*".  Call the commands asynchronously.
5151         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
5152         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
5153         `shell-command', because it isn't magic in XEmacs.  Reported by
5154         Adrian Aichner <adrian@xemacs.org>.
5156         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
5157         `substitute-in-file-name.
5158         (tramp-smb-handle-substitute-in-file-name): New defun.
5159         (tramp-smb-advice-PC-do-completion): Delete advice.
5161 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
5163         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
5164         Fix error in deleting region.
5166 2005-01-15  Richard M. Stallman  <rms@gnu.org>
5168         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
5169         In non-temp buffer, switch syntax table temporarily.
5171         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
5173         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
5175         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
5177         * imenu.el (imenu--split-menu): Copy menulist before sorting.
5178         (imenu--generic-function): Use START, not BEG, as pos of definition.
5180         * simple.el (just-one-space): Argument specifies number of spaces.
5182         * simple.el (eval-expression-print-format): Avoid warning
5183         about edebug-active.
5185 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
5187         * progmodes/sh-script.el: Code copied from make-mode.el
5188         with small changes,
5189         (sh-mode-map): Bind C-c C-\.
5190         (sh-backslash-column, sh-backslash-align): New variables.
5191         (sh-backslash-region, sh-append-backslash): New functions.
5193 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
5195         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
5196         (rmail-pop-password, rmail-pop-password-required): Move to
5197         rmail-obsolete group.
5198         (rmail-set-pop-password): Rename to rmail-set-remote-password.
5199         All callers updated.
5200         (rmail-get-pop-password): Rename to rmail-get-remote-password.
5201         Take an argument specifying whether it is POP or IMAP mailbox we
5202         are using.  All callers updated.
5203         (rmail-pop-password-error): Rename to
5204         rmail-remote-password-error.  Added mailutils-specific error message.
5205         (rmail-movemail-search-path)
5206         (rmail-movemail-variant-in-use): New variables.
5207         (rmail-remote-password, rmail-remote-password-required):
5208         New customization variables.
5209         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
5210         (rmail-parse-url): New function.
5211         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
5212         with GNU mailutils movemail.
5214 2005-01-15  Kevin Ryde  <user42@zip.com.au>
5216         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
5217         suffix to space, $ or '$, to correctly position point when going
5218         to @table style constants like DBL_MAX.
5220 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
5222         * type-break.el (type-break-mode, type-break-file-time)
5223         (type-break-file-keystroke-count, type-break-choose-file):
5224         Don't store data in or load data from the file if type-break-file-name
5225         is nil.
5226         (type-break-file-name): Doc update as per the above.
5228 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
5230         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
5231         lookup-key might return nil; handle that.
5233 2005-01-15  Alan Mackenzie  <acm@muc.de>
5235         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
5236         rather than the element found, thus enabling the tree to be setcar'd.
5238 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
5240         * textmodes/org.el (org-show-following-heading): New option.
5241         (org-show-hierarchy-above): Use `org-show-following-heading'.
5242         (org-cycle): Documentation fix.
5244         * textmodes/org.el (orgtbl-optimized): New option
5245         (orgtbl-mode): New command, a minor mode.
5246         (orgtbl-mode-map): New variable.
5247         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
5248         (orgtbl-error, orgtbl-self-insert-command)
5249         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
5251         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
5252         a local variable in each org-mode buffer.
5254         * textmodes/org.el (org-set-regexps-and-options): Rename from
5255         `org-set-regexps'.  Added checking for STARTUP keyword.
5256         (org-get-current-options): Add STARTUP options.
5257         (org-table-insert-row): Mode mode intelligent about when
5258         realignment is needed.
5259         (org-self-insert-command, org-delete-backward-char, org-delete-char):
5260         New commands.
5261         (org-enable-table-editor): New default value `optimized'.
5262         (org-table-blank-field): Support blanking regions if active.
5264 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
5266         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
5267         if the year is not given.
5269         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
5270         Add new escapes %m and %M, fixed bug with %F by adding
5271         save-match-data.
5272         (reftex-reference): Remove ?. from list of spaces.
5273         (reftex-label-info): Add automatic label prefix recognition.
5275         * textmodes/reftex-index.el (reftex-index-next-phrase):
5276         Add slave parameter to call of `reftex-index-this-phrase'.
5277         (reftex-index-this-phrase): New optional argument.
5278         (reftex-index-region-phrases): Add slave parameter to call of
5279         `reftex-index-this-phrase'.
5280         (reftex-display-index): New argument redo.
5281         (reftex-index-rescan): Add 'redo to arguments of
5282         `reftex-display-index'.
5283         (reftex-index-Rescan, reftex-index-revert)
5284         (reftex-index-switch-index-tag): Add 'redo to arguments of
5285         `reftex-display-index'.
5286         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
5287         indexing.  Fix bug with matching is there is a quote before or
5288         after the word.
5290         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
5291         Fix bug when collecting citation keys in lines with comments.
5292         (reftex-citation): Prefix argument no longer rescans the document,
5293         but forces prompting for optional arguments of cite macros.
5294         (reftex-do-citation): Prompting for optional arguments implemented.
5296         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
5297         Add optional arguments to most cite commands.
5298         (reftex-cite-cleanup-optional-args): New option
5299         (reftex-cite-prompt-optional-args): New option.
5300         (reftex-trust-label-prefix): New option.
5302         * textmodes/reftex-toc.el (reftex-toc-find-section):
5303         Add push-mark before changing the position in the buffer.
5305         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
5306         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
5308 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
5310         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
5311         more carefully.
5313 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5315         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
5316         (sgml-mode): Use it.
5317         (sgml-get-context): Better keep track of implicitly closed tags.
5319 2005-01-13  Kenichi Handa  <handa@m17n.org>
5321         * textmodes/ispell.el: These changes are to fix misalignment error
5322         caused by equivalent characters of different Emacs charsets.
5323         (ispell-unified-chars-table): New variable.
5324         (ispell-get-decoded-string): New function.
5325         (ispell-get-casechars, ispell-get-not-casechars)
5326         (ispell-get-otherchars): Call ispell-get-decoded-string.
5328 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
5330         * custom.el (custom-declare-variable): Just put symbol instead
5331         of (defvar . symbol) in `current-load-list'.
5333 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5335         * emacs-lisp/elint.el: Fixed typo in Commentary section.
5337 2005-01-12  Jay Belanger  <belanger@truman.edu>
5339         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
5340         to create a Calc summary.
5342 2005-01-12  Kim F. Storm  <storm@cua.dk>
5344         * mouse.el (mouse-on-link-p): Change functionality and doc
5345         string to comply with latest description in lisp ref.
5347 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
5349         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
5350         Enable mouse clicks on mode-line, header-line and margin.
5351         (event-type): Give mouse event symbols an 'event-kind property
5352         with value 'mouse-click.
5354 2005-01-12  Juri Linkov  <juri@jurta.org>
5356         * facemenu.el (list-colors-display): Add new arg buffer-name.
5357         Use it.  Fix docstring.  Replace code for identifying duplicate
5358         colors by the name with call to `list-colors-duplicates' which
5359         identifies duplicate colors by the value unless the color
5360         is one of special Windows colors.  Set truncate-lines to t.
5361         Print sorted duplicate color names on each line.  Indent to 22
5362         \(the longest color name in rgb.txt) instead of 20.  Optimize.
5363         (list-colors-duplicates): New function.
5364         (facemenu-color-name-equal): Delete function.
5366         * facemenu.el (list-colors-print): New function created from code
5367         in list-colors-display.  Print #RRGGBB at the window right edge.
5368         (list-colors-display): When temp-buffer-show-function is not
5369         defined, call list-colors-print from temp-buffer-show-hook
5370         to get the right value of window-width in list-colors-print
5371         after the buffer is displayed.
5373         * simple.el (pop-mark): Move deactivate-mark out of conditional
5374         part to deactivate the active mark regardless of the state of the
5375         mark ring.
5377         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
5378         variables line in desktop files.
5380 2005-01-12  Juri Linkov  <juri@jurta.org>
5382         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
5383         Bring together isearch highlight related options.
5384         (lazy-highlight): Replace group `replace' by `matching'.
5385         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
5386         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
5387         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
5388         and declare them obsolete.
5389         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
5390         (isearch-faces): Remove defgroup.
5391         (isearch-overlay, isearch-highlight, isearch-dehighlight):
5392         Move isearch highlighting code closer to lazy highlighting code.
5394         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
5395         (query-replace-highlight, query-replace-lazy-highlight)
5396         (query-replace): Move definitions to the beginning of the file.
5398 2005-01-11  Juri Linkov  <juri@jurta.org>
5400         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
5401         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
5402         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
5404         * info.el (Info-history-forward): New variable.
5405         (Info-select-node): Reset Info-history-forward to nil.
5406         (Info-last): Turn into defalias.
5407         (Info-history-back): Rename from Info-last.
5408         Add current node to Info-history-forward.
5409         (Info-history-forward): New fun.
5410         (Info-mode-map): Replace Info-last by Info-history-back.
5411         Bind Info-history-forward to "r".
5412         (Info-mode-menu): Replace Info-last by Info-history-back.
5413         Fix menu item text.  Add menu item for Info-history-forward.
5414         (info-tool-bar-map): Replace Info-last by Info-history-back.
5415         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
5416         for Info-history-forward.
5417         (Info-mode): Replace Info-last by Info-history-back in docstring.
5418         Add local variable Info-history-forward.
5419         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
5421 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5423         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
5424         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
5425         Ignore select-window events rather than fiddle with
5426         mouse-autoselect-window.
5428 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
5430         * type-break.el (type-break-mode): Fix previous change.
5432 2005-01-10  Jay Belanger  <belanger@truman.edu>
5434         * calc/calc-ext.el (calc-reset): Reset when inside embedded
5435         calculator; only reset when point is inside a calculator.
5436         Don't adjust the window height if the window takes up the whole height
5437         of the frame.
5439 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
5441         * ebuff-menu.el (Electric-buffer-menu-mode):
5442         Preserve value of buffer-local var header-line-format.
5444 2005-01-09  Jay Belanger  <belanger@truman.edu>
5446         * calc/calc.el (calc-mode-var-list-restore-saved-values):
5447         Make sure settings file exists before accessing it.
5449         * calc/calc-embed.el (calc-embedded-subst):
5450         Replace math-multi-subst-rec, which is only supposed to be called
5451         by math-multi-subst, by math-multi-subst.
5453 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
5455         * vc.el (vc-allow-async-revert): New user option.
5456         (vc-disable-async-diff): New internal variable.
5457         (vc-revert-buffer): Use them to disable asynchronous diff.
5459         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
5460         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
5461         asynchronously if vc-disable-async-diff is t.
5463 2005-01-09  Jay Belanger  <belanger@truman.edu>
5465         * calc/calc.el (defcalcmodevar): New macro.
5466         (calc-mode-var-list-restore-default-values)
5467         (calc-mode-var-list-restore-saved-values): New functions.
5468         (calc-mode-var-list): Use defcalcmodevar to define it.
5469         (calc-always-load-extensions, calc-line-numbering)
5470         (calc-line-breaking, calc-display-just, calc-display-origin)
5471         (calc-number-radix, calc-leading-zeros, calc-group-digits)
5472         (calc-group-char, calc-point-char, calc-frac-format)
5473         (calc-prefer-frac, calc-hms-format, calc-date-format)
5474         (calc-float-format, calc-full-float-format, calc-complex-format)
5475         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
5476         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
5477         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
5478         (calc-matrix-brackets, calc-language, calc-language-option)
5479         (calc-left-label, calc-right-label, calc-word-size)
5480         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
5481         (calc-display-raw, calc-internal-prec, calc-angle-mode)
5482         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
5483         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
5484         (calc-window-height, calc-display-trail, calc-show-selections)
5485         (calc-use-selections, calc-assoc-selections)
5486         (calc-display-working-message, calc-auto-why, calc-timing)
5487         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
5488         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
5489         (calc-gnuplot-default-device, calc-gnuplot-default-output)
5490         (calc-gnuplot-print-device, calc-gnuplot-print-output)
5491         (calc-gnuplot-geometry, calc-graph-default-resolution)
5492         (calc-graph-default-resolution-3d, calc-invocation-macro)
5493         (calc-show-banner): Use defcalcmodevar to declare them and set
5494         their default values.
5496         * calc/calc-ext.el (calc-reset): Restore saved values of variables
5497         instead of default values (but restore default values if there is
5498         an argument of 0).
5500 2005-01-09  David Kastrup  <dak@gnu.org>
5502         * desktop.el (desktop-restore-eager): Fix typo in type.
5504 2005-01-08  Richard M. Stallman  <rms@gnu.org>
5506         * cus-edit.el (customize): Delete :link.
5508 2005-01-08  Jay Belanger  <belanger@truman.edu>
5510         * calc/calc.el (calc-mode): Remove the extension from the
5511         `calc-settings-file' file name when loading it.
5513 2005-01-08  Kim F. Storm  <storm@cua.dk>
5515         * info.el (Info-mode-map, Info-next-link-keymap)
5516         (Info-prev-link-keymap, Info-up-link-keymap):
5517         Map follow-link to mouse-face.
5518         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
5520 2005-01-08  Jay Belanger  <belanger@truman.edu>
5522         * calc/calc.el (calc-settings-file): Change default value.
5523         Suggested by cgw in a comment in calc-mode.el.
5525         * calc/calc-mode.el (calc-settings-file-name):
5526         Compare calc-settings-file to user-init-file instead of ~/.emacs.
5527         Replace ~/.emacs in a prompt by calc-settings-file.
5529 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
5531         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
5532         (desktop-lazy-idle-delay): New customizable variables.
5533         (desktop-buffer-args-list): New variable.
5534         (desktop-append-buffer-args): New function.
5535         (desktop-save): Call desktop-append-buffer-args for some buffers.
5536         (desktop-lazy-create-buffer): New function.
5537         (desktop-idle-create-buffers): New function.
5538         (desktop-read): Add message about buffers to restore lazily.
5539         (desktop-lazy-abort): New command.
5540         (desktop-clear): Call desktop-lazy-abort.
5541         (desktop-lazy-complete): New command.
5543 2005-01-06  Richard M. Stallman  <rms@gnu.org>
5545         * emacs-lisp/find-func.el (find-face-definition):
5546         Rename from find-face.
5548 2005-01-06  Kim F. Storm  <storm@cua.dk>
5550         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
5552         * man.el (Man-xref-man-page, Man-xref-header-file)
5553         (Man-xref-normal-file): Add follow-link property.
5555 2005-01-06  Jay Belanger  <belanger@truman.edu>
5557         * calc/calc-units.el: Make sure the proper macro definitions are
5558         available when compiling.
5560 2005-01-06  Juri Linkov  <juri@jurta.org>
5562         * isearch.el (isearch-lazy-highlight-update):
5563         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
5565 2005-01-06  Miles Bader  <miles@gnu.org>
5567         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
5568         (isearch-lazy-highlight-face): Use new name.
5570 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5572         * uniquify.el (uniquify-rationalize-file-buffer-names):
5573         Re-add an interactive spec.
5574         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
5575         to the same name.
5577         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
5578         (isearch-update, isearch-done): Adjust calls accordingly.
5580 2005-01-05  Richard M. Stallman  <rms@gnu.org>
5582         * custom.el (custom-set-variables, custom-theme-set-variables):
5583         Clarify documentation.
5585         * emacs-lisp/find-func.el (find-variable)
5586         (find-variable-other-window, find-variable-other-frame):
5587         Fix the TYPE args to find-function-read and find-function-do-it.
5588         (find-function): Doc fix.
5589         (find-function-at-point): Replace function-at-point alias.
5591 2005-01-04  Richard M. Stallman  <rms@gnu.org>
5593         * cus-face.el (custom-declare-face):
5594         Record defface in current-load-list.
5596         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
5598         * emacs-lisp/find-func.el: Doc fixes.
5599         (find-face-regexp): New variable.
5600         (find-function-regexp-alist): New variable.
5601         (find-function-C-source): Third arg is now TYPE.
5602         (find-function-search-for-symbol): Handle general TYPE.
5603         (find-function-read, find-function-do-it): Handle general TYPE.
5604         (find-definition-noselect, find-face): New functions.
5605         (function-at-point): Alias deleted.
5607 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5609         * battery.el (display-battery-mode): Rename from display-battery.
5610         Handle the case where it gets turned off.
5612 2005-01-04  Richard M. Stallman  <rms@gnu.org>
5614         * cus-edit.el (customize): Make :link point to user doc.
5616         * man.el (Man-fontify-manpage): Turn off undo generation.
5618         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
5620 2005-01-04  Andreas Schwab  <schwab@suse.de>
5622         * files.el (insert-directory): Only look for error lines in
5623         inserted text.  Don't move too far after processing --dired markers.
5625 2005-01-04  Richard M. Stallman  <rms@gnu.org>
5627         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
5628         Don't expand if the character is @, period, dash, etc.
5629         (define-mail-abbrev): Quote names that contain problem characters.
5631 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
5633         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
5635 2005-01-03  Richard M. Stallman  <rms@gnu.org>
5637         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
5638         (query-replace-highlight, query-replace-lazy-highlight)
5639         (query-replace): Definitions moved up.  Doc fix.
5641 2005-01-03  Richard M. Stallman  <rms@gnu.org>
5643         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
5644         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
5645         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
5646         (lazy-highlight-face): Rename from isearch-lazy-...
5647         Change all references to them.
5649 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
5651         * cus-edit.el (custom-file): Doc fix for defcustom.
5652         (custom-file): The function no longer sets the variable
5653         `custom-file' to its return value.
5655         * startup.el (command-line): No longer load `custom-file'.
5657 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5659         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
5661         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
5662         Don't confuse module-prefixed identifiers for labels.
5663         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
5665 2005-01-02  Richard M. Stallman  <rms@gnu.org>
5667         * files.el (basic-save-buffer-1): Fix previous change.
5669         * loadhist.el (file-loadhist-lookup): New function.
5670         (file-provides, file-requires): Use it.
5672         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
5673         instead of calculating the right size.
5675 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
5677         * vc-svn.el (vc-svn-diff): Stay local if possible.
5679 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5681         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
5683         * files.el (hack-local-variables): Fix last change.
5685 2005-01-02  Jay Belanger  <belanger@truman.edu>
5687         * calc/calc-yank.el (calc-edit-top): New variable.
5688         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
5689         object.  Change header properties.
5690         (calc-edit-finish, calc-edit-finish-stack-object)
5691         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
5692         edited object.
5693         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
5694         for the beginning of the edited object.
5695         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
5696         for the beginning of the edited object.
5697         * calc/calc-prog.el (calc-edit-macro-finish-edit)
5698         (calc-finish-formula-edit, calc-macro-repeats)
5699         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
5700         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
5701         beginning of the edited object.
5702         (calc-user-define-edit): Change the header for editing macros.
5703         Remove unnecessary variable.
5705 2005-01-01  Jay Belanger  <belanger@truman.edu>
5707         * calc/calc-yank.el (calc-edit-mode): Change default header.
5708         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
5709         * calc/calc-store.el (calc-edit-variable): Change title to match new
5710         header.
5711         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
5712         mode to match new header.
5713         (calc-user-define-edit): Change titles to include names of commands.
5714         (calc-finish-formula-edit): Adjust to handle new header.
5715         (calc-finish-macro-edit): Remove.
5716         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
5717         (calc-edit-macro-command, calc-edit-macro-command-type)
5718         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
5719         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
5720         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
5721         (calc-edit-macro-finish-edit): New functions.
5722         (calc-user-define-edit): Use new functions to edit named calc macros.
5724 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
5726         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
5728         * ses.el (copy-region-as-kill): Deactivate mark.
5730 2005-01-01  Richard M. Stallman  <rms@gnu.org>
5732         * replace.el (occur-1): If the output buffer is also an input,
5733         don't kill it, rename it.
5735         * faces.el (set-face-background, set-face-foreground): Doc fix.
5737         * cus-face.el (custom-face-attributes): Fix :help-echo strings
5738         for :foreground and :background.
5740         * dired.el (dired-view-command-alist): Variable deleted.
5741         (dired-view-file, dired-mouse-find-file-other-window):
5742         Delete the code to use it.
5744 2005-01-01  Kim F. Storm  <storm@cua.dk>
5746         * image.el (insert-sliced-image): Use t for line-height property.
5748 2004-12-31  Jay Belanger  <belanger@truman.edu>
5750         * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
5751         for "var-" at the beginning of the minibuffer.
5753 2004-12-31  Richard M. Stallman  <rms@gnu.org>
5755         * faces.el (read-face-name):
5756         Don't treat an attribute spec as a list of faces.
5758         * simple.el (undo): Use undo-equiv-table to detect
5759         unexpected changes since previous undo.
5760         (undo-list-saved): Variable deleted.
5761         (buffer-disable-undo): Don't alter undo-list-saved.
5763         * files.el (require-final-newline): Allow `visit' and `visit-save'.
5764         (mode-require-final-newline): New option.
5765         (after-find-file): Handle require-final-newline with new values.
5766         (basic-save-buffer): Handle new values of require-final-newline.
5768         * progmodes/sh-script.el (sh-require-final-newline):
5769         Alist value now controls whether to use mode-require-final-newline.
5770         (sh-set-shell): Implement that new meaning.
5772         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
5773         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
5774         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
5775         Delete old-Emacs compatibility code.
5776         (antlr-c-common-init): Function deleted.
5778         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
5779         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
5780         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
5781         * progmodes/python.el (python-mode): Use mode-require-final-newline.
5782         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
5783         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
5784         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
5785         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
5786         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
5787         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
5788         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
5789         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
5790         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
5791         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
5792         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
5793         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
5795 2004-12-31  Jay Belanger  <belanger@truman.edu>
5797         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
5798         way to return to Calc.
5800         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
5801         finish, C-xk as the way to cancel the edit.  Add cancel routine to
5802         kill-buffer-hook.
5804         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
5805         MacEdit code.
5807         * calc/calc-prog.el: Remove obsolete MacEdit code.
5808         (calc-macro-edit-algebraic, calc-macro-edit-variable)
5809         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
5811 2004-12-31  Kenichi Handa  <handa@m17n.org>
5813         * international/mule.el (buffer-file-coding-system-explicit):
5814         Rename for explicit-buffer-file-coding-system.
5815         (after-insert-file-set-coding): Adjust for the above change.
5817         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
5818         to buffer-file-coding-system-explicit.
5819         (basic-save-buffer-1): Likewise.
5821 2004-12-30  Richard M. Stallman  <rms@gnu.org>
5823         * textmodes/artist.el (artist-butlast-fn): Var deleted.
5824         (artist-butlast, artist-last): Functions deleted.
5825         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
5826         (artist-compute-key-compl-table): Call remq directly.
5827         (artist-remove-nulls): Function deleted.
5828         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
5829         (artist-push, artist-pop): Macro deleted.
5831 2004-12-30  Andreas Leue  <al@sphenon.de>
5833         * textmodes/artist.el (artist-version): 1.2.6
5834         (artist-prev-next-op-alist): New variable.
5835         (artist-select-next-op-in-list): New function.
5836         (artist-select-prev-op-in-list): New function.
5837         (artist-make-prev-next-op-alist): New function.
5838         (artist-is-in-op-list-p): New function.
5839         (artist-get-first-non-nil-op): New function.
5840         (artist-get-last-non-nil-op): New function.
5841         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
5842         artist-prev-next-op-alist.
5843         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
5844         change drawing operation.
5846 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
5848         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
5850 2004-12-31  Masatake YAMATO  <jet@gyve.org>
5852         * server.el (server-process-filter): Suppress `error', too.
5854 2004-12-30  Jay Belanger  <belanger@truman.edu>
5856         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
5857         Change the way a variable is displayed in a message.
5859         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
5860         (calc-user-define-permanent, calc-execute-kbd-macro):
5861         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
5863 2004-12-30  Kenichi Handa  <handa@m17n.org>
5865         * files.el (basic-save-buffer-1):
5866         Set explicit-buffer-file-coding-system to last-coding-system-used.
5867         (revert-buffer): Pay attention to
5868         explicit-buffer-file-coding-system (not buffer-file-coding-system)
5869         on bind coding-system-for-read.
5871         * international/mule.el (explicit-buffer-file-coding-system):
5872         New buffer local variable.
5873         (after-insert-file-set-coding): Set it to coding-system-for-read.
5875 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
5877         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
5879 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
5881         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
5882         that include line numbers.
5884 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
5886         * files.el (hack-local-variables): If no PREFIX, set it to "^".
5887         Redundant variable PREFIXLEN removed.
5889 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
5891         * eshell/em-hist.el (eshell-previous-matching-input):
5892         Start the deletion from the end of the output.
5894 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5896         * term/mac-win.el: Require x-dnd.
5897         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
5899 2004-12-29  David Kastrup  <dak@gnu.org>
5901         * international/mule.el (decode-coding-inserted-region):
5902         Don't barf if `buffer-undo-list' is already set to `t'.
5904 2004-12-29  Jay Belanger  <belanger@truman.edu>
5906         * calc/calc-prog.el (calc-user-define-formula): Put default values
5907         for function names in prompts.
5908         (calc-user-define-permanent, calc-user-define-composition)
5909         (calc-user-define-formula): Remove the need for "calcFunc-" in the
5910         default input for algebraic functions.
5912 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
5914         * vc-rcs.el (vc-rcs-annotate-command):
5915         Fix omission bug: Call `vc-setup-buffer'.
5917 2004-12-29  Kenichi Handa  <handa@m17n.org>
5919         * international/mule.el (recode-region): New function.
5921 2004-12-28  Richard M. Stallman  <rms@gnu.org>
5923         * simple.el (undo-extra-outer-limit): New variable.
5924         (undo-outer-limit-truncate): Test and set it.
5926         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
5927         enables the feature to extend the existing region.
5929         * simple.el (mark-word): New arg ALLOW-EXTEND
5930         enables the feature to extend the existing region.
5932         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
5933         enables the feature to extend the existing region.
5935         * startup.el (site-run-file): Don't allow setting it with Custom.
5937         * simple.el (buffer-disable-undo): Fix previous change.
5939 2004-12-27  Masatake YAMATO  <jet@gyve.org>
5941         * hexl.el (hexlify-buffer): Remove fontification here.
5942         Use font lock mechanism instead.
5943         (hexl-font-lock-keywords): New font lock kewords.
5944         (hexl-mode-old-font-lock-keywords): New variable.
5945         (hexl-mode): Store the old font lock keywords.
5946         (hexl-mode-exit): Restore the old font lock keywords.
5948 2004-12-27  Richard M. Stallman  <rms@gnu.org>
5950         * simple.el (undo): Fix previous change.
5952 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5954         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
5955         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
5956         Call x-open-connection on Mac OS X.
5958 2004-12-27  Richard M. Stallman  <rms@gnu.org>
5960         * files.el (buffer-save-without-query): New var (buffer-local).
5961         (save-some-buffers): Save those buffers first, w/o asking.
5963         * files.el (insert-directory-ls-version): New variable.
5964         (insert-directory): When ls returns an error, test the version
5965         number to decide what the return code means.
5966         With --dired output format, detect and distinguish lines
5967         that are really error messages.
5968         (insert-directory-adj-pos): New function.
5970         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
5972         * battery.el (battery-mode-line-format): Remove initial spaces.
5974         * uniquify.el (uniquify-rationalize-file-buffer-names):
5975         Delete interactive spec.
5977         * type-break.el (type-break-mode): Set buffer-save-without-query.
5978         Remove code that tried to set save-some-buffers-always.
5979         (type-break-file-keystroke-count): Bind deactivate-mark.
5981         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
5983         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
5984         Test that the buffer is live, and maybe reject current buffer too.
5985         Clarify.
5986         (next-error-find-buffer): Rewrite for clarity.
5988         * loadup.el: Don't use buffer-disable-undo; do it directly.
5990         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
5991         (describe-variable): Call symbol-file with `defvar'.
5993         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
5994         (symbol-file): Rewritten to handle new load-history format.
5995         Now takes an arg TYPE to specify looking for a particular
5996         type of definition only.
5998         * emacs-lisp/debug.el (debugger-make-xrefs):
5999         Call symbol-file with `defun'.
6001         * emacs-lisp/find-func.el (find-function-noselect):
6002         Call symbol-file with `defun'.
6003         (find-variable-noselect): Call symbol-file with `defvar'.
6005         * eshell/esh-cmd.el (eshell-find-alias-function):
6006         Call symbol-file with `defun'.
6008         * eshell/esh-test.el (eshell-test-goto-func):
6009         Call symbol-file with `defun'.
6011         * mail/rmail.el (rmail-resend):
6012         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
6014         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
6016         * progmodes/compile.el (compilation-find-buffer): Rename arg.
6018         * textmodes/texinfmt.el (texinfo-format-buffer-1):
6019         Call buffer-disable-undo.
6021         * simple.el (undo-list-saved): New variable (buffer-local).
6022         (undo): Set and test it.
6023         (buffer-disable-undo): Move here from buffer.c.
6024         Clear out undo-list-saved.
6026         * international/mule.el (decode-coding-inserted-region):
6027         Set buffer-undo-list in a correct and optimal way.
6029         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
6030         (cperl-font-lock-unfontify-region-function): No need to save and
6031         restore info, since font-lock.el does it for us.
6033         * ansi-color.el (save-buffer-state): Definition deleted.
6034         (ansi-color-unfontify-region): Don't use save-buffer-state.
6036 2004-12-27  Dave Love  <fx@gnu.org>
6038         * wid-edit.el (function): Use restricted-sexp as parent.
6040 2004-12-27  Kevin Ryde  <user42@zip.com.au>
6042         * simple.el (next-matching-history-element): Use same
6043         `interactive' form as previous-matching-history-element.
6045         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
6046         it can appear unencoded and has been seen from yahoo.
6048 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
6050         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
6051         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
6053 2004-12-27  Kenichi Handa  <handa@m17n.org>
6055         * international/utf-8.el (utf-translate-cjk-load-tables):
6056         Bind coding-system-for-read to nil while loading subst-*.
6058 2004-12-26  Jay Belanger  <belanger@truman.edu>
6060         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
6061         default input.
6063 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
6065         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
6066         before reverting and disable undo recording while reverting.
6068 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
6070         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
6071         (hs-make-overlay): New function.
6072         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
6073         (hs-flag-region): Delete function.
6074         (hs-hide-comment-region): No longer use `hs-flag-region'.
6075         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
6076         (hs-hide-block-at-point): Likewise.
6077         (hs-hide-level-recursive): Use `hs-discard-overlays'.
6078         (hs-hide-all, hs-show-all): Likewise.
6079         (hs-show-block): Likewise.
6080         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
6082 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
6084         * progmodes/hideshow.el: Require `cl' when compiling.
6085         Remove XEmacs and Emacs 19 compatibility.
6086         Use `dolist' and `add-to-list' for load-time actions.
6087         (hs-discard-overlays): Use `dolist'.
6088         (hs-show-block): Likewise.
6090 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
6092         * faces.el (mode-line, mode-line-inactive): Use min-colors.
6094 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
6096         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
6097         When extending backwards, move outside the current comment first.
6099 2004-12-22  Kenichi Handa  <handa@m17n.org>
6101         * international/quail.el (quail-start-translation): Fix prompt
6102         string for the case if input-method-use-echo-area being non-nil.
6103         (quail-start-conversion): Likewise.
6104         (quail-show-guidance): Don't show guidance if
6105         input-method-use-echo-area is non-nil.
6107 2004-12-21  Richard M. Stallman  <rms@gnu.org>
6109         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
6111 2004-12-21  Markus Rost  <rost@ias.edu>
6113         * calendar/diary-lib.el (mark-diary-entries):
6114         Set mark-diary-entries-in-calendar only after checking for diary-file.
6116 2004-12-21  Richard M. Stallman  <rms@gnu.org>
6118         * faces.el (escape-glyph): Use blue against light foreground.
6120         * simple.el (undo-outer-limit-truncate): New function.
6121         (undo-outer-limit-function): Use undo-outer-limit-truncate.
6123 2004-12-21  Eli Barzilay  <eli@barzilay.org>
6125         * calculator.el: (calculator-radix-grouping-mode)
6126         (calculator-radix-grouping-digits)
6127         (calculator-radix-grouping-separator):
6128         New defcustoms for the new radix grouping mode functionality.
6129         (calculator-mode-hook): Now used in electric mode too,
6130         (calculator): Call it.
6131         (calculator-mode-map): Some new keys.
6132         (calculator-message): New function.  Some new calls.
6133         (calculator-op, calculator-set-register): Use it.
6134         (calculator-string-to-number): New function, mostly moved and
6135         updated code from calculator-curnum-value.
6136         (calculator-curnum-value): Use it.
6137         (calculator-paste): Use it, and update grabbing the current-kill.
6138         (calculator-rotate-displayer)
6139         (calculator-rotate-displayer-back): Toggle digit grouping when
6140         in radix mode, use calculator-message.
6141         (calculator-displayer-prev, calculator-displayer-next):
6142         Change digit group size when in radix mode.
6143         (calculator-number-to-string): Rename from
6144         calculator-num-to-string.  Now deals with digit grouping in
6145         radix mode.
6146         (calculator-update-display, calculator-put-value): Use the new name.
6147         (calculator-fact): Return a floating point number.
6148         (calculator-mode): Doc fix.
6150 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
6152         * calendar/calendar.el (view-other-diary-entries): Add autoload.
6153         * calendar/diary-lib.el (view-other-diary-entries):
6154         Use current-prefix-arg in interactive spec.
6156 2004-12-19  Jay Belanger  <belanger@truman.edu>
6158         * calc/calc-aent.el (calcAlg-blank-matching-open):
6159         Temporarily adjust the syntax of both delimiters of half-open intervals.
6161 2004-12-19  Kim F. Storm  <storm@cua.dk>
6163         * mouse.el (mouse-1-click-follows-link): Doc fix.
6165 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6167         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
6168         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
6169         instead of centraleuropean as the name
6171 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
6173         Sync with Tramp 2.0.46.
6175         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
6176         parameters wrt Tramp convention.
6177         (tramp-handle-file-attributes-with-perl)
6178         (tramp-handle-directory-files-and-attributes): Apply it.
6179         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
6180         `copy-program'.  Reported by Zack Weinberg
6181         <zack@codesourcery.com>.
6182         (top): Set `edebug-form-spec' property directly rather than
6183         calling `def-edebug-spec'.
6185         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
6186         advice less fragile.  Surround temporary redefinition of
6187         `substitute-in-file-name' with `unwind-protect'.  Suggested by
6188         Matt Hodges <MPHodges@member.fsf.org>.
6190 2004-12-17  Juri Linkov  <juri@jurta.org>
6192         * replace.el (occur-accumulate-lines, occur-engine):
6193         Make forcing deferred font-lock fontification jit-specific.
6195 2004-12-17  Kim F. Storm  <storm@cua.dk>
6197         * mouse.el (mouse-1-click-follows-link): New defcustom.
6198         (mouse-on-link-p): New function.
6199         (mouse-drag-region-1): Implement mouse-1-click-follows-link
6200         functionality.  Map a mouse-1 click event into a mouse-2 (or
6201         other) event when position is inside a link.
6203         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
6204         prefix in tooltip text with "mouse-1" when this is a link
6205         recognized by mouse-1-click-follows-link functionality.
6207         * help.el (describe-key): Report effective and original binding
6208         for mouse-1 when clicked on a link.
6209         (describe-mode): Add follow-link property to "minor-mode" button.
6211         * help-fns.el (describe-variable): Add follow-link property to
6212         "below" button.
6214         * help-mode.el (help-xref): Add follow-link property.
6216         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
6217         (apropos-command, apropos-variable, apropos-face, apropos-group)
6218         (apropos-widget, apropos-plist): Add follow-link property.
6220         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
6221         checks if position is in a filename, rather than some other
6222         clickable item.  Function looks for cvs-filename-face at position.
6224         * wid-edit.el (widget-specify-field, widget-specify-button):
6225         Map a :follow-link keyword into a follow-link property.
6226         (link): Add :follow-link keyword, map to RET binding.
6228         * dired.el (dired-mode-map): Map follow-link to mouse-face.
6230         * progmodes/compile.el (compilation-minor-mode-map)
6231         (compilation-button-map, compilation-mode-map): Likewise.
6233 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
6235         * play/zone.el (zone): Init `line-spacing' from orig buffer.
6236         (zone-replace-char): Take `count' and `del-count'
6237         instead of `direction'.  Update callers.  When `del-count' is
6238         non-nil, delete that many characters, otherwise `count' characters
6239         backwards.  Insert the newly-replaced string `count' times.
6240         (zone-fret): Handle chars w/ width greater than one.
6241         (zone-fall-through-ws): No longer take window width `ww'.
6242         Update callers.  Add handling for `char-width' greater than one.
6243         (zone-pgm-drip): Update var holding window-end position every cycle.
6245 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
6247         * vc.el (vc-default-update-changelog): Use insert-file-contents,
6248         rather than insert-file.
6250 2004-12-16  Jay Belanger  <belanger@truman.edu>
6252         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
6253         (math-init-random-base, math-random-digit): Check to see if
6254         var-RandSeed is bound.
6255         (math-random-last): Declare it.
6256         (math-random-digit): Don't make math-random-last local.
6258 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
6260         * play/zone.el (zone): Fix omission bug: Use a self-disabling
6261         one-shot thunk for uniform (error, quit, normal) recovery.
6262         Reported by John Paul Wallington.
6263         (zone-pgm-random-life): Fix bug:
6264         Recognize empty initial field by lack of "@" chars.
6266 2004-12-16  Juri Linkov  <juri@jurta.org>
6268         * help.el (function-called-at-point):
6269         * help-fns.el (variable-at-point): As a last resort try stripping
6270         non-word prefixes and suffixes.
6272         * descr-text.el (describe-property-list): Don't treat syntax-table
6273         specially.  Use describe-text-sexp which inserts [show] button
6274         for large objects and handles printing errors.  Sort properties
6275         by names in alphabetical order instead of by value sizes.
6276         Add `mouse-face' to list of properties for `describe-face' widget.
6277         (describe-char): Mask out face-id from 19 bits of character.
6278         Print face-id separately.
6280         * replace.el (occur-accumulate-lines, occur-engine):
6281         Fontify unfontified matching lines in the source buffer
6282         before copying them.
6283         (occur-engine): Don't put mouse-face on context lines.
6284         (occur-next-error): Set point to line beginning/end
6285         before searching for prev/next property to skip multiple
6286         matches on a line (not supported by occur engine).
6287         Remove redundant prefix-numeric-value.
6289 2004-12-15  Juri Linkov  <juri@jurta.org>
6291         * replace.el (match): New face.
6292         (list-matching-lines-face): Change default from `bold' to `match'.
6294         * progmodes/grep.el (grep-match-face): New defvar.
6295         (grep-mode-font-lock-keywords): Use grep-match-face instead of
6296         compilation-column-face to highlight grep matches.
6298         * apropos.el (apropos-match-face): Change default from
6299         `secondary-selection' to `match'.
6301         * info-look.el (info-lookup-highlight-face): Change default from
6302         `highlight' to `match'.
6304 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
6306         * progmodes/executable.el (executable-interpret): Eliminate
6307         obsolete compile-internal, and switch to comint for interaction.
6309 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
6311         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
6312         `&&' when skipping multiple statements on a line.
6314 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
6316         * play/zone.el (zone): Set `truncate-lines'.
6317         Also, init `tab-width' with value from original buffer.
6318         (zone-shift-up): Rewrite for speed.
6319         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
6320         (zone-pgm-jitter): Remove redundant entries from ops vector.
6321         (zone-exploding-remove): Reduce iteration count.
6322         (zone-cpos): Convert to defsubst.
6323         (zone-replace-char): New defsubst.
6324         (zone-park/sit-for): Likewise.
6325         (zone-fret): Take window-start arg.
6326         Update callers. Use `zone-park/sit-for'.
6327         (zone-fill-out-screen): Rewrite.
6328         (zone-fall-through-ws): Likewise. Update callers.
6329         (zone-pgm-drip): Use `zone-replace-char'.
6330         Move var inits before while-loop. Use `zone-park/sit-for'.
6331         (zone-pgm-random-life): Handle empty initial field.
6332         Use `zone-replace-char' and `zone-park/sit-for'.
6334 2004-12-15  Juri Linkov  <juri@jurta.org>
6336         * isearch.el (isearch-update): Test isearch-lazy-highlight
6337         before calling isearch-lazy-highlight-new-loop.
6338         (isearch-lazy-highlight-new-loop):
6339         Don't test isearch-lazy-highlight.
6341         * replace.el (perform-replace): Add isearch-case-fold-search.
6342         Use delimited-flag for isearch-regexp.
6343         Reset isearch-lazy-highlight-last-string to force lazy
6344         highlighting when called from isearch mode.
6345         (query-replace-highlight): Revert defcustom type to boolean.
6346         (query-replace-lazy-highlight): New defcustom.
6347         (query-replace): New face.
6348         (perform-replace, replace-highlight, replace-dehighlight):
6349         Test query-replace-lazy-highlight instead of special value
6350         `isearch' of query-replace-highlight.
6351         (replace-dehighlight): Don't call isearch-dehighlight.
6352         (replace-highlight): Don't call isearch-highlight.
6353         Use face `query-replace' unconditionally.
6355 2004-12-14  Kim F. Storm  <storm@cua.dk>
6357         * simple.el (inhibit-mark-movement): Remove defvar.
6358         (beginning-of-buffer, end-of-buffer): Don't use it.
6360         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6361         Don't use inhibit-mark-movement.
6363         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
6364         (cua--undo-push-mark): Remove.
6365         (cua--pre-command-handler, cua--post-command-handler):
6366         Don't fiddle with inhibit-mark-movement.
6368 2004-12-14  Juri Linkov  <juri@jurta.org>
6370         * buff-menu.el (list-buffers-noselect): Collect internal info
6371         for every buffer in BUFFER-LIST arg too.
6372         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
6373         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
6374         Bind same-window-buffer-names and same-window-regexps to nil.
6376 2004-12-13  Juri Linkov  <juri@jurta.org>
6378         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
6380         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
6381         (sc-cite-region, sc-uncite-region, sc-recite-region):
6382         Fix previous change to handle not alist as a symbol, but
6383         a citation frame as a symbol that represents a variable name.
6385 2004-12-13  Richard M. Stallman  <rms@gnu.org>
6387         * filecache.el (file-cache-add-directory-using-find):
6388         Only set up file-cache-find-command-posix-flag if we will use it.
6390         * bindings.el (mode-line-buffer-identification-keymap):
6391         Don't cancel the mode-line's usual down-mouse-1 binding.
6393         * cus-edit.el (custom-face-selected): Handle `default' specs.
6394         (custom-face-edit): Increase extra-offset.
6395         (custom-display): Handle `default' specs.
6397         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
6399         * emacs-lisp/elint.el (elint-standard-variables)
6400         (elint-unknown-builtin-args): Move definitions up.
6402         * net/browse-url.el (browse-url-url-at-point): Add autoload.
6404         * info.el (info-xref-visited): Use `default' instead of t.
6405         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
6407         * faces.el (header-line, mode-line-inactive, tool-bar):
6408         Use `default' instead of t for setting the defaults.
6409         (face-spec-choose): Separate `t' from `default'.
6411         * subr.el (while-no-input): New macro.
6413 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
6415         * filecache.el (file-cache-add-directory-using-find):
6416         Only test file-cache-find-command-posix-flag on some systems.
6418 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6420         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
6421         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
6422         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
6423         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
6424         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
6426 2004-12-12  Juri Linkov  <juri@jurta.org>
6428         * files.el (find-file-other-window, find-file-other-frame):
6429         Add the first buffer to the returned value to return the complete
6430         list of all visited buffers.
6431         (find-file-read-only, find-file-read-only-other-window)
6432         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
6433         `find-file-read-args'.  Signal an error about non-existent file
6434         only if file name doesn't contain wildcards.  Toggle read-only in
6435         all visited buffers.
6436         (find-alternate-file, find-alternate-file-other-window):
6437         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
6438         called interactively.  Pass arg `wildcards' to other functions.
6439         (find-file-noselect): Doc fix.
6441         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
6442         Doc fix.
6443         (ffap-directory-finder): New variable.
6444         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
6445         (ffap-file-at-point): Add /* to immediately rejected names.
6446         Return absolute file names matching ffap-dired-wildcards.
6447         (ffap-read-file-or-url): Set default value for `completing-read'
6448         to `buffer-file-name'.
6449         (find-file-at-point): When filename matches ffap-dired-wildcards,
6450         call ffap-file-finder with t arg `wildcards', instead of dired.
6451         (ffap-other-window, ffap-other-frame): Return visited buffers.
6452         (ffap-read-only, ffap-read-only-other-window)
6453         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
6454         (dired-at-point): Call ffap-directory-finder instead of dired.
6455         (ffap-dired-other-window, ffap-dired-other-frame)
6456         (ffap-list-directory): New commands.
6457         (ffap-bindings): New keybindings for new commands.
6459 2004-12-12  Juri Linkov  <juri@jurta.org>
6461         * simple.el (beginning-of-buffer, end-of-buffer):
6462         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6463         Do not push mark when mark is active in transient-mark-mode.
6465         * simple.el (mark-word):
6466         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
6467         * textmodes/paragraphs.el (mark-paragraph):
6468         Extend the region when mark is active in transient-mark-mode,
6469         regardless of the last command.  Doc fix.
6471         * simple.el (mark-word): Preserve direction when repeating.
6472         Make arg optional.  Interactive "p" -> "P".
6473         (transient-mark-mode, inhibit-mark-movement): Doc fix.
6475         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
6476         preserving direction, to mark forward instead of backward when mark
6477         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
6479 2004-12-12  Juri Linkov  <juri@jurta.org>
6481         * isearch.el (isearch-edit-string): Set 7th arg of
6482         `read-from-minibuffer' to `t' to inherit the current input
6483         method (whose name is indicated by [IM] in the minibuffer prompt)
6484         from the current buffer to the minibuffer.
6485         (isearch-lazy-highlight-update): Put body to `with-local-quit'
6486         to allow C-g quitting for lazy highlighting looping inside the
6487         search with nested repetition operators.  Add overlay to the list
6488         before setting its face and other properties to avoid the case of
6489         code quitting after placing the new overlay but before it's
6490         recorded on the list.  Select the window where isearch was
6491         activated, to highlight matches in the right window when isearch
6492         switches the current window to the minibuffer.
6494         * international/isearch-x.el
6495         (isearch-process-search-multibyte-characters):
6496         Use `isearch-message' as initial input for `read-string' instead
6497         of adding it to the minibuffer prompt.  After reading a string
6498         remove the initial value of `isearch-message' from the string.
6500         * replace.el (replace-match-maybe-edit): Doc fix.
6501         (perform-replace): Don't call `replace-highlight' when automatic
6502         replacement is requested in literal mode, since it is intended
6503         only to highlight words during entering a new replacement string
6504         for \? in non-literal mode.
6506         * replace.el (query-replace-highlight): Add new value `isearch'
6507         that allows query replacement to use isearch highlighting.
6508         Change type from `boolean' to `choice'.  Doc fix.
6509         (replace-highlight, replace-dehighlight, perform-replace):
6510         Use isearch highlighting if query-replace-highlight eq `isearch'.
6512 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6514         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
6515         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
6517         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
6518         case of \end{verbatim}.
6520 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
6522         * term.el (term-termcap-format): Synchronyze with terminfo.
6523         (term-emulate-terminal): Handle reset.
6524         (term-reset-terminal): New function.
6526 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
6528         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
6529         (zone-fill-out-screen): New func.
6530         (zone-pgm-drip): Use `zone-fill-out-screen'.
6531         Also, no longer go to point-min on every cycle.
6532         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
6533         (zone-pgm-random-life-wait): New user var.
6534         (zone-pgm-random-life): New func.
6536 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
6538         * files.el (auto-mode-alist): Map .com to DCL mode.
6540 2004-12-09  Richard M. Stallman  <rms@gnu.org>
6542         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
6544 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
6546         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
6547         buffer with a display margin.
6549 2004-12-08  Jay Belanger  <belanger@truman.edu>
6551         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
6552         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
6554 2004-12-08  Richard M. Stallman  <rms@gnu.org>
6556         * faces.el: Delete code to set display table.
6557         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
6559 2004-12-08  Jay Belanger  <belanger@truman.edu>
6561         * calc/calc.el: Add math-read-preprocess-string to autoloads.
6563         * calc/calc-ext.el (math-read-replacement-list)
6564         (math-read-superscripts, math-read-preprocess-string): Move to
6565         calc-aent.el.
6567         * calc/calc-aent.el (math-read-replacement-list)
6568         (math-read-superscripts, math-read-preprocess-string): Move from
6569         calc-ext.el.
6571 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6573         * isearch.el (isearch-quote-char): Fix up typo in last change.
6575 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
6577         * mouse.el (mouse-set-font): Handle the case where the command was
6578         not invoked using the mouse.
6580         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
6581         (edmacro-finish-edit): Further update for keyboard macros that are
6582         lambda forms.
6583         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
6585 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6587         * font-lock.el (font-lock-unfontify-region): Save buffer state.
6588         (font-lock-default-unfontify-region): Don't save buffer state any more.
6590 2004-12-07  Jay Belanger  <belanger@truman.edu>
6592         * calc/calc-help.el (calc-describe-key):
6593         Set calc-summary-indentation even when Calc Summary buffer exists.
6595 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
6597         * calendar/holidays.el (holiday-easter-etc): Make arguments
6598         optional for backwards compatibility.  Doc fix.
6599         Remove un-necessary local vars mandatory, output-list.
6600         (holiday-advent): Make arguments optional for backwards
6601         compatibility.  Doc fix.
6603 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6605         * paren.el (show-paren-function): Fix last change (2004-12-02).
6607         * international/mule-util.el (char-displayable-p): Return nil for
6608         unibyte mode.
6610         * subr.el (subregexp-context-p): New function.
6612         * isearch.el (isearch-quote-char): Use it.
6614         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
6615         (regexp-opt-not-groupie*-re): Remove.
6616         (regexp-opt): Properly handle inputs with duplicate entries.
6618 2004-12-06  Richard M. Stallman  <rms@gnu.org>
6620         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
6622         * cus-edit.el (custom-file): Doc fix.
6624         * textmodes/org.el: New file.
6626 2004-12-06  Kenichi Handa  <handa@m17n.org>
6628         * ldefs-boot.el: Update international/mule-util.el section.
6630 2004-12-05  Sam Steingold  <sds@gnu.org>
6632         * net/tramp.el (tramp-handle-file-accessible-directory-p):
6633         Fix `tramp-time-diff' comparison logic.
6635 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
6637         * progmodes/which-func.el (which-function):
6638         Use `run-hook-with-args-until-success' instead of a custom loop.
6639         Fixes bug with local hooks.
6641 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6643         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
6644         Use delete-dups when calculating the initial value.
6645         (bibtex-autokey-get-title): Use <=.
6646         (bibtex-goto-line): New function.
6647         (bibtex-reposition-window): Use line numbers instead of point
6648         positions.  Use window-body-height.
6649         (bibtex-find-crossref): Use bibtex-reposition-window.
6650         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
6651         position of entry if key is found or nil if not found.
6653 2004-12-05  Richard M. Stallman  <rms@gnu.org>
6655         * cus-edit.el (custom-file): Doc fix.
6657         * progmodes/sh-script.el (sh-indent-for-then): Change default.
6659 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6661         * simple.el (blink-matching-open):
6662         * textmodes/tex-mode.el (tex-validate-region):
6663         Obey syntax-table text properties.
6665 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
6667         * wid-edit.el (widget-specify-field): Add `real-field' property to
6668         boundary.
6669         (widget-field-at): Use it.
6671 2004-12-02  Richard M. Stallman  <rms@gnu.org>
6673         * progmodes/cc-mode.el (awk-mode autoload):
6674         Supply t meaning interactive function.
6676         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
6677         (isearch-mode-map): No special definition for space.
6678         (isearch-whitespace-chars): Command deleted.
6679         (isearch-forward-regexp): Doc fix.
6680         (isearch-quote-char): When a space is not inside brackets,
6681         use `[ ]' instead of just space.
6682         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
6684         * imenu.el (imenu--generic-function): Delete code to exclude
6685         matches in comments.
6687         * man.el (Man-reverse-face): Change default to `highlight'.
6689         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
6690         (occur-engine): Use `face' prop rather than `font-lock-face'
6691         when specifying use of `match-face'.
6692         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
6694         * emacs-lisp/elint.el (elint-standard-variables): Update list.
6696         * add-log.el (add-log-current-defun): Handle the case where point
6697         is in the header part of a DEFUN construct.
6699 2004-12-02  Dave Love  <fx@gnu.org>
6701         * progmodes/python.el (python-font-lock-syntactic-keywords):
6702         Fix previous change.
6704 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
6706         * paren.el (show-paren-function): Check for matching chars
6707         specified by text props.
6709 2004-12-02  Jay Belanger  <belanger@truman.edu>
6711         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
6712         when reading a new key sequence.
6714 2004-12-02  Kim F. Storm  <storm@cua.dk>
6716         * faces.el (escape-glyph): Rename from glyph.
6717         (standard-display-table): Set it here.  Add escape-glyph face to
6718         extra slot characters.
6720         * disp-table.el: Undo 2004-12-01 change.  Display table is now
6721         setup in faces.el.
6723 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
6725         * xml.el (xml-parse-dtd): Don't show validity messages when
6726         xml-validating-parser is nil.
6727         (xml-substitute-special): Fix validity error messages to
6728         actually show the unexpandable entity.  Added validity error if &
6729         isn't followed by an entity.
6730         (xml-parse-tag): Concatenate any string following the a
6731         <![CDATA[]]> section to the parsed CDATA.
6732         (xml-parse-dtd): Skip parameter entity declarations and use of
6733         parameter entities.
6735 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
6737         * kmacro.el (kmacro-default-counter-format): New var.
6738         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
6739         (kmacro-display): Remove `nil' from `and' form.  Delete call to
6740         `format' inside `message'.
6741         (kmacro-start-macro): Use `kmacro-default-counter-format'.
6743 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6745         * pcvs.el (cvs-header-msg): New function.
6746         (cvs-update-header): Use it.  Change calling convention.
6747         Correctly handle the case of having simultaneous active processes.
6748         (cvs-sentinel): Don't call cvs-update-header any more.
6749         (cvs-mode-run): Update call and add cvs-update-header to postproc.
6751 2004-12-01  Jay Belanger  <belanger@truman.edu>
6753         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
6754         Change message.
6756 2004-12-01  Juri Linkov  <juri@jurta.org>
6758         * progmodes/prolog.el (prolog-mode-variables):
6759         Fix imenu-generic-expression.
6761 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
6763         * faces.el (glyph): New face.
6765         * disp-table.el: Add an autoloaded table, that doesn't require
6766         this library, with glyph face.
6768         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
6769         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
6770         (conf-quote-normal): Allow normalizing only ' or ".
6771         (conf-mode): Regexp-quote constructed comment-start and don't
6772         match section {} where "name" contains braces.
6774         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
6775         files.
6777 2004-12-01  Kenichi Handa  <handa@m17n.org>
6779         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
6780         (x-select-text): Don't treat eight-bit-control/graphic chars
6781         specially.  Store the encoded text in the X cut buffer.
6782         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
6783         with x-last-selected-text-cut-encoded.
6785 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6787         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
6789 2004-11-30  Markus Rost  <rost@ias.edu>
6791         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
6792         AUCTeX.
6794 2004-11-30  Jay Belanger  <belanger@truman.edu>
6796         * calc/calc-arith.el (math-possible-signs): Made stronger checks
6797         on signs of intervals.
6798         (math-pow-of-zero): Strengthen checks for positive and negative
6799         exponents.
6801         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
6802         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
6803         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
6804         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
6805         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
6806         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
6807         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
6808         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
6809         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
6810         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
6811         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
6812         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
6813         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
6814         with provide statements.
6816         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
6818         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
6820         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
6821         (calc-load-everything, math-defsimplify): Replace dummy autoloading
6822         functions by require statements.
6823         (math-defsimplify): Move to calc-alg.el, add to autoloads.
6825         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
6826         (calc-gnuplot-print): Give them values.
6828         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
6829         autoloads.
6830         Add calc-do-embedded-activate to autoloads.
6831         (calc-gnuplot-name, calc-gnuplot-plot-command)
6832         (calc-gnuplot-print-command): Move them to calc-graph.el.
6834 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6836         * term/mac-win.el (ccl-encode-mac-roman-font)
6837         (ccl-encode-mac-cyrillic-font)
6838         (ccl-encode-mac-centraleuropean-font, encoder-list)
6839         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
6840         Support Cyrillic, CentralEuropean, and Dingbat font display
6842 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
6844         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
6846         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
6847         still nil.
6849 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
6851         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
6852         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
6854 2004-11-29  Jay Belanger  <belanger@truman.edu>
6856         * calc/calc-arith.el (math-pow-of-zero): Take into account different
6857         cases of the base and exponent.
6859 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
6861         * simple.el (next-error-buffer-p): Allow for inclusive and
6862         exclusive tests for finding a buffer.
6863         (next-error-find-buffer): Pass the exclusive and inclusive tests
6864         to next-error-buffer-p.
6866         * replace.el (occur-next-error): Switch to the Occur buffer when
6867         appropriate, use the exclusive filter to next-error-find-buffer to
6868         do it.  Use the absolute value of the motion amount.
6870 2004-11-29  Kenichi Handa  <handa@m17n.org>
6872         * startup.el (command-line): Decode all default-directory by
6873         locale-coding-system.
6875 2004-11-29  Jay Belanger  <belanger@truman.edu>
6877         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
6878         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
6879         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
6880         Replace calls to calc-extensions by appropriate require, replace
6881         calc-extensions-loaded by appropriate featurep.
6883         * calc/calc-ext.el: Move require to end of file.
6884         Remove redundant loading of calc.el.
6885         (calc-extensions-loaded): Remove unnecessary variable.
6886         (calc-extensions): Remove unnecessary function.
6887         (calc-load-everything): Replace calc-need-macros by appropriate require.
6889         * calc/calc-macs.el: Move provide to end of file.
6890         (calc-need-macros): Remove unnecessary function.
6892         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
6893         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
6894         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
6895         Replace calc-extensions by appropriate require.
6896         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
6898         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
6899         Replace calc-need-macros by appropriate require.
6901         * calc/calc.el: Move require to end of file.
6902         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
6903         Remove unnecessary variable.
6904         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
6905         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
6906         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
6907         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
6908         (math-stack-value-offset, math-format-value, math-format-flat-expr)
6909         (math-format-number, math-format-bignum, math-read-number)
6910         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
6911         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
6912         by appropriate require.
6913         (calc-check-defines): Replace calc-need-macros by appropriate require.
6915 2004-11-29  Kim F. Storm  <storm@cua.dk>
6917         * macros.el (insert-kbd-macro): Handle kmacro functions.
6919 2004-11-28  Juri Linkov  <juri@jurta.org>
6921         * compare-w.el (compare-windows-highlight): Attach each overlay
6922         to its window to properly highlight differences while comparing
6923         two windows of the same buffer.  Fix arguments.
6924         (compare-windows-sync-default-function): Fix arguments of
6925         `compare-windows-highlight'.
6927         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
6928         Use `read-expression-history'.  Set initial contents only if
6929         `edebug-global-break-condition' is non-nil.  Set histpos to 1
6930         if initial contents is equal to the last history element.
6931         (edebug-set-conditional-breakpoint): Instead of temporarily
6932         prepending the current condition to the history, set initial
6933         contents to the current condition.  Set histpos to 1 if initial
6934         contents is equal to the last history element.
6936         * info.el (Info-search-whitespace-regexp): Remove shy group.
6937         (Info-search): Forward line if search is on the header line.
6938         Use search-whitespace-regexp in two other places.
6940 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6942         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
6943         warning.  Delay real definition, which uses
6944         `set-fringe-indicators-1' till after the definition of that function.
6946 2004-11-28  Kim F. Storm  <storm@cua.dk>
6948         * fringe.el (fringe): New defgroup.
6949         (fringe-mode): Move to fringe group.
6950         (fringe-indicators): New defcustom.
6951         (set-fringe-indicators-1): New defun.
6953         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
6954         (menu-bar-showhide-fringe-ind-menu): New keymap.
6955         (menu-bar-showhide-fringe-ind-empty)
6956         (menu-bar-showhide-fringe-ind-mixed)
6957         (menu-bar-showhide-fringe-ind-box)
6958         (menu-bar-showhide-fringe-ind-right)
6959         (menu-bar-showhide-fringe-ind-left)
6960         (menu-bar-showhide-fringe-ind-none): New defuns.
6961         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
6963 2004-11-27  Richard M. Stallman  <rms@gnu.org>
6965         * comint.el (comint-read-noecho): Add trivial compatibility definition.
6967         * generic.el (define-generic-mode): Doc fix.
6969         * menu-bar.el (menu-bar-options-save): For the options
6970         that are toggled with menu-bar-make-mm-toggle, don't check
6971         for customized-value prop.
6973 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
6975         * mail/supercite.el (sc-cite-region): Handle the case where
6976         sc-cite-frame-alist is a symbol.
6977         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
6978         a symbol.
6979         (sc-recite-region): Handle the case where sc-recite-frame-alist is
6980         a symbol.
6982 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6984         * wid-edit.el (widget-narrow-to-field): New function.
6985         (widget-complete): Use it.
6987 2004-11-27  Jay Belanger  <belanger@truman.edu>
6989         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
6990         variable.
6991         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
6992         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
6993         (math-alg-inequalities): Move declaration to earlier in the file.
6995         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
6996         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
6997         Declare them.
6999         * calc/calc-lang.el (math-expr-data, math-expr-token)
7000         (math-exp-old-pos): Declare them.
7002         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
7003         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
7005 2004-11-27  Kim F. Storm  <storm@cua.dk>
7007         * progmodes/flymake.el: Use (featurep 'xemacs).
7008         (flymake-makehash): Change to defsubst.  Use fboundp.
7009         (flymake-time-to-float): Remove.
7010         (flymake-float-time): Merge code from flymake-time-to-float here.
7011         (flymake-replace-regexp-in-string): Change to defsubst.
7012         (flymake-split-string-remove-empty-edges):
7013         Rename to flymake-split-string.
7014         (flymake-split-string): Remove previous defalias.
7015         (flymake-get-temp-dir): Change to defsubst.
7016         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
7017         Define for xemacs only.
7018         (flymake-master-file-count-limit): Change into compiler defvar only.
7019         (flymake-find-possible-master-files): Let-bind it dynamically while
7020         sorting files using flymake-master-file-compare.
7022 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7024         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
7025         of defun-prompt-regexp matches inside a comment/string but the
7026         beginning is correctly outside everything.
7028         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
7029         appears within a string or a comment.
7031         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
7032         rather than make-symbol for symbols which are used in
7033         a symbol-macrolet or equivalent.
7035 2004-11-26  Jay Belanger  <belanger@truman.edu>
7037         * calc-misc.el (calc-last-why-command): Declare it.
7039         * calc-vec.el (math-grade-vec): New variable.
7040         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
7041         Replace variable grade-vec by declared variable.
7042         (math-rb-close): New variable.
7043         (math-read-brackets, math-read-vector): Replace variable close by
7044         declared variable.
7046         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
7047         (calc-one-window, calc-edit-handler, calc-restore-trail)
7048         (calc-allow-ret): Declare them.
7050         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
7051         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
7052         (math-radix-float-cache-tag, math-random-cache)
7053         (math-max-digits-cache, math-integral-cache, math-units-table)
7054         (math-format-date-cache, math-holidays-cache-tag): Declare them.
7055         (math-moc-func): New variable.
7056         (math-map-over-constants, math-map-over-constants-rec):
7057         Replace variable func by declared variable.
7059         * calc/calc-store.el (calc-given-value, calc-store-opers):
7060         Declare them.
7061         (calc-var-name-map): Move declaration to earlier in the file.
7062         (calc-pv-pos): New variable.
7063         (calc-permanent-variable, calc-insert-permanent-variable):
7064         Replace variable pos by declared variable.
7066         * calc/calc-mtx.el (calc-det-lu): New variable.
7067         (math-det-raw, math-det-step): Replace variable lu by declared variable.
7069         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
7070         (math-multi-subst, math-multi-subst-rec): Replace variables temp
7071         and arg by declared variables.
7072         (calcFunc-reducer): Fix incorrect variable.
7073         (math-inner-mul-func, math-inner-add-func): New variables.
7074         (calcFunc-inner, math-inner-mats): Replace variables mul-func
7075         and add-func by declared variables.
7077         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
7078         (calc-digit-value): Declare them.
7080         * calc/calc-help.el (Info-history): Declare it.
7081         (calc-describe-key): Make calc-summary-indentation a local variable.
7082         (calc-help-long-names): Move declaration to earlier in file.
7084         * calc/calc-embed.el (calc-original-buffer): Declare it.
7085         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
7086         (calc-embed-bot): New variables.
7087         (calc-do-embedded, calc-embedded-mark-formula)
7088         (calc-embedded-find-bounds, calc-embedded-duplicate)
7089         (calc-embedded-new-formula, calc-embedded-make-info):
7090         Replace vars outer-top, outer-bot, bot and top by declared variables.
7091         (calc-embed-prev-modes): New variable.
7092         (calc-embedded-set-modes, calc-embedded-update): Replace variable
7093         prev-modes with declared variable.
7094         (calc-embed-vars-used): New variable.
7095         (calc-embedded-make-info, calc-embedded-evaluate-expr)
7096         (calc-embedded-update, calc-embedded-find-vars): Replace variable
7097         vars-used by declared variable.
7099         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
7100         (math-format-radix-float): Remove unnecessary setq.
7101         (math-radix-float-cache): Declare it.
7103         * calc/calcsel2.el (calc-keep-selection): Declare it.
7105         * calc/calc-maint.el: Remove file.
7107 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7109         * textmodes/bibtex.el (bibtex-sort-entry-class)
7110         (bibtex-comment-start): Use defcustom.
7111         (bibtex-entry-field-alist): Use nil if initial content of the
7112         field is undefined.  Fix docstring.
7113         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
7114         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
7115         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
7116         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
7117         Fix docstring.
7118         (bibtex-autokey-title-terminators): Use only one regexp.
7119         (bibtex-string-maybe-empty-head): New variable.
7120         (bibtex-remove-delimiters-string): New function.
7121         (bibtex-text-in-field-bounds, bibtex-text-in-string):
7122         Use bibtex-remove-delimiters-string.
7123         (bibtex-progress-message, bibtex-field-left-delimiter)
7124         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
7125         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
7126         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
7127         Simplify.
7128         (bibtex-format-entry): Use save-excursion for inherited booktitle.
7129         Use eq and bibtex-remove-delimiters-string.  For end markers use
7130         insertion type so that marker stays after inserted text.
7131         (bibtex-autokey-get-names): Return empty string if name is missing.
7132         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
7133         calling bibtex-autokey-name-case-convert.
7134         (bibtex-autokey-demangle-title):
7135         Call bibtex-autokey-titleword-case-convert.  Remove call to
7136         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
7137         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
7138         (bibtex-read-key): New optional arg global.
7139         (bibtex-files-expand): New optional arg force.
7140         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
7141         (bibtex-complete-crossref-cleanup): Rename from
7142         bibtex-complete-key-cleanup.  Simplify code.
7143         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
7144         Operate on current entry.
7145         (bibtex-button): Add docstring.
7146         (bibtex-entry): Simplify.
7147         (bibtex-make-field): Replace optional arg called-by-yank with more
7148         specific args move and interactive.
7149         (bibtex-end-of-entry): Use forward-sexp.
7150         (bibtex-find-entry-globally): Remove.
7151         (bibtex-find-crossref): Allow for crossref key located in other buffer.
7152         Bound to C-c C-x.
7153         (bibtex-find-entry): New optional args global and display.
7154         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
7155         (bibtex-validate): Use arg force of bibtex-files-expand.
7156         (bibtex-clean-entry): Bugfix, clean string entries properly.
7157         Always keep point at beginning of entry.
7158         (bibtex-complete): Bugfix.  Handle string entries properly.
7159         Call cleanup functions only if needed.
7160         (bibtex-String): Use bibtex-read-string-key.
7161         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
7162         case of replacement text.
7164 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
7166         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
7167         (tramp-perl-directory-files-and-attributes): New constant.
7168         (tramp-file-name-handler-alist): Delete file-directory-files, add
7169         directory-files-and-attributes.
7170         (tramp-perl-file-attributes): Surround uid and gid by double
7171         quotes. Change parameter id-format from nonnumeric.
7172         (tramp-convert-file-attributes): New function.
7173         (tramp-handle-file-attributes): Use it.
7174         (tramp-maybe-send-perl-script): New function.
7175         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
7176         file mode. Change parameter id-format from nonnumeric.
7177         (tramp-handle-file-attributes-with-ls): Change parameter id-format
7178         from nonnumeric.
7179         (tramp-post-connection): Don't send tramp-perl-file-attributes
7180         script. Reset connection property "perl-scripts".
7181         (tramp-handle-insert-directory): Run real handler when ls-lisp is
7182         in use.
7184 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
7186         * desktop.el (desktop-read): Replace mapcar with mapc.
7187         (desktop-create-buffer): Replace mapcar with mapc.
7188         Remove redundant piece of code.
7190 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
7192         * progmodes/gud.el (gud-display-line): Use display-buffer
7193         for GDB-UI as for GUD.
7195         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
7196         Delete variables.
7197         (gdb-ann3): Don't make GUD buffer dedicated.
7198         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
7199         (gdb-display-source-buffer): Delete function.
7200         (gdb-view-source-function, gdb-view-assembler): Delete functions.
7201         (menu): Delete menu bindings for viewing source/assembler.
7202         (gdb-setup-windows, gdb-restore-windows):
7203         Don't dedicate GUD. No assembler now.
7204         (gdb-reset): No need to undedicate source buffers now.
7205         (gdb-source-info): No assembler now.
7207 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
7209         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
7210         width to those for special frames.
7211         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
7212         Use display-buffer.
7213         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
7214         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
7215         (gdb-frame-assembler-buffer): Rework like
7216         gdb-frame-breakpoints-buffer.
7218 2004-11-25  Richard M. Stallman  <rms@gnu.org>
7220         * progmodes/flymake.el: Reindent.
7221         (flymake-split-string): Turn into defalias.
7222         (flymake-fix-file-name): Rename from flymake-fix-path-name.
7223         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
7224         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
7225         (flymake-build-relative-filename): Rename from ...path.
7226         Fix error message.
7228 2004-11-25  Cheng Gao  <chenggao@gmail.com>
7230         * progmodes/flymake.el: Much whitespace and capitalization change.
7231         Move `provide' to end.  Require `compile' only when compiling.
7233 2004-11-24  Jay Belanger  <belanger@truman.edu>
7235         * calc/calc-alg.el: Added comment.
7236         (math-polynomial-base): Replace variable mpb-top-expr by
7237         math-poly-base-top-expr.
7239         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
7240         (math-polynomial-p1): Replace variable mpb-top-expr by declared
7241         variable.
7242         (math-poly-base-total-base): New variable.
7243         (math-total-polynomial-base, math-polynomial-p1): Replace variable
7244         mpb-total-base by declared variable.
7245         (math-factored-vars, math-to-list): Declare it.
7246         (math-fact-expr): New variable.
7247         (calcFunc-factors, calcFunc-factor, math-factor-expr)
7248         (math-factor-expr-try, math-factor-expr-part): Replace variable
7249         expr by declared variable.
7250         (math-fet-x): New variable.
7251         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
7252         by declared variable.
7253         (math-factor-poly-coefs): Make temp a local variable.
7255         * calc/calc-units.el (calc-convert-units): Make units a local
7256         variable.
7257         (calc-num-units, calc-den-units): New variables.
7258         (calc-explain-units, calc-explain-units-rec): Replace variables
7259         num-units and den-units by declared variables.
7260         (math-cu-unit-list): New variable.
7261         (math-build-units-table, math-compare-unit-names)
7262         (math-convert-units, math-convert-units-rec): Replace variable
7263         unit-list by declared variable.
7264         (math-fbu-base, math-fbu-entry): New variables.
7265         (math-find-base-units, math-find-base-units-rec): Replace variables
7266         base and entry by declared variables.
7267         (math-which-standard): New variable.
7268         (math-to-standard-units, math-to-standard-rec): Replace variable
7269         which-standard by declared variable.
7270         (math-fcu-u): New variable.
7271         (math-find-compatible-unit, math-find-compatible-unit-rec):
7272         Replace variable u by declared variable.
7273         (math-cu-new-units, math-cu-pure): New variables.
7274         (math-convert-units, math-convert-units-rec): Replace variables
7275         new-units and pure by declared variables.
7276         (math-try-cancel-units): New variable.
7277         (math-simplify-units-quotient): Replace variable try-cancel-units by
7278         declared variable.
7280 2004-11-24  Richard M. Stallman  <rms@gnu.org>
7282         * textmodes/ispell.el (ispell-check-version):
7283         If default-directory is nonexistent, use home dir.
7285         * progmodes/grep.el (grep-regexp-alist):
7286         Don't match parens around line numbers.
7288         * progmodes/cperl-mode.el (cperl-indent-region)
7289         (cperl-imenu--create-perl-index, cperl-xsub-scan):
7290         Don't print progress messages.
7292         * progmodes/compile.el (compilation-mode-map):
7293         Don't inherit from compilation-minor-mode-map;
7294         copy its bindings instead.  But the menu bar Compile
7295         entry now does inherit from compilation-menu-map.
7297         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7298         Use with-no-warnings around compiler-macroexpand.
7300         * imenu.el: Don't always require newcomment.
7301         (imenu--generic-function): Call comment-normalize-vars
7302         if we have a comment syntax.
7303         Exit the loop if REGEXP matches the null string.
7304         Test comment-start as well as comment-start-skip
7305         when deciding whether to check for comments.
7307         * tooltip.el (tooltip-mode): Doc fix.
7309         * term.el (term-escape-char, term-mode): Doc fixes.
7311 2004-11-24  Dave Love  <fx@gnu.org>
7313         * progmodes/python.el (python-font-lock-syntactic-keywords):
7314         Check for escapes in the regexp.
7315         (python-quote-syntax): Don't do it here.
7317 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
7319         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
7320         (gdb-frames-mode-map, gdb-threads-mode-map)
7321         (gdb-registers-mode-map, gdb-locals-mode-map)
7322         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
7323         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
7325         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
7326         (dedicated-switch-to-buffer): Rework.
7327         (gdb-var-evaluate-expression-handler, gdb-put-string):
7328         Remove unused variable bindings.
7329         (gdb-setup-windows, gdb-display-buffer):
7330         Simplify. Use pop-to-buffer.
7331         (gdb-view-source-function): Simplify.
7332         (gdb-frame-breakpoints-buffer):
7333         Use pop-to-buffer, special-display-regexps.
7335 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
7337         * progmodes/f90.el (f90-smart-end)
7338         (f90-previous-statement, f90-beginning-of-block): Doc fix.
7339         (f90-calculate-indent): Handle un-named PROGRAM blocks.
7340         (f90-end-of-block): Doc fix.  Make check of outermost block
7341         conditional on value of `f90-smart-end'.
7342         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
7343         Handle case where END-BLOCK is nil.
7344         (f90-match-end): Handle un-named PROGRAM blocks.
7345         (f90-backslash-not-special): New function.
7347 2004-11-24  Jay Belanger  <belanger@truman.edu>
7349         * calc/calc.el (calc-embedded-active): Removed unnecessary
7350         declaration.
7351         (calc-show-banner): Removed redundant declaration.
7353         * calc/calc-graph.el (calc-gnuplot-default-device)
7354         (calc-gnuplot-default-output, calc-gnuplot-print-device)
7355         (calc-gnuplot-print-output, calc-gnuplot-geometry)
7356         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
7357         Remove redundant initial values.
7359         * calc/calc-arith.el (math-scalar-functions)
7360         (math-nonscalar-functions, math-scalar-if-args-functions)
7361         (math-real-functions, math-positive-functions)
7362         (math-nonnegative-functions, math-real-scalar-functions)
7363         (math-real-if-arg-functions, math-integer-functions)
7364         (math-num-integer-functions, math-rounding-functions)
7365         (math-float-rounding-functions, math-integer-if-args-functions)
7366         (math-super-types): Move declarations to earlier in file.
7367         (math-unit-prefixes): Declared it.
7368         (math-floor-prec, math-trunc-prec): New variables.
7369         (math-trunc-fancy): Replace variable prec by declared variable.
7370         (math-floor-fancy): Replace variable prec by declared variable.
7371         (math-com-bterms): New variable.
7372         (math-commutative-equal, math-commutative-collect):
7373         Replace variable bterms by declared variable.
7375         * calc/calc-misc.el (math-trunc): Replace variable prec by
7376         math-trunc-prec.
7377         (math-floor): Replace variable prec by math-floor-prec.
7379         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
7380         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
7381         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
7382         (math-format-date, math-format-date-part): Replace variables
7383         date, dt, year, month, day, weekday, hour, minute, second and
7384         bc-flag by declared variables.
7385         (math-pd-str): New variable.
7386         (math-parse-date, math-parse-date-word, math-parse-standard-date):
7387         Replace variable str by declared variable.
7388         (math-daylight-savings-hook, math-tzone-names): Move definitions
7389         to earlier in the file.
7390         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
7391         (math-sh-year): New variable.
7392         (math-setup-add-holidays, math-setup-holidays)
7393         (math-setup-year-holidays): Replace variable `year' by declared
7394         variable.
7396         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
7397         New variables.
7398         (math-nth-root-float, math-nth-root-float-iter): Replace variables
7399         n, nf and nfm1 by declared variables.
7400         (math-nri-n): New variable.
7401         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
7402         n by declared variable.
7403         (calcFunc-log): Removed misplaced condition.
7405 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7407         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
7409 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
7411         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
7412         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
7413         Dedicate gdb-related windows.
7414         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
7415         other frames.
7416         (gdb-reset): Remove dedicated property after debugging.
7418 2004-11-24  Jay Belanger  <belanger@truman.edu>
7420         * calc/calc-sel.el: Add comment.
7422         * calc/calc.el (math-stack-value-offset): Replace variables c,
7423         wid and off with math-svo-c, math-svo-wid and math-svo-off.
7425         * calc/calccomp.el (math-comp-sel-tag): Declare it.
7426         (math-svo-c, math-svo-wid, math-svo-off): New variables.
7427         (math-stack-value-offset-fancy): Replace variables c, wid and off
7428         by declared variables.
7429         (math-comp-just, math-comp-comma-spc): New variables.
7430         (math-compose-expr, math-compose-matrix): Replace variables `just'
7431         and comma-spc by declared variable.
7432         (math-comp-vector-prec): New variable.
7433         (math-compose-expr, math-compose-matrix, math-compose-rows):
7434         Replace variable vector-prec by declared variable.
7435         (math-comp-left-bracket, math-comp-right-bracket)
7436         (math-comp-comma): New variables.
7437         (math-compose-expr, math-compose-rows): Replace variables
7438         left-bracket, right-bracket and comma by declared variables.
7439         (math-comp-full-width): New variable.
7440         (math-comp-to-string-flat, math-comp-to-string-flat-term):
7441         Replace variable full-width by declared variable.
7442         (math-comp-highlight, math-comp-word, math-comp-level)
7443         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
7444         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
7445         New variables.
7446         (math-comp-to-string-flat, math-comp-to-string-flat-term)
7447         (math-comp-sel-flat-term): Replace variables comp-highlight,
7448         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
7449         declared variables.
7450         (math-comp-simplify, math-comp-simplify-term)
7451         (math-comp-add-string, math-comp-add-string-sel):
7452         Replace variables comp-highlight, comp-buf, comp-base,
7453         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
7455 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7457         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
7459         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
7460         and x-server-version may throw.
7462 2004-11-23  Kim F. Storm  <storm@cua.dk>
7464         * subr.el (substitute-key-definition-key): Optimize.
7465         Don't call indirect-function for nil defn (always signals error).
7467         * ido.el (ido-read-internal): Fix require-match check when
7468         ido-directory-too-big is set.
7470 2004-11-23  Jay Belanger  <belanger@truman.edu>
7472         * calc/calc-ext.el (math-read-replacement-list)
7473         (math-read-superscripts): New variables.
7474         (math-read-preprocess-string): New function.
7475         (math-read-expr): Filter input through math-read-preprocess-string.
7477         * calc/calc-aent.el (math-read-exprs): Filter input through
7478         math-read-preprocess-string.
7480 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
7482         * progmodes/compile.el (compilation-start): In cd command use
7483         substitute-env-vars -- not quite shell compatible but better than
7484         nothing.
7485         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
7486         handle the newer versions messages, which are more parseable.
7488 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7490         * reveal.el (reveal-mode-map): New var.
7491         (reveal-mode): Use it.
7493 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
7495         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
7496         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
7498 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7500         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
7501         header-line when needed.
7502         Use fixed-pitch only in the header-line.
7503         Build the underline automatically.  Use emdash if available.
7505 2004-11-22  Richard M. Stallman  <rms@gnu.org>
7507         * dired.el (dired-recursive-copies): Move from dired-aux.el.
7508         * dired-aux.el (dired-recursive-copies): Move to dired.el.
7510 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
7512         * progmodes/gdb-ui.el (gdb-resync): New function.
7513         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
7514         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
7515         Use it to fail more gracefully.
7516         (gdb-variables): Delete variable.
7517         Re-order variables to reduce byte-compiler warnings.
7519 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7521         * descr-text.el (describe-char):
7522         * paren.el (show-paren-function):
7523         * subr.el (syntax-after): Undo last change.
7525         * progmodes/python.el (run-python): Don't hard code *Python*.
7526         Don't modify global process-environment.
7527         (python-send-region, python-load-file): Don't assume that
7528         python-buffer == (process-buffer (python-proc)).
7529         (python-switch-to-python): Simplify.
7531         * dired.el (dired-align-file): Don't assume line starts with spaces.
7533 2004-11-21  Jay Belanger  <belanger@truman.edu>
7535         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
7536         Replace variable `lines' by math-read-big-lines.
7537         (math-read-big-expr): Replace variables the-baseline, the-h2
7538         and err-msg by math-read-big-baseline, math-read-big-h2 and
7539         math-read-err-msg.
7540         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
7542         * calc/calc-lang.el (math-read-big-rec): Fix typo.
7543         (math-read-big-balance): Replace unbound variable by value.
7544         (math-read-big-lines): New variable.
7545         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
7546         (math-read-big-error, math-read-big-balance): Replace variable
7547         `lines' by declared variable.
7548         (math-read-big-baseline, math-read-big-h2): New variables.
7549         (math-read-big-rec): Replace variables the-baseline and the-h2
7550         by declared variables.
7551         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
7552         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
7553         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
7554         declared variables.
7555         (math-read-big-err-msg): New variable.
7556         (math-read-big-error): Replace variable err-msg by declared variable.
7558 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7560         * ses.el: Add coding cookie.
7561         Fix up docstrings, follow new commenting conventions.
7562         (ses-header-line-menu): Fix missing variable rename for header-row.
7563         (ses-cell-size): Remove.
7564         (ses-make-cell): New function.
7565         (ses-cell, ses-insert-row, ses-insert-column): Use it.
7566         (ses-calculate-cell): Remove unused var `symbol'.
7567         (ses-narrowed-p): New function.
7568         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
7569         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
7570         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
7571         (ses-setup): Use restore-buffer-modified-p.
7572         (ses-cleanup): Remove unused var `end'.
7573         (ses-header-string-left-offset): Remove.
7574         (ses-create-header-string): Adjust to new behavior of `align-to'.
7575         Truncate excessively large fields to preserve alignment.
7576         (ses-reconstruct-all): Remove unused var `refs'.
7577         (ses-read-cell-printer): Remove unused var `prompt'.
7578         (ses-delete-row): Remove unused var `pos'.
7579         (ses-delete-column): Remove unused var `new'.
7581 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7583         * ps-print.el: Insert :version tag into all defgroup and defcustom.
7584         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
7585         Eliminate eval-and-compile usage.
7586         (ps-insert-file): Use insert-file-contents instead of insert-file.
7587         (ps-setup): Code fix.
7589         * printing.el (pr-setup, lpr-setup): Code fix.
7591 2004-11-21  Jay Belanger  <belanger@truman.edu>
7593         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
7594         (calc-original-buffer): Declare them.
7595         (calc-user-formula-alist): New variable.
7596         (calc-user-define-formula, calc-fix-user-formula)
7597         (calc-user-define-composition, calc-finish-formula-edit):
7598         Replace variable `alist' by declared variable.
7599         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
7600         (var-q7, var-q7, var-q8, var-q9): Declare them.
7601         (calc-kbd-push): Don't check to see if var-q0 through var-q9
7602         are bound.
7603         (calcFunc-typeof): Replace undeclared variable by expression.
7604         (math-exp-env): New variable.
7605         (math-define-body, math-define-exp): Replace exp-env by declared var.
7606         (math-define-exp): Replace misplaced variable by expression.
7608         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
7609         (calc-curve-model, calc-curve-coefnames): New variables.
7610         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
7611         varnames, model and coefnames by declared variables.
7612         (math-root-widen): New variable.
7613         (math-search-root, math-find-root): Replace variable root-widen by
7614         declared variable.
7615         (var-DUMMY): Declare it.
7616         (math-root-vars, math-min-vars): Move the declarations to earlier in
7617         the file.
7618         (math-brent-min): Make d a local variable.
7619         (math-find-minimum): Replace non-existent variable.
7620         (math-ninteg-romberg): Remove unnecessary variable.
7621         (math-ninteg-temp): New variable.
7622         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
7623         integ-temp by declared variable.
7624         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
7625         New variables.
7626         (math-general-fit): Replace variables first-var, first-coef and
7627         new-coefs by declared variables.
7628         (calcFunc-fitvar): Replace variable first-var by declared variable.
7629         (calcFunc-fitparam): Replace variable first-coef by declared variable.
7630         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
7631         (math-all-vars-vars, math-all-vars-found): New variables.
7632         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
7633         found by declared variable math-all-vars-vars.
7635 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
7637         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
7638         of `defconst'.
7640 2004-11-20  Richard M. Stallman  <rms@gnu.org>
7642         * isearch.el (isearch-mode-map): Don't bind SPC.
7643         (isearch-whitespace-chars): Function deleted.
7644         (isearch-search): Bind search-spaces-regexp.
7645         (isearch-lazy-highlight-search): Likewise.
7646         (search-whitespace-regexp): Doc fix.
7647         (isearch-forward-regexp): Doc fix.
7649         * emacs-lisp/bytecomp.el (byte-compile-form):
7650         Move the calls to byte-compile-set-symbol-position,
7651         to avoid having two for the same symbol occurrence.
7653         * comint.el (comint-input-ring-size): Increase to 150.
7655         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
7656         New variables.
7657         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
7658         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
7660         * imenu.el (imenu--generic-function):
7661         Ensure we keep moving backward even if BEG isn't further back.
7663         * replace.el (query-replace-read-to, query-replace-read-from):
7664         Specify t for KEEP-ALL in read-from-minibuffer.
7666         * progmodes/python.el (python-switch-to-python):
7667         If Python isn't running, start it.
7668         Don't alter debug-ignored-errors.
7670         * progmodes/cperl-mode.el (cperl-indent-region):
7671         Don't mind imenu-scanning-message.
7673         * bindings.el (global-map): Bind C-e to move-end-of-line.
7675         * simple.el (line-move-finish): New arg FORWARD.
7676         Ignore invisible newlines, not intangible ones.
7677         Conditions for acceptable stopping positions depend on FORWARD.
7678         (line-move): Pass FORWARD arg to line-move-finish.
7680         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
7681         of HEADER.  Compensate for this change in the code to add display
7682         properties.  Don't make the first line intangible.
7684         * info.el (Info-search): Fix previous change.
7686 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
7688         * Makefile.in (recompile): Revert 2004-11-19 change.
7689         (compile): Likewise.
7691 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
7693         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
7695 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7697         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
7698         defgroup and defcustom.  Eliminate eval-and-compile usage.
7700         * progmodes/ebnf-otz.el: Fix typos.
7702 2004-11-19  Jay Belanger  <belanger@truman.edu>
7704         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
7705         (calc-edit-finish, calc-finish-stack-edit): Replace variable
7706         disp-trail by declared variable.
7708         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
7709         (calc-finish-selection-edit): Replace variable disp-trail by
7710         declared variable.
7711         (calc-selection-cache-entry): Move declaration to earlier in the file.
7712         (calc-selection-cache-num, calc-selection-cache-comp)
7713         (calc-selection-cache-offset, calc-selection-true-num)
7714         (calc-final-point-line, calc-final-point-column)
7715         (calc-original-buffer): Declare them.
7716         (calc-fnp-op, calc-fnp-num): New variables.
7717         (calc-find-nth-part, calc-find-nth-part-rec)
7718         (calc-select-previous): Replace op and num by declared variables.
7719         (calc-rsf-old, calc-rsf-new): New variables.
7720         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
7721         Replace variables old and new by declared variables.
7722         (calc-sel-reselect): New variable.
7723         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
7724         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
7725         (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
7726         reselect with declared variable.
7728         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
7729         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
7730         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
7731         (math-import-list, math-rewrite-phase): Declare them.
7732         (math-rewrite): Use let* to declare variables.
7733         (calc-rewrite-selection): Make rules a local variable.
7734         (calc-rewr-sel): New variable.
7735         (calc-rewrite-selection, calc-locate-selection-marker)
7736         (calc-rewrite): Use the declared variable calc-rewr-sel instead
7737         of sel.
7738         (math-rewrite-whole-expr): New variable.
7739         (math-rewrite, math-rewrite-phase): Replace variable expr by
7740         declared variable.
7741         (math-rewrite-heads-heads, math-rewrite-heads-skips)
7742         (math-rewrite-heads-blanks ): New variables.
7743         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
7744         heads, skips and blanks by declared variables.
7745         (math-rwcomp-subst-old, math-rwcomp-subst-new)
7746         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
7747         New variables.
7748         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
7749         old, new, old-func and new-func by declared variables.
7750         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
7751         Remove unnecessary variable.
7752         (math-apply-rw-regs): New variable.
7753         (math-apply-rewrites, math-rwapply-replace-regs)
7754         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
7755         (math-apply-rw-ruleset): New variable.
7756         (math-apply-rewrites, math-rwapply-remember): Replace variable
7757         ruleset by declared variable.
7759 2004-11-19  Richard M. Stallman  <rms@gnu.org>
7761         * info.el (Info-search): Use search-whitespace-regexp.
7763 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
7765         * vc-rcs.el (vc-rcs-parse): New function.
7766         (vc-rcs-annotate-command): Likewise.
7767         (vc-rcs-annotate-current-time): Likewise.
7768         (vc-rcs-annotate-time): Likewise.
7769         (vc-rcs-annotate-extract-revision-at-line): Likewise.
7771 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
7773         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
7775 2004-11-18  Jay Belanger  <belanger@truman.edu>
7777         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
7779 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7781         * printing.el: Eliminate use of interactive-p and eval-and-compile.
7782         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
7783         Use make-temp-file to generate PostScript files in any situation.
7784         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
7785         (pr-interactive-p): Eliminate var.
7786         (pr-save-interactive): Eliminate macro.
7787         (pr-interface, pr-ps-directory-preview)
7788         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
7789         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
7790         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
7791         (pr-ps-buffer-ps-print, pr-ps-region-preview)
7792         (pr-ps-region-using-ghostscript, pr-ps-region-print)
7793         (pr-ps-region-ps-print, pr-ps-mode-preview)
7794         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
7795         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
7796         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
7797         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
7798         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
7799         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
7800         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
7801         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
7802         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
7803         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
7804         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
7805         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
7806         Eliminate pr-save-interactive usage.
7807         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
7808         Eliminate pr-interactive-p usage.
7809         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
7810         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
7811         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
7812         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
7813         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
7814         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
7815         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
7816         New funs.
7817         (pr-ps-file): Use make-temp-file to generate a temporary file.
7819 2004-11-17  Jay Belanger  <belanger@truman.edu>
7821         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
7822         a local variable.
7823         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
7824         (math-top-only): New variable.
7825         (math-simplify, math-simplify-step): Replace variable top-only by
7826         declared variable math-top-only.
7827         (math-simplify-expr): Declare it.
7828         Replace argument expr in all calls of math-defsimplify by
7829         math-simplify-expr.
7830         (math-simplify-plus, math-simplify-times, math-simplify-divide)
7831         (math-simplify-divisor, math-simplify-one-divisor)
7832         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
7833         (math-simplify-pow): Replace variable expr by declared variable
7834         math-simplify-expr.
7835         (math-simplify-divisor): Remove local variables temp and op.
7836         (math-simplify-one-divisor): Make temp and op local variables.
7837         (math-simplify-divisor-nover, math-simplify-divisor-dover):
7838         New variables.
7839         (math-simplify-divisor, math-simplify-one-divisor):
7840         Replace variables nover and dover by declared variables.
7841         (math-expr-subst-new, math-expr-subst-old): New variables.
7842         (math-expr-subst, math-expr-subst-rec): Replace variables new
7843         and old by declared variables.
7844         (math-is-poly-degree, math-is-poly-loose): New variables.
7845         (math-is-polynomial, math-is-poly-rec): Replace variables degree
7846         and loose by declared variables.
7847         (math-poly-base-const-ok, math-poly-base-pred): New variables.
7848         (math-polynomial-base, math-polynomial-base-rec):
7849         Replace variables const-ok and mpb-pred by declared variables.
7851         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
7853         * calc/calc-ext.el (math-defsimplify): Change the argument in
7854         the created function to math-simplify-expr.
7856         * calc/calc-units.el (math-simplify-expr): Declare it.
7857         Replace argument expr in all calls of math-defsimplify by
7858         math-simplify-expr.
7859         (math-simplify-units-prod): Replace variable expr by declared
7860         variable math-simplify-expr.
7862 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7864         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
7865         Replace mapcar->dolist, format->string.
7867 2004-11-17  Miles Bader  <miles@gnu.org>
7869         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
7870         * progmodes/idlwave.el: Remove RCS keywords.
7872 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
7874         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
7875         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
7876         Update to IDLWAVE version 5.5.  Too many changes to list them here.
7877         * progmodes/idlw-help.el: New file.
7879 2004-11-16  Richard M. Stallman  <rms@gnu.org>
7881         * international/iso-cvt.el (iso-tex2iso-trans-tab):
7882         Discard spaces after \i according to TeX rules.
7884         * international/mule.el (set-buffer-file-coding-system):
7885         New arg NOMODIFY.
7886         (after-insert-file-set-coding): Pass that new arg.
7887         Prevent set-buffer-multibyte from trying to lock the file.
7889         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
7891         * saveplace.el (save-place): Doc fix.
7893         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
7894         temporarily widen before finding the following word to copy.
7896         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
7897         (cl-map-keymap): Definition deleted.
7899         * subr.el (map-keymap-internal): New function.
7901 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7903         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
7904         when pressing rather than when releasing mouse-2.  Simplify.
7906 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7908         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
7909         (compilation-mode): Set it here instead.
7911         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
7913         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
7914         (loop, cl-parse-loop-clause, defsetf): Use backquote.
7916 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7918         * progmodes/compile.el (compilation-internal-error-properties):
7919         Fix up a transposition-typo.  Check end-col before using it.
7921 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
7923         * international/iso-cvt.el (iso-tex2iso-trans-tab):
7924         Discard whitespace after macro \i when converting it.
7926 2004-11-16  Juri Linkov  <juri@jurta.org>
7928         * emacs-lisp/find-func.el (find-function-regexp):
7929         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
7930         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
7931         Remove invalid `\W' from [^cgv\W].  Doc fix.
7932         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
7934 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
7936         * play/life.el: Maintainer is now FSF.
7937         (life-patterns, life-neighbor-deltas, life-window-start)
7938         (life-current-generation, life-generation-string): Use defvar
7939         instead of defconst.
7941 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7943         * progmodes/compile.el (compilation-move-to-column): New fun.
7944         (compilation-internal-error-properties)
7945         (compilation-next-error-function): Use it to make sure we don't go past
7946         the end of line.
7948 2004-11-15  John Paul Wallington  <jpw@gnu.org>
7950         * autoinsert.el (auto-insert-alist): Insert the user's name in
7951         copyright notice, rather than Free Software Foundation, for the
7952         Emacs Lisp header case too.
7954 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7956         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
7957         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
7958         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
7959         return the list of string in a string.
7960         (pr-call-process): Message if calling process returns an error, that
7961         is, the exit status is different of zero.
7963 2004-11-15  Jay Belanger  <belanger@truman.edu>
7965         * calc/calcalg2.el (math-integrate-by-parts): Remove unused
7966         variable var-thing.
7967         (math-integ-depth, math-integ-level, math-integral-limit)
7968         (math-enable-subst, math-any-substs, math-integ-msg)
7969         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
7970         (math-int-threshold, math-int-factors, math-double-roots)
7971         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
7972         (var-GenCount): Declare these variables.
7973         (calcFunc-integ): Don't check if var-IntegLimit is bound.
7974         (math-integral-cache, math-integral-cache-state):
7975         Move declarations to earlier in the file.
7976         (math-deriv-var, math-deriv-total, math-deriv-symb)
7977         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
7978         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
7979         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
7980         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
7981         (math-solve-res): New variables
7982         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
7983         (math-integral, math-replace-integral-parts)
7984         (math-integrate-by-parts, calc-dump-integral-cache)
7985         (math-try-integral, math-do-integral, math-do-integral)
7986         (math-do-integral-methods, math-try-solve-for)
7987         (math-try-solve-prod, math-solve-poly-funny-powers)
7988         (math-solve-crunch-poly, math-decompose-poly)
7989         (math-solve-find-root-term, math-find-root-in-prod)
7990         (math-integ-try-linear-substitutions)
7991         (math-integ-try-substitutions, math-expr-rational-in)
7992         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
7993         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
7994         (math-solve-for, math-solve-system, math-solve-system-rec)
7995         (math-solve-get-sign, math-solve-get-int)
7996         (math-solve-system-subst): Replace undeclared variables with newly
7997         declared variables.
7999 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8001         * winner.el (winner-active-region, winner-edges, winner-window-list):
8002         Define at toplevel.
8003         (winner-mode-map): Move init inside declaration.
8005 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
8007         * files.el (convert-standard-filename): Doc fix.
8009 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
8011         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
8012         passwd, group, shadow, default/* and pam.d/*.
8014 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8016         * printing.el (pr-menu-spec): Adjust menu specification.
8018 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8020         * printing.el: Doc fix.  Insert :version tag into all defcustom.
8021         Handle interactive-p as is recommended in Emacs Lisp Reference.
8022         Set the file permission bits for newly created files.
8023         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
8024         The printing menu specification (in `pr-menu-spec') was merged.
8025         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8026         (pr-version): New version number (6.8.3).
8027         (pr-file-modes): New option.
8028         (pr-interactive-p): New var.
8029         (pr-save-interactive, pr-save-file-modes): New macros.
8030         (pr-setup): Code fix.
8031         (pr-menu-spec): Menu specification merged.
8032         (pr-call-process, pr-text2ps): Set file permission bits.
8033         (pr-despool-print): Set file permission bits.  Handle interactive-p as
8034         is recommended.
8035         (pr-interface, pr-ps-directory-preview)
8036         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
8037         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
8038         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
8039         (pr-ps-buffer-ps-print, pr-ps-region-preview)
8040         (pr-ps-region-using-ghostscript, pr-ps-region-print)
8041         (pr-ps-region-ps-print, pr-ps-mode-preview)
8042         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
8043         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
8044         (pr-despool-using-ghostscript, pr-despool-ps-print)
8045         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
8046         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
8047         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
8048         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
8049         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
8050         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
8051         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
8052         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
8053         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
8054         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
8055         Handle interactive-p as is recommended.
8057 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8059         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
8060         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
8062         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
8063         so it doesn't forget to highlight the beginning of the region either.
8065 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
8067         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
8068         (c-font-lock-init): Eliminate obsolete make-local-hook.
8069         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
8070         (awk-mode): Use run-mode-hooks.
8072         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
8074 2004-11-13  Kim F. Storm  <storm@cua.dk>
8076         * mouse.el (mouse-drag-copy-region): Add :version.
8077         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
8078         while dragging mode line, so mode line can be dragged downwards.
8079         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
8080         while pressing mouse button so window doesn't scroll until we
8081         release the mouse if clicking on partially visible line.
8083 2004-11-12  Jay Belanger  <belanger@truman.edu>
8085         * calc/calc-graph.el (calc-dumb-map): Declare it.
8086         (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
8087         than unbound.
8088         (calc-graph-name): Made `end' a local variable.
8089         (calc-graph-lookup): Made `varname' a local variable.
8090         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
8091         Declare them.
8092         (calc-graph-format-data): Don't check if var-PlotRejects is bound.
8093         (calc-graph-plot, calc-graph-compute-3d): Remove references to
8094         the unused variable y3vec.
8095         (calc-graph-show-dumb): Remove reference to unused variable found-pt.
8096         (calc-graph-kill-hook, calc-graph-plot): Remove reference to
8097         calc-graph-prev-kill-hook.
8098         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
8099         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
8100         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
8101         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
8102         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
8103         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
8104         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
8105         (calc-graph-y3value, calc-graph-y3name)
8106         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
8107         (calc-graph-stepcount, calc-graph-is-splot)
8108         (calc-graph-surprise-splot, calc-graph-blank)
8109         (calc-graph-non-blank, calc-graph-curve-num): New variables.
8110         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
8111         (calc-graph-recompute-2d, calc-graph-compute-3d)
8112         (calc-graph-format-data): Replace undeclared variables with the
8113         above newly declared variables.
8115 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
8117         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
8118         `rsf-beep' and `rsf-sleep-after-message'.
8120         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
8121         list if `message-sender' is non-nil.
8123 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
8125         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
8126         consing by using mapc instead of mapcar.
8128 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
8130         * tooltip.el (require): Explain why CL is needed.
8132 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8134         * printing.el: Insert :version into defgroup (printing).  All reference
8135         to Files option in menubar were changed to File.
8136         (pr-version): New version number (6.8.2).
8137         (pr-get-symbol): Call easy-menu-intern.
8138         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
8139         compilation gripes.
8141 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8143         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
8144         new byte-compile-function-environment binding to t.
8146         * font-lock.el (font-lock-fontify-syntactically-region):
8147         Don't forget to highlight the last char when we hit `end'.
8149         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
8150         (mwheel-scroll): Adjust accordingly.
8152         * cvs-status.el: Reduce spurious warnings.
8153         (cvs-status-checkout): Remove.
8154         (cvs-status-mode-map): Use cvs-mode-checkout instead.
8156         * pcvs.el (cvs-mode-checkout): New command.
8158         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
8160         * tooltip.el: Require CL.
8162         * emacs-lisp/bytecomp.el: Use push.
8163         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
8164         (defalias): Remove the `byte-compile' property and add
8165         a `byte-hunk-handler'.
8167 2004-11-11  Juri Linkov  <juri@jurta.org>
8169         * info.el (Info-search): Save match data for isearch.
8170         Skip Tag Table node.
8172         * descr-text.el (describe-char): Replace syntax-after with code
8173         from its previous version.
8175         * files.el (magic-mode-alist): Use optimization for SGML mode too.
8176         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
8178         * international/mule.el (sgml-html-meta-auto-coding-function):
8179         Remove > after <html to allow HTML attributes.
8181 2004-11-11  Jay Belanger  <belanger@truman.edu>
8183         * calc/calc-comb.el (math-prime-factors-finished): Declare it as
8184         a variable.
8185         (calcFunc-dfac): Replace unbound max by n.
8186         (math-stirling-local-cache): New variable.
8187         (math-stirling-number, math-stirling-1, math-stirling-2):
8188         Replace the variable `cache' by the declared variable
8189         math-stirling-local-cache.
8190         (var-RandSeed): Declare it as a variable.
8191         (math-init-random-base, math-random-digit): Don't check to see if
8192         var-RandSeed is bound.
8193         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
8194         Declare them instead of just setting them.
8195         (math-init-random-base): Made i a local variable.
8196         (math-random-digit): Made math-random-last a local variable.
8197         (math-prime-test-cache): Move declaration to before it is used.
8198         (math-prime-test-cache-k, math-prime-test-cache-q)
8199         (math-prime-test-cache-nm1, math-prime-factors-finished):
8200         Declare them as variables.
8202 2004-11-11  Jay Belanger  <belanger@truman.edu>
8204         * calc/calc-ext.el (math-defcache): Use defvar for the new
8205         variables it creates.
8207 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
8209         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
8210         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
8211         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
8212         (desktop-save): Add :version.
8214 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8216         * printing.el (pr-get-symbol): Don't downcase.
8218 2004-11-10  Jay Belanger  <belanger@truman.edu>
8220         * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
8221         string to kill-ring.
8223         * calc/calc-aent.el (calc-alg-exp, math-toks)
8224         (math-exp-pos,math-exp-old-pos, math-exp-token)
8225         (math-exp-keep-spaces, math-exp-str): New variables.
8226         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
8227         (calcAlg-enter): Use declared variable calc-alg-exp.
8228         (math-build-parse-table, math-find-user-token): Use declared
8229         variable math-toks.
8230         (math-read-exprs, math-read-token, calc-check-user-syntax)
8231         (calc-match-user-syntax, match-factor-after, math-read-factor):
8232         Use declared variables math-exp-pos math-exp-old-pos.
8233         (math-read-exprs, math-read-token, math-read-expr-level)
8234         (calc-check-user-syntax, calc-match-user-syntax)
8235         (match-factor-after, math-read-factor): Use declared variable
8236         math-exp-token.
8237         (math-read-exprs, math-read-expr-list, math-read-token)
8238         (math-read-factor): Use declared variable math-exp-keep-spaces.
8239         (math-read-exprs, math-read-token): Use declared variable
8240         math-exp-str.
8241         (calc-match-user-syntax): Make m a local variable.
8243         * calc/calc-ext.el (math-read-expr): Use declared variables
8244         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
8245         math-exp-keep-spaces.
8247         * calc/calc-forms.el (math-read-angle-bracket): Use declared
8248         variables math-exp-pos, math-exp-str.
8250         * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
8251         math-exp-old-pos.
8252         (math-parse-fortran-vector, math-parse-fortran-vector-end)
8253         (math-parse-eqn-prime): Use declared variable math-exp-token.
8255         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
8256         Use declared variable math-exp-pos.
8257         (math-check-for-commas): Use declared variable math-exp-str.
8258         (math-read-brackets): Use declared variables math-exp-old-pos,
8259         math-exp-keep-spaces.
8260         (math-read-brackets, math-read-vector, math-read-matrix):
8261         Use declared variable math-exp-token.
8263 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8265         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
8266         where the keymap is a symbol.
8267         (easy-menu-add-item): Use keymap-prompt.  Simplify.
8269         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
8271         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
8272         (sgml-parse-tag-backward): Use it to skip spurious < or >.
8274 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
8276         * ebuff-menu.el: Doc fixes throughout.
8277         (electric-buffer-menu-mode-hook): New defvar.
8279 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
8281         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
8282         compilation. The resulting compiler warnings appear to be harmless.
8284 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
8286         * textmodes/conf-mode.el: New file.
8288         * files.el (auto-mode-alist, magic-mode-alist): Use it.
8290 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8292         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
8294 2004-11-09  Jay Belanger  <belanger@truman.edu>
8296         * calc/calc-ext.el (calc-init-extensions): Remove old code.
8298         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
8299         (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
8300         (calc-z-prefix-help, calc-user-function-list): Use declared
8301         variables calc-z-prefix-buf, calc-z-prefix-msgs.
8302         (math-map-tree, math-map-tree-rec): Use declared variables
8303         math-mt-many, math-mt-func.
8304         (math-read-expression, math-read-string): Use declared variable
8305         math-expr-data.
8307         * calc/calc-ext.el (math-normalize-nonstandard): Use declared
8308         variable math-normalize-a.
8310         * calc/calc.el (math-normalize-a): New variable.
8311         (math-normalize): Use declared variable math-normalize-a.
8313         * calc/calc-poly.el (math-expand-form): Use declared variable
8314         math-mt-many.
8316         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
8317         Use declared variable math-mt-many.
8318         (math-rewrite): Use declared variable math-mt-func.
8320         * calc/calc-vec.el (math-read-brackets, math-read-vector)
8321         (math-read-matrix): Use declared variable math-expr-data.
8323         * calc/calc-lang.el (math-parse-fortran-vector)
8324         (math-parse-fortran-vector-end, math-parse-tex-sum)
8325         (math-parse-eqn-matrix, math-parse-eqn-prime)
8326         (math-read-math-subscr): Use declared variable math-expr-data.
8328         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
8329         (math-read-expr-level, math-read-token, calc-check-user-syntax)
8330         (calc-match-user-syntax, math-read-if, math-factor-after)
8331         (math-read-factor): Use declared variable math-expr-data.
8333 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
8335         * calendar/diary-lib.el (diary-from-outlook)
8336         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
8337         interactive-p; but rather new optional argument NOCONFIRM.
8339 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8341         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
8342         (easy-menu-name-match): Revert correspondingly.
8344 2004-11-09  Richard M. Stallman  <rms@gnu.org>
8346         * emacs-lisp/bytecomp.el (byte-compile-defalias):
8347         Turn off warnings for the new function even if definition not constant.
8348         If the definition isn't a quoted symbol, record (FUNCTION . t).
8349         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
8350         (byte-compile-callargs-warn): Handle (FUNCTION . t).
8351         (display-call-tree, byte-compile-arglist-warn):
8352         Handle t returned by byte-compile-fdefinition.
8354 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8356         * Makefile.in (maintainer-clean): Depend on distclean.
8358         * help-fns.el (help-C-file-name): File name must be in build-files
8359         to be returned.
8361 2004-11-09  Jay Belanger  <belanger@truman.edu>
8363         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
8364         (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
8366         * calc/calc.el (calc, calc-trail-display, calc-mode):
8367         Remove obsolete sections.
8369         * calc/calc.el (calc-x-paste-text): Remove.
8371         * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
8372         mouse-2.
8374 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
8376         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
8377         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
8378         current frame (in case of recursive calls).
8379         (gdb-show-changed-values): Add :version keyword.
8381 2004-11-09  Kenichi Handa  <handa@m17n.org>
8383         * international/mule-cmds.el: Change coding: tag back to
8384         iso-2022-7bit.
8386 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8388         * international/mule-cmds.el: Change coding-system to utf-8.
8389         (select-safe-coding-system-interactively):
8390         New function extracted from select-safe-coding-system.
8391         (select-safe-coding-system): Use it.
8393 2004-11-08  Richard M. Stallman  <rms@gnu.org>
8395         * subr.el (syntax-after): Doc fix.
8397         * paren.el (show-paren-function): Change calls to syntax-after
8398         for new way of returning the value.
8400         * menu-bar.el (menu-bar-file-menu): Make this the real name
8401         and menu-bar-files-menu the alias.  Use the former.
8402         (global-map): Use `file', not `files', as the symbol.
8404         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
8406         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
8407         Don't use beginning-of-buffer.
8408         (filesets-cmd-show-result): Use with-no-warnings.
8410 2004-11-08  Juri Linkov  <juri@jurta.org>
8412         * progmodes/compile.el (compile): Don't overwrite last command in
8413         minibuffer history with default command if they are not equal.
8415 2004-11-08  Jay Belanger  <belanger@truman.edu>
8417         * calc/calcalg2.el (math-do-integral-methods): Try linear then
8418         non-linear substitutions.
8420 2004-11-08  Jay Belanger  <belanger@truman.edu>
8422         * calc/calcalg2.el (math-linear-subst-tried): New variable.
8423         (math-do-integral): Set `math-linear-subst-tried' to nil.
8424         (math-do-integral-methods): Use `math-linear-subst-tried' to
8425         determine what type of substitution to try.
8426         (math-integ-try-linear-substituion):
8427         Set `math-linear-subst-tried' to t.
8429 2004-11-08  Kim F. Storm  <storm@cua.dk>
8431         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
8433 2004-11-07  Juri Linkov  <juri@jurta.org>
8435         * info-look.el (info-lookup): Allow reusing in the current buffer
8436         not only *info* buffer, but all (even renamed) Info buffers
8437         by checking for major-mode instead of *info* buffer name.
8438         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
8439         (octave-mode, maxima-mode) <doc-spec>:
8440         Allow long dashes generated by Texinfo 4.7 before definitions.
8441         (texinfo-mode) <doc-spec>: Add space to suffix to find command
8442         definitions with argument separated by space.
8444 2004-11-06  Richard M. Stallman  <rms@gnu.org>
8446         * simple.el (next-error group, face): Move before first use.
8447         (next-error-highlight, next-error-highlight-no-select): Likewise.
8449         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
8450         (line-move): New args NOERROR and TO-END.
8451         Return t if if succeed in moving specified number of lines.
8452         (move-end-of-line): New function.
8454         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
8455         (end-of-buffer-other-window): Likewise.
8457         * simple.el (line-move-ignore-invisible): Default to t.
8459         * subr.el (syntax-after): Return the syntax letter, not the raw code.
8461         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
8463         * international/iso-cvt.el (iso-cvt-define-menu):
8464         Rename menu-bar-files-menu to menu-bar-file-menu.
8466         * net/browse-url.el (browse-url-gnome-moz-program)
8467         (browse-url-gnome-moz-arguments): Move up before first use.
8469         * net/tramp.el (tramp group): Add :version.
8471         * progmodes/ada-xref.el (ada-gdb-application):
8472         Use goto-char instead of beginning-of-buffer.
8474         * progmodes/cperl-mode.el (cperl-info-on-command):
8475         Use goto-char instead of beginning-of-buffer.
8477         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
8478         Move up before first use.
8479         (idlwave-shell-temp-pro-file): Likewise.
8480         (idlwave-shell-temp-rinfo-save-file): Likewise.
8481         (idlwave-shell-temp-file): Minor doc fix.
8483         * textmodes/flyspell.el (flyspell-external-point-words):
8484         Use goto-char instead of beginning-of-buffer.
8486 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
8488         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
8489         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
8490         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
8492 2004-11-06  David Ponce  <david@dponce.com>
8494         * recentf.el (recentf-menu-path): Use menu item name.
8496 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
8498         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
8499         display doesn't support images.
8501 2004-11-06  Andreas Schwab  <schwab@suse.de>
8503         * tempo.el (tempo-match-finder): Doc fix.
8505         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
8507 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8509         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
8510         (easy-menu-lookup-name): New fun to replace it.
8511         (easy-menu-get-map): Use it to obey menu item names (rather than just
8512         keys) when looking up `path'.
8513         (easy-menu-always-true-p): Rename from easy-menu-always-true.
8514         (easy-menu-convert-item-1): Adjust to new name.
8516 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
8518         * outline.el (hide-body): Don't hide lines at the top of the file
8519         that precede the first header line.
8521 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
8523         * align.el (align-areas): Delete whitespace before reindenting, so
8524         that tabs are never placed after spaces.
8526 2004-11-06  Alan Shutko  <ats@acm.org>
8528         * macros.el (insert-kbd-macro): Do completions based on macros,
8529         rather than all commands.
8531 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
8533         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
8534         to solve a bug whereby tags with 'b' don't match.
8536 2004-11-05  Juri Linkov  <juri@jurta.org>
8538         * info.el (Info-search): Don't search in node header lines
8539         and file headers.
8541         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
8542         symbol-constituent characters after dot, not only digits.
8544 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
8546         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
8548 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8550         * dired.el (dired-read-dir-and-switches): Call read-directory-name
8551         if a dialog will be used, read-file-name otherwise.
8553 2004-11-04  Richard M. Stallman  <rms@gnu.org>
8555         * textmodes/table.el (table group): Add :version.
8557         * textmodes/ispell.el (ispell-word):
8558         Don't alter args; set them only thru `interactive' spec.
8560         * textmodes/flyspell.el (flyspell-word):
8561         Don't alter FOLLOWING; set it only thru `interactive' spec.
8563         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
8565         * net/browse-url.el (browse-url-maybe-new-window):
8566         Use called-interactively-p.
8568         * mail/supercite.el (sc-cite-region):
8569         Don't use interactive-p.  Add arg INTERACTIVE.
8570         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
8572         * international/mule-cmds.el (set-input-method, toggle-input-method):
8573         Don't use interactive-p.  Add arg INTERACTIVE.
8575         * eshell/esh-mode.el (eshell-show-maximum-output):
8576         Don't use interactive-p.
8577         (eshell-truncate-buffer): Just message, no error, if buffer is short.
8579         * mouse.el (mouse-show-mark): Get positions to delete from mark
8580         and point, not from mouse-drag-overlay.
8582         * imenu.el (imenu-eager-completion-buffer): Add :version.
8584         * filesets.el (filesets group): Add :version.
8586 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
8588         * files.el (xml-based-modes): Delete var.
8589         (magic-mode-alist): New more general var.
8590         (set-auto-mode): Use it.
8592         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
8593         when clicking from another window.
8595 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
8597         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
8598         (vc-cvs-annotate-time): Incorporate value of deleted var.
8599         Remove special-case handling of beginning-of-buffer cruft.
8600         Cache ending position (point) and return value in text property
8601         `vc-cvs-annotate-time', and consult it on subsequent invocations.
8603         * vc-cvs.el (vc-cvs-annotate-command):
8604         Delete extraneous lines from beginning of buffer.
8605         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
8607         * progmodes/grep.el (grep-default-command): Take empty string
8608         for tag if all other methods yield nil.  Shell-quote the tag.
8610         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
8611         spec in `interactive' form, and mention it in the docstring.
8612         Also, make sure point is at bol after calling `annotate-time'.
8614 2004-11-02  Richard M. Stallman  <rms@gnu.org>
8616         * cus-edit.el (customize-group-other-window):
8617         Select the window that displays the custom buffer.
8618         (custom-buffer-create-other-window): Likewise.
8620         * comint.el (comint-insert-input): Fix previous change.
8622         * emacs-lisp/elp.el (elp-instrument-function):
8623         Use called-interactively-p.
8625         * emacs-lisp/easymenu.el (easy-menu-intern):
8626         Don't downcase; rather, case-flip the first letter of each word.
8628         * emacs-lisp/easy-mmode.el (define-minor-mode):
8629         Use called-interactively-p.
8631         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
8632         Add interactive-only.
8633         (byte-compile-warnings): Add interactive-only as option.
8634         (byte-compile-interactive-only-functions): New variable.
8635         (byte-compile-form): Warn about calls to functions
8636         in byte-compile-interactive-only-functions.
8638         * emacs-lisp/autoload.el (update-file-autoloads):
8639         Don't use interactive-p; take new arg SAVE-AFTER.
8641         * emacs-lisp/advice.el (ad-make-advised-definition):
8642         Use called-interactively-p.
8644 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8646         * files.el (find-file-existing): New function.
8648         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
8649         find-file-existing.  Add "New File..." that calls find-file.
8651         * diropen.pbm, diropen.xpm: New files.
8653         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
8654         icon diropen.  New tool bar item find-file-existing uses icon open.
8656         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
8657         instead of read-file-name.
8659 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
8661         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
8662         (icalendar--split-value): Change name of work buffer.
8663         (icalendar--get-weekday-abbrev): Return nil on error.
8664         (icalendar--date-to-isodate): New function.
8665         (icalendar-convert-diary-to-ical)
8666         (icalendar-extract-ical-from-buffer): Use only two args for
8667         make-obsolete (XEmacs compatibility).
8668         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
8669         (icalendar-export-region): Doc fix.
8670         If error, return non-nil and write errors to a buffer.
8671         Use correct weekday for weekly recurring events.
8672         Check whether date has been parsed for ordinary events.
8673         Make weekly events start in the year 2000.
8674         DTEND is non-inclusive, shift end date by one day if
8675         necessary (not for entries that have date and time).
8676         Rename local let variables: oops -> found-error, datestring ->
8677         startdatestring.
8679 2004-11-02  Kim F. Storm  <storm@cua.dk>
8681         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
8682         keep-mode-if-same variable.  Add it as optional arg instead.
8683         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
8685         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
8686         substitute-command-keys will select lower-case bindings like those
8687         used in the static help texts.
8689         * descr-text.el (describe-text-properties): Don't err if called in
8690         the *Help* buffer; output to *Help-2* buffer instead.
8692         * kmacro.el (group kmacro): Add :version.
8693         (kmacro-keyboard-quit): New function to cleanup on C-g.
8694         (kmacro-start-macro): Set defining-kbd-macro to append when
8695         appending to last macro.
8697         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
8699 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
8701         * progmodes/gdb-ui.el (gdb-enable-debug-log)
8702         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
8703         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
8704         Add :version keyword.
8706 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
8708         * progmodes/flymake.el (flymake-err-line-patterns):
8709         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
8710         `compilation-error-regexp-alist-alist' to internal Flymake format.
8712         * progmodes/flymake.el: Eliminate byte-compiler warnings.
8714 2004-11-01  Jay Belanger  <belanger@truman.edu>
8716         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
8717         with `interactive "s"'.
8719 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8721         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
8722         Revert change from 2004-10-16.  '*' checks the current buffer, but the
8723         mouse click may be in another buffer.
8725 2004-11-01  John Paul Wallington  <jpw@gnu.org>
8727         * files.el (large-file-warning-threshold): Add :version keyword.
8728         (kill-some-buffers): Doc fix.
8730         * thumbs.el (group thumbs): Add :version keyword.
8732         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
8734 2004-11-01  Richard M. Stallman  <rms@gnu.org>
8736         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
8738         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
8740         * allout.el (allout group): Add :version.
8741         (allout-init): Don't use interactive-p.
8742         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
8743         (allout-forward-current-level, allout-backward-current-level):
8744         Don't use interactive-p.
8746         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
8747         (bibtex-find-text): Likewise.
8749         * progmodes/vhdl-mode.el (vhdl-fill-region)
8750         (vhdl-beginning-of-statement): Don't use interactive-p.
8752         * progmodes/idlwave.el (idlwave-update-routine-info):
8753         Don't use interactive-p.
8755         * progmodes/idlw-shell.el (idlwave-shell-send-char):
8756         Don't use interactive-p.
8758         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
8759         Don't use interactive-p.
8761         * progmodes/ada-xref.el (ada-make-body-gnatstub):
8762         Don't use interactive-p.
8764         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
8765         (fortune-in-buffer): Doc fix.
8767         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
8769         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
8770         don't select the temporary buffer.
8771         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
8772         (eudc-get-phone): Likewise.
8774 2004-11-01  Kim F. Storm  <storm@cua.dk>
8776         * man.el (Man-xref-normal-file): Fix help-echo.
8778 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8780         * reveal.el (reveal-last-tick): New var.
8781         (reveal-post-command): Use it to avoid closing overlays when we're
8782         appending text to them.
8784 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8786         * textmodes/bibtex.el: Require button.
8787         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
8788         (bibtex-reference-keys): Distinguish between header keys and
8789         crossref keys.
8790         (bibtex-beginning-of-field): New function.
8791         (bibtex-url-map): Remove.
8792         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
8793         (bibtex-font-lock-url-regexp): Assume that field names begin at
8794         the beginning of a line.
8795         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
8796         Remove field delimiters.  Use bibtex-beginning-of-field.
8797         Bugfix, point can be inside a field with a url.
8798         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
8799         New functions.
8800         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
8801         (bibtex-key-in-head): Simplify.
8802         (bibtex-current-line): Use bolp.
8803         (bibtex-parse-keys): Remove unused arg `add'.
8804         Use bibtex-type-in-head and bibtex-key-in-head.
8805         (bibtex-parse-entry, bibtex-autofill-entry):
8806         Use bibtex-type-in-head and bibtex-key-in-head.
8807         (bibtex-autokey-get-field): Do not alter case of replacement text.
8808         (bibtex-autokey-get-names): Do all processing of name list.
8809         (bibtex-autokey-get-year): New function.
8810         (bibtex-autokey-get-title): Do all processing of title words.
8811         (bibtex-generate-autokey): Simplify.
8812         (bibtex-string-files-init): Use default-directory.
8813         Allow for absolute file names in bibtex-string-files.
8814         (bibtex-files, bibtex-file-path): New variables.
8815         (bibtex-files-expand): New function.
8816         (bibtex-find-entry-globally): New command.
8817         (bibtex-summary-function): New variable.
8818         (bibtex-summary): Default value of bibtex-summary-function.
8819         (bibtex-find-crossref): New optional args pnt and split.
8820         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
8821         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
8822         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
8823         Fix handling of required and alternative fields.
8824         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
8825         Use cons and display-buffer.
8826         (bibtex-validate-globally): New command.
8827         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
8828         bibtex-parse-keys and bibtex-parse-strings for updating
8829         bibtex-reference-keys and bibtex-strings.
8830         (bibtex-realign): Remove blank lines past the last entry.
8831         (bibtex-reformat): Use bibtex-entry-format as default.
8832         (bibtex-choose-completion-string): Remove.
8833         (bibtex-complete): Do not use bibtex-choose-completion-string.
8834         (bibtex-url): Simplify.
8836 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8838         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
8839         (x-dnd-types-alist, x-dnd-open-file-other-window)
8840         (x-dnd-known-types): Add :version.
8842 2004-10-31  John Paul Wallington  <jpw@gnu.org>
8844         * ibuffer.el (group ibuffer): Add :version keyword.
8846 2004-10-31  Kim F. Storm  <storm@cua.dk>
8848         * ido.el (group ido): Add :version keyword.
8849         (ido-mode): Remove :version keyword.
8851         * emulation/cua-base.el (group cua): Add :version keyword.
8852         (cua-mode): Remove :version keyword.
8854 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
8856         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
8858         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
8859         compiler warning.
8860         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
8861         function.
8862         (help-at-pt-display-when-idle): Remove autoload.
8864 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8866         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
8868 2004-10-30  Juri Linkov  <juri@jurta.org>
8870         * help.el (function-called-at-point):
8871         * help-fns.el (variable-at-point): Read -> intern.
8873 2004-10-30  Simon Josefsson  <jas@extundo.com>
8875         * progmodes/autoconf.el (autoconf-font-lock-keywords):
8876         Recognize AS_* too.
8878 2004-10-29  Simon Josefsson  <jas@extundo.com>
8880         * subr.el (read-passwd): Move back from password.el.
8882         * password.el: Remove, not ready yet.
8884 2004-10-29  Andreas Schwab  <schwab@suse.de>
8886         * speedbar.el (speedbar-frame-parameters): Improve customize type.
8888 2004-10-29  Sam Steingold  <sds@gnu.org>
8890         * mouse.el (mouse-show-mark): Replace the last occurrence of
8891         x-lost-selection-hooks with x-lost-selection-functions.
8893 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8895         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
8896         x-lost-selection-functions is bound.
8898         * mouse-sel.el (mouse-sel-mode):
8899         * emacs-lisp/lselect.el: Adjust to new names for
8900         x-(lost|sent)-selection-functions.
8902         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
8903         New obsolete aliases of x-lost-selection-functions and
8904         x-sent-selection-functions.
8906 2004-10-28  Kim F. Storm  <storm@cua.dk>
8908         * imenu.el (imenu-scanning-message): Remove.
8909         (imenu-progress-message): Make it a no-op.
8911 2004-10-28  John Paul Wallington  <jpw@gnu.org>
8913         * files.el (set-auto-mode): Call `throw' correctly.
8915 2004-10-28  Juri Linkov  <juri@jurta.org>
8917         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
8918         to search `Info-...' commands in `info' manual.
8919         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8920         Add 'info-file "emacs" property.
8921         (Info-find-emacs-command-nodes): Fix index line number regexp.
8922         Set real line number (instead of fake 0) in first element of the
8923         returned list.
8924         (Info-goto-emacs-command-node): Use line number of first element
8925         to set point in the first found Info node.
8927         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
8928         code to `grep-mode-font-lock-keywords'.
8929         (grep-mode-font-lock-keywords): Delete grep markers instead
8930         of making them invisible.
8932 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8934         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
8935         and x-server-version in bug report.
8937 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
8939         * files.el (set-auto-mode-0): New function.
8940         (set-auto-mode): Use it to handle aliased modes and to
8941         be consistent between C-x C-f and C-x C-w.
8943 2004-10-28  Kenichi Handa  <handa@m17n.org>
8945         * international/utf-8.el (utf-translate-cjk-charsets):
8946         Add katakana-jisx0201.
8948         * international/subst-jis.el: Add data for JISX0201.
8950 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8952         * obsolete/hilit19.el (hilit-mode): New function.
8953         Move all the toplevel side-effecting stuff into it, so that loading
8954         hilit19 doesn't mess everything up any more.
8956 2004-10-27  Richard M. Stallman  <rms@gnu.org>
8958         * add-log.el (add-change-log-entry): Set up mailing address
8959         and full name later, and don't alter add-log-mailing-address
8960         or add-log-full-name.
8962         * elide-head.el (elide-head): Change error to message.
8963         (elide-head-show): Likewise.
8965         * apropos.el (apropos-macrop): Doc fix.
8967         * mouse.el (mouse-show-mark): Do most processing the same
8968         regardless of transient-mark-mode.
8970         * shadowfile.el (shadow-copy-files): Use interactive-p
8971         only to control whether to print a message.
8973         * tar-mode.el (tar-mode): Use write-contents-functions,
8974         not write-contents-hooks.
8976         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
8977         directory-sep-char.
8979 2004-10-27  Richard M. Stallman  <rms@gnu.org>
8981         * strokes.el (strokes-unload-hook): Fix previous change.
8983         * type-break.el (type-break-run-at-time): Always use run-at-time;
8984         forget the alternatives.
8985         (type-break-cancel-function-timers): Always use cancel-function-timers;
8986         forget the alternatives.
8988         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
8990 2004-10-27  Kenichi Handa  <handa@m17n.org>
8992         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
8994         * international/subst-gb2312.el: Likewise.
8996         * international/subst-big5.el: Likewise.
8998         * international/subst-ksc.el: Likewise.
9000         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
9001         New variable.
9002         (utf-translate-cjk-set-unicode-range): New function.
9003         (utf-translate-cjk-unicode-range): Make it customizable.
9004         (utf-8-post-read-conversion):
9005         Use utf-translate-cjk-unicode-range-string.
9006         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
9007         Unicode ranges.
9009 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
9011         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
9012         trivial variants to shorten the list.
9013         (xml-based-modes): New var.
9014         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
9015         declaration higher priority than auto-mode-alist.
9017         * find-file.el (cc-other-file-alist): Bring it in line with
9018         cc-mode's auto-mode-alist entries and use \' instead of $.
9020         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
9021         and add "Id" and "Name" submenus to it.
9023         * imenu.el (imenu--generic-function): Skip matches in comments.
9025 2004-10-26  Jay Belanger  <belanger@truman.edu>
9027         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
9028         (full-calc-keypad, calc-trail-display): Use an extra argument
9029         instead of `interactive-p'.
9031         * calc/calc-misc.el (calc-other-window): Use an extra argument
9032         instead of `interactive-p'.
9034         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
9035         `interactive-p'.
9037 2004-10-26  Kim F. Storm  <storm@cua.dk>
9039         * help.el (describe-key): Describe both down-event and up-event
9040         for a mouse click.
9042 2004-10-26  Richard M. Stallman  <rms@gnu.org>
9044         * woman.el (woman): Don't call interactive-p.
9046         * pcomplete.el (pcomplete): Instead of interactive-p,
9047         use an arg set non-nil by the interactive spec.
9049         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
9050         use an arg set non-nil by the interactive spec.
9052         * man.el (Man-cleanup-manpage): Instead of interactive-p,
9053         use an arg set non-nil by the interactive spec.
9055 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
9057         * progmodes/flymake.el (flymake-split-string):
9058         Use `flymake-split-string-remove-empty-edges' in any case.
9060 2004-10-26  Masatake YAMATO  <jet@gyve.org>
9062         * progmodes/flymake.el (flymake-err-line-patterns):
9063         Use `compilation-error-regexp-alist-alist' instead of
9064         `compilation-error-regexp-alist'.
9066 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9068         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
9069         verbatim face on the \ of \end{verbatim}.
9071 2004-10-25  Jay Belanger  <belanger@truman.edu>
9073         * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
9074         erasing minibuffer.
9076 2004-10-25  Simon Josefsson  <jas@extundo.com>
9078         * subr.el (read-passwd): Move to net/password.el.
9080         * net/password.el (read-passwd): Add.  Autoload it.
9082 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
9084         * mouse-sel.el (mouse-sel-mode): Specify custom group.
9086         * simple.el (process-file): Fix logic.
9088 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
9090         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
9091         (increase-right-margin): Remove erroneous call to `interactive-p'.
9093 2004-10-24  Kim F. Storm  <storm@cua.dk>
9095         * help.el (describe-mode): Fix 2004-10-13 change.
9096         Copy pure "Auto Fill" string so it can be propertized later
9097         without causing a read-only error.
9099 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
9101         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
9102         style indexes.
9104 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
9106         * simple.el (process-file): Accept nil for INFILE.  Reported by
9107         Luc Teirlinck.
9109 2004-10-24  Masatake YAMATO  <jet@gyve.org>
9111         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
9112         Handle periods and underscores in a function name.
9113         Remove the address fontification.
9115 2004-10-24  Masatake YAMATO  <jet@gyve.org>
9117         * progmodes/asm-mode.el (asm-font-lock-keywords):
9118         Use font-lock-variable-name-face for registers.
9120 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
9122         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
9123         kill-all-local-variables.
9124         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
9125         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
9126         Use kill-all-local-variables and provide mode-hooks.
9127         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
9128         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
9129         Suggested by Masatake YAMATO <jet@gyve.org>.
9131 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
9133         * simple.el (process-file): New function, similar to call-process
9134         but supports file handlers.
9135         * vc.el (vc-do-command): Use it, instead of call-process.
9136         * net/tramp-vc.el (vc-do-command): Do not advise it if
9137         process-file is fboundp.
9138         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
9139         process-file.
9140         (tramp-handle-process-file): New function.
9141         (tramp-file-name-for-operation): Support process-file.
9143 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
9145         * calendar/icalendar.el (icalendar--weekday-array): New constant.
9146         (icalendar-weekdayabbrev-table)
9147         (icalendar-monthnumber-table): Delete.
9148         (icalendar--get-month-number): Use calendar-month-name-array.
9149         (icalendar--get-weekday-number): New function.
9150         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
9151         (icalendar-export-region): Handle multi-line entries.
9152         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
9154 2004-10-23  John Paul Wallington  <jpw@gnu.org>
9156         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
9157         `wildcards' set to t in interactive spec.
9159         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
9160         interactive spec rather than use `interactive-p'.
9161         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
9162         rather than use function `interactive-p'.
9164 2004-10-22  Kenichi Handa  <handa@m17n.org>
9166         * international/mule.el (translate-region): Implement it in Lisp
9167         as a front end of translate-region-internal.
9169 2004-10-21  Jay Belanger  <belanger@truman.edu>
9171         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
9172         Declare these variables with defvar.
9174         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
9175         is bound, only check to see if it is bound.
9177 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9179         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9180         Don't output messages.
9182         * calc/calc-help.el (calc-describe-bindings): Fix last change.
9184 2004-10-21  John Paul Wallington  <jpw@gnu.org>
9186         * calc/calc-graph.el (calc-graph-init):
9187         Use `set-process-query-on-exit-flag'.
9189 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
9191         * progmodes/compile.el (compilation-start): Rely on `cd' to get
9192         dir right and also allow argumentless cd.
9194 2004-10-19  Richard M. Stallman  <rms@gnu.org>
9196         * textmodes/flyspell.el (flyspell-mode): Doc fix.
9198         * eshell/em-unix.el (eshell-grep):
9199         Don't bind compilation-process-setup-function.
9201         * comint.el (comint-insert-input): Use @ in `interactive'.
9202         (comint-input-filter-functions): Doc fix.
9203         (comint-kill-whole-line, comint-get-source): Doc fix.
9205         * progmodes/compile.el (compilation-setup):
9206         Don't set buffer-read-only if MINOR is non-nil.
9208 2004-10-19  Jay Belanger  <belanger@truman.edu>
9210         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
9211         (calc-emacs-type-gnu19): Remove.
9212         (calc-digit-map, calc-read-key-sequence, calc-read-key):
9213         Remove check for old emacs versions.
9215         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
9216         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
9217         for current Emacs.
9219         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
9220         the end of the minibuffer.
9221         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
9222         copy `esc-map'.
9224         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
9226         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
9227         call that would be given when the current emacs was used.
9229 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
9231         * calendar/icalendar.el: Set coding to utf-8.
9232         (icalendar-version): Increase to 0.07.
9233         (icalendar-monthnumber-table): Change March pattern.
9234         (icalendar-get-all-event-properties)
9235         (icalendar-set-event-property): Delete.
9236         (icalendar-all-events): No longer interactive.
9237         (icalendar-convert-diary-to-ical)
9238         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
9239         their replacements.
9240         (icalendar-export-file, icalendar-export-region): New functions;
9241         essentially old `icalendar-convert-diary-to-ical' but appending to
9242         target rather than overwriting.
9243         (icalendar-import-file): Append to target file rather than
9244         overwriting.  Fourth arg deleted.
9245         (icalendar-import-buffer): New name for old
9246         `icalendar-extract-ical-from-buffer'.
9247         (icalendar--convert-string-for-import): New name for
9248         old `icalendar-convert-for-import'.
9249         (include-icalendar-files): Delete.
9250         Prefix for all internal functions changed from `icalendar-'
9251         to `icalendar--'.
9253 2004-10-19  Richard M. Stallman  <rms@gnu.org>
9255         * paths.el (news-path): Fix previous change.
9257 2004-10-18  Jay Belanger  <belanger@truman.edu>
9259         * calc/calc-help.el (calc-describe-bindings):
9260         Set `buffer-read-only' to nil while working in the keybindings buffer;
9261         remove some extra information from the keybindings buffer.
9263 2004-10-18  David Ponce  <david@dponce.com>
9265         * mouse.el (mouse-drag-move-window-top): New function.
9266         (mouse-drag-mode-line-1): Use it.
9268 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
9270         * info.el (Info-fontify-node): For multiline refs,
9271         arrange to unfontify newline and surrounding whitespace.
9273 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9275         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
9276         directory is missing.
9278 2004-10-17  John Paul Wallington  <jpw@gnu.org>
9280         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
9281         New customizable variable; whether to display buffers that match
9282         `ibuffer-maybe-show-predicates' by default.
9283         (ibuffer-maybe-show-predicates): Mention it in docstring.
9284         (ibuffer-display-maybe-show-predicates): New variable.
9285         (ibuffer-update): Prefix arg now toggles whether buffers that
9286         match `ibuffer-maybe-show-predicates' should be displayed.
9287         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
9288         locally to heed `ibuffer-default-display-maybe-show-predicates'.
9289         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
9291 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
9293         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
9294         work correctly.
9296 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
9298         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
9299         (Buffer-menu-beginning): New helper function.
9300         (Buffer-menu-execute): Use it.
9301         (Buffer-menu-select): Use it.
9302         (Buffer-menu-sort): Use it and also keep markers.
9304 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9306         * paths.el (news-directory): Rename from news-path.  Old name alias.
9307         (rmail-spool-directory): Use defvar.
9308         (sendmail-program): Use defcustom.
9309         (remote-shell-program): Use defcustom.
9310         (term-file-prefix): Use defvar.
9311         (abbrev-file-name): Use defvar.
9313         * term.el: Add maintainer.
9315         * subr.el (with-local-quit): Return nil if there's a quit.
9316         (read-passwd): Use with-local-quit.  Doc fix.
9318         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
9319         (strokes-unload-hook): Set as a variable with add-hook.
9321         * startup.el (fancy-splash-tail, normal-splash-screen):
9322         Update copyright year.
9324         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
9326         * server.el (server-unload-hook): Set as a variable with add-hook.
9328         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
9330         * frame.el (special-display-popup-frame):
9331         Make the buffer current as its frame is created.
9333         * delsel.el (delsel-unload-hook): Set as a variable.
9335         * comint.el (comint-output-filter-functions):
9336         Add comint-watch-for-password-prompt.
9337         (comint-read-noecho): Function deleted.
9338         (send-invisible): Use read-passwd.
9340         * fringe.el (fringe-mode-initialize): New function.
9341         (fringe-mode): Use fringe-mode-initialize as :initialize.
9343 2004-10-17  Kim F. Storm  <storm@cua.dk>
9345         * language/indian.el (indian-script-language-alist): Swap value and doc.
9346         (indian-font-char-index-table): Doc fix.
9348 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9350         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
9352 2004-10-16  Juri Linkov  <juri@jurta.org>
9354         * progmodes/compile.el (compilation-start): Move let-binding of
9355         `process-environment' into `with-current-buffer' body.
9356         Reported by Matt Hodges <MPHodges@member.fsf.org>.
9358 2004-10-16  Richard M. Stallman  <rms@gnu.org>
9360         * pcvs-util.el (cvs-bury-buffer):
9361         Don't call get-buffer-window for effect.
9363         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
9365         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
9367         * msb.el (msb-unload-hook): Set the variable.
9369         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
9370         Use * to err if buffer is readonly.
9372         * subr.el (looking-back): Return only t or nil.
9374         * whitespace.el (whitespace-unload-hook): Set the variable.
9376         * view.el (view-mode-enable): Set view-page-size and
9377         view-half-page-size to nil.
9378         (view-set-half-page-size-default): view-half-page-size = nil
9379         means the default.
9380         (View-scroll-page-forward): Use view-page-size-default.
9381         (View-scroll-page-backward): Likewise.
9382         (view-page-size, view-half-page-size): Doc fixes.
9384         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
9386         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
9388         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
9389         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
9390         (byte-compile-log-1): Bind inhibit-read-only.
9391         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
9392         (byte-compile-log-warning): Likewise.
9393         (byte-compile-file-form-require): Detect "cl" from the arg value.
9395         * progmodes/compile.el (compilation-start): Assume compilation-mode
9396         will make the buffer read-only.
9397         (compilation-mode): Take arg name-of-mode.
9398         (compilation-setup): Make buffer read-only.
9399         (compilation-handle-exit): Bind inhibit-read-only.
9401         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
9402         (ispell-message): Likewise.
9403         (ispell-show-choices): Don't call get-buffer-window uselessly.
9404         (ispell-init-process): Use set-process-query-on-exit-flag.
9406 2004-10-16  Kim F. Storm  <storm@cua.dk>
9408         * fringe.el (fringe-bitmaps): Only initialize when defined.
9410         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
9411         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
9413         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
9415 2004-10-15  Simon Josefsson  <jas@extundo.com>
9417         * net/password.el: Add.
9419 2004-10-14  Masatake YAMATO  <jet@gyve.org>
9421         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
9422         (gdb-script-end-of-defun): New function.
9423         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
9424         `gdb-script-end-of-defun' as *-of-defun-function.
9426 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
9428         * button.el (button-activate): Allow a marker to display as an action.
9430         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
9432         * help.el (describe-mode): Use it to make minor mode list into
9433         hyperlinks.
9435 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9437         * vc.el (vc-annotate-display-select): Fix typo.
9439         * subr.el (substitute-key-definition-key): New function.
9440         (substitute-key-definition): Use it with map-keymap.
9441         (event-modifiers): Use push.
9442         (mouse-movement-p, with-temp-buffer): Simplify.
9444 2004-10-12  Jay Belanger  <belanger@truman.edu>
9446         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
9447         New variables.
9448         (calc-help-index-entries): New function.
9449         (calc-describe-function): Use `calc-help-function-list' instead of
9450         obarray for completion.
9451         (calc-describe-variable): Use `calc-help-variable-list' instead
9452         of obarray for completion.
9454 2004-10-12  Richard M. Stallman  <rms@gnu.org>
9456         * info-look.el (info-lookup-file): Add info-file property.
9457         (info-lookup-symbol): Likewise.
9459         * info.el (info-xref): Add underlining.
9460         (info): Add info-file property.
9461         (Info-find-emacs-command-nodes): Specify case-sensitive search.
9463 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
9465         Sync with Tramp 2.0.45.
9467         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
9468         defined.  This is not the case for XEmacs without package "edebug".
9469         (tramp-set-auto-save-file-modes): Set permissions of autosaved
9470         remote files to the permissions of the original file.  This is not
9471         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
9472         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
9473         (tramp-perl-decode): Fix an error in Perl implementation.
9474         $pending must be cleared every loop.  Reported by Benjamin Place
9475         <benjaminplace@sprintmail.com>
9477         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
9478         Don't activate advice during definition.  This is done later on,
9479         depending on test result of `substitute-in-file-name'.
9480         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9482 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9484         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
9486         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
9488 2004-10-12  David Ponce  <david@dponce.com>
9490         * recentf.el (recentf-edit-list): Update the menu when the recentf
9491         list has been modified.
9493 2004-10-12  Simon Josefsson  <jas@extundo.com>
9495         * net/tls.el (tls-certtool-program): New variable.
9496         (tls-certificate-information): New function, based on
9497         ssl-certificate-information.
9499 2004-10-12  Kenichi Handa  <handa@m17n.org>
9501         * international/mule.el (coding-system-equal): Move from mule-util.el.
9503         * international/mule-util.el (coding-system-equal): Move to mule.el.
9505 2004-10-12  Kim F. Storm  <storm@cua.dk>
9507         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
9508         reset kmacro-initial-counter-value if set.
9509         (kmacro-set-counter): Only set kmacro-counter if defining or executing
9510         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
9511         (kmacro-display): Show macro counter if non-zero.
9513         * subr.el (substitute-key-definition): Mention command remapping
9514         in doc string.
9516 2004-10-11  Jay Belanger  <belanger@truman.edu>
9518         * calc/calc-misc.el (calc-info-goto-node): New function.
9519         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
9520         node in one step.
9521         (calc-describe-copying, calc-describe-distribution)
9522         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
9523         Go to appropriate info node in one step.
9525 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9527         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
9529         * font-lock.el (font-lock-apply-highlight): Fix last change.
9531 2004-10-11  Simon Josefsson  <jas@extundo.com>
9533         * mail/smtpmail.el (smtpmail-open-stream): Look for
9534         starttls-gnutls-program instead of starttls-program iff
9535         starttls-use-gnutls is non-nil.
9536         (smtpmail-open-stream): Don't overwrite user settings of
9537         starttls-extra-arguments and starttls-extra-args.
9539 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9541         * comint.el (comint-mouse-insert-input): Remove.
9542         (comint-insert-input): Make it work for mouse bindings.
9543         (comint-mode-map): Move defs into the declaration.
9544         (comint-output-filter): Typo.
9546         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
9548 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
9550         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
9551         (ange-ftp-call-chmod): Reference remote-shell-program instead of
9552         ange-ftp-remote-shell.
9554 2004-10-10  Andreas Schwab  <schwab@suse.de>
9556         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
9557         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
9558         Reported by <sri@asu.edu>.
9560 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
9562         * vc.el (vc-annotate-mode): Remove variable.
9563         (vc-annotate-display-select): Only call vc-annotate-mode
9564         if we're not in that mode already.
9566 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9568         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
9569         (imenu-choose-buffer-index): Check here for rescan instead.
9571         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
9572         where the face expression evals to nil.
9574         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
9575         (tex-font-lock-keywords-2): Use it.
9576         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
9578         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
9580 2004-10-09  Kim F. Storm  <storm@cua.dk>
9582         * subr.el (progress-reporter-update): Define before first usage.
9583         (make-progress-reporter): Doc fix.
9585 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
9587         * textmodes/paragraphs.el (sentence-end-double-space)
9588         (sentence-end-without-period, sentence-end-without-space)
9589         (sentence-end): Doc fixes.
9591 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
9593         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
9594         Change paragraph-start regexp so we don't fill code starting with #'(.
9596 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
9598         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
9599         New defcustom.
9600         (extract-address-components): Use it.
9602 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
9604         * subr.el (make-progress-reporter, progress-reporter-update)
9605         (progress-reporter-force-update, progress-reporter-do-update)
9606         (progress-reporter-done): New functions.
9608         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
9610         * progmodes/etags.el (etags-tags-completion-table): Use progress
9611         reporter.
9612         (etags-tags-apropos): Likewise.
9614 2004-10-08  Alan Mackenzie  <acm@muc.de>
9616         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
9617         of current line.
9619 2004-10-08  Masatake YAMATO  <jet@gyve.org>
9621         * server.el (server-process-filter): Wrap `process-send-region'
9622         by `condition-case' to guard the case when the pipe to PROC is closed.
9624 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
9626         * xml.el (xml-substitute-special): Limit handling of external entities.
9628 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
9630         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
9632 2004-10-06  John Paul Wallington  <jpw@gnu.org>
9634         * xml.el (xml-parse-dtd): Fix `error' call.
9636 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
9638         * xml.el (xml-substitute-special): Return a single string instead
9639         of a list of strings if an entity substitution is made.
9641 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
9643         * calendar/icalendar.el: New file.
9645 2004-10-05  Juri Linkov  <juri@jurta.org>
9647         * isearch.el (isearch-done): Set mark after running hook.
9648         Reported by Drew Adams <drew.adams@oracle.com>.
9650         * info.el (Info-history, Info-toc): Fix Info headers.
9651         (Info-toc): Narrow buffer before Info-fontify-node.
9652         (Info-build-toc): Don't check for special Info file names.
9653         Set main-file to nil if Info-find-file returns a symbol.
9655 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
9657         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
9658         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
9659         * calendar/cal-menu.el (calendar-mode-map): Ditto.
9661 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
9663         * calendar/cal-iso.el (calendar-iso-read-args): New function,
9664         for old interactive spec from calendar-goto-iso-date.
9665         (calendar-goto-iso-date): Use it.
9666         (calendar-goto-iso-week): New function.  Suggested by Emilio
9667         C. Lopes <eclig@gmx.net>.
9669 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
9671         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
9672         `set-right-margin' bindings that follow the minor mode conventions.
9674 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9676         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
9677         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
9678         (latex-block-args-alist): Add minipage and picture.
9679         (latex-block-body-alist): Use reftex-label if enabled.
9680         (latex-insert-block): Don't insert a \n if not necessary.
9681         (tex-compile-commands): Make sure dvips doesn't send to printer.
9682         (tex-compile-default): Handle the case where no executable is found.
9683         (latex-noindent-environments): New var.
9684         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
9685         If tex-indent-allhanging is non-nil, make sure we only align for macros
9686         at beginning of line.
9688 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
9690         * newcomment.el (comment-beginning): Doc fix and don't choke on
9691         unset `comment-end-skip' when at beginning of comment.
9693 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
9695         * term.el (term-adjust-current-row-cache): Don't allow the current
9696         row to become negative.
9697         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
9698         the end of the line. Fix scroll down. Add comments.
9699         (term-handle-ansi-escape): Don't exceed terminal width when moving
9700         right.
9701         (term-scroll-region): Move the cursor after setting the scroll region.
9703 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
9705         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
9706         to `width' for consistency with docstring.  Doc fix.
9708 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
9710         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
9711         This is necessary for derived modes.
9713 2004-09-30  Kim F. Storm  <storm@cua.dk>
9715         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
9716         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
9718         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
9719         kmacro-extract-lambda functions.
9720         (edit-kbd-macro): Handle kmacro lambda forms.
9721         Include counter and counter format in edit buffer.
9722         (edmacro-finish-edit): Get counter and format from edit buffer and
9723         update kmacro bindings when found.
9725 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
9727         * textmodes/paragraphs.el (forward-paragraph):
9728         Avoid args-out-of-range error when point winds up at the beginning of
9729         the buffer and hard newlines are enabled.
9731         * newcomment.el (comment-multi-line): Doc fix.
9733 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9735         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
9736         (diff-fixup-modifs): Catch unified-diff file-headers.
9738 2004-09-29  Kim F. Storm  <storm@cua.dk>
9740         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
9741         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
9742         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
9744         * fringe.el (fringe-bitmap-p): New macro.
9745         (fringe-bitmaps): Add standard fringe bitmaps on load.
9747 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9749         * dired.el (dired-view-command-alist): Use more efficient regexps.
9750         Remove dubious arguments.
9751         (dired-align-file): New function.
9752         (dired-insert-directory): Use it.
9753         (dired-move-to-end-of-filename): Make the " -> " search more specific.
9754         (dired-buffers-for-dir): Remove unused var `pattern'.
9756 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
9758         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
9759         from diary display excursion.  Store diary buffer's point for
9760         `simple-diary-display'.
9761         (simple-diary-display): Set window point and start when
9762         displaying buffer, to preserve point.
9764 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
9766         * textmodes/enriched.el (enriched-translations): Replace defconst
9767         with defvar.
9769 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9771         * printing.el: Doc fix.
9772         (pr-version): New version number (6.8.1).
9773         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
9774         make-temp-name.
9775         (pr-delete-file): Check if file exists before deleting it.
9776         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
9778 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9780         * term.el (term-display-table): New variable.
9781         (term-mode): Use it.
9782         (term-exec-1): Set the coding system to binary.
9783         (term-emulate-terminal): Decode the string before inserting it.
9785 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
9787         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
9788         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
9789         (map): Bind S-prior, S-next and S-insert.
9790         (term-mode): Set `indent-tabs-mode' to nil.
9791         (term-paste): New function to be bound to S-insert.
9792         (term-send-del, term-send-backspace): Change the strings sent.
9793         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
9794         (term-handle-colors-array): Fix handling of underline and reverse.
9795         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
9796         (term-erase-in-line): Fix comparison.
9797         (term-emulate-terminal): Fix line wrap handling.
9798         (term-start-output-log): Rename from `term-set-output-log'.
9799         (term-stop-output-log): Rename from `term-stop-photo'.
9800         (term-switch-to-alternate-sub-buffer): Comment out, unused.
9802 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9804         * dired.el (dired-move-to-filename): Don't output a message if
9805         raise-error is non-nil.  Fix return position and value.
9807         * files.el (insert-directory): Obey --dired even with symlinks.
9809 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
9811         * ls-lisp.el (ls-lisp-format): Mark file names with property
9812         dired-filename.
9814 2004-09-25  Kim F. Storm  <storm@cua.dk>
9816         * ido.el (ido-max-directory-size): New defcustom.
9817         (ido-decorations): Add "too big" element.
9818         (ido-directory-too-big): New dynamic var.
9819         (ido-may-cache-directory): Don't cache big directories.
9820         (ido-directory-too-big-p): New defun.
9821         (ido-set-current-directory): Update ido-directory-too-big.
9822         (ido-read-internal): Make empty ido-cur-item if too-big.
9823         (ido-buffer-internal): Use ido-read-internal directly instead of
9824         ido-read-buffer.
9825         (ido-file-internal): Init ido-directory-too-big.
9826         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
9827         and redo completion with full list.
9828         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
9829         it, and show completions.
9830         (ido-all-completions): Let bind ido-directory-too-big to nil.
9831         (ido-exhibit): Handle ido-directory-too-big.
9832         (ido-read-buffer): Handle fallback to read-buffer.
9833         Init ido-directory-too-big.
9834         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
9835         Init ido-directory-too-big.
9837 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
9839         * subr.el (delay-mode-hooks): Doc fix.
9841 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
9843         * textmodes/enriched.el
9844         (enriched-default-text-properties-local-flag): New variable.
9845         (enriched-mode): Make sure that enabling and disabling the mode is
9846         a no-op.  Doc fix.
9848 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
9850         * calendar/holidays.el (holiday-advent): Report on a specified day
9851         offset from advent, not just advent.
9852         (holiday-easter-etc): Report on one specified day offset from
9853         easter, not all easter holidays. Various Easter holidays moved to
9854         `christian-holidays' variable in calendar.el.
9855         * calendar/calendar.el (christian-holidays): Adapt for new
9856         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
9858 2004-09-23  Kim F. Storm  <storm@cua.dk>
9860         * image.el (insert-sliced-image): Add doc string.
9862         * ido.el (ido-choice-list): New dynamic var for `list' context.
9863         (ido-context-switch-command): New dynamic var.
9864         (ido-define-mode-map): Generalize switch between file/buffer contexts.
9865         (ido-read-internal): Handle new `list' context.
9866         Handle insert-buffer and insert-file ido-exit values.
9867         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
9868         ido-context-switch-command. Handle insert-file ido-exit value.
9869         (ido-read-buffer): Set ido-context-switch-command to 'ignore
9870         unless it is already bound by caller.
9871         (ido-file-internal): New arg switch-cmd.  Use it to setup
9872         ido-context-switch-command.  Handle insert-buffer ido-exit value.
9873         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
9874         used for context switching.
9875         (ido-all-completions): Handle new `list' context.
9876         (ido-make-choice-list): Return choices for `list' context.
9877         (ido-find-file-in-dir, ido-display-file, ido-write-file)
9878         (ido-display-buffer, ido-kill-buffer): Disable context switching.
9879         (ido-insert-buffer, ido-insert-file): Setup context switching.
9880         (ido-exhibit): Handle `list' context.
9881         (ido-read-file-name): Disable context switching.  Handle fallback.
9882         (ido-read-directory-name): Disable context switching.
9883         (ido-completing-read): New defun like completing-read.  Setup and
9884         use new `list' context.
9886 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
9888         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
9890 2004-09-21  Jay Belanger  <belanger@truman.edu>
9892         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
9893         `calc-graph-set-styles' so the gnuplot buffer will appear in a
9894         separate window.
9896 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
9898         * subr.el (after-change-major-mode-hook): Doc fix.
9900 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9902         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
9903         of ghostscript for monochrome PostScript file in Windows.
9905 2004-09-21  Kenichi Handa  <handa@m17n.org>
9907         * descr-text.el (describe-char): Checking of quail activation fixed.
9909 2004-09-21  Jay Belanger  <belanger@truman.edu>
9911         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
9913 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
9915         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
9916         after the mode hooks instead of before.  Doc fix.
9918 2004-09-20  Jason Rumney  <jasonr@gnu.org>
9920         * startup.el (command-line) [windows-nt]: Try .emacs first, then
9921         _emacs, but revert to .emacs if neither exists in home directory.
9923 2004-09-20  John Paul Wallington  <jpw@gnu.org>
9925         * bindings.el (completion-ignored-extensions): Add .dfsl.
9927 2004-09-20  Richard M. Stallman  <rms@gnu.org>
9929         * bindings.el (scroll-left): Make it disabled.
9931         * files.el (enable-local-eval): Doc fix.
9933         * indent.el (move-to-left-margin): Special case for minibuffer.
9935         * term.el (term-emulate-terminal): Turn off undo for output.
9936         Use with-current-buffer and save-selected-window.
9938         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
9940         * progmodes/make-mode.el (makefile-fill-paragraph):
9941         Don't insist on spaces when looking for comments.  # is enough.
9943         * files.el (hack-local-variables): Copy the variables list
9944         to another buffer, strip prefixes and suffixes there, then read.
9945         (enable-local-eval): Doc fix.
9946         (ignored-local-variables): Initialize to nil.
9947         (risky-local-variable-p): Don't check ignored-local-variables here.
9948         (hack-one-local-variable): Ignore var if in ignored-local-variables.
9950 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
9952         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
9953         of = to "." (punctuation).
9955 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9957         * subr.el (event-basic-type): Fix mask (extend to 22bits).
9959 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
9961         * textmodes/enriched.el (enriched-rerun-flag): New variable.
9962         (enriched-before-change-major-mode): New function.
9963         Add it to `change-major-mode-hook'.
9964         (enriched-after-change-major-mode): New function.
9965         Add it to `after-change-major-mode-hook'.
9966         (enriched-mode): Make it work correctly if called from
9967         `after-change-major-mode-hook'.
9968         No longer set `indent-line-function'.
9970         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
9972         * subr.el (after-change-major-mode-hook): New variable.
9973         (run-mode-hooks): Implement it.
9975 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9977         * battery.el (battery-linux-proc-apm): Use string-to-number.
9978         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
9979         Use dolist (and less indentation).  Use erase-buffer.
9980         Pre-initialize `design-capacity', `warn', and `low'.
9981         (battery-format): Use replace-regexp-in-string.
9983 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9985         * battery.el: Delete superfluous empty lines.
9986         (battery-linux-proc-acpi): Attempt to gather information from all
9987         battery subdirectories regardless of their file name.
9988         (battery-linux-proc-apm): Replace all occurrences of
9989         battery-hex-to-int-2 with string-to-int (base 16).
9990         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
9991         (battery-hex-map): Delete variable.
9993 2004-09-18  John Paul Wallington  <jpw@gnu.org>
9995         * calc/calc-units.el (calc-quick-units): Fix overzealous
9996         s/or/unless/.
9998 2004-09-17  Jay Belanger  <belanger@truman.edu>
10000         * calc/calc.el (calc-mode-var-list): Fix the value of
10001         `calc-matrix-brackets'.
10003 2004-09-17  Romain Francoise  <romain@orebokech.com>
10005         * ibuf-ext.el (define-ibuffer-filter filename):
10006         Expand dired-directory since buffer-file-name is absolute.
10008 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
10010         * ediff-init.el (ediff-current-diff-face-A)
10011         (ediff-current-diff-face-B, ediff-current-diff-face-C)
10012         (ediff-current-diff-face-Ancestor)
10013         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10014         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10015         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10016         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10017         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10018         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10019         Use min-colors.
10021         * term.el (term-down): Perform vertical motion if DOWN is negative.
10022         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
10023         (term-termcap-format): Synchronyze with the eterm terminfo entry
10024         in etc/e/eterm.ti.
10025         (term-handle-colors-array): If the current foreground or
10026         background are zero (i.e. unspecified), use the foreground and
10027         background of the default face for reverse video.
10028         (term-ansi-at-eval-string, term-ansi-default-fg)
10029         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
10030         (term-mem): Delete ununsed function.
10031         (term-protocol-version): Increment.
10032         (term-current-face): Set to default.
10034 2004-09-15  Jay Belanger  <belanger@truman.edu>
10036         * calc/calc.el (calc-mode-var-list): Define this variable.
10037         (calc-always-load-extensions, calc-line-numbering)
10038         (calc-line-breaking, calc-display-just, calc-display-origin)
10039         (calc-number-radix, calc-leading-zeros, calc-group-digits)
10040         (calc-group-char, calc-point-char, calc-frac-format)
10041         (calc-prefer-frac, calc-hms-format, calc-date-format)
10042         (calc-float-format, calc-full-float-format, calc-complex-format)
10043         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
10044         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
10045         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
10046         (calc-matrix-brackets, calc-language, calc-language-option)
10047         (calc-left-label, calc-right-label, calc-word-size)
10048         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
10049         (calc-display-raw, calc-internal-prec, calc-angle-mode)
10050         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
10051         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
10052         (calc-window-height, calc-display-trail, calc-show-selections)
10053         (calc-use-selections, calc-assoc-selections)
10054         (calc-display-working-message, calc-auto-why, calc-timing)
10055         (calc-mode-save-mode, calc-standard-date-formats)
10056         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
10057         (calc-user-parse-tables, calc-gnuplot-default-device)
10058         (calc-gnuplot-default-output, calc-gnuplot-print-device)
10059         (calc-gnuplot-print-output, calc-gnuplot-geometry)
10060         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
10061         (calc-invocation-macro, calc-show-banner): Give these values as
10062         part of `calc-mode-var-list's initialization after the variables
10063         are declared with defvar.
10064         (calc-bug-address): Change email address to send bug reports to.
10065         Change the maintainer address at the top.
10066         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
10067         than "\\.emacs" to determine if it is the user-init-file.
10069         * calc/calc-embed.el (calc-embedded-set-modes): Use
10070         `calc-mode-var-list' correctly.
10072 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
10074         * vc.el (annotate-time): Document point handling.
10075         (vc-annotate-display-autoscale): Doc fix.
10077 2004-09-15  Miles Bader  <miles@gnu.org>
10079         * generic.el (generic-make-keywords-list): Use symbol rather than
10080         word anchors in regexp.
10082 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
10084         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
10085         no file name consider `dired-directory'.
10087 2004-09-14  Kim F. Storm  <storm@cua.dk>
10089         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
10091 2004-09-14  Simon Josefsson  <jas@extundo.com>
10093         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
10095         * textmodes/dns-mode.el: Add.
10097 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10099         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
10100         (disabled-command-function): Make the ?\  char more obvious.
10102         * vc-arch.el (vc-arch-root, vc-arch-registered):
10103         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
10105 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
10107         * windmove.el (windmove-frame-edges): Report coordinates of
10108         outside edges of frame, not inside edges.
10109         (windmove-coordinates-of-position): Convert into wrapper to new
10110         function `windmove-coordinates-of-window-position';
10111         `compute-motion' always applies to selected window.
10112         (windmove-coordinates-of-position): Update documentation to refer
10113         to Emacs 21 Lisp Reference Manual.
10114         (windmove-find-other-window): Fix off-by-one errors for max x,y.
10116 2004-09-13  Kim F. Storm  <storm@cua.dk>
10118         * isearch.el (isearch-resume-in-command-history): Rename from
10119         isearch-resume-enabled and change default to nil.
10121 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10123         * vc-hooks.el (vc-ignore-dir-regexp): New var.
10124         (vc-registered): Use it.
10125         (vc-find-root): New fun.
10127         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10128         Don't tell to use \\{...} when it's already done.
10130         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
10131         Provide a sample complex default.
10132         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
10133         (bibtex-entry): Use mapc.
10135 2004-09-12  Kim F. Storm  <storm@cua.dk>
10137         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
10139         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
10140         inhibit-field-text-motion to t so rectangles work in comint buffers.
10142         * simple.el (choose-completion-string): Set buffer before running
10143         choose-completion-string-functions hook so it can be buffer-local.
10145 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
10147         * progmodes/compile.el (compilation-start): Parse command to see
10148         if it starts with a cd, and if so perform it for the *compilation*
10149         buffer.  Change the header to reflect this.
10151 2004-09-11  Kim F. Storm  <storm@cua.dk>
10153         * ido.el (ido-enable-dot-prefix): Doc fix.
10154         (ido-enable-dot-prefix): New defcustom.
10155         (ido-set-matches1): Use it.
10157 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10159         * textmodes/bibtex.el (bibtex-mark-active)
10160         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
10162 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10164         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
10165         used in a case insensitive environment.
10166         (bibtex-mode-map): Rearrange order of menus.
10167         (bibtex-quoted-string-re): Obsolete.
10168         (bibtex-complete-key-cleanup): Variable replaced by new function.
10169         (bibtex-font-lock-keywords): Use backquotes.
10170         (bibtex-font-lock-url-regexp): New internal variable.
10171         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
10172         "OPT" and "ALT".
10173         (bibtex-insert-current-kill, bibtex-make-field)
10174         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
10175         (bibtex-parse-field-text): Simplify.
10176         (bibtex-string=): New helper function.
10177         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
10178         (bibtex-map-entries): Use bibtex-string=.
10179         (bibtex-search-entry): Use not.
10180         (bibtex-enclosing-field): Fix docstring.
10181         (bibtex-assoc-regexp): Obsolete.
10182         (bibtex-format-entry): Use assoc-string and bibtex-string=.
10183         (bibtex-autokey-get-names): Handle empty name field.
10184         (bibtex-parse-strings): Use assoc-string and unless.
10185         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
10186         Use assoc-string.
10187         (bibtex-pop): Simplify.
10188         (bibtex-mode): Set font-lock-extra-managed-props.
10189         (bibtex-entry-update): Use assoc-string.
10190         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
10191         (bibtex-autofill-entry): Use bibtex-string=.
10192         (bibtex-print-help-message): Simplify.
10193         (bibtex-find-entry): New optional arg START.
10194         (bibtex-validate): Use bibtex-string= and assoc-string.
10195         Do not call obsolete function compilation-parse-errors.
10196         (bibtex-remove-delimiters): Only remove delimiters if present.
10197         (bibtex-copy-entry-as-kill): Add docstring.
10198         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
10199         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
10200         (bibtex-complete): Use bibtex-predefined-month-strings,
10201         bibtex-string=, and new function bibtex-complete-key-cleanup.
10202         (bibtex-generate-url-list): New variable.
10203         (bibtex-url): New command bound to C-c C-l and mouse-2.
10204         (bibtex-url-map): New local keymap for bibtex-url-mouse.
10205         (bibtex-font-lock-url): New function.
10207 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10209         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
10211 2004-09-09  Kim F. Storm  <storm@cua.dk>
10213         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
10214         counter and format with binding.
10215         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
10216         the declared macro uses own macro counter and format.  Give symbol
10217         kmacro property.
10218         (kmacro-keymap): Bind kmacro-name-last-macro to n.
10219         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
10220         (kmacro-end-and-call-macro): Doc fix.
10222 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
10224         * desktop.el (desktop-clear-preserve-buffers):
10225         Remove make-obsolete-variable.
10227 2004-09-08  Richard M. Stallman  <rms@gnu.org>
10229         * buff-menu.el (list-buffers-noselect): Call format-mode-line
10230         with the buffer as argument.
10232 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10234         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
10236 2004-09-08  Juri Linkov  <juri@jurta.org>
10238         * replace.el (perform-replace): Use `query-replace-descr'.
10240         * cus-start.el (history-delete-duplicates): Specify customization.
10242         * diff-mode.el (diff-mode-map):
10243         * progmodes/compile.el (compilation-mode-map):
10244         * progmodes/grep.el (grep-mode-map):
10245         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
10246         to `next-error-follow-minor-mode'.
10248 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10250         * isearch.el (isearch-lazy-highlight-update): Take into account
10251         the case of zero-length match at the search bound.
10253 2004-09-08  Kim F. Storm  <storm@cua.dk>
10255         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
10256         change.  Use zero width overlays when necessary.
10258 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
10260         * subr.el (split-string): Docfix.
10262 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
10264         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
10265         (display-call-tree): Ensure newline after caller/calls blocks.
10267 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
10269         * startup.el (command-line-1): Make option
10270         --directory/-L modify `load-path' straight away.
10272 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
10274         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
10276 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
10278         * emacs-lisp/autoload.el (make-autoload):
10279         Handle `define-compilation-mode'.
10281         * emacs-lisp/lisp-mode.el (define-compilation-mode):
10282         Specify `doc-string-elt' property.
10284 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
10286         * bs.el (bs-mode): Doc fix.
10288 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
10290         * info.el (Info-insert-dir): Fix temp buffer leak bug.
10292 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
10294         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
10296 2004-09-08  Kenichi Handa  <handa@m17n.org>
10298         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
10299         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
10300         ps-mule-next-point -> 1+).
10302         * composite.el (encode-composition-rule): Add autoload cooky.
10304 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
10306         * format.el (buffer-auto-save-file-format): Make it permanent local.
10308 2004-09-07  Kim F. Storm  <storm@cua.dk>
10310         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
10311         (authors-fixed-entries): Fix typo.
10312         (authors-canonical-author-name): Compact multiple spaces.
10313         Ignore trivial names (e.g. only first name).
10315         * term.el (term-window-width): Only use full window width on
10316         window system if overflow-newline-into-fringe is enabled.
10317         (term-mode): Don't disable overflow-newline-into-fringe.
10319 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10321         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
10322         motion as seen on my Mac OS X xterms.
10324         * newcomment.el (uncomment-region-default, comment-region-default):
10325         New functions extracted from uncomment-region and comment-region.
10326         (comment-region, comment-region-function, uncomment-region)
10327         (uncomment-region-function): Use them.
10329         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
10331         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
10332         It's not crucial but can make sense at times.
10334         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
10335         the first commit.
10337         * vc.el (vc-buffer-context, vc-restore-buffer-context):
10338         Disable obsolete code.
10340 2004-09-07  Juri Linkov  <juri@jurta.org>
10342         * progmodes/grep.el (grep-highlight-matches): Change default from
10343         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
10344         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
10345         if grep option `--color' is available, or to `nil' otherwise.
10346         (grep-process-setup): Call `grep-compute-defaults' if
10347         `grep-highlight-matches' is not computed.  Set env-vars only
10348         if `grep-highlight-matches' is `t'.
10349         (grep-use-null-device): Remove redundant type `boolean' (`choice'
10350         is already defined).
10352         * progmodes/compile.el (compilation-start): Use copy of
10353         `process-environment' created by `copy-sequence' to not
10354         modify env-vars in the global `process-environment'.
10356 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
10358         * simple.el (next-error-follow-minor-mode): Fix last change.
10360 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
10362         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
10363         permanent local.
10365 2004-09-04  Richard M. Stallman  <rms@gnu.org>
10367         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
10368         highlighting if the search string is empty.
10370 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
10372         * facemenu.el (facemenu-active-faces): Change condition of inner
10373         `while' loop to also check the first two elements of `face-atts'
10374         and `mask-atts'.
10376 2004-09-04  John Paul Wallington  <jpw@gnu.org>
10378         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
10379         (thumbs-view-image-mode): Make buffer read-only.
10381 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
10383         * textmodes/ispell.el (ispell-really-aspell): New defvar.
10384         (ispell-check-version): Set it.
10385         (ispell-send-replacement): New function.
10386         (ispell-process-line): Call ispell-send-replacement.
10388 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
10390         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
10391         Support choosing seconds with "s".
10393 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
10395         * terminal.el (te-escape): Show `?' in prompt for help key.
10397 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
10399         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
10401 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
10403         * simple.el (next-error-follow-minor-mode)
10404         (next-error-follow-mode-post-command-hook): New functions.
10405         (next-error-follow-last-line): New defvar.
10407         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
10408         * progmodes/compile.el (compilation-mode-map): Likewise.
10409         * progmodes/grep.el (grep-mode-map): Likewise.
10410         * replace.el (occur-mode-map): Likewise.
10412         * newcomment.el (uncomment-region): Bind comment-use-global-state
10413         to nil.
10415 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
10417         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
10418         locally around the call to `revert-buffer'.
10420 2004-09-03  Juri Linkov  <juri@jurta.org>
10422         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
10423         `isearch-adjusted' to `t'.
10424         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
10425         (isearch-message-prefix): Add "pending" for isearch-adjusted.
10426         (isearch-other-meta-char): Restore isearch-point unconditionally.
10427         (isearch-query-replace): Add new arg `regexp-flag' and use it.
10428         Set point to start of match if region is not active in transient
10429         mark mode (to include the current match to region boundaries).
10430         Push the search string to `query-replace-from-history-variable'.
10431         Add prompt "Query replace regexp" for isearch-regexp.
10432         Add region beginning/end as last arguments of `perform-replace.'
10433         (isearch-query-replace-regexp): Replace code by the call to
10434         `isearch-query-replace' with arg `t'.
10436 2004-09-03  Richard M. Stallman  <rms@gnu.org>
10438         * startup.el (normal-top-level): Undo previous TERM change.
10440 2004-09-03  Kim F. Storm  <storm@cua.dk>
10442         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
10443         highlight overlays; allow using RET when cursor is over a button.
10444         (cua--highlight-rectangle): Use it.
10445         (cua--rectangle-set-corners): Don't move backwards at eol.
10446         (cua--forward-line): Don't move into void after eob.
10448         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
10449         point is set (and displayed) inside rectangle.
10450         (cua--rectangle-operation): Fix for highlight of empty lines.
10451         (cua--highlight-rectangle): Fix highlight for tabs.
10452         Position cursor at left/right edge of rectangle using new `cursor'
10453         property on overlay strings.
10454         (cua--indent-rectangle): Don't tabify.
10455         (cua-rotate-rectangle): Ignore that point has moved.
10457 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10459         * term/mac-win.el: Add ASCII equivalents for some function keys.
10460         (mode-line-frame-identification): Sync with x-win.el.
10462 2004-09-02  Juri Linkov  <juri@jurta.org>
10464         * progmodes/compile.el (compilation-buffer-name): Compare major
10465         mode with second element of compilation-arguments instead of third
10466         to reflect latest changes in compilation-arguments structure.
10467         (recompile): Use global variable `compilation-directory' to get
10468         recent compilation directory only when `recompile' is invoked NOT
10469         in the compilation buffer.  Otherwise, use `default-directory' of
10470         the compilation buffer.
10471         (compilation-error-properties): Allow to funcall col and end-col.
10472         (compilation-mode-font-lock-keywords): Check col and end-col by
10473         `integerp'.
10474         (compilation-goto-locus): If end-mk is non-nil in transient mark
10475         mode don't activate the mark (and don't display message in
10476         push-mark), but highlight overlay between mk and end-mk.
10478         * progmodes/grep.el (grep-highlight-matches): New defcustom.
10479         (grep-regexp-alist): Add rule to highlight grep matches.
10480         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
10482         * info.el (Info-fontify-node): Don't compute other-tag
10483         if Info-hide-note-references=hide.
10485         * help.el (function-called-at-point):
10486         * help-fns.el (variable-at-point):
10487         Try `find-tag-default' when other methods failed.
10489         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10490         Do not push mark if inhibit-mark-movement is non-nil.
10492         * textmodes/ispell.el (ispell-html-skip-alists):
10493         Fix backslashes in docstring.
10495 2004-09-01  Juri Linkov  <juri@jurta.org>
10497         * isearch.el (isearch-wrap-function)
10498         (isearch-push-state-function): New defvars.
10499         (isearch-pop-fun-state): New defsubst.
10500         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
10501         (isearch-push-state): Set the result of calling
10502         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
10503         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
10504         restore the mode-specific starting point of terminated search.
10505         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
10506         (isearch-repeat): Call `isearch-wrap-function' if defined.
10507         (isearch-message-prefix): Don't add prefix "over" to the message
10508         for wrapped search if `isearch-wrap-function' is defined.
10509         (isearch-search): Call function saved in `isearch-pop-fun-state' to
10510         restore the mode-specific starting point of failed search.
10512         * info.el (Info-search-whitespace-regexp): Fix backslashes.
10513         (Info-search): Add new optional arguments for the sake of isearch.
10514         Replace whitespace in Info-search-whitespace-regexp literally.
10515         Add backward search.  Don't call `Info-select-node' if regexp is
10516         found in the same Info node.  Don't add node to Info-history for
10517         wrapped isearch.
10518         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
10519         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
10520         (Info-mode): Set local variables `isearch-search-fun-function',
10521         `isearch-wrap-function', `isearch-push-state-function',
10522         `search-whitespace-regexp'.
10524         * isearch.el: Remove ancient Change Log section.
10525         (isearch-string, isearch-message-string, isearch-point)
10526         (isearch-success, isearch-forward-flag, isearch-other-end)
10527         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
10528         (isearch-barrier, isearch-within-brackets)
10529         (isearch-case-fold-search): Add suffix `-state' to state-related
10530         defsubsts to avoid name clashes with other function names.
10532         * simple.el (next-error): New defgroup and defface.
10533         (next-error-highlight, next-error-highlight-no-select):
10534         New defcustoms.
10535         (next-error-no-select): Let-bind next-error-highlight to the value
10536         of next-error-highlight-no-select before calling `next-error'.
10538         * progmodes/compile.el (compilation-goto-locus):
10539         Use `next-error' face instead of `region'.  Set 4-th argument of
10540         `move-overlay' to `current-buffer' to move overlay to different
10541         source buffers.  Use new variable `next-error-highlight'.
10543         * simple.el (next-error-find-buffer): Move the rule
10544         "if current buffer is a next-error capable buffer" after the
10545         rule "if next-error-last-buffer is set to a live buffer".
10546         Simplify to test all rules in one `or'.
10547         (next-error): Doc fix.
10548         (next-error, previous-error, first-error)
10549         (next-error-no-select, previous-error-no-select):
10550         Make arguments optional.
10552 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
10554         * macros.el (apply-macro-to-region-lines): Make it operate on all
10555         lines that begin in the region, rather than on all complete lines
10556         in the region.
10558 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10560         * x-dnd.el (x-dnd-protocol-alist): Document update.
10561         (x-dnd-known-types): Defcustom it.
10562         (x-dnd-handle-motif): Print message-atom in error message.
10564 2004-08-30  John Paul Wallington  <jpw@gnu.org>
10566         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
10567         strings rather than programatically constructing message.
10569 2004-08-30  Richard M. Stallman  <rms@gnu.org>
10571         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
10572         Don't return a string that would read as the wrong character code.
10574 2004-08-29  Kim F. Storm  <storm@cua.dk>
10576         * emulation/cua-base.el (cua-auto-expand-rectangles):
10577         Remove automatic rectangle padding feature; replace by non-destructive
10578         virtual rectangle edges feature.
10579         (cua-virtual-rectangle-edges): New defcustom.
10580         (cua-auto-tabify-rectangles): New defcustom.
10581         (cua-paste): If paste into a marked rectangle, insert rectangle at
10582         current column, even if virtual; also paste exactly as many lines
10583         as has been marked (ignore additional lines or add empty lines),
10584         but paste whole source if only one line is marked.
10585         (cua--update-indications): No longer use overwrite-cursor to
10586         indicate rectangle padding
10588         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
10589         (cua--rectangle-virtual-edges): New defun.
10590         (cua--rectangle-get-corners): Remove optional PAD arg.
10591         (cua--rectangle-set-corners): Never do padding.
10592         (cua--forward-line): Remove optional PAD arg.  Simplify.
10593         (cua-resize-rectangle-right, cua-resize-rectangle-left)
10594         (cua-resize-rectangle-down, cua-resize-rectangle-up):
10595         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
10596         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
10597         (cua--rectangle-move): Never do padding.  Simplify.
10598         (cua--tabify-start): New defun.
10599         (cua--rectangle-operation): Add tabify arg.  All callers changed.
10600         (cua--pad-rectangle): Remove.
10601         (cua--delete-rectangle): Handle delete with virtual edges.
10602         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
10603         (cua--insert-rectangle): Handle insert at virtual column.
10604         Perform auto-tabify if necessary.
10605         (cua--activate-rectangle): Remove optional FORCE arg.
10606         Never do padding.  Simplify.
10607         (cua--highlight-rectangle): Enhance for virtual edges.
10608         (cua-toggle-rectangle-padding): Remove command.
10609         (cua-toggle-rectangle-virtual-edges): New command.
10610         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
10611         (cua--rectangle-post-command): Don't force rectangle padding.
10612         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
10614 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
10616         * indent.el (edit-tab-stops-buffer): Doc fix.
10618 2004-08-28  Richard M. Stallman  <rms@gnu.org>
10620         * progmodes/grep.el (grep-default-command): Use find-tag-default.
10621         (grep-tag-default): Function deleted.
10623         * subr.el (find-tag-default): Move from etags.el.
10625         * progmodes/etags.el (find-tag-default): Move to subr.el.
10627         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
10628         into the basic character if it has an uppercase form.
10630 2004-08-27  Kenichi Handa  <handa@m17n.org>
10632         * international/utf-8.el (utf-8-post-read-conversion): If the
10633         buffer is unibyte, temporarily make it multibyte.
10635 2004-08-27  Masatake YAMATO  <jet@gyve.org>
10637         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
10639 2004-08-25  John Paul Wallington  <jpw@gnu.org>
10641         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
10642         0, 1, and many mismatches in message.
10643         (tex-start-shell): Use `set-process-query-on-exit-flag'.
10645         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
10646         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
10648 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10650         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
10651         vc-diff-switches differently.
10653 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
10655         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
10656         before and a real defvar after
10657         `speedbar-supported-extension-expressions'.  This is to silence
10658         the compiler without breaking bootstrapping.
10660 2004-08-22  Richard M. Stallman  <rms@gnu.org>
10662         * textmodes/flyspell.el (flyspell-word):
10663         Use set-process-query-on-exit-flag.
10664         (flyspell-highlight-duplicate-region): Take POSS as arg.
10665         (flyspell-word): Pass POSS as arg.
10667         * progmodes/ada-xref.el: Many doc and style fixes.
10668         (ada-find-any-references): Use compilation-start.
10669         (ada-get-ali-file-name): Improve error msg.
10670         (ada-get-ada-file-name): Likewise.
10672         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
10673         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
10675         * mail/mail-extr.el (mail-extr-all-top-level-domains):
10676         Add forward defvar.
10678         * whitespace.el (global-whitespace-mode): New alias
10679         for whitespace-global-mode.
10681         * speedbar.el (speedbar-file-regexp): Move definition up.
10682         (speedbar-mode, speedbar-set-mode-line-format):
10683         Use with-no-warnings.
10684         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
10686         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
10687         controls whether to display the error buffer.
10689         * ps-mule.el: Delete compatibility code for old Emacses.
10690         (ps-mule-find-wrappoint): Don't use chars-in-region.
10692         * frame.el (display-mouse-p, display-selections-p):
10693         Use with-no-warnings.
10695         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
10697 2004-08-22  David Kastrup  <dak@gnu.org>
10699         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
10700         information.
10702         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
10704 2004-08-22  Andreas Schwab  <schwab@suse.de>
10706         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
10708 2004-08-22  Masatake YAMATO  <jet@gyve.org>
10710         * cvs-status.el (cvs-status-checkout): New function.
10711         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
10713 2004-08-21  David Kastrup  <dak@gnu.org>
10715         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
10716         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
10717         has been converted to use hashtables, the relation `nil=none' is
10718         no longer valid, as `nil' is not a hashtable.  This patch tries to
10719         reduce the number of resulting errors.
10721 2004-08-21  John Paul Wallington  <jpw@gnu.org>
10723         * subr.el (process-kill-without-query): Made obsolete in
10724         version 21.4, not 21.5.
10726         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
10727         (vc-previous-comment, vc-next-comment)
10728         (vc-comment-search-reverse, vc-comment-search-forward)
10729         (vc-comment-to-change-log): Likewise.
10731         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
10733 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
10735         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
10736         Correct indentation of DEFMETHODS with non-standard method
10737         combinations (e.g., PROGN, MIN, MAX).
10739 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10741         * startup.el (normal-top-level-add-subdirs-to-load-path):
10742         Avoid unnecessarily checking system-type.
10743         (normal-top-level): Set TERM to "dumb".  Simplify.
10745         * avoid.el (mouse-avoidance-ignore-p): New fun.
10746         Also ignore switch-frame, select-window, double, and triple clicks.
10747         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
10748         (mouse-avoidance-fancy-hook): Use it.
10750 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
10752         * avoid.el (mouse-avoidance-nudge-mouse)
10753         (mouse-avoidance-banish-destination): Stay within the current window
10754         to avoid problems with mouse-autoselect-window.
10756 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10758         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
10759         the newer format of some messages in cvs-1.12.1.
10761 2004-08-19  Masatake YAMATO  <jet@gyve.org>
10763         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
10764         (elp-results-jump-to-definition-by-mouse)
10765         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
10766         (elp-output-result): Use elp-output-insert-symname.
10768 2004-08-18  Kenichi Handa  <handa@m17n.org>
10770         * language/cyrillic.el: Register koi8-r in
10771         ctext-non-standard-encodings-alist.
10772         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
10774 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
10776         * emacs-lisp/copyright.el (copyright-update-year): Delete code
10777         that replaces 20xy with xy.
10779 2004-08-17  John Paul Wallington  <jpw@gnu.org>
10781         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
10782         (reb-force-update): Doc fix.
10784 2004-08-16  Richard M. Stallman  <rms@gnu.org>
10786         * progmodes/which-func.el (which-func-update-1): Doc fix.
10788         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
10789         (sh-mode-abbrev-table): New variable.
10791         * progmodes/compile.el (compilation-mode): Doc fix.
10793         * emacs-lisp/lisp-mode.el (eval-last-sexp):
10794         Don't cons a new symbol each time.
10795         (eval-last-sexp-fake-value): New variable.
10797         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
10798         (copyright-update-year): Detect continuation of list of years.
10800         * term.el (term-default-fg-color, term-default-bg-color)
10801         (ansi-term-color-vector): Use `unspecified', not nil, as default.
10803         * imenu.el: Several doc fixes: don't say variables are buffer-local.
10805 2004-08-16  Davis Herring  <herring@lanl.gov>
10807         * isearch.el (isearch-string, isearch-message-string, isearch-point)
10808         (isearch-success, isearch-forward-flag, isearch-other-end)
10809         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
10810         (isearch-barrier, isearch-within-brackets)
10811         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
10813 2004-08-16  Kenichi Handa  <handa@m17n.org>
10815         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
10817 2004-08-15  Kenichi Handa  <handa@m17n.org>
10819         * term/x-win.el (x-selection-value): If utf8 was successful but
10820         ctext was not, use utf8 string.
10822 2004-08-14  Davis Herring  <herring@lanl.gov>
10824         * isearch.el: Remove accidental changes of March 4.  Fix backing
10825         up when a regexp isearch is made more general.  Use symbolic
10826         accessor functions for isearch stack frames to make usage clearer.
10827         (search-whitespace-regexp): Made groups in documentation shy (as
10828         is the group in the default value).
10829         (isearch-fallback): New function, addresses problems with regexps
10830         liberalized by `\|', adds support for liberalization by `\}' (the
10831         general repetition construct), and incorporates behavior for
10832         `*'/`?'.
10833         (isearch-}-char): New command, calls `isearch-fallback' with
10834         arguments appropriate to a typed `}'.
10835         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
10836         appropriately.
10837         (isearch-mode-map): Bind `}' to `isearch-}-char'.
10838         (isearch-string, isearch-message,string, isearch-point)
10839         (isearch-success, isearch-forward-flag, isearch-other-end)
10840         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
10841         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
10842         New inline functions to read fields of a stack frame.
10844 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
10846         * battery.el (battery-linux-proc-acpi): Look into battery
10847         directories matching the literal string "CMB", too (required for
10848         Linux kernel version 2.6.7).
10850 2004-08-14  John Paul Wallington  <jpw@gnu.org>
10852         * cus-start.el (read-file-name-completion-ignore-case): Add.
10853         (blink-cursor-alist): Change version to "21.4".
10855         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
10857 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
10859         * speedbar.el (speedbar-scan-subdirs): New option.
10860         (speedbar-file-lists): Don't ignore file-name case on Unix and use
10861         dolist.
10862         (speedbar-insert-files-at-point): Take an extra argument and use
10863         it to optionally find out if a subdir is empty.  Also unreadable
10864         files don't get expand buttons.
10865         (speedbar-directory): New image (unused pixmap already existed).
10866         (speedbar-expand-image-button-alist): Use it.
10868 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
10870         CC Mode update to 5.30.9:
10872         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
10873         Move from cc-vars to cc-defs for dependency reasons.  Fix the
10874         POSIX char class test to check that it works in
10875         `skip-chars-(forward|backward)' too.
10877         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
10878         first argument starts with a special brace list.
10880         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
10881         when `c-opt-type-concat-key' is used (i.e. in Pike).
10883         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
10884         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
10885         >)".
10887         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
10888         whitespace safe.
10890         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
10891         position for `arglist-intro', `arglist-cont-nonempty' and
10892         `arglist-close' when there are two arglist open parens on the same
10893         line and there's nothing in front of the first.
10895         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
10896         locking of qualified names in Java, which previously could fontify
10897         common indexing expressions in many cases.  The standard Java
10898         naming conventions are used to tell them apart.
10900         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
10901         Fix inconsistency wrt opening parens on the first line inside a paren
10902         block.
10904         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
10905         compile time for the sake of `c-major-mode-is'.
10907         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
10908         `c-major-mode-is' in the event that this is used inside a
10909         `c-lang-defconst'.
10911         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
10912         `c-lang-defconst' so that it works better with fallback languages.
10914         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
10915         it to fail to record the base mode.
10917         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
10918         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
10919         is used.  Reorder the syntax checks to get more efficient
10920         skipping in some situations.
10922         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
10923         continuation which might precede the newly inserted '{'.
10925         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
10926         Fix cases where it could loop indefinitely.
10928         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
10929         size specs correctly.  Only fontify identifiers in front of '('
10930         with as functions - don't accept any paren char.  Tighten up
10931         initializer skipping to stop before function and class blocks.
10933         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
10934         the point could be left directly after an open paren when finding
10935         the beginning of the first decl in the block.
10937         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
10938         table when filtering out legitimate open parens to be recorded.
10939         This could cause cache inconsistencies when e.g.
10940         `c++-template-syntax-table' was temporarily in use.
10942         * progmodes/cc-engine.el (c-on-identifier)
10943         (c-simple-skip-symbol-backward): Small fix for handling "-"
10944         correctly in `skip-chars-backward'.  Affected the operator lfun
10945         syntax in Pike.
10947         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
10948         Fix bug that could cause an error from `after-change-functions' when
10949         the changed region is at bob.
10951 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
10953         CC Mode update to 5.30.9:
10955         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
10956         to say that <TAB> doesn't insert WS into a CPP line.
10957         (c-indent-command, c-tab-always-indent): Amend doc strings.
10959         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
10960         checks for user errors, thus eliminating cryptic and unhelpful
10961         Emacs error messages.  (1) Check the arg to `c-set-style' is a
10962         string.  (2) Check that settings to `c-offsets-alist' are not
10963         spuriously quoted.
10965         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
10966         which precedes the newly inserted `{'.
10968 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
10970         Sync with Tramp 2.0.44.
10972         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
10973         function "tramp_file_attributes".  Otherwise, file names
10974         containing spaces are misinterpreted.  Reported by Magnus Henoch
10975         <mange@freemail.hu>.
10976         (tramp-handle-file-truename): FILENAME must be expanded first.
10977         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
10978         obscure results.  Reported by D. Goel <deego@gnufans.org>.
10979         (tramp-handle-verify-visited-file-modtime): If file does not
10980         exist, say it is not modified if and only if that agrees with the
10981         buffer's record.  Check whether a file is visiting the buffer, or
10982         the buffer has no recorded last modification time.  Return t in
10983         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
10984         <teirllm@auburn.edu>.
10985         (tramp-handle-write-region): Pass modtime explicitely to
10986         `set-visited-file-modtime', because filename can be different
10987         from (buffer-file-name) if `file-precious-flag' is set.
10988         `set-visited-file-modtime' must be called always when `visit' is t
10989         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
10990         (tramp-handle-set-visited-file-modtime): If `time-list' is not
10991         nil, don't apply the whole body.  If the file doesn't exists, set
10992         modtime to '(-1 65535).  Suggested by Luc Teirlinck
10993         <teirllm@auburn.edu>.
10995 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
10997         * help.el (describe-bindings): Doc fix.
10999         * subr.el (kbd): Doc fix.
11001 2004-08-08  John Paul Wallington  <jpw@gnu.org>
11003         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
11004         instead of `string-to-int'.
11005         (define-ibuffer-column mode): Fix indentation.
11007 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
11009         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
11011 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
11013         * subr.el (global-unset-key, local-unset-key): Doc fixes.
11015         * novice.el (disabled-command-function): New variable renamed from
11016         `disabled-command-hook'.
11017         (disabled-command-hook): Keep the _variable_ as alias for
11018         `disabled-command-function' and make obsolete.
11019         (disabled-command-function): Function renamed from
11020         `disabled-command-hook'.  Adapt code to name change of the variable.
11022 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
11024         * simple.el (completion-root-regexp): New defvar.
11025         (completion-setup-function): Use it instead of a literal string.
11027 2004-08-07  John Paul Wallington  <jpw@gnu.org>
11029         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
11030         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
11031         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
11032         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
11034 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
11036         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
11037         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
11039 2004-08-04  Kenichi Handa  <handa@m17n.org>
11041         * international/encoded-kb.el (encoded-kbd-setup-keymap):
11042         Fix previous change.
11044 2004-08-03  Kenichi Handa  <handa@m17n.org>
11046         * international/encoded-kb.el: The following changes are to
11047         utilize key-translation-map instead of minor mode map.
11048         (encoded-kbd-iso2022-non-ascii-map): Delete it.
11049         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
11050         (encoded-kbd-last-key): New function.
11051         (encoded-kbd-iso2022-single-shift): New function.
11052         (encoded-kbd-iso2022-designation)
11053         (encoded-kbd-self-insert-iso2022-7bit)
11054         (encoded-kbd-self-insert-iso2022-8bit)
11055         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
11056         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
11057         key-translation-map.
11058         (encoded-kbd-setup-keymap): Setup key-translation-map.
11059         (saved-key-translation-map): New variable.
11060         (encoded-kbd-mode): Save/restore key-translation-map.
11061         Adjust for the change of encoded-kbd-setup-keymap.
11063 2004-08-02  Kim F. Storm  <storm@cua.dk>
11065         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
11066         and call compute-motion with nil for topos and width to get proper
11067         usable width and height for both window and non-window systems.
11069         * windmove.el (windmove-coordinates-of-position): Let compute-motion
11070         calculate usable window width and height.
11072         * window.el (window-buffer-height): Call compute-motion with nil width.
11074 2004-08-01  David Kastrup  <dak@gnu.org>
11076         * replace.el (query-replace-read-from):
11077         Use `query-replace-compile-replacement'.
11078         (query-replace-compile-replacement): New function.
11079         (query-replace-read-to): Use `query-replace-compile-replacement'
11080         for repeating the last command.
11082 2004-08-01  John Paul Wallington  <jpw@gnu.org>
11084         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
11085         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
11086         (pr-switches): Remove period from end of error messages.
11088         * help-mode.el (help-go-back): Likewise.
11090         * abbrev.el (only-global-abbrevs): Doc fix.
11091         (edit-abbrevs-map): Define within defvar.
11092         (quietly-read-abbrev-file): Doc fix.
11094 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
11096         * novice.el (enable-command, disable-command): Doc fixes.
11098         * subr.el (event-modifiers, event-basic-type): Doc fixes.
11100 2004-07-30  Richard M. Stallman  <rms@gnu.org>
11102         * subr.el (with-local-quit): Doc fix.
11104 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
11106         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
11108 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
11110         * custom.el (defcustom): Doc fix.
11112 2004-07-28  Masatake YAMATO  <jet@gyve.org>
11114         * progmodes/etags.el (etags-tags-apropos): Show building progress.
11116 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11118         * imenu.el (imenu-prev-index-position-function)
11119         (imenu-extract-index-name-function, imenu-name-lookup-function)
11120         (imenu--index-alist): Docstring redundancy fix.
11122 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
11124         * wdired.el (wdired-finish-edit): Require dired-aux before locally
11125         binding dired-backup-overwrite.
11127 2004-07-25  John Paul Wallington  <jpw@gnu.org>
11129         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
11131 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
11133         * term/tty-colors.el (tty-color-approximate): Doc fix.
11135         * select.el (x-get-selection, x-set-selection): Doc fixes.
11137         * frame.el (make-frame): Doc fix.
11139 2004-07-24  Richard M. Stallman  <rms@gnu.org>
11141         * mail/rmail.el (rmail-mime-charset-pattern):
11142         Don't include semicolon in the charset value.
11144         * replace.el (occur-next-error): Call set-window-point.
11145         (occur-engine): Handle negative NLINES.
11147 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
11149         * frame.el (modify-all-frames-parameters): Minor doc fix.
11150         (set-frame-configuration): Doc fix.
11152 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
11154         * simple.el (completion-setup-function): Compute the common parts
11155         and the first difference place correctly when
11156         partial-completion-mode is on.
11158 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11160         * ps-print.el: Doc fix.
11161         (ps-print-version): New version 6.6.5.
11162         (ps-printing-region): Doc fix.
11163         (ps-generate-string-list): Comment fix.
11164         (ps-message-log-max): Code fix.
11166 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11168         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
11169         generated PostScript.
11171 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
11173         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
11174         with Gnus v5_10 branch.)
11176 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
11178         * calendar/time-date.el (time-to-number-of-days): New function.
11179         Imported from from Gnus.
11181 2004-07-22  Kim F. Storm  <storm@cua.dk>
11183         * progmodes/make-mode.el: Fix comments.
11185 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11187         * printing.el: Doc fix.
11189 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
11191         * frame.el (modify-all-frames-parameters): Minor doc fix.
11193 2004-07-20  Richard M. Stallman  <rms@gnu.org>
11195         * textmodes/fill.el (fill-nobreak-p): If this break point is
11196         at the end of the line, don't consider the newline which follows
11197         as a reason to return t.
11199 2004-07-19  John Paul Wallington  <jpw@gnu.org>
11201         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
11203 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
11205         * dired-aux.el (dired-do-kill-lines): Expand docstring.
11206         Delete irrelevant code.
11208 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
11210         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
11211         New docstring.  From Luc Teirlinck.
11213 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
11215         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
11216         section.
11217         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
11218         non-file buffers.  We know it is nil.
11220 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
11222         Sync with Tramp 2.0.43.
11224         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
11225         Remove outdated comment.
11226         (tramp-locked, tramp-locker): New variables for implementing a
11227         global lock.
11228         (tramp-sh-file-name-handler): Use them to implement the global lock.
11230 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
11232         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
11233         calls to respective `xxx` calls.
11234         (tramp-process-alive-regexp): Precise doc string.
11235         (tramp-multi-action-process-alive): New defun.
11236         (tramp-multi-actions): Use it.
11237         (tramp-handle-find-backup-file-name): `copy-tree' is available
11238         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
11239         in order to avoid this function.
11240         (tramp-handle-write-region): Set current buffer.  If connection
11241         wasn't open, `file-modes' has changed it accidently.  Reported by
11242         David Kastrup <dak@gnu.org>.
11243         (tramp-enter-password, tramp-read-passwd): New arguments USER and
11244         HOST.
11245         (tramp-action-password, tramp-multi-action-password): Apply it.
11246         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
11247         name must still contain the port number.  Otherwise, we have two
11248         Tramp buffers, with all the confusion.  Reported by Myron Selby
11249         <myron@xytech.com> and Rolf Dubitzky
11250         <Dubitzky@physi.uni-heidelberg.de>.
11252         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
11253         HOST to `tramp-enter-passwd'.
11255         * net/tramp-vc.el (all): Code cleanup.  Change all
11256         `tramp-handle-xxx' calls to respective `xxx` calls.
11258 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
11260         * emacs-lisp/testcover.el: New category "potentially-1valued" for
11261         functions that are not erroneous if either 1-valued or
11262         multi-valued.  Detect functions in this class.
11263         (testcover-1value-functions, testcover-compose-functions)
11264         (testcover-progn-functions) Add some additional functions to lists.
11265         (testcover-mark): Bugfix when marking up the definition for an
11266         empty function.
11268 2004-07-17  Richard M. Stallman  <rms@gnu.org>
11270         * replace.el (occur-read-primary-args): Pass default to
11271         read-from-minibuffer.
11273         * mail/footnote.el (footnote-section-tag): Use defcustom.
11275         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
11276         Compile font-lock-keywords, not KEYWORDS.
11277         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
11278         Add warn, check-type.  Handle cerror like error.
11280 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
11282         * progmodes/which-func.el (which-func-keymap): New var.
11283         (which-func-face): New face.
11284         (which-func-format): Use them.
11286 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
11288         * buff-menu.el (list-buffers-noselect): Append the buffer's
11289         process status to its mode name.
11291 2004-07-16  Kim F. Storm  <storm@cua.dk>
11293         * simple.el (inhibit-mark-movement): New defvar.
11294         (beginning-of-buffer, end-of-buffer): Do not push mark if
11295         inhibit-mark-movement is non-nil or C-u prefix is given.
11297         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
11298         Init to beginning-of-buffer and end-of-buffer.
11299         (cua--undo-push-mark): New defvar.
11300         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
11301         already active and command is in cua--preserve-mark-commands.
11302         Also fix check for shift modifier on non-window systems.
11303         (cua--post-command-handler): Clear inhibit-mark-movement if set.
11305 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
11307         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
11308         of two integers, instead of a cons.
11310         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
11311         `visited-file-modtime' now returns a list of two integers, instead
11312         of a cons.
11314         * dired.el (dired-directory-changed-p): Ditto.
11316         * progmodes/grep.el (grep): Doc fix.
11318 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
11320         * autorevert.el (auto-revert-tail-mode)
11321         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
11322         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
11323         in both at the same time.
11324         (auto-revert-tail-mode): New command.
11325         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
11326         (auto-revert-handler): Revert only either tail or whole file.
11328         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
11329         add auto-revert-tail-mode.
11331 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11333         * printing.el: Doc fix.  Change name of some funs.
11334         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
11335         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
11336         (pr-standard-file-name): New fun.  Replace pr-standard-path.
11337         (pr-call-process): Code fix.
11339 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
11341         * subr.el (with-selected-window): Doc fix.
11343 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
11345         * subr.el (get-buffer-window-list): Doc fix.
11347 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
11349         * files.el (switch-to-buffer-other-window): Doc fix.
11351         * window.el (save-selected-window, one-window-p)
11352         (split-window-keep-point, split-window-vertically)
11353         (split-window-horizontally): Doc fixes.
11355 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11357         * printing.el: Doc fix.  Now it uses call-process instead of
11358         shell-command for low command execution.
11359         (pr-version): New version number (6.8).
11360         (pr-shell-file-name): Option removed.
11361         (pr-shell-command): Fun removed.
11362         (pr-call-process): New fun.  Replace pr-shell-command.
11363         (pr-standard-path, pr-remove-nil-from-list): New funs.
11364         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
11365         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
11366         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
11367         (pr-ps-utility-process, pr-txt-print): Code fix.
11369 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
11371         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
11372         boolean.
11374 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
11376         * wid-edit.el (widget-field-buffer): Doc fix.
11378 2004-07-09  John Paul Wallington  <jpw@gnu.org>
11380         * emacs-lisp/re-builder.el (reb-update-overlays):
11381         Distinguish between one and several matches in message.
11383 2004-07-09  Richard M. Stallman  <rms@gnu.org>
11385         * mouse.el (mouse-set-region-1): If transient-mark-mode
11386         is `identity', change it to `only'.
11388         * simple.el (current-word): Doc fix.
11390 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
11392         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
11393         so that it is more understanding of whitespace.
11395         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
11396         (("ns" . "element") (attr-list) children) instead of
11397         ((:ns . "element") (attr-list) children) in order to reduce the
11398         number of symbols used.
11399         (xml-skip-dtd): Change to use xml-parse-dtd but set
11400         xml-validating-parsing to nil.
11401         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
11402         (xml-substitute-entity): Remove in favor of new entity substitution.
11403         (xml-substitute-special): Rewrite in to substitute complex
11404         entities from DOCTYPE declarations.
11405         (xml-parse-fragment): Parse fragments from entity deleclarations.
11406         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
11407         (xml-parse-dtd, xml-substitute-special): Make validity checks
11408         conditioned on xml-validating-parser.  Add "Not Well Formed" to
11409         error messages about well-formedness.
11411 2004-07-08  Steven Tamm  <steventamm@mac.com>
11413         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
11414         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
11415         Do not treat double clicks and triple clicks specially in the
11416         scroll bar (preventing strange repositioning problems)
11418 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11420         * replace.el (query-replace-regexp-eval): Fix last change.
11422 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11424         * replace.el (query-replace-descr): New fun.
11425         (query-replace-read-from, query-replace-read-args): Default to the
11426         previous from&to.
11427         (query-replace-read-to): Quote the `from' string when displaying it.
11428         (query-replace-regexp-eval): Immediately check read-only status.
11429         Use query-replace-read-from to get the \n checking.
11430         Quote the `from' string when displaying it.
11431         (map-query-replace-regexp, occur-read-primary-args):
11432         Quote the `from' string when displaying it.
11434         * isearch.el (isearch-query-replace): Pass the regexp-ness and
11435         delimited-ness of the search to query-replace.
11437         * replace.el (query-replace-read-from, query-replace-read-to):
11438         New funs extracted from query-replace-read-args.
11439         (query-replace-read-args): Use them.
11441         * replace.el (query-replace-interactive, query-replace-read-args):
11442         Remove the `initial' special value.
11443         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
11444         (occur-engine): Remove unused var `matchend'.
11446         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
11447         Use the search string without prompting.
11449 2004-07-05  Kenichi Handa  <handa@m17n.org>
11451         * international/mule.el (decode-coding-inserted-region):
11452         Set last-coding-system-used only when coding is nil.
11454 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
11456         * progmodes/grep.el (grep-compute-defaults, grep-command)
11457         (grep-program, find-program, grep-find-use-xargs, grep-history)
11458         (grep-find-history, grep-tag-default, grep-find-command)
11459         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
11460         Add autoload cookies, for unbundled packages that load `compile'
11461         and expect all grep-related symbols to become defined.
11463 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
11465         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
11466         (iimage-mode-image-search-path): New user option to search the
11467         image file.
11468         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
11469         have locate-file.
11470         (iimage-mode-buffer): Use it.
11472 2004-07-03  Nick Roberts  <nickrob@gnu.org>
11474         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
11475         carefully.
11476         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
11478 2004-07-03  Juri Linkov  <juri@jurta.org>
11480         * replace.el (query-replace-read-args): Swallow space after 'foo,
11481         not after (quote foo).  Match space only immediately after symbol,
11482         not anywhere in the whole string.
11484 2004-07-02  Richard M. Stallman  <rms@gnu.org>
11486         * replace.el (query-replace-read-args): Swallow space after
11487         symbols, not after closeparens.  But avoid error if string ends there.
11489         * progmodes/python.el (python-beginning-of-statement):
11490         Exit the loop if backward-up-list gets error.
11492         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
11494 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
11496         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
11497         only if vc-consult-headers is non-nil.
11499 2004-07-02  Juri Linkov  <juri@jurta.org>
11501         * pcvs.el (cvs-mode-diff-repository): New command.
11503         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
11505 2004-07-01  Juri Linkov  <juri@jurta.org>
11507         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
11508         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
11509         C-M-% to isearch-query-replace-regexp.
11510         (minibuffer-local-isearch-map): Add arrow key bindings.
11511         Bind C-f to isearch-yank-char-in-minibuffer.
11512         (isearch-forward): Doc fix.
11513         (isearch-edit-string): Doc fix.
11514         (isearch-query-replace, isearch-query-replace-regexp): New funs.
11515         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
11516         (isearch-yank-char): Add optional arg.
11517         (isearch-yank-char-in-minibuffer): New fun.
11519         * replace.el (query-replace-interactive): Change type from boolean
11520         to choice.  Add value `initial'.
11521         (query-replace-read-args): Handle value `initial' of
11522         query-replace-interactive.
11524 2004-06-29  Kim F. Storm  <storm@cua.dk>
11526         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
11527         (breakpoint-disabled-bitmap-face): Add :group 'gud.
11529         * progmodes/ada-xref.el (ada-tight-gvd-integration):
11530         Add :group 'ada.
11532         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
11534 2004-06-29  Juri Linkov  <juri@jurta.org>
11536         * replace.el (query-replace-read-args): Swallow a space after
11537         everything except )]" which in most cases means after a symbol.
11539         * emacs-lisp/pp.el (pp-buffer): Add autoload.
11541 2004-06-28  Richard M. Stallman  <rms@gnu.org>
11543         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
11544         More changes to go with previous change in font-lock.el.
11546 2004-06-26  David Kastrup  <dak@gnu.org>
11548         * replace.el (perform-replace): Highlight the match even in
11549         non-query mode if there is potential replace string editing.
11551 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
11553         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
11554         agree with new return value of `file-remote-p'.
11555         This syncs with Tramp 2.0.42.
11557         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
11558         according to new documentation of `file-remote-p'.
11560         * files.el (file-remote-p): Fix doc to say that return value is
11561         identification of remote system, if not nil.
11562         (file-relative-name): Use new return value of `file-remote-p'.
11564 2004-06-26  Nick Roberts  <nickrob@gnu.org>
11566         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
11567         (gdb-goto-breakpoint): Fix breakage.
11569 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
11571         * man.el (Man-getpage-in-background): Add windows-nt to the list
11572         of systems where shell-file-name should be used instead of
11573         literal "sh".
11575 2004-06-25  Sam Steingold  <sds@gnu.org>
11577         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
11578         function names `(setf symbol)'.
11580 2004-06-24  Richard M. Stallman  <rms@gnu.org>
11582         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
11584         * font-lock.el (font-lock-keywords): Change format of compiled values.
11585         Document it.
11586         (font-lock-add-keywords): If font-lock-keywords is compiled,
11587         extract the uncompiled version, modify, then recompile.
11588         (font-lock-remove-keywords): Likewise.
11589         (font-lock-fontify-keywords-region): Handle changed format.
11590         (font-lock-compile-keywords): Handle changed format.
11591         (font-lock-set-defaults): Compile the keywords explicitly here.
11593 2004-06-24  David Kastrup  <dak@gnu.org>
11595         * replace.el (query-replace-read-args): Implement `\,' and `\#'
11596         replacements here.
11597         (query-replace-regexp): Doc string explaining this and the new
11598         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
11599         is better placed in `query-replace-read-args'.
11600         (replace-regexp): Explain `\,', `\#' and `\?'.
11601         (replace-match-data): New function for thorough reuse/destruction
11602         of old match-data.
11603         (replace-match-maybe-edit): Function for implementing `\?' editing.
11604         (perform-replace): Fix maintaining of the match stack including
11605         already matched regions, implement `\?', fix various problems
11606         with regions while editing and other stuff.
11607         (replace-highlight): Simplify.
11609 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
11611         * progmodes/grep.el (grep-error-screen-columns): New variable.
11612         (grep-regexp-alist): Give it the full functionality of gnu style
11613         compilation messages with line and column ranges.  Ask me for the
11614         perl script I'm working on, that uses these.
11616 2004-06-23  Nick Roberts  <nickrob@gnu.org>
11618         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
11619         Remove.
11620         (comint-insert-input, comint-mouse-insert-input): New functions
11621         based on comint-insert-clicked-input for two bindings but just
11622         one functionality.
11624 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
11626         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
11628 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
11630         * files.el (write-contents-functions): Doc fix.
11632 2004-06-21  Juanma Barranquero  <lektu@terra.es>
11634         * image.el (image-library-alist): Rewrite docstring in active voice.
11636 2004-06-20  Richard M. Stallman  <rms@gnu.org>
11638         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
11640         * isearch.el (isearch-repeat): Avoid testing old match data.
11641         (isearch-message): Display trailing space in special font
11642         when search is failing.
11643         (isearch-search-fun-function): Doc fix.
11645         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
11647 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
11649         * frame.el (show-trailing-whitespace): Doc fix.
11651         * cus-edit.el (custom-variable-documentation): New function.
11652         (custom-variable): Use it.
11654 2004-06-19  Nick Roberts  <nickrob@gnu.org>
11656         * man.el (Man-getpage-in-background): Revert previous change but
11657         make cygwin a special case.
11659 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
11661         * autorevert.el (global-auto-revert-non-file-buffers):
11662         Update docstring.
11664 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
11666         * progmodes/compile.el (compilation-error-properties): Store one
11667         more than end-col, if present, so that transient-mark-mode will
11668         highlight last char too.
11669         * progmodes/grep.el (grep-regexp-alist): Match columns and column
11670         ranges, if present.
11672 2004-06-18  Jason Rumney  <jasonr@gnu.org>
11674         * makefile.w32-in: Double percent signs in for loops.
11676 2004-06-17  David Kastrup  <dak@gnu.org>
11678         * replace.el (query-replace-read-args): Only warn about use of \n
11679         and \t when we are doing a regexp replacement and the actual
11680         escaped character is n or t.
11681         (query-replace-regexp): Add \, and \# interpretation to
11682         interactive call and document it.
11683         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
11684         as shortkey for replace-count.
11685         (replace-quote): New function for doubling backslashes.
11687 2004-06-17  Juanma Barranquero  <lektu@terra.es>
11689         * files.el (parse-colon-path, cd): Mention in docstring that the
11690         path separator is colon in GNU-like systems.
11692         * newcomment.el (comment-region-internal): Fix docstring.
11694         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
11695         (ewoc-invalidate, ewoc-collect): Doc fixes.
11696         (ewoc--create-node, ewoc--delete-node-internal):
11697         Fix typos in docstring.
11699 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
11701         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
11702         manual to docstring.
11704 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11706         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
11708 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
11710         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11711         Add hyperlink to emacs-xtra manual to docstring.
11713         * autorevert.el (global-auto-revert-non-file-buffers):
11714         Add hyperlink to emacs-xtra manual to docstring, as well as an
11715         info-link.
11717 2004-06-14  Juanma Barranquero  <lektu@terra.es>
11719         * image.el (image-library-alist): New variable to map image types
11720         to external libraries.  Initialized to nil, unless system-specific
11721         configs change it.
11722         (image-type-available-p): Determine whether an image type is
11723         available by calling `init-image-library'.
11725         * term/w32-win.el (image-library-alist): Initialize to a known set
11726         of probable library names.
11728 2004-06-14  Kenichi Handa  <handa@m17n.org>
11730         * international/code-pages.el (windows-1256, cp1125): Fix tables
11731         for several characters.
11733         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
11735 2004-06-13  Richard M. Stallman  <rms@gnu.org>
11737         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
11739         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
11740         not "`pc-selection-mode'".
11742         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
11744         * simple.el (previous-matching-history-element): Specify a default.
11746         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
11748         * cus-face.el (custom-declare-face): Simplify code.
11750         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
11752 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
11754         * files.el (before-save-hook): Add `time-stamp' to the options.
11756         * time-stamp.el (time-stamp): Recommend adding it to
11757         `before-save-hook', rather than `write-file-functions'.
11758         Make a similar change in `Commentary' section.
11760 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11762         * diff-mode.el (diff-current-defun): If at start of hunk, use
11763         position of first change.
11765 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
11767         * dired-x.el (dired-mark-omitted): Bind to "*O".
11769 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
11771         * bookmark.el (bookmark-bmenu-relocate): New function, as
11772         suggested by David J. Biesack <David.Biesack@sas.com>.
11773         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
11774         (bookmark-bmenu-mode): Describe binding in doc string.
11775         (bookmark-set-filename): Save the bookmark list if it's time.
11777 2004-06-13  Kenichi Handa  <handa@m17n.org>
11779         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
11780         (ccl-untranslated-to-ucs): Fix typo.
11782 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
11784         * progmodes/python.el (python-open-block-statement-p):
11785         Fix indentation after a block opening that contains a comment.
11787 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
11789         * bindings.el (completion-ignored-extensions): Add file extensions
11790         of Python byte-compiled files.
11792 2004-06-12  Juri Linkov  <juri@jurta.org>
11794         * info.el (Info-goto-node): Add autoload.
11795         (Info-toc): Add substring-no-properties on Info file name.
11796         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
11797         (Info-mode-map): Bind L to Info-history, T to Info-toc.
11799 2004-06-12  Kenichi Handa  <handa@m17n.org>
11801         * international/mule-cmds.el (set-language-environment):
11802         Load subst tables if necessary.
11804         * international/mule.el (decode-char): Load subst tables if necessary.
11805         (encode-char): Likewise.
11807         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
11808         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
11809         (utf-16le-decode-loop): Set r5 to -1 before loop.
11810         (utf-16be-decode-loop): Likewise.
11811         (ccl-decode-mule-utf-16le): Add EOF processing block.
11812         (ccl-decode-mule-utf-16be): Likewise.
11813         (ccl-decode-mule-utf-16le-with-signature): Likewise.
11814         (ccl-decode-mule-utf-16be-with-signature): Likewise.
11815         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
11816         (ccl-mule-utf-16-encode-untrans): New CCL.
11817         (utf-16-decode-to-ucs): Handle pre-read character.
11818         (utf-16le-encode-loop): Handle surrogate pair.
11819         (utf-16be-encode-loop): Likewise.
11820         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
11821         of utf-16le-encode-loop.
11822         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
11823         of utf-16be-encode-loop.
11824         (mule-utf-16-post-read-conversion):
11825         Call utf-8-post-read-conversion at first.
11826         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
11827         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
11828         Add post-read-conversion and pre-write-conversion.
11830         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
11831         (utf-translate-cjk-unicode-range): New variable.
11832         (utf-translate-cjk-load-tables): New function.
11833         (utf-lookup-subst-table-for-decode): New function.
11834         (utf-lookup-subst-table-for-encode): New function.
11835         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
11836         tables here.  Update safe-charsets of utf-* coding systems.
11837         (ccl-mule-utf-untrans): New CCL.
11838         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
11839         at end of each branch.
11840         (ccl-mule-utf-8-encode-untrans): New CCL.
11841         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
11842         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
11843         length of encoding.  Don't return r0.
11844         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
11845         (utf-8-post-read-conversion): Narrow to region properly.
11846         If utf-translate-cjk-mode is on, load tables if necessary.
11847         Call utf-8-compose with hash-table arg if necessary.
11848         Call XXX-compose-region instead of XXX-post-read-convesion.
11849         (utf-8-pre-write-conversion): New function.
11850         (mule-utf-8): Include CJK charsets in safe-charsets if
11851         utf-translate-cjk-mode is on.  Add pre-write-conversion.
11853         * international/characters.el: Temporarily set
11854         utf-translate-cjk-mode to nil.
11856         * language/devan-util.el (devanagari-compose-region):
11857         Add autoload cookie.
11859         * international/ccl.el (ccl-dump-call): Fix printing the
11860         subroutine name.
11862 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
11864         * dired.el (dired-revert): If buffer is marked unmodified before
11865         reverting, keep it marked unmodified.
11866         Adapt to new conventions for commenting out code.
11867         (dired-make-relative): Adapt to new conventions for commenting out code.
11869 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
11871         * eshell/esh-module.el (eshell-load-defgroups):
11872         Bind `vc-handled-backends' to nil when opening files.
11874 2004-06-11  Juanma Barranquero  <lektu@terra.es>
11876         * files.el (parse-colon-path, cd): Doc fixes (refer to
11877         `path-separator', not colon).
11879 2004-06-10  Juanma Barranquero  <lektu@terra.es>
11881         * newcomment.el (comment-search-forward)
11882         (comment-search-backward): Fix typos in docstring.
11883         (comment-region): Doc fix.
11885 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
11887         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
11888         switch is no longer stored in `dired-switches-alist'.
11890         * dired-aux.el (dired-insert-subdir): Do not store R switch in
11891         `dired-switches-alist'.
11893 2004-06-10  Kim F. Storm  <storm@cua.dk>
11895         * pcvs.el (cvs-mode-diff-yesterday): New command.
11897         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
11899 2004-06-10  Juri Linkov  <juri@jurta.org>
11901         * emacs-lisp/edebug.el (edebug-eval-defun):
11902         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
11903         Fix docstring.
11905         * simple.el (eval-expression-print-format): Don't print additional
11906         information on the first call to `eval-print-last-sexp'.
11907         (next-error-find-buffer): Fix punctuation.
11908         (killing) <defgroup>: Fix punctuation.
11909         (yank-excluded-properties): Change group from editing to killing.
11911         * replace.el (perform-replace): Use `limit' to terminate the
11912         while-loop explicitly.
11914 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11916         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
11917         Use lc-*.xpm as prefix instead of *-locol.xpm.
11919         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
11920         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
11921         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
11922         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
11923         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
11924         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
11925         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
11926         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
11927         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
11928         * toolbar/lc-up_arrow.xpm:
11929         Rename from *-locol.xpm.
11931 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
11933         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
11934         include forms like &<str>; as valid url patterns.
11936 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
11938         * dired.el (dired-diff, dired-backup-diff)
11939         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
11940         (dired-do-chown, dired-do-touch, dired-do-print)
11941         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
11942         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
11943         (dired-create-directory, dired-do-copy, dired-do-symlink)
11944         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
11945         (dired-do-copy-regexp, dired-do-hardlink-regexp)
11946         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
11947         (dired-maybe-insert-subdir, dired-next-subdir)
11948         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
11949         (dired-kill-subdir, dired-tree-up, dired-tree-down)
11950         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
11951         (dired-run-shell-command, dired-query): Remove redundant,
11952         or incorrect, autoloads.
11954         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
11955         does not end in a slash.  Add optional argument KILL-ROOT.
11956         Update docstring.
11957         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
11958         (dired-query): Add autoloads.
11960 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
11962         * progmodes/compile.el (compilation-set-window-height):
11963         Rearrange the save-* functions because a buffer can have several current
11964         point in different windows.
11965         (compilation-error-regexp-alist-alist): Recognize {standard input}
11966         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
11968 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11970         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
11971         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
11972         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
11973         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
11974         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
11975         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
11976         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
11977         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
11978         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
11979         * toolbar/up_arrow-locol.xpm:
11980         New versions of icons that uses fewer colors.
11982         * toolbar/tool-bar.el (tool-bar-local-item)
11983         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
11984         if display-color-cells is 256 or less.
11986 2004-06-08  Kim F. Storm  <storm@cua.dk>
11988         * wid-edit.el (widget-specify-button): Use hand pointer rather
11989         than mouse-face as visible mouse-over effect.
11991 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
11993         * saveplace.el (save-place-alist-to-file): Bind `print-length'
11994         and `print-level' to nil when writing out `save-place-alist'.
11995         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
11997 2004-06-07  Juanma Barranquero  <lektu@terra.es>
11999         * completion.el (completion-kill-region): Doc fix.
12001         * format.el (format-insert-annotations)
12002         (format-annotate-location): Doc fixes.
12003         (format-subtract-regions): Make arguments match their use in docstring.
12005         * simple.el (kill-region): Doc fix.
12007         * subr.el (insert-buffer-substring-no-properties)
12008         (insert-buffer-substring-as-yank): Doc fixes.
12010 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
12012         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12013         Update docstring.
12014         (dired-reset-subdir-switches): New function.
12016         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
12017         Limit scope of `buffer-read-only' binding.
12019 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
12021         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
12022         eshell-explicit-command-char.
12024 2004-06-06  Juanma Barranquero  <lektu@terra.es>
12026         * help-fns.el (help-argument-name): Inherit from italic face only
12027         if the frame supports it.
12029 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12031         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
12032         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
12033         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
12034         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
12035         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
12036         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
12037         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
12038         New conversions from xpm files.
12040         * toolbar/README: New file.
12042 2004-06-06  Richard M. Stallman  <rms@gnu.org>
12044         * isearch.el (isearch-mode-map): Undo previous change.
12046 2004-06-05  Juri Linkov  <juri@jurta.org>
12048         * bindings.el (debug-ignored-errors): Add regexps for history
12049         related messages.  Remove $ from "No further undo information".
12050         Move Ediff's messages to ediff.el.
12052         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
12054         * cus-edit.el (custom-display): Add `min-colors'.
12056         * custom.el (defface): Add `supports' to docstring.
12058         * help-fns.el (help-argument-name): Add :group 'help.
12060 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
12062         * find-dired.el (find-ls-subdir-switches): New user option.
12063         (find-dired): No longer call `abbreviate-file-name' on DIR.
12064         Set `dired-subdir-switches' buffer-locally.
12066         * locate.el: Merge the two `Commentary' sections.
12067         (locate-ls-subdir-switches): New user option.
12068         (locate): Update for other changes.
12069         (locate-mode-map): Restore Dired binding for mouse-2.
12070         Bind `locate-mouse-view-file' to M-mouse-2.
12071         Bind `l' to `locate-do-redisplay'.
12072         (locate-main-listing-line-p, locate-do-redisplay): New functions.
12073         (locate-mouse-view-file, locate-tags, locate-find-directory):
12074         Print message if used outside main listing.
12075         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
12076         Various changes to support inserted subdirectories.
12077         (locate-insert-header): Change header of *Locate* buffer.
12079         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12080         Change interactive default switches.
12081         (dired-rename-subdir-2): Update `dired-switches-alist'.
12082         (dired-insert-subdir, dired-kill-subdir):
12083         Handle `dired-switches-alist'.  Do not mark buffer modified.
12084         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
12085         (dired-insert-subdir-doinsert): Omit messages.
12086         Handle `dired-subdir-switches'.
12087         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
12089         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
12090         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
12091         subdirs if -R switch is used for a subdir.
12092         (dired-mode): Set `dired-switches-alist'.
12093         (dired-build-subdir-alist): Only print number of directories in
12094         echo area when invoked interactively.
12096 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
12098         * dired-x.el (dired-omit-mode): Rename from
12099         dired-omit-files-p.  Use define-minor-mode to define it.
12100         (dired-omit-files-p): Add as alias for dired-omit-mode.
12101         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
12102         dired-mark-omitted.
12103         (dired-mark-omitted): Add.  Bind to M-O.
12105 2004-06-05  Kenichi Handa  <handa@m17n.org>
12107         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
12109 2004-06-05  Juanma Barranquero  <lektu@terra.es>
12111         * help-fns.el (help-argument-name): Reintroduce face.
12112         (help-default-arg-highlight): Use it, now that
12113         `face-differs-from-default-p' can be trusted.
12115 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
12117         * textmodes/table.el: Sentence commands added to Point Motion
12118         group; kill and backward-kill commands added to Extraction group.
12120 2004-06-04  Mario Lang  <mlang@delysid.org>
12122         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
12123         systems appear to use mW, make the code handle this.  Fix a
12124         division-by-zero bug while at it, and handle kernels with
12125         a slightly different layout in /proc/acpi.
12127 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
12129         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
12130         because the latter is a CL-ism.  This fixes the bug reported by
12131         Shawn Boyette <mdxi@collapsar.net> in
12132         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
12134 2004-06-04  Miles Bader  <miles@gnu.org>
12136         * faces.el (display-supports-face-attributes-p): Function moved to
12137         C code.  Previously only the tty-related portion of this function
12138         was done in C; however the previous attempt to do a halfway-proper
12139         job for non-tty displays in lisp didn't work properly because of
12140         funny conditions during Emacs startup.
12141         (face-differs-from-default-p): Simplify, now that
12142         display-supports-face-attributes-p works properly on all display
12143         types.  Remove :stipple from comparison; it doesn't really work
12144         in emacs anyway.
12146 2004-06-04  Miles Bader  <miles@gnu.org>
12148         * faces.el (face-differs-from-default-p): Use a different
12149         implementation, so we can really check whether FACE displays
12150         differently or not.
12152 2004-06-04  Miles Bader  <miles@gnu.org>
12154         * faces.el (display-supports-face-attributes-p): Implement a
12155         `different from default' check for non-tty displays.
12157 2004-06-03  David Kastrup  <dak@gnu.org>
12159         * woman.el (woman-mapcan): More concise code.
12160         (woman-topic-all-completions, woman-topic-all-completions-1)
12161         (woman-topic-all-completions-merge): Replace by a simpler and
12162         much faster implementation based on O(n log n) sort/merge instead
12163         of the old O(n^2) behavior.
12165 2004-06-03  Miles Bader  <miles@gnu.org>
12167         * subr.el (read-number): Use canonical format for default in prompt.
12169         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
12170         Add regexp for " [...]" style defaults.
12172 2004-06-02  Romain Francoise  <romain@orebokech.com>
12174         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
12175         groups: if the user asks for a hidden buffer, open the
12176         corresponding filter group to expose it.
12178         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
12179         `ibuffer-jump-to-buffer'.
12180         (ibuffer-jump-offer-only-visible-buffers): New user option.
12182 2004-06-02  Juanma Barranquero  <lektu@terra.es>
12184         * faces.el (frame-update-faces): Add empty docstring so the one
12185         for `ignore' doesn't show through.
12187         * subr.el (process-kill-without-query): Remove spurious "\n" on
12188         obsolescence string.
12189         (focus-frame, unfocus-frame): Add obsolescence declaration and
12190         empty docstring.
12192         * international/mule.el (register-char-codings): Make alias for
12193         `ignore'.  Move docstring to obsolescence info and remove redundancy.
12195 2004-06-02  Kim F. Storm  <storm@cua.dk>
12197         * frame.el (blink-cursor-start): Turn cursor off initially so blink
12198         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
12200 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12202         * comint.el (comint-replace-by-expanded-history-before-point):
12203         Obey `start' as the docstring says.
12204         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
12205         (comint-update-fence): Prevent font-lock from running unnecessarily.
12206         (comint-dynamic-list-completions): Use with-current-buffer.
12208 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12210         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
12211         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
12212         (bibtex-entry-update): Handle alternatives and optional fields.
12213         (bibtex-parse-entry): Bugfix, handle empty key.
12215 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12217         * vc-arch.el (vc-arch-state): Don't assume the file exists.
12219 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
12221         * desktop.el (desktop-save): Don't save minor modes without a
12222         known mode initialization function.
12224 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
12226         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
12228         * autorevert.el: Update `Commentary' section.
12230 2004-05-30  Juanma Barranquero  <lektu@terra.es>
12232         * dos-fns.el (convert-standard-filename):
12233         * files.el (convert-standard-filename):
12234         * w32-fns.el (convert-standard-filename):
12235         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
12237 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
12239         Sync with Tramp.
12241         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
12242         (tramp-let-maybe): Move to an earlier spot in the file.
12243         Patch by Andreas Schwab.
12245 2004-05-30  Andreas Schwab  <schwab@suse.de>
12247         * dired.el (dired-get-filename): Don't use dired-re-dot.
12249 2004-05-30  Richard M. Stallman  <rms@gnu.org>
12251         * files.el (find-file): Doc fix.
12253         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
12255 2004-05-30  Nick Roberts  <nickrob@gnu.org>
12257         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
12258         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
12259         modeline of the locals buffer.
12260         (gdb-goto-breakpoint): Handle gdbmi.
12261         (gdb-get-frame-number): Change for gdbmi.
12263 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
12265         * files.el (file-remote-p): Apply file name handler for operation
12266         `file-remote-p'.  It isn' a property any longer.
12267         (file-relative-name): `fh' and `fd' get the required value via
12268         `find-file-name-handler' already.
12270         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
12271         (top): Remove setting of `file-remote-p' property for
12272         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
12274 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
12276         Version 2.0.41 of Tramp released.
12278         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
12279         Throw away if process has died.
12280         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
12281         (tramp-out-of-band-prompt-regexp): Rename to
12282         `tramp-process-alive-regexp', because its usage is widen.
12283         (tramp-actions-copy-out-of-band): Apply it.
12284         (tramp-actions-before-shell, tramp-multi-actions):
12285         Add `tramp-action-process-alive' action.
12286         (tramp-action-process-alive): New defun.
12287         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12288         Add entry for `file-remote-p'.
12289         (tramp-handle-file-remote-p): New defun.
12290         (top): Remove setting of `file-remote-p'.  Don't set
12291         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
12293         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12294         `file-remote-p'.
12296         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
12297         counted for (last) line.  [They should or they shouldn't?  --Stef]
12298         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
12300 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
12302         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
12303         not really necessary but seems to keep the shell history smaller
12304         in some cases.  It is no substitute for setting HISTFILE and
12305         HISTSIZE from tramp-open-connection-setup-interactive-shell,
12306         though.  Suggested by Luc Teirlinck.
12307         (tramp-open-connection-setup-interactive-shell): Export variables
12308         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
12309         (tramp-set-process-query-on-exit-flag): New compat function.
12310         (tramp-open-connection-multi, tramp-open-connection-su)
12311         (tramp-open-connection-rsh, tramp-open-connection-telnet)
12312         (tramp-do-copy-or-rename-file-out-of-band): Use it.
12313         (tramp-let-maybe): New macro, let-binds a variable only if it
12314         isn't obsolete.
12315         (tramp-check-ls-commands, tramp-handle-expand-file-name)
12316         (tramp-handle-file-truename): Use it.
12317         (tramp-completion-file-name-regexp-unified): Avoid matching
12318         filenames starting with "/:" -- those are reserved for
12319         file-name-non-special.
12321         * tramp-smb.el (tramp-smb-open-connection):
12322         Use tramp-set-process-query-on-exit-flag compat function.
12324 2004-05-29  Richard M. Stallman  <rms@gnu.org>
12326         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
12328         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
12329         (eval-last-sexp-print-value): Print char equivalent regardless
12330         of standard-output value.
12332         * thumbs.el (thumbs-subst-char-in-string): Delete.
12333         (thumbs-thumbname): Use subst-char-in-string.
12334         (thumbs-resize-image): Use condition-case, not ignore-errors.
12335         (thumbs-kill-buffer): Likewise.
12337         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
12338         (thumbs-mode): Make buffer read-only.
12339         (thumbs-make-thumb): Unconditionally accept an existing file.
12340         (thumbs-insert-thumb): Add thumb-image-file property to the image.
12341         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
12342         (thumbs-show-thumbs-list): Error if images not supported.
12343         (thumbs-save-current-image): Improve prompt string.
12344         (thumbs-mode-map): Define u, R, x.
12345         (thumbs-unmark): New command.
12346         (thumbs-emboss-image): Minor cleanup.
12347         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
12348         (thumbs-rename-images): New command.
12349         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
12351         * thumbs.el (thumbs-current-image): New function.
12352         (thumbs-file-list, thumbs-file-alist): New functions.
12353         (thumbs-find-image): Delete arg L.
12354         Don't set up thumbs-fileL as buffer-local global var.
12355         (thumbs-find-image-at-point): Use thumbs-current-image.
12356         (thumbs-set-image-at-point-to-root-window): Likewise.
12357         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
12358         Record and warn about errors.  Update thumbs-markedL for deletions.
12359         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
12360         (thumbs-redraw-buffer): Use thumbs-file-list.
12361         (thumbs-mark): Use thumbs-current-image.
12362         (thumbs-show-name): Use thumbs-current-image.
12364         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
12365         and imenu--last-menubar-index-alist.
12367         * subr.el (with-selected-window): Undo previous change.
12369 2004-05-29  John Paul Wallington  <jpw@gnu.org>
12371         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
12372         (thumbs-mouse-find-image): New command.
12373         (thumbs-mode-map): Bind it to mouse-2.
12374         (thumbs-mode): Make mode-class special.
12375         (thumbs-view-image-mode): Likewise.
12377 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
12379         * flymake.el: New file.
12381 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
12383         * files.el (find-file-noselect-1): Do not bind
12384         `inhibit-read-only' to t during execution of
12385         `find-file-not-found-functions'.
12387 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12389         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
12390         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
12392 2004-05-28  Juri Linkov  <juri@jurta.org>
12394         * simple.el (eval-expression-print-format): New fun.
12396         * simple.el (eval-expression):
12397         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
12398         * emacs-lisp/edebug.el (edebug-compute-previous-result)
12399         (edebug-eval-expression): Print additionally the value returned by
12400         `eval-expression-print-format'.
12402         * emacs-lisp/lisp.el (insert-pair-alist): New var.
12403         (insert-pair): Make arguments optional.  Find character pair
12404         from `insert-pair-alist' according to the last input event.
12405         (insert-parentheses): Make arguments optional.
12406         (raise-sexp, delete-pair): New funs.
12408         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
12409         (emacs-lisp-mode-map, lisp-interaction-mode-map):
12410         Bind C-M-q to `indent-pp-sexp'.
12412         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
12413         `pp-to-string' modified to be able to format text with newlines.
12414         (pp-to-string): Move the buffer-formatting part of the code to
12415         `pp-buffer'.  Call `pp-buffer'.
12417         * info.el (Info-desktop-buffer-misc-data): Don't save information
12418         about virtual files.
12419         (Info-restore-desktop-buffer): Restore Info buffers in prepared
12420         buffers with names obtained from the desktop file instead of the
12421         default *info* buffer.
12423 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12425         * subr.el (with-selected-window): Only save/restore the selected window.
12427         * progmodes/compile.el (compilation-error-regexp-alist):
12428         Use expand-file-name and data-directory.
12430         * progmodes/grep.el (grep-tree): Rework previous fix.
12432         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
12433         after the user marked text with the mouse.
12435         * startup.el (command-line): Keep the first regexp of
12436         auto-save-file-name-transforms intact.
12438 2004-05-28  Juanma Barranquero  <lektu@terra.es>
12440         * cus-edit.el (customize-face, customize-face-other-window)
12441         (custom-face-edit-delete): Make arguments match their use in
12442         docstring.
12443         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
12444         docstring.
12446         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
12447         not `cvs-butlast'.
12449         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
12450         `nbutlast' are in subr.el).
12452         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
12453         (set-w32-system-coding-system): Doc fixes.
12455         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
12456         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
12457         Make arguments match their use in docstring.
12458         (artist-draw-region-trim-line-endings)
12459         (artist-mouse-choose-operation): Fix typo in docstring.
12460         (artist-key-set-point-common): Doc fix.
12462 2004-05-28  Simon Josefsson  <jas@extundo.com>
12464         * mail/smtpmail.el (smtpmail-open-stream):
12465         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
12467 2004-05-26  Simon Josefsson  <jas@extundo.com>
12469         * starttls.el: Merge with my GNUTLS based starttls.el.
12470         (starttls-gnutls-program, starttls-use-gnutls)
12471         (starttls-extra-arguments, starttls-process-connection-type)
12472         (starttls-connect, starttls-failure, starttls-success): New variables.
12473         (starttls-program, starttls-extra-args): Doc fix.
12474         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
12475         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
12476         and pass on to corresponding *-gnutls function if it is set.
12478 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
12480         * autorevert.el (auto-revert-handler): Disable auto-reverting of
12481         remote files.
12483 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
12485         * files.el (file-name-non-special): There are more operations
12486         which need handling: `find-backup-file-name',
12487         `insert-file-contents', `verify-visited-file-modtime',
12488         `write-region'.  Rename t value of method to `add'.  Add new
12489         methods `quote' and `unquote-then-quote' to file-arg-indices.
12491 2004-05-25  Juri Linkov  <juri@jurta.org>
12493         * info.el (Info-toc): Call Info-mode on intermediate buffer.
12494         (Info-index-nodes): Enclose code in condition-case to catch errors.
12495         (Info-index-node): Don't search all index nodes if request is only
12496         for the current node and file is not in the cache of index nodes.
12497         (Info-mode-map): Bind Info-copy-current-node-name to `w'
12498         for consistency with dired-copy-filename-as-kill.
12499         Bind `S' to Info-search-case-sensitively.
12500         (Info-copy-current-node-name): New arg.  With zero prefix arg put
12501         the name inside a function call to `info'.  Display copied text in
12502         the echo area.
12504 2004-05-25  Sam Steingold  <sds@gnu.org>
12506         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
12507         strip the package prefix from the symbol name, if any.
12508         Make it the `find-tag-default-function' for `lisp-mode'.
12510 2004-05-25  John Paul Wallington  <jpw@gnu.org>
12512         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
12513         instead of obsolete `process-kill-without-query'.
12515         * textmodes/texinfmt.el (texinfo-indexvar-alist):
12516         Declare as variable, not constant.
12518 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
12520         * files.el (find-file-noselect-1): Fix bug introduced by
12521         Revision 1.694.  As a side effect, `inhibit-read-only'
12522         is again, by default, t during execution of
12523         `find-file-not-found-functions'.
12524         (insert-directory): Check that lines were really inserted by
12525         the --dired switch, before erasing them.
12527 2004-05-24  Nick Roberts  <nickrob@gnu.org>
12529         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
12530         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
12531         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
12532         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
12533         gud-minor-mode (gdbmi).
12535 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
12537         * net/browse-url.el (browse-url-interactive-arg): Enable user to
12538         explicitly select the text to be taken as URL.
12540 2004-05-23  Juri Linkov  <juri@jurta.org>
12542         * info.el (Info-index-nodes): New var and fun.
12543         (Info-goto-index, Info-index, info-apropos)
12544         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
12545         (Info-index): Fix docstring.  Store and restore Info-history-list.
12546         (Info-complete-nodes): New var.
12547         (Info-complete-menu-item): Use it.
12548         (Info-index-node): New fun.
12549         (Info-final-node, Info-forward-node, Info-backward-node)
12550         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
12551         Use Info-index-node.
12552         (Info-extract-menu-item, Info-extract-menu-counting): Set second
12553         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
12554         (Info-find-node-2): If a node with period in its name not found,
12555         try to find a node without the name part after period.
12556         (Info-select-node): Call Info-fontify-node only if
12557         Info-fontify-maximum-menu-size is not nil.
12558         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
12559         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
12560         Preserve Info-history-list.
12561         (Info-toc): Set Info-current-file.
12562         (Info-build-toc): Move point to the beginning of the buffer.
12563         Add main-file variable.
12564         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
12565         Use backslashed representation of the control character ^_.
12567         * textmodes/texinfmt.el (texinfo-print-index): Print index line
12568         numbers in the new Texinfo 4.7 format.
12570         * add-log.el (change-log-font-lock-keywords): Remove `:' from
12571         regexps for function and variable names.
12573         * descr-text.el (describe-property-list): Add [show] button for
12574         `syntax-table' property with action to pp to a separate buffer.
12575         (describe-char): Replace search-forward by re-search-forward with
12576         whitespace regexp after "character:" to not fail in too narrow windows.
12578         * simple.el (next-error-find-buffer): Add a rule to return
12579         next-error capable buffer if one window on the selected frame
12580         displays such buffer.
12582 2004-05-23  Nick Roberts  <nickrob@gnu.org>
12584         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
12585         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
12586         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
12587         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
12588         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
12589         Handle new value for gud-minor-mode (gdbmi).
12590         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
12591         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
12592         Change from local to global gdb variable set.
12593         (gdb-ann3): Initialise above gdb variable set.
12594         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
12595         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
12596         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
12597         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
12598         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
12599         (gdb-info-locals-handler, gdb-invalidate-assembler)
12600         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
12601         set as global variables.
12602         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
12603         Handle gdbmi.
12604         (gdb-info-breakpoints-custom): Fix regexp.
12605         (def-gdb-var): Delete.
12607         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
12608         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
12609         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
12610         a new mode.  The file (gdb-mi.el) for this mode will be included
12611         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
12612         primary interface.
12614 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
12616         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
12617         interpreted as a directory.
12619 2004-05-22  Richard M. Stallman  <rms@gnu.org>
12621         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
12622         as a close quote.
12624         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
12626         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
12627         Use assoc-string, not assoc-ignore-case.
12629         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
12631         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
12632         If moving back then fwd gets a defun that ends before point,
12633         try again moving fwd then back.
12635         * files.el (file-name-non-special): Allow t in file-arg-indices
12636         to mean requote the return value.  Use `identity' as an element
12637         rather than as the whole value.
12639         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
12641 2004-05-22  Juanma Barranquero  <lektu@terra.es>
12643         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
12644         `help-make-usage'.
12645         (help-highlight-arguments): Skip function name before searching
12646         for arguments.
12648 2004-05-21  Juanma Barranquero  <lektu@terra.es>
12650         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
12651         Don't mention in the docstring these arguments meant for
12652         internal (recursive) use only.
12653         (allout-char-spec): Comment out (it's not implemented).
12654         (allout-old-expose-topic, allout-exposure): Fix docstring and add
12655         obsolescence declaration.
12656         (allout-flatten-exposed-to-buffer)
12657         (allout-indented-exposed-to-buffer): Fix typos in docstring.
12658         (my-mark-marker): Doc fix.
12659         (produce-allout-mode-map, allout-sibling-index)
12660         (allout-isearch-expose, allout-distinctive-bullet)
12661         (allout-open-topic, allout-reindent-body)
12662         (allout-rebullet-heading, allout-process-exposed)
12663         (allout-insert-listified, allout-latex-verb-quote)
12664         (allout-insert-latex-header, allout-insert-latex-trailer):
12665         Make arguments match their use in docstring.
12666         (allout-primary-bullet, allout-old-style-prefixes)
12667         (allout-inhibit-protection, allout-init, allout-mode)
12668         (allout-before-change-protect, allout-flag-region):
12669         Use "Emacs" instead of "emacs" in docstrings.
12671 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
12673         * international/characters.el: Modify syntax of more characters.
12675 2004-05-21  Masatake YAMATO  <jet@gyve.org>
12677         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
12678         (etags-tags-completion-table): Show parsing progress.
12680 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
12682         * locate.el (locate-prompt-for-command): Shorten first line of
12683         docstring.
12684         (locate-mode): Expand docstring and include keymap summary.
12686         * files.el (find-file-noselect-1): Limit the scope of the
12687         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
12688         is, by default, nil during the execution of
12689         `find-file-not-found-functions' and `find-file-hook'.
12691 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
12693         * facemenu.el (facemenu-color-name-equal): New function.
12694         (list-colors-display): Use it to compare colors instead of
12695         facemenu-color-equal.
12697 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
12699         * compare-w.el (compare-windows-face): Use min-colors instead of
12700         checking for tty or pc types.
12702 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12704         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
12705         (completion-setup-function): Use with-current-buffer.
12706         Properly save excursion.  Simplify.
12707         Don't assume there is necessarily a `mouse-face' property somewhere.
12709         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
12711         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
12713         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
12714         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
12715         Use with-current-buffer.
12716         (byte-goto-log-buffer): Delete.
12717         (byte-compile-log-file): Call compilation-forget-errors.
12719 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
12721         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
12722         output messages into the search result.
12724 2004-05-19  Masatake YAMATO  <jet@gyve.org>
12726         * wid-edit.el (widget-radio-button-notify): Revert my last
12727         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12729 2004-05-19  Kenichi Handa  <handa@m17n.org>
12731         * international/characters.el: Fix syntax (open/close) of CJK chars.
12733 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
12735         * help-mode.el (help-go-back): Don't depend on position of back button.
12737 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12739         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
12740         files files don't contain an accidental additional /.
12742         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
12743         in source buffer.
12745 2004-05-18  Masatake YAMATO  <jet@gyve.org>
12747         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
12748         to widget-apply.  :action method assumes 2 arguments, not 3.
12750 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
12752         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12753         New constants.
12754         (hs-special-modes-alist): Add an f90-mode entry.
12756 2004-05-17  Sam Steingold  <sds@gnu.org>
12758         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
12759         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
12761 2004-05-16  Kim F. Storm  <storm@cua.dk>
12763         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
12765 2004-05-15  John Wiegley  <johnw@newartisans.com>
12767         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
12768         (eshell-output-object-to-target): Improve output speed 20% by not
12769         calling `eshell-stringify' if something is already known to be a string.
12771 2004-05-15  Alex Ott  <ott@jet.msk.su>
12773         * textmodes/ispell.el (ispell-local-dictionary-alist):
12774         Add windows-1251 to the choice of coding systems.
12775         (ispell-dictionary-alist-6): Add support for "russianw.aff",
12776         encoded in cp1251.
12778 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
12780         * progmodes/compile.el (compilation-warning-face)
12781         (compilation-info-face): Use min-colors.
12783 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12785         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
12786         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
12787         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
12788         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
12789         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
12790         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
12791         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
12792         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
12793         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
12794         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
12795         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
12796         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
12797         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
12798         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
12800 2004-05-15  Kim F. Storm  <storm@cua.dk>
12802         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
12803         Use it to set triggered-p element of timer.
12804         (timer-event-handler): Set triggered-p element non-nil while running
12805         the timer function.
12807 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12809         * descr-text.el (describe-char-unicode-data)
12810         (describe-char-unicodedata-file): Re-enable the unicode code now that
12811         the licensing issues have been cleared in the unicode-4 license.
12812         (describe-text-properties-1): Remove unused `overlay' var.
12813         (describe-char): Remove unused var `buffer'.
12815 2004-05-14  David Ponce  <david@dponce.com>
12817         * tree-widget.el: New file.
12819 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
12821         * language/european.el ("Brazilian Portuguese"): Add support for
12822         Brazilian Portuguese.
12824 2004-05-13  John Wiegley  <johnw@newartisans.com>
12826         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
12827         `recentf-mode' if this variable has been customized to t.
12829         * eshell/esh-test.el (eshell-test): Call the function
12830         `emacs-version' rather than trying to build a custom version string.
12832 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12834         * net/telnet.el (telnet-mode): Use define-derived-mode.
12835         Don't modify the global value of comint-prompt-regexp.
12837 2004-05-13  John Paul Wallington  <jpw@gnu.org>
12839         * version.el (emacs-version): Check for `gtk' feature before
12840         `x-toolkit' feature.
12842 2004-05-13  Juanma Barranquero  <lektu@terra.es>
12844         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
12845         arguments in the docstring, they're used only in recursive calls.
12847         * help-fns.el (help-arg-highlighting-function)
12848         (help-argument-name): Delete.
12849         (help-default-arg-highlight): New function.
12850         (help-do-arg-highlighting): Use it.
12852 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
12854         * calendar/appt.el (appt-disp-window):
12855         Use `calendar-set-mode-line' for a centered mode-line.
12857 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
12859         * calendar/appt.el (appt-disp-window): Do not split window
12860         excessively when `split-height-threshold' is low.
12862 2004-05-12  Nick Roberts  <nickrob@gnu.org>
12864         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
12865         kill-buffer-hook here and make it local.
12866         (gud-kill-buffer-hook): Use kill-process for a sure kill.
12868 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
12870         * progmodes/compile.el (compilation-set-window-height):
12871         Use save-excursion to protect against misplaced marker.
12873 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12875         * custom.el (defface): Document that type can have value gtk.
12877         * faces.el (face-spec-set-match-display): Handle type gtk in display.
12879 2004-05-12  Kenichi Handa  <handa@m17n.org>
12881         * descr-text.el: Require quail at comile time.
12882         (describe-char): If an input method is on and it supports the
12883         character, show how to input it.
12885         * international/quail.el (quail-install-decode-map): Accept a
12886         char-table whose subtype is `quail-decode-map'.
12887         (quail-store-decode-map-key, quail-gen-decode-map1)
12888         (quail-gen-decode-map, quail-find-key1, quail-find-key)
12889         (quail-show-key): New functions.
12891 2004-05-12  Juanma Barranquero  <lektu@terra.es>
12893         * generic.el (define-generic-mode): Remove redundant arglist info.
12895         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
12896         Make arguments match their use in docstring.
12897         (help-arg-highlighting-function): New variable.
12898         (help-argument-name): Mention it in the docstring.
12899         (help-do-arg-highlight): Use it.  Expand regexp to accept also
12900         ARG-xxx and xxx-ARG references.
12902 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
12904         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
12905         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
12906         and "mailto:addr1?to=addr2" equal.
12908 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
12910         * man.el (Man-getpage-in-background): Use shell-file-name
12911         and shell-command-switch variables instead of hard-coded values.
12913 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
12915         * iimage.el: New file.
12917 2004-05-11  Juanma Barranquero  <lektu@terra.es>
12919         * custom.el (custom-initialize-default, defcustom):
12920         Fix typo in docstring.
12922         * files.el (set-visited-file-name, file-expand-wildcards):
12923         Fix docstring.
12925 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12927         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
12929         * subr.el (eventp): Be more discriminating with integers.
12931 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
12933         * progmodes/compile.el (compile): Add universal prefix arg.
12934         (compilation-error-regexp-alist-alist): Add edg patterns.
12936 2004-05-10  Sam Steingold  <sds@gnu.org>
12938         * textmodes/ispell.el (ispell-message):
12939         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
12941 2004-05-10  Dave Love  <fx@gnu.org>
12943         * progmodes/python.el (help-buffer): Autoload when compiling.
12944         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
12945         (run-python): Prepend to any existing PYTHONPATH.
12947 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
12949         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
12950         for pending breakpoints.
12952 2004-05-10  Richard M. Stallman  <rms@gnu.org>
12954         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
12955         directly without calling any functions in Rmail.
12956         (unrmail-unprune): Function deleted.
12958 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12960         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
12961         C-c C-z binding.
12963 2004-05-10  Kenichi Handa  <handa@m17n.org>
12965         * descr-text.el (describe-char): Fix previous change.  Don't make
12966         a unibyte character to multibyte in the *Help* buffer.
12968 2004-05-10  Miles Bader  <miles@gnu.org>
12970         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
12971         buffer an error if the debugger process is actually running.
12973 2004-05-10  Juanma Barranquero  <lektu@terra.es>
12975         * help-fns.el (help-argument-name): Default to italic.
12976         (help-highlight-arguments): Return always (usage . doc), even when
12977         usage is nil.
12979         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
12980         (define-ibuffer-filter): Add usage info.
12981         (define-ibuffer-op): Add usage info (but CL-style defaults for
12982         keyword args are not shown).
12984         * subr.el (remove-overlays, read-passwd): Fix docstring.
12985         (start-process-shell-command): Fix docstring.  Put usage info in a
12986         format usable by `describe-function'.
12987         (open-network-stream, open-network-stream-nowait)
12988         (open-network-stream-server): Fix docstring.
12990 2004-05-09  Jason Rumney  <jasonr@gnu.org>
12992         * international/code-pages (cp932, cp936, cp949, c950): Remove.
12993         Only define cp125* if windows-125* is already defined.
12995         * language/korean.el (cp949): Add alias.
12997         * language/chinese.el (cp936, cp950): Add aliases.
12999         * language/japanese.el (cp932): Add alias.
13001         * term/w32-win.el: Require code-pages.
13003         * international/mule-cmds.el (set-locale-environment):
13004         On MS-Windows use ansi code-page for default coding-systems.
13005         Set up paper sizes for Windows 3 letter languages.
13007         * international/code-pages.el (cp932, cp936, cp949, cp950):
13008         Add aliases.  Also add cp125* if not already defined.
13010 2004-05-09  Juanma Barranquero  <lektu@terra.es>
13012         * help-fns.el (help-highlight-arguments): Don't try to highlight
13013         missing or autoloaded arglists.  Accept structured arguments, like
13014         the first ones of `do' and `flet'.
13016         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
13017         (cvs-get-marked): Remove redundant arglist info.
13019         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
13020         Don't use CL-style default args.
13022 2004-05-08  Andreas Schwab  <schwab@suse.de>
13024         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
13026         * international/subst-ksc.el: Fix references to utf-translate-cjk
13027         into utf-translate-cjk-mode.
13028         * international/subst-big5.el: Likewise.
13029         * international/subst-gb2312.el: Likewise.
13030         * international/subst-jis.el: Likewise.
13031         * international/utf-16.el: Likewise.
13032         * international/utf-8.el: Likewise.
13034 2004-05-08  John Wiegley  <johnw@newartisans.com>
13036         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
13037         "virtual buffers" (off by default), which makes it possible to
13038         switch to the "virtual" buffers of recently visited files.  When a
13039         buffer name search fails, and this option is on, iswitchb will
13040         look at the list of recently visited files, and permit matching
13041         against those names.  When the user hits RET on a match, it will
13042         revisit that file.
13043         (iswitchb-read-buffer): Add two optional arguments, which makes
13044         isearchb.el possible.
13045         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
13046         (iswitchb-next-match): Add support for virtual buffers.
13048         * isearchb.el: This module extends iswitchb to provide "as you
13049         type" buffer selection.
13051         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
13052         Ignore the read-only property when flyspell highlighting is on.
13053         Not ignoring it leads to a series of confusing errors.
13054         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
13055         but also make sure to call flyspell-incorrect-hook.
13056         (flyspell-maybe-correct-transposition): Perform transposition test
13057         by bit twiddling a string, rather than using a temp buffer.
13058         (flyspell-maybe-correct-doubling): Use a string rather than a temp
13059         buffer.  This is also the original version of the code, which
13060         could not be checked in before due to a previous lack of
13061         assignment papers.  This version has seen heavy usage on my system
13062         for several years now.
13064         * calendar/cal-bahai.el: New file, which adds support for the
13065         Baha'i calendar to Emacs.  This calendar is based on a solar year
13066         of 19 months of 19 days, with 4 intercalary days.  Each year
13067         begins on March 21, with the calendar starting in 1844.
13069         * calendar/cal-menu.el, calendar/calendar.el,
13070         calendar/diary-lib.el, calendar/holidays.el: Added support for
13071         using cal-bahai.el.
13073         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
13074         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
13075         function can be used outside of eshell buffers.
13076         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
13078 2004-05-08  Juanma Barranquero  <lektu@terra.es>
13080         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
13081         word constituent so FOO-ARG is not recognized as an arg.
13082         (help-highlight-arguments): Don't skip lists in mandatory arguments.
13084         * simple.el (next-error): Fix typo in docstring.
13085         (open-line): Make argument names match their use in docstring.
13086         (split-line): Fix docstring.
13088         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
13089         usable by `describe-function'.
13090         (gensym, gentemp, typep, ignore-errors): Make argument names match
13091         their use in docstring.
13093         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
13094         argument to `help-setup-xref'.
13096 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
13098         Version 2.0.40 of Tramp released.
13100         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
13101         Use symbol-function to invoke functions only known on some Emacs
13102         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
13103         Scaldeferri <kevin@scaldeferri.com>.
13104         (tramp-do-copy-or-rename-file-via-buffer): Rename from
13105         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
13106         consistent with the other tramp-do-* functions.
13107         (tramp-do-copy-or-rename-file): Calls adjusted.
13108         (tramp-process-initial-commands): Avoid liveness check on shell --
13109         we know that it must be alive since we're opening a connection at
13110         this moment.
13111         (tramp-last-cmd): New internal variable.
13112         (tramp-process-echoes): New tunable.
13113         (tramp-send-command): Set tramp-last-cmd.
13114         (tramp-wait-for-output): Delete echo, if applicable.
13115         (tramp-read-passwd): Construct the key for the password cache in a
13116         way that works for multi methods, too.
13117         (tramp-bug): Add backup-directory-alist and
13118         bkup-backup-directory-info to bug reports, with Tramp counterparts.
13120 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
13122         * net/tramp*.el: Suppress byte-compiler warnings where possible.
13124         * net/tramp.el (tramp-out-of-band-prompt-regexp)
13125         (tramp-actions-copy-out-of-band): New defcustoms.
13126         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
13127         used instead of a synchronous one.  Allows password entering.
13128         (tramp-action-out-of-band): New defun.
13129         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
13130         Remove restriction with password from doc string.
13131         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
13132         `tramp-out-of-band-prompt-regexp',
13133         `tramp-actions-copy-out-of-band', `password-cache' and
13134         `password-cache-expiry'.
13135         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
13136         password caching.
13137         (tramp-touch): FILE can be a local file, too.
13138         (TODO): Remove items done.
13139         (tramp-handle-insert-directory): Properly quote file name also if
13140         not full-directory-p.  Handle wildcard case.  Reported by Andreas
13141         Schwab <schwab@suse.de>.
13142         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
13143         new file.
13144         (tramp-handle-file-local-copy, tramp-handle-write-region):
13145         The permissions of the temporary file are set if filename exists.
13146         Reported by Ted Stern <stern@cray.com>.
13147         (tramp-backup-directory-alist)
13148         (tramp-bkup-backup-directory-info): New defcustoms.
13149         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
13150         (tramp-handle-find-backup-file-name): New function.
13151         Implements Tramp's find-backup-file-name.
13153         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
13154         for `find-backup-file-name'.
13156         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
13157         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
13159 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
13161         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
13163 2004-05-07  Juanma Barranquero  <lektu@terra.es>
13165         * subr.el (lambda): Add arglist description to docstring.
13166         (declare): Fix typo in docstring.
13167         (open-network-stream): Fix docstring.
13168         (process-kill-without-query): Fix docstring and add obsolescence info.
13169         (last, butlast, nbutlast): Make arguments match their use in docstring.
13170         (insert-buffer-substring-no-properties): Likewise.
13171         (insert-buffer-substring-as-yank): Likewise.
13172         (split-string): Fix docstring.
13174         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13175         Make argument names match their use in docstring.
13177         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
13179 2004-05-06  Nick Roberts  <nickrob@gnu.org>
13181         * progmodes/gdb-ui.el: Improve/extend documentation strings.
13182         Fit first sentence on one line for apropos-command.
13184 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13186         Changes largely merged in from Dave Love's code.
13187         * progmodes/python.el: Doc fixes.
13188         (python-mode-map): Add python-complete-symbol.
13189         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
13190         (python-comment-indent, python-complete-symbol)
13191         (python-symbol-completions, python-partial-symbol)
13192         (python-try-complete): New.
13193         (python-indent-line): Remove optional arg.  Use python-block-end-p.
13194         (python-check): Bind compilation-error-regexp-alist.
13195         (inferior-python-mode): Use rx.  Move keybindings to top level.
13196         Set comint-input-filter.
13197         (python-preoutput-filter): Use rx.
13198         (python-input-filter): Re-introduce.
13199         (python-proc): Start new process if necessary.
13200         Check python-buffer non-nil.
13201         (view-return-to-alist): Defvar.
13202         (python-send-receive): New.
13203         (python-eldoc-function): Use it.
13204         (python-mode-running): Don't defvar.
13205         (python-mode): Set comment-indent-function.
13206         Maybe update hippie-expand-try-functions-list.
13207         (python-indentation-levels): Initialize differently.
13208         (python-block-end-p): New.
13209         (python-indent-line): Use it.
13210         (python-compilation-regexp-alist): Augment.
13211         (run-python): Import `emacs' module to Python rather than loading
13212         code directly.  Set python-buffer differently.
13213         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
13214         Use python-proc.
13215         (python-send-command): Go to end of comint buffer.
13216         (python-load-file): Use python-proc, emacs.eimport.
13217         (python-describe-symbol): Simplify interactive form.
13218         Use emacs.help.  Do use temp-buffer-show-hook.
13219         Call print-help-return-message.
13220         (hippie-exp): Require when compiling.
13221         (python-preoutput-continuation): Use rx.
13223         * diff-mode.el (diff-make-unified): Fix regexp.
13225 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
13227         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
13228         filter groups from the buffer when rebuilding the Ibuffer buffer
13229         and `ibuffer-show-empty-filter-groups' is nil.
13231 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13233         * ps-print.el (ps-print-quote): Call ps-value-string.
13234         (ps-setup): Call ps-comment-string.
13235         (ps-value-string, ps-comment-string): New funs.
13237 2004-05-06  Juanma Barranquero  <lektu@terra.es>
13239         * ehelp.el (electric-help-command-loop): Check whether the last
13240         character is visible, not (point-max).
13242         * help-fns.el (help-argument-name): Default to bold; don't inherit
13243         from font-lock-variable-name-face.
13244         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
13246 2004-05-05  Kenichi Handa  <handa@m17n.org>
13248         * descr-text.el (describe-char): Copy the character with text
13249         properties and overlays into the first line, and call
13250         describe-text-properties on it.
13252 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
13254         * iswitchb.el (iswitchb-global-map): Fix typo.
13255         Remove unwanted ###autoloads from source file.
13257 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
13259         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
13260         in run-hooks.  Use substitute-command-keys in message.
13261         (wdired-abort-changes): Add message.
13263 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
13265         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
13266         (sql-emacs20-p): Remove.
13267         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
13268         (sql-builtin-face, sql-doc-face): Remove.
13269         (sql-mode-ansi-font-lock-keywords)
13270         (sql-mode-oracle-font-lock-keywords)
13271         (sql-mode-postgres-font-lock-keywords)
13272         (sql-mode-linter-font-lock-keywords)
13273         (sql-mode-ms-font-lock-keywords)
13274         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
13275         (sql-product-font-lock): Fix font-lock reset when font rules change.
13276         (sql-highlight-product): Remove incorrect font-lock reset logic.
13278 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
13280         * ses.el (ses-set-parameter): Fix typo.
13282 2004-05-04  Kim F. Storm  <storm@cua.dk>
13284         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
13285         Must expand directory for completion to work; and don't mess with
13286         process-environment.
13287         (ido-read-file-name): If command has ido property, don't use ido
13288         if value is ignore, or read as directory if value is dir.
13289         Set ido ignore property for dired-do-rename command.
13291 2004-05-04  Juanma Barranquero  <lektu@terra.es>
13293         * ehelp.el (electric-help-command-loop, electric-help-undefined)
13294         (electric-help-help): Check against unmapped commands.
13296         * help-fns.el (help-argument-name): New face, inheriting from
13297         font-lock-variable-name-face, to highlight function arguments in
13298         `describe-function' and `describe-key'.
13299         (help-do-arg-highlight): Auxiliary function to highlight a given
13300         list of arguments in a string.
13301         (help-highlight-arguments): Highlight the function arguments and
13302         all uses of them in the docstring.
13303         (describe-function-1): Use it.  Do docstring output via `insert',
13304         not 'princ', so text attributes are preserved.
13306         * winner.el (winner-mode-map): Move `winner-undo' and
13307         `winner-redo' to C-c <left> and C-c <right>, respectively (the
13308         previous bindings conflict with `prev-buffer', `next-buffer').
13310 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13312         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
13313         (bibtex-entry-update): New command bound to C-c C-u.
13314         (bibtex-text-in-string): Fix regexp.
13315         (bibtex-assoc-of-regexp): Remove.
13316         (bibtex-progress-message): Fix docstring.
13317         (bibtex-inside-field): Use if.
13318         (bibtex-assoc-regexp): New function.
13319         (bibtex-format-entry): Make code more robust so that it formats
13320         also old entries.
13321         (bibtex-autokey-demangle-title): Merge with obsolete function
13322         bibtex-assoc-of-regexp.
13323         (bibtex-field-list): New function.
13324         (bibtex-entry): Use bibtex-field-list.
13325         (bibtex-parse-entry): Fix docstring.
13326         (bibtex-print-help-message): Use bibtex-field-list.
13327         (bibtex-make-field): Use bibtex-field-list.
13328         (bibtex-entry-index): Bugfix.  Return crossref key if required.
13329         (bibtex-lessp): Fix docstring.
13331 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
13333         * select.el (xselect-convert-to-string): Move comment to intended line.
13335 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13337         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
13338         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
13340 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13342         * term/x-win.el (x-clipboard-yank): Don't exit on error from
13343         x-get-selection.
13345 2004-05-03  Jason Rumney  <jasonr@gnu.org>
13347         * makefile.nt: Remove.
13349 2004-05-03  Kim F. Storm  <storm@cua.dk>
13351         * emulation/cua-base.el (cua--update-indications): Fix last change.
13352         (cua-mode): Deactivate mark when cua-mode is enabled.
13354 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
13356         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
13358 2004-05-03  Nick Roberts  <nickrob@gnu.org>
13360         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
13361         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
13362         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
13363         window over visible frames.
13364         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
13366 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13368         * progmodes/compile.el (compilation-gcpro): New var.
13369         (compilation-fake-loc): Use it.
13370         (compilation-forget-errors): Reset it.
13372 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
13374         * diff-mode.el (diff-header-face, diff-file-header-face):
13375         Use min-colors.
13377 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13379         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
13380         (bibtex-clean-entry): Disentangle code.
13381         (bibtex-realign): New function.
13382         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
13383         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
13384         Remove undocumented optional arg called-by-convert-alien.
13385         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
13386         for sorting instead of bibtex-sort-buffer.
13388 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
13390         * progmodes/compile.el (compilation-start): In the
13391         no-async-subprocesses branch, call sit-for to give redisplay a
13392         chance to show the updated process status in the mode line, and
13393         fontify the buffer explicitly after the process exits.
13395 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13397         * progmodes/python.el (python-compilation-line-number): Remove.
13398         (python-compilation-regexp-alist): Don't use it any more.
13399         (python-orig-start, python-input-filter): Remove.
13400         (inferior-python-mode): Don't set up comint-input-filter-functions.
13401         (python-send-region): Use compilation-fake-loc.
13403         * progmodes/compile.el (compilation-messages-start): New var.
13404         (compilation-mode): Don't setup next-error-function here.
13405         (compilation-setup): Set it up here instead (for minor modes as well).
13406         Make compilation-messages-start buffer local.
13407         (compilation-next-error-function): Use it.
13408         (compilation-forget-errors): Set compilation-messages-start.
13410 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
13412         * ielm.el (ielm-prompt-read-only): Update docstring.
13414         * comint.el (comint-prompt-read-only): Update docstring.
13415         (comint-update-fence, comint-kill-whole-line)
13416         (comint-kill-region): New functions.
13418         * simple.el (kill-whole-line): Use "p" instead of "P" in
13419         interactive form.
13421 2004-05-01  Juanma Barranquero  <lektu@terra.es>
13423         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
13424         format arglist so default values in CL-style argument lists are
13425         correctly shown.
13427 2004-05-01  Jason Rumney  <jasonr@gnu.org>
13429         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
13431 2004-05-01  Kenichi Handa  <handa@m17n.org>
13433         * international/titdic-cnv.el (miscdic-convert): Don't generate a
13434         quail file if it is up to date.
13436 2004-04-30  Juri Linkov  <juri@jurta.org>
13438         * cus-edit.el (custom-mode-map):
13439         Add key binding `C-x C-s' to `Custom-save'.
13441         * outline.el (outline-blank-line): New var.
13442         (outline-next-preface, outline-show-heading)
13443         (outline-end-of-subtree): Use it.
13445         * dired-aux.el (dired-touch-initial): New fun.
13446         (dired-do-chxxx): Call it for op-symbol `touch'.
13447         (dired-diff): Use `dired-dwim-target-directory'
13448         if current dired buffer has no buffer mark.
13450         * bindings.el (propertized-buffer-identification):
13451         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
13452         Add C-M-arrow keys for consistency.
13454         * files.el (confirm-kill-emacs):
13455         Change group from top-level `emacs' to `convenience'.
13457         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
13458         Push mark on the first call of successive command calls.
13459         (insert-pair): New fun created from `insert-parentheses' with
13460         `open' and `close' arguments added.  Enclose active regions
13461         in paired characters.  Compare adjacent characters syntax with
13462         inserted characters syntax before inserting a space.
13463         (insert-parentheses): Call `insert-pair' with ?\( ?\).
13465         * delsel.el: Don't put `delete-selection' property
13466         on `insert-parentheses' symbol to take advantage of
13467         region handling in `insert-pair' function.
13468         Suggested by Stephan Stahl <stahl@eos.franken.de>.
13470 2004-04-30  Kim F. Storm  <storm@cua.dk>
13472         * emulation/cua-base.el: Add support for changing cursor types;
13473         based on patch from Michael Mauger.
13474         (cua-normal-cursor-color, cua-read-only-cursor-color)
13475         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
13476         Customization cursor type and/or cursor color.
13477         (cua--update-indications): Handle cursor type changes.
13478         (cua-mode): Update cursor indications if enabled.
13480         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
13482         * mouse.el (mouse-drag-copy-region): New defcustom.
13483         (mouse-set-region, mouse-drag-region-1): Use it.
13485         * simple.el (kill-ring-save): If region face background color is
13486         unspecified (if no highlighting), show extent of fully visible
13487         region even if transient-mark-mode is enabled.
13489         * emulation/cua-base.el (cua--standard-movement-commands):
13490         Add cua-scroll-up and cua-scroll-down.
13491         (cua-scroll-up, cua-scroll-down): New commands.
13492         (cua--init-keymaps): Remap scroll-up and scroll-down.
13494         * emulation/cua-rect.el (cua--convert-rectangle-as):
13495         New defmacro.
13496         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
13497         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
13498         New commands (suggested by Jordan Breeding).
13500 2004-04-30  Juanma Barranquero  <lektu@terra.es>
13502         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
13504 2004-04-30  Mario Lang  <mlang@delysid.org>
13506         * diff.el (diff-switches): Fix typo in docstring.
13508 2004-04-30  Alex Schroeder  <alex@gnu.org>
13510         * xml.el (xml-debug-print-internal): Don't add newline and
13511         indentation to text nodes and write empty elements as empty tags
13512         instead of opening and closing tags.
13513         (xml-debug-print): Take optional indent-string argument.
13514         (xml-print): Alias for xml-debug-print.
13516 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
13518         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
13519         than duplicate call to `line-beginning-position'.
13521         * progmodes/f90.el (f90-get-present-comment-type):
13522         Return whitespace, as well as comment chars, for consistent filling
13523         of comment blocks.  Use `match-string-no-properties'.
13524         (f90-break-line): Trim trailing whitespace when filling comments.
13526 2004-04-30  Dave Love  <fx@gnu.org>
13528         * calendar/diary-lib.el (diary-outlook-formats): New variable.
13529         (diary-from-outlook-internal, diary-from-outlook)
13530         (diary-from-outlook-gnus, diary-from-outlook-rmail):
13531         New functions to import diary entries from Outlook-format
13532         appointments in mail messages.
13534 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13536         * progmodes/python.el (python-send-command): New fun.
13537         (python-send-region, python-load-file): Use it.
13539         * progmodes/compile.el (compilation-last-buffer): Add var alias.
13541         * help-fns.el (help-C-file-name): Use new subr-name.
13542         Prepend `src/' to the file name.
13543         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
13544         (describe-function-1, describe-variable): Only find a C source file
13545         name if DOC is already loaded.
13547         * help-mode.el (help-function-def, help-variable-def):
13548         Use the new find-function-search-for-symbol functionality.
13549         Allow FILE to be `C-source'.
13551         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
13552         (find-function-C-source): New fun.
13553         (find-function-search-for-symbol): Use it.
13555 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
13557         * progmodes/sql.el (sql-product-alist): Rename variable
13558         `sql-product-support'.  Add Postgres login parameters.
13559         (sql-set-product, sql-product-feature): Update with renamed variable.
13560         (sql-connect-postgres): Add username prompt.
13561         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
13562         Make patterns less product specific.
13563         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
13564         (sql-mode-abbrev-table): Modify initialization.
13565         (sql-builtin-face): Add variable.
13566         (sql-keywords-re): Add macro.
13567         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
13568         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
13569         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
13570         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
13571         (sql-mode-linter-font-lock-keywords)
13572         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
13573         (sql-mode-sybase-font-lock-keywords)
13574         (sql-mode-informix-font-lock-keywords)
13575         (sql-mode-interbase-font-lock-keywords)
13576         (sql-mode-ingres-font-lock-keywords)
13577         (sql-mode-solid-font-lock-keywords)
13578         (sql-mode-sqlite-font-lock-keywords)
13579         (sql-mode-db2-font-lock-keywords): Default to nil.
13580         (sql-product-font-lock): Always highlight ANSI keywords.
13581         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
13582         (sql-send-string): Add function.
13584 2004-04-29  Dave Love  <fx@gnu.org>
13586         * progmodes/cfengine.el (cfengine-beginning-of-defun)
13587         (cfengine-end-of-defun): Ensure progress through buffer.
13589         * info-look.el (cfengine-mode): Accept a terminal ().
13591 2004-04-29  Juri Linkov  <juri@jurta.org>
13593         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
13594         instead of isearch-yank-word-or-char.  Add new key bindings for
13595         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
13596         (isearch-del-char): New fun.
13597         (isearch-forward, isearch-edit-string): Update docstring.
13598         (isearch-yank-char): Doc fix.
13599         (isearch-other-meta-char): Restore point after scrolling.
13601         * progmodes/compile.el (compilation-context-lines): Add nil option
13602         to disable compilation output window scrolling.
13603         (compilation-set-window): Use it.
13605         * outline.el (outline-next-preface, outline-show-heading):
13606         Don't leave unhidden blank line before heading.
13607         (outline-end-of-subtree): Include last newline into subtree.
13608         (hide-entry): Leave point at beginning of heading instead of end.
13609         (outline-up-heading): Push mark for the first call of successive
13610         command calls.
13612 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
13614         * comint.el (comint-prompt-read-only): New variable.
13615         (comint-output-filter): Implement it.
13617         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
13618         (ielm-prompt-internal): New variable.
13619         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
13620         (ielm-send-input): Delete unused variable `buf'.
13621         (ielm-eval-input): Use `ielm-prompt-internal'.
13622         (inferior-emacs-lisp-mode): Use new variables
13623         `comint-prompt-read-only' and `ielm-prompt-internal'.
13624         Get rid of obsolete variable `directory-sep-char'.
13625         (ielm): Use `zerop'.
13627 2004-04-29  John Paul Wallington  <jpw@gnu.org>
13629         * thumbs.el (toplevel): Require cl at compile time.
13630         Remove conditional definitions of `ignore-errors' and `caddar'
13631         because they occur at run time.
13633 2004-04-28  Nick Roberts  <nickrob@gnu.org>
13635         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
13636         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
13637         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
13638         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
13640         * progmodes/gud.el (gud-common-init): Throw an error if program is
13641         already running under gdb.
13643 2004-04-28  John Paul Wallington  <jpw@gnu.org>
13645         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
13646         (thumbs-show-image-num): Move assignment of
13647         `thumbs-current-image-filename' within scope of `i'.
13648         (thumbs-emboss-image): Don't use `evenp'.
13650 2004-04-28  Richard M. Stallman  <rms@gnu.org>
13652         * progmodes/compile.el (compilation-context-lines): Default now 0.
13654 2004-04-28  Juanma Barranquero  <lektu@terra.es>
13656         Use `time-less-p' from calendar/time-date.el instead of defining
13657         custom versions of it.
13659         * pcomplete.el (pcomplete-time-less-p): Remove.
13661         * thumbs.el (time-less-p): Remove.
13663         * calendar/timeclock.el (timeclock-time-less-p): Remove.
13664         (timeclock-generate-report): Use `time-less-p'.
13666         * emacs-lisp/autoload.el (autoload-before-p): Remove.
13667         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
13669 2004-04-28  Masatake YAMATO  <jet@gyve.org>
13671         * subr.el (remove-overlays): Make arguments optional.
13673         * wid-edit.el (widget-specify-button): Put evaporate to the
13674         overlay for sample.
13675         (widget-specify-sample): Put evaporate to the overlay for sample.
13676         (widget-specify-doc): Put evaporate to the overlay for documentation.
13678 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
13680         * info.el (info-apropos): Make it an index node.  Align node names
13681         like makeinfo.
13683 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
13685         * net/browse-url.el (browse-url-netscape-sentinel)
13686         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
13687         (browse-url-epiphany-sentinel, browse-url-mosaic):
13688         Use browse-url-*-program instead of a literal program name.
13690 2004-04-27  Kevin Ryde  <user42@zip.com.au>
13692         * eshell/em-alias.el:
13693         * eshell/em-dirs.el:
13694         * eshell/em-hist.el:
13695         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
13696         features when M-x customize-group loads modules before the main
13697         eshell.el.
13699 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
13701         * subr.el (momentary-string-display): Support EXIT-CHAR that is
13702         either a character representation of an event or an event
13703         description list.
13705         * type-break.el: Capitalise Emacs and Lisp.
13706         (type-break-good-break-interval, type-break-demo-boring-stats)
13707         (type-break-terse-messages, type-break-file-name): New defcustoms.
13708         (type-break-post-command-hook)
13709         (type-break-warning-countdown-string): Quote variable names in doc.
13710         (type-break-interval-start, type-break-auto-save-file-name): New vars.
13711         (type-break-mode): Document type-break-good-break-interval and the
13712         "session" file.  Schedule break according to the session file.
13713         Kill session file buffer on exit.  Organise for save-some-buffers
13714         to always save the session file.
13715         (type-break-mode-line-message-mode, type-break-query-mode):
13716         Uppercase arguments.
13717         (type-break-file-time, type-break-file-keystroke-count, timep)
13718         (type-break-choose-file, type-break-get-previous-time)
13719         (type-break-get-previous-count): New defuns.
13720         (type-break): Avoid break querying after a completed break in the
13721         case where the query was initiated during user invocation of the
13722         break.  Optional terse messages.
13723         Use type-break-good-break-interval if type-break-good-rest-interval is
13724         nil.  File the break time.
13725         (type-break-schedule): New optional args for overriding the use of
13726         the current time.
13727         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
13728         after a break.
13729         (type-break-check): File the keystroke count.
13730         (type-break-do-query): Prevent a second query when the break is
13731         interrupted.  Optional terse message.
13732         (type-break-keystroke-reset): Record the start of a typing interval.
13733         (type-break-demo-boring): Optional terse messages.  Display word
13734         per minute and keystroke counts according to
13735         type-break-demo-boring-stats.
13737 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
13739         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
13740         directories, make sure they exist under archive-tmpdir.
13742 2004-04-27  Juri Linkov  <juri@jurta.org>
13744         * help.el (view-emacs-news): With argument, display info for the
13745         selected version by finding it among different NEWS files, and
13746         narrowing the buffer to the selected version.
13748         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
13749         same-window-buffer-names.
13750         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
13751         non-numeric prefix argument, append the number to the buffer name
13752         for numeric prefix argument.
13753         (info-other-window): Bind same-window-regexps to nil.
13754         (Info-reference-name): Rename to Info-point-loc.
13755         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
13756         and Info-find-index-name for stringy Info-point-loc.
13757         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
13758         without middle `.', but with final `.' and optional line number
13759         for it.  Set Info-point-loc for index nodes.
13760         (Info-index): Remove middle `.' from index entry regexp.
13761         Modify line number regexp.
13762         (Info-index-next): Decrement line number.
13763         (info-apropos): Remove middle `.' from index entry regexp.
13764         Add optional line number regexp at the end.  Add matched value
13765         for line number to the result list and insert it to the buffer.
13766         Replace match-string by match-string-no-properties.
13767         Reorder result list.
13768         (Info-fontify-node): Hide index line numbers.
13769         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
13770         empty matches.
13771         (Info-follow-reference): Use `str' instead of
13772         Info-following-node-name-re.
13773         (Info-toc): Use full file names.  Set Info-current-node to "Top".
13774         (Info-fontify-node): Compare file names without directory name.
13775         (Info-try-follow-nearest-node): Don't set Info-reference-name.
13776         Set second arg of Info-extract-menu-node-name for index nodes.
13777         (info-xref-visited): Use magenta3 instead of magenta4.
13778         (Info-mode): Add info-apropos to docstring.
13780         * log-view.el (log-view-diff): Replace interactive code "r"
13781         by a list to allow to call it even if region is not active.
13783         * paren.el (show-paren-highlight-openparen): New var.
13784         (show-paren-function): Turn on openparen highlighting when
13785         matching forward if show-paren-highlight-openparen is non-nil.
13787         * simple.el (kill-ring-save): Use blink-matching-delay instead of
13788         the constant value 1.
13789         (completions-common-part): Expand docstring.
13791         * textmodes/picture.el (picture-mode-map): Add arrow keys.
13793 2004-04-27  Kim F. Storm  <storm@cua.dk>
13795         * image.el (insert-sliced-image): Use line-height instead of
13796         line-spacing property on newline.
13798 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
13800         * desktop.el (desktop-buffer-misc-data-function): Rename to
13801         desktop-save-buffer and change docstring.
13802         (desktop-buffer-modes-to-save): Delete.
13803         (desktop-save-buffer-p): Use desktop-save-buffer instead of
13804         desktop-buffer-modes-to-save.
13805         (desktop-save): Rename desktop-buffer-misc-data-function to
13806         desktop-save-buffer and allow non-function value.
13807         (desktop-missing-file-warning): Correct docstring.
13809         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
13810         to desktop-save-buffer.
13812         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
13813         desktop-save-buffer.
13815         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
13817         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
13819 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
13821         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
13823 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
13825         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
13826         (ielm): Only go to the end of the buffer when starting a new process.
13828 2004-04-25  Juanma Barranquero  <lektu@terra.es>
13830         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
13831         mode line.  Bind `inhibit-read-only' to t before modifying
13832         properties of text in the buffer.
13833         (ielm): Force point to the end of buffer, even when running ielm
13834         from inside itself.
13836 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13838         * info.el (info-apropos): Reset Info-complete-cache.
13840 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
13842         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13843         Also recognize severe Irix et al. messages.
13844         (compilation-normalize-filename, compile-abbreviate-directory):
13845         Delete functions.
13846         (compilation-get-file-structure): New function inherits
13847         functionality of the two preceding ones.
13848         (compilation-internal-error-properties, compilation-fake-loc):
13849         Use it so that different paths to the same file share the same
13850         markers.  Also optimize finding adjacent marker slightly.
13852 2004-04-25  Kim F. Storm  <storm@cua.dk>
13854         * image.el (insert-sliced-image): Add line-spacing t property
13855         to newlines separating image lines.
13857 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
13859         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
13861         * ielm.el (ielm-prompt-read-only): New user option.
13862         (ielm-prompt): Expand docstring to describe new behavior.
13863         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
13864         mention it in the docstring.
13866 2004-04-24  Andreas Schwab  <schwab@suse.de>
13868         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
13870         * diff.el (diff): Set default-directory in diff buffer.
13872 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
13874         * mail/sendmail.el (mail-bury): Don't delete the frame where the
13875         mail was being composed if the terminal cannot display more than
13876         one frame; instead, switch to previous frame.
13878         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
13879         (rmail-start-mail): Support rmail-mail-new-frame even on
13880         terminals that can display only one frame at a time.
13882 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13884         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
13885         (checkdoc-output-font-lock-keywords): Remove error regexp.
13886         (checkdoc-output-mode-map): Remove.
13887         (checkdoc-output-mode): Derive from compilation-mode.
13888         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
13890         * dired.el (dired-mode-map): Add a menu entry for wdired.
13892         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
13893         (rx-bracket, rx-check-any, rx-any): Clean up name space.
13895         * wdired.el: (wdired-mode-map): Move init into declaration.
13896         Fix `return' binding.
13897         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
13898         Use force-mode-line-update.
13899         (wdired-get-filename): Use `unless'.
13900         (wdired-preprocess-files): Don't assume names have no \n and use / for
13901         dir separator.
13902         (wdired-normalize-filename): Use replace-regexp-in-string.
13903         (wdired-load-hooks): Remove.
13904         (wdired-mode-hooks): Rename to wdired-mode-hook.
13906         * info-look.el: Add support for cfengine-mode.
13907         (info-lookup-setup-mode): Use dolist.
13909 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
13911         * wdired.el: New file.
13913 2004-04-23  Juanma Barranquero  <lektu@terra.es>
13915         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
13917         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
13918         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
13919         (pcomplete--help, pcomplete--here): Doc fixes.
13921 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
13923         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
13924         handles wrong-number-of-arguments in backend call.
13926         * vc.el (vc-print-log): Likewise.
13928 2004-04-20  Dave Love  <fx@gnu.org>
13930         * emacs-lisp/rx.el: Doc fixes.
13931         (rx-constituents): Add/extend many forms.
13932         (rx-check): Check form is a list.
13933         (bracket): Defvar.
13934         (rx-check-any, rx-any, rx-check-not): Modify.
13935         (rx-not): Simplify.
13936         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
13937         (rx-kleene): Use rx-trans-forms.
13938         (rx-quote-for-set): Delete.
13939         (rx): Allow multiple args.
13941 2004-04-23  Kenichi Handa  <handa@m17n.org>
13943         * international/mule-util.el (char-displayable-p): Simplify by
13944         using internal-char-font.
13946 2004-04-23  Juanma Barranquero  <lektu@terra.es>
13948         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
13950 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13952         * diff-mode.el (diff-next-error): New fun.
13953         (diff-mode): Use it.
13955         * simple.el (next-error): Change arg name.
13956         Add support for the documented C-u C-x ` usage.
13958         * frame.el (special-display-popup-frame, next-multiframe-window)
13959         (previous-multiframe-window): Only consider frames on same display.
13961 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
13963         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
13964         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
13966 2004-04-22  Kim F. Storm  <storm@cua.dk>
13968         * net/telnet.el (telnet): Add optional port arg.
13970 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13972         * progmodes/compile.el (compilation-mode-font-lock-keywords):
13973         Minor sanity check on the `hyperlink' slot.
13975         * Makefile.in (recompile): Compile new files.
13977         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
13978         Add byte-recompile-directory's optional `arg'.
13980         * cvs-status.el (cvs-tree-use-charset): New var.
13981         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
13982         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
13983         (cvs-status-cvstrees): Use it.
13985         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
13986         Make it a normal major mode.
13987         (checkdoc-buffer-label): Make sure the file name is meaningful.
13988         (checkdoc-output-to-error-buffer): Remove.
13989         (checkdoc-error, checkdoc-start-section): Rewrite.
13991         * info.el (info-node, info-menu-5, info-xref, info-header-node)
13992         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13993         (Info-title-4-face): Use new syntax.
13994         (info-xref-visited): Inherit from info-xref.
13996         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
13998 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14000         * simple.el (next-error-last-buffer, next-error-function):
14001         New variables for the next-error framework.
14002         (next-error-buffer-p): New function.
14003         (next-error-find-buffer): Generalize compilation-find-buffer.
14004         (next-error, previous-error, first-error, next-error-no-select)
14005         (previous-error-no-select): Move from compile.el.
14007         * replace.el (occur-next-error, occur-1): Hook into the next-error
14008         framework.
14010         * progmodes/compile.el (compilation-start):
14011         Set next-error-last-buffer so next-error knows where to jump.
14012         (compilation-setup): Set the buffer-local variable
14013         next-error-function to 'compilation-next-error-function.
14014         (compilation-buffer-p, compilation-buffer-internal-p): Use an
14015         alternate way to find if a buffer is a compilation buffer, for
14016         next-error convenience.
14017         (next-error-no-select, previous-error-no-select, next-error)
14018         (previous-error, first-error): Move to simple.el.
14019         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
14020         (compilation-last-buffer): Remove.
14021         (compilation-start, compilation-next-error, compilation-setup)
14022         (compilation-next-error-function, compilation-find-buffer):
14023         Remove compilation-last-buffer use.
14025 2004-04-21  Juanma Barranquero  <lektu@terra.es>
14027         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
14028         (font-lock-warning-face): Fix spacing.
14030         * makefile.w32-in (WINS): Add url/ directory.
14032 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
14034         * desktop.el (desktop-buffer-mode-handlers): New variable.
14035         Alist of major mode specific functions to restore a desktop buffer.
14036         (desktop-buffer-handlers): Make variable obsolete.
14037         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
14038         Catch errors signaled in handlers.  Update buffer count.
14039         Evaluate desktop-buffer-point.
14040         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
14041         move to dired.el.
14042         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
14043         move to info.el.
14044         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
14045         move to mail/rmail.el.
14046         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
14047         to mh-e/mh-e.el.
14048         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
14049         On fail, print message (to message buffer) even if
14050         desktop-missing-file-warning is nil.
14051         (desktop-buffer-misc-data-function): New buffer local variable.
14052         Function returning major mode specific data.
14053         (desktop-buffer-misc-functions): Make variable obsolete.
14054         (desktop-save): Use desktop-buffer-misc-data-function.
14055         (desktop-buffer-dired-misc-data): Rename to
14056         dired-desktop-buffer-misc-data and move to dired.el.
14057         (desktop-buffer-info-misc-data): Rename to
14058         Info-desktop-buffer-misc-data and move to info.el.
14059         (desktop-read): Add message about number of buffers restored/failed.
14061         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
14062         Add parameters.  Pause to display error only when
14063         desktop-missing-file-warning is non-nil.
14064         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
14065         (dired-mode): Bind desktop-buffer-misc-data-function.
14067         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
14068         Add Parameters.
14069         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
14070         (Info-mode): Bind desktop-buffer-misc-data-function.
14072         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
14073         Add Parameters.
14075         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
14076         Add Parameters.
14078 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
14080         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
14081         the case of letters in case-insensitive expansions when the
14082         abbrev is preceded by characters with letter syntax.
14084 2004-04-21  Richard M. Stallman  <rms@gnu.org>
14086         * progmodes/cperl-mode.el (cperl-putback-char):
14087         Delete Emacs 18 definition.
14089         * international/mule.el (ctext-post-read-conversion):
14090         Use assoc-string, not assoc-ignore-case.
14092         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
14094         * emacs-lisp/easymenu.el (easy-menu-add):
14095         Do call x-popup-menu, but only if it's defined.
14097         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
14099         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
14100         Handle multiple args: compile like progn.
14102         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
14103         take all args as &rest arg.
14105         * autoinsert.el (auto-insert-alist): Insert the user's name in
14106         copyright notice, rather than Free Software Foundation.
14108 2004-04-21  Kenichi Handa  <handa@m17n.org>
14110         * descr-text.el (describe-char): Make it work on *Help* buffer.
14112 2004-04-21  Kim F. Storm  <storm@cua.dk>
14114         * image.el (insert-image): Add optional SLICE arg.
14115         (insert-sliced-image): New defun.
14117 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
14119         * subr.el (read-number): Check whether `default' is nil.
14121 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14123         * progmodes/compile.el (compilation-error-properties):
14124         Split into two.
14125         (compilation-internal-error-properties): New one.
14126         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
14128 2004-04-20  Richard M. Stallman  <rms@gnu.org>
14130         * window.el (split-window-save-restore-data):
14131         Don't update the data if OLD-INFO is nil.
14133         * view.el (view-return-to-alist): Mark it permanent local.
14135         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
14137         * recentf.el (recentf-save-list): Catch and warn about errors.
14139         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
14140         so "Buffers" won't be pure.
14142         * help-mode.el (help-mode-finish): Set help-return-alist first
14143         thing, setting only the entry for the selected window.
14145         * help-fns.el (describe-function-1): If many non-control non-meta
14146         keys run the command, don't list all of them.
14148 2004-04-20  Juanma Barranquero  <lektu@terra.es>
14150         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
14151         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
14153         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
14155 2004-04-20  Kenichi Handa  <handa@m17n.org>
14157         * international/quail.el (quail-lookup-key): New optional arg
14158         NOT-RESET-INDICES.
14159         (quail-get-translations): Call quail-lookup-key with
14160         NOT-RESET-INDICES t.
14161         (quail-completion): Likewise.
14162         (quail-lookup-map-and-concat): Likewise.
14164 2004-04-20  Kenichi Handa  <handa@m17n.org>
14166         * international/quail.el (quail-update-translation): Don't insert
14167         such an unsupported multibyte char in a unibyte buffer.
14169 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
14171         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
14172         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
14173         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
14174         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
14175         (gdb-frame-assembler-buffer): Improve behaviour with
14176         multiple frames.
14177         (gdb-display-buffer): Extend search to all visible frames.
14179 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
14181         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
14182         characters left after base64 decoding.
14183         (rmail-decode-region): Use -dos variety of `coding', to remove any
14184         ^M characters left after qp or base64 decoding.
14186 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14188         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
14189         messages.
14191 2004-04-19  Stephen Eglen  <stephen@gnu.org>
14193         * add-log.el (add-change-log-entry): Update doc string to mention
14194         add-log-full-name and add-log-mailing-address.
14196 2004-04-18  Juri Linkov  <juri@jurta.org>
14198         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
14199         (Info-find-node-2): Simplify error message.
14200         (Info-insert-dir): Use Info-following-node-name.
14201         (Info-goto-node): Remove *info-history* and *info-toc*.
14202         (Info-history): Create a node of the virtual history file.
14203         (Info-toc): Create a node of the virtual toc file.
14204         (Info-insert-toc): New arg `curr-file' for reference file names.
14205         (info-apropos): Remove redundant var binding for temp-file.
14206         (Info-index, Info-index-next, Info-mode): Doc fix.
14207         (Info-goto-emacs-command-node): Don't jump to *info* from
14208         non-*info* Info buffers.
14209         (Info-fontify-node): Don't show the file name of external
14210         references if `Info-hide-note-references' is `hide'.  Don't hide
14211         newlines at the end of paragraphs.
14213         * international/mule-diag.el (list-input-methods):
14214         Fix args to help-xref-button.
14216         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
14217         to put into effect local variables from TUTORIAL files.
14219         * textmodes/paragraphs.el (sentence-end) <function>: New fun
14220         with default value taken from the variable `sentence-end'.
14221         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
14222         Add nil const to :type.
14223         (sentence-end-without-period, sentence-end-double-space)
14224         (sentence-end-without-space): Doc fix.
14226         * textmodes/paragraphs.el (forward-sentence):
14227         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
14228         (fill-delete-newlines):
14229         * progmodes/cc-cmds.el (c-beginning-of-statement):
14230         Use function `sentence-end' instead of variable `sentence-end'.
14232 2004-04-18  Andreas Schwab  <schwab@suse.de>
14234         * progmodes/compile.el (compilation-start): Set window start to
14235         point-min if compilation-scroll-output is nil.
14237 2004-04-18  John Wiegley  <johnw@newartisans.com>
14239         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
14241 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
14243         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
14244         (gdb-info-breakpoints-custom): Revert previous change.
14245         (gdb-view-assembler): Update assembler if necessary.
14246         (gdb-frame-handler): Parse correctly for gdb-current-frame.
14247         (gdb-display-source-buffer): Update properly when both source and
14248         assembler are visible.
14250 2004-04-17  John Wiegley  <johnw@newartisans.com>
14252         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
14253         which limits the number of names shown in the minibuffer.  Off by
14254         default.
14255         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
14256         up iswitchb for users with a multitude of open buffers by showing
14257         only the first and last N/2 buffers in the completion list (which
14258         is enough to aid C-s/C-r, and to know that more characters are
14259         needed to refine the completion list).
14261 2004-04-17  Richard M. Stallman  <rms@gnu.org>
14263         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
14264         (file-truename): Expand all ~ constructs directly.
14265         (insert-directory): Delete any error msg output by the
14266         `insert-directory-program'.
14268         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
14269         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
14270         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
14271         (allout-init): Use find-file-hook, not find-file-hooks.
14272         (allout-mode): Eliminate Emacs 18 support.
14273         Use write-contents-functions, not local-write-file-hooks.
14275 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
14277         * progmodes/compile.el (compilation-error-properties): Fix for
14278         adding messages when there are already markers for their file.
14279         (compilation-fake-loc): New function.
14281 2004-04-16  Dave Love  <fx@gnu.org>
14283         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
14284         (python-load-file): Fix python-orig-start setting.
14286         * progmodes/compile.el: Doc fixes.
14287         (compilation-error-regexp-alist-alist)
14288         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
14289         (compilation-assq): Wrap in eval-when-compile.
14290         (compilation-mode-font-lock-keywords): Don't use list*.
14291         (compilation-start): Avoid warning.
14292         (compilation-compat-error-properties)
14293         (compilation-directory-properties): Add keymap property.
14294         (compilation-parsing-end): Make it a marker for better compatibility.
14296         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
14298 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
14300         * xml.el: Doc fixes.
14301         (xml-get-children): Only looks at sub-tags and ignore strings.
14303         * xml.el (xml-parse-tag): Avoid overwriting node-name.
14305 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14307         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
14309 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
14311         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
14313         * vc.el (vc-print-log): Likewise.
14315 2004-04-16  Masatake YAMATO  <jet@gyve.org>
14317         * simple.el (completion-setup-function): Set an initial value
14318         to `element-common-end' before entering loop.  Set a value
14319         to `element-common-end' at the end of loop.
14320         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
14321         (completions-common-part): Rename from completion-de-emphasis.
14322         (completions-first-difference): Rename from completion-emphasis.
14323         Suggested by RMS.
14325 2004-04-16  Juanma Barranquero  <lektu@terra.es>
14327         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
14328         (bookmark-edit-annotation-mode): Add mode name.
14330 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14332         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
14333         for nested conflict markers.
14334         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
14336 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
14338         * progmodes/gdb-ui.el (gdb-goto-info): New function.
14340         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
14342 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14344         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
14345         Give a backtrace if requested.
14347         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
14349         * progmodes/python.el (python-mouse-2-command, python-RET-command):
14350         Remove unused functions.
14351         (python-orig-start-line, python-orig-file): Remove.
14352         (python-orig-start): New var.
14353         (python-input-filter, python-compilation-line-number)
14354         (python-send-region, python-load-file): Use it.
14356         * info.el (info): Always jump to *info*.
14358         * subr.el (posn-set-point): New function.
14360         * mouse.el (mouse-set-point): Use it.
14362         * progmodes/compile.el (compile-goto-error): Use it.
14363         (compilation-button-map): New keymap.
14364         (compilation-error-properties): Use it.
14365         (compilation-shell-minor-mode-map): Don't bind mouse-2.
14367         * smerge-mode.el (smerge-popup-context-menu): Use it.
14369         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
14370         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
14371         mouse and non-mouse case.
14373         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
14374         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
14376         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
14377         Make it work for non-mouse events.
14379         * pcvs-info.el (cvs-status-map): Update binding name.
14381 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
14383         * xml.el (xml-maybe-do-ns): New function to handle namespace
14384         parsing of both attribute and element names.
14385         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
14386         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
14387         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
14388         (xml-parse-attlist): Make it do its own namespace parsing.
14390 2004-04-14  Dave Love  <fx@gnu.org>
14392         * progmodes/python.el (run-python): Fix use of \n.
14393         (python-load-file): Remove `try' from Python fragment.
14394         (python-describe-symbol): Fix message.
14396         * comint.el: Doc fixes.
14397         (comint-last-input-start, comint-last-input-end)
14398         (comint-last-output-start): Give them values.
14399         (comint-arguments): Avoid warning.
14400         (comint-skip-prompt): Use line-end-position.
14401         (comint-backward-matching-input): Rename arg to agree with doc.
14402         (comint-extract-string): Use syntax-ppss.
14403         (comint-dynamic-simple-complete): Delete useless list construction.
14404         (comint-redirect-subvert-readonly): New.
14405         (comint-redirect-preoutput-filter): Use it.
14407         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
14408         Correctly handle negative arguments when calling hook functions.
14410 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
14412         * info.el (info-apropos): Don't clobber Info-history-list.
14414 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
14416         * progmodes/compile.el (compilation-setup):
14417         Localize overlay-arrow-position.
14418         (compilation-sentinel): Restructure code equivalently.
14419         (compilation-next-error): Find message on same line after point if
14420         not found before point.
14421         (compile-mouse-goto-error): Restore function so that compilation
14422         buffer need not be current and use compile-goto-error.
14423         (compile-goto-error): Restore function.
14424         (next-error): Set overlay-arrow-position.
14425         (compilation-forget-errors): Don't localize already local
14426         compilation-locs and remove FIXME about refontifying.
14428 2004-04-14  Kim F. Storm  <storm@cua.dk>
14430         * startup.el (emacs-quick-startup): New defvar (set by -Q).
14431         (command-line): New option -Q.  Like -q --no-site-file, but
14432         in addition it also disables menu-bar, tool-bar, scroll-bars,
14433         tool-tips, and the blinking cursor.
14434         (command-line-1): Skip startup screen if -Q.
14435         (fancy-splash-head): Use ":align-to center" prop to center splash image.
14437         * emulation/cua-base.el (cua-read-only-cursor-color)
14438         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
14440 2004-04-13  Dave Love  <fx@gnu.org>
14442         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
14443         (syntax): Don't require.
14444         (python) <defgroup>: Add :version.
14445         (python-quote-syntax): Re-written.
14446         (inferior-python-mode): Move stuff here from run-python and add
14447         some more.
14448         (python-preoutput-continuation, python-preoutput-result)
14449         (python-dotty-syntax-table): New.
14450         (python-describe-symbol): Use them.
14451         (run-python): Move stuff to inferior-python-mode.  Modify code
14452         loaded into Python.
14453         (python-send-region): Use python-proc, python-send-string.
14454         (python-send-string): Send newlines too.  Callers changed.
14455         (python-load-file): Re-written.
14456         (python-eldoc-function): New.
14457         (info-look): Don't require.
14458         (python-after-info-look): New.  A modified version of former
14459         top-level code for use with eval-after-load.
14460         (python-maybe-jython, python-guess-indent): Use widened buffer.
14461         (python-fill-paragraph): Re-written.
14462         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
14463         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
14465 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14467         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
14468         Set compilation-error-regexp-alist earlier.
14470         * progmodes/compile.el (compilation-minor-mode-map)
14471         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
14472         (compile-goto-error): Re-merge the mouse and non-mouse commands.
14474 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14476         * progmodes/compile.el (compile-goto-error): Select the buffer/window
14477         corresponding to the event.
14479 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
14481         * loadup.el: Add cygwin to system-type list, for unexec() support.
14483 2004-04-12  John Paul Wallington  <jpw@gnu.org>
14485         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
14486         (ibuffer-restore-window-config-on-quit): New variable to replace
14487         `ibuffer-delete-window-on-quit'.  Update all references.
14488         (ibuffer-prev-window-config): New variable.
14489         (ibuffer-quit): Restore previous window configuration instead of
14490         deleting window.
14491         (ibuffer): Save window configuration before showing Ibuffer buffer.
14493         * help.el (describe-mode): Doc fix.
14495 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14497         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
14498         not to treat nil as a function.
14500         * vc-arch.el (vc-arch-root): Be a bit more careful.
14501         (vc-arch-register): Save the buffer if we modified it.
14502         (vc-arch-delete-rej-if-obsolete): Save excursion.
14503         (vc-arch-find-file-hook): Use the simpler after-save-hook.
14504         (vc-arch-responsible-p, vc-arch-init-version): New functions.
14506         * net/ldap.el (ldap-search): Use list*.
14508 2004-04-12  Juri Linkov  <juri@jurta.org>
14510         * info.el (Info-follow-reference): Allow multiline reference name.
14512 2004-04-11  Dave Love  <fx@gnu.org>
14514         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
14516         * progmodes/python.el: New file.
14518 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
14520         * vc-hooks.el (vc-arg-list): Function removed.
14521         (vc-default-workfile-unchanged-p): Use condition-case to check for
14522         backward compatibility.
14524         * vc.el (vc-print-log): Use condition-case to check for backward
14525         compatibility.
14527 2004-04-11  Juri Linkov  <juri@jurta.org>
14529         * dired.el (dired-faces): New defgroup.
14530         (dired-header, dired-mark, dired-marked, dired-flagged)
14531         (dired-warning, dired-directory, dired-symlink, dired-ignored):
14532         New faces.
14533         (dired-header-face, dired-mark-face, dired-marked-face)
14534         (dired-flagged-face, dired-warning-face, dired-directory-face)
14535         (dired-symlink-face, dired-ignored-face): New face variables.
14536         (dired-font-lock-keywords): Use them instead of font-lock faces.
14537         Split the rule for dired marks into 3 separate rules: for marks,
14538         marked file names and flagged file names.
14540         * help-mode.el (help-make-xrefs): Add a final newline to the
14541         *Help* buffer.
14543 2004-04-11  John Paul Wallington  <jpw@gnu.org>
14545         * replace.el (occur-engine): Distinguish between one and several
14546         matches in the matches per buffer heading.
14548 2004-04-11  Kim F. Storm  <storm@cua.dk>
14550         * ido.el (ido-confirm-unique-completion): New defcustom.
14551         (ido-complete): Use it.
14552         (ido-write-file): Set it to t unconditionally.
14554 2004-04-10  Miles Bader  <miles@gnu.org>
14556         RCS keyword removal (only non-comment changes are enumerated here):
14558         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
14559         (byte-compile-insert-header): Don't use `byte-compile-version'.
14560         * forms.el (forms-version): Variable removed.
14561         (forms-mode): Don't use `forms-version'.
14562         * recentf.el (recentf-version): Variable removed.
14563         * progmodes/delphi.el (delphi-version): Variable removed.
14564         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
14566 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14568         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
14570 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
14572         * info.el (info-apropos): Improve menu item regexp.
14574 2004-04-09  Simon Josefsson  <jas@extundo.com>
14576         * mail/smtpmail.el: Add comment, based on report by
14577         kdc@rcn.com (Kevin D. Clark).
14579 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14581         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14582         Redo one more thing that I didn't notice Daniel had undone.
14584 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
14586         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
14587         (gdb-goto-breakpoint, gdb-display-buffer)
14588         (gdb-display-source-buffer, gdb-view-source-function)
14589         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
14590         (gdb-source-info, gdb-frame-handler): Don't specify a window
14591         for display.
14592         (gdb-info-breakpoints-custom): Remove superfluous update of
14593         assembler buffer.
14594         (gdb-many-windows): Make settable outside gdb.
14596 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
14598         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
14599         Derive from fundamental-mode rather than text-mode.
14601 2004-04-08  Juri Linkov  <juri@jurta.org>
14603         * info.el (Info-history): Doc fix.
14604         (Info-history-list): New var.
14605         (info-xref): Change magenta4 to blue, remove bold for dark and
14606         light backgrounds, change bold to underline for non-color classes.
14607         (info-xref-visited): New face.
14608         (Info-fontify-visited-nodes): New custom.
14609         (Info-hide-note-references): Add new value `hide'.  Doc fix.
14610         (Info-reference-name): New var.
14611         (Info-selection-hook): New custom.
14612         (Info-edit-mode-hook): New var.
14613         (Info-find-file): New fun.
14614         (Info-find-node): Move part of code to Info-find-file.
14615         (Info-find-node-2): Add anchors to Info-history-list.  Move point
14616         to the place with the reference name if name is defined.
14617         (Info-select-node): Add current node to Info-history-list.
14618         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
14619         (Info-search-whitespace-regexp): New custom.
14620         (Info-search-case-fold): New var.
14621         (Info-search): Add "case-sensitively" to the prompt.
14622         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
14623         (Info-search-case-sensitively, Info-search-next): New fun.
14624         (Info-up): Move point to the menu item of the current node.
14625         (Info-history): New fun.  Add *info-history* to
14626         same-window-buffer-names.
14627         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
14628         (Info-insert-toc): New fun.
14629         (Info-build-toc): New fun.
14630         (Info-follow-reference): Add new arg `fork'.  Doc fix.
14631         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
14632         with the same name prefer the reference closest to point.
14633         (Info-next-reference): Replace * by + in the *Note regexp.
14634         Add regexp for http:// and ftp://.  Skip the *Note prefix.
14635         (Info-prev-reference): Replace * by + in the *Note regexp.
14636         Add regexp for http:// and ftp://.  Skip the *Note prefix.
14637         (Info-follow-nearest-node): Add new arg `fork'.
14638         (Info-try-follow-nearest-node): Add new arg `fork'.
14639         Call browse-url for http:// and ftp:// references.
14640         Set Info-reference-name for index entries.
14641         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
14642         Info-search-next, Info-history, Info-toc, clone-buffer.
14643         (Info-menu-update): Replace * by + in the *Note regexp.
14644         (Info-mode): Add documentation for Info-history, Info-toc,
14645         Info-search-case-sensitively, Info-search-next, clone-buffer.
14646         (Info-fontify-menu-headers): Remove fun.  Move code to
14647         Info-fontify-node.
14648         (Info-fontify-node): Add docstring.  Add local vars
14649         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
14650         then fontify header line, titles, menu headers, http and ftp
14651         references, refill paragraphs.  If not-fontified-p is t or
14652         fontify-visited-p is t then fontify cross references, menu items.
14653         Fontify menu headers.  Fontify http and ftp references.
14654         Change regexp for cross references to require whitespace after *Note,
14655         add matching groups for file and node names.  Remove hack for quote.
14656         Use display property for Info-hide-note-references=t.  Use fifth
14657         or fourth match for help-echo.  Display visited nodes in a
14658         different face.  Unhide file names of external references.
14659         Unhide newlines.  Display visited menu items in a different face.
14661 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14663         * progmodes/compile.el: Require CL.
14664         (compilation-mode-font-lock-keywords): Re-install the "line as
14665         function" patch.
14667         * help-fns.el (help-C-source-directory): New var.
14668         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
14669         (describe-function-1, describe-variable): Use them.
14671         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
14672         to C source files specially.
14674 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
14676         * info.el (Info-hide-cookies-node): New function.
14677         (Info-select-node): Use it.
14678         (Info-display-images-node): Remove message with image file name.
14680 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
14682         * progmodes/compile.el (compilation-warning-face)
14683         (compilation-info-face, compilation-skip-threshold)
14684         (compilation-skip-visited, compilation-context-lines):
14685         Declare :version when added to Emacs.
14686         (compilation-error-regexp-alist-alist): Extend caml and irix.
14687         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
14688         (compilation-mode-font-lock-keywords): Temporarily undo line as
14689         function patch, which wasn't ready.
14691 2004-04-07  Kenichi Handa  <handa@m17n.org>
14693         * international/latin1-disp.el (latin1-display-setup): Check each
14694         character is displayable or not instead of calling
14695         latin1-display-check-font.
14697 2004-04-06  Kenichi Handa  <handa@m17n.org>
14699         * language/ethio-util.el (ethio-sera-being-called-by-w3):
14700         New variable.
14701         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
14702         instead of sera-being-called-by-w3.
14703         (ethio-fidel-to-sera-buffer): Likewise.
14704         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
14705         instead of sera-being-called-by-w3.
14706         (ethio-write-file): Likewise.
14708 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14710         * printing.el: Doc fix.
14712 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
14714         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
14715         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
14716         (gdb-setup-windows): Only use separate IO buffer if required.
14718 2004-04-06  Kim F. Storm  <storm@cua.dk>
14720         * term.el (term-is-xemacs): Remove.
14721         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
14722         (term-window-width): New function.
14723         (term-mode, term-check-size): Use it.
14724         (term-mode): Disable overflow-newline-into-fringe in term buffer.
14726 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14728         * cus-edit.el (custom-add-parent-links): Change unbound variable
14729         `symbol' to `name'.
14731 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
14732         * info.el (info-apropos): New function.
14733         (Info-mode-menu): Add it.
14734         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
14736         * help-mode.el (help-make-xrefs): Recognize aliased variable with
14737         inherited docstring.
14739         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
14741 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14743         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
14745         * progmodes/compile.el (font-lock): Don't require any more.
14746         (compilation-error-properties, compilation-start, compilation-sentinel)
14747         (compilation-filter, next-error): Use with-current-buffer.
14748         (compilation-skip-to-next-location, compilation-skip-threshold)
14749         (compilation-skip-visited): Move to silence the byte-compiler.
14750         (compilation-setup): Simplify.
14751         (compilation-next-error): Use line-(beginning|end)-position.
14752         Make sure `pt' is non-nil before using compilation-loop.
14753         (compile-goto-error): Add optional event arg.  Use it.
14754         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
14755         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
14756         Update the binding for mouse-2.
14757         (first-error): Set compilation-current-error to nil rather than bob.
14758         (compilation-parsing-end, compilation-parse-errors-function)
14759         (compilation-error-list, compilation-old-error-list):
14760         "New" compatibility variables.
14761         (compile-buffer-substring, compilation-compat-error-properties)
14762         (compilation-compat-parse-errors, compilation-forget-errors):
14763         New compatibility functions.
14764         (compilation-mode-font-lock-keywords): Use them.
14766 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
14768         * autorevert.el (auto-revert-handler): If point (or a window
14769         point) is at the end of the buffer, keep it there after
14770         reverting.  This allows to tail a file.
14771         Mention this in the `Commentary'.
14773         * format.el (format-write-file): Add optional argument CONFIRM
14774         and make it behave like the analogous argument to `write-file'.
14776 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14778         * progmodes/ebnf2ps.el: Doc fix.
14779         (ebnf-version): New version number (4.2).
14780         (ebnf-syntax): Customization and docstring fix.
14781         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
14782         Put autoloaded funs before first use.
14783         (ebnf-style-database): Add dtd entry.
14784         (ebnf-syntax-alist): Add dtd initialization.
14785         (ebnf-token-sequence): New fun.
14786         (ebnf-comment-table): Add new comment action character.
14787         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
14789         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
14790         Type Definition for XML).
14792         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
14793         * progmodes/ebnf-bnf.el (ebnf-sequence):
14794         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
14795         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
14796         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
14797         Code simplification: call ebnf-token-sequence.
14799 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
14801         * calendar/timeclock.el (timeclock-relative)
14802         (timeclock-get-project-function, timeclock-get-workday-function)
14803         (timeclock-query-out, timeclock-when-to-leave)
14804         (timeclock-when-to-leave-string, timeclock-log-data)
14805         (timeclock-generate-report, timeclock-in): Doc fixes.
14807 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14809         * url/: New dir.  Import the URL package from its repository.
14811 2004-04-03  Andreas Schwab  <schwab@suse.de>
14813         * diff-mode.el (diff-mode): Fix missing quote.
14815 2004-04-03  Juri Linkov  <juri@jurta.org>
14817         * descr-text.el (describe-property-list): Add `font-lock-face'.
14819         * dired.el (dired-font-lock-keywords): Fix permission regexps.
14821 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14823         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
14824         Use utf-16le on little endian machines and utf-16be otherwise.
14826 2004-04-02  David Kastrup  <dak@gnu.org>
14828         * net/browse-url.el (browse-url-generic): Use call-process
14829         instead of start-process to allow browsers that fork and detach.
14831 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
14833         * compile.el (compilation-current-error): New var.
14834         (compilation-setup, compile-mouse-goto-error)
14835         (compile-goto-error, next-error): Use it.
14836         (compilation-skip-to-next-location): Default to t, which gives
14837         contiguous skipping like old compile (where this was redundant).
14838         (compilation-next-error): Prevent previous-* commands from moving
14839         back to message at or just before point.
14841 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
14843         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
14844         (gdb-source-info): Don't display source at startup, if required.
14845         (gdb-show-main): New option.
14846         (gdba): Update documentation.
14847         (gdb-source): Cover case of auto-display output.
14849 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
14851         * autorevert.el: Delete obsolete autoload's and defvar's.
14852         (auto-revert-check-vc-info): New user option.
14853         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
14854         (auto-revert-handler-vc): Delete.
14855         (auto-revert-handler): Treat return value `fast' of
14856         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
14858         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
14859         return `fast'.
14861         * files.el (buffer-stale-function): Doc change.
14863 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14865         * printing.el: New tip on Tips section.
14866         (pr-version): New version number (6.7.4).
14867         (pr-shell-file-name): Initialization fix.
14869 2004-03-31  Juri Linkov  <juri@jurta.org>
14871         * dired.el: Add autoload for `dired-do-touch'.
14872         (dired-touch-program): New var.
14873         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
14874         (dired-no-confirm): Add `touch' to docstring.
14876         * dired-aux.el (dired-do-touch): New fun.
14877         (dired-do-chxxx): Add argument -t for touch operation.
14879         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
14880         `dired-move-to-filename-regexp'.
14882 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
14884         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
14886 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14888         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
14889         and only if the buffer was modified.
14891 2004-03-30  Kenichi Handa  <handa@m17n.org>
14893         * international/characters.el: Delete pairs for U+2308..U+230B.
14895 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
14897         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
14898         to detect the beginning of a level 2 or 3 annotation.
14900 2004-03-29  Kenichi Handa  <handa@m17n.org>
14902         * international/ucs-tables.el (ucs-insert): Fix the error message.
14904 2004-03-29  Kenichi Handa  <handa@m17n.org>
14906         * international/mule-util.el (char-displayable-p): Fix generation
14907         of XLFD file name.
14909         * Makefile.in (setwins, setwins_almost): Change directory to $wd
14910         before finding directories by `find'.
14912 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14914         * subr.el (interactive-form): Delete.  Now implemented in C.
14916         * pcvs.el (cvs-parse-process): Workaround for Darwin.
14918         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
14919         (vc-diff-label): New fun.
14920         (vc-diff-internal): Use it.
14922         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
14924 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14926         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
14928         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
14929         specify XML (EBNFX).
14931         * progmodes/ebnf2ps.el: Doc fix.
14932         (ebnf-version): New version number (4.1).
14933         (ebnf-syntax): Adjust customization.
14934         (ebnf-style-database): Add ebnfx entry.
14935         (ebnf-syntax-alist): Add ebnfx initialization.
14936         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
14938         * printing.el: Doc fix.
14939         (pr-version): New version number (6.7.3).
14940         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
14941         returns nil for mouse position.  Reported by Drew Adams
14942         <drew.adams@oracle.com>.
14943         (pr-update-menus): Modify interactive declaration.  Reported by Drew
14944         Adams <drew.adams@oracle.com>.
14946 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
14948         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
14949         (gud-gdba-marker-filter): Log the process input and output, if
14950         required.  From Stefan Monnier.
14951         (gdb-debug-log, gdb-enable-debug-log): New variables.
14952         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
14954 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14956         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
14957         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
14959 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
14961         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
14962         Call vc-find-file-hook here instead of in auto-revert-buffers.
14963         (auto-revert-buffers): Delete call to vc-find-file-hook.
14964         (auto-revert-verbose, global-auto-revert-non-file-buffers)
14965         (global-auto-revert-mode, auto-revert-set-timer)
14966         (auto-revert-handler, auto-revert-buffers): Doc fixes.
14968 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
14970         * woman.el (woman-change-fonts): Rename local variable
14971         woman-font-alist to font-alist to avoid a compiler warning.
14973 2004-03-27  Dave Love  <fx@gnu.org>
14975         * emacs-lisp/rx.el (rx): Doc fix.
14976         Fix copyright years.
14978         * strokes.el (strokes-global-set-stroke-string): New function.
14979         (strokes-list-strokes): Cope with strings, not just commands.
14980         Set foreground colour of image.
14981         (strokes-global-set-stroke): Doc fix.
14983 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
14985         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
14986         Auto Revert mode.
14987         (Buffer-menu-files-only): New variable.
14988         (Buffer-menu-toggle-files-only): New function.
14989         (Buffer-menu-mode-map): Bind it to `T'.
14990         (Buffer-menu-mode): Mention `T' in docstring.
14991         Set buffer-stale-function.
14992         (list-buffers-noselect): Mark buffer non-modified and set
14993         Buffer-menu-files-only.
14995         * dired.el (buffer-stale-function): Remove no longer needed defvar.
14997         * autorevert.el (auto-revert-handler): Print revert message
14998         before, rather than after, reverting.
14999         (buffer-stale-function): Move to files.el.
15001         * files.el (buffer-stale-function): Move here from autorevert.el.
15003 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15005         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
15007         * calc/calc.el (calc-mode-map): Use mapc.
15009         * apropos.el (apropos-mode): Don't autoload.
15010         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
15011         (apropos): Use it.
15012         (apropos-print): Add optional `text' argument.
15013         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
15014         Don't assume point-min == 1.
15016         * bs.el (bs-buffer-list): Use buffer-local-value.
15017         (bs--set-toggle-to-show): Use with-current-buffer.
15019         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
15020         New funs.
15021         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
15023         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
15025         * dabbrev.el (dabbrev-expand): Fix regexp construction.
15026         (dabbrev--find-expansion): Use pop.
15027         (dabbrev--search): Use match-string-no-properties.
15029         * dired.el (dired-mode): Use run-mode-hooks.
15030         (dired-move-to-end-of-filename): Use match-string.
15032         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
15033         is bound before using it.
15034         (ediff-verbose-p): Make it into a var since it's not constant.
15036         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
15038         * faces.el (read-face-font): Don't cons up unnecessarily.
15039         (header-line, tool-bar): Share common parts.
15041         * files.el (file-relative-name): Use compare-strings.
15043         * finder.el (finder-mode): Follow coding convention.
15045         * subr.el (read-number): New function.
15047         * ses.el (ses-read-number): Move to subr.el.
15048         (ses-set-header-row): Use read-number.
15050 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
15052         * vc-hooks.el (vc-arg-list): New function, which handles both
15053         compiled and uncompiled code.
15054         (vc-default-workfile-unchanged-p): Use it.
15056         * vc.el (vc-print-log): Undo prev change, use new function
15057         vc-arg-list from vc-hooks.el.
15059 2004-03-26  Masatake YAMATO  <jet@gyve.org>
15061         * simple.el (completion-setup-function): Emphasize the
15062         first uncommon characters in the completions; and de-emphasize
15063         the common prefix substrings.
15064         (completion-emphasis): New face.
15065         (completion-de-emphasis): New face.
15067 2004-03-25  Juanma Barranquero  <lektu@terra.es>
15069         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
15070         Comment out (it's unused and unfinished code).
15072 2004-03-25  Sam Steingold  <sds@gnu.org>
15074         * vc.el (vc-print-log): Fix a bug in the last patch:
15075         backend-function may be a byte-compiled object, not a lambda.
15077 2004-03-25  Juri Linkov  <juri@jurta.org>
15079         * descr-text.el (describe-property-list): Add a button
15080         for `face' property that calls `describe-face'.
15081         Suggested by luis fernandes <elf@ee.ryerson.ca>
15083         * international/mule.el (keyboard-coding-system):
15084         * kmacro.el (kmacro-call-macro): Fix docstring.
15086         * dired.el: Fix comments.
15088         * textmodes/fill.el (fill): Fix Info link.
15090         * font-lock.el (fast-lock, lazy-lock):
15091         * jit-lock.el (jit-lock): Remove links to removed Support Modes
15092         Info node.
15094         * eshell/eshell.el (eshell): Fix broken info-link.
15096         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
15097         * eshell/em-banner.el (eshell-banner):
15098         * eshell/em-smart.el (eshell-smart):
15099         * eshell/esh-cmd.el (eshell-cmd):
15100         Comment out broken info-links to incomplete Info manual.
15102         * info-xref.el: Fix commentary.
15104 2004-03-25  Kevin Ryde  <user42@zip.com.au>
15106         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
15107         Remove spurious node duplicate suppression, doesn't work, not wanted.
15108         (info-xref-output): Take format style args, add "sit-for 0" to let
15109         user see the results as they progress.
15110         (info-xref-check-all-custom): New function.
15112 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
15114         * gdb-ui.el: Moved to progmodes.
15116 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15118         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
15120 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
15122         * calendar/appt.el (appt-check): Remove superfluous progn.
15123         When finished with diary buffer: if it was not being displayed
15124         before, kill it; otherwise restore its original state.
15125         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
15127         * calendar/calendar.el (calendar-set-mode-line): Use total
15128         available mode-line width, rather than frame-width.
15130         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
15131         after mode change so effect not lost.
15133 2004-03-23  Dave Love  <fx@gnu.org>
15135         * dired.el (dired) <defgroup>: Add link to manual.
15136         (dired-font-lock-keywords): Add highlighting on unusual permissions.
15137         (dired-revert): Use dolist.
15138         (dired-mode-map): Add U binding.
15139         (dired-mode): Add font-lock-beginning-of-syntax-function.
15140         (dired-garbage-files-regexp): Make it a defcustom.
15142 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15144         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
15145         is equivalent to nil.
15146         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
15147         (vc-arch-mode-line-string): Accept `added' state.
15148         (vc-arch-state): Use inode-sigs if available.
15149         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
15150         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
15151         (vc-arch-tagline-re): New var.
15152         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
15153         New functions.
15154         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
15155         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
15157         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
15158         (vc-file-not-found-hook): Use it.
15160         * diff-mode.el (diff-default-read-only): Change default.
15161         (diff-mode-hook): Make it a defcustom.  Add some options.
15162         (diff-mode-map): Bind diff-refine-hook.
15163         (diff-yank-handler): New var.
15164         (diff-yank-function): New fun.
15165         (diff-font-lock-keywords): Use them.
15166         (diff-end-of-file): Handle case where file-header looks like diff text.
15167         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
15168         (diff-file-kill): Delete a subsequent empty line, if applicable.
15169         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
15170         (diff-find-file-name): Use it.
15171         (diff-tell-file-name): New command.
15172         (diff-mode): Be careful with view-mode.
15173         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
15174         New functions, for use in diff-mode-hook.
15175         (diff-find-source-location): Catch "regex too large" errors.
15176         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
15177         (diff-refine-hunk): New command.
15179         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
15180         (smerge-context-menu-map): Remove unused var.
15181         (smerge-keep-all): Preserve markers.
15182         (smerge-keep-n): New fun.
15183         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15184         (smerge-keep-current, smerge-ediff): Use it.
15185         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
15186         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
15187         (smerge-resolve): Resolve trivial 3-part conflicts.
15189 2004-03-23  Juri Linkov  <juri@jurta.org>
15191         * man.el (Man-width): New var.
15192         (Man-getpage-in-background): Use it.
15193         (Man-support-local-filenames): New var and fun.
15194         (Man-build-man-command): Don't add a second %s.
15195         (Man-fontify-manpage): Clean up message.
15196         (Man-mode): Set outline-regexp, outline-level,
15197         imenu-generic-expression.
15199         * woman.el (woman-fill-frame): Doc fix.
15200         (woman-decode-region): Use window-width instead of frame-width.
15202         * abbrevlist.el (list-one-abbrev-table):
15203         * descr-text.el (describe-char):
15204         * international/mule-diag.el (describe-current-coding-system):
15205         * international/quail.el (quail-insert-decode-map):
15206         Use window-width instead of frame-width.
15208         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
15209         (jka-compr-mode-alist-additions): Add tbz.
15210         (jka-compr-write-region, jka-compr-insert-file-contents):
15211         Add message for undefined compress-program.
15212         (jka-compr-write-region): Remove redundant var bindings.
15214         * dired-x.el (dired-guess-shell-alist-default): Add choices for
15215         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
15216         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
15217         (dired-man): Use dired-guess-shell-command.
15218         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
15219         Change default nil to t.
15221         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
15222         (dired-compare-directories): Add default value for empty input.
15224         * help-at-pt.el: Move suggestions for key bindings to Commentary.
15226         * time.el (display-time-string-forms): Fix help-echo date format.
15228 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
15230         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
15231         (buffer-stale-function): New variable.
15232         (auto-revert-list-diff, auto-revert-dired-file-list)
15233         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
15234         (auto-revert-handler): Take over some functionality of deleted
15235         functions.
15236         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
15238         * dired.el (dired-directory-changed-p): New fun, extracted from
15239         dired-internal-noselect.
15240         (dired-buffer-stale-p): New fun.
15241         (dired-internal-noselect): Use dired-directory-changed-p.
15242         Eliminate revert messages.
15243         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
15245 2004-03-23  Kenichi Handa  <handa@m17n.org>
15247         * international/characters.el: Setup syntaxes for more parentheses
15248         Unicode characters.
15250         * international/mule-cmds.el (select-safe-coding-system):
15251         Merge coding-system and auto-cs before comparing them.
15253 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15255         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
15257         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
15258         normal-auto-fill-function and comment-indent-function.
15259         The default values now work just as well.
15260         Don't set font-lock-beginning-of-syntax-function since we already set
15261         syntax-begin-function.
15262         (lisp-outline-level): Put ;;;###autoload at same level as (.
15263         (prin1-char): Quote special chars.
15265         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
15266         than with-no-warnings.
15268         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
15269         if the source location can't be found.
15270         (edebug-compute-previous-result): Use prin1-char.
15272         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
15273         (debug-ignored-errors): Add an entry.
15275         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
15276         (byte-compile-file): Output warning when deleting a file.
15278         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
15279         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
15281         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
15282         (byte-compile-inline-expand): Use backquote.
15283         (byte-optimize-pure-func): Rename from byte-optimize-concat.
15284         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
15286         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
15288         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
15290 2004-03-22  Juri Linkov  <juri@jurta.org>
15292         * finder.el (finder-known-keywords): Fix data, tex, unix.
15294         * play/landmark.el: Fix keywords.
15296         * language/ethio-util.el (ethio-find-file): Doc fix.
15298         * emacs-lisp/warnings.el: Doc fix.
15300         * textmodes/ispell.el (ispell-help): Doc fix.
15302 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
15304         * format.el (format-insert-file): Always return a list of two
15305         elements, like insert-file-contents does.
15307 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
15309         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
15310         and vc-BACKEND-diff.
15311         (vc-print-log): If the print-log implementation supports it, use
15312         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
15313         (vc-version-diff, vc-diff-internal): Doc fixes.
15315         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
15316         implementation supports it, let diff output go to *vc*,
15317         not *vc-diff*, since this is an internal call.
15319         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
15321         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
15323         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
15325 2004-03-21  Dave Love  <fx@gnu.org>
15327         * progmodes/cfengine.el (cfengine-mode):
15328         Set parse-sexp-ignore-comments.
15330         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
15332 2004-03-21  Juanma Barranquero  <lektu@terra.es>
15334         * allout.el (allout-mode): Fix docstring.
15336 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
15338         * files.el (insert-directory): Fix bug if SWITCHES is a list.
15340         * autorevert.el (auto-revert-interval): Make new value take
15341         effect immediately when set through Custom.
15342         (auto-revert-set-timer): Add interactive declaration.
15344 2004-03-19  David Ponce  <david@dponce.com>
15346         * ruler-mode.el (ruler-mode-header-line-format-old):
15347         Don't `make-variable-buffer-local'.
15348         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
15349         (ruler-mode-header-line-format): Simply funcall the above.
15350         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
15351         to save/restore a previous header line format.
15352         (ruler-mode-space): Don't depend on a numeric WIDTH value.
15353         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
15354         fringes and margins width.
15355         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
15357 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15359         * log-edit.el (log-edit-font-lock-keywords): Typo.
15361         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
15362         (tex-send-tex-command): Rather than here.
15363         (tex-compilation-parse-errors): Simplify.
15365         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
15367         * time.el (display-time-string-forms): Add help-echo with date on time.
15369         * composite.el (compose-region): Use restore-buffer-modified-p.
15371         * disp-table.el (standard-display-8bit): Simplify.
15373         * server.el (server-process-filter): Delete temp frame.
15375         * add-log.el (add-change-log-entry): Simplify.
15377 2004-03-19  Kim F. Storm  <storm@cua.dk>
15379         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
15380         (hexl-follow-line): Don't require 'fringe.
15382         * progmodes/compile.el (compilation-start): Always set
15383         compilation-last-buffer and return it.
15385 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
15387         * simple.el (clone-buffer): Doc fix.
15389 2004-03-18  Juanma Barranquero  <lektu@terra.es>
15391         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
15393 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15395         * log-edit.el (log-edit-font-lock-keywords): New var.
15396         (log-edit-mode): Use it.
15398 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
15400         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
15401         properly for watching in speedbar.
15403 2004-03-17  Masatake YAMATO  <jet@gyve.org>
15405         * smerge-mode.el (smerge-popup-context-menu):
15406         Put `unwind-protect' around `overlay-put' and `popup-menu'.
15408 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15410         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
15411         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
15412         Take sealed revisions into account.
15413         (vc-arch-checkin): Extract a summary line from the message.
15415 2004-03-16  Masatake YAMATO  <jet@gyve.org>
15417         * register.el (register): Provide `register' feature.
15419 2004-03-15  Masatake YAMATO  <jet@gyve.org>
15421         Added context menu support in smerge mode.
15422         Most of the part is written by Stefan Monnier.
15424         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
15425         New keymap and menu.
15426         (smerge-text-properties): New function.
15427         (smerge-remove-props): New function.
15428         (smerge-popup-context-menu): New function.
15429         (smerge-resolve): Call `smerge-remove-props'.
15430         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
15431         (smerge-keep-current): Ditto.
15432         (smerge-kill-current): New function.
15433         (smerge-match-conflict): Put text properties.
15434         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
15436 2004-03-15  David Ponce  <david@dponce.com>
15438         * ruler-mode.el: (ruler-mode-left-fringe-cols)
15439         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
15440         (ruler-mode-right-scroll-bar-cols): Remove.
15441         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
15442         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
15443         Use fringe-columns and scroll-bar-columns.
15445 2004-03-15  Masatake YAMATO  <jet@gyve.org>
15447         * hl-line.el (hl-line-range-function): New variable.
15448         (hl-line-move): New function.
15449         (global-hl-line-highlight): Use `hl-line-move'.
15450         (hl-line-highlight): Ditto.
15452         * scroll-bar.el (scroll-bar-columns):
15453         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
15455         * ruler-mode.el (top-level): Require scroll-bar and fringe.
15456         (ruler-mode-left-fringe-cols)
15457         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
15458         (ruler-mode-right-scroll-bar-cols)
15459         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
15460         (ruler-mode-ruler-function): New variable.
15461         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
15462         if the value for `ruler-mode-ruler-function'is given.
15464         * hexl.el (hexl-mode-hook): Make the hook customizable.
15465         (hexl-address-area, hexl-ascii-area): New customize variables.
15466         (hexlify-buffer): Put font-lock-faces on the address area and
15467         the ascii area.
15468         (hexl-activate-ruler): New function.
15469         (hexl-follow-line): New function.
15470         (hexl-highlight-line-range): New function.
15471         (hexl-mode-ruler): New function.
15473 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15475         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
15476         (vc-default-find-file-hook): New fun.
15477         (vc-find-file-hook): Call new find-file-hook operation.
15479         * vc-arch.el: New file.
15481 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
15483         * info-look.el (info-lookup): Reuse an existing Info window.
15485 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
15487         * woman.el (woman-preserve-ascii): Default value changed to t and
15488         doc string revised.
15490 2004-03-12  Richard M. Stallman  <rms@gnu.org>
15492         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
15493         Fix minor bug.
15495         * replace.el (occur-engine): Change message for count of matches.
15497         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
15498         For strings, do compare text properties.
15500 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
15502         * progmodes/compile.el (compile-auto-highlight)
15503         (compilation-error-list, compilation-old-error-list)
15504         (compilation-parse-errors-function, compilation-parsing-end)
15505         (compilation-error-message, compilation-directory-stack)
15506         (compilation-enter-directory-regexp-alist)
15507         (compilation-leave-directory-regexp-alist)
15508         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
15509         (compilation-current-file, compilation-regexps): Remove vars.
15511         (compile-error-at-point, compilation-error-filedata)
15512         (compilation-error-filedata-file-name, compile-reinitialize-errors)
15513         (compilation-next-error-locus, compilation-forget-errors)
15514         (count-regexp-groupings, compilation-parse-errors)
15515         (compile-collect-regexps, compile-buffer-substring): Remove funs.
15517         (compile-internal): Make obsolete.
15519         (compilation-first-column, compilation-error)
15520         (compilation-directory-matcher, compilation-page-delimiter)
15521         (compilation-mode-font-lock-keywords, compilation-debug)
15522         (compilation-error-face, compilation-warning-face)
15523         (compilation-info-face, compilation-line-face)
15524         (compilation-column-face, compilation-enter-directory-face)
15525         (compilation-leave-directory-face, compilation-skip-threshold)
15526         (compilation-skip-visited, compilation-context-lines): New vars.
15528         (compilation-warning-face, compilation-info-face)
15529         (compilation-message-face): New faces.
15531         (compilation-error-regexp-alist-alist): New constant.
15533         (compilation-face, compilation-directory-properties)
15534         (compilation-assq, compilation-error-properties, compilation-start)
15535         (define-compilation-mode, compilation-loop)
15536         (compilation-set-window): New functions.
15538         (compile): Additional argument for interactive compiles like TeX.
15540         * progmodes/grep.el (kill-grep): Move here from compile.el
15541         (grep-error, grep-hit-face, grep-error-face)
15542         (grep-mode-font-lock-keywords): New variables.
15543         (grep-regexp-alist): Simplify regexp and add `binary' case.
15544         (grep-mode): New mode.
15545         (grep-process-setup): Simplify.
15547 2004-03-11  Jason Rumney  <jasonr@gnu.org>
15549         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
15550         letters on DOS/Windows.
15552 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15554         * server.el (server-name): New var.
15555         (server-socket-dir): New var to replace server-socket-name.
15556         (server-start): Use them.
15558 2004-03-11  Simon Josefsson  <jas@extundo.com>
15560         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
15561         died to avoid infloop.  Reported by Jonathan Glauner
15562         <jglauner@sbum.org>.
15564 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15566         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
15567         (smerge-mode-menu): Use it to deactivate menu entries.
15568         (smerge-keep-current): New fun.
15569         (smerge-keep-current): Use it.
15571 2004-03-10  John Paul Wallington  <jpw@gnu.org>
15573         * foldout.el (foldout-fold-list, foldout-modeline-string):
15574         Declare them as variables, not constants.
15576 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15578         * ps-print.el: Modification to print *Messages* buffer.
15579         (ps-print-version): New version 6.6.4.
15580         (ps-message-log-max): New fun.
15581         (ps-spool-without-faces, ps-spool-with-faces)
15582         (ps-count-lines-preprint): Code fix.
15584         * printing.el: New tips in Tips section.
15586 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15588         * delim-col.el: Doc fix.
15590         * printing.el: Doc fix.  New doc section (Tips).
15592 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15594         * type-break.el (type-break-emacs-variant): Remove.
15595         (type-break-run-at-time, type-break-cancel-function-timers):
15596         Use fboundp rather than version name and number.
15598 2004-03-09  Masatake YAMATO  <jet@gyve.org>
15600         * hexl.el (hexl-mode): Use `make-local-variable' instead of
15601         `make-variable-buffer-local'.
15603 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
15605         * find-dired.el (find-dired): Call `shell-command' instead of
15606         `start-process-shell-command'.  By this, Tramp takes over
15607         handling of remote directories.
15609 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15611         * newcomment.el (comment-use-global-state): New var.
15612         (comment-search-forward): Use it.
15614         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
15616         * cus-edit.el (fill) <defgroup>: Move to fill.el.
15618         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
15619         (enable-kinsoku): Make it a defcustom.
15620         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
15621         paragraph to same-comment-start-marker.
15623 2004-03-07  Dave Love  <fx@gnu.org>
15625         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
15626         (browse-url-mail): Use it.
15628         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
15629         (rfc2368-unhexify-string): Use replace-regexp-in-string.
15631 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
15633         * woman.el (woman-man.conf-path): Doc fix.
15634         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
15636 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
15638         * sort.el (sort-columns): Remove ms-dos from the list of systems
15639         where the external `sort' command is not used.
15641 2004-03-07  Kim F. Storm  <storm@cua.dk>
15643         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
15644         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
15645         from overlay-arrow-variable-list.
15646         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
15648 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
15650         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
15651         overlay arrow string properly for the assembler buffer.
15653 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15655         * mail/sendmail.el (mail-mode): Fix last change.
15657 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
15659         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
15660         for the assembler buffer.
15661         (gdb-assembler-custom): Position the overlay arrow.
15662         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
15664 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15666         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
15668         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
15669         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
15671         * mail/sendmail.el (mail-mode): Set comment-start-skip.
15673         * newcomment.el (uncomment-region): Allow non-terminated comment.
15674         (comment-normalize-vars): Check the user-specified comstart marker.
15676 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15678         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
15679         Otherwise, do use it if the region only contains font-lock text
15680         properties.
15682 2004-03-04  Masatake YAMATO  <jet@gyve.org>
15684         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
15685         as the callback function for eldoc.
15686         (hexl-print-current-point-info): New function.
15687         (hexl-current-address): Print the address in both decimal
15688         and hexadecimal format.
15690 2004-03-04  Richard M. Stallman  <rms@gnu.org>
15692         * mail/rmail.el (rmail-convert-to-babyl-format):
15693         Specify t for UNIBYTE when calling mail-unquote-printable-region.
15695         * mail/mail-utils.el (mail-unquote-printable-region):
15696         New arg UNIBYTE.
15698         * startup.el (command-switch-alist): Doc fix.
15700         * simple.el (undo): Temporarily set this-command to `undo-start',
15701         then set it to `undo' once undo-start returns without error.
15703         * simple.el (minibuffer-history-sexp-flag): Doc fix.
15705         * simple.el (kill-line): Don't disregard trailing whitespace
15706         in eol condition, if show-trailing-whitespace is set.
15708         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
15709         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
15710         When disabling, restore old values only if mouse-sel-has-been-enabled.
15712         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
15713         (isearch-{-char): New function.
15714         (isearch-mode-map): Bind { to isearch-{-char.
15716         * font-lock.el (lisp-font-lock-keywords-2):
15717         Turn off the CL with-... and do-... general patterns.
15718         Instead, recognize several specific with... and do... constructs.
15720         * files.el (switch-to-buffer-other-window):
15721         Bind same-window-buffer-names and same-window-regexps to nil.
15722         (switch-to-buffer-other-frame): Likewise.
15724 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15726         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
15727         recognizing leading comment on code line.
15729 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15731         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
15732         hidden files/directories.
15734 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15736         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
15737         only comment-start (in case the mode hasn't set it).
15739         * Makefile.in (AUTOGENEL): New var.
15740         (bootstrap-prepare): Rename from bootstrap-clean.
15741         Don't remove elc files.
15742         (maintainer-clean): New target.
15744         * xml.el (xml-get-attribute-or-nil): Simplify.
15746 2004-03-02  Juri Linkov  <juri@jurta.org>
15748         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
15749         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
15750         URL to prevent their substitution with the environment variable
15751         values by browsers.
15753 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15755         * ps-print.el: Doc fix.
15756         (ps-print-version): New version number (6.6.3).
15757         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
15758         Docstring fix.
15759         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
15760         before printing.
15761         (ps-time-stamp-yyyy-mm-dd): New fun.
15762         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
15764 2004-03-02  Kim F. Storm  <storm@cua.dk>
15766         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
15768 2004-03-01  Juanma Barranquero  <lektu@terra.es>
15770         * allout.el (allout-rebullet-heading): Fix typo in docstring.
15772         * desktop.el (desktop-file-version)
15773         (desktop-after-read-hook): Fix typos.
15774         (desktop-clear-preserve-buffers): Remove redundant info in
15775         docstring already shown by the obsolescence message.
15776         (desktop-truncate, desktop-internal-v2s)
15777         (desktop-value-to-string): Change argument name to match docstring.
15779         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
15781         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
15782         docstring.
15784 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15786         * printing.el: Replace "As Is..." in PostScript file print/preview by
15787         "No Preprocessing...".  Suggested by Colin Marquardt
15788         <_marquardt_@zmd.de>.
15789         (pr-insert-section-4): Adjust buffer interface.
15791 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
15793         Version 2.0.39 of Tramp released.
15795         * net/tramp.el (tramp-handle-file-local-copy)
15796         (tramp-handle-write-region, tramp-open-connection-rsh):
15797         Variable name typo.  Small change.  From Patrick Tullmann
15798         <tullmann@flux.utah.edu>.
15799         (tramp-process-connection-type): New variable.
15800         (tramp-maybe-open-connection): Use it.
15801         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
15802         (tramp-touch): Set last-modified time of a remote file.
15803         (tramp-handle-write-region): Say which function is used when encoding.
15805 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
15807         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
15808         case of non-existing filename, too.  Reported by Christoph Bauer
15809         <c_bauer@informatik.uni-kl.de>.
15810         (tramp-smb-get-file-entries): The directory in question should
15811         have permissions "drwxrwxrwx".  Just virtual, because we don't
15812         know the real permissions.  Don't we know?
15813         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
15814         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
15815         (tramp-smb-wait-for-output): Optimize algorithm getting pending
15816         output.  If it was received chunkwise, there have been problems.
15817         Remove the "prompt not found" error message; it is obvious.
15818         Simplify algorithm.
15819         (tramp-smb-process-running): Remove.  Since we acknowledge the
15820         virtual prompt for shares, there's no need for distinction of
15821         reading shares (process ends afterwards) and interactive mode of
15822         smblient.
15823         (tramp-smb-open-connection): Setting process sentinel removed.
15824         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
15825         "NT_STATUS_NETWORK_ACCESS_DENIED".
15826         (tramp-smb-maybe-open-connection): Set `process-connection-type'
15827         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
15828         (top-level): Setting default value in `tramp-default-method-alist'
15829         corrected.  Order of USER and HOST have been wrong.
15830         Nobody complained for months ...
15831         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
15832         (tramp-smb-open-connection): Clear password cache if login has failed.
15834         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
15835         `tramp-unified-filenames'.
15836         (tramp-completion-mode): Make test for XEmacs explicitely.
15837         `event-to-character' can exists in Emacs packages too.
15838         Reported by Matt Swift <swift@alum.mit.edu>.
15839         (tramp-buffer-name): Buffer name must contain the user if exists.
15840         Reported by Adrian Phillips <a.phillips@met.no>.
15841         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
15842         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
15843         (tramp-do-copy-or-rename-file-out-of-band): Rename from
15844         `tramp-do-copy-or-rename-file-one-local', because it handles also
15845         the case both files use the same out-of-band method.
15846         Implementation added.
15847         (tramp-handle-file-local-copy, tramp-handle-write-region):
15848         Out-of-band handling removed.  `copy-file' called instead, which
15849         calls `tramp-do-copy-or-rename-file-out-of-band'.
15850         (tramp-action-password): Check for out-of-band method removed.
15851         This function is used for 'login-program.
15852         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
15853         appropriate.
15854         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
15855         and `tramp-parse-sknownhosts'.
15856         (tramp-completion-function-alist): It's a defvar now, because we
15857         want to apply the optimized `tramp-set-completion-function'
15858         instead of a static list.
15859         (tramp-set-completion-function): Implementation tuned.
15860         Avoid double entries, and entries where the function or the
15861         file/directory doesn't exist.
15862         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
15863         for SSH2.
15864         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
15865         (tramp-handle-dired-compress-file): New function.
15866         (tramp-async-proc): New variable.
15867         (tramp-handle-shell-command): Adding asynchronous processes.
15868         They are far from being perfect, but it works at least for
15869         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
15870         (top-level): Require password.el if visible.  Should be mandatory
15871         once No Gnus has found its way into (X)Emacs.
15872         (tramp-read-passwd): Invoke `password-read' if available,
15873         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
15874         fallback any longer.
15875         (tramp-clear-passwd): New function.
15876         (tramp-process-actions, tramp-process-multi-actions):
15877         Clear password cache if login has failed.
15879         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
15880         its own module.
15881         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
15882         `ange-ftp-ftp-name-res'.  There could be incorrect values from
15883         previous calls in case the "ftp" method is used in the Tramp file
15884         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15886 2004-02-28  Richard M. Stallman  <rms@gnu.org>
15888         * term.el (term-mouse-paste): Call mouse-set-point.
15890         * thumbs.el: New file.
15892 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15894         * progmodes/ebnf-abn.el: Doc fix.
15896         * progmodes/ebnf-bnf.el: Doc fix.
15897         (ebnf-repeat): Code fix.
15899         * progmodes/ebnf2ps.el: Doc fix.
15900         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
15902 2004-02-28  Juri Linkov  <juri@jurta.org>
15904         * ffap.el (dired-at-point): Additional writability test for
15905         relative directory names.
15906         (dired-at-point-prompter): Treat directories as a directory, get
15907         the directory component from files.
15908         (ffap-string-at-point): Return string from region if region is active.
15909         (ffap-file-at-point): Remove redundant code.
15911 2004-02-28  Kim F. Storm  <storm@cua.dk>
15913         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
15914         Initialize margin area images to nil.
15915         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
15916         (breakpoint-enabled-bitmap-face)
15917         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
15918         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
15919         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
15920         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
15921         (gdb-reset): Use gdb-remove-breakpoint-icons.
15922         (gdb-put-string): Add dprop arg to specify alternative display
15923         property (for setting fringe bitmap).
15924         (gdb-remove-strings): Doc fix.
15925         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
15926         icon in fringe (if available), or else as icon or text in display
15927         margin.  Creates necessary icons in breakpoint-bitmap,
15928         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
15929         Also make left window margin if required.
15930         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
15931         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
15932         no longer needed.
15933         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
15934         gdb-put-breakpoint-icon.
15935         (gdb-assembler-mode): Don't set left-margin-width here.
15937 2004-02-27  Kevin Ryde  <user42@zip.com.au>
15939         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
15940         comma, so that it DTRT in macros.
15942 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
15944         * progmodes/sh-script.el (sh-shell-arg)
15945         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
15946         (sh-leading-keywords, sh-other-keywords): Fix custom type.
15948 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
15950         * faces.el (face-spec-set-match-display): Add a new attribute,
15951         `min-colors'.
15952         (region, highlight, secondary-selection): Use `min-colors'.
15954         * custom.el (defface): Add documentation for `min-colors'.
15956         * font-lock.el (font-lock-comment-face, font-lock-string-face)
15957         (font-lock-keyword-face, font-lock-function-name-face)
15958         (font-lock-variable-name-face, font-lock-constant-face):
15959         Use `min-colors'.
15961         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
15963 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15965         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
15966         define assq-delete-all if it's not defined.
15967         (ebnf-generate-region): Code fix.
15969         * printing.el: Doc fix.
15970         (pr-version): New version number (6.7.2).
15971         (pr-command): Return empty string if command is an empty string.
15973 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15975         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
15977         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
15978         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
15979         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
15980         "tt" ["test"] ).  Reported by Markus Dreyer
15981         <mdreyer@ix.urz.uni-heidelberg.de>.
15982         (ebnf-version): New version number (4.0).
15983         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
15984         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
15985         (ebnf-delete-style): New commands.
15986         (ebnf-directory, ebnf-file): New funs.
15987         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
15988         (ebnf-production-name-p, ebnf-stop-on-error): New options.
15989         (ebnf-syntax-alist): New var.
15990         (ebnf-element-width): New fun replacing ebnf-list-width.
15991         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
15992         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
15993         (ebnf-prologue): Adjust vars.
15994         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
15995         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
15996         (ebnf-check-style-values, ebnf-generate-production)
15997         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
15998         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
15999         (ebnf-token-repeat): Code fix.
16001         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
16002         %right, %left and %prec.  Suggested by Matthew K. Junker
16003         <junker@alum.mit.edu>.
16004         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
16006         * progmodes/ebnf-iso.el: Doc fix.
16007         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
16008         (ebnf-iso-lex): Code fix.
16010         * progmodes/ebnf-bnf.el: Doc fix.
16011         (ebnf-bnf-lex): Code fix.
16013         * progmodes/ebnf-otz.el: Doc fix.
16015 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
16017         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
16018         (abbrev-prefix-mark): Doc fix.
16020 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
16022         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
16023         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
16024         (gdb-var-delete): Make interactive (really).
16025         (gdb-edit-value): Make non-interactive.
16027         * progmodes/gud.el (gud-speedbar-menu-items):
16028         Add gdb-var-delete and, indirectly, gdb-edit-value.
16029         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
16030         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
16031         (gud-gdb-marker-filter): Add comment for annotations.
16033 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
16035         * calendar/calendar.el (generate-calendar)
16036         (calendar-read-date): Prevent display of BC calendars once more -
16037         reverts 2003-10-01 change.
16038         (generate-calendar-month): Doc fix.
16040 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
16042         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
16043         return value of increment-calendar-month.
16045 2004-02-21  Stephen Compall  <s11@member.fsf.org>
16047         * saveplace.el (save-place-forget-unreadable-files)
16048         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
16049         (save-place-forget-unreadable-files): New function.
16050         (save-place-alist-to-file): Use it to filter out files that are
16051         no longer readable.
16053         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
16054         current Texinfo environment, using the same method as in
16055         `texinfo-insert-@end', and insert a space rather than a newline if
16056         point in a @table environment.
16058 2004-02-21  Juri Linkov  <juri@jurta.org>
16060         * ffap.el (ffap-file-at-point): Try parent directories.
16062 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
16064         * vcursor.el (vcursor-modifiers): New defcustom.
16065         (vcursor-cs-binding): Use vcursor-modifiers instead of a
16066         hard-coded list.
16068 2004-02-21  Masatake YAMATO  <jet@gyve.org>
16070         * play/animate.el (animate-birthday-present): Accept names other
16071         than `Sarah', too.
16073 2004-02-21  Juri Linkov  <juri@jurta.org>
16075         * startup.el: Remove table of command line arguments from the
16076         Commentary section.
16078 2004-02-20  John Wiegley  <johnw@newartisans.com>
16080         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
16081         again" modifier from 'e' to 'E', since 'e' is also used by the
16082         "file extension" modifier.
16084 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
16086         * help-fns.el (describe-categories): Doc fix.
16088 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
16090         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
16091         temporary file for buffer already visiting one.  This change makes
16092         output likely to be directly usable by patch program.
16093         Suggested by Adrian Aichner  <adrian@xemacs.org>
16095 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
16097         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
16098         case of variables defined in compound statements.
16099         (gdb-setup-windows, gdb-source-info, gdb-source-info):
16100         Simplify constructions using switch-to-buffer.
16102 2004-02-19  Simon Josefsson  <jas@extundo.com>
16104         * play/morse.el: Fix typo.
16105         (morse-code): Add @.
16107 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
16109         * calendar/appt.el (appt-display-format): Change default to
16110         'ignore, for backwards compatibility.
16111         (appt-display-message): If appt-display-format is 'ignore,
16112         respect old vars appt-msg-window and appt-visible.
16113         (appt-activate): Don't depend on return value of cancel-timer.
16115         * calendar/calendar.el (calendar-holidays): Doc fix.
16117         * calendar/cal-coptic.el (coptic-prompt-for-date):
16118         Use assoc-string instead of assoc-ignore-case.
16119         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
16120         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
16121         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
16122         * calendar/cal-islam.el (calendar-goto-islamic-date)
16123         (mark-islamic-diary-entries): Ditto.
16124         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
16125         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
16126         (calendar-read-mayan-tzolkin-date): Ditto.
16127         * calendar/calendar.el (calendar-read-date): Ditto.
16128         * calendar/diary-lib.el (mark-diary-entries): Ditto.
16130 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
16132         * progmodes/executable.el (executable-command-find-posix-p):
16133         Fix choice of the directory.
16135 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
16137         * simple.el (interprogram-cut-function)
16138         (interprogram-paste-function, kill-new, kill-append):
16139         Doc fixes.
16140         (kill-region): Make it return nil.  Doc fix.
16141         (yank-pop): Make its argument optional.
16142         (yank): Make ARG `-' equivalent to `-1'.
16144 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
16146         * mail/rmail.el (rmail-get-new-mail): Don't reference
16147         rmail-use-spam-filter if rmail-spam-filter is not loaded.
16149 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
16151         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
16152         if one of global-auto-revert-non-file-buffers or autorevert-mode
16153         is non-nil.
16155 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
16157         * subr.el (delete-dups): A better implementation from Karl Heuer
16158         <kwzh@gnu.org>.
16160 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
16162         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
16163         correct place.
16164         * progmodes/icon.el (icon-indent-command): Ditto.
16165         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
16167 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
16169         * progmodes/grep.el (grep-compute-defaults): Undo change from
16170         2004-01-29: don't use executable-command-find-posix-p.
16172 2004-02-16  Richard Sharman  <rsharman@pobox.com>
16174         * hilit-chg.el: Use require instead of eval-and-compile.
16175         (highlight-compare-buffers): New function.
16177 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
16179         * man.el (Man-fontify-manpage): Render section headings in
16180         `Man-overstrike-face' even when overstrike was not used by man
16181         formatter for section headings.
16183 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
16185         * rmail-spam-filter.el: (vm-use-spam-filter)
16186         (rsf-min-region-length-added-to-spam-list): New variables.
16187         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
16188         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
16189         spam testing.  Don't delete spam message if automatic deletion
16190         after output via variable rmail-delete-after-output is turned on.
16191         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
16192         rsf-bbdb-dont-create-entries-for-spam.
16193         (check-field): New function, extracted from code in
16194         rmail-spam-filter to ease addition of header fields like content-type.
16195         (message-content-type): New variable to check the content-type:
16196         field added, also in defcustom of rsf-definitions-alist.
16197         (rmail-spam-filter): Replace repeated test code for header fields
16198         by calls to check-field; change the call to
16199         rmail-output-to-rmail-file such that rmail-current-message stays
16200         the same to avoid wrong deletion of unseen flags.
16201         (rsf-add-contents-type): New function to convert old format
16202         of rmail-spam-definitions-alist into new one.
16203         Change prefixes of all variables and functions from
16204         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
16206 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
16208         * loadhist.el (unload-hook-features-list): New defvar.
16210 2004-02-16  Dave Love  <fx@gnu.org>
16212         * loadhist.el (unload-feature): Doc fix.  Rename flist to
16213         unload-hook-features-list.
16215 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
16217         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
16218         cookie.  Don't check if we are looking-at open-formula.
16220 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
16222         * subr.el (match-string-no-properties): Use substring-no-properties.
16224 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
16226         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
16227         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
16228         Use lower-case "rx" in all error message.
16230 2004-02-16  Dave Love  <fx@gnu.org>
16232         * emacs-lisp/rx.el (rx-or): Put group around result.
16233         (rx-constituents): Add backref.
16234         (rx-syntax): Add string-delimiter, comment-delimiter.
16235         (rx-categories): Add combining-diacritic.
16236         (rx-check-not, rx-greedy, rx): Doc fix.
16237         (rx-backref, rx-check-backref): New.
16239 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
16241         * newcomment.el (uncomment-region): Allow eob as comment end.
16243 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
16245         * filecache.el: All message and error commands now use prefix
16246         "Filecache:" to make it easy to read *Messages* buffer.
16248 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
16250         * autorevert.el: Add support to detect changed dired and VC buffers.
16251         (auto-revert-active-p, auto-revert-list-diff)
16252         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
16253         (auto-revert-handler, auto-revert-active-p): New functions.
16254         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
16255         and `auto-revert-active-p'.
16256         (eval-when-compile): Defvar dired-directory and vc-mode.
16257         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16258         (auto-revert-handler-vc): New functions.
16260 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16262         * progmodes/compile.el (compilation-directory): New defvar.
16263         (compile): Save current directory in compilation-directory.
16264         (recompile): Bind default-directory to compilation-directory if
16265         that is non-nil.
16267 2004-02-16  Dave Love  <fx@gnu.org>
16269         * newcomment.el (comment-insert-comment-function)
16270         (comment-region-function, uncomment-region-function): New.
16271         (comment-indent): Use comment-insert-comment-function.
16272         (uncomment-region): Use uncomment-region-function.
16273         (comment-region): Use comment-region-function.
16275         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
16277 2004-02-16  Richard Stallman  <rms@gnu.org>
16279         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
16280         loaddefs* and ldefs-boot*.
16282 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
16284         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
16285         and email address at the beginning and end of the address.
16287         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
16288         anchored at the beginning of the email address.
16290 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
16292         * international/ccl.el (ccl-compile-write): Pass `left' to
16293         ccl-embed-code to generate correct code of write-expr-register.
16295 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
16297         * progmodes/grep.el (grep-compute-defaults): Fix typos.
16299 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16301         * x-dnd.el: Mention support for Motif in commentary.
16302         (x-dnd-handle-drag-n-drop-event): Ditto.
16304 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
16306         * ses.el: Use "ses--" prefixes for buffer-local variables.
16307         Use (point-min) instead of 1, even when we know the buffer
16308         is unnarrowed.
16309         (ses-build-load-map): Delete.  Distribute its content to defconst's for
16310         the three maps.
16311         (ses-menu, ses-header-line-menu): New menus.
16312         (ses-mode-map): Use them.
16313         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
16315 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
16317         * Makefile.in: Fix the CC Mode recompile kludge so it works
16318         when building in a different directory.
16320 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
16322         * simple.el (kill-new): Put yank-handler property on the entire string.
16324 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16326         * diff.el: Don't use compile any more, use diff-mode instead.
16327         (diff-regexp-alist, diff-old-file, diff-new-file)
16328         (diff-parse-differences, diff-process-setup): Remove.
16329         (diff-sentinel): New fun.
16330         (diff): Use it.  Run the process ourselves.
16331         Use diff-mode for the rest of the processing.
16333         * diff.el (diff): Simplify code handling `switch'.
16335 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16337         * pcvs-defs.el (cvs-menu): Add `tag'.
16339 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
16341         * simple.el (kill-append): Doc fix.
16343         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16344         Adapt outline-regexp to the new conventions for commenting out code.
16346 2004-02-11  John Paul Wallington  <jpw@gnu.org>
16348         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
16350 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16352         * diff.el (diff-switches): New fun.
16353         (diff, diff-backup): Use it.
16354         (diff): Clean up the args construction.  Use backquote.
16355         Use listp instead of consp to avoid putting a nil arg.
16356         (diff): Add a revert-buffer function.
16358 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16360         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
16361         handled by x-dnd-handle-file-name.
16362         (x-dnd-known-types): Add COMPOUND_TEXT.
16363         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
16364         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
16365         x-dnd-empty-state.
16366         (x-dnd-forget-drop): Ditto.
16367         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
16368         (x-dnd-handle-one-url): Return private when inserting text.
16369         (x-dnd-insert-ctext): New function.
16370         (x-dnd-handle-file-name): New function for FILE_NAME.
16371         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
16372         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
16373         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
16375 2004-02-10  Kenichi Handa  <handa@m17n.org>
16377         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
16378         instead of while loop.
16380 2004-02-10  Miles Bader  <miles@gnu.org>
16382         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
16384 2004-02-09  Kenichi Handa  <handa@m17n.org>
16386         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
16387         have end-of-line.
16389 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
16391         * Makefile.in: Added extra dependencies in the recompile target
16392         needed to cope with the compile time macro expansions in CC Mode.
16394 2004-02-09  Kim F. Storm  <storm@cua.dk>
16396         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
16397         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
16398         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
16399         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
16400         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
16401         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
16402         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
16403         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
16404         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
16405         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
16406         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
16408 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16410         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
16411         Don't allow shrink if there's a window on our right.
16413         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
16414         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
16415         Bring together declaration and initialization.
16416         (prolog-mode-variables): Don't set the syntax table.
16417         Don't set paragraph-start and comment-indent-function.
16418         Add /*..*/ to the comment regexps.
16419         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
16420         (prolog-mode-map): Don't bind TAB.
16421         (prolog-mode): Set the syntax table.
16422         (prolog-comment-indent): Remove.
16423         (inferior-prolog-mode-map): Initialize in the declaration.
16424         (inferior-prolog-mode-syntax-table)
16425         (inferior-prolog-mode-abbrev-table): New vars.
16426         (inferior-prolog-mode): Derive from comint-mode.
16427         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
16428         minibuffer windows.
16430         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
16431         in file names, as long as it is unabmiguous.
16433 2004-02-08  Andreas Schwab  <schwab@suse.de>
16435         * textmodes/reftex-toc.el
16436         (reftex-toc-load-all-files-for-promotion): Remove useless use of
16437         format.  Doc fix.
16439         * textmodes/refer.el (refer-find-entry-internal): Remove extra
16440         format string arguments.
16442         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
16443         string argument.
16445         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
16447         * play/zone.el (zone-call): Fix format string.
16449         * net/webjump.el (webjump-builtin): Add missing format string argument.
16451         * midnight.el (midnight-delay-set): Remove extra format string argument.
16453         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
16455         * hexl.el (hexl-insert-char): Add missing format string argument.
16457         * format.el (format-decode): Fix format string.
16459         * emulation/vi.el (vi-mode): Remove extra format string argument.
16460         (vi-repeat-last-search): Likewise.
16461         (vi-reverse-last-search): Likewise.
16462         (vi-goto-mark): Likewise.
16463         (vi-reverse-last-find-char): Likewise.
16464         (vi-repeat-last-find-char): Likewise.
16465         (vi-locate-def): Likewise.
16467         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
16469         * ediff-util.el (ediff-toggle-read-only): Remove extra format
16470         string argument.
16471         (ediff-toggle-regexp-match): Likewise.
16473         * dired-aux.el (dired-do-query-replace-regexp): Add missing
16474         format string argument.
16476         * calc/calc-map.el (calc-get-operator): Remove extra format
16477         string argument.
16479         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
16481         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
16482         string argument.
16484         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
16486         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
16488         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
16490         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
16491         (cl-struct-setf-expander): Likewise.
16493         * vc.el (with-vc-file): Fix unsafe uses of error.
16494         (vc-cancel-version): Likewise.
16496 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
16498         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
16499         thousands separator; fixes <class>:<line-number> regexp for
16500         non-english locales.
16502 2004-02-08  Andreas Schwab  <schwab@suse.de>
16504         * view.el (view-mode-enable): Revert previous change.
16506 2004-02-07  Kim F. Storm  <storm@cua.dk>
16508         * simple.el (line-number-at-pos): Rename from line-at-pos.
16509         Uses changed (what-line and vc-annotate-warp-version).
16511 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16513         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
16514         (diff-mode): Remove aborted attempt at support for compile.el.
16515         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
16517 2004-02-06  Andreas Schwab  <schwab@suse.de>
16519         * view.el (view-mode-enable): Add view-mode-map to
16520         minor-mode-overriding-map-alist.
16522 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16524         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
16526 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16528         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
16529         with point inside rather than after the paragraph.
16531 2004-02-04  Sam Steingold  <sds@gnu.org>
16533         * mail/smtpmail.el (smtpmail-try-auth-methods):
16534         Do not try authentication when no mechanism is available.
16535         Pass port-name as defaultport to `netrc-machine'.
16537 2004-02-04  Stephen Eglen  <stephen@gnu.org>
16539         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
16540         to show how minibuffer height can be constrained.
16542 2004-02-04  John Paul Wallington  <jpw@gnu.org>
16544         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
16546 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16548         * x-dnd.el: New file for drag and drop.
16550         * term/x-win.el: require x-dnd, set after-make-frame-functions
16551         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
16552         drag-n-drop event.
16554         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
16555         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
16556         (dired-dnd-handle-file): New functions for drag and drop support.
16557         (dired-mode): Initialize drag and drop if x-dnd present.
16559 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16561         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
16562         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
16563         (cperl-mode): Set fill-paragraph-function.
16564         (cperl-fill-paragraph): Make it non-interactive.
16566 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
16568         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
16570 2004-02-02  David Kastrup  <dak@gnu.org>
16572         * replace.el (perform-replace): Allow 'literal argument in
16573         regexp-flag to indicate literal replacement.
16574         (query-replace-regexp-eval): Use it.
16576 2004-02-01  Andreas Schwab  <schwab@suse.de>
16578         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
16580 2004-02-01  Stephen Eglen  <stephen@gnu.org>
16582         * info-look.el: Add support for maxima-mode.  Update commentary
16583         because info-lookup-symbol is now bound to C-h S.
16585 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
16587         * simple.el (edit-and-eval-command): Bind print-level and
16588         minibuffer-history-sexp-flag around call to read-from-minibuffer.
16589         Correct initial position in command-history.
16591 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
16593         * files.el (read-directory-name): Adapt the docstring to recent
16594         change in Fread_file_name.
16596 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
16598         * ses.el (ses-print-cell): If print format too wide for column
16599         width, truncate decimal places if that helps to avoid "#####" fill.
16600         * ses.el (ses-initial-column-width): Revert previous change.
16602 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16604         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
16605         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
16606         Add edebug info.
16607         (jit-lock-mode): Setup/cancel the new timer.
16608         (jit-lock-context-fontify): New fun.  Extracted from
16609         context fontification code of jit-lock-stealth-fontify.
16610         (jit-lock-stealth-fontify): Don't do context fontification any more.
16612         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
16613         (jit-lock-fontify-now): Handle the `quit' case.
16614         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
16616 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
16618         * progmodes/executable.el (executable-command-find-posix-p):
16619         New.  Check if find handles arguments Posix-style.
16621         * progmodes/grep.el (grep-compute-defaults):
16622         Use executable-command-find-posix-p.
16623         (grep-find): Check `grep-find-command'.
16625         * filecache.el (file-cache-find-posix-p): Delete.
16626         (file-cache-add-directory-using-find):
16627         Use `executable-command-find-posix-p'.
16629 2004-01-29  Dave Love  <fx@gnu.org>
16631         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16632         Iterate the hook function if arg is given.
16633         (mark-defun, narrow-to-defun): Change order of finding the limits.
16635         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
16636         (byte-compile-format-warn): New.
16637         (byte-compile-callargs-warn): Use it.
16638         (Format, message, error): Add byte-compile-format-like property.
16639         (byte-compile-maybe-guarded): New.
16640         (byte-compile-if, byte-compile-cond): Use it.
16641         (byte-compile-lambda): Compile interactive forms,
16642         just to make warnings about them.
16644 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
16646         * ses.el (ses-initial-column-width): Increase to 14, so it will
16647         work well with the default printer of "%.7g" for extreme values
16648         like "-1.234567e+07".
16650 2004-01-29  Kenichi Handa  <handa@m17n.org>
16652         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
16654 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
16656         * dos-w32.el: Added support for the `default-printer-name' function.
16658 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16660         * server.el (server-socket-name): Don't use the hostname in the
16661         socket name since /tmp is local to the host anyway.
16663         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
16664         robust check of widening and fix var-naming.
16666 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
16668         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
16669         or rmail-spam- to rsf- in all function and variable names.
16670         (rsf-min-region-to-spam-list): New variable.
16671         (rsf-bbdb-auto-delete-spam-entries): Rename from
16672         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
16673         scanned together with the recipients field for spam testing; Don't
16674         delete spam message if rmail-delete-after-output is non-nil;
16675         (rsf-check-field): New function, extracted from code in
16676         rmail-spam-filter to ease addition of header fields like
16677         content-type:;
16678         (message-content-type): New variable.  The content-type: field was
16679         added also in defcustom of rsf-definitions-alist;
16680         (rmail-spam-filter): Replace repeated test code for header fields
16681         by calls to check-field; change the call to
16682         rmail-output-to-rmail-file such that rmail-current-message stays
16683         the same to avoid wrong deletion of unseen flags.
16684         (rmail-use-spam-filter): Add autoload cookie.
16686 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
16688         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
16689         (file-cache-add-directory-using-find): Add Cygwin support.
16690         (file-cache-find-command-posix-flag): New user variable.
16692         * filecache.el (file-cache-add-directory): Check for
16693         directories an remove them from dir-files.
16695 2004-01-27  Richard M. Stallman  <rms@gnu.org>
16697         * man.el (Man-fontify-manpage): Clean up message.
16699 2004-01-27  Kenichi Handa  <handa@m17n.org>
16701         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
16702         (sentence-end): Define using sentence-end-without-space.
16704         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
16705         a sentence ends with one of a character in sentence-end-without-space.
16707 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16709         * font-lock.el (font-lock): Add jit-lock as explicit group member.
16710         (jit-lock): Group declaration moved to jit-lock.el.
16711         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
16712         when necessary.
16714         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
16715         (jit-lock-context-unfontify-pos): Rename from
16716         jit-lock-first-unfontify-pos.
16717         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
16719 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
16721         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
16722         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
16723         (fortran-fill): When filling a string, adjust re-search-backward
16724         argument for special case of string just on fill-column.
16725         When filling non-string, allow one extra char if
16726         fortran-break-before-delimiters is non-nil.
16727         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
16728         Use fortran-break-delimiters-re and fortran-no-break-re to
16729         correctly handle cases such as "**".
16731         * progmodes/f90.el (f90-break-delimiters): Doc fix.
16732         (f90-no-break-re): Add some extra tokens.  Doc fix.
16734 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
16736         * mail/rmail-spam-filter.el:
16737         Use two semicolons as Commentary line prefix.
16738         Add ";;; Code:" stylized comment.
16739         Delete end-of-line whitespace.
16740         Wrap (require 'cl) with `eval-when-compile'.
16742 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
16744         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
16745         at the top level of vc.el.
16747 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
16749         * vc.el (vc-current-line): Function removed.  This is now done by
16750         the new function line-at-pos in simple.el.
16751         (vc-annotate-warp-version): Use line-at-pos instead of
16752         vc-current-line.
16754 2004-01-22  Kim F. Storm  <storm@cua.dk>
16756         * simple.el (line-at-pos): New defun.
16757         (what-line): Use it.  Optimize by only counting lines in narrowed
16758         region once.
16760 2004-01-22  Kenichi Handa  <handa@m17n.org>
16762         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
16763         point (register r1) only for charset mule-unicode-0100-24ff.
16765 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
16767         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
16768         trailing white space and ensure a final newline.
16770         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
16771         Add autoload cookie.
16773 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
16775         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
16776         activate view-mode explicitly.
16778 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16780         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
16781         use clipboard first.
16783 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16785         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
16786         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
16787         (vc-mcvs-cvs): Remove.
16788         (vc-mcvs-command): Remove use of assert.
16790         * outline.el (outline-insert-heading): Tighten up match.
16791         (outline-demote, outline-move-subtree-down): Don't assume anything
16792         about outline-regexp.
16794         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
16795         (texinfo-show-structure): Explicitly add ^, and simplify.
16797 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
16799         * calendar/appt.el (appt-check): Restore usage of
16800         appt-issue-message deleted in previous change.
16801         (top-level): Activate package when loaded (needed for backwards
16802         compatibility).
16804 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16806         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
16807         following previous change to smtpmail-send-data.
16809 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
16811         * vc.el (vc-default-previous-version): Doc enhancement.
16812         (vc-default-next-version): New function.
16813         (vc-print-log): New arg FOCUS-REV.
16814         (vc-annotate-mode): Derive from view-mode.
16815         (vc-annotate): New args REVISION, DISPLAY-MODE.
16816         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
16817         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
16818         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
16819         (vc-annotate-show-diff-revision-at-line, vc-current-line)
16820         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
16822         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
16824 2004-01-19  Karl Berry  <karl@gnu.org>
16826         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
16827         or "TexInfo".
16829 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
16831         * subr.el (delete-dups): New function.
16833 2004-01-19  Karl Berry  <karl@gnu.org>
16835         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
16836         with ^, since that's what texinfo-show-structure
16837         documentation says (plus it works much better in texinfo.txi).
16839 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
16841         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
16843 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
16845         * progmodes/which-func.el (which-function-mode): Don't cancel
16846         which-func-update-timer if not set.
16848 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
16850         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
16851         Remove spurious left square bracket in XX:XXam regexp.
16853 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
16855         * progmodes/cc-defs.el: Do not require cl at run time.
16857 2004-01-16  Richard M. Stallman  <rms@gnu.org>
16859         * emacs-lisp/cl.el (cl-cannot-unload): New function.
16860         (cl-unload-hook): Defvar this to run cl-cannot-unload.
16862         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
16863         Call rmail-spam-filter.  Delete and expunge spam.
16864         Print number of spam messages deleted.
16865         Save and restore the deletion status of old messages when reading
16866         new mail with spam filter, so that expunging spam does not expunge
16867         msgs deleted by the user.
16868         (rmail-only-expunge): Add an optional argument dont-show to
16869         prevent showing message after expunge.
16871 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
16873         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
16874         * subr.el (declare): New macro.
16876 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
16878         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
16880 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16882         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16883         Test window-system rather than system-type (for X11/Mac).
16885 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
16887         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
16889 2004-01-12  Richard M. Stallman  <rms@gnu.org>
16891         * mail/rmail.el (rmail-convert-to-babyl-format):
16892         Use mail-unquote-printable-region.
16893         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
16894         (rmail-hex-char-to-integer): Functions deleted.
16896         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
16897         (mail-unquote-printable-region): New arg NOERROR.
16898         For invalid encoding, either signal an error to just return nil.
16900 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
16902         * calendar/appt.el: Update copyright and commentary.
16903         (appt-issue-message): Make obsolete.
16904         (appt-visible, appt-msg-window): Make obsolete, in favour of
16905         appt-display-format.
16906         (appt-display-mode-line, appt-display-duration)
16907         (appt-display-diary, appt-time-msg-list, appt-mode-string)
16908         (appt-prev-comp-time, appt-display-count, appt-timer)
16909         (appt-convert-time): Doc change.
16910         (appt-disp-window-function, appt-delete-window-function):
16911         Use defcustom rather than defvar.
16912         (appt-display-format): New variable.
16913         (appt-display-message): New function with display code from appt-check.
16914         (appt-check): Add optional FORCE argument.  Doc change.
16915         Add appt-make-list to diary-hook if displaying diary.
16916         Remove checking of view-diary-entries-initially.
16917         Message display section removed to new function appt-display-message.
16918         (appt-display-window): Doc change.  Remove unused internal var
16919         this-buffer.  Do not beep, since appt-display-message does that.
16920         (appt-make-list): Doc change.  Use caar.
16921         (appt-sort-list): Simplify by using builtin sort function.
16922         (appt-update-list): New function for updating appts when diary is
16923         saved.
16924         (appt-activate): New autoloaded function to toggle package
16925         functionality.
16927         * calendar/cal-x.el: (calendar-one-frame-setup)
16928         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
16930         * calendar/calendar.el: Update copyright.
16931         (view-diary-entries-initially, european-calendar-style): Doc change.
16932         (calendar-setup): Make defcustom rather than defvar.
16933         (mark-visible-calendar-date): Initialize temp-face and faceinfo
16934         in let binding so local to function.
16936         * calendar/diary-lib.el: Update copyright.
16937         (diary, diary-entry-time): Doc change.
16938         (list-diary-entries): Doc change.  Trivial logic change.
16939         (fancy-diary-display): Restore make-face command mistakenly
16940         deleted 2003-05-08.
16941         (show-all-diary-entries): Allow to pop-up frame if needed.
16943 2004-01-09  John Paul Wallington  <jpw@gnu.org>
16945         * bindings.el (mode-line-change-eol): Add EVENT parameter.
16946         Temporarily select EVENT's window for changing eol type.
16948 2004-01-09  Deepak Goel  <deego@gnufans.org>
16950         * calendar/diary-lib.el (diary-entry-time):
16951         Also accept time in the form XX[.XX][am/pm/AM/PM].
16952         (fancy-diary-font-lock-keywords): Likewise.
16953         (diary-font-lock-keywords): Likewise.
16954         * calendar/appt.el (appt-add): Likewise.
16955         (appt-make-list): Likewise.
16956         (appt-convert-time): Likewise.
16958 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
16960         * gdb-ui.el (gdb-ann3): Revert previous change.
16961         (gdb-source-info): Allow for case of where compilation directory
16962         is not recorded.
16964 2004-01-08  John Paul Wallington  <jpw@gnu.org>
16966         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
16968 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
16970         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
16972         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
16973         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
16974         problems.
16975         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
16977 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
16979         * files.el (write-file-functions, write-contents-functions):
16980         Clarify docstrings.
16982 2004-01-07  Kenichi Handa  <handa@m17n.org>
16984         * international/mule.el (set-auto-coding): Fix for the case that
16985         end-of-line is only CR.
16987 2004-01-07  Kim F. Storm  <storm@cua.dk>
16989         * subr.el (event-start, event-end): Doc fix.
16990         (posn-string, posn-image): New defuns.
16991         (posn-object): Return either image or string object.
16992         (posn-object-x-y): Return 8th element of position.
16993         (posn-object-width-height): New defun.
16995 2004-01-06  Andreas Schwab  <schwab@suse.de>
16997         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
16998         output.
17000 2004-01-05  Karl Berry  <karl@gnu.org>
17002         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
17003         / and *, too.
17005 2003-12-31  Simon Josefsson  <jas@extundo.com>
17007         * files.el (before-save-hook): Add.
17008         (basic-save-buffer): Use before-save-hook.
17010         * emacs-lisp/copyright.el: Fix comment to recommend
17011         before-save-hook instead of write-file-functions.
17013 2004-01-05  Richard M. Stallman  <rms@gnu.org>
17015         * finder.el (finder-commentary): Call delete-other-windows.
17017         * net/ange-ftp.el (ange-ftp-file-attributes):
17018         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
17020 2004-01-04  Karl Berry  <karl@gnu.org>
17022         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
17023         comment characters % and # in the copyright year notice,
17024         as well as ;.
17026 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
17028         * wid-edit.el (default): Define dummy :value-delete.
17029         Reported by Jesper Harder <harder@ifa.au.dk>.
17031 2004-01-03  Richard M. Stallman  <rms@gnu.org>
17033         * progmodes/compile.el (compile-internal): Use point, not point-min,
17034         for set-window-point.
17036         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
17038         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
17040         * progmodes/grep.el (grep-mode-map):
17041         Don't remap next-line, previous-line.
17043 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
17045         * speedbar.el (speedbar-edit-line): Change regexp to position
17046         the cursor on the first character of this line's button.
17048 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
17050         * subr.el (functionp): Doc fix.
17052 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
17054         * progmodes/idlwave.el (idlwave-make-tags):
17055         * textmodes/flyspell.el (flyspell-large-region):.
17056         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
17057         * emulation/viper-util.el (viper-glob-unix-files):
17058         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
17059         * man.el (Man-init-defvars):
17060         * jka-compr.el (jka-compr-call-process):
17061         * files.el (get-free-disk-space,insert-directory):
17062         * ediff-ptch.el (ediff-test-patch-utility):
17063         * ediff-diff.el (ediff-test-utility):
17064         * dired-aux.el (dired-check-process):
17065         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
17066         test the return value of call-process, because it can be a string.
17068 2003-12-31  John Paul Wallington  <jpw@gnu.org>
17070         * bindings.el (completion-ignored-extensions): Add .pfsl.
17072 2003-12-31  Kim F. Storm  <storm@cua.dk>
17074         * ido.el (ido-nonreadable-directory-p): New defun to check for
17075         nonreadable directory without activating tramp (to avoid problems
17076         with checking incomplete tramp paths).
17077         (ido-set-current-directory, ido-file-internal)
17078         (ido-file-name-all-completions1): Use it.
17080 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
17082         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
17083         documentation if the anchor (or node) name is preceded by `info
17084         anchor' or `Info anchor' in addition to earlier `info node' and
17085         `Info node'.
17086         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
17088 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
17090         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
17091         error in arguments to base64-decode-region.  Remove ^M characters
17092         after decoding base64.
17094 2003-12-30  Simon Josefsson  <jas@extundo.com>
17096         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
17097         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
17098         have only been distributed with Emacs for some years.
17099         (texinfo-mode-hook): Customize.
17101 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
17103         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
17104         cleaner (suggested by Richard Stallman).
17106         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
17107         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
17108         file-name clashes on 8+3 DOS filesystems.
17110         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
17111         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
17112         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
17113         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
17114         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
17115         file-name clashes on 8+3 filesystems.
17117         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
17118         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
17119         file-name clashes on 8+3 DOS filesystems.
17121 2003-12-29  Richard M. Stallman  <rms@gnu.org>
17123         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
17124         Upcase the character.
17126         * textmodes/flyspell.el (mail-mode-flyspell-verify):
17127         Search for header separator alone on a line, literally,
17128         and search for it backward, not forward.
17129         (flyspell-abbrev-table): Always use global-abbrev-table
17130         if there is no local one.
17132         * progmodes/sh-script.el (sh-get-indent-info):
17133         Don't move point back if at bob.
17135         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
17137         * play/handwrite.el (handwrite): Make the handwrite credit message
17138         a comment rather than an output command.
17140         * obsolete/sc.el: Display message that this file is obsolete.
17142         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
17144         * mail/rfc822.el (rfc822-address-start): Declare variable.
17145         Renamed from address-start.  All uses changed.
17147         * term.el (term-exec): Set up sentinel.
17148         (term-sentinel): New function.
17149         (term-handle-exit): New function.
17151         * subr.el (assoc-ignore-case, assoc-ignore-representation):
17152         Use assoc-string, and mark them obsolete.
17153         (delay-mode-hooks): Mark as permanent local.
17155         * simple.el (sendmail-user-agent-compose): Use assoc-string.
17157         * register.el (copy-rectangle-to-register): Doc fix.
17159         * info.el (Info-insert-dir): Use assoc-string.
17161         * info-look.el (info-lookup): Use assoc-string.
17163         * frame.el (pop-up-frame-function): Use quote, not `function'.
17164         (frame-notice-user-settings): Calculate ADJUSTED-TOP
17165         copying with lists as coordinate values.
17167         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
17169         * find-dired.el (kill-find): New command.
17170         (find-dired): Make buffer read-only.
17171         Set up a keymap with C-c C-k running kill-find.
17172         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
17174         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
17176         * filecache.el (file-cache-ignore-case): New variable.
17177         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
17179         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
17180         (comint-dynamic-complete-as-filename): Rename local vars.
17181         (comint-dynamic-list-filename-completions): Likewise.
17183         * comint.el (comint-dynamic-list-completions-config): New var.
17184         (comint-dynamic-list-completions): Handle both SPC and TAB right.
17186         * comint.el (comint-file-name-chars): Add [].
17187         (comint-word): Use skip-chars-backward, not search.
17189         * shell.el (shell-file-name-chars): Add [].
17191         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
17193         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
17195         * generic.el (define-generic-mode): Doc fix.
17197 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
17199         * files.el (kill-some-buffers): Doc fix.
17201 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
17203         * comint.el (comint-watch-for-password-prompt): Pass `string' as
17204         arg to send-invisible
17205         (send-invisible): Doc fix.  The argument is now a prompt, not the
17206         string to send.
17207         (comint-read-noecho): Doc fix.
17209 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
17211         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
17212         "@", as required by some ISP hosting service.  Fix defcustom
17213         argument syntax errors that prevented use of customization.
17215 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
17217         * xml.el (xml-get-attribute-or-nil): Doc fix.
17219 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
17221         * net/zone-mode.el (zone-mode): Use write-file-functions, not
17222         write-file-hooks.
17224 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
17226         * autorevert.el (auto-revert-interval): Doc fix.
17228 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
17230         * xml.el (xml-get-attribute-or-nil): New function, like
17231         xml-get-attribute, but returns nil if the attribute was not found.
17232         (xml-get-attribute): Convert to defsubst, uses
17233         xml-get-attribute-or-nil.
17235 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
17237         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
17239 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
17241         * custom.el (custom-declare-theme): Use `value' when putting
17242         properties on `theme'.
17244 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
17246         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
17247         for each yank-handler segment.
17248         (insert-for-yank-1): New function, with the body of the previous
17249         insert-for-yank.
17251         * textmodes/table.el (table-yank-handler): New defcustom.
17252         (table--put-cell-indicator-property): Put yank-handler property
17253         that indicates the yank handler for the table cell.
17255 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
17257         * generic-x.el (etc-modules-conf-generic-mode): A more complete
17258         set of keywords.
17260 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
17262         * international/mule-cmds.el (reset-language-environment)
17263         (set-language-environment): Don't invoke fontset-related functions
17264         if fontset-list is not fboundp.
17266 2003-12-29  Kenichi Handa  <handa@m17n.org>
17268         * international/mule-cmds.el (reset-language-environment):
17269         Call set-overriding-fontspec-internal with nil.
17270         (set-language-environment): Call set-overriding-fontspec-internal
17271         if the language environment specify `overriding-fontspec'.
17272         (language-info-alist): Doc added.
17274         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
17275         characters of mule-unicode-0100-24ff.
17276         (ccl-encode-windows-1251-font): New CCL program.
17277         ("Bulgarian"): Specify overriding-fontspec.
17278         ("Belarusian"): Likewise.
17280 2003-12-28  Sam Steingold  <sds@gnu.org>
17282         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
17283         parameter ID-FORMAT to conform with the 2003-11-30 patch.
17285 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
17287         * progmodes/gud.el (gud-gdb-command-name): Set default to
17288         "gdb --annotate=3".
17289         (gud-gdb-marker-filter): Look out for annotations.
17290         (gdb-first-pre-prompt): New variable.
17291         Remove trailing white space.
17293         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
17294         if necessary.
17295         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
17296         annotations are detected.
17297         (gud-gdba-marker-filter): Use global variable gud-marker-acc
17298         instead of a local one to allow transition from
17299         gud-gdb-marker-filter.
17300         Remove trailing white space.
17302 2003-12-27  Kim F. Storm  <storm@cua.dk>
17304         * ido.el: Handle non-readable directories.
17305         (ido-decorations): Add 9th element for non-readable directory.
17306         (ido-directory-nonreadable): New dynamic var.
17307         (ido-set-current-directory): Set it.
17308         (ido-read-buffer, ido-file-internal):
17309         (ido-read-file-name, ido-read-directory-name): Let-bind it.
17310         (ido-file-name-all-completions1): Return empty list for
17311         non-readable directory.
17312         (ido-exhibit): Print [Not readable] if directory is not readable.
17313         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
17314         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
17315         Use it.
17317 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
17319         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
17320         calls to directory-files-and-attributes and file-attributes.
17321         (ls-lisp-format): Remove system dependent handling of user and
17322         group id's.
17324 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
17326         * ffap.el (ffap-read-file-or-url): Revert previous change.
17328 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
17330         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
17331         new list of included files called `files-with-node-lines', that
17332         only have node lines.  This way @include commands can include any
17333         file, such as version and update files without node lines, not
17334         just files that are chapters.
17336 2003-12-25  Andreas Schwab  <schwab@suse.de>
17338         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
17339         file not found.
17341 2003-12-08  Miles Bader  <miles@gnu.org>
17343         * dired.el (dired-between-files): Always use dired-move-to-filename,
17344         which is more robust in non-english locales.
17346 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
17348         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
17350 2003-12-24  Andreas Schwab  <schwab@suse.de>
17352         * shell.el (shell-file-name-quote-list): Add backslash.
17354         * comint.el (comint-quote-filename): Correctly handle backslash
17355         in comint-file-name-quote-list.
17357 2003-12-24  Kenichi Handa  <handa@m17n.org>
17359         * international/mule-cmds.el (set-default-coding-systems):
17360         Call ucs-set-table-for-input for all buffers that don't have local
17361         value of buffer-file-coding-system.
17363         * international/ucs-tables.el (ucs-set-table-for-input):
17364         If translation-table-for-encode is a symbol, get its
17365         translation-table property.
17367 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
17369         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
17370         to `completing-read' on a recently fixed bug.
17372         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
17373         instead of SPACE, to get the list of possible fringe modes.
17374         SPACE only works if both `partial-completion-mode' and
17375         `completion-auto-help' are nil.
17377         * complete.el (PC-is-complete-p): Delete.
17378         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
17379         calls to `test-completion'.
17381 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
17383         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
17384         to edit values when there are no children.
17386         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
17387         a mode called "Assembler" already exists.
17388         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
17389         (gud-watch): Use format option.  Remove font properties from string.
17390         (gdb-var-create-handler, gdb-var-list-children-handler):
17391         Don't bother about properties as there are none.
17392         (gdb-var-create-handler, gdb-var-list-children-handler)
17393         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
17394         with two arguments.
17395         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
17396         Let speedbar show value changes with a different font.
17397         (gdb-edit-value): New defun.
17398         (gdb-clear-partial-output, gdb-clear-inferior-io)
17399         (def-gdb-auto-update-handler): Use erase-buffer.
17400         (gdb-frame-handler): Display watch expressions in
17401         FUNCTION::VARIABLE format if required.
17403 2003-12-23  John Paul Wallington  <jpw@gnu.org>
17405         * info.el (Info-unescape-quotes, Info-split-parameter-string)
17406         (Info-goto-emacs-command-node): Doc fixes.
17408 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
17410         * cus-edit.el (custom-add-parent-links): Define "many".
17412 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
17414         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
17415         (widget-child-validate, widget-type-value-create)
17416         (widget-type-default-get, widget-type-match): New functions.
17417         (lazy): New widget.
17418         (menu-choice, checklist, radio-button-choice, editable-list)
17419         (group, documentation-string): Remove redundant (per 2003-10-25
17420         change) calls to `widget-children-value-delete'.
17421         (widget-choice-value-get, widget-choice-value-inline): Remove.
17422         (menu-choice): Update widget.
17424 2003-12-03  Kenichi Handa  <handa@m17n.org>
17426         * language/cyrillic.el: Register "microsoft-cp1251" in
17427         ctext-non-standard-encodings-alist.
17428         ("Bulgarian"): Add ctext-non-standard-encodings.
17429         ("Belarusian"): Likewise.
17431         * international/mule-conf.el (compound-text-with-extensions):
17432         Change the type to 2 (iso-2022 base).
17434         * international/mule.el (ctext-non-standard-encodings-alist):
17435         Change the format.
17436         (ctext-non-standard-encodings): New variable.
17437         (ctext-post-read-conversion): Fully re-written.
17438         (ctext-non-standard-designations-alist): Delete it.
17439         (ctext-non-standard-encodings-table): New function.
17440         (ctext-pre-write-conversion): Fully re-written.
17442 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
17444         * cus-edit.el (custom-add-parent-links): Add documentation links
17445         for parent, if the item has none of its own.
17447 2003-11-30  Richard M. Stallman  <rms@gnu.org>
17449         * dired-aux.el (dired-do-query-replace-regexp):
17450         Report files visited read-only.
17452 2003-11-30  Juri Linkov  <juri@jurta.org>
17454         * dired-aux.el (dired-compare-directories): New command.
17455         (dired-file-set-difference, dired-files-attributes): New functions.
17457 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
17458         Version 2.0.38 of Tramp released.
17460         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
17461         Charles Curley <charlescurley@charlescurley.com>.
17462         (tramp-multi-connection-function-alist): Add ssht entry which adds
17463         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
17464         Aichner.
17465         (tramp-get-method-parameter): New function to retrieve a method
17466         parameter.  This allows for omission of method parameters.
17467         Callers adjusted.
17469 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
17471         * net/tramp.el: Add new optional parameter ID-FORMAT to
17472         `file-attributes'.  Calls of `file-attributes' won't use this
17473         parameter for backward compatibility reasons.
17474         (tramp-perl-file-attributes): Add a new parameter to Perl script
17475         in order to handle uid/gid as strings, if desired.
17476         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
17477         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
17478         order to make the function more general.
17479         (tramp-handle-file-attributes): Replace proprietary optional
17480         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
17481         (tramp-handle-file-attributes-with-perl): Handle parameter
17482         NONNUMERIC if set.  This wasn't done in the past.
17483         (tramp-post-connection): Apply second parameter "$2" if
17484         `tramp-remote-perl' is called.
17486         * net/tramp-smb.el (tramp-smb-handle-delete-file):
17487         Correct cut'n'waste error (`filename' instead of `directory').
17488         (tramp-smb-handle-directory-files-and-attributes)
17489         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
17490         introduced parameter ID-FORMAT.
17491         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
17492         error (`directory' instead of `ldir').
17494         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
17495         `file-attributes' has a second parameter.  If yes, apply it with
17496         value "'integer".  Otherwise, don't use that parameter (default is
17497         integer format).
17499 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
17501         * help.el (help-map): Bind `display-local-help' to `C-h .'.
17502         (help-for-help): Add `C-h .' to the listed Help options.
17503         Remove trailing whitespace.
17505         * help-at-pt.el: New file.
17507 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
17509         * subr.el (noreturn, 1value): New macros for test coverage.
17510         See `testcover.el'.
17512         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
17514         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
17515         for macro `1value'.
17516         (testcover-1value): New function.  Checks that a 1value form
17517         actually returns only one value.  Requested by RMS.
17519 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
17521         * gdb-ui.el (gud-watch, gdb-var-create-handler)
17522         (gdb-var-list-children, gdb-var-list-children-handler)
17523         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
17524         gdb commands that use mi to keep them out of the command history.
17526 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17528         * cus-start.el (all): Add use-file-dialog.
17530 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17532         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
17534 2003-11-27  Kim F. Storm  <storm@cua.dk>
17536         * subr.el (posn-object-x-y): New defun.
17538 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17540         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
17541         Don't use `space' for \\\n.
17542         Be more selective as to which # are comment-starters.
17544 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
17546         * subr.el (number-sequence): Improve handling of floating point
17547         arguments (suggested by Kim Storm).  Allow negative arguments.
17549 2003-11-26  Kenichi Handa  <handa@m17n.org>
17551         * international/mule-cmds.el (standard-display-european-internal):
17552         Cancel the standard-display-table setting for ` and '.
17554 2003-11-26  Kim F. Storm  <storm@cua.dk>
17556         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
17557         New defcustoms to add ffap-like functionality to ido.
17558         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
17559         (ido-no-final-slash): New defun.
17560         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
17561         (ido-read-file-name): ): Toggle VC checking via
17562         vc-handled-backends instead of vc-master-templates.
17563         (ido-file-internal): Handle ido-use-url-at-point and
17564         ido-use-filename-at-point via code borrowed from ffap-guesser.
17565         Handle new ido-exit code ffap.
17566         (ido-sort-list): Ignore final slash when sorting file names.
17568 2003-11-25  Kim F. Storm  <storm@cua.dk>
17570         * emulation/cua-base.el (cua--standard-movement-commands):
17571         Add forward-sentence and backward-sentence.
17573 2003-11-25  Stephen Eglen  <stephen@gnu.org>
17575         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
17576         iswitchb-exit is set to 'usefirst when user selects buffer at head
17577         of list using RET.  (Selecting buffers at the head of the list was
17578         broken if the substring was also a complete buffername.)
17580 2003-11-23  Kim F. Storm  <storm@cua.dk>
17582         * progmodes/compile.el (grep-command, grep-use-null-device)
17583         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
17584         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
17585         (grep-regexp-alist, grep-program, find-program)
17586         (grep-find-use-xargs, grep-history, grep-find-history)
17587         (grep-process-setup, grep-compute-defaults)
17588         (grep-default-command, grep, grep-tag-default, grep-find)
17589         (grep-expand-command-macros, grep-tree-last-regexp)
17590         (grep-tree-last-files, grep-tree): Move grep variables, functions
17591         and commands to new file grep.el.
17592         (compilation-mode-map): Remove grep commands from Compile sub-menu.
17593         (compilation-process-setup-function): Doc fix.
17594         (compilation-highlight-regexp, compilation-highlight-overlay): New
17595         defvars used for highlighting current compile error in source buffer.
17596         (compile-internal): New optional args HIGHLIGHT-REGEXP and
17597         LOCAL-MAP which overrides compilation-highlight-regexp and
17598         compilation-mode-map for this compilation.
17599         Delay calling compilation-set-window-height until after running
17600         compilation-process-setup-function so it can buffer-local override
17601         compilation-window-height.
17602         Check buffer-local value of compilation-scroll-output.
17603         (compilation-set-window-height): Use buffer-local value of
17604         compilation-window-height.
17605         (compilation-revert-buffer): Don't pass (undefined)
17606         preserve-modes arg to revert-buffer.
17607         (next-error-no-select, previous-error-no-select): New commands.
17608         (compilation-goto-locus): Temporarily highlight current match in
17609         source buffer using compilation-highlight-regexp.
17611         * progmodes/grep.el: New file with grep code from compile.el.
17612         (grep): New defcustom group.
17613         (grep-window-height): New defcustom, like compilation-window-height.
17614         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
17615         (grep-scroll-output): New defcustom, like compilation-scroll-output.
17616         (grep-command, grep-use-null-device, grep-find-command)
17617         (grep-tree-files-aliases, grep-tree-ignore-case)
17618         (grep-tree-ignore-CVS-directories): Move to grep custom group.
17619         (grep-setup-hook): New hook variable.
17620         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
17621         (grep-last-buffer): New defvar, override compilation-last-buffer.
17622         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
17623         Call compile-internal with args highlight-regexp and grep-mode-map.
17625 2003-11-23  Kim F. Storm  <storm@cua.dk>
17627         * subr.el (event-start, event-end): Doc fix.
17628         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
17629         (posn-area, posn-actual-col-row, posn-object): New defuns.
17630         (posn-col-row): Simplify doc.  Rewrite to use cond.
17631         (posn-point): Also return buffer position for events outside text
17632         area (that info is now present in the event position).
17634         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
17635         mouse-set-point so that hscroll still works now that clicks on
17636         fringes generate specific mouse events.
17637         (mouse-set-point): Note that it now works in fringes and margins
17638         too due to new semantics of posn-point in fringes and margins.
17640         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
17641         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
17643 2003-11-20  Kim F. Storm  <storm@cua.dk>
17645         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
17646         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
17647         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
17648         to 100 for icons to avoid increasing line height when shown.
17650 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
17652         * newcomment.el (comment-normalize-vars): Initialize properly if
17653         comment-start was nil.
17655 2003-11-19  Andreas Schwab  <schwab@suse.de>
17657         * simple.el (set-variable): Fix indentation.
17659 2003-11-17  Kenichi Handa  <handa@m17n.org>
17661         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
17662         Fix docstring.
17664 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
17666         * international/latin1-disp.el (latin1-display): Fix docstring.
17668 2003-11-16  John Wiegley  <johnw@newartisans.com>
17670         * eshell/em-ls.el (eshell-ls-file): There are times with
17671         size-width is nil and uncomputed (when directories are created in
17672         dired, for example); in this case, 4 is reasonable default value,
17673         although it may caused skewed new entries (which could be avoided
17674         by returning the original value of 8 in all cases, but 99% of the
17675         time this is a waste of whitespace).
17677 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
17679         * cc-engine.el (c-guess-continued-construct)
17680         (c-guess-basic-syntax): Check a little more carefully if it's a
17681         function declaration when an unknown construct followed by a block
17682         is found inside a statement context.  This avoids macros followed
17683         by blocks to be taken as function declarations.
17685         (c-guess-continued-construct): Change the analysis of a statement
17686         continuation with a brace open to `substatement-block', for
17687         consistency with recognized statements.
17689         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
17690         start is in a position so that `c-beginning-of-statement-1' jumped
17691         to the beginning of the same statement.
17693         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
17694         Don't accept binary operators in the arglist if we're in a function
17695         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
17696         template recognition in cases like "if (a < b || c > d)".
17698         (c-restricted-<>-arglists): New more appropriate name for
17699         `c-disallow-comma-in-<>-arglists'.
17701         Accessing functions updated for the variable name change.
17703         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
17704         match data could get clobbered if NOT-INSIDE-TOKEN is used.
17706         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
17707         labels.
17709         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
17710         instead of duplicating parts of it.  This fixes bogus label
17711         recognition.
17713         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
17714         of checking the context in which to apply the minimum indentation,
17715         so that it isn't enforced in e.g. namespace blocks.
17717         * cc-vars.el (c-inside-block-syms): New constant used by
17718         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
17719         to somewhat reduce the risk of becoming stale.
17721         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
17722         cc-cmds to cc-engine to allow use from cc-align.
17724         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
17725         qualified identifiers containing "::".
17727         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
17728         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
17730         * cc-vars.el (c-emacs-features): Use a space in front of the name
17731         of the temporary buffer.  That also avoids dumping problems in
17732         XEmacs due to undo info being left around after the buffer is killed.
17734         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
17735         arglist to see if it's a K&R style declaration.
17737         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
17738         before returning `knr-argdecl-intro'.
17740 2003-11-16  John Wiegley  <johnw@newartisans.com>
17742         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
17743         field in a long-listing always 8 characters, use `size-width',
17744         which has already been computed.
17746 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
17748         * subr.el (minor-mode-list): Add `hs-minor-mode'.
17750 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
17752         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
17753         Support operation while narrowed, with `diff-restrict-view'.
17755 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
17757         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17758         Take additional optional arg NARROWFUN.  For the generated functions:
17759         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
17760         include frags that arrange to check for and save narrowing state before
17761         the move and then conditionally call NARROWFUN after the move.
17763 2003-11-14  John Wiegley  <johnw@newartisans.com>
17765         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
17766         that was optional, but obviously missing based on surrounding code.
17768         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
17769         string arguments to numbers unless the whole argument was seen as
17770         a number.
17772 2003-11-14  Kenichi Handa  <handa@m17n.org>
17774         * international/mule.el (ctext-non-standard-encodings-alist):
17775         Fix coding systems.
17777 2003-11-10  Kenichi Handa  <handa@m17n.org>
17779         * language/kannada.el ("Kannada"): Add sample-text.
17781         * language/knd-util.el (kannada-compose-region)
17782         (kannada-compose-string, kannada-post-read-conversion):
17783         Add autoload cookie.
17785         * international/quail.el (quail-completion): Change the message
17786         "corresponding translations" to "corresponding characters".
17788 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
17790         * descr-text.el (describe-char): Fix typo.
17792 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
17794         These changes are to support Kannada language/script.
17796         * Makefile.in (DONTCOMPILE): Add kannada.el.
17798         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
17800         * loadup.el: Preload kannada.el.
17802         * language/ind-util.el (ucs-kannada-to-is13194-alist)
17803         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
17804         New variables.
17806         * language/kannada.el: New file.
17808         * language/knd-util.el: New file.
17810 2003-11-07  Andreas Schwab  <schwab@suse.de>
17812         * progmodes/autoconf.el (autoconf-font-lock-keywords):
17813         Also highlight AH_*.
17815         * xml.el (xml-parse-dtd): Fix misplaced paren.
17817 2003-11-07  Kenichi Handa  <handa@m17n.org>
17819         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
17821 2003-11-05  Juri Linkov  <juri@jurta.org>
17823         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
17824         (desktop-buffer-file): Use saved buffer-file-coding-system
17825         for file reading.  Set auto-insert to nil to prevent automatic
17826         insertion into restored empty files.
17828 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
17830         * files.el (risky-local-variable-p): Make second argument optional.
17832 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17834         * subr.el (add-hook): Fix last change.
17836 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
17838         * mail/rmail.el (rmail-convert-to-babyl-format):
17839         If base64-decode-region signals an error, catch it and silently
17840         ignore it.
17842 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
17844         * xml.el (xml-parse-region): Allow comments to appear after the
17845         topmost element has closed.
17846         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
17847         (xml-ns-expand-attr): New functions to do namespace handling.
17848         (xml-intern-attrlist): Back-compatible handling of attribute names.
17849         (xml-parse-tag): Move namespace handling to separate functions.
17850         Now produces elements in the form ((:ns . "element") (attr-list)
17851         children) instead of ('ns:element (attr-list) children).
17852         (xml-parse-attlist): Fix attribute parsing.
17853         (xml-parse-dtd): Change parsing so that it produces strings
17854         instead of interned symbols.
17856 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
17858         * dired.el (dired-ls-sorting-switches): Doc fix.
17860 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
17862         * emacs-lisp/rx.el (rx-or): Fix the case of
17863         "(rx (and ?a (or ?b ?c) ?d))".
17865 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
17867         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
17868         (texinfo-format-region): Use it.
17869         (texinfo-format-buffer-1): Ditto.
17871 2003-11-01  Alan Mackenzie  <acm@muc.de>
17873         Changes to allow scrolling whilst in isearch mode:
17874         * isearch.el (isearch-unread-key-sequence): New function,
17875         extracted from isearch-other-meta-char.
17876         (top level): (put 'foo 'isearch-scroll) on all Emacs's
17877         "scrollable" standard functions.
17878         (isearch-allow-scroll): New customizable variable.
17879         (isearch-string-out-of-window, isearch-back-into-window)
17880         (isearch-reread-key-sequence-naturally)
17881         (isearch-lookup-scroll-key): New functions.
17882         (isearch-other-meta-char): Doc string and functionality enhanced.
17883         Now accepts a prefix argument.
17884         (isearch-lazy-highlight-window-end): New variable.
17885         (isearch-lazy-highlight-new-loop): Pay attention to the window's
17886         end (thru isearch-lazy-highlight-window-end), not only its start.
17888         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
17889         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
17890         (universal-argument, universal-argument-more, negative-argument)
17891         (digit-argument, universal-argument-other-key): Minor changes.
17893 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
17895         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
17896         recursively if the last message is deleted, thus avoiding an
17897         infinite loop.
17899 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17901         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
17902         (tex-main-file): Don't add .tex if the extension is already present.
17903         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
17905 2003-10-29  Lute Kamstra  <lute@gnu.org>
17907         * progmodes/octave-inf.el (inferior-octave-prompt):
17908         Recognize version number in prompt.
17910 2003-10-28  Dave Love  <fx@gnu.org>
17912         * international/characters.el: Fix some Unicode ranges.
17914 2003-10-28  Kenichi Handa  <handa@m17n.org>
17916         * disp-table.el (standard-display-8bit)
17917         (standard-display-default, standard-display-ascii)
17918         (standard-display-g1, standard-display-graphic)
17919         (standard-display-underline): Assure that standard-display-table
17920         is a display table.
17922 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17924         * simple.el (reindent-then-newline-and-indent): Delete space *after*
17925         reindenting the first line.
17927 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
17929         * wid-edit.el (widget-default-delete): Always delete child widgets.
17931 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17933         * newcomment.el (comment-indent): Don't call indent-according-to-mode
17934         if the line has code.
17935         Don't try to line up with something that's too far left.
17937         * progmodes/octave-mod.el (octave-comment-start): Simplify.
17938         (octave-mode-syntax-table): Add % as a comment starter.
17939         (octave-point): Remove.
17940         (octave-in-comment-p, octave-in-string-p)
17941         (octave-not-in-string-or-comment-p, calculate-octave-indent)
17942         (octave-blink-matching-block-open, octave-auto-fill):
17943         Use line-(beginning|end)-position instead.
17945 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
17947         * emacs-lisp/authors.el (authors-aliases): Add correct realname
17948         for Francesco Potort\e,Al\e(B.
17950 2003-10-23  Dave Love  <fx@gnu.org>
17952         * international/mule-cmds.el (locale-charset-to-coding-system):
17953         Don't rely on nil being a coding system.
17955         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
17956         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
17957         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
17959 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
17961         * gdb-ui.el (gdb-current-language): New variable.
17962         (gdb-update-flag): Remove variable.
17963         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
17964         (gdb-take-last-elt): Remove function.
17965         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
17966         (gdb-post-prompt): Check for variable object changes here.
17968         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
17969         object changes in gdb-ui.el.
17971 2003-10-21  Richard M. Stallman  <rms@gnu.org>
17973         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
17975         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
17976         Don't check for foo*/ wildcard form here.
17977         (insert-directory): Recognize foo*/ as a wildcard.
17978         Separate wildcard-regexp variable from the arg, wildcard.
17980         * subr.el (add-hook): Correctly detect when make-local-hook was used.
17981         (remove-hook): Correctly handle strange cases about local hooks.
17983 2003-10-21  David Ponce  <david@dponce.com>
17985         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
17986         argument REAL, to return a real number instead of a rounded
17987         integer value.  Define as inline function.
17988         (ruler-mode-right-fringe-cols): Likewise.
17989         (ruler-mode-scroll-bar-cols): New function.
17990         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
17991         (ruler-mode-right-scroll-bar-cols): Likewise.
17992         (ruler-mode-space): New function.
17993         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
17994         scroll bar mode and margins in a more robust way.
17996 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
17998         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
17999         (antlr-c-init-language-vars): New function.
18000         (antlr-mode): Use it with cc-mode before v5.29.
18001         (antlr-c-common-init): Don't set some local vars here.
18002         (antlr-mode): Set them here.
18003         (antlr-c-forward-sws): New function alias.
18004         (antlr-mode): Redefine with cc-mode before v5.30.
18005         (antlr-skip-sexps): Use it.
18006         (antlr-skip-exception-part): Ditto.
18007         (antlr-skip-file-prelude): Ditto.
18008         (antlr-outside-rule-p): Ditto.
18009         (antlr-end-of-body): Ditto.
18010         (antlr-option-kind): Ditto.
18011         (antlr-insert-option-area): Ditto.
18012         (antlr-file-dependencies): Ditto.
18014 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18016         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
18017         Move backward only if point was not inside an entry.
18019 2003-10-21  Richard M. Stallman  <rms@gnu.org>
18021         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
18023 2003-10-21  Juri Linkov  <juri@jurta.org>
18025         * compare-w.el: Automatically skip non-matching text to resync.
18026         (compare-windows-whitespace): Doc fix.
18027         (compare-windows-sync, compare-windows-sync-string-size)
18028         (compare-windows-recenter, compare-ignore-whitespace)
18029         (compare-windows-highlight, compare-windows-face): New variables.
18030         (compare-windows): Use compare-windows-sync.
18031         (compare-windows-highlight, compare-windows-dehighlight)
18032         (compare-windows-sync-regexp)
18033         (compare-windows-sync-default-function): New functions.
18035 2003-10-21  Juri Linkov  <juri@jurta.org>
18037         * diff.el (diff-parse-differences): Don't visit the files now;
18038         instead, just record the error locus.
18040 2003-10-21  Dave Love  <fx@gnu.org>
18042         * progmodes/cfengine.el: New file.
18044 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18046         * complete.el (PC-do-completion): Do not forget to use `pred' as the
18047         default-directory when completing file names.
18049 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
18051         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
18052         followed by the word `face', it gets treated as a face, even if
18053         it is also defined as a variable or a function.
18055 2003-10-20  Dave Love  <fx@gnu.org>
18057         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18058         Avoid incf in macro expansion.
18060 2003-10-20  John Paul Wallington  <jpw@gnu.org>
18062         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
18063         `evenp' so we don't implicitly require cl library at runtime.
18065 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
18067         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
18068         (help-make-xrefs): Only make cross-references for faces if
18069         preceded or followed by the word `face'.  Do not make a
18070         cross-reference for variables without variable documentation,
18071         unless preceded by the word `variable' or `option'.  Update doc
18072         string accordingly.
18074 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
18076         * progmodes/hideshow.el: Rewrite one-armed `if'
18077         constructs using either `when' or `unless'.
18078         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
18080 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
18082         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
18083         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
18084         instead of 12x12.
18086 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
18088         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
18089         message while converting to Babyl.
18091 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
18093         * allout.el (allout-mode): Doc fix.
18095 2003-10-16  Lute Kamstra  <lute@gnu.org>
18097         * subr.el (force-mode-line-update): Fix docstring.
18099 2003-10-14  Dave Love  <fx@gnu.org>
18101         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
18102         (default-input-method): Add :link, improve :type.
18103         (locale-charset-language-names): Fix utf-8 pattern.
18104         (locale-charset-match-p, locale-charset-alist)
18105         (locale-charset-to-coding-system): New.
18106         (set-locale-environment): Deal with codeset part of locale specs.
18108 2003-10-14  Lute Kamstra  <lute@gnu.org>
18110         * fringe.el (fringe-mode): Use active voice in docstring.
18111         (set-fringe-style): Ditto.
18113 2003-10-13  Lute Kamstra  <lute@gnu.org>
18115         * fringe.el (fringe-mode): Fix docstring.
18116         (set-fringe-style): Ditto.
18118 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
18120         * ediff-mult.el (ediff-filegroup-action):
18121         Use ediff-default-filtering-regexp.
18123         * ediff-util.el (ediff-recenter): Don't call
18124         ediff-restore-highlighting twice.
18125         (ediff-select-difference): Set current difference.
18126         (ediff-unselect-and-select-difference): Add comment.
18128         * ediff.el (ediff-directories,ediff-directory-revisions)
18129         (ediff-directories3,ediff-merge-directories)
18130         (ediff-merge-directories-with-ancestor)
18131         (ediff-merge-directory-revisions)
18132         (ediff-merge-directory-revisions-with-ancestor):
18133         Use ediff-default-filtering-regexp.
18135 2003-10-12  Andreas Schwab  <schwab@suse.de>
18137         * international/mule-cmds.el (locale-charset-language-names):
18138         Simplify regex by removing unused grouping.
18140 2003-10-10  Dave Love  <fx@gnu.org>
18142         * bindings.el: Don't bind stop.
18144 2003-10-08  Miles Bader  <miles@gnu.org>
18146         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
18147         face instead of attempting to emulate it.
18149 2003-10-07  Kenichi Handa  <handa@m17n.org>
18151         * international/mule-diag.el (list-coding-systems-1): List coding
18152         systems that are loaded automatically.
18154         * international/code-pages.el (iso-8859-11): Add autoload cookie.
18156         * international/mule.el (autoload-coding-system): New function.
18158 2003-10-07  Andreas Schwab  <schwab@suse.de>
18160         * log-edit.el (log-edit-changelog-entries): Prefer local value of
18161         change-log-default-name in the buffer visiting the file.
18163 2003-10-06  Dave Love  <fx@gnu.org>
18165         * files.el (find-file-hook): Customize.
18166         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
18168         * bindings.el (completion-ignored-extensions): Remove .log.
18169         (global-map): Add again, open, stop keys.
18171 2003-10-05  Richard M. Stallman  <rms@gnu.org>
18173         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
18174         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
18175         Use sh-modify directly.
18176         (sh-select): Use sh-append, not eval.
18178         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
18180         * info.el (Info-following-node-name): New function.
18182         * loadhist.el (unload-feature-special-hooks):
18183         Rename from loadhist-hook-functions.
18184         (loadhist-hook-functions): Now an alias.
18186 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
18188         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
18189         file-name clashes on 8+3 filesystems.
18191         * Makefile.in (DONTCOMPILE, bootstrap-clean):
18192         Rename loaddefs-boot.el to ldefs-boot.el
18194         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
18195         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
18197 2003-10-03  Lute Kamstra  <lute@gnu.org>
18199         * info.el (Info-mode): Revert previous change.
18200         (Info-escape-percent): New function.
18201         (Info-fontify-node): Use it.
18203 2003-10-02  Andreas Schwab  <schwab@suse.de>
18205         * loaddefs-boot.el: Regenerated.
18207 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
18209         * ffap.el: Remove defadvice related code from CVS since `complete'
18210         provides a `PC-completion-as-file-name-predicate' variable that
18211         ffap can override.
18213 2003-10-02  Kenichi Handa  <handa@m17n.org>
18215         * international/utf-8.el (ccl-decode-mule-utf-8):
18216         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
18218         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
18219         * international/subst-big5.el: Likewise.
18220         * international/subst-gb2312.el: Likewise.
18221         * international/subst-ksc.el: Likewise.
18223 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
18225         * calendar/calendar.el (increment-calendar-month)
18226         (calendar-leap-year-p, calendar-absolute-from-gregorian)
18227         (generate-calendar, calendar-read-date, calendar-interval)
18228         (calendar-day-of-week): Handle years BC.
18229         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
18231 2003-10-01  Dave Love  <fx@gnu.org>
18233         * language/cyrillic.el (cp1251): Alias for windows-1251.
18235         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
18236         bootstrap.
18238 2003-10-01  Lute Kamstra  <lute@gnu.org>
18240         * files.el: Fix typo.
18241         * imenu.el (imenu--generic-function): Docstring fix.
18243 2003-09-30  Richard M. Stallman  <rms@gnu.org>
18245         * dired.el (dired-mode): Handle dired-directory as a list.
18247 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
18249         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
18251         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
18253         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
18254         Replace gud-display with gud-watch.
18255         (gud-speedbar-buttons): Add stuff for watching expressions
18256         in the speedbar when using M-x gdba.  Use dolist on old part
18257         of this function.
18259         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
18260         (gdb-update-flag): New variables.
18261         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
18262         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
18263         (gud-watch, gdb-var-create-handler) : New functions.
18264         (gdb-var-list-children, gdb-var-list-children-handler)
18265         (gdb-var-create-regexp, gdb-var-update-regexp)
18266         (gdb-var-list-children-regexp): New constants.
18267         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
18268         (gdb-annotation-rules): Reduce annotation set (level 3).
18269         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
18270         (gdb-post-prompt): Don't update GDB buffers every time speedbar
18271         updates.
18272         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
18273         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
18274         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
18275         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
18276         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
18277         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
18278         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
18279         (gud-display, gud-display1)
18280         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
18281         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
18282         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
18283         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
18284         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
18285         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
18286         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
18287         (gdb-display-display-buffer, gdb-toggle-display)
18288         (gdb-delete-display, gdb-expressions-popup-menu)
18289         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
18290         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
18291         to display buffer.
18293 2003-09-30  Richard M. Stallman  <rms@gnu.org>
18295         * progmodes/ada-mode.el (ada-mode): Don't use advice.
18296         Instead, set which-func-functions.
18298         * progmodes/which-func.el (which-func-modes): Add ada-mode.
18299         (which-func-functions): New variable.
18300         (which-function): Use that.
18302         * info.el (Info-mode): Double each `%' in header line.
18304         * emacs-lisp/lisp-mnt.el (lm-with-file):
18305         When FILE is nil, run BODY in current buffer.
18307         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
18309         * help.el (describe-mode): Start with a brief list of minor modes.
18310         Find them thru minor-mode-list so as to find them all.
18311         Show them in alphabetical order.
18313         * mail/sendmail.el (mail-aliases): Doc fix.
18315         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
18317 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
18319         * mail/rmailsum.el (rmail-make-summary-line-1):
18320         Change comma after last label to a space.
18321         (rmail-summary-font-lock-keywords): Adapt to that change.
18323 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
18325         * progmodes/scheme.el (scheme-mode-variables): When setting
18326         `font-lock-defaults', also specify that "#" should
18327         be interpreted with `word' syntax.
18328         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
18330 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
18332         * desktop.el: A lot of comments updated.
18333         (desktop-save-mode): Minor mode introduced.
18334         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
18335         (desktop-load-default): Function made obsolete.
18336         (desktop-locals-to-save): Variable made customizable.
18337         (desktop-read): Optional parameter `dirname' added.
18338         (desktop-change-dir, desktop-revert): Parameter `dirname' in
18339         `desktop-read' used.
18340         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
18342 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
18344         * whitespace.el (whitespace-clean-msg): Add user customizable message
18345         for displaying ``clean'' output.
18346         (whitespace-buffer): Use `whitespace-clean-msg'.
18347         (whitespace-global-mode): Fix typo.
18349 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
18351         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
18353 2003-09-29  Lute Kamstra  <lute@gnu.org>
18355         * bindings.el (mode-line-modes): Remove superfluous :propertize
18356         construct in initialization.
18357         (mode-line-position): Change cons cell into proper list in
18358         initialization.
18360 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
18362         * international/mule.el (decode-coding-inserted-region): Use car
18363         of the return value of find-operation-coding-system.
18365 2003-09-29  Kenichi Handa  <handa@m17n.org>
18367         * descr-text.el (describe-char): Fix previous change.
18369 2003-09-28  Kenichi Handa  <handa@m17n.org>
18371         * descr-text.el (describe-char-display): New function.
18372         (describe-char): Pay attention to display table on describing how
18373         a character is displayed.
18375         * international/mule-cmds.el (encoded-string-description):
18376         Prepend "0x" to each encoded byte.
18378 2003-09-28  Andreas Schwab  <schwab@suse.de>
18380         * find-file.el (ff-special-constructs): Add autoload cookie.
18382 2003-09-28  Kevin Ryde  <user42@zip.com.au>
18384         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
18385         makeinfo appends to duplicate index entries.
18387 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
18389         * dired-x.el (dired-clean-tex): Doc fix.
18391         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
18392         using a Chinese tutorial.
18394 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
18396         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
18397         between "MAIL FROM:" and "RCPT TO:" and the following address.
18399 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
18401         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
18403 2003-09-28  David Ponce  <david@dponce.com>
18405         * recentf.el (recentf-initialize-file-name-history): New defcustom.
18406         (recentf-load-list): When `recentf-initialize-file-name-history'
18407         is non-nil, initialize an empty `file-name-history' with the
18408         recent list.
18410 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
18412         * man.el (Man-default-man-entry): Remove the leading `*' from the
18413         word at point.
18415 2003-09-26  Lute Kamstra  <lute@gnu.org>
18417         * bindings.el (mode-line-position): Mention size indication in
18418         docstring.
18420 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
18422         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
18424         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
18425         because it's autoloaded now.
18427 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
18429         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
18430         (sh-font-lock-keywords, sh-feature): Fix previous change of
18431         sh-feature to avoid infloop with sh-font-lock-keywords.
18433 2003-09-25  Kim F. Storm  <storm@cua.dk>
18435         * frame.el (frame-current-scroll-bars): New defun.
18437         * window.el (window-current-scroll-bars): New defun.
18439 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
18441         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
18442         cause errors when the state cache contains info on parts that have
18443         been narrowed out.
18445 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
18447         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
18448         `c-setup-paragraph-variables' has to be used when this variable is
18449         changed; it doesn't work to reinitialize the mode since that
18450         typically clobbers the variable.
18452         * progmodes/cc-styles.el (c-setup-paragraph-variables):
18453         Make it interactive.
18455 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
18457         * progmodes/cc-fonts.el (c-font-lock-declarations):
18458         Fix recognition of constructors and destructors for classes whose
18459         names are matched by `*-font-lock-extra-types'.
18461         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
18462         followed by an identifier in C++ then it's a type.
18464 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
18466         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
18467         problem that primarily affected XEmacs.  Don't use faces to find
18468         unterminated strings since Emacs and XEmacs fontify strings
18469         differently - this function should now work better in XEmacs.
18471 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
18473         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
18474         `expand-abbrev' workaround which caused braces to misbehave inside
18475         macros.
18477         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
18478         handling.  This bug could cause interactive font locking to bail out.
18480 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
18482         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
18483         Handle paren-style types in Pike.  Also fixed some cases of
18484         insufficient handling of unbalanced parens.
18486 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
18488         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
18489         common shell prompts that are not common filename or URL characters.
18490         (ffap-file-at-point): Use the new regexp to strip the prompts from
18491         the file names.  This is an issue mostly for user prompts that
18492         don't have a trailing space and find-file-at-point is invoked from
18493         within a shell inside Emacs.
18495 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
18497         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
18498         stamps numerically, rather than textually.
18500 2003-09-24  Kenichi Handa  <handa@m17n.org>
18502         * language/devan-util.el (devanagari-post-read-conversion):
18503         * language/mlm-util.el (malayalam-post-read-conversion):
18504         * language/tml-util.el (tamil-post-read-conversion):
18505         Add autoload cookie.
18507         * international/utf-8.el (utf-8-post-read-conversion):
18508         Call post-read-conversion functions for Devanagari, Malayalam,
18509         and Tamil.
18511 2003-09-23  Dave Love  <fx@gnu.org>
18513         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
18515 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
18517         * progmodes/gud.el (perldb): Add gud-until to list of commands.
18518         Update gud-remove.
18520 2003-09-22  Richard M. Stallman  <rms@gnu.org>
18522         * progmodes/sh-script.el (sh-mode-default-syntax-table):
18523         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
18524         (sh-mode-syntax-table-input): New variable.
18525         (sh-require-final-newline): Don't use eval.
18526         (sh-builtins, sh-leading-keywords, sh-other-keywords)
18527         (sh-variables, sh-font-lock-keywords): Don't use eval.
18528         (sh-set-shell): When setting require-final-newline,
18529         treat value = `require-final-newline' as don't change it.
18530         Set sh-mode-syntax-table locally based on
18531         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
18533         * progmodes/compile.el (compile-internal):
18534         Call compilation-set-window-height before setting window start.
18536 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
18538         * emacs-lisp/bytecomp.el (byte-compile-log-file):
18539         Clear out byte-compile-last-warned-form.
18541 2003-09-22  Richard M. Stallman  <rms@gnu.org>
18543         * woman.el (woman-file-name, woman-follow-word):
18544         If current-word returns nil, use "".
18546         * simple.el (eval-expression): Bind standard-output in to-buffer case.
18548 2003-09-22  Richard M. Stallman  <rms@gnu.org>
18550         * emacs-lisp/lisp-mnt.el (lm-with-file):
18551         Don't visit the file, just use insert-file-contents in temp buffer.
18553 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
18555         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
18556         Add surrounding \\( and \\) around the header, as in
18557         for lm-history-header 'Change Log\\|History'.
18559 2003-09-22  John Paul Wallington  <jpw@gnu.org>
18561         * progmodes/ld-script.el: Add Commentary section,
18562         minor cleanup of file header.
18563         (ld-script-font-lock-keywords): Doc fix.
18564         (toplevel): Provide `ld-script' feature.
18566 2003-09-21  Kim F. Storm  <storm@cua.dk>
18568         * scroll-bar.el (set-scroll-bar-mode): Initialize to
18569         new built-in variable default-frame-scroll-bars.
18570         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
18571         scroll-bar-mode; notably, use it instead of t when we toggle
18572         scroll-bars on.
18573         (toggle-scroll-bar): Use default-frame-scroll-bars.
18575 2003-09-19  Masatake YAMATO  <jet@gyve.org>
18577         * pcvs.el (cvs-do-removal): Change the prompt depending on
18578         `filter' value.
18580 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
18582         * startup.el (command-line-1): Stop startup-echo-area-message
18583         being hidden by "Loading image..." message.
18584         (use-fancy-splash-screens-p, display-splash-screen):
18585         Move display-graphic-p test from latter to former.
18587         * progmodes/sh-script.el (sh-font-lock-keywords):
18588         Highlight escaped EOLs differently from other backslash constructs.
18590 2003-09-19  Richard M. Stallman  <rms@gnu.org>
18592         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
18593         New functions.
18594         (edebug-enter, edebug-outside-excursion): Use them.
18596         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
18597         Fix the condition for whether to print "In WHERE".
18599 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
18601         * finder.el (finder-mode-hook): New variable.
18602         (finder-mode): Run hook finder-mode-hook
18604 2003-09-18  Masatake YAMATO  <jet@gyve.org>
18606         * progmodes/ebrowse.el: Fix broken magic autoload comments.
18608 2003-09-17  Mario Lang  <mlang@delysid.org>
18610         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
18611         "p %e" to actually print the value in the GUD buffer.
18613 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
18615         From David Ponce <david.ponce@wanadoo.fr>:
18616         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
18617         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
18618         from loaddefs-boot.el if necessary.
18620 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
18622         * progmodes/gud.el (gud-find-class): Make jdb work again since
18623         cc-mode changed the syntactic information.
18625 2003-09-15  David Ponce  <david@dponce.com>
18627         * recentf.el: (recentf-exclude): Accept predicates too.
18628         (recentf-file-readable-p): New function.
18629         (recentf-include-p): Handle predicates in recentf-exclude.
18630         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
18631         (recentf-cleanup): Likewise.
18632         (recentf-save-list): Use write-file to handle backup of
18633         recentf-save-file.
18635 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
18637         * loaddefs-boot.el: Renamed from `loaddefs.el'
18638         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
18639         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
18640         necessary.
18642 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
18644         * electric.el (Electric-pop-up-window): For the `one-window' case,
18645         no longer disconcertingly move point in the original buffer.
18647 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18649         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
18651 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
18653         * dired.el (dired-mode-map): Fix typo.
18655 2003-09-11  Richard M. Stallman  <rms@gnu.org>
18657         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
18659 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
18661         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
18662         the function is less noisy.  Now only `kill-buffer' can ask questions.
18664 2003-09-10  Mario Lang  <mlang@delysid.org>
18666         * battery.el: Update Commentary and Copyright.
18667         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
18668         appear due to wrong ordering of the expressions in `or'.
18670 2003-09-09  Lute Kamstra  <lute@gnu.org>
18672         * misc.el (upcase-char): Fix docstring.
18673         (zap-up-to-char): New command.
18675 2003-09-08  David Ponce  <david@dponce.com>
18677         Ensure that recentf correctly updates the menu bar.
18678         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
18679         (recentf-menu-bar): New function.
18680         (recentf-clear-data): Use it
18681         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
18682         of easy-menu-change.
18684 2003-09-08  Lute Kamstra  <lute@gnu.org>
18686         * simple.el (size-indication-mode): New.
18687         * bindings.el (mode-line-position): Add buffer size indicator.
18689 2003-09-04  Mario Lang  <mlang@delysid.org>
18691         * battery.el (battery-linux-proc-acpi): New function.
18692         (battery-status-function): Modify default value calculation to also
18693         check for availability of ACPI.
18694         (battery-echo-area-format): Ditto.
18695         (battery-mode-line-format): Ditto.
18697 2003-09-06  Dave Love  <fx@gnu.org>
18699         * ielm.el (ielm-mode-hook): Add :options.
18701         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
18702         (eldoc-print-current-symbol-info): Use it.
18704 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
18706         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
18707         being displayed in GUD buffer.
18708         (gdb-idle-input-queue): Remove var.  Use just one queue.
18709         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
18710         Remove functions.  Use just one queue.
18711         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
18712         (gdb-invalidate-assembler, gdb-get-current-frame):
18713         Modify functions.  Use just one queue.
18715 2003-09-04  Dave Love  <fx@gnu.org>
18717         * cus-start.el: Add blink-cursor-alist.
18719         * ruler-mode.el (ruler-mode-fill-column-char)
18720         (ruler-mode-current-column-char): Use char-displayable-p,
18721         not window-system.
18723         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
18725         * language/european.el (windows-1252): Move from code-pages.
18727         * language/cyrillic.el ("Windows-1251"): Delete.
18728         ("Bulgarian", "Belarusian"): Remove `features'.
18729         (windows-1251): Move from code-pages.
18731         * international/mule-diag.el (non-iso-charset-alist):
18732         Remove `codepage' stuff.
18733         (print-designation, list-coding-systems-1): Output fixes.
18735         * international/code-pages.el (cp-make-translation-table)
18736         (cp-valid-codes): Made defsubsts.
18737         (cp-fix-safe-chars): Delete.
18738         (mule-diag): Don't require.
18739         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
18740         (top-level): Check for defined coding system when defining
18741         cp... aliases.  Change w32-add-charset-info test to avoid warning.
18742         (non-iso-charset-alist): Defvar when compiling.
18743         (cp-make-coding-system): Doc fix.
18745 2003-09-02  Jason Rumney  <jasonr@gnu.org>
18747         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
18748         line-ends from CVS before doing conversion.
18750 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
18752         * calendar/diary-lib.el (diary-header-line-flag)
18753         (diary-header-line-format): New variables.
18754         (list-diary-entries): Use them to set header line in simple diary.
18756         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
18757         other than font-lock-string-face to highlight backslashes.
18759 2003-09-01  Jason Rumney  <jasonr@gnu.org>
18761         * international/titdic-cnv.el (tit-read-key-value): Include \r in
18762         regexp.
18764 2003-09-01  Dave Love  <fx@gnu.org>
18766         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
18768         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
18769         and :help; also line and column numbers labels.
18771         * international/mule-util.el (char-displayable-p): Move from
18772         latin1-disp, rename and autoload.
18774         * international/latin1-disp.el (latin1-char-displayable-p):
18775         Now obsolete alias.  Replace uses with char-displayable-p.
18776         (latin1-display-ucs-per-lynx): Fix last change.
18778         * international/mule-cmds.el (standard-display-european-internal):
18779         Don't use char code for Latin-1 NBSP.
18780         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
18781         U+2018, U+2019 for `'.
18782         (select-safe-coding-system): Message fix.
18784 2003-09-01  Kenichi Handa  <handa@m17n.org>
18786         * international/fontset.el (setup-default-fontset): For Thai
18787         font, specify "*" family.
18789 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
18791         * progmodes/compile.el (previous-error): Accept a prefix
18792         argument, similarly to next-error.
18794 2003-08-31  Masatake YAMATO  <jet@gyve.org>
18796         * pcvs.el (cvs-do-removal): Use = instead of eq to check
18797         the number of files.  Bind the number of files to a local
18798         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
18800 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
18802         * vc-hooks.el (vc-make-version-backup): Fix the change made on
18803         2003-07-26: msdos-long-file-names is a function, not a variable.
18805 2003-08-29  Richard M. Stallman  <rms@gnu.org>
18807         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
18808         Do nothing with mail-personal-alias-file if it is nil.
18810         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
18811         Do nothing if mail-personal-alias-file is nil.
18813         * term.el (term-exec-1): Bind coding-system-for-read.
18815         * dired.el (dired-mouse-find-file-other-window):
18816         Use dired-view-command-alist here, as in dired-view-file.
18817         (dired-view-command-alist): Use %s to substitute file name.
18818         Handle .ps_pages, .eps, .jpg, .gif, .png.
18820 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
18822         * info.el (Info-mode-map): Bind S-tab and <backtab> to
18823         `Info-prev-reference', instead of M-tab.
18825 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
18827         * simple.el (blink-matching-open): Work correctly on chars that
18828         are designated as parens through the syntax-table text property.
18830 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
18832         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
18833         line break position in the middle of a non-kinsoku (e.g. latin)
18834         word, making it skip until either a space or a character with
18835         category "|".
18836         (kinsoku-longer): Test for end of buffer.
18838 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
18840         * mail/rmail.el (rmail-convert-to-babyl-format):
18841         Detect quoted-printable- and base64-encoded messages and decode them
18842         automatically.  Set the message's encoding from the charset=
18843         header, if any.  Decode base64-encoded messages in Mail format as well.
18845 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
18847         * mail/smtpmail.el: Fix previous change.
18848         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
18849         calling smtpmail-via-smtp.
18850         (smtpmail-via-smtp): Add fall-back values for envelope-from.
18852 2003-08-26  John Paul Wallington  <jpw@gnu.org>
18854         * image.el (image-jpeg-p): Don't search beyond length of data.
18856 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
18858         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
18859         misfeature in `expand-abbrev' which caused electric keywords like
18860         "else" to disappear if an open brace was typed directly afterwards.
18862 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
18864         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
18865         mandatory in `define-widget'.
18867         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
18868         Don't align the operators "!=", "<=" and ">=" as assignment operators.
18870         (c-assignment-operators): New language constant that only contains
18871         the assignment operators.
18873         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
18875 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
18877         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
18878         Safeguard against unbalanced sexps.
18880 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
18882         * version.el (emacs-version): Check for gtk.  Include gtk version info.
18884 2003-08-25  John Paul Wallington  <jpw@gnu.org>
18886         * man.el (Man-default-man-entry): Don't whizz past the section
18887         number before looking for it.
18889 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
18891         * progmodes/gud.el (gud-display-line): Don't set window-point if
18892         source buffer is not visible.  (Only happens with M-x gdba.)
18894         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
18895         documentation.
18896         (gdb-source, gdb-source-info): Update to assembler unnecessary
18897         as its done after each GDB command anyway.
18898         (gdb-pre-prompt): Use with-current-buffer.
18899         (gdb-insert-field): Add help-echo text.
18900         (gdb-invalidate-assembler): Re-display of assembler now done in
18901         gdb-info-breakpoints-custom.
18902         (gdb-info-breakpoints-custom): Force re-display of assembler to
18903         happen *after* update of breakpoints buffer.
18904         (gdb-display-source-buffer): Don't choke if gdb-source-window
18905         isn't visible.
18906         (gdb-put-string, gdb-put-arrow): Remove free variables.
18908 2003-08-24  John Paul Wallington  <jpw@gnu.org>
18910         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
18912         * man.el (Man-default-man-entry): Strip text properties when
18913         snarfing parts of entry because `format' preserves properties.
18915 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
18917         * files.el (file-newest-backup): Use `expand-file-name'.
18919         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
18920         Allow the diary to pop up a new frame, if needed.
18922         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
18923         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
18924         (smtpmail-send-it): Make treatment of envelope-from consistent with
18925         sendmail.el.
18927         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
18928         (sh-leading-keywords): Add the bash `time' reserved word.
18929         (sh-variables): Add some bash variables.
18930         (sh-add-completer): Fix nil branch of case statement.
18932 2003-08-24  Masatake YAMATO  <jet@gyve.org>
18934         * progmodes/ld-script.el: New file.
18936 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
18938         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
18940 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
18942         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
18943         Better explain obsolescence, and what to use instead.
18945 2003-08-23  Masatake YAMATO  <jet@gyve.org>
18947         * pcvs.el (cvs-do-removal): Show the deleted file name
18948         on the prompt.
18950 2003-08-20  Dave Love  <fx@gnu.org>
18952         * international/mule.el (make-coding-system)
18953         (set-buffer-file-coding-system): Doc fix.
18955         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
18957         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
18959         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
18961         * international/utf-16.el: Add mime-text-unsuitable coding system
18962         properties.
18964         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
18966         * cus-edit.el: Add some :links.
18967         (bib): Remove.
18969         * textmodes/bib-mode.el (bib): Add :group external.
18971 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
18973         * wid-edit.el (widget-echo-help): Make it handle expressions that
18974         evaluate to strings.
18976 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
18978         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
18980         Simplify selection of SQL products to define highlighting and
18981         interactive mode.  Includes detailed instructions on adding
18982         support for new products.
18984         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
18985         product for use in highlighting and interactive mode.
18986         (sql-interactive-product): New variable.  SQL product for
18987         sql-interactive-mode.
18988         (sql-product-support): New variable.  Specifies product-specific
18989         parameters to drive highlighting and interactive mode.
18990         (sql-imenu-generic-expression): Add more object types.
18991         (sql-sqlite-options): Correct comment.
18992         (sql-ms-program): Use "osql" rather than "isql".
18993         (sql-prompt-regexp, sql-prompt-length): Update comment.
18994         (sql-mode-menu): Add "Start SQLi session" entry.
18995         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
18996         (sql-mode-abbrev-table): Add abbreviations.  Support of
18997         SYSTEM-FLAG on define-abbrev.  Support was removed with last
18998         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
18999         (sql-mode-font-lock-object-name): Add font-lock pattern for object
19000         names.
19001         (sql-mode-ansi-font-lock-keywords): Set as default value.
19002         (sql-mode-oracle-font-lock-keywords): Set as default value.
19003         Support Oracle 9i keywords.
19004         (sql-mode-postgres-font-lock-keywords): Set as default value.
19005         (sql-mode-linter-font-lock-keywords): Set as default value.
19006         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
19007         SQLServer 2000.
19008         (sql-mode-sybase-font-lock-keywords)
19009         (sql-mode-interbase-font-lock-keywords)
19010         (sql-mode-sqlite-font-lock-keywords)
19011         (sql-mode-strong-font-lock-keywords)
19012         (sql-mode-mysql-font-lock-keywords)
19013         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
19014         keywords.
19015         (sql-mode-font-lock-defaults): Update comment.
19016         (sql-product-feature): New function.  Returns feature associated
19017         with a product from `sql-product-support' alist.
19018         (sql-product-font-lock): New function.  Set font-lock support
19019         based on `sql-product'.
19020         (sql-add-product-keywords): New function.  Add font-lock rules to
19021         product-specific keyword variables.
19022         (sql-set-product): New function.  Set `sql-product' and apply
19023         appropriate font-lock highlighting.
19024         (sql-highlight-product): New function.  Set font-lock support
19025         based on a product.  Also set mode name to include product name.
19026         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
19027         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
19028         Use `sql-set-product'.
19029         (sql-highlight-ms-keywords)
19030         (sql-highlight-sybase-keywords)
19031         (sql-highlight-interbase-keywords)
19032         (sql-highlight-strong-keywords)
19033         (sql-highlight-mysql-keywords)
19034         (sql-highlight-sqlite-keywords)
19035         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
19036         (sql-get-login): Prompt in the same order as the tokens.
19037         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
19038         (sql-product-interactive): New function.  Common portions of
19039         product-specific interactive mode wrappers.
19040         (sql-interactive-mode): Rewritten to use product features.
19041         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
19042         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
19043         (sql-db2, sql-linter): Use `sql-product-interactive'.
19044         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
19045         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
19046         (sql-connect-ingres, sql-connect-postgres)
19047         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
19048         New functions.  Format command line parameters and invoke comint on
19049         the appropriate interpreter.  Code was in the corresponding
19050         `sql-xyz' function before.
19051         (sql-connect-ms): New function.  Support -E argument to use
19052         operating system credentials for authentication.
19054 2003-08-18  Kenichi Handa  <handa@m17n.org>
19056         * international/mule.el (encode-char): Fix for the ASCII case.
19058 2003-08-15  Kenichi Handa  <handa@m17n.org>
19060         * international/fontset.el (setup-default-fontset): Change "*" to
19061         nil in the specifications of font family.
19063 2003-08-18  Kim F. Storm  <storm@cua.dk>
19065         * kmacro.el (kmacro-keymap): Group related bindings in
19066         initialization for clarity.  Bind C-s to start macro.
19067         Remove C-r binding.
19068         (kmacro-initial-counter-value): New defvar to hold initial counter
19069         value in case we set the value before defining a macro.
19070         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
19071         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
19072         not defining or executing macro.  Doc fix.
19073         (kmacro-add-counter): Clear kmacro-initial-counter-value.
19074         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
19075         temporarily view older elements on the macro ring without cycling
19076         the ring.
19077         (kmacro-display): Doc fix.
19078         (kmacro-exec-ring-item): New helper function.
19079         (kmacro-call-ring-2nd): Use it.
19080         (kmacro-call-ring-2nd-repeat): Doc fix.
19081         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
19082         (kmacro-end-or-call-macro): Execute last viewed macro (using
19083         kmacro-exec-ring-item) from ring if this follows
19084         kmacro-view-macro.  This allows us to find a macro on the ring
19085         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
19086         the ring to bring it to the head of the ring.
19087         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
19088         Allow binding to reserved keys without specifying C-x C-k prefix.
19089         Ask for confirmation if entered key sequence is already bound to
19090         a non-macro command.
19091         (kmacro-view-macro): Repeating command will show older elements
19092         on the macro ring; C-k will execute the last viewed macro.
19093         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
19094         property from 'ring to 'head.
19096 2003-08-17  Alan Shutko  <ats@acm.org>
19098         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
19099         keeping December out of the alist.
19101 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
19103         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
19104         * calendar/calendar.el (calendar-mode-map): Bind it to key.
19105         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
19106         (calendar-flatten): New function.
19107         (calendar-mouse-view-other-diary-entries)
19108         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
19109         in the menu title and to show multi-line diary entries correctly
19110         in the menu.
19112 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
19114         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
19115         defcustom, because the default was recently changed.
19117 2003-08-16  Richard M. Stallman  <rms@gnu.org>
19119         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
19121         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
19122         New subroutine, broken out of eval-last-sexp-1.
19123         (eval-last-sexp-1): Use eval-last-sexp-print-value.
19125         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
19127         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
19129         * simple.el (eval-expression): Use eval-last-sexp-print-value.
19131 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
19133         * progmodes/compile.el (compilation-error-regexp-alist):
19134         Add Java ANt error detection as described in document
19135         http://ant.apache.org/faq.html
19137 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
19139         * simple.el (backward-word, forward-to-indentation)
19140         (backward-to-indentation): Argument changed to optional.
19141         (next-line, previous-line): Use `or' instead of `unless'.
19143 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19145         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
19146         instead of a constant.
19148 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
19150         * shell.el (shell): With prefix-arg, suggest a new buffer name.
19152 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
19154         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
19155         (vc-sccs-workfile-version): Search the entire delta table, rather
19156         than just the first entry, because that might be a deleted version.
19158 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
19160         * menu-bar.el (menu-bar-options-menu): Supply a body for the
19161         [save-place] binding in the Options menu.  Have it require
19162         'saveplace' and then toggle the variable manually, to avoid an an
19163         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
19164         for the bug report.
19166 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
19168         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
19169         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
19170         (gdb-info-threads-custom): Add help-echo text.
19171         (gdb-display-back): Don't use purecopy.
19172         (gdb-info-breakpoints-custom, gdb-reset)
19173         (gdb-assembler-custom): Use display-images-p to test if breakpoint
19174         icons can be displayed.
19176 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
19178         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
19180 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
19182         * bookmark.el (bookmark-completing-read):
19183         Return a string, instead of a list of one string.
19184         Use a popup menu if activated from the mouse.
19185         (bookmark-edit-annotation): Remove unused vars.
19186         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
19187         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
19188         to bookmark-completing-read.
19189         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
19190         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
19191         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
19192         and erase-buffer.
19193         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
19194         (bookmark-menu-jump, bookmark-menu-insert)
19195         (bookmark-popup-menu-and-apply-function)
19196         (bookmark-menu-popup-paned-bookmark-menu): Remove.
19197         (bookmark-menu-build-paned-menu): Remove by folding it into
19198         bookmark-menu-popup-paned-menu.
19199         (menu-bar-bookmark-map): Move the define-key statements here.
19200         Use the "non-menu" commands since they now pop up a menu if needed.
19201         (bookmark-exit-hook-internal): Simplify.
19203 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
19205         * reftex-toc.el (reftex-toc-rename-label): New function.
19206         (reftex-toc-check-docstruct): New function.
19208         * reftex.el (reftex-region-active-p): New function.
19210         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
19211         regexp to find the \bibliography macro.
19213         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
19214         which does not exist in LaTeX.
19215         (reftex-cite-format-builtin): Added amsrefs support.
19216         (reftex-toc-confirm-promotion): New option
19218         * reftex-toc.el
19219         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
19220         (reftex-toc-demote, reftex-toc-promote)
19221         (reftex-toc-do-promote, reftex-toc-promote-prepare)
19222         (reftex-toc-promote-action, reftex-toc-extract-section-number)
19223         (reftex-toc-newhead-from-alist)
19224         (reftex-toc-load-all-files-for-promotion): New functions.
19225         (reftex-toc-help): Added description of new keys.
19226         (reftex-toc-split-windows-fraction): New option.
19227         (reftex-recenter-toc-when-idle): Search *toc* window on all
19228         visible frames.
19229         (reftex-toc): Additional parameter REUSE
19230         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
19231         with REUSE argument.
19232         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
19233         the call of `reftex-toc'.
19234         (reftex-make-separate-toc-frame): New function .
19235         (reftex-toc-recenter): When called with triple prefix arg, call
19236         `reftex-make-separate-toc-frame' first.
19237         (reftex-toc-toggle-dedicated-frame): New command.
19238         (reftex-toc-quit): Adapted to delete frame when called in
19239         dedicated frame.
19241         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
19242         all enclosing macros.
19245 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19247         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
19248         first use.
19250 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19252         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
19254 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
19256         * calendar/calendar.el (list-diary-entries-hook)
19257         (diary-display-hook, nongregorian-diary-listing-hook)
19258         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
19259         Add some customize options for these hooks.
19260         (calendar-abbrev-construct): Don't try to take a substring longer
19261         than the original string.
19263 2003-08-05  Richard M. Stallman  <rms@gnu.org>
19265         * emacs-lisp/testcover.el (noreturn): Report error if does return.
19266         (testcover-reinstrument-clauses): Doc fix.
19268         * emacs-lisp/warnings.el: Doc fixes, args renamed.
19269         (warning-type-format): Rename from warning-group-format.
19271         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
19272         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
19273         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
19274         to prevent warnings about defvar for an obsolete variable.
19276         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
19277         warning-group-format renamed to warning-type-format.
19279         * subr.el (read-passwd): Use clear-string instead of fillarray.
19281         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
19282         Use vconcat instead of concat.
19283         (edmacro-sanitize-for-string): New function.
19285 2003-08-05  Dave Love  <fx@gnu.org>
19287         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
19288         line-number-display-limit-width.
19290         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
19292 2003-08-05  Kenichi Handa  <handa@m17n.org>
19294         * international/code-pages.el: Don't require mule-diag.
19296         * international/mule-diag.el (non-iso-charset-alist):
19297         Add autoload cookie.
19299         * language/devan-util.el (dev-glyph-order): Add an entry for the
19300         glyph code #xC4.
19302 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
19304         * calendar/calendar.el (diary-file, diary-file-name-prefix)
19305         (european-calendar-style, diary-date-forms)
19306         (calendar-day-name-array, calendar-month-name-array): Doc change.
19307         (generate-calendar-month): Adapt for new behaviour of
19308         `calendar-day-name' function.
19309         (calendar-abbrev-length, calendar-day-abbrev-array)
19310         (calendar-month-abbrev-array): New variables.
19311         (calendar-abbrev-construct): New function.
19312         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
19313         rather than fixing abbrevs at some width.  Calling syntax change.
19314         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
19315         (calendar-date-string): Adapt for new behaviours of
19316         `calendar-day-name' and `calendar-month-name' functions.
19318         * calendar/diary-lib.el (list-diary-entries): Adapt for new
19319         behaviour of `calendar-day-name' and `calendar-month-name' functions.
19320         (diary-name-pattern): Use abbrev arrays, rather than fixing
19321         abbrevs at three chars.  Calling syntax change.
19322         (mark-diary-entries): Adapt for new behaviours of
19323         `diary-name-pattern' and `calendar-make-alist' functions.
19324         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
19325         `diary-name-pattern' function.
19326         (font-lock-diary-date-forms): Use abbrev arrays, rather than
19327         fixing abbrevs at three chars.  Calling syntax change.
19328         (cal-hebrew, cal-islam): Require when compiling.
19329         (diary-font-lock-keywords): Adapt for new behaviour of
19330         `font-lock-diary-date-forms' function.
19332         * calendar/cal-hebrew.el: Reposition some code so defined before used.
19333         (calendar-hebrew-month-name-array-common-year)
19334         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
19335         (list-hebrew-diary-entries): Adapt for new behaviours of
19336         `calendar-day-name' and `add-to-diary-list' functions.
19337         (mark-hebrew-diary-entries): Adapt for new behaviours of
19338         `diary-name-pattern' and `calendar-make-alist' functions.
19340         * calendar/cal-islam.el (calendar-islamic-month-name-array):
19341         Add doc string.
19342         (list-islamic-diary-entries): Adapt for new behaviours of
19343         `calendar-day-name' and `add-to-diary-list' functions.
19344         (mark-islamic-diary-entries): Adapt for new behaviours of
19345         `diary-name-pattern' and `calendar-make-alist' functions.
19347         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
19348         `calendar-month-name' function.
19350         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
19352         * calendar/solar.el (solar-seasons-data): Move definition before use.
19354         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
19355         (cal-tex-LaTeX-hourbox): Move definition before use.
19357         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
19358         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
19359         lunar.el, solar.el
19360         (displayed-month, displayed-year): Define for compiler.
19362 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
19364         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
19365         MODE.  Renamed from c-init-c-language-vars'.
19366         (c-initialize-cc-mode): Change accordingly.
19367         (c-common-init): Ditto.
19368         (c-mode): Ditto.
19369         (c++-mode): Use `c-init-language-vars-for'.
19370         (objc-mode): Ditto.
19371         (java-mode): Ditto.
19372         (idl-mode): Ditto.
19373         (pike-mode): Ditto.
19374         (awk-mode): Ditto.
19376 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
19378         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
19379         or not the point moved.
19381         (c-search-decl-header-end): Don't trip up on operator identifiers
19382         in C++ and operators like == in all languages.
19384         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19385         Detect leading labels correctly.
19387 2003-08-02  Andreas Schwab  <schwab@suse.de>
19389         * textmodes/ispell.el: Don't redo key bindings on loading, put
19390         them only in loaddefs.el.
19391         * bookmark.el: Likewise.
19392         * dabbrev.el: Likewise.
19393         * emerge.el: Likewise.
19395         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
19396         has more than one member.
19398         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
19400 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19402         * lpr.el (printify-region): It was ending conversion before the
19403         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
19405 2003-07-31  John Paul Wallington  <jpw@gnu.org>
19407         * net/browse-url.el (browse-url-epiphany): Doc fix.
19409 2003-07-30  Kenichi Handa  <handa@m17n.org>
19411         * international/fontset.el (setup-default-fontset):
19412         Change registry names of Akurti fonts.
19414 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19416         * comint.el (comint-read-noecho): Use `clear-string' instead of
19417         `fillarray'.
19419 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
19421         * outline.el (outline-mode-hook): Add defvar.
19423 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
19425         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
19426         Restore assembler in source window if that is what has been selected.
19427         (menu): Add gdb-restore-windows to menu.  Make gdba
19428         specific menus only visible from gdba.
19430 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
19432         * progmodes/compile.el (compilation-environment): New user variable.
19433         (compile-internal): Respect it.
19435 2003-07-23  Masatake YAMATO  <jet@gyve.org>
19437         * progmodes/gud.el (gdb-script-font-lock-keywords):
19438         Put `font-lock-function-name-face' on a symbol which includes
19439         `-' like `hook-run'.  Put font-lock-variable-name-face
19440         on a symbol starting with $.
19442 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
19444         * files.el (set-visited-file-name): Use truename for buffer-file-name.
19446 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
19448         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
19450 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
19452         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
19453         Use with-no-warnings.
19454         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
19455         rather than to find-file-not-found-hook, which doesn't exist.
19457 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
19459         * international/quail.el (quail-translate-key): Fix previous change.
19461 2003-07-25  John Paul Wallington  <jpw@gnu.org>
19463         * server.el (server-start): Check `server-process' is non-nil
19464         before killing it to avoid killing current buffer's process.
19466         * simple.el (choose-completion-string): Use `minibufferp';
19467         test `completion-reference-buffer' if `buffer' arg is nil.
19468         (push-mark): Use `when' and `unless'.
19469         (pop-mark): Use `when'.
19471         * mouse-sel.el (mouse-sel-get-selection-function):
19472         Check `x-last-selected-text-primary'.  Don't barf if it or
19473         `x-last-selected-text' aren't bound.
19475 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
19477         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
19479 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
19481         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
19483 2003-07-23  John Paul Wallington  <jpw@gnu.org>
19485         * tooltip.el (defface tooltip): Inherit from variable-pitch.
19487 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
19489         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
19490         string.  Defvar the derived hook.
19492         * macros.el (insert-kbd-macro): Escape double quote character.
19493         From Thomas W Murphy <twm@andrew.cmu.edu>.
19495 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
19497         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
19498         to match the specific mark rather than reusing comment-start-skip.
19500 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
19502         * progmodes/hideshow.el (hs-special-modes-alist):
19503         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
19505 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
19507         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
19508         value using ?\s.
19510 2003-07-21  John Paul Wallington  <jpw@gnu.org>
19512         * subr.el (with-selected-window): Add closing paren.
19514 2003-07-21  Richard M. Stallman  <rms@gnu.org>
19516         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
19517         (lisp-mode): Likewise.
19519         * subr.el (with-selected-window): Copy code form save-selected-window
19520         so as to call select-window with norecord arg.
19521         (dynamic-completion-table): Doc fix.
19522         (lazy-completion-table): Doc fix.
19524         * international/mule-cmds.el (set-locale-environment):
19525         langinfo renamed to locale-info.
19527         * international/mule.el (auto-coding-functions): Doc fix.
19529 2003-07-21  Kenichi Handa  <handa@m17n.org>
19531         * international/quail.el (quail-translate-key):
19532         Update quail-current-str correctly.
19534 2003-07-21  Andreas Schwab  <schwab@suse.de>
19536         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
19537         ?, to "_".
19539 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
19540         Version 2.0.36 of Tramp released.
19542         * net/tramp.el (tramp-default-password-end-of-line): Rename from
19543         tramp-password-end-of-line.
19544         (tramp-password-end-of-line): New method parameter.
19545         (tramp-get-password-end-of-line): Function to access method
19546         parameter `tramp-password-end-of-line', or variable
19547         `tramp-default-password-end-of-line' (default value).
19548         (tramp-methods): Add entries for new parameter
19549         tramp-password-end-of-line.
19550         (tramp-enter-password): Use new function
19551         `tramp-get-password-end-of-line'.
19552         (tramp-handle-insert-file-contents): Do not
19553         unconditionally inhibit the file operation file-local-copy, only
19554         do that when the inhibit-file-name-operation is currently
19555         insert-file-contents.  This fixes finding remote CVS-controlled
19556         files.  (It would barf on inserting the CVS/Entries file
19557         literally, because the file-local-copy handler wasn't called.)
19558         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
19559         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
19560         (tramp-initial-commands): New variable.
19561         (tramp-process-initial-commands): New function, using the variable.
19562         (tramp-open-connection-setup-interactive-shell): Call the new function.
19563         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
19564         method into the buffer name, never use nil.  Reported by Hanak
19565         David <dhanak@inf.bme.hu>.
19566         (tramp-open-connection-setup-interactive-shell): Erase buffer
19567         before sending "stty -onlcr".
19569         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
19571 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
19573         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
19575 2003-07-19  John Paul Wallington  <jpw@gnu.org>
19577         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
19578         (artist-draw-rect, artist-draw-square): Doc fixes.
19580         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
19582         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
19584 2003-07-19  Kenichi Handa  <handa@m17n.org>
19586         * international/kkc.el (kkc-show-conversion-list-update):
19587         Highlight the correct candidate in the message.
19589 2003-07-18  John Paul Wallington  <jpw@gnu.org>
19591         * simple.el (current-word): Don't include punctuation char when
19592         `really-word' arg is non-nil.
19594 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
19596         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
19597         moved to the directory obsolete.
19599 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
19601         * info.el (Info-menu-entry-name-re): Allow newlines in
19602         menu entry names.
19604         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
19605         syntax-ppss-after-change-function.
19606         (syntax-ppss-after-change-function): New alias.  Update uses.
19607         (syntax-ppss): Catch the case where the buffer is narrowed.
19609 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
19611         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
19612         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
19614 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
19616         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
19617         since it might be modified.
19619         * progmodes/cc-langs.el (c++-make-template-syntax-table)
19620         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
19621         names to these language constants.
19623 2003-07-15  Kim F. Storm  <storm@cua.dk>
19625         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
19626         All uses changed.
19628 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
19630         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
19631         Namespace support.
19633 2003-07-13  Juanma Barranquero  <lektu@terra.es>
19635         * frame.el (modify-all-frames-parameters): Reinstall (copyright
19636         papers received).
19638 2003-07-13  Karl Eichwalder  <ke@suse.de>
19640         * textmodes/po.el (po-find-charset): White space at the start of the
19641         Content-Type field body is non-mandatory.
19643 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
19645         * textmodes/texinfo.el (texinfo-section-list):
19646         Append appendixsection; a synonym for appendixsec.
19648 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
19650         * man.el (Man-translate-cleanup): New.
19651         (Man-translate-references): Call `Man-translate-cleanup' to clean
19652         leading, trailing and middle spaces.
19654 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
19656         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
19657         Handle `dired-directory' being a list.
19659 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19661         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
19662         it doesn't exist.
19664 2003-07-12  Richard M. Stallman  <rms@gnu.org>
19666         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
19668         * progmodes/cc-defs.el (c-make-keywords-re):
19669         Don't use delete-duplicates.
19670         (c-lang-const): Don't use mapcan.
19672         * apropos.el (apropos-show-scores): Make it customizable.
19673         Document new meaning.
19674         (apropos): Compute scores from symbols.
19675         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
19677 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19679         * ps-bdf.el: Fix copyright line.
19680         (bdf-directory-list): Fix initialization code.
19682 2003-07-11  John Paul Wallington  <jpw@gnu.org>
19684         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
19685         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
19686         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
19688 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
19690         * emacs-lisp/ring.el (ring-elements): Doc fix.
19692 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
19694         * calendar/timeclock.el (timeclock-relative)
19695         (timeclock-ask-before-exiting, timeclock-use-display-time):
19696         Doc changes.
19697         (timeclock-modeline-display): Give a message if
19698         `timeclock-use-display-time' is non-nil but `display-time-mode'
19699         is not active.
19701 2003-07-11  Kenichi Handa  <handa@m17n.org>
19703         * international/mule-cmds.el (set-language-environment):
19704         Set current-language-environment to the correct string.
19706 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19708         * ps-print.el: Print line number correctly in a region.  Reported by
19709         Tim Allen <timallen@ls83.fsnet.co.uk>.
19710         (ps-print-version): New version number (6.6.2).
19711         (ps-printing-region): Code fix.
19713 2003-07-10  John Paul Wallington  <jpw@gnu.org>
19715         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
19716         this function can be called from `add-completions-from-tags-table'.
19718 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
19720         * calendar/timeclock.el (timeclock-use-display-time)
19721         (timeclock-day-over-hook, timeclock-workday-remaining)
19722         (timeclock-status-string, timeclock-when-to-leave)
19723         (timeclock-when-to-leave-string, timeclock-log-data)
19724         (timeclock-find-discrep, timeclock-day-base)
19725         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
19726         (timeclock-modeline-display): Set the variable
19727         `timeclock-modeline-display'.
19728         (timeclock-update-modeline): Doc fix.  Respect value of
19729         `timeclock-relative'.
19731 2003-07-09  Richard M. Stallman  <rms@gnu.org>
19733         * textmodes/reftex-parse.el (reftex-all-document-files):
19734         Add autoload cookie.
19736         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
19737         (reftex-scanning-info-available-p): Add autoload cookie.
19739         * international/mule-cmds.el
19740         (set-display-table-and-terminal-coding-system): Delete duplicate
19741         aset on standard-display-table.
19743         * view.el (view-file): If existing buffer's major mode is special,
19744         don't go into view mode.
19746         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
19748 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19750         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
19751         buffer changes; there's third party code that calls this function
19752         directly.
19754 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19756         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
19757         (autodoc-font-lock-keywords): Don't byte compile on font lock
19758         initialization when running from byte compiled files.
19760 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19762         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
19763         statement ends with auto-increment "++".
19765 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19767         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
19768         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
19769         these are changed, so declare them as variables and not constants.
19771 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
19773         * subr.el (dolist, dotimes): Doc fix.
19775 2003-07-08  Kim F. Storm  <storm@cua.dk>
19777         * international/mule-cmds.el
19778         (set-display-table-and-terminal-coding-system): Don't break
19779         bootstrap if standard-display-table isn't setup yet.
19781 2003-07-07  Richard M. Stallman  <rms@gnu.org>
19783         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
19784         Give it a doc string, and autoload it.
19786         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
19787         Use with-no-warnings.
19789         * info.el (Info-search): If find invisible text, search again.
19791         * isearch.el (search-whitespace-regexp): Add a shy group around it.
19793         * man.el (Man-name-regexp): Match + as part of name.
19795         * simple.el (visible-mode): Rename from vis-mode.
19796         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
19798         * simple.el (current-word): New arg REALLY-WORD specifies
19799         don't include punctuation chars.
19801         * emacs-lisp/debug.el (debug, debugger-env-macro):
19802         Use with-no-warnings while accessing and binding unread-command-char.
19804         * international/mule-cmds.el
19805         (set-display-table-and-terminal-coding-system): Use explicit loop
19806         instead of calling standard-display-default.
19808         * net/ange-ftp.el (ange-ftp-file-symlink-p):
19809         Use condition-case to catch error in ange-ftp-get-files.
19811         * net/browse-url.el (browse-url-browser-function):
19812         Add alternative for Epiphany.
19813         (browse-url-epiphany-program, browse-url-epiphany-arguments)
19814         (browse-url-epiphany-startup-arguments)
19815         (browse-url-epiphany-new-window-is-tab): New variables.
19816         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
19818         * progmodes/compile.el (compile-auto-highlight): Default now t.
19819         (compile): Doc fix.
19820         (compilation-next-error): Fix previous change.
19822         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
19824         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
19826 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
19828         * gdb-ui.el (gdb-source-info): Display current frame when
19829         attaching to an existing process.
19830         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
19831         while laying out windows when attaching to an existing process.
19833 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
19835         * info.el (Info-menu): Use Info-menu-entry-name-re.
19837 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
19839         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
19840         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
19842         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
19843         to match the same text.
19845 2003-07-06  John Paul Wallington  <jpw@gnu.org>
19847         * vc.el (vc-annotate-offset): Move defvar up.
19849 2003-07-06  Kim F. Storm  <storm@cua.dk>
19851         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
19852         This should fix the infinite loop when extracting menu names.
19854 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
19856         * files.el (auto-mode-alist, interpreter-mode-alist):
19857         Remove entries to CC Mode modes to avoid duplicates; they are now added
19858         with autoload directives in cc-mode.el.
19860 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
19862         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
19863         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
19864         these are changed, so declare them as variables and not constants.
19866         * progmodes/cc-mode.el: Fix some autoload problems: Try to
19867         ensure that the entry for ".c" extension comes before the one for
19868         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
19869         Fix incorrect entries that were added to `interpreter-mode-alist'.
19870         Move the autoload directives for AWK to the top level since they
19871         aren't recognized anywhere else.  Do not use the new AWK mode doc
19872         in the autoload form for the old AWK mode.
19874 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19876         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
19877         (bibtex-sort-ignore-string-entries): Default value t.
19878         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
19879         erroneously in previous version.
19880         (bibtex-string-files): Docstring reflects new parsing scheme.
19881         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
19882         docstring, add # as one of the chars to crush
19883         (bibtex-autokey-prefix-string, bibtex-autokey-names)
19884         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
19885         (bibtex-autokey-name-change-strings)
19886         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
19887         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
19888         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
19889         (bibtex-autokey-title-terminators)
19890         (bibtex-autokey-titlewords-stretch)
19891         (bibtex-autokey-titleword-ignore)
19892         (bibtex-autokey-titleword-case-convert)
19893         (bibtex-autokey-titleword-abbrevs)
19894         (bibtex-autokey-titleword-abbrevs)
19895         (bibtex-autokey-titleword-change-strings)
19896         (bibtex-autokey-titleword-length)
19897         (bibtex-autokey-titleword-separator)
19898         (bibtex-autokey-name-year-separator)
19899         (bibtex-autokey-year-title-separator)
19900         (bibtex-autokey-before-presentation-function)
19901         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
19902         Fix docstring.
19903         (bibtex-strings, bibtex-reference-keys):
19904         Use lazy-completion-table and make-variable-buffer-local.
19905         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
19906         (bibtex-braced-string-syntax-table)
19907         (bibtex-quoted-string-syntax-table): New variables.
19908         (bibtex-parse-nested-braces): Remove.
19909         (bibtex-parse-field-string): Use syntax table and forward-sexp.
19910         (bibtex-parse-association): Simplify.
19911         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
19912         (bibtex-parse-field-text): Simplify.
19913         (bibtex-search-forward-field, bibtex-search-backward-field):
19914         argument BOUND can take value t.
19915         (bibtex-start-of-field, bibtex-start-of-name-in-field)
19916         (bibtex-end-of-name-in-field, bibtex-end-of-field)
19917         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
19918         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
19919         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
19920         (bibtex-skip-to-valid-entry): Return buffer position of beginning
19921         and ending of entry.  Update for changes of bibtex-search-entry.
19922         Simplify.
19923         (bibtex-map-entries): FUN is called with three arguments.
19924         (bibtex-search-entry): Return a cons pair with buffer positions of
19925         beginning and end of entry.
19926         (bibtex-enclosing-field): Simplify.
19927         (bibtex-format-entry): Use booktitle to set a missing title.
19928         (bibtex-autokey-get-names): Fiddle with regexps.
19929         (bibtex-generate-autokey): Use identity.
19930         (bibtex-parse-keys): Use simplified parsing algorithm if
19931         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
19932         arguments.  Return alist of keys.
19933         (bibtex-parse-strings): Simplify.  Return alist of strings.
19934         (bibtex-complete-string-cleanup): Fix docstring.
19935         (bibtex-read-key): New function.
19936         (bibtex-mode): Fix docstring.  Do not parse for keys and
19937         strings when the mode is entered.  Set fill-paragraph-function to
19938         bibtex-fill-field.  Setup font-lock-mark-block-function the way
19939         font-lock intended.
19940         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
19941         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
19942         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
19943         (bibtex-Preamble): Avoid hard coded constants.
19944         (bibtex-make-field): Fix docstring.  Simplify.
19945         (bibtex-beginning-of-entry): Always return new position of point.
19946         (bibtex-end-of-entry): Rearrange cond clauses.
19947         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
19948         Update for changes of bibtex-map-entries.
19949         (bibtex-ispell-abstract): Do not move point.
19950         (bibtex-entry-index): Use downcase.  Simplify.
19951         (bibtex-lessp): Handle catch-all.
19952         (bibtex-find-crossref): Turn into a command.
19953         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
19954         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
19955         preamble entries.
19956         (bibtex-fill-field-bounds): New function.
19957         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
19958         (bibtex-fill-entry): Use bibtex-fill-field-bounds
19959         (bibtex-String): Use bibtex-strings.  Always obey
19960         bibtex-sort-ignore-string-entries.
19962 2003-07-05  John Paul Wallington  <jpw@gnu.org>
19964         * cus-theme.el (customize-create-theme):
19965         Call `customize-create-theme' in Reset widget's notify function.
19967         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
19968         (ibuffer-mark-interactive): Use `or' instead of `unless'.
19969         (define-ibuffer-column name): Add summarizer.
19970         (define-ibuffer-column size): Likewise.
19971         (define-ibuffer-column filename): Likewise.
19972         (define-ibuffer-column process): Likewise.  Change BODY's output too.
19973         (define-ibuffer-column filename-and-process): Likewise, likewise.
19974         (ibuffer): Remove local vars `already-in' and `need-update'.
19976         * ibuf-ext.el: Don't require `derived' at compile-time.
19978 2003-07-05  Kim F. Storm  <storm@cua.dk>
19980         * info.el: Disable paragraph refilling.
19981         (Info-refill-paragraphs): New defcustom.
19982         (Info-fontify-node): Use it.
19984 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
19986         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
19987         thingies from constructors created by defstruct.
19989         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
19990         the default value of the variable.
19991         (byte-code-meter): Move declaration to top level.
19993         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
19995         * info.el (Info-following-node-name-re): New fun.
19996         (Info-following-node-name): Remove.
19997         (Info-insert-dir): Use the new fun.
19998         (Info-extract-pointer): Don't save restriction; use new fun.
19999         (Info-menu-entry-name-re): New const.
20000         (Info-menu-entry-name-re): Use it along with new fun.
20001         (Info-node-spec-re): Use new fun.
20002         (Info-complete-menu-item, Info-fontify-node): Use new const.
20003         (Info-goto-node, Info-follow-reference, Info-menu-update):
20004         Use match-string.
20005         (Info-follow-reference): Use assoc-string.
20006         Use a list of strings for the completion table.
20007         (Info-fontify-node): Use match-string, line-end-position.
20008         Limit the search for `node:' to the first line.
20010         * newcomment.el (uncomment-region): Remove padding coming from
20011         comment-start rather than just from comment-padding.
20013         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
20014         (vc-cvs-stay-local-p): Use vc-stay-local-p.
20015         (vc-cvs-rename-file): Remove (use the default).
20016         (vc-cvs-register): Register parent dir if needed.
20017         (vc-cvs-could-register): Return non-nil if parent can be registered.
20018         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
20019         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
20021         * vc-svn.el (vc-svn-use-edit): Make it into a const.
20022         (vc-svn-update): Fix the arguments to `svn'.
20023         (vc-svn-diff-tree): Just use `vc-svn-diff'.
20024         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
20025         Simple implementations, assuming `name' is a URL.
20027         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
20028         set of chars allowed unquoted in a case pattern.
20030         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
20032         * font-lock.el (font-lock-extra-types-widget)
20033         (c-font-lock-extra-types, c++-font-lock-extra-types)
20034         (objc-font-lock-extra-types, java-font-lock-extra-types)
20035         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
20036         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
20037         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
20038         (font-lock-match-c++-structor-declaration)
20039         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
20040         (c++-font-lock-keywords-3, c++-font-lock-keywords)
20041         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
20042         (objc-font-lock-keywords-3, objc-font-lock-keywords)
20043         (java-font-lock-keywords-1, java-font-lock-keywords-2)
20044         (java-font-lock-keywords-3, java-font-lock-keywords)
20045         (java-font-lock-syntactic-face-function): Remove obsolete code
20046         and constants.  It's all in cc-fonts.el now.
20048 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
20050         * mail/sendmail.el (mail-specify-envelope-from)
20051         (mail-envelope-from): Doc fix.
20053 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
20055         * generic-x.el: Do away with the dependency on `c-emacs-features'
20056         when populating `rul-generic-mode-syntax-table'; we already know
20057         this isn't XEmacs.
20059 See ChangeLog.10 for earlier changes.
20061 ;; Local Variables:
20062 ;; coding: iso-2022-7bit
20063 ;; End:
20065     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
20066   Copying and distribution of this file, with or without modification,
20067   are permitted provided the copyright notice and this notice are preserved.
20069 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1