Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-430
[emacs.git] / lisp / ChangeLog
blobe4fef41319bed3066c44eb234cdd6dc75252d52a
1 2005-06-17  Miles Bader  <miles@gnu.org>
3         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove
4         "-face" suffix from face name.
5         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
6         instead of literal face.
8 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
10         * progmodes/ada-mode.el (ada-format-paramlist)
11         (ada-get-indent-case, ada-check-matching-start)
12         (ada-check-defun-name, ada-goto-matching-decl-start)
13         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
14         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15         (ada-make-subprogram-body): Follow error conventions.
16         (ada-case-exception-file, ada-indent-comment-as-code)
17         (ada-indent-handle-comment-special, ada-indent-renames)
18         (ada-indent-return, ada-search-directories-internal)
19         (ada-tab-policy, ada-case-exception-substring)
20         (ada-other-file-alist, ada-matching-start-re)
21         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
22         (ada-imenu-generic-expression, ada-compile-goto-error)
23         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
24         (ada-popup-menu, ada-add-extensions, ada-mode)
25         (ada-region-selected, ada-create-case-exception)
26         (ada-create-case-exception-substring, ada-after-keyword-p)
27         (ada-activate-keys-for-case, ada-adjust-case-region)
28         (ada-adjust-case-buffer, ada-format-paramlist)
29         (ada-scan-paramlist, ada-insert-paramlist)
30         (ada-indent-newline-indent)
31         (ada-indent-newline-indent-conditional)
32         (ada-justified-indent-current, ada-goto-previous-word)
33         (ada-indent-current, ada-get-indent-open-paren)
34         (ada-get-indent-paramlist, ada-get-indent-end)
35         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
36         (ada-get-indent-block-start, ada-get-indent-subprog)
37         (ada-get-indent-noindent, ada-get-indent-label)
38         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
39         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
40         (ada-goto-stmt-end, ada-goto-next-word)
41         (ada-check-matching-start, ada-check-defun-name)
42         (ada-goto-matching-decl-start, ada-goto-matching-start)
43         (ada-goto-matching-end, ada-search-ignore-string-comment)
44         (ada-in-decl-p, ada-looking-at-semi-or)
45         (ada-looking-at-semi-private, ada-in-paramlist-p)
46         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
47         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
48         (ada-next-procedure, ada-previous-procedure, ada-next-package)
49         (ada-previous-package, ada-create-menu)
50         (ada-fill-comment-paragraph-justify)
51         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
52         (ada-other-file-name, ada-last-which-function-line)
53         (ada-last-which-function-subprog, ada-which-function)
54         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
55         (ada-gen-treat-proc, ada-check-emacs-version)
56         (ada-continuation-indent, ada-align-region-separate):
57         Fix typos in docstrings.
58         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
60 2005-06-16  Lute Kamstra  <lute@gnu.org>
62         * simple.el (fundamental-mode): Run after-change-major-mode-hook
63         conditionally.
65 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
67         * comint.el (comint-replace-by-expanded-filename)
68         (comint-prompt-regexp, comint-delimiter-argument-list)
69         (comint-preinput-scroll-to-bottom):
70         * info.el (Info-hide-cookies-node):
71         * ls-lisp.el (ls-lisp-classify):
72         * find-file.el (ff-search-directories, ff-special-constructs)
73         (ff-find-other-file):
74         * font-lock.el (font-lock-keywords):
75         * shell.el (shell-prompt-pattern)
76         (shell-dynamic-complete-functions, shell-mode)
77         (shell-delimiter-argument-list):
78         * term.el (term-replace-by-expanded-filename)
79         (term-prompt-regexp, term-delimiter-argument-list):
80         * woman.el (woman-ignore, woman0-if):
81         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
82         * emacs-lisp/elint.el (elint-init-env):
83         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
84         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
85         * language/ethio-util.el (ethio-tilde-escape)
86         (ethio-use-three-dot-question):
87         * net/zone-mode.el (zone-mode-load-time-setup):
88         * progmodes/cc-align.el (c-lineup-argcont):
89         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
90         * progmodes/cperl-mode.el (cperl-set-style-back):
91         * progmodes/inf-lisp.el (inferior-lisp-prompt):
92         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
93         Fix spellings in docstrings.
95         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
96         * progmodes/modula2.el (m2-for): Fix spellings.
98         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
100         * simple.el (undo-more): Don't use `format' on `error' arguments.
101         Improve argument/docstring consistency.
102         (pending-undo-list): Doc fix.
104         * smerge-mode.el (smerge-ensure-match):
105         * emulation/vip.el (vip-ex):
106         * net/zone-mode.el (zone-mode-update-serial):
107         * progmodes/idlwave.el (idlwave-complete):
108         * progmodes/vhdl-mode.el (vhdl-visit-file)
109         (vhdl-compose-wire-components):
110         Don't use `format' on `error' arguments.
112         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
113         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
114         (tooltip-help-tips): Fix typos in docstrings.
116 2005-06-16  David Ponce  <david@dponce.com>
118         * tree-widget.el (tree-widget-value-create): Simplify last change.
120 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
122         * ido.el (ido-incomplete-regexp): New variable.
123         (ido-set-matches-1): Handle invalid-regexp error and set
124         ido-incomplete-regexp.
125         (ido-incomplete-regexp): New face.
126         (ido-completions): Use it.
127         (ido-complete, ido-exit-minibuffer, ido-completions): Handle
128         incomplete regexps.
129         (ido-completions): Add check for complete match when entering a regexp.
131 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
133         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
135 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
137         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
138         by field delimiters.
140 2005-06-15  David Ponce  <david@dponce.com>
142         * tree-widget.el: eval-and-compile inlined functions so they will
143         be available at run-time too.
144         (tree-widget-super-format-handler)
145         (tree-widget-format-handler): Remove.
146         (tree-widget-value-create): Handle the :indent property.
148 2005-06-15  Miles Bader  <miles@gnu.org>
150         * progmodes/which-func.el (which-func): Only inherit
151         `font-lock-function-name-face' when that makes sense against the
152         default mode-line face, otherwise set the face color explicitly.
154         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
155         faces instead of (non-existent) variables.
157 2005-06-14  Miles Bader  <miles@gnu.org>
159         * progmodes/ld-script.el (ld-script-location-counter):
160         Remove "-face" suffix from face name.
161         (ld-script-location-counter-face):
162         New backward-compatibility alias for renamed face.
163         (ld-script-location-counter-face): Use renamed face.
165         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
166         (cperl-hash): Remove "-face" suffix from face names.
167         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
168         New backward-compatibility aliases for renamed faces.
169         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
170         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
172         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
173         name.
174         (which-func-face): New backward-compatibility alias for renamed face.
175         (which-func-format): Use renamed which-func face.
177         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
178         (vhdl-function, vhdl-directive, vhdl-reserved-word)
179         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
180         names.
181         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
182         (vhdl-speedbar-configuration, vhdl-speedbar-package)
183         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
184         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
185         (vhdl-speedbar-architecture-selected)
186         (vhdl-speedbar-configuration-selected)
187         (vhdl-speedbar-package-selected)
188         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
189         names.
190         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
191         Use renamed faces.
192         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
193         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
194         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
195         Use renamed faces.
196         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
197         names.
198         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
199         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
200         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
201         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
202         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
203         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
205         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
206         face name.
207         (sh-heredoc-face): New backward-compatibility alias for renamed face.
208         (sh-heredoc-face): Use renamed sh-heredoc face.
210         * progmodes/idlw-help.el (idlwave-help-link):
211         Remove "-face" suffix from face name.
212         (idlwave-help-link-face):
213         New backward-compatibility alias for renamed face.
214         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
216         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
217         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
218         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
219         New backward-compatibility aliases for renamed faces.
220         (idlwave-shell-disabled-breakpoint-face)
221         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
223         * progmodes/flymake.el (flymake-errline, flymake-warnline):
224         Remove "-face" suffix from face names.
225         (flymake-errline-face, flymake-warnline-face):
226         New backward-compatibility aliases for renamed faces.
227         (flymake-highlight-line): Use renamed flymake faces.
229         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
230         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
231         (ebrowse-member-class, ebrowse-progress):
232         Remove "-face" suffix from face names.
233         (ebrowse-tree-mark-face, ebrowse-root-class-face)
234         (ebrowse-file-name-face, ebrowse-default-face)
235         (ebrowse-member-attribute-face, ebrowse-member-class-face)
236         (ebrowse-progress-face):
237         New backward-compatibility aliases for renamed faces.
238         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
239         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
240         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
241         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
243         * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
244         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
245         (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
246         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
247         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
248         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
249         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
250         New backward-compatibility aliases for renamed faces.
251         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
252         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
253         (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
254         "font-lock-".  Use renamed antlr-mode faces.
255         (antlr-font-lock-additional-keywords): Use renamed faces.
256         Replace literal face-names with face variable references.
258         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
259         face name.
260         (Buffer-menu-buffer-face): New backward-compatibility alias for
261         renamed face.
262         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
264 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
266         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
267         Eliminate "-face" suffix.
268         (makefile-targets): Inherit from font-lock-function-name-face and
269         eliminate "-face" suffix.
270         (makefile-shell): Remove attributes and eliminate "-face" suffix.
271         (makefile-*-font-lock-keywords): Append makefile-targets in rule
272         actions, instead of prepending, to make it less visible.
273         (makefile-previous-dependency, makefile-match-dependency):
274         Don't match a target on a continuation line.
276         * files.el (auto-mode-alist): Put Makefile in gmake mode.
278 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
280         * progmodes/gdb-ui.el (gdb-tooltip-print):
281         Respect tooltip-use-echo-area.
282         (menu): Re-order menu items.
284         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
285         Define in tooltip.el.
286         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
287         (gud-tooltip-tips): Respect tooltip-use-echo-area and
288         gud-tooltip-echo-area.
290         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
291         backward compatibility and make obsolete.
292         (tooltip-help-tips): Use tooltip-use-echo-area.
293         (tooltip-show-help-function): Rename to...
294         (tooltip-show-help): ...this, because it is a function.
295         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
297 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
299         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
300         (edebug-print-length, edebug-print-level, edebug-print-circle)
301         (edebug-modify-breakpoint, edebug-eval-last-sexp)
302         (edebug-eval-print-last-sexp): Doc fixes.
304 2005-06-14  Kim F. Storm  <storm@cua.dk>
306         * ido.el (ido-mode): Make a new keymap every time we enable ido,
307         as the coverage buffer/file/both may change.
309 2005-06-14  Lute Kamstra  <lute@gnu.org>
311         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
312         and run-mode-hooks.  Simplify.
314         * mail/rmailedit.el (rmail-edit-mode):
315         * progmodes/octave-inf.el (inferior-octave-mode):
316         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
318         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
319         and run-mode-hooks.
320         (recentf-edit-list, recentf-open-files): Don't call
321         kill-all-local-variables directly.
323         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
325 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
327         * emacs-lisp/byte-run.el (make-obsolete)
328         (define-obsolete-function-alias): Rename arguments FUNCTION and
329         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
330         (make-obsolete-variable, define-obsolete-variable-alias):
331         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
332         respectively.
334         * isearchb.el (isearchb-activate):
335         * pcvs.el (cvs-mode):
336         * ses.el (ses-load):
337         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
338         * net/tramp.el (tramp-find-file-exists-command)
339         (tramp-find-shell):
340         * progmodes/ada-mode.el (ada-create-case-exception)
341         (ada-create-case-exception-substring, ada-make-subprogram-body):
342         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
343         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
344         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
345         * textmodes/org.el (org-promote, org-evaluate-time-range)
346         (org-agenda-next-date-line, org-agenda-previous-date-line)
347         (org-agenda-error, org-open-at-point, org-table-move-row)
348         (org-format-table-table-html-using-table-generate-source)
349         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
350         * textmodes/reftex.el (reftex-access-scan-info):
351         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
352         (reftex-toc-promote-prepare): Follow error conventions.
354         * diff-mode.el (diff-mode): Fix typo in docstring.
356         * forms.el (forms--intuit-from-file): Fix reference to
357         `forms-number-of-fields' in error message.
358         (forms-print): Fix quoting in error message.
360         * forms.el (forms-mode):
361         * emulation/vi.el (vi-goto-insert-state):
362         * progmodes/flymake.el (flymake-new-err-info)
363         (flymake-start-syntax-check-for-current-buffer)
364         (flymake-simple-cleanup):
365         * eshell/esh-var.el (eshell/export):
366         * progmodes/gud.el (xdb):
367         * textmodes/flyspell.el (flyspell-incorrect-hook)
368         (flyspell-maybe-correct-transposition)
369         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
371 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
373         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
374         minibuffer prompt.
376 2005-06-13  Kim F. Storm  <storm@cua.dk>
378         * subr.el (add-to-ordered-list): New defun.
380         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
381         add cua--keymap-alist to emulation-mode-map-alists.
383 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
385         * subr.el (complete-in-turn): New macro.
386         (dynamic-completion-table, lazy-completion-table): Add debug info.
388         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
389         in preference to face aliases.
391         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
392         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
393         Remove unused vars `start' and `firstline'.
394         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
395         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
397 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
399         * cus-start.el (all): Don't complain about missing GTK-related
400         variables, unless either `gtk' is boundp or this isn't a
401         `windows-nt' build.
403 2005-06-13  Lute Kamstra  <lute@gnu.org>
405         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
406         run-mode-hooks.
408         * ediff-mult.el (ediff-meta-mode):
409         * ediff-util.el (ediff-mode): Use run-mode-hooks.
411         * ledit.el (ledit-mode): Use delay-mode-hooks.
413         * woman.el (woman-mode-line-format): Delete constant.
414         (woman-mode-map): Initialize it properly.
415         (woman-mode): Set mode-class property to special.
416         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
417         Set major-mode and mode-name.  Don't set mode-line-format directly.
418         (Man-getpage-in-background): Don't reference woman-mode-line-format.
420         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
421         string argument obsolete.
423 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
425         * textmodes/org.el (org-CUA-compatible): New option.
426         (org-disputed-keys): New variable.
427         (org-key): New function.
428         (orgtbl-make-binding): Add docstring to the created function.
429         (org-mode): Set paragraph start/separate regexps.
430         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
431         (org-archive-location, org-archive-mark-done)
432         (org-archive-stamp-time): New options.
433         (org-archive-subtree): New command.
434         (org-fill-paragraph): New function.
435         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
436         (org-fake-empty-table-line): Function removed.
437         (org-format-org-table-html): Do not create empty table lines at
438         separator lines.  Improved table header treatment.
439         (org-link-format): New option.
440         (org-make-link): New function.
441         (org-insert-link, org-store-link): Use org-make-link.
442         (org-open-file): Quote file name for shell command, to allow
443         spaces in file names.
444         (org-link-regexp): Fix bug with mailto link.
445         (org-link-maybe-angles-regexp, org-protected-link-regexp):
446         New constants.
447         (org-export-as-html): Deal with the optional angles around a link.
448         Better treatment of file: links.
449         (org-open-at-point): Replace @{ and @} with < and >.
450         (org-run-mode-hooks): Function removed.
451         (org-agenda-mode): No longer use `org-run-mode-hooks'.
453 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
455         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
456         MI command -data-list-register-values.
457         (gdb-post-prompt): Indent properly.
459 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
461         * hilit-chg.el (highlight-changes-colors): Rename from
462         `highlight-changes-colours'.
463         (highlight-changes-colours): Keep as obsolete alias.
464         (highlight-changes-face-list): Doc fix.
465         (hilit-chg-make-list): Use `highlight-changes-colors'.
467 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
469         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
470         defun-prompt-regexp.
472 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
474         * loadup.el: Don't say we are dumping under 2 names on windows-nt
475         and cygwin.
477         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
478         Don't use an old loaddefs.el, as in Makefile.in.
480 2005-06-12  Lute Kamstra  <lute@gnu.org>
482         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
484         * man.el (Man-mode-map): Initialize it properly.
485         (Man-mode): Set mode-class property to special.
487         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
489 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
491         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
492         A newline is needed in the docstring there.
494         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
495         Doc fixes.
497 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
499         * printing.el: Doc fix.  The menubar is no more changed when printing
500         is loaded, it only changes when pr-menu-bind or pr-update-menus is
501         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
502         (pr-version): New version number (6.8.4).
503         (pr-menu-bind): New command.
504         (pr-update-menus): Docstring and code fix.
505         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
506         Docstring fix.
507         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
508         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
510 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
512         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
513         "Returns" to "return", document useful return values, etc.
515 2005-06-11  Alan Mackenzie  <acm@muc.de>
517         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
518         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
519         (adaptive-file-function): Minor amendment to doc-string.
521 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
523         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
524         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
525         Fix :type--it is `integer', not `string'.
527         * faces.el (modeline-highlight): Rename from (the erroneous)
528         `modeline-higilight'.
530 2005-06-11  Lute Kamstra  <lute@gnu.org>
532         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
533         lisp-interaction-mode-map but make it the parent.
534         (edebug-eval-mode): Use define-derived-mode.
536 2005-06-11  Andreas Schwab  <schwab@suse.de>
538         * bindings.el: Add binding of `ESC functionkey' for every
539         `M-functionkey'.
540         * hexl.el (hexl-mode-map): Likewise.
542 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
544         * progmodes/compile.el (compilation-error-regexp-alist-alist)
545         [msft]: update regexp for newer msft compilers.
547 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
549         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
550         ATTLIST portions of included DTDs.
551         (xml-parse-dtd): Eliminate use of inefficient match-data.
553 2005-06-10  Miles Bader  <miles@gnu.org>
555         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
556         (mpuz-text): Remove "-face" suffix from face names.
557         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
558         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
559         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
561         * play/gomoku.el (gomoku-O, gomoku-X):
562         Remove "-face" suffix from face names.
563         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
564         New backward-compatibility aliases for renamed faces.
565         (gomoku-font-lock-keywords): Use renamed gomoku faces.
567 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
569         * thumbs.el: Fixes for changes of 2005-06-09.
570         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
571         as a directory.
572         (thumbs-thumbname): Remove directory separator from format string;
573         `thumbs-thumbsdir' now returns a valid directory name.
574         (thumbs-temp-dir): New defsubst.
575         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
576         Use it.
578         * cus-edit.el (minibuffer):
579         * files.el (make-backup-file-name-function):
580         * filesets.el (filesets-external-viewers):
581         * hilit-chg.el (highlight-changes-colours)
582         (highlight-changes-face-list, highlight-changes-rotate-faces):
583         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
584         * kmacro.el (kmacro-call-macro):
585         * log-edit.el (log-edit-changelog-full-paragraphs):
586         * mouse.el (mouse-1-click-follows-link):
587         * skeleton.el (skeleton-autowrap):
588         * subr.el (insert-for-yank-1):
589         * tempo.el (tempo-insert-region):
590         * terminal.el (terminal-emulator):
591         * time.el (display-time-mail-face):
592         * vc.el (vc-annotate):
593         * vcursor.el (vcursor-copy-line):
594         * woman.el (woman-bold-headings, woman-ignore)
595         (woman-default-faces, woman-monochrome-faces):
596         * calendar/todo-mode.el (todo-insert-threshold):
597         * emulation/pc-select.el (pc-select-selection-keys-only)
598         (pc-selection-mode):
599         * emulation/vip.el (vip-find-char-forward):
600         * emulation/viper-cmd.el (viper-find-char-forward):
601         * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
602         (input-method-exit-on-invalid-key):
603         * international/mule-diag.el (describe-coding-system):
604         * international/ucs-tables.el (unify-8859-on-encoding-mode):
605         * net/browse-url.el (browse-url-xterm-program):
606         * obsolete/lazy-lock.el (lazy-lock-mode):
607         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
608         (cperl-mode):
609         * progmodes/cpp.el (cpp-face-light-name-list)
610         (cpp-face-dark-name-list):
611         * progmodes/delphi.el (delphi-newline-always-indents):
612         Fix spellings in docstrings.
614         * ido.el (ido-mode, ido-file-extensions-order)
615         (ido-default-file-method, ido-default-buffer-method)
616         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
617         (ido-decorations, ido-read-file-name-as-directory-commands)
618         (ido-read-file-name-non-ido, ido-work-directory-list)
619         (ido-ignore-item-temp-list, ido-current-directory)
620         (ido-magic-forward-char, ido-enter-find-file)
621         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
622         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
624 2005-06-10  Lute Kamstra  <lute@gnu.org>
626         * play/dunnet.el (dun-mode): Use define-derived-mode.
627         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
628         obsolete alias.
630         * play/doctor.el (doctor-mode-map): Remove defvar.
631         (doctor-mode): Use define-derived-mode.
633         * mail/mspools.el (mspools-mode):
634         * net/eudc-hotlist.el (eudc-hotlist-mode):
635         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
637 2005-06-10  Miles Bader  <miles@gnu.org>
639         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
640         Remove "-face" suffix from face names.
641         (flyspell-incorrect-face, flyspell-duplicate-face):
642         New backward-compatibility aliases for renamed faces.
643         (flyspell-mode-on, make-flyspell-overlay)
644         (flyspell-highlight-incorrect-region)
645         (flyspell-highlight-duplicate-region)
646         (flyspell-display-next-corrections)
647         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
649         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
650         from face name.
651         (texinfo-heading-face): New backward-compatibility alias for
652         renamed face.
653         (texinfo-heading-face): Use renamed texinfo-heading face.
655         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
656         suffix from face names.
657         (tex-math-face, tex-verbatim-face):
658         New backward-compatibility aliases for renamed faces.
659         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
660         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
661         literal face name.
663         * textmodes/table.el (table-cell): Remove "-face" suffix from face
664         name.
665         (table-cell-face): New backward-compatibility alias for renamed face.
666         (table--put-cell-face-property, table--update-cell-face):
667         Use renamed table-cell face.
669         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
670         from face name.
671         (sgml-namespace-face): New backward-compatibility alias for
672         renamed face.
673         (sgml-namespace-face): Use renamed sgml-namespace face.
675         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
676         (org-level-4, org-level-5, org-level-6, org-level-7)
677         (org-level-8, org-warning, org-headline-done)
678         (org-deadline-announce, org-scheduled-today)
679         (org-scheduled-previously, org-link, org-done, org-table)
680         (org-time-grid): Remove "-face" suffix from face names.
681         (org-level-1-face, org-level-2-face, org-level-3-face)
682         (org-level-4-face, org-level-5-face, org-level-6-face)
683         (org-level-7-face, org-level-8-face, org-warning-face)
684         (org-headline-done-face, org-deadline-announce-face)
685         (org-scheduled-today-face, org-scheduled-previously-face)
686         (org-link-face, org-done-face, org-table-face)
687         (org-time-grid-face):
688         New backward-compatibility aliases for renamed faces.
689         (org-level-faces, org-set-font-lock-defaults, org-timeline)
690         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
691         (org-agenda-get-timestamps, org-agenda-get-scheduled)
692         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
694         * emulation/viper-init.el (viper-search, viper-replace-overlay)
695         (viper-minibuffer-emacs, viper-minibuffer-insert)
696         (viper-minibuffer-vi): Remove "-face" suffix from face names.
697         (viper-search-face, viper-replace-overlay-face)
698         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
699         (viper-minibuffer-vi-face):
700         New backward-compatibility aliases for renamed faces.
701         (viper-search-face, viper-replace-overlay-face)
702         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
703         (viper-minibuffer-vi-face): Use renamed viper faces.
705         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
706         Remove "-face" suffix from face names.
707         (testcover-nohits-face, testcover-1value-face):
708         New backward-compatibility aliases for renamed faces.
709         (testcover-mark): Use renamed testcover faces.
711         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
712         face name.
713         (diary-button-face): New backward-compatibility alias for renamed face.
714         (diary-entry): Use renamed diary-button face.
716         * calendar/calendar.el (diary, calendar-today, holiday)
717         (mark-visible-calendar-date): Remove "-face" suffix from face names.
718         (diary-face, calendar-today-face, holiday-face):
719         New backward-compatibility aliases for renamed faces.
720         (eval-after-load "facemenu", diary-entry-marker)
721         (calendar-today-marker, calendar-holiday-marker, diary-face):
722         Use renamed calendar faces.
724         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
725         (compare-windows-face): New backward-compatibility alias for
726         renamed face.
727         (compare-windows-highlight): Use renamed compare-windows face.
729         * strokes.el (strokes-char): Remove "-face" suffix from face name.
730         (strokes-char-face): New backward-compatibility alias for renamed face.
731         (strokes-encode-buffer): Use renamed strokes-char face.
733         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
734         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
735         Remove "-face" suffix from face names.
736         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
737         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
738         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
739         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
740         Use renamed pcvs faces.
741         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
742         * pcvs-defs.el (cvs-mode-map): Likewise.
743         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
745         * info.el (info-title-1, info-title-2, info-title-3)
746         (info-title-4): Remove "-face" suffix from and downcase face names.
747         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
748         (Info-title-4-face):
749         New backward-compatibility aliases for renamed faces.
750         (Info-fontify-node): Use renamed info faces.
752         * hilit-chg.el (highlight-changes, highlight-changes-delete):
753         Remove "-face" suffix from face names.
754         (highlight-changes-face, highlight-changes-delete-face):
755         New backward-compatibility aliases for renamed faces.
756         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
757         (hilit-chg-make-list): Use renamed highlight-changes faces.
759         * generic-x.el (show-tabs-tab, show-tabs-space):
760         Remove "-face" suffix from face names.
761         (show-tabs-tab-face, show-tabs-space-face):
762         New backward-compatibility aliases for renamed faces.
763         (show-tabs-generic-mode-font-lock-defaults-1)
764         (show-tabs-generic-mode-font-lock-defaults-2):
765         Use renamed show-tabs faces.
767         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
768         (smerge-markers): Remove "-face" suffix from face names.
769         (smerge-mine-face, smerge-other-face, smerge-base-face)
770         (smerge-markers-face):
771         New backward-compatibility aliases for renamed faces.
772         (smerge-mine-face, smerge-other-face, smerge-base-face)
773         (smerge-markers-face): Use renamed smerge faces.
775         * log-view.el (log-view-file, log-view-message):
776         Remove "-face" suffix from face names.
777         (log-view-file-face, log-view-message-face):
778         New backward-compatibility aliases for renamed faces.
779         (log-view-file-face, log-view-message-face): Use renamed log-view faces.
781         * paren.el (show-paren-match, show-paren-mismatch):
782         Remove "-face" suffix from face names.
783         (show-paren-match-face, show-paren-mismatch-face):
784         New backward-compatibility aliases for renamed faces.
785         (show-paren-function): Use renamed show-paren faces.
787         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
788         (ruler-mode-margins, ruler-mode-fringes)
789         (ruler-mode-column-number, ruler-mode-fill-column)
790         (ruler-mode-comment-column, ruler-mode-goal-column)
791         (ruler-mode-tab-stop, ruler-mode-current-column):
792         Remove "-face" suffix from face names.
793         (ruler-mode-default-face, ruler-mode-pad-face)
794         (ruler-mode-margins-face, ruler-mode-fringes-face)
795         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
796         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
797         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
798         New backward-compatibility aliases for renamed faces.
799         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
800         (ruler-mode-column-number, ruler-mode-fill-column)
801         (ruler-mode-comment-column, ruler-mode-goal-column)
802         (ruler-mode-tab-stop, ruler-mode-current-column)
803         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
805         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
806         face name.
807         (whitespace-highlight-the-space): Use renamed face.
808         (whitespace-highlight-face): New backward-compatibility alias for
809         renamed face.
811         * woman.el (woman-italic, woman-bold, woman-unknown)
812         (woman-addition, woman-symbol-face):
813         Remove "-face" suffix from face names.
814         (woman-italic-face, woman-bold-face, woman-unknown-face)
815         (woman-addition-face):
816         New backward-compatibility aliases for renamed faces.
817         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
818         (woman-decode-region, woman-replace-match)
819         (woman-display-extended-fonts, woman-special-characters)
820         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
821         Use renamed woman faces.
823         * longlines.el (longlines-visible-face): Face removed.
825         * diff-mode.el (diff-header, diff-file-header, diff-index)
826         (diff-hunk-header, diff-removed, diff-added, diff-changed)
827         (diff-function, diff-context, diff-nonexistent): Remove "-face"
828         suffix from face names.
829         (diff-header-face, diff-file-header-face, diff-index-face)
830         (diff-hunk-header-face, diff-removed-face, diff-added-face)
831         (diff-changed-face, diff-function-face, diff-context-face)
832         (diff-nonexistent-face): New backward-compatibility aliases for
833         renamed faces.
834         (diff-header-face, diff-file-header-face)
835         (diff-index, diff-index-face, diff-hunk-header)
836         (diff-hunk-header-face, diff-removed, diff-removed-face)
837         (diff-added, diff-added-face, diff-changed-face, diff-function)
838         (diff-function-face, diff-context-face, diff-nonexistent)
839         (diff-nonexistent-face): Use renamed diff-mode faces.
841         * progmodes/compile.el (compilation-warning-face)
842         (compilation-info-face): Remove "-face" suffix from face names.
843         (compilation-warning-face, compilation-info-face):
844         New backward-compatibility aliases for renamed faces.
845         (compilation-warning-face, compilation-info-face):
846         Use renamed compilation faces.
848         * add-log.el (change-log-date, change-log-name)
849         (change-log-email, change-log-file, change-log-list)
850         (change-log-conditionals, change-log-function)
851         (change-log-acknowledgement): Remove "-face" suffix from face names.
852         (change-log-date-face, change-log-name-face)
853         (change-log-email-face, change-log-file-face)
854         (change-log-list-face, change-log-conditionals-face)
855         (change-log-function-face, change-log-acknowledgement-face):
856         New backward-compatibility aliases for renamed faces.
857         (change-log-font-lock-keywords): Use renamed change-log faces.
859         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
860         (custom-set, custom-changed, custom-saved, custom-button)
861         (custom-button-pressed, custom-documentation, custom-state)
862         (custom-comment, custom-comment-tag, custom-variable-tag)
863         (custom-variable-button, custom-face-tag, custom-group-tag-1)
864         (custom-group-tag): Remove "-face" suffix from face names.
865         (custom-magic-alist, custom-magic-value-create)
866         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
867         (custom-invalid-face, custom-rogue-face, custom-modified-face)
868         (custom-set-face, custom-changed-face, custom-saved-face)
869         (custom-button-face, custom-button-pressed-face)
870         (custom-documentation-face, custom-state-face)
871         (custom-comment-face, custom-comment-tag-face)
872         (custom-variable-tag-face, custom-variable-button-face)
873         (custom-face-tag-face, custom-group-tag-face-1)
874         (custom-group-tag-face):
875         New backward-compatibility aliases for renamed faces.
877         * wid-edit.el (widget-documentation, widget-button)
878         (widget-field, widget-single-line-field, widget-inactive)
879         (widget-button-pressed): "-face" suffix removed from face names.
880         (widget-documentation-face, widget-button-face)
881         (widget-field-face, widget-single-line-field-face)
882         (widget-inactive-face, widget-button-pressed-face):
883         New backward-compatibility aliases for renamed faces.
884         (widget-documentation-face, widget-button-face)
885         (widget-button-pressed-face, widget-specify-field)
886         (widget-specify-inactive): Use renamed widget faces.
888 2005-06-10  Kenichi Handa  <handa@m17n.org>
890         * term/x-win.el (x-clipboard-yank): Remove condition-case
891         wrapping.
893 2005-06-11  Kenichi Handa  <handa@m17n.org>
895         * add-log.el (change-log-font-lock-keywords): Make the regexp for
896         date lines stricter.
898 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
900         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
901         of x-get-selection.
903 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
905         * comint.el (comint-mode, comint-snapshot-last-prompt):
906         * frame.el (frame-current-scroll-bars):
907         * term.el (term-mode, term-check-proc, term-input-sender)
908         (term-simple-send, term-extract-string, term-word)
909         (term-match-partial-filename):
910         * window.el (window-current-scroll-bars):
911         * emulation/cua-base.el (cua-normal-cursor-color)
912         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
913         (cua-global-mark-cursor-color):
914         * mail/undigest.el (rmail-forward-separator-regex):
915         Fix typos in docstrings.
917         * comint.el (comint-check-proc, make-comint-in-buffer)
918         (comint-source-default): Doc fixes.
920         * term.el (term-send-string): Improve argument/docstring
921         consistency.
923 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
925         * comint.el (comint-send-input): Bind `inhibit-read-only' around
926         call to `delete-region'.
927         (comint-mode-hook): Do not enable Font Lock by default.
929 2005-06-09  Lute Kamstra  <lute@gnu.org>
931         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
932         could be void.
934 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
936         * emacs-lisp/debug.el (debugger-will-be-back): New var.
937         (debug): Use it.
938         (debugger-step-through, debugger-continue, debugger-jump)
939         (debugger-return-value): Set it when needed.
940         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
941         Use inhibit-read-only.
943 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
945         * window.el (shrink-window-if-larger-than-buffer)
946         (window-size-fixed): Fix typo in docstring.
948         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
949         thumbnails directory on loading.
950         (thumbs-conversion-program): Use `eq' to check the system type,
951         not `equal'.
952         (thumbs-temp-dir): Initialize to `temporary-file-directory',
953         not "/tmp".  Fix docstring.
954         (thumbs-thumbsdir): New function to return the thumbnails
955         directory, creating it if needed.
956         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
957         (thumbs-temp-file): Delete variable and make it into a function.
958         (thumbs-resize-image, thumbs-modify-image): Use it.
959         (thumbs-kill-buffer): Simplify.
960         (thumbs-gensym): Defalias or duplicate CL `gensym'.
961         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
962         docstrings.
964 2005-06-09  Kim F. Storm  <storm@cua.dk>
966         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
967         set-match-data to free markers in match-data.
969         * replace.el (replace-match-data): Pass RESEAT arg `t' to
970         match-data to unchain markers in match-data.
972 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
974         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
975         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
976         unnecessary now.
978 2005-06-08  Richard M. Stallman  <rms@gnu.org>
980         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
981         give the variable a doc string that doesn't say don't set it directly.
983         * textmodes/ispell.el (ispell-check-version):
984         Use match-string-no-properties.
985         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
986         (ispell-buffer-local-words): Likewise.
988         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
989         except on terminals with enough colors to really display it.
990         (makefile-dependency-regex): Delete spurious `bb'.
992         * faces.el (escape-glyph): Use blue once again in last case.
993         (no-break-space): Redefine so that it isn't invisible on a tty.
995 2005-06-08  Kim F. Storm  <storm@cua.dk>
997         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
998         also when reading directory name.
1000 2005-06-08  Lute Kamstra  <lute@gnu.org>
1002         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
1003         (flyspell-mode-line-string): Remove autoload cookie.
1004         (flyspell-mode): Remove defvar.
1006 2005-06-07  Lute Kamstra  <lute@gnu.org>
1008         * textmodes/org.el (org-run-mode-hooks): New function.
1009         (org-agenda-mode): Use it.
1011 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
1013         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
1015 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1017         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
1019 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
1021         * font-lock.el (font-lock-add-keywords): Doc fix.
1023 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1025         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
1026         (tex-compile-default): In the absence of any history, use the order in
1027         tex-compile-alist to choose the preferred command.
1028         (tex-compile-commands): Reorder a bit.
1030         * textmodes/flyspell.el (flyspell-auto-correct-binding)
1031         (flyspell-incorrect-face, flyspell-duplicate-face):
1032         Use (X)Emacs-agnostic code.
1033         (flyspell-mode-map): Don't overwrite at each load.  Remove code
1034         redundant with the subsequent add-minor-mode.  Merge Emacs and
1035         XEmacs code.
1036         (flyspell-word): Minor simplification.
1037         (flyspell-math-tex-command-p): Quieten the byte-compiler.
1038         (flyspell-external-point-words): Remove unused vars `size' and `start'.
1039         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
1040         Merge the corresponding Emacs code.
1041         (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
1043         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
1044         a dedicated window.
1046         * international/latexenc.el (latexenc-find-file-coding-system):
1047         Undo part of last patch, to turn off a compiler warning.
1049 2005-06-06  Juri Linkov  <juri@jurta.org>
1051         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
1052         Rename `tmm-inactive-face' to `tmm-inactive'.
1054 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
1056         * iswitchb.el: Rename faces.
1058 2005-06-06  Kim F. Storm  <storm@cua.dk>
1060         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
1061         (cua-global-mark): Remove -face suffix from face names.
1063         * emulation/cua-gmrk.el (cua--init-global-mark):
1064         Remove cua-global-mark face setup.
1066 2005-06-06  Richard M. Stallman  <rms@gnu.org>
1068         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
1069         just like other allowed characters.
1070         (makefile-match-dependency): Exclude leading and training whitespace
1071         from the range of regexp subexp 1.
1072         (makefile-macroassign-regex): Don't try to match the body,
1073         just the name of the macro being defined.
1075         * info.el (Info-read-node-name-2): New function.
1076         (Info-read-node-name-1): Use that.
1077         Add a completion-base-size-function property.
1079         * simple.el (completion-setup-function): Look for
1080         completion-base-size-function property of
1081         minibuffer-completion-table.
1083         * files.el (locate-file-completion): Doc fix.
1085         * printing.el: Don't call pr-update-menus; user must do that.
1087         * emacs-lisp/debug.el (debugger-window): New variable.
1088         (debug): Use debugger-window if it is set and still alive.
1089         Record debugger-window for next entry.
1091         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
1093 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
1095         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
1096         (hack-one-local-variable, hack-local-variables)
1097         (hack-local-variables-prop-line): Pass that arg.
1099 2005-06-06  Kim F. Storm  <storm@cua.dk>
1101         * ido.el (ido-first-match, ido-only-match, ido-subdir)
1102         (ido-indicator): Remove -face suffix from face names.
1104 2005-06-06  Juri Linkov  <juri@jurta.org>
1106         * font-lock.el (font-lock-regexp-backslash)
1107         (font-lock-regexp-backslash-construct): New faces.
1108         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
1109         after `('.  Add `while-no-input' to control structures.
1111         * faces.el (no-break-space, shadow): New faces.
1112         (escape-glyph): Use less loud colors pink2 and red4.
1114         * diff-mode.el (diff-context-face)
1115         * dired.el (dired-ignored)
1116         * rfn-eshadow.el (file-name-shadow)
1117         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
1119         * info.el (Info-title-1-face): Use green instead of yellow because
1120         bold yellow is not readable on light backgrounds.
1122         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
1123         before selecting the desired mode to not spend time fontifying
1124         old contents.
1126 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
1128         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
1129         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
1131         * ps-print.el (ps-default-fg, ps-default-bg):
1132         Fix typos in docstrings.
1134         * isearchb.el (isearchb): Don't pass a spurious second argument to
1135         `iswitchb-completions'.
1137 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
1139         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
1140         to preserve point.
1141         (gdb-find-file-hook): Add doc string.
1143         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
1144         C dereferenced pointer expression.
1145         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
1147         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
1149         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
1150         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
1151         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
1152         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
1153         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
1154         Make background transparent.
1156 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
1158         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
1159         (font-lock-remove-keywords): Doc fix.
1160         (font-lock-mode-major-mode): Compiler defvar.
1161         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
1163         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
1164         (font-lock-mode): Update `font-lock-mode-major-mode'.
1165         (font-lock-set-defaults): Compiler defvar.
1166         (font-lock-default-function): Take `font-lock-mode-major-mode'
1167         into account.
1169         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
1170         keep track of which major mode it enabled the minor mode for.
1171         Use find-file-hook again.  Update docstring.
1173         * simple.el (eval-expression-print-level)
1174         (eval-expression-print-length, eval-expression-debug-on-error):
1175         Doc fixes.
1177 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
1179         * iswitchb.el (iswitchb-single-match-face)
1180         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
1181         (iswitchb-invalid-regexp-face): New faces.
1182         (iswitchb-completions): Use them.
1183         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
1184         now marked as an obsolete alias.
1185         (iswitchb-read-buffer): Remove check for bound font variables.
1186         (iswitchb-invalid-regexp): New free variable.
1187         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
1188         set iswitchb-invalid-regexp.
1189         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
1190         invalid regexps.
1191         (iswitchb-completions): Add check for complete match when entering
1192         a regexp.
1193         (iswitchb-completions): Remove require-match argument.
1194         (iswitchb-exhibit): Fix caller.
1195         (iswitchb-common-match-inserted): New variable.
1196         (iswitchb-complete, iswitchb-completion-help): Use it.
1198 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
1200         * url-http.el (url-http-chunked-encoding-after-change-function):
1201         Use `url-http-debug' instead of `message'.
1203 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
1205         * url-http.el (url-http-parse-headers): Pass redirected URL as a
1206         callback argument.
1208 2005-06-04  Kim F. Storm  <storm@cua.dk>
1210         * simple.el (line-move): Only call sit-for when moving backwards.
1212         * ido.el (ido-make-merged-file-list-1): New defun split from
1213         ido-make-merged-file-list.
1214         (ido-make-merged-file-list): Bind throw-on-input around call to
1215         ido-make-merged-file-list-1.  Return input-pending-p if
1216         interrupted by more input available.
1217         (ido-read-internal): Handle input-pending-p return value from
1218         ido-make-merged-file-list.
1220 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1222         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
1223         compatibility code.
1225         * international/latexenc.el (latexenc-find-file-coding-system):
1226         Don't inherit the EOL part of the coding-system from the
1227         tex-main buffer.  Fit within 80 columns.
1229 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
1231         * tmm.el (tmm-inactive-face): New face.
1232         (tmm-remove-inactive-mouse-face): New function.
1233         (tmm-prompt, tmm-add-one-shortcut)
1234         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
1235         but not selectable.
1237 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
1239         * faces.el (face-equal): Improve argument/docstring consistency.
1241 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
1243         * progmodes/make-mode.el (makefile-targets-face)
1244         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
1245         (makefile-bsdmake-dependency-regex)
1246         (makefile-makepp-rule-action-regex)
1247         (makefile-bsdmake-rule-action-regex): New constants.
1248         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
1250         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1251         Allow (...) within `...' for makepp messages.
1253 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
1255         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
1257         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
1258         "." files are deleted from all file lists before comparison.
1260         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1261         (viper-ESC-key): Made them customizable.
1263         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
1265 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
1267         * autorevert.el (auto-revert-buffers): Use save-match-data.
1269 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1271         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
1272         menu items with a nil command binding.
1274 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
1276         * emacs-lisp/cl-macs.el (defsetf):
1277         Improve argument/docstring consistency.
1279         * faces.el (list-faces-display): Improve the formatting by
1280         computing the maximum length required for any face-name (reworked
1281         patch of 1999-01-11, accidentally deleted on 1999-07-21).
1282         (internal-find-face): Remove redundant info in docstring.
1284 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
1286         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
1287         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
1288         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
1289         (gdb-assembler-custom): Improve regexps.
1290         (def-gdb-auto-update-handler): Use window point to preserve point.
1292 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1294         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
1296 2005-05-31  Jay Belanger  <belanger@truman.edu>
1298         * calc/calc-embed.el (calc-embedded-word): Change argument passed
1299         to calc-embedded.
1300         (calc-embedded-make-info): Have plain prefix argument select
1301         entire line.
1303 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
1305         * faces.el (list-faces-display): Signal error if passed a regexp
1306         that matches no face name.
1308         * simple.el (filter-buffer-substring): Fix typo in docstring.
1310 2005-05-31  Richard M. Stallman  <rms@gnu.org>
1312         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
1313         (vhdl-emacs-21): Doc fix.
1314         (vhdl-mode): Unconditionally set comment-padding.
1315         (vhdl-fixup-whitespace-region): Insert spaces only where
1316         there are none.
1317         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
1319 2005-05-30  John Wiegley  <johnw@newartisans.com>
1321         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1322         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
1323         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
1324         `directory-sep-char' to ?/, and all uses of `string-to-int' to
1325         `string-to-number'.
1327 2005-05-30  Jay Belanger  <belanger@truman.edu>
1329         * calc/calc.el (calc-bug-address): Fix docstring.
1330         (calc-window-hook, calc-trail-window-hook): New variables.
1331         (calc-trail-display): Restore use of calc-trail-window-hook.
1332         (calc): Restore use of calc-window-hook.
1334 2005-05-31  Masatake YAMATO  <jet@gyve.org>
1336         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
1338         * help-fns.el (help-C-file-name): Add autoload mark for
1339         `find-function-noselect'.
1341 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1343         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
1344         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
1346 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
1348         * calendar/diary-lib.el (mark-included-diary-files): Only kill
1349         included diary buffer if it was not already being visited.
1350         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
1352         * calendar/icalendar.el (top-level): Do not require 'appt.
1354         * mail/supercite.el (sc-select-attribution): Only use a list
1355         element from sc-attrib-selection-list if it returns a string.
1356         Reported by Davide G. M. Salvetti <salve@debian.org>.
1358 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
1360         * thumbs.el (thumbs-thumbname): The resulting thubname now
1361         includes a hash value to improve its uniqueness, and has a ".jpg"
1362         extension.  Also, it is now a valid filename on all systems.
1363         (thumbs-make-thumb): Use `let', not `let*'.
1364         (thumbs-show-thumbs-list): Check for JPEG availability.
1366 2005-05-30  Richard M. Stallman  <rms@gnu.org>
1368         * filesets.el (filesets-menu-ensure-use-cached):
1369         Prevent warning when emacs-version>= is undefined.
1371         * printing.el (pr-interactive-n-up): Use string-to-number.
1373         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
1375         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1376         Warn only when name to be defined is quoted.
1378 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
1380         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
1381         Make regexp more robust.
1382         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1383         Force regeneration of disassembly.
1385 2005-05-29  Jay Belanger  <belanger@truman.edu>
1387         * calc/calc.el (calc-user-invocation): Check if
1388         calc-invocation-macro is non-nil.
1390 2005-05-29  Juri Linkov  <juri@jurta.org>
1392         * add-log.el (change-log-font-lock-keywords):
1393         Add `+' to e-mail regexp to accept mail address with keywords.
1395         * man.el (Man-name-regexp): Add `:' to accept qualified names.
1397 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
1399         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
1401         * ielm.el (inferior-emacs-lisp-mode): Ditto.
1403 2005-05-29  Richard M. Stallman  <rms@gnu.org>
1405         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1406         Undo the change that moves to end of the current word.
1408 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
1410         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1411         Throw error when count <= 0 to ensure input is a number.
1412         (gdb-read-memory-custom): Pick up address from buffer.
1413         (gdb-memory-mode): Allow user to increment and decrement
1414         memory address from header line.
1416 2005-05-29  Richard M. Stallman  <rms@gnu.org>
1418         * flyspell.el (flyspell-version): Function deleted.
1419         (flyspell-auto-correct-previous-hook): Doc fix.
1421         * jit-lock.el (jit-lock-function, jit-lock-after-change):
1422         Do nothing if memory is full.
1424         * font-lock.el (font-lock-fontify-syntactically-region):
1425         Pass t for GREEDY to looking-back.
1427         * saveplace.el (save-place-alist-to-file): Write the file
1428         using write-region.
1430         * subr.el (looking-back): New argument GREEDY.
1432         * progmodes/compile.el (compilation-start): Set the mode
1433         before inserting the initial text.
1435         * progmodes/which-func.el (which-func-update-1): Turn the mode
1436         off in case of error by setting which-func-mode.
1438 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
1440         * flyspell.el (flyspell-auto-correct-previous-word):
1441         Narrow down to what's on the screen, and recenter overlays
1442         at the end of the next word.
1444 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
1446         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1447         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1448         (flyspell-abbrev-p): Default to nil.
1449         (flyspell-use-global-abbrev-table-p): Doc fix.
1450         (flyspell-large-region): Allow nil as value.
1451         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1453         (mail-mode-flyspell-verify): More robust handling
1454         of `mail-header-separator'.  More efficient signature detection.
1455         Allow for regexp metacharacters in message-header-separator.
1456         Adding `To' not to be checked in mail-mode-flyspell-verify.
1458         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1459         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1460         Bind flyspell-auto-correct-binding.
1461         Bind C-. and C-, .
1462         (flyspell-mode-map): Likewise.
1463         (flyspell-mode): Doc fix.
1464         (flyspell-accept-buffer-local-defs): Preserve current buffer.
1465         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1466         (flyspell-word-cache-result): New var, always local.
1467         (flyspell-check-pre-word-p): Doc fix.
1468         (flyspell-check-changed-word-p): Handle spc like newline.
1469         (flyspell-post-command-hook): Set flyspell-word-cache-result.
1470         (flyspell-word-search-backward, flyspell-word-search-forward):
1471         New functions.
1472         (flyspell-word): Return t if nothing to check.
1473         When parsing TeX code, check for after } or \.
1474         Use flyspell-word-search-backward to find previous word.
1475         Return nil if duplicated word.
1476         For word already checked, return same value as last time.
1477         Set flyspell-word-cache-result after checking.
1478         Don't clobber the return value.
1479         (flyspell-get-word): Major rewrite.
1480         (flyspell-external-point-words): New locals pword, pcount.
1481         Fix size used in progress message.
1482         Find the proper corresponding word in flyspell-large-region-buffer.
1483         (flyspell-region): Check for flyspell-large-region = nil.
1484         (flyspell-highlight-incorrect-region): Clean up overlays in region.
1485         (flyspell-auto-correct-word): Check that WORD is a cons.
1486         (flyspell-correct-word): Likewise.
1488 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
1490         * progmodes/make-mode.el (makefile-rule-action-regex)
1491         (makefile-macroassign-regex, makefile-makepp-mode)
1492         (makefile-bsdmake-mode): Continuation lines may be empty.
1493         Reported by Joshua Varner.
1494         (makefile-makepp-font-lock-keywords): Add $(stem).
1496 2005-05-28  Karl Berry  <karl@gnu.org>
1498         * textmodes/tex-mode.el: Now that tex-send-command calls
1499         shell-quote-argument (2005-03-31 change), remove all calls to
1500         shell-quote-argument; they all end up invoking tex-send-command.
1501         The double quoting loses on filenames with non-safe characters,
1502         such as "@".  Reported by Frederik Fouvry.
1504 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
1506         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1507         about preserving point.
1509 2005-05-27  Jay Belanger  <belanger@truman.edu>
1511         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1512         Info-goto-node.
1514         * calc/calc-embed.el (calc-embed-arg): New variable.
1515         (calc-do-embedded-activate, calc-embedded-activate-formula)
1516         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1517         variable by new variable.
1518         (calc-embedded-make-info): Replace undeclared variable by new
1519         variable.  When selecting region with positive prefix
1520         argument, use end of previous line instead of beginning of line.
1522         * calc/calc-aent.el (calc-arg-values): Declare it.
1524         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1525         Declare them.
1527         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1529         * calc/calc.el (calc-alg-map): Declare it.
1531         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1533 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
1535         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1536         (gdb-registers-buffer, toggle-gdb-all-registers):
1537         Toggle display of floating point registers.
1538         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1540         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
1541         (toggle-gud-tooltip-dereference):
1542         Rename from gud-toggle-tooltip-dereference.
1544 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1546         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1548 2005-05-27  Jay Belanger  <belanger@truman.edu>
1550         * calc/calc-prog.el (calc-kbd-report): Remove.
1551         (calc-kbd-query): Rewrite.
1553 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
1555         * image.el (image-library-alist): Move to image.c.
1556         (image-type-available-p): Doc fix.
1558 2005-05-27  Lute Kamstra  <lute@gnu.org>
1560         * calc/calc.el (calc):
1561         * outline.el (outline-1, outline-2, outline-3, outline-4)
1562         (outline-5, outline-6, outline-7, outline-8):
1563         * textmodes/dns-mode.el (dns-mode):
1564         * textmodes/sgml-mode.el (sgml-namespace-face):
1565         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1566         (tex-verbatim-face, tex-use-reftex):
1567         * textmodes/texinfo.el (texinfo-heading-face):
1568         Specify customization group.
1570         * longlines.el: Don't require easy-mmode.
1571         (longlines-visible-face): Specify customization group.
1573 2005-05-27  Kenichi Handa  <handa@m17n.org>
1575         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1576         encoding table of windows-1251.
1578         * international/ucs-tables.el (ucs-set-table-for-input):
1579         If translation-table-for-input of a coding system is a symbol, get
1580         its translation-table property.
1582         * international/code-pages.el: Don't register a coding system into
1583         non-iso-charset-alist more than once.
1584         (cp-make-coding-system): Likewise.
1586 2005-05-26  John Wiegley  <johnw@newartisans.com>
1588         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1589         `eshell-resume-eval' is wrapped in a list, it indicates that the
1590         command was run asynchronously.  In that case, unwrap the value
1591         before checking the delimiter value.
1593         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1594         character before a space at the end of a line is \, assume the space
1595         is part of the last argument rather than a final argument separator.
1597         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1598         is in use, and the target is `t' or `nil' (which are the most common
1599         values), don't assume that the symbol target is a buffer.
1601 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
1603         * calendar/calendar.el (calendar-mode-line-format):
1604         Use mode-line-highlight as mouse-face.
1606         * time.el (display-time-string-forms, display-time-update):
1607         Use mode-line-highlight as mouse-face.
1609 2005-05-26  Jay Belanger  <belanger@truman.edu>
1611         * calc/calc.el (calc-language-alist): Remove extra defvar.
1613 2005-05-26  Lute Kamstra  <lute@gnu.org>
1615         * arc-mode.el (archive-mode):
1616         * bookmark.el (bookmark-read-annotation-mode)
1617         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1618         * bs.el (bs-mode):
1619         * calc/calc-yank.el (calc-edit-mode):
1620         * calc/calc.el (calc-mode, calc-trail-mode):
1621         * calculator.el (calculator-mode):
1622         * chistory.el (command-history-mode):
1623         * comint.el:
1624         * cus-edit.el (custom-mode):
1625         * descr-text.el (describe-text-mode):
1626         * ebuff-menu.el (Electric-buffer-menu-mode):
1627         * ediff-util.el (ediff-mode):
1628         * emacs-lisp/re-builder.el (reb-mode):
1629         * emulation/vi.el (vi-mode-setup):
1630         * emulation/ws-mode.el (wordstar-mode):
1631         * eshell/esh-mode.el (eshell-mode):
1632         * forms.el (forms-mode):
1633         * help-mode.el (help-mode):
1634         * hexl.el (hexl-mode):
1635         * ibuffer.el (ibuffer-mode):
1636         * ielm.el (inferior-emacs-lisp-mode):
1637         * info.el (Info-mode, Info-edit-mode):
1638         * international/swedish.el:
1639         * ledit.el (ledit-from-lisp-mode):
1640         * locate.el (locate-mode):
1641         * mail/rmail.el (rmail-mode):
1642         * mail/rmailedit.el (rmail-edit-mode):
1643         * mail/rmailsum.el (rmail-summary-mode):
1644         * mail/supercite.el (sc-electric-mode):
1645         * net/eudc.el (eudc-mode):
1646         * net/quickurl.el (quickurl-list-mode):
1647         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1648         * obsolete/ooutline.el (outline-mode):
1649         * obsolete/options.el (Edit-options-mode):
1650         * obsolete/rnews.el (news-mode):
1651         * obsolete/rnewspost.el (news-reply-mode):
1652         * play/5x5.el (5x5-mode):
1653         * play/decipher.el (decipher-mode, decipher-stats-mode):
1654         * play/gomoku.el (gomoku-mode):
1655         * play/snake.el (snake-mode):
1656         * play/solitaire.el (solitaire-mode):
1657         * play/tetris.el (tetris-mode):
1658         * progmodes/ada-mode.el (ada-mode):
1659         * progmodes/antlr-mode.el (antlr-mode):
1660         * progmodes/autoconf.el (autoconf-mode):
1661         * progmodes/dcl-mode.el (dcl-mode):
1662         * progmodes/delphi.el (delphi-mode):
1663         * progmodes/ebrowse.el (ebrowse-tree-mode)
1664         (ebrowse-electric-list-mode, ebrowse-member-mode)
1665         (ebrowse-electric-position-mode):
1666         * progmodes/f90.el (f90-mode):
1667         * progmodes/fortran.el (fortran-mode):
1668         * progmodes/icon.el (icon-mode):
1669         * progmodes/idlw-help.el (idlwave-help-mode):
1670         * progmodes/idlw-shell.el (idlwave-shell-mode):
1671         * progmodes/idlwave.el (idlwave-mode):
1672         * progmodes/inf-lisp.el (inferior-lisp-mode):
1673         * progmodes/m4-mode.el (m4-mode):
1674         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1675         * progmodes/modula2.el (modula-2-mode):
1676         * progmodes/octave-inf.el (inferior-octave-mode):
1677         * progmodes/octave-mod.el (octave-mode):
1678         * progmodes/pascal.el (pascal-mode):
1679         * progmodes/sh-script.el (sh-mode):
1680         * progmodes/sql.el (sql-mode, sql-interactive-mode):
1681         * progmodes/vhdl-mode.el (vhdl-mode):
1682         * progmodes/xscheme.el (scheme-interaction-mode):
1683         * replace.el (occur-mode):
1684         * ses.el (ses-mode):
1685         * simple.el (completion-list-mode):
1686         * skeleton.el:
1687         * speedbar.el (speedbar-mode):
1688         * term.el (term-mode):
1689         * terminal.el (terminal-edit-mode):
1690         * textmodes/reftex-index.el (reftex-index-mode)
1691         (reftex-index-phrases-mode):
1692         * textmodes/reftex-sel.el (reftex-select-label-mode)
1693         (reftex-select-bib-mode):
1694         * textmodes/reftex-toc.el (reftex-toc-mode):
1695         * wdired.el (wdired-change-to-wdired-mode):
1696         * wid-browse.el (widget-browse-mode):
1697         Use run-mode-hooks.
1699         * array.el (array-mode):
1700         * calendar/todo-mode.el (todo-mode):
1701         * man.el (Man-mode):
1702         * play/landmark.el (lm-mode):
1703         * play/mpuz.el (mpuz-mode):
1704         Use kill-all-local-variables and run-mode-hooks.
1706         * subr.el (delay-mode-hooks): Specify indentation.
1708 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
1710         * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1712 2005-05-26  Jay Belanger  <belanger@truman.edu>
1714         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1715         of nil.
1717 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
1719         * progmodes/gdb-ui.el (gdb-frame-address):
1720         Rename from gdb-current-address.
1721         (gdb-previous-frame-address): Rename from gdb-previous-address.
1722         (gdb-selected-frame): Rename from gdb-current-frame.
1723         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1724         (gdb-frame-number): Rename from gdb-current-stack-level.
1725         (gdb-ann3): Match new mode-name for disassembly buffer.
1726         Extend initialisation of variables.
1727         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1728         (gdb-memory-mode): Use mouse-face in header line.
1729         (gdb-assembler-buffer-name): Call it disassembly and give frame
1730         in mode line.
1731         (gdb-source-spec-regexp, gdb-assembler-custom)
1732         (gdb-invalidate-assembler, gdb-frame-handler):
1733         Make robust to leading zeroes in address format.
1735 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
1737         * textmodes/org.el (org-mode): Use `define-derived-mode' to
1738         define `org-mode'.
1739         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1741 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1743         * log-edit.el (log-edit-changelog-entries): Distinguish between
1744         filenames like xfns.c and fns.c.
1746 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
1748         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1749         point after reverting.
1750         (Buffer-menu-make-sort-button): Handle the case where
1751         `Buffer-menu-use-header-line' is nil.
1753 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
1755         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1756         New funcs.  In minibuffer-local-completion-map bind `]', `/'
1757         and `:' to them.
1759 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1761         * startup.el (normal-top-level): Allow modification of load-path while
1762         we're iterating over it.
1764 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
1766         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1767         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1768         (thumbs-resize-interactive, thumbs-insert-image)
1769         (thumbs-insert-thumb, thumbs-dired-show-marked)
1770         (thumbs-find-image-at-point, thumbs-delete-images)
1771         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1772         (thumbs-increment-image-size, thumbs-decrement-image-size):
1773         Fix typos in docstrings.
1775 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
1777         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1778         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1779         (cperl-mode): Use them.
1781 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
1783         * window.el (quit-window, shrink-window-if-larger-than-buffer):
1784         Doc fixes.
1786 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
1788         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1789         Bind C-d to gdb-inferior-io-eof.
1791         * dired.el (dired-dnd-popup-notice): Use message-box.
1793 2005-05-23  Masatake YAMATO  <jet@gyve.org>
1795         * bindings.el (mode-line-major-mode-keymap):
1796         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1798         * faces.el (mode-line-highlight): New face.
1800         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1801         as mouse-face.
1803         * bindings.el (top-level, help-echo, mode-line-modified)
1804         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1805         as mouse-face.
1807 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
1809         * progmodes/cc-engine.el (c-guess-basic-syntax):
1810         Remove spurious call to `zerop'.
1812         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1814 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
1816         CC Mode update to 5.30.10:
1818         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1819         could go past the limit in decoration level 2, thereby causing
1820         errors during interactive fontification.
1822         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1823         the file is evaluated interactively.
1825         * cc-engine.el (c-guess-basic-syntax): Handle operator
1826         declarations somewhat better in C++.
1828         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1829         make use of `run-mode-hooks' which has been added in Emacs 21.1.
1830         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1831         (awk-mode): Use it.
1832         (make-local-hook): Suppress warning about obsoleteness.
1834         * cc-engine.el, cc-align.el, cc-cmds.el
1835         (c-append-backslashes-forward, c-delete-backslashes-forward)
1836         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1837         Compensate for return value from `forward-line' when it has moved
1838         but not to a different line due to eob.
1840         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1841         `objc-method-intro' and `objc-method-args-cont'.
1843 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
1845         CC Mode update to 5.30.10:
1847         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1848         in the copyright statement.  Incidentally, change "along with GNU
1849         Emacs" to "along with this program" where it occurs.
1851         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1852         so that it is interactive, hence can be found by M-x awk-mode
1853         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
1854         <gmorris+emacs@ast.cam.ac.uk>.
1856         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1857         Mode's regexps.
1859 2005-05-23  Kevin Ryde  <user42@zip.com.au>
1861         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1862         c-parse-state, to avoid a lisp error (on bad code).
1864 2005-05-23  Lute Kamstra  <lute@gnu.org>
1866         * subr.el (font-lock-defaults): Remove defvar as it's already
1867         defined in font-core.el.
1869         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1871 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
1873         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1874         more general and work when GDB variable "print pretty" is on,
1875         as with Emacs, for example.
1877 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
1879         * font-core.el: Update comment.
1881         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1882         Use `after-change-major-mode-hook' instead of `find-file-hook'.
1884         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1886 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
1888         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1889         and `yank-handler' in the doc strings.
1891 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1893         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
1895 2005-05-22  Richard M. Stallman  <rms@gnu.org>
1897         * help.el (describe-key): Move print-help-return-message call
1898         out of conditional.
1900         * progmodes/etags.el (list-tags): Use with-no-warnings.
1902         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1903         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1904         (starttls-extra-args, starttls-extra-arguments): Add defvars.
1906         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1908         * language/viet-util.el (viet-viscii-nonascii-translation-table):
1909         Add defvar.
1911         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1912         Use defvar, not defconst.
1914         * hexl.el (hexl-follow-line): Use with-no-warnings.
1916         * emulation/tpu-extras.el: Use write-file-functions instead of
1917         write-file-hooks.
1919         * dired.el (dired-font-lock-keywords): Fontify files with junk
1920         extensions even if marked by -F.
1922 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
1924         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1925         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1926         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1927         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1928         (concatenate, list-length, get*, getf, cl-remprop):
1929         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1930         (etypecase, progv, lexical-let, lexical-let*)
1931         (multiple-value-bind, multiple-value-setq, shiftf):
1932         Improve argument/docstring consistency.
1934         * subr.el (focus-frame, unfocus-frame):
1935         Revert deletion on 2005-05-01.
1937 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
1939         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1940         doesn't exist.
1942         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
1943         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1945 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
1947         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1948         already deleted variables: auto-fill-hook, blink-paren-hook,
1949         lisp-indent-hook, inhibit-local-variables, unread-command-event,
1950         suspend-hooks, comment-indent-hook, meta-flag,
1951         before-change-function, after-change-function,
1952         font-lock-doc-string-face.
1954 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
1956         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1958 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
1960         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1961         rmail-dont-reply-to.
1963 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
1965         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1966         literal blank when splitting new-header-values.
1968 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
1970         * calendar/cal-menu.el (cal-menu-update): Add separator as a
1971         string so that tmm doesn't create a completion entry for it.
1973         * textmodes/table.el (table-disable-menu): Ditto.
1975 2005-05-21  Richard M. Stallman  <rms@gnu.org>
1977         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1979         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1981         * net/rcompile.el (remote-compile): Use compilation-start.
1983         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1985 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
1987         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1988         Default to makefile-bsdmake-mode on BSD systems.
1990         * imenu.el (imenu-generic-expression, imenu--generic-function'):
1991         REGEXP may also be a search function now.  The part of doc-string
1992         for describing the structure was 95% identical to that of
1993         `imenu--generic-function'.  Unify it there.
1995         * progmodes/make-mode.el (makefile-imenu-generic-expression):
1996         Use function to find dependencies, because regexp alone is so complex,
1997         it easily goes into an endless loop.
1998         (makefile-makepp-mode): Also add submenu for Perl functions
1999         defined in the makefile.
2000         (makefile-bsdmake-mode): Special imenu-generic-expression no
2001         longer needed, due to function call.
2002         (makefile-match-dependency): Take BOUND into account when checking
2003         if we're through.
2005 2005-05-20  Jay Belanger  <belanger@truman.edu>
2007         * calc/calc-units.el (calc-invalidate-units-table):
2008         Use inhibit-read-only.
2009         (math-build-units-table-buffer): Use view-mode.
2011 2005-05-20  David Kastrup  <dak@gnu.org>
2013         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
2014         easy-menu-add is not a nop on Emacs; and clarify when to call it.
2016 2005-05-20  Lute Kamstra  <lute@gnu.org>
2018         * diff-mode.el (diff-header-face, diff-file-header-face)
2019         (diff-index-face, diff-hunk-header-face, diff-removed-face)
2020         (diff-added-face, diff-changed-face, diff-function-face)
2021         (diff-context-face, diff-nonexistent-face): Put them in the
2022         diff-mode customization group.
2024 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2026         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
2028         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
2030         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
2031         Minor regexp-optimization.
2033 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
2035         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
2036         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
2037         (org-agenda-add-time-grid-maybe): New function.
2038         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
2039         (org-table-create): `dotimes' instead of `mapcar'.
2040         (org-xor): Simplify implementation.
2041         (org-agenda): `inhibit-redisplay' turned on.
2042         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
2043         a consistent line after a state change.
2044         (org-agenda-remove-times-when-in-prefix): New option.
2045         (org-prefix-has-time): New variable.
2046         (org-parse-time-string): Optional argument NODEFAULT.
2047         (org-format-agenda-item): Parse items for time-of-day
2048         specifications and move these into the prefix if possible.
2049         (org-agenda-priority): Get current heading, not previous heading
2050         during agenda remote editing.
2052 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
2054         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
2055         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
2056         (remove-duplicates, delete-duplicates, substitute)
2057         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
2058         (nsubstitute-if-not, find, find-if, find-if-not, position)
2059         (position-if, position-if-not, count, count-if, count-if-not)
2060         (mismatch, search, sort*, stable-sort, merge, member*)
2061         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
2062         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
2063         (intersection, nintersection, set-difference, nset-difference)
2064         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
2065         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
2066         (nsublis, tree-equal): Improve argument/docstring consistency.
2068         * subr.el (send-string, send-region):
2069         Remove obsolescence declaration.
2070         (window-dot, set-window-dot, read-input, show-buffer)
2071         (eval-current-buffer, string-to-int):
2072         Add release number to obsolescence declarations.
2074 2005-05-19  Kim F. Storm  <storm@cua.dk>
2076         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
2077         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
2079 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
2081         * faces.el (list-faces-display): Make back button respect optional
2082         regexp arg.
2084 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
2086         * calculator.el (calculator-radix-grouping-mode)
2087         (calculator-radix-grouping-digits, calculator-displayer)
2088         (calculator-radix-grouping-separator, calculator-copy-displayer):
2089         * dabbrev.el (dabbrev-search-these-buffers-only):
2090         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
2091         (diff-advance-after-apply-hunk, diff-mode-hook)
2092         (diff-minor-mode-prefix):
2093         * imenu.el (imenu-use-popup-menu):
2094         * jit-lock.el (jit-lock-context-time):
2095         * newcomment.el (comment-fill-column, comment-column)
2096         (comment-style, comment-padding, comment-multi-line)
2097         (comment-empty-lines, comment-auto-fill-only-comments):
2098         * reveal.el (reveal-around-mark):
2099         * uniquify.el (uniquify-buffer-name-style)
2100         (uniquify-after-kill-buffer-p)
2101         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
2102         (uniquify-min-dir-content, uniquify-separator)
2103         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
2104         * w32-vars.el (w32-fixed-font-alist):
2105         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2106         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
2107         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
2108         * progmodes/perl-mode.el (perl-indent-level)
2109         (perl-continued-statement-offset, perl-continued-brace-offset)
2110         (perl-brace-offset, perl-brace-imaginary-offset)
2111         (perl-label-offset, perl-indent-continued-arguments)
2112         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
2113         * progmodes/tcl.el (tcl-indent-level)
2114         (tcl-continued-indent-level, tcl-auto-newline)
2115         (tcl-tab-always-indent, tcl-electric-hash-style)
2116         (tcl-help-directory-list, tcl-use-smart-word-finder)
2117         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
2118         (inferior-tcl-source-command):
2119         * textmodes/fill.el (enable-kinsoku):
2120         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
2121         * textmodes/table.el (table-yank-handler):
2122         Specify missing group (and type, if simple) in defcustom.
2124 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
2126         * progmodes/compile.el (compilation-finish-function): Fix defvar.
2128 2005-05-19  Richard M. Stallman  <rms@gnu.org>
2130         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
2132         * subr.el (event-basic-type): Don't get an error.
2133         (left-fringe-p): Function deleted.
2135         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
2136         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
2138         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
2139         in recursive copy.
2141         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
2143         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
2145         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
2146         Call byte-compile-nogroup-warn if appropriate.
2148         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
2149         (compilation-set-window): Don't call left-fringe-p; do it directly.
2151 2005-05-19  Jay Belanger  <belanger@truman.edu>
2153         * calc/calc-graph.el (calc-graph-format-data): Make sure
2154         var-PlotRejects is bound before trying to check its value.
2156 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
2158         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
2159         definition of this variable from reftex-global.el to reftex.el,
2160         because it is needed in the menu.
2162 2005-05-19  Lute Kamstra  <lute@gnu.org>
2164         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
2165         years are fixed.  Don't insert a space after a dash.
2167 2005-05-19  Kim F. Storm  <storm@cua.dk>
2169         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
2171 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
2173         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
2174         strings, because (eq ... ?\\) is fairly frequent.
2176         * progmodes/make-mode.el (makefile-add-this-line-targets):
2177         Simplify and integrate into `makefile-pickup-targets'.
2178         (makefile-add-this-line-macro): Simplify and integrate into
2179         `makefile-pickup-macros.
2180         (makefile-pickup-filenames-as-targets): Simplify.
2181         (makefile-previous-dependency, makefile-match-dependency):
2182         Don't stumble over `::'.
2184 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
2186         * subr.el (post-command-idle-hook, post-command-idle-delay):
2187         Remove obsoletion of post-command-idle-hook and
2188         post-command-idle-delay.
2190         * faces.el (list-faces-display): Provide button when describe-face
2191         is called to take user back to the list of faces.
2193         * help-fns.el (describe-variable): Remove hyperlinks in a
2194         variable's value as these are quite frequently inappropriate.
2196         * follow.el (follow-submit-feedback, follow-mode):
2197         Remove references to post-command-idle-hook.
2199 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
2201         * progmodes/make-mode.el (makefile-previous-dependency)
2202         (makefile-match-dependency): Check for := (and in bsd mode also
2203         !=) to give a better result, even when font-lock is not on.
2205 2005-05-18  Jay Belanger  <belanger@truman.edu>
2207         * calc/calc-help.el (calc-s-prefix-help):
2208         Add `calc-copy-special-constant' to help string.
2210 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
2212         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2214 2005-05-18  Jay Belanger  <belanger@truman.edu>
2216         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
2217         in linear factors are in proper order.
2219 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
2221         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
2222         Support for jurabib.
2224         * textmodes/reftex.el (featurep): Define aliases for overlay
2225         commands, for XEmacs compatibility, and use these aliases in
2226         overlay initializations.
2227         (reftex-highlight): Use `reftex-move-overlay'.
2228         (reftex-unhighlight): Use `reftex-delete-overlay'.
2229         (reftex-uniq): Funktion removed.  Use `reftex-uniquify' instead.
2230         (reftex-access-search-path): Use `reftex-uniquify' instead of
2231         `reftex-uniq'
2233         * textmodes/reftex-sel.el (reftex-select-unmark):
2234         Overlay `before-string' property modification enables for Emacs as well.
2235         (reftex-select-item): Use `reftex-delete-overlay'.
2236         (reftex-select-mark): Use `reftex-make-overlay' and
2237         `reftex-overlay-put'.
2238         (reftex-select-unmark): Use `reftex-delete-overlay' and
2239         `reftex-overlay-put'.
2241 2005-05-18  Lute Kamstra  <lute@gnu.org>
2243         * emacs-lisp/lisp.el (check-parens): Fix docstring.
2245 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
2247         * add-log.el (add-change-log-entry):
2248         * array.el (array-make-template, array-reconfigure-rows)
2249         (array-init-max-row, array-init-max-column)
2250         (array-init-columns-per-line, array-init-field-width):
2251         * replace.el (replace-match-maybe-edit, perform-replace):
2252         * textmodes/spell.el (spell-region):
2253         Replace `read-input' by `read-string'.
2255         * forms.el (forms-mode):
2256         * finder.el (finder-compile-keywords):
2257         * shadowfile.el (shadow-read-files):
2258         Replace `eval-current-buffer' by `eval-buffer'.
2260         * terminal.el (te-pass-through):
2261         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
2262         (ange-ftp-raw-send-cmd):
2263         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
2264         (send-process-next-char, telnet-initial-filter, telnet):
2265         Replace `send-string' by `process-send-string'.
2267         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
2268         (prolog-consult-region): Replace `send-string' by
2269         `process-send-string'; replace `send-region' by `process-send-region'.
2271         * progmodes/delphi.el (delphi-log-msg):
2272         Replace `set-window-dot' by `set-window-point'.
2274         * subr.el (window-dot, set-window-dot, read-input, send-string)
2275         (send-region, show-buffer, eval-current-buffer):
2276         Make really obsolete, as the comment says.
2278 2005-05-17  Kim F. Storm  <storm@cua.dk>
2280         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
2281         (cua--init-keymaps): Bind C-return instead of S-return to set
2282         rectangle mark.
2284         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
2285         instead of S-return to toggle/clear rectangle mark.
2287 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
2289         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
2290         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
2291         Also fontify plain strings assigned to variables, mostly so that a
2292         colon has a face and is thus not taken as a dependency separator.
2293         (makefile-previous-dependency): Inline the new matcher, because it
2294         is too complex to work in both directions.
2295         (makefile-match-dependency): Eliminate `backward' arg (see above).
2296         Completely reimplemented so as to not sometimes go into an endless
2297         loop.  It should also be more efficient, because first it only
2298         searches for `:', instead of applying the very complex regexp.
2299         (makefile-mode): Cancel `font-lock-support-mode', because blocks
2300         to be fontified in one piece can be too long for JIT.
2301         Makefiles are never *that* big.
2303 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
2305         * dired.el (dired-mode): Simplify.
2307 2005-05-17  Lute Kamstra  <lute@gnu.org>
2309         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
2310         defcustom for the mode hook variable.
2312         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
2313         Emacs Lisp Reference Manual.
2315 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
2317         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
2318         (evenp, list*):
2319         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
2320         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
2322         * net/tramp-smb.el (tramp-smb-open-connection):
2323         Pass `tramp-chunksize' as fifth (required) argument.
2325 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
2327         * font-lock.el (lisp-font-lock-keywords-1):
2328         Set `font-lock-negation-char-face' for [^...] char group.
2329         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
2331         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
2332         a var, and refine it to mask one more level of nested vars.
2333         (makefile-rule-action-regex): Turn it into a var, and refine it so
2334         it recognizes backslashed continuation lines as belonging to the
2335         same command.
2336         (makefile-macroassign-regex): Refine it so it recognizes
2337         backslashed continuation lines as belonging to the same command.
2338         (makefile-var-use-regex): Don't look at the next char, because it
2339         might be the same one to be skipped by the initial [^$], leading
2340         to an overlooked variable use.
2341         (makefile-make-font-lock-keywords): Remove two parameters, which
2342         are now variables that some of the modes set locally.
2343         Handle dependency and rule action matching through functions, because
2344         regexps alone match too often.  Dependency matching now comes
2345         last, so it can check, whether a colon already matched something else.
2346         (makefile-mode): Inform that font-lock improves makefile parsing
2347         capabilities.
2348         (makefile-match-dependency, makefile-match-action): New functions.
2350 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
2352         * emacs-lisp/cl-extra.el (equalp): Doc fix.
2354         * align.el (align-regexp):
2355         * ansi-color.el (ansi-color-get-face):
2356         * array.el (array-reconfigure-rows, array-init-max-row)
2357         (array-init-max-column, array-init-columns-per-line)
2358         (array-init-field-width):
2359         * dired-aux.el (dired-trample-file-versions):
2360         * dired-x.el (dired-mark-sexp):
2361         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
2362         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
2363         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
2364         * faces.el (face-read-integer):
2365         * files.el (backup-extract-version, insert-directory):
2366         * hexl.el (hexl-insert-decimal-char):
2367         * server.el (server-process-filter):
2368         * shell.el (shell-extract-num):
2369         * startup.el (command-line-1):
2370         * term.el (term-command-hook):
2371         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
2372         (time-stamp-do-number):
2373         * time.el (display-time-update):
2374         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
2375         (timezone-fix-time):
2376         * vms-patch.el (vms-suspend-resume-hook):
2377         * calendar/appt.el (appt-convert-time):
2378         * calendar/cal-bahai.el (mark-bahai-diary-entries):
2379         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2380         * calendar/cal-islam.el (mark-islamic-diary-entries):
2381         * calendar/calendar.el (calendar-cursor-to-date)
2382         (calendar-star-date):
2383         * calendar/diary-lib.el (diary-attrtype-convert)
2384         (mark-diary-entries, diary-entry-time):
2385         * calendar/solar.el (solar-get-number):
2386         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
2387         * emacs-lisp/re-builder.el (reb-display-subexp):
2388         * emulation/edt.el (edt-set-scroll-margins):
2389         * emulation/tpu-extras.el (tpu-set-scroll-margins):
2390         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
2391         (vip-get-ex-count):
2392         * emulation/viper-ex.el (viper-get-ex-token)
2393         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
2394         * international/fontset.el (fontset-plain-name):
2395         * mail/feedmail.el (feedmail-look-at-queue-directory):
2396         * mail/mailalias.el (mail-get-names):
2397         * mail/rmail.el (rmail-convert-to-babyl-format):
2398         * mail/rmailsum.el (rmail-make-basic-summary-line)
2399         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
2400         (rmail-summary-goto-msg):
2401         * mail/smtpmail.el (smtpmail-read-response):
2402         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
2403         (ange-ftp-vms-add-file-entry):
2404         * play/gametree.el (gametree-looking-at-ply)
2405         (gametree-current-branch-score):
2406         * progmodes/ada-xref.el (ada-prj-find-prj-file)
2407         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2408         * progmodes/cperl-mode.el (condition-case):
2409         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2410         (ebrowse-set-member-buffer-column-width)
2411         (ebrowse-select-1st-to-9nth):
2412         * progmodes/etags.el (etags-snarf-tag):
2413         * progmodes/flymake.el (flymake-parse-line):
2414         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2415         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2416         (idlwave-shell-menu-def):
2417         * progmodes/ps-mode.el (ps-run-goto-error):
2418         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2419         (vhdl-speedbar-contract-level):
2420         * term/mac-win.el (x-handle-numeric-switch):
2421         * term/sun-mouse.el (sun-get-frame-data):
2422         * term/w32-win.el (x-handle-numeric-switch):
2423         * term/x-win.el (x-handle-numeric-switch):
2424         * textmodes/ispell.el (ispell-parse-output):
2425         * textmodes/nroff-mode.el (nroff-outline-level):
2426         * textmodes/reftex-cite.el (reftex-bib-sort-year)
2427         (reftex-bib-sort-year-reverse, reftex-format-citation):
2428         * textmodes/reftex-parse.el (reftex-init-section-numbers)
2429         (reftex-section-number):
2430         * textmodes/texinfmt.el (texinfo-paragraphindent):
2431         Replace `string-to-int' by `string-to-number'.
2433         * international/latexenc.el: Add page marker to force the "Local
2434         Variables:" string out of the last page.
2436 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
2438         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2439         tooltip-change-major-mode.
2440         (gud-tooltip-print-command): Remove case where gud-minor-mode
2441         is gdb ("--fullname").
2442         (gud-tooltip-tips): Turn GUD tooltips off for this case and
2443         explain to user.
2445 2005-05-16  Jay Belanger  <belanger@truman.edu>
2447         * calc/calc-store.el (calc-copy-special-constant): New function.
2449         * calc/calc-ext.el (calc-init-extensions): Add binding for
2450         `calc-copy-special-constant'.
2452         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2453         for the `calc-copy-special-constant' command.
2455 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
2457         * subr.el (left-fringe-p): New function.
2459         * progmodes/compile.el (compilation-setup): Set local value of
2460         overlay-arrow-string to "" always.
2461         (compilation-set-window): Left fringe then don't scroll.
2462         No left fringe then no arrow and scroll message to top.
2463         (compilation-context-lines): Adjust doc string accordingly.
2465 2005-05-16  Kim F. Storm  <storm@cua.dk>
2467         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2468         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2469         (ido-wide-find-dir-or-delete-dir): New command for M-d.
2470         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
2471         (ido-read-file-name): Handle commands with ido property value
2472         equal to find-file as reading a file name, to allow C-d to enter dired.
2473         (ibuffer-find-file): Add ido property with value find-file.
2475 2005-05-15  Kim F. Storm  <storm@cua.dk>
2477         * subr.el (open-network-stream-nowait): Remove.
2478         (open-network-stream-server): Remove.
2480 2005-05-15  Richard M. Stallman  <rms@gnu.org>
2482         * faces.el (describe-face): Output a definition link button.
2484         * help-mode.el (help-face-def): New button type.
2486         * emacs-lisp/copyright.el (copyright-fix-years):
2487         Match properly if the first year is 2-digit.
2488         Don't mess up the whitespace after the years by filling.
2490         * dired-aux.el (dired-mark-confirm):
2491         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2493         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2494         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2495         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2497         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2498         Set font-lock-comment-start-skip.
2500         * font-lock.el (font-lock-comment-start-skip): New variable.
2501         (font-lock-comment-end-skip): New variable.
2502         (font-lock-fontify-syntactically-region): Use them if non-nil.
2504 2005-05-15  Jay Belanger  <belanger@truman.edu>
2506         * calc/calc-store.el (calc-store-value): Return a string rather
2507         than display it as a message.
2508         Use calc-var-name for variable name.
2509         (calc-store-into): Add the result of calc-store-value to message.
2510         (calc-copy-variable): Add a message.
2511         (calc-store-exchange): Improve error messages.
2512         (calc-store-binary, calc-store-map): Don't reset the values of
2513         special constants.
2515 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
2517         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2518         manual to docstring.
2520         * files.el (hack-local-variables-confirm): Add STRING argument.
2521         Make the function handle non file visiting buffers correctly.
2522         (hack-local-variables-prop-line, hack-local-variables)
2523         (hack-one-local-variable): Use STRING arg of
2524         `hack-local-variables-confirm'.
2526 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
2528         Sync with Tramp 2.0.49.
2530         * tramp.el (tramp-handle-dired-call-process)
2531         (tramp-handle-insert-directory):`insert-buffer' cannot be used
2532         because the contents of the Tramp buffer is changed before
2533         insertion (`expand-file' and alike).
2534         (tramp-handle-insert-directory): If `localname' has an empty
2535         nondirectory name, it must not be quoted.
2536         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
2537         variable `tramp-chunksize'.  Change callees.
2538         (tramp-open-connection-setup-interactive-shell): Check remote host
2539         for buggy `send-process-string' implementation.
2540         Set `tramp-chunksize' if found.  Reported by Michael Kifer
2541         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2542         (tramp-handle-shell-command): `insert-buffer' cannot be used
2543         because the contents of the Tramp buffer is changed before
2544         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2545         <frederic.bothamy@free.fr>.
2546         (tramp-set-auto-save): Actions should be done for Tramp file name
2547         handler only.  Ange-FTP has its own auto-save mechanism.
2548         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2549         (tramp-set-auto-save-file-modes): Set file modes of
2550         `buffer-auto-save-file-name' to ?\600 as fallback solution.
2551         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2552         (tramp-bug): Remove obsolete variable.
2553         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
2554         for presence of `mml-mode'.  Make it running for older Emacsen as well.
2556 2005-05-14  John Paul Wallington  <jpw@pobox.com>
2558         * ibuf-ext.el (define-ibuffer-filter filename):
2559         If `dired-directory' is a list, use its car.
2561 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
2563         * ibuffer.el (define-ibuffer-column filename):
2564         If `dired-directory' is a list, use its car.
2566 2005-05-14  Richard M. Stallman  <rms@gnu.org>
2568         * subr.el (symbol-file): Doc fix.
2570         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2571         (byte-compile-form): Call byte-compile-nogroup-warn.
2572         (byte-compile-warning-types): Doc fix.
2574         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2576         * progmodes/cc-engine.el (c-literal-faces):
2577         Add font-lock-comment-delimiter-face.
2579         * net/net-utils.el (dig): Use with-no-warnings.
2581         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2582         (sc-recite-frame-alist, sc-default-cite-frame)
2583         (sc-default-uncite-frame, sc-default-recite-frame)
2584         (sc-attrib-selection-list, sc-rewrite-header-list):
2585         Mark as risky-local-variable.
2587         * international/ogonek.el (ogonek-jak, ogonek-how):
2588         Don't use beginning-of-buffer.
2590         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2592         * calendar/solar.el (solar-data-list): Move definition up.
2594         * dnd.el (dnd-protocol-alist): Add autoload.
2596         * progmodes/sh-script.el: Many doc usage fixes.
2597         (sh-indent-after-do): Change default to match common styles.
2599 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
2601         * files.el (interpreter-mode-alist)
2602         (auto-mode-interpreter-regexp): Doc fixes.
2604 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
2606         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2608         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2610 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2612         * dired.el (dired-mode): make-variable-buffer-local =>
2613         make-local-variable.
2615 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2617         * term/mac-win.el (mac-select-convert-to-string): Try coding
2618         systems in mac-script-code-coding-systems if specified one cannot
2619         encode string for `com.apple.traditional-mac-plain-text'.
2621 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
2623         * progmodes/make-mode.el (makefile-targets-face)
2624         (makefile-shell-face, makefile-makepp-perl-face): New faces.
2625         (makefile-dependency-regex): Fix it to not make the colon in
2626         $(var:a=b) special.
2627         (makefile-rule-action-regex): New regexp for highlighting embedded
2628         Shell strings.
2629         (makefile-macroassign-regex): Handle != for highlighting as
2630         embedded Shell strings.
2631         (makefile-var-use-regex): New const.
2632         (makefile-statements, makefile-automake-statements)
2633         (makefile-gmake-statements, makefile-makepp-statements)
2634         (makefile-bsdmake-statements): New consts.
2635         (makefile-make-font-lock-keywords): New function.
2636         (makefile-automake-font-lock-keywords)
2637         (makefile-gmake-font-lock-keywords)
2638         (makefile-makepp-font-lock-keywords)
2639         (makefile-bsdmake-font-lock-keywords): New consts.
2640         (makefile-mode-map): Add switchers between the various submodes.
2641         (makefile-mode): Document the availability of the variants.
2642         (makefile-automake-mode, makefile-gmake-mode)
2643         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2645         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2646         new variants of makefile-mode.
2648 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2650         * font-lock.el (font-lock-comment-delimiter-face): Fix up
2651         the inheritance.
2653 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
2655         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2656         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2658         * files.el (normal-mode): Extend the scope of the
2659         `enable-local-variables' binding to include the `set-auto-mode' call.
2660         (magic-mode-alist): Doc fix.
2662 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2664         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2665         font-lock-comment-face rather than copying its setting.
2667 2005-05-12  Andreas Schwab  <schwab@suse.de>
2669         * eshell/esh-mode.el (eshell-send-input): Doc fix.
2671 2005-05-12  Lute Kamstra  <lute@gnu.org>
2673         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2674         defcustom for the mode hook variable.  Delete the last argument.
2675         * generic-x.el: Fix callers of define-generic-mode.
2676         (generic-x-modes): Delete group.
2677         (show-tabs-tab-face, show-tabs-space-face): Put them in the
2678         generic-x customization group.
2680 2005-05-12  Kim F. Storm  <storm@cua.dk>
2682         * font-lock.el (font-lock-negation-char-face): Default to "off".
2684         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2685         font-lock-negation-char-face to ! in !=.
2687 2005-05-12  Masatake YAMATO  <jet@gyve.org>
2689         * add-log.el (find-change-log): Fix typos in the docstring
2690         of function.
2692 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2694         * international/latexenc.el (latexenc-find-file-coding-system):
2695         Avoid `re-search-forward' when looking for input encoding because
2696         of speed and safety.  Better regular expressions for recognizing
2697         input encoding.  Limit a search for TeX-master/tex-main-file to
2698         the local variable section.
2700 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
2702         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2703         syntax of $ to "'" (quote).
2705 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
2707         * dnd.el (dnd-protocol-alist): Improve custom type.
2709         * dired.el (dired-dnd-protocol-alist): New variable.
2710         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
2711         `dired-mode-hook' to the end.
2713 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2715         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2716         comment-end if comment-start-skip is not set.
2717         Obey the font-lock-comment-delimiter-face variables.
2719 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2721         * files.el (executable-find): Move from executable.el.  Use locate-file.
2722         * progmodes/executable.el (executable-find): Move to files.el.
2724         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2725         when trying to ensure forward progress.
2727 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
2729         * mouse-sel.el (mouse-sel-follow-link-p): New function.
2730         (mouse-select, mouse-select-internal, mouse-extend-internal):
2731         Use it to implement mouse-1-click-follows-link functionality.
2733 2005-05-11  Richard M. Stallman  <rms@gnu.org>
2735         * font-lock.el (font-lock-fontify-syntactically-region):
2736         Use font-lock-comment-delimiter-face for comment delimiters.
2738 2005-05-10  Jay Belanger  <belanger@truman.edu>
2740         * calc/calc-help.el (calc-m-prefix-help): Add mention of
2741         preserving embedded modes.
2743 2005-05-10  Richard M. Stallman  <rms@gnu.org>
2745         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2747         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2748         Move from ada-stmt.el.
2749         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2751         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2752         Move to ada-mode.el.
2753         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2755         * cus-edit.el (custom-file): Call file-chase-links.
2757         * files.el (read-directory-name): Fix previous change.
2758         (hack-local-variables-confirm): New function.
2759         (hack-local-variables-prop-line, hack-local-variables)
2760         (hack-one-local-variable): Use it.
2762 2005-05-10  Lute Kamstra  <lute@gnu.org>
2764         * font-lock.el (font-lock-keywords-alist)
2765         (font-lock-removed-keywords-alist): Clarify docstrings.
2767 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
2769         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2770         (gdb-source-info): Check for preprocessor info.
2771         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
2772         a macro for a function.
2773         (gdb-info-breakpoints-custom): Try to find file again if not already
2774         found (user might have used GDB dir command).
2775         (gdb-get-location): Update gdb-location-alist correctly for change
2776         to gdb-info-breakpoints-custom.
2778         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2779         (gud-tooltip-print-command): Add gdbmi case.
2780         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2781         preprocessor info.
2783 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
2785         * startup.el (fancy-splash-insert): Fix typo in doc string.
2787 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
2789         * obsolete/float.el (string-to-float):
2790         * obsolete/hilit19.el (hilit-add-pattern):
2791         * obsolete/rnews.el (news-parse-range, news-select-message)
2792         (news-get-pruned-list-of-files): Replace `string-to-int' by
2793         `string-to-number'.
2795         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2796         `find-file-not-found-hooks'; use `add-hook'.
2797         (uncompress-while-visiting): Set `write-file-functions', not
2798         `write-file-hooks'; use `add-hook'.
2800 2005-05-09  Kim F. Storm  <storm@cua.dk>
2802         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2803         (cua-paste): Handle clipboard action.
2804         (cua--init-keymaps): Remap clipboard-kill-region and
2805         clipboard-kill-ring-save.
2807 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
2809         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2810         Improve commentary.
2812         * simple.el (next-error-overlay-arrow-position): Revert the change
2813         made on 2005-04-30.
2815 2005-05-07  Jay Belanger  <belanger@truman.edu>
2817         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2818         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2819         `calc-sel-reselect'.
2821         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2822         Calc is in embedded mode.
2824 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
2826         * progmodes/compile.el (compilation-setup):
2827         Set overlay-arrow-string to an empty string on text terminals.
2829         * textmodes/ispell.el (ispell-program-name): Try looking for
2830         "aspell" along exec-path, and if found, use it as the default
2831         speller program.
2833 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
2835         * international/mule.el (sgml-xml-auto-coding-function):
2836         Recognize encoding='FOO' in single quotes as well as in double quotes.
2838 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2840         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2841         as well as `interactive', so that defmacro* would recognize
2842         `declare' forms.
2844 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
2846         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2847         Explain more about the LIGHTER arg's usage in the doc string.
2848         Add commentary to clarify what the code does.  Fix the regexp that
2849         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
2850         since it could have characters special to regular expressions.
2852 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
2854         * replace.el (occur-1): Bind inhibit-read-only so that
2855         erase-buffer doesn't barf on read-only text properties (likewise
2856         for add-text-properties in occur-engine).  Mark buffer as unmodified.
2857         (occur-engine): Don't set buffer-read-only here.
2859 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2861         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2862         list-buffers-directory.  This caused the *cvs-commit* buffer to be
2863         sometimes mistakenly reused as a *cvs* buffer.
2865 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
2867         * tooltip.el: Move code for GUD tooltips into gud.el.
2868         (require): CL no longer needed to compile case.
2869         (tooltip-mode): Do not toggle functions for GUD tooltips.
2870         (tooltip-gud-tips-p): Remove.  Replace with minor mode
2871         gud-tooltip-mode in gud.el.
2872         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2873         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2874         tooltip-gud prefix with gud-tooltip and obsolete.
2875         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2876         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2877         (tooltip-mouse-motion): Mouse movement functions/variable.
2878         Rename in gud.el by adding gud prefix.
2879         (tooltip-gud-original-filter, tooltip-gud-dereference)
2880         (tooltip-gud-event, tooltip-toggle-gud-tips)
2881         (tooltip-gud-process-output, tooltip-gud-print-command)
2882         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
2883         gud.el by replacing tooltip-gud prefix with gud-tooltip.
2884         (gdb-tooltip-print): Move to gdb-ui.el.
2886         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2887         (require): CL needed to compile case.
2888         (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2889         tooltip-gud-tips-p.  Make it a minor-mode.
2890         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2891         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2892         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2893         (gud-tooltip-change-major-mode)
2894         (gud-tooltip-activate-mouse-motions-if-enabled)
2895         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2896         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2897         (gud-tooltip-original-filter, gud-tooltip-dereference)
2898         (gud-tooltip-event, tooltip-toggle-gud-tips)
2899         (gud-tooltip-process-output, gud-tooltip-print-command)
2900         (gud-tooltip-tips): Move from tooltip.el.
2902         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2903         (gdb-cpp-define-alist-flags): Doc fix.
2904         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2905         gud-tooltip-mode is t.
2907 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2909         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2910         evaporate if their text is deleted.
2911         (goto-address-at-point): Make it work as a mouse binding as well.
2912         (goto-address-at-mouse): Obsolete it.  Update users.
2914 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
2916         * calendar/appt.el (top-level): No longer activate on load.
2918 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
2920         * calendar/cal-bahai.el (mark-bahai-diary-entries):
2921         * net/webjump.el (webjump):
2922         * progmodes/idlw-help.el (idlwave-do-context-help1)
2923         (idlwave-highlight-linked-completions):
2924         * textmodes/po.el (po-find-file-coding-system-guts):
2925         Replace `assoc-ignore-case' by `assoc-string'.
2927 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
2929         * files.el (locate-file): Doc fix.
2931         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2932         Remove the redundant test for ms-dos.
2934         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2935         look for the preprocessor with exec-suffixes.  If not found in
2936         standard places, look in exec-path.  Remove most of the tests that
2937         used system-type.
2939         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2941         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2943         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2944         file-name clash with jka-compr.el on 8+3 filesystems.
2946 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2948         * term/mac-win.el: Don't define or bind scroll bar functions if
2949         x-toolkit-scroll-bars is t.
2950         (x-select-text, x-get-selection-value):
2951         Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2952         (PRIMARY): Put mac-scrap-name property.
2953         (mac-select-convert-to-file-url): New function.
2954         (public.file-url): New selection target type.  Add to
2955         selection-converter-alist.
2956         (x-get-selection, x-selection-value): Handle it.
2957         (x-cut-buffer-or-selection-value): New alias.
2959 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2961         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2962         entry to avoid calling bibtex-find-entry with arg global
2963         being t.  Remove arg key.
2964         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2965         (bibtex-copy-summary-as-kill): Change accordingly.
2967 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2969         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2970         (org-agenda-date-later): Use with-current-buffer.
2972 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
2974         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2975         (define-obsolete-variable-alias): Doc Fixes.
2977 2005-05-06  Kim F. Storm  <storm@cua.dk>
2979         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
2980         vertical-motion when selective-display is active.
2982         * ido.el (ido-setup-hook): New hook.
2983         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2984         (ido-input-stack): New var.
2985         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
2986         ido-next-work-file binding to M-O.
2987         Bind M-f to ido-wide-find-file-or-pop-dir.
2988         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2989         (ido-read-internal): Run ido-setup-hook.
2990         Catch quit in read-file-name and read-string to cancel edit.
2991         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2992         Automatically pop-all when completing a directory name (RET).
2993         (ido-file-internal): Add with-no-warnings around ffap and dired code.
2994         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2995         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2996         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2997         New functions for M-b/M-f to move among the directory components.
2998         (ido-make-merged-file-list): Catch quit to cancel merge.
2999         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
3000         (ido-completion-help): No warnings for ido-completion-buffer-full.
3002 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
3004         * font-lock.el (font-lock-negation-char-face): New face and variable.
3005         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
3006         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
3007         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
3008         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
3010 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
3012         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
3013         Fix typo in docstring.
3015         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
3016         (ebrowse-print-statistics-line)
3017         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
3019         * term/w32-win.el (image-library-alist): Add additional name for
3020         Xpm library.
3022 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
3024         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
3025         use gcc instead of cpp.
3027         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3028         (gdb-create-define-alist): Use it.
3029         (gdb-cpp-define-alist-program): Update for MS-DOS.
3031 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
3033         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
3035 2005-05-04  Richard M. Stallman  <rms@gnu.org>
3037         * help.el (describe-key): No error when UNTRANSLATED is nil.
3039         * simple.el (line-move-1): Fix previous change to signal errors
3040         appropriately.
3042 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
3044         * calendar/icalendar.el (icalendar-version): Now at 0.12.
3045         (icalendar-duration-correction): Remove.
3046         (icalendar--get-event-properties): Split result at commas.
3047         (icalendar--decode-isoduration): New optional argument
3048         DURATION-CORRECTION.
3049         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
3050         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
3051         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
3052         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
3053         (icalendar--convert-anniversary-to-ical): New functions, extracted
3054         from icalendar-export-region, with bug fixes.
3055         (icalendar-export-region): Use the above functions.
3056         (icalendar-import-buffer): Check before saving diary file.
3057         (icalendar--convert-recurring-to-diary)
3058         (icalendar--convert-non-recurring-all-day-to-diary)
3059         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
3060         extracted from icalendar--convert-ical-to-diary, with bug fixes.
3061         (icalendar--convert-ical-to-diary): Use the above functions.
3063 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
3065         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
3066         Remove these recent additions.
3067         (c-mode): Restore to before 2005-04-28.
3069         * progmodes/cc-vars.el (cc-define-list-program): Remove this
3070         recent addition.
3072         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
3073         (gdb-define-alist): New variables.
3074         (gdb-create-define-alist): New function.
3075         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
3076         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
3077         with string-to-number.
3078         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
3080         * progmodes/gud.el: Replace string-to-int with string-to-number.
3081         (gud-find-file): Handle gdb-define-alist.
3083         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
3085 2005-05-02  Jay Belanger  <belanger@truman.edu>
3087         * calc/calc-aent.el (math-read-token):
3088         * calc/calc-bin.el (calc-word-size):
3089         * calc/calc-ext.el (calc-read-number-fancy):
3090         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
3091         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
3092         * calc/calc-frac.el (calc-over-notation):
3093         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
3094         (calc-graph-num-points, calc-graph-init):
3095         * calc/calc-prog.el (calc-read-parse-table-part)
3096         (calc-edit-macro-repeats):
3097         * calc/calc-yank.el (calc-do-grab-rectangle):
3098         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
3099         Replace `string-to-int' by `string-to-number'.
3101 2005-05-02  Kim F. Storm  <storm@cua.dk>
3103         * kmacro.el: Use executing-kbd-macro-index variable.
3105 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
3107         * net/rlogin.el (rlogin-parse-words): Delete func.
3108         (rlogin): Use split-string, not rlogin-parse-words.
3109         Also, if there are option-like elements in the parsed args,
3110         take the host to be the first arg immediately following them.
3111         Suggested by Michael Mauger.
3113 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
3115         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
3117 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
3119         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
3120         (cc-mode-cpp-program): Rename to cc-define-list-program and
3121         move to cc-vars.el.
3123         * progmodes/cc-vars.el (cc-define-list-program):
3124         Change to "gcc -E -dM -".  Make customizable.
3126 2005-05-02  Kim F. Storm  <storm@cua.dk>
3128         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
3130 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
3132         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
3134         * international/mule-util.el (truncate-string): Remove alias and
3135         obsolete declaration.
3137         * international/mule-cmds.el (update-iso-coding-systems):
3138         Remove alias and obsolete declaration.
3140         * international/mule.el (coding-system-parent): Remove alias and
3141         obsolete declaration.
3143         * subr.el (define-function, sref): Remove aliases and obsolete
3144         declarations.
3145         (chars-in-region): Remove obsolete declaration.
3147 2005-05-01  Richard M. Stallman  <rms@gnu.org>
3149         * info.el (Info-mode): Set widen-automatically to nil, locally.
3151         * simple.el (widen-automatically): New variable.
3152         (pop-global-mark): Obey widen-automatically.
3154 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
3156         * term/xterm.el (function-key-map): Call substitute-key-definition
3157         before the keymap size is increased by a lot of define-key calls.
3159 2005-05-01  Richard M. Stallman  <rms@gnu.org>
3161         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
3162         Rename ARG to ELEMENT.  Doc fix.
3164 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
3166         * allout.el (allout-exposure): Remove macro and obsolete declaration.
3167         Remove references to allout-exposure/change to allout-new-exposure.
3169         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
3170         bytecode symbols.
3172         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
3173         (compiled-function-p, focus-frame, unfocus-frame):
3174         Remove aliases and obsolete declarations.
3175         Back out inadvertent changes from previous commit.
3177 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
3179         * files.el (require-final-newline): Make Custom tags consistent
3180         with mode-require-final-newline.
3181         (mode-require-final-newline): Doc fix.
3183 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
3185         * international/latexenc.el (latexenc-find-file-coding-system):
3186         Fix regular expressions.
3188 2005-05-01  David Kastrup <dak@gnu.org>
3190         * international/latexenc.el (latexenc-find-file-coding-system):
3191         Fix regular expressions.
3193 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
3195         * subr.el (string-to-int): Make obsolete.
3197 2005-04-30  Richard M. Stallman  <rms@gnu.org>
3199         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
3201         * loadup.el: load jka-comp-hook.
3203         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
3204         (jka-compr-handler): Add autoload.  `put' calls moved
3205         to jka-comp-hook.el.
3206         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
3207         (jka-compr-inhibit): Autoload.
3209         * jka-comp-hook.el: New file.
3210         Enable the mode by default.
3212         * files.el (backup-buffer-copy): Use copy-file instead
3213         of write-region, and put back the 'excl.
3215 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
3217         * progmodes/flymake.el (flymake-split-string)
3218         (flymake-split-string, flymake-log, flymake-pid-to-names)
3219         (flymake-reg-names, flymake-get-source-buffer-name)
3220         (flymake-unreg-names, flymake-add-line-err-info)
3221         (flymake-add-err-info): Clarify docstrings.
3222         (flymake-popup-menu, flymake-make-emacs-menu)
3223         (flymake-make-xemacs-menu): Add docstrings.
3224         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
3225         Set variables directly throughout.
3227 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
3229         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
3230         exists.  Initialise cc-define-alist.
3231         (c-mode): Add cc-create-define-alist locally to after-save-hook.
3232         If there is no file (Macroexpansion) don't create an alist.
3234 2005-04-29  Sam Steingold  <sds@gnu.org>
3236         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
3237         (cc-create-define-alist): Use it instead of the hard-coded string.
3239 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3241         * international/mule-conf.el (file-coding-system-alist): Fix regexp
3242         for latexenc.
3244 2005-04-29  Lute Kamstra  <lute@gnu.org>
3246         * emacs-lisp/generic.el: Improve commentary section.
3247         (define-generic-mode): Improve docstring.
3249 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
3251         * textmodes/org.el (many places): Change to quiet the byte compiler.
3252         (org-prefix-format-compiled): New variable.
3253         (org-compile-prefix-format): New function.
3254         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
3255         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
3256         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
3257         (org-get-entries-from-diary): Use `org-get-time-of-day' for
3258         consistency with entries from `org-mode' files.
3259         (org-get-time-of-day): Fix bug with partial matches early in a line.
3260         (org-non-link-chars): New constant.
3261         (org-link-regexp): Respect `org-non-link-chars'.
3262         (org-agenda-day-view): Remove command.
3263         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
3264         (org-follow-bbdb-link, org-store-link): Search also company field.
3265         (org-highlight-overlay): New variable.
3266         (org-highlight, org-unhighlight): New functions.
3267         (org-agenda-mode): Add pre-command-hook to remove highlight.
3268         (org-evaluate-time-range): Behavior depends upon whether time stamp
3269         contains a time or not.
3270         (org-show-subtree, org-show-entry): New functions.
3271         (org-agenda-cleanup-fancy-diary): Remove empty lines.
3273 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
3275         * comint.el (comint-output-filter-functions): Add autoload cookie.
3277 2005-04-28  Kim F. Storm  <storm@cua.dk>
3279         * ido.el (ido-everywhere): Fix last change.
3281 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3283         * international/latexenc.el: New file.
3284         * international/mule-conf.el (file-coding-system-alist): For .tex,
3285         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
3287 2005-04-28  Lute Kamstra  <lute@gnu.org>
3289         * font-lock.el (font-lock-add-keywords)
3290         (font-lock-remove-keywords): Clarify docstring.
3291         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
3292         Don't start docstrings with a `*'.
3293         (font-lock-update-removed-keyword-alist): Give it a docstring.
3295         * generic-x.el: Update commentary section.
3296         Only require font-lock when compiling.
3297         Define all modes conditionally.
3298         Place all generic modes in the generic-x-modes customization group.
3299         (generic-x-modes): New customization group.
3300         (generic-default-modes, generic-mswindows-modes)
3301         (generic-unix-modes, generic-other-modes): New constants.
3302         (generic-define-mswindows-modes, generic-define-unix-modes):
3303         Update docstrings.  Make them obsolete.
3304         (generic-extras-enable-list): New default value.  Update docstring.
3305         Improve :type.  Change :set function.
3306         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
3307         Fix docstring.
3309         * emacs-lisp/generic.el (generic-mode-internal):
3310         Simplify font-lock-defaults.
3311         (define-generic-mode): Fix docstring.
3313 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3315         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
3316         font-lock-face property to highlight matches.
3318 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
3320         * progmodes/cc-mode.el (cc-create-define-alist): New function.
3321         (cc-define-alist): New variable.
3322         (c-mode): Make it local and initialise it.
3324         * progmodes/gdb-ui.el (gdb-active-process): New variable.
3325         (gdb-exited): New function.
3326         (gdb-annotation-rules): Use it.
3327         (gdb-starting): Set gdb-active-process to t.
3328         (gdb-stopping): Amend doc string.
3329         (gdb-reset): Set gdb-active-process to nil.
3331         * tooltip.el (tooltip-gud-tips): Show the associated #define
3332         directives when a C program under GDB is not executing.
3334 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3336         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
3337         font-lock-fontify-syntactic-keywords.
3339         * font-lock.el (font-lock-default-fontify-region): Don't force
3340         parse-sexp-lookup-properties to nil.
3342 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
3344         * man.el (man-mode-syntax-table): Set up `:' to have
3345         word-constituent syntax.
3347 2005-04-27  Lute Kamstra  <lute@gnu.org>
3349         * novice.el (disable-command): Don't add spurious newlines to the
3350         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
3352 2005-04-26  Jay Belanger  <belanger@truman.edu>
3354         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
3355         than one window before deleting window.
3357 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
3359         * shell.el (shell-prompt-pattern): Doc fix.
3360         (shell-mode): Set paragraph-separate buffer locally to "\\'".
3362         * comint.el (comint-prompt-regexp, comint-get-old-input)
3363         (comint-use-prompt-regexp)
3364         (comint-use-prompt-regexp-instead-of-fields)
3365         (comint-replace-by-expanded-history, comint-send-input)
3366         (comint-output-filter, comint-get-old-input-default)
3367         (comint-line-beginning-position, comint-bol, comint-show-output)
3368         (comint-backward-matching-input, comint-forward-matching-input)
3369         (comint-next-prompt, comint-previous-prompt):
3370         Rename `comint-use-prompt-regexp-instead-of-fields' to
3371         `comint-use-prompt-regexp'.  Keep old name as alias and declare
3372         obsolete.
3373         (comint-use-prompt-regexp): Shorten first line of doc string.
3375         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
3376         Set paragraph-separate buffer locally to "\\'".
3378         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
3379         Adapt to above name change.
3381         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3382         (smbclient-prompt-regexp): Ditto.
3384         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
3386 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
3388         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
3389         gdb-location-list.
3390         Break lines that are over 80 characters wide.
3392 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3394         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
3395         New fun and var, to preserve compatibility.
3397         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
3399 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
3401         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
3402         name to file-newer-than-file-p.
3404 2005-04-26  Richard M. Stallman  <rms@gnu.org>
3406         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
3408         * progmodes/python.el (python-mode):
3409         Use new name eldoc-documentation-function.
3411         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3413         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3414         (eldoc-documentation-function):
3415         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
3417 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
3419         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3421 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
3423         * term/xterm.el (function-key-map): Fix strings for
3424         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
3425         {C,S,A,C-S}-{f1-f12}.
3427 2005-04-26  Kenichi Handa  <handa@m17n.org>
3429         * international/mule-cmds.el (select-safe-coding-system):
3430         Fix previous change.
3432 2005-04-26  Lute Kamstra  <lute@gnu.org>
3434         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3436         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3437         (font-lock-comment-delimiter-face): Ditto.
3439         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3441 2005-04-25  Jay Belanger  <belanger@truman.edu>
3443         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3444         to t while inserting information; use help-mode.
3446 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
3448         * term.el (ansi-term-color-vector): Use the xterm colors.
3449         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
3451 2005-04-25  Lute Kamstra  <lute@gnu.org>
3453         * font-core.el (font-lock-defaults): Fix docstring.
3455         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3457 2005-04-25  Kenichi Handa  <handa@m17n.org>
3459         * international/mule-cmds.el (select-safe-coding-system):
3460         Don't check consistency with coding: spec, etc if raw-text or
3461         no-conversion was found to be safe.
3463 2005-04-24  Richard M. Stallman  <rms@gnu.org>
3465         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3466         citation markers at start of each line.
3468         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3469         citation markers at start of each line.
3471         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3473         * files.el (mode-require-final-newline): Fix previous change.
3474         (require-final-newline): Fix type label.
3476 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
3478         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3479         statement in buffer (broken by 2004-11-24 change).
3481 2005-04-24  Kim F. Storm  <storm@cua.dk>
3483         * ido.el (ido-everywhere): Save and restore old read-buffer-function
3484         and read-file-name-function values.  Don't overwrite existing
3485         non-nil values if ido-mode is enabled without ido-everywhere.
3487 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
3489         * files.el (mode-require-final-newline): Minor doc fix.
3491 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
3493         * subr.el (syntax-after): Doc fix.
3494         (syntax-class): If argument is nil, return nil.  Mask off upper 16
3495         bits, not 8 bits.
3497         * files.el (mode-require-final-newline): Doc fix.
3498         (backup-buffer-copy): Fix last change.
3500 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3502         * term/mac-win.el: Require select.  Set selection-coding-system to
3503         mac-system-coding-system.  Call menu-bar-enable-clipboard.
3504         (x-last-selected-text-clipboard, x-last-selected-text-primary)
3505         (x-select-enable-clipboard): New variables.
3506         (x-select-text, x-get-selection, x-selection-value)
3507         (x-get-selection-value, mac-select-convert-to-string)
3508         (mac-services-open-file, mac-services-open-selection)
3509         (mac-services-insert-text): New functions.
3510         (CLIPBOARD, FIND): Put mac-scrap-name property.
3511         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3512         (public.tiff): Put mac-ostype property.
3513         (selection-converter-alist): Add entries for them.
3514         (mac-application-menu-map): New keymap.
3515         (interprogram-cut-function, interprogram-paste-function): Set to
3516         x-select-text and x-get-selection-value, respectively.
3517         (split-window-keep-point): Set to t.
3519 2005-04-23  Richard M. Stallman  <rms@gnu.org>
3521         * files.el (read-directory-name): Always pass non-nil
3522         DEFAULT-FILENAME arg to read-file-name.
3523         (backup-buffer-copy, basic-save-buffer-2): Take care against
3524         writing thru an unexpected existing symlink.
3525         (revert-buffer): In indirect buffer, revert the base buffer.
3526         (magic-mode-alist): Doc fix.
3527         (buffer-stale-function): Doc fix.
3528         (minibuffer-with-setup-hook): Avoid warning.
3529         (mode-require-final-newline): Doc and custom fix.
3531         * follow.el (follow-end-of-buffer): Use with-no-warnings.
3533         * font-lock.el (font-lock-comment-face): On terminals with few colors,
3534         use the default appearance.
3535         (font-lock-comment-delimiter-face): New face, new variable.
3537         * imenu.el (imenu--generic-function): The official position of a
3538         definition is the start of the line that BEG is in.
3540         * midnight.el (midnight-timer): Move defvar up.
3542         * mouse.el (mouse-drag-region-1): Delete some debugging code.
3544         * saveplace.el (save-place-to-alist): Use with-no-warnings.
3546         * startup.el (command-line): Use with-no-warnings.
3548         * window.el (window-size-fixed): New defvar.
3550         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3552         * mail/rmail.el (rmail-font-lock-keywords):
3553         Use font-lock-comment-delimiter-face.
3555         * mail/sendmail.el (mail-font-lock-keywords):
3556         Use font-lock-comment-delimiter-face.
3558         * progmodes/compile.el (next-error-highlight-timer): New defvar.
3560 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
3562         * progmodes/compile.el (compilation-mode-font-lock-keywords):
3563         Specify t for LAXMATCH when matching directories.
3564         Save match data around compilation-compat-error-properties form.
3566 2005-04-23  David Kastrup  <dak@gnu.org>
3568         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3569         Mention that the autoloaded aliases should be kept for AUCTeX.
3571 2005-04-23  Andreas Schwab  <schwab@suse.de>
3573         * isearch.el (isearch-forward): Doc fix.
3575 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
3577         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3578         (jit-lock-stealth-nice): Change default value to 0.5.
3580 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
3582         * abbrev.el (write-abbrev-file): Write table entries in
3583         alphabetical order by table name.
3585 2005-04-22  Kim F. Storm  <storm@cua.dk>
3587         * ido.el (ido-read-internal): Fix `list' completion.
3589 2005-04-22  Kenichi Handa  <handa@m17n.org>
3591         * recentf.el (recentf-save-file-coding-system): New variable.
3592         (recentf-save-list): Encode the file by
3593         recentf-save-file-coding-system and add coding: tag.
3595 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
3597         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3599 2005-04-21  Lute Kamstra  <lute@gnu.org>
3601         * loadhist.el (unload-feature): Don't remove a function from hooks
3602         if it is about to be restored to an autoload .  Remove functions
3603         that will become unbound from auto-mode-alist.  Simplify the code.
3605         * subr.el (assq-delete-all): New implementation that is linear,
3606         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
3607         (rassq-delete-all): New function.
3609         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3610         Add size-indication-mode.
3612 2005-04-21  Kenichi Handa  <handa@m17n.org>
3614         * international/mule-cmds.el: Add autoload for widget-value in
3615         eval-when-compile.
3617 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
3619         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3620         Add tooltip-mode.
3622         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3624 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
3626         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3627         (inferior-lisp-filter-regexp, inferior-lisp-program)
3628         (inferior-lisp-load-command, inferior-lisp-prompt)
3629         (inferior-lisp-mode-hook, lisp-source-modes)
3630         (inferior-lisp-load-hook): defvar->defcustom.
3631         (inferior-lisp-program, inferior-lisp-prompt)
3632         (inferior-lisp-load-hook): Doc fixes.
3633         (inferior-lisp-install-letter-bindings): Small change in
3634         introductory comment.
3636 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
3638         * vc.el (vc-annotate-color-map): Change some colors so that text
3639         using them as foreground is readable on both white and black
3640         backgrounds.
3642 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3644         * international/mule-conf.el (translation-table-for-input):
3645         Remove redundant declaration.
3647 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
3649         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3651         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3652         (tooltip-toggle-gud-tips): New function.
3654 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3656         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3657         right angle brackets.
3659 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
3661         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3663 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3665         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3666         Remove.  Update callers to use expand-file-name instead.
3668         * subr.el (syntax-class): New function.
3670         * simple.el (blink-matching-open): Use it.
3672         * paren.el (show-paren-function): Use it to recognize parens that are
3673         also used in 2-char comment markers.
3675 2005-04-19  Lute Kamstra  <lute@gnu.org>
3677         * loadhist.el (unload-feature): Update for new format of
3678         load-history.  Simplify the code.
3680 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3682         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3683         (mac-add-charset-info): New function.  Initialize variable
3684         mac-charset-info-alist using it.
3685         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3686         for translation.
3687         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3688         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3689         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3690         New CCL programs.
3692 2005-04-19  Kim F. Storm  <storm@cua.dk>
3694         * simple.el (next-buffer, prev-buffer, next-error)
3695         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3696         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3698         * bindings.el (next-buffer, prev-buffer, next-error)
3699         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3700         (clone-indirect-buffer-other-window): Move bindings from simple.el.
3701         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3702         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3704 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3706         * isearch.el (isearch-edit-string): Make the search-ring available for
3707         minibuffer history commands.
3708         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3709         the default history commands now work just as well.
3710         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3712 2005-04-18  Kim F. Storm  <storm@cua.dk>
3714         * emulation/cua-base.el (cua--pre-command-handler): Add more
3715         elaborate check for shift modifier on non-window systems.
3717 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
3719         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3721 2005-04-18  Kim F. Storm  <storm@cua.dk>
3723         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3724         and make it optional.  Don't test tooltip-gud-echo-area here.
3725         (tooltip-gud-process-output, gdb-tooltip-print):
3726         Pass tooltip-gud-echo-area to tooltip-show.
3727         (tooltip-help-tips): Remove second optional arg to tooltip-show.
3729 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3731         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3732         `display-graphic-p' may not be bound yet.
3734 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
3736         * startup.el (command-line): No longer enable Xterm Mouse mode by
3737         default in terminals compatible with xterm.
3739         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3741 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
3743         * tooltip.el (tooltip-gud-echo-area): Rename from
3744         tooltip-use-echo-area.
3745         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3746         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3747         area independently of where help tooltips are displayed.
3749 2005-04-17  David Kastrup  <dak@gnu.org>
3751         * cus-theme.el (custom-theme-write-variables): Quote variables
3752         where necessary.
3754 2005-04-17  Richard M. Stallman  <rms@gnu.org>
3756         * simple.el (yank-excluded-properties): Add follow-link to value.
3758         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3760         * startup.el (fancy-splash-max-time): Just 30 seconds.
3761         (fancy-splash-delay): Just 7.
3762         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3764         * loadhist.el (unload-feature): Update for new format of load-history.
3765         Simplify the code.
3767         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3768         (rmail-font-lock-keywords): Don't fontify the text of a citation.
3770         * mail/sendmail.el (mail-font-lock-keywords):
3771         Don't fontify subject text.
3772         Don't fontify the text of a citation.
3774 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
3776         * comint.el (comint-output-filter): Run comint-output-filter-functions
3777         with point where the user had it.
3779 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3781         * international/ucs-tables.el (ucs-set-table-for-input):
3782         Disable when using unify-on-decoding.
3784 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
3786         * emulation/cua-base.el (cua-global-mark-face): Add special case
3787         for displays supporting a high number of colors.
3789 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
3791         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3793 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
3795         * filesets.el (filesets-add-buffer): If user supplies a name of a
3796         non-existing fileset, create a new fileset.
3798 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
3800         * textmodes/org.el (org-up-heading-all): Fix bug with
3801         `outline-up-heading-all'.
3803 2005-04-16  Andreas Schwab  <schwab@suse.de>
3805         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3806         /etc/permissions.d/* and /etc/aliases.d/*.
3808 2005-04-16  Kenichi Handa  <handa@m17n.org>
3810         * international/code-pages.el (cp-make-coding-system):
3811         Set `translation-table-for-input' property value to the symbol
3812         ucs-mule-to-mule-unicode, not to that value.
3813         (pt154): Escape guillemet by `\'.
3815 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
3817         * loadup.el: Load tooltip if x-show-tip is fboundp.
3819         * startup.el (command-line): Add comment.
3821         * tooltip.el (tooltip-mode): Specify correct standard value for
3822         Custom in init-value.
3824 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
3826         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3827         possible.
3829 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
3831         * textmodes/org.el (org-agenda-date-prompt): Rename from
3832         `org-agenda-date-today'.
3833         (org-evaluate-time-range): Insert at point instead of directly
3834         after time range.
3835         (org-first-headline-recenter, org-subtree-end-visible-p)
3836         (org-optimize-window-after-visibility-change): New functions
3837         (org-agenda-post-command-hook): Don't allow point at end of line,
3838         to make sure it always hits the text properties.
3839         (org-agenda-next-date-line, org-agenda-previous-date-line):
3840         New commands.
3841         (org-set-regexps-and-options): Category may contain white space.
3842         (org-agenda-get-deadlines, org-agenda-get-scheduled):
3843         Improve marker positions.
3844         (org-agenda-new-marker): Argument POS made optional.
3845         (org-agenda-get-timestamps): Deadlines which are done are listed
3846         in org-done-face now.
3847         (org-agenda-get-todos, org-agenda-get-timestamps)
3848         (org-agenda-get-deadlines, org-agenda-get-scheduled):
3849         Set `undone-face' and `done-face' properties.
3850         (org-last-todo-state-is-todo): New variable.
3851         (org-todo): Set `org-last-todo-state-is-todo'.
3852         (org-agenda-todo): Change face according to
3853         `org-last-todo-state-is-todo'.  And change other lines refering to
3854         the same entry.
3855         (org-calendar-goto-agenda): New command.
3856         (org-calendar-to-agenda-key): New option.
3857         (org-startup-folded): New allowed value `content'.
3858         (org-set-regexps-and-options): Accept new value `content' for
3859         `org-startup-folded'.
3860         (org-get-current-options): Handle new value `content' for
3861         `org-startup-folded'.
3862         (org-insert-todo-heading): New command.
3863         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3864         interactively in empty file and option
3865         `org-insert-mode-line-in-empty-file' has been set.
3866         (org-agenda-todo,org-agenda-priority): Modify to use
3867         `org-agenda-change-all-lines'.
3868         (org-warning-face): Change color on dark background
3870 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3872         * international/mule-cmds.el (set-locale-environment): On Mac OS,
3873         use preferences AppleLocale and AppleLanguages, and variable
3874         mac-system-locale for default locale.  On Mac OS Classic, use
3875         mac-system-coding-system for default coding systems.
3877         * term/mac-win.el: Don't set file-name-coding-system.
3878         Decode variables system-name, emacs-build-system, user-login-name, and
3879         user-full-name by mac-system-coding-system on Mac OS Classic.
3880         (mac-system-coding-system): New variable.
3882 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
3884         * startup.el (command-line): Handle `xterm-mouse-mode' before
3885         reading init file.
3887         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3889 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
3891         * progmodes/sh-script.el (sh-here-document-word): Make it a
3892         defcustom.  Doc fix.
3893         (sh-add): Bash uses $(( )) for arithmetic.
3894         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3895         (sh-maybe-here-document): Remove quotes and leading whitespace
3896         from heredoc word when closing.  Indent heredoc with tabs if word
3897         starts with "-".
3899 2005-04-13  Richard M. Stallman  <rms@gnu.org>
3901         * simple.el (undo): Fix previous change.
3903         * custom.el (defface): Doc fix.
3905 2005-04-13  Lute Kamstra  <lute@gnu.org>
3907         * Makefile.in (DONTCOMPILE): Remove list.
3908         (compile, compile-always): Don't use DONTCOMPILE.
3909         (update-authors): Load the library in which batch-update-authors
3910         is defined.
3911         * makefile.w32-in (DONTCOMPILE): Remove list.
3912         (compile, compile-always): Fix comments.
3913         (update-authors): Load the library in which batch-update-authors
3914         is defined.
3916         * generic-x.el (generic-mode-ini-file-find-file-hook):
3917         Rename to ini-generic-mode-find-file-hook.
3918         Keep generic-mode-ini-file-find-file-hook as an alias.
3919         (ini-generic-mode-find-file-hook): Rename from
3920         generic-mode-ini-file-find-file-hook.  Fix docstring.
3921         (ini-generic-mode): Docstring change.
3922         (bat-generic-mode-run-as-comint): Silence the byte compiler.
3924         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3925         called from lisp.
3927         * generic.el: Move to the emacs-lisp subdir.
3929 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
3931         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3932         and C-S- function and cursor motion keys.
3934 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
3936         * startup.el (command-line): Enable Xterm Mouse mode by default.
3937         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3938         for Custom.  No longer show "Mouse" in mode line when enabled.
3939         Doc fix.
3941 2005-04-12  Kim F. Storm  <storm@cua.dk>
3943         * emulation/cua-base.el (cua-rectangle-face)
3944         (cua-rectangle-noselect-face): Define face attributes here.
3946         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3948 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3950         * startup.el (command-line): Turn off blinking cursor if
3951         cursorBlink in resources is off or false.
3953 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3955         * term/mac-win.el (dnd): Require dnd.
3956         (mac-drag-n-drop): Call dnd-handle-one-url.
3957         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3958         (kTextEncodingISOLatin2): Remove constants.
3959         (mac-script-code-coding-systems): New constant.
3960         (mac-handle-language-change): New function.
3961         (special-event-map): Bind it to `language-change' event.
3962         (mac-centraleurroman, mac-cyrillic): New coding systems.
3963         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3964         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3965         and mac-cyrillic-encoder to encode-mac-centraleurroman and
3966         encode-mac-cyrillic, respectively.
3968 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
3970         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3971         Don't set overlay-arrow-string to "=>" as this is done
3972         globally in C now.
3974 2005-04-12  Lute Kamstra  <lute@gnu.org>
3976         * generic-x.el (rc-generic-mode, rul-generic-mode):
3977         Fix auto-mode-alist entries.
3978         (etc-fstab-generic-mode): Tweak fontification.
3980         * generic.el (generic-make-keywords-list): Fix docstring.
3981         (generic-mode-internal): Simplify generic-font-lock-keywords.
3983 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
3985         * whitespace.el (whitespace-buffer-leading)
3986         (whitespace-buffer-trailing): Revert the incorrect test inversion.
3987         However, fix the highlight area for the leading and
3988         trailing whitespaces to show space.
3990 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
3992         * whitespace.el (whitespace-version): Bump to 3.5
3994         (whitespace-buffer-leading, whitespace-buffer-trailing):
3995         Invert sense of the test to highlight the whitespace.
3997 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
3999         * progmodes/gud.el (gud-display-line): GUD uses its own
4000         overlay arrow now so don't set overlay-arrow-string.
4001         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
4003 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
4005         * term.el (term-ansi-current-bold, term-ansi-current-underline)
4006         (term-ansi-current-reverse, term-ansi-current-invisible)
4007         (term-ansi-face-already-done): Change to boolean.
4008         (term-reset-terminal, term-handle-colors-array): Handle the above
4009         vars accordingly.
4010         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
4011         (term-emulate-terminal): Use the new name.
4013         * faces.el (secondary-selection): Use yellow1, not yellow.
4014         (trailing-whitespace): Use red1, not red.
4016 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4018         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
4019         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
4020         (dired-dnd-handle-file): Call dnd-get-local-file-uri
4022         * cus-edit.el (dnd): New group.
4024         * term/w32-win.el (dnd): Require dnd
4025         (w32-drag-n-drop): Call dnd-handle-one-url.
4027         * x-dnd.el: Require dnd.
4028         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
4029         Call dnd-handle-one-url.
4030         (x-dnd-types-alist, x-dnd-insert-utf8-text)
4031         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
4032         to dnd-insert-text.
4033         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
4034         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
4035         (x-dnd-get-local-file-name, x-dnd-open-local-file)
4036         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
4038         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
4040 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
4042         * wdired.el: Doc fixes.
4043         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
4044         (wdired-use-dired-vertical-movement): Rename from
4045         wdired-always-move-to-filename-beginning.
4046         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
4047         (wdired-change-to-wdired-mode): Change mode name.
4048         (wdired-newline): Delete.
4050 2005-04-11  Richard M. Stallman  <rms@gnu.org>
4052         * whitespace.el (whitespace-highlight-the-space):
4053         Don't call whitespace-unhighlight-the-space here.
4055         * simple.el (undo): Record t in undo-equiv-table
4056         for the redo record made by an undo-in-region.
4058 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
4060         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
4061         (gdb-frame-inferior-io-buffer): New Functions to control
4062         display of separate IO buffer.
4063         (menu): Add them to menu-bar.
4064         (gdb-display-buffer): Check for buffer another frame.
4065         Protect GUD buffer.
4066         (gdb-setup-windows): Create IO buffer if not already there.
4067         (gdb-memory-mode): Remove purecopy noops.
4069 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
4071         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
4072         and pass to self-insert-command.
4074 2005-04-11  Lute Kamstra  <lute@gnu.org>
4076         * generic.el: Commentary section cleanup.
4077         (generic): Delete.
4078         (generic-use-find-file-hook, generic-lines-to-scan)
4079         (generic-find-file-regexp, generic-ignore-files-regexp)
4080         (default-generic-mode, generic-mode-find-file-hook)
4081         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
4082         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
4083         (generic-use-find-file-hook, generic-lines-to-scan)
4084         (generic-find-file-regexp, generic-ignore-files-regexp)
4085         (default-generic-mode, generic-mode-find-file-hook)
4086         (generic-mode-ini-file-find-file-hook): Move from generic.el.
4088 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
4090         * bookmark.el (bookmark-write-file): Catch errors writing file.
4091         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
4093 2005-04-10  Richard M. Stallman  <rms@gnu.org>
4095         * startup.el (fancy-splash-tail): Update copyright year.
4096         (command-line): Split part of -Q into -D.
4097         (emacs-basic-display): New defvar.
4098         (fancy-splash-text): Correct name of menu item.
4100         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
4102         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
4103         lines in one node.
4105         * comint.el (comint-send-input): New arg ARTIFICIAL.
4106         Callers in this file changed.
4108         * abbrev.el (define-abbrevs): Read system abbrevs properly.
4110         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
4112 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
4114         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
4115         `ldap-search-internal'.
4117 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4119         * files.el (set-auto-mode-1): Use line-end-position.
4121         * international/latin-1.el:
4122         * international/latin-2.el:
4123         * international/latin-3.el:
4124         * international/latin-4.el:
4125         * international/latin-5.el:
4126         * international/latin-8.el:
4127         * international/latin-9.el: Give punctuation syntax to NBSP.
4129         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
4130         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
4131         Use char-classes to accept non-ascii letters, accepted in some recent
4132         bibtex implementations.
4134 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
4136         * custom.el (custom-set-minor-mode): Any non-nil value for the
4137         variable should enable the mode when set through Custom.
4139 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4141         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
4142         TAB binding so tab-always-indent is obeyed.
4143         (vhdl-minibuffer-local-map): Move initialization into declaration.
4144         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
4145         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
4146         (vhdl-hooked-abbrev): Avoid test for XEmacs.
4147         (vhdl-current-line): Use line-beginning-position.
4148         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
4149         with-output-to-temp-buffer, so the current position can be recorded.
4151 2005-04-10  Masatake YAMATO  <jet@gyve.org>
4153         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4154         Add regexp for gcov.
4156 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4158         * calendar/time-date.el (time-to-seconds, seconds-to-time)
4159         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
4160         syntax which Emacs 20 doesn't support.
4162 2005-04-09  Richard M. Stallman  <rms@gnu.org>
4164         * help.el (describe-key-briefly, describe-key):
4165         Replace strings as event types with "(any string)".
4167 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4169         * arc-mode.el (archive-mode-map): Move initialization into
4170         the declaration.  Override *all* bindings of `undo'.
4171         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
4173 2005-04-09  Jay Belanger  <belanger@truman.edu>
4175         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
4177 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
4179         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
4180         (xterm-register-default-colors): Update color values computation
4181         to match xterm-200.
4183 2005-04-09  Kenichi Handa  <handa@m17n.org>
4185         * international/code-pages.el (iso-latin-7): Fix the map.
4187 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
4189         * emacs-lisp/lisp.el (defun-prompt-regexp)
4190         (parens-require-spaces, buffer-end, end-of-defun)
4191         (insert-parentheses): Doc fixes.
4193 2005-04-08  Kim F. Storm  <storm@cua.dk>
4195         * comint.el (comint-highlight-prompt): Fix face spec.
4196         * hi-lock.el (hi-green): Likewise.
4198 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
4200         * cus-edit.el (custom-modified-face):
4201         * comint.el (comint-highlight-input): Fix previous changes.
4202         * term.el (term-handle-ansi-escape): Add a comment.
4204 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4206         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
4207         in the buffer and in whitespace-highlighted-space.
4208         (whitespace-unhighlight-the-space): Simplify.
4209         (whitespace-buffer): Simplify.
4211 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
4213         * textmodes/table.el (table-cell-face): Add special case for
4214         displays supporting a high number of colors.
4215         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
4216         (vhdl-font-lock-reserved-words-face)
4217         (vhdl-speedbar-architecture-face)
4218         (vhdl-speedbar-instantiation-face)
4219         (vhdl-speedbar-architecture-selected-face)
4220         (vhdl-speedbar-instantiation-selected-face): Likewise.
4221         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
4222         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
4223         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
4224         (ebrowse-root-class-face, ebrowse-member-attribute-face)
4225         (ebrowse-progress-face): Likewise.
4226         * progmodes/compile.el (compilation-info-face): Likewise.
4227         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
4228         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
4229         * calendar/calendar.el (diary-face): Likewise.
4230         * woman.el (woman-italic-face, woman-bold-face)
4231         (woman-unknown-face): Likewise.
4232         * wid-edit.el (widget-button-pressed-face): Likewise.
4233         * whitespace.el (whitespace-highlight-face): Likewise.
4234         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
4235         * pcvs-info.el (cvs-marked-face): Likewise.
4236         * info.el (info-xref): Likewise.
4237         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
4238         * hilit-chg.el (highlight-changes-face)
4239         (highlight-changes-delete-face): Likewise.
4240         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
4241         (hi-red-b): Likewise.
4242         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
4243         * font-lock.el (font-lock-keyword-face)
4244         (font-lock-function-name-face, font-lock-warning-face): Likewise.
4245         * cus-edit.el (custom-invalid-face, custom-modified-face)
4246         (custom-set-face, custom-changed-face, custom-variable-tag-face)
4247         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
4248         * comint.el (comint-highlight-prompt): Likewise.
4250 2005-04-08  Lute Kamstra  <lute@gnu.org>
4252         * font-lock.el (font-lock-keywords): Docstring fixes.
4254 2005-04-08  Kenichi Handa  <handa@m17n.org>
4256         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
4257         chars are more than a limit, print " and more..." at the tail.
4259 2005-04-08  Kim F. Storm  <storm@cua.dk>
4261         * emacs-lisp/authors.el (authors-aliases): Update list.
4262         (authors-ignored-files): New list.
4263         (authors-fixed-entries): Fix typo.
4264         (authors-renamed-files-alist): Update list.
4265         (authors-add): Check authors-ignored-files.
4267 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
4269         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
4270         optional, to ensure backward compatibility.
4272 2005-04-08  Stephen Eglen  <stephen@gnu.org>
4274         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
4276 2005-04-08  Kim F. Storm  <storm@cua.dk>
4278         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
4280         * mouse.el (mouse-on-link-p): Doc fix.
4282 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
4284         * ielm.el (ielm-prompt-read-only): Doc fix.
4286         * comint.el (comint-prompt-read-only): Doc fix.
4288 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
4290         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
4291         ensure dired always handles wildcards passed to ffap.
4292         (find-file-at-point): Use it.
4293         (ffap-dired-wildcards): Doc fix.
4295 2005-04-07  Juri Linkov  <juri@jurta.org>
4297         * simple.el (next-error-overlay-arrow-position): New defvar.
4298         Put "=>" on its property `overlay-arrow-string'.  Add it to
4299         `overlay-arrow-variable-list'.
4301         * progmodes/compile.el (compilation-setup):
4302         Set `next-error-overlay-arrow-position' to nil.  Also set it to
4303         nil in the local hook `kill-buffer-hook'.  Make local variable
4304         `overlay-arrow-string' and set it to "=>".
4305         (compilation-goto-locus): Set BOL position to
4306         `next-error-overlay-arrow-position' instead of
4307         `overlay-arrow-position'.
4309         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
4310         locally instead of adding it to the global hook.
4311         (Info-kill-buffer): Move up.
4313 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
4315         * term/xterm.el (xterm-standard-colors): Update color values from
4316         xterm-200.
4318 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4320         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
4322         * fast-lock.el:
4323         * lazy-lock.el: Move them to the obsolete subdir.
4325 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
4327         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
4328         (wdired-add-replace-advice): Remove.
4329         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
4331 2005-04-06  Kim F. Storm  <storm@cua.dk>
4333         * startup.el (command-line): Add --bare-bones alias for -Q.
4335 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4337         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
4338         create the startup fontset if a font specification ends with
4339         `mac-roman'.
4341 2005-04-06  Lute Kamstra  <lute@gnu.org>
4343         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
4344         change.
4346         * emacs-lisp/copyright.el (copyright-update-year): Replace the
4347         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
4349 2005-04-05  Lute Kamstra  <lute@gnu.org>
4351         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
4352         (define-generic-mode): Ditto.  Fix debug declaration.
4354         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4355         Put them in the generic-x group.
4357         * calendar/timeclock.el (timeclock): Doc fix.
4359         * generic.el (define-generic-mode): Don't use custom-current-group.
4360         Document default :group value.
4361         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
4362         (define-global-minor-mode): Don't use custom-current-group.
4364 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
4366         * startup.el (command-line-1): Display startup-echo-area-message
4367         when fancy splash screen is in use.
4369         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
4370         (sh-escaped-newline): New face.
4371         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
4372         newline, and use sh-escaped-newline face.
4374         * progmodes/tcl.el (tcl-escaped-newline): New face.
4375         (tcl-builtin-list): New variable.
4376         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
4377         newlines.  Fix keywords subexpression number.
4379 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
4381         * textmodes/org.el (org-diary-default-entry): Fix call to
4382         `add-to-diary-entry'.
4384 2005-04-05  Kim F. Storm  <storm@cua.dk>
4386         * ediff-init.el: Use (featurep 'xemacs).
4388 2005-04-05  David Ponce  <david@dponce.com>
4390         * cus-edit.el (face): Derive from symbol widget.  Display sample
4391         of the current face on the fly.
4392         (widget-face-sample-face-get, widget-face-notify): New functions.
4393         (widget-face-value-create): Remove.
4395         * wid-edit.el (widget-field-end): Temporarily remove field
4396         narrowing before to call `get-char-property'.
4398 2005-04-04  Jay Belanger  <belanger@truman.edu>
4400         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
4401         (math-read-subscripts): New variable.
4402         (math-read-preprocess-string): Process subscripts.
4404 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
4406         * comint.el (comint-prompt-read-only): Doc fix.
4408         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4409         `-1'.  Doc fix.
4411 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
4413         * textmodes/org.el (org-insert-mode-line-in-empty-file):
4414         Change default value to nil.
4416 2005-04-04  Lute Kamstra  <lute@gnu.org>
4418         * autorevert.el (auto-revert-mode): Specify :group.
4419         * battery.el (display-battery-mode): Specify :group.
4420         * diff-mode.el (diff-minor-mode): Specify :group.
4421         * font-core.el (font-lock-mode): Specify :group.
4422         * hl-line.el (hl-line-mode): Specify :group.
4423         * iimage.el (iimage): New customization group.
4424         (iimage-mode): Specify :group.
4425         * longlines.el (longlines-mode): Specify :group.
4426         * master.el: Don't require easy-mmode.
4427         (master): New customization group.
4428         (master-mode): Specify :group.
4429         * msb.el (msb-mode): Specify :group.
4430         * reveal.el (reveal-mode): Specify :group.
4431         * simple.el (next-error-follow-minor-mode): Specify :group.
4432         * smerge-mode.el (smerge-mode): Specify :group.
4433         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4434         * emulation/cua-base.el (cua-mode): Specify :group.
4435         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4436         * language/thai-util.el (thai-auto-composition-mode)
4437         (thai-word-mode): Specify :group.
4438         * mail/supercite.el (sc-minor-mode): Specify :group.
4439         * progmodes/cwarn.el (cwarn-mode): Specify :group.
4440         * progmodes/flymake.el (flymake-mode): Specify :group.
4441         * progmodes/glasses.el (glasses-mode): Specify :group.
4442         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4443         * textmodes/enriched.el (enriched-mode): Specify :group.
4444         * textmodes/refill.el (refill-mode): Specify :group.
4446         * add-log.el (change-log-font-lock-keywords): Names in
4447         parenthesized lists can contain spaces.
4449 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
4451         * startup.el (fancy-splash-text): Shorten default text of
4452         "Emacs Tutorial" line.  Also, if the current language env
4453         indicates an available tutorial file other than TUTORIAL,
4454         extract its title and append it to the line in parentheses.
4455         (fancy-splash-insert): If arg is a thunk, funcall it.
4457 2005-04-04  Jay Belanger  <belanger@truman.edu>
4459         * calc.el (calc-language-alist): Add tags to customization type.
4461 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
4463         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4464         Doc fix.
4466 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
4468         * add-log.el (change-log-font-lock-keywords): The manual
4469         describing a Change Log entry, says: (...) "Aside from these
4470         header lines, every line in the change log starts with a space or
4471         a tab.".  The font-lock was not highlighting lines started with
4472         spaces, added support for it.
4474 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4476         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4477         (bibtex-generate-url-list): Update docstring accordingly.  Put the
4478         complex example in the docstring.
4479         (bibtex-font-lock-url): Use pop.
4481 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4483         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4485         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4487 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
4489         * filesets.el (filesets-set-default): Doc fix.
4491 2005-04-03  Lute Kamstra  <lute@gnu.org>
4493         * generic.el (define-generic-mode): Add argument to specify
4494         keywords for defcustom.
4495         (default-generic-mode): Specify :group.
4497         * generic-x.el: Specify :group for all generic modes.
4499         * desktop.el (desktop-no-desktop-file-hook)
4500         (desktop-after-read-hook): Doc fix.
4502 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
4504         * simple.el (visible-mode): Use explicit :group keyword.
4505         This changes the group of `visible-mode-hook' from paren-blinking
4506         to editing-basics.
4508 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
4510         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
4511         mailbox specifications as well as URLs.
4512         (rmail-insert-inbox-text): Remove unused conditional branches.
4514 2005-04-01  Jay Belanger  <belanger@truman.edu>
4516         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4517         (calc-gnuplot-print-command): Move definitions to calc.el.
4519         * calc/calc-embed.el (calc-embedded-announce-formula)
4520         (calc-embedded-open-formula, calc-embedded-close-formula)
4521         (calc-embedded-open-word, calc-embedded-close-word)
4522         (calc-embedded-open-plain, calc-embedded-close-plain)
4523         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4524         (calc-embedded-open-mode, calc-embedded-close-mode):
4525         Move definitions to calc.el.
4527         * calc/calc.el (calc-settings-file, calc-language-alist):
4528         Make customizable.
4529         (calc-embedded-announce-formula, calc-embedded-open-formula)
4530         (calc-embedded-close-formula, calc-embedded-open-word)
4531         (calc-embedded-close-word, calc-embedded-open-plain)
4532         (calc-embedded-close-plain, calc-embedded-open-new-formula)
4533         (calc-embedded-close-new-formula, calc-embedded-open-mode)
4534         (calc-embedded-close-mode, calc-gnuplot-name)
4535         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4536         from other files and make customizable.
4538 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4540         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4541         Use buffer-live-p.
4542         (cvs-mode-run): Don't call cvs-update-header here.
4543         (cvs-run-process): Call cvs-update-header.
4544         Use process properties for cvs-postprocess and cvs-buffer so that
4545         the sentinel can behave better if the temp buffer is killed.
4546         Use a pipe rather than a tty, to better handle unexpected prompts.
4547         (cvs-sentinel): Rewrite.  Call cvs-update-header.
4549 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
4551         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4552         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
4554 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4556         * generic.el (define-generic-mode): Add indentation rule.
4558 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
4560         * files.el (mode-require-final-newline): Make Custom correctly
4561         report a nil value and allow to set it to nil via Custom.
4562         Doc fix.
4564 2005-04-01  Kenichi Handa  <handa@m17n.org>
4566         * international/characters.el: Enable the correct case setting for
4567         dotless-i and dotted-I.
4569 2005-04-01  Kim F. Storm  <storm@cua.dk>
4571         * ido.el (ido-file-internal): Fall back to non-ido command if
4572         initial directory is on slow ftp (or tramp) host.
4574 2005-03-31  Richard M. Stallman  <rms@gnu.org>
4576         * emacs-lisp/autoload.el (make-autoload):
4577         Handle define-global-minor-mode.
4579         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4580         Rename from easy-mmode-define-global-mode.
4581         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4583         * progmodes/scheme.el (scheme-mode-syntax-table):
4584         Update syntax of | and # for two-character comment syntax.
4586 2005-03-31  Lute Kamstra  <lute@gnu.org>
4588         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4589         (define-minor-mode): Call custom-current-group at load-time.
4591         * generic.el (define-generic-mode): Add debug declaration.
4592         Add defcustom for the mode hook.
4593         (generic-mode-internal): Use run-mode-hooks.
4595 2005-03-31  Kim F. Storm  <storm@cua.dk>
4597         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4598         (mouse-fixup-help-message): New defun called by show_help_echo
4599         to fixup mouse-2 prefix in help messages when applicable.
4601         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4603 2005-03-31  Kenichi Handa  <handa@m17n.org>
4605         * language/thai-word.el (thai-find-word-ends): Pay attention to
4606         the case that we reach the end of buffer.
4608         * textmodes/fill.el (fill-text-properties-at): New function.
4609         (fill-newline): Use fill-text-properties-at instead of
4610         text-properties-at.
4612 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
4614         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4615         not comint-quote-filename.
4617 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
4619         * help-fns.el (help-with-tutorial): Revert last change.
4621 2005-03-31  Kim F. Storm  <storm@cua.dk>
4623         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4625 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
4627         * calendar/cal-china.el: Update reference to "Calendrical
4628         Calculations" book; there's a new edition.
4629         * calendar/cal-coptic.el: Likewise.
4630         * calendar/cal-french.el: Likewise.
4631         * calendar/cal-hebrew.el: Likewise.
4632         * calendar/cal-islam.el: Likewise.
4633         * calendar/cal-iso.el: Likewise.
4634         * calendar/cal-julian.el: Likewise.
4635         * calendar/cal-mayan.el: Likewise.
4636         * calendar/cal-persia.el: Likewise.
4637         * calendar/calendar.el: Likewise.
4638         * calendar/holidays.el: Likewise.
4639         * calendar/lunar.el: Likewise.
4640         * calendar/solar.el: Likewise.
4642         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4643         white space from doc string.
4645 2005-03-30  Jay Belanger  <belanger@truman.edu>
4647         * calc/calc-help.el (calc-full-help): Remove email address.
4649 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
4651         * help-fns.el (help-with-tutorial): Delete title line.
4653 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
4655         * calendar/cal-x.el (calendar-one-frame-setup)
4656         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4657         rather than 'symbol for set-window-dedicated-p.
4659         * calendar/appt.el (appt-buffer-name): Make it a constant.
4660         (appt-add): Doc fix.
4662         * filesets.el (filesets-menu-path, filesets-menu-before)
4663         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
4664         (filesets-menu-cache-file): Use directory ~/.emacs.d.
4665         (filesets-add-submenu): Delete and use add-submenu instead.
4667 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
4669         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4670         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4671         (org-diary-default-entry): New function.
4672         (org-get-entries-from-diary): Better parsing of diary entries.
4673         (org-agenda-check-no-diary): New function.
4674         ("diary-lib"): Advice to function `add-to-diary-list', to allow
4675         linking to diary entries.
4676         (org-agenda-execute-calendar-command): New function.
4677         (org-agenda): Improve visible section in window.
4678         Use `org-fit-agenda-window'.
4679         (org-fit-agenda-window): New option.
4680         (org-move-subtree-down): Better handling of empty lines
4681         at end of subtree.
4682         (org-cycle): Numeric prefix is interpreted now as show-subtree N
4683         levels up.
4684         (org-fontify-done-headline): New option.
4685         (org-headline-done-face): New face.
4686         (org-set-font-lock-defaults): Use `org-headline-done-face'.
4687         (org-table-copy-down): Rename from `org-table-copy-from-above'.
4688         When current field is non-empty, it is copied to next row.
4689         (org-table-copy-from-above): Fix bug which made it
4690         impossible to copy fields containing only a single non-white character.
4692 2005-03-30  Kim F. Storm  <storm@cua.dk>
4694         * kmacro.el (kmacro-end-macro): Isearch may store this command
4695         into the macro -- so ignore it when executing keyboard macro.
4697 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
4699         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4701 2005-03-29  Kenichi Handa  <handa@m17n.org>
4703         * language/thai.el ("Thai"): Set setup-function and exit-function
4704         for Thai language environment.
4706         * language/thai-util.el: Require thai-word.
4707         (thai-word-mode-map): New variable.
4708         (thai-word-mode): New minor mode.
4709         (setup-thai-language-environment-internal): New function.
4710         (exit-thai-language-environment-internal): New function.
4712         * language/thai-word.el (thai-word-table): Declare it by defvar,
4713         use dolist to initialize it.
4714         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4715         (thai-fill-find-break-point): New functions.
4717 2005-03-29  Richard M. Stallman  <rms@gnu.org>
4719         * simple.el (idle-update-delay): Move definition up.
4720         (set-mark): Doc fix.
4722 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
4724         * longlines.el: New file.
4726         * simple.el (buffer-substring-filters): New variable.
4727         (filter-buffer-substring): New function.
4728         (kill-region, copy-region-as-kill): Use it.
4730         * register.el (copy-to-register, append-to-register)
4731         (prepend-to-register): Use filter-buffer-substring.
4733 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
4735         * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4736         (gud-filter-pending-text): Move in front of gdb.
4737         (gud-overlay-arrow-position): New variable.
4738         (gud-sentinel, gud-display-line): Use it in place of
4739         overlay-arrow-position.
4741 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
4743         * progmodes/fortran.el (fortran-if-indent): Doc fix.
4744         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4745         (fortran-font-lock-keywords-4): New variable.
4746         (fortran-blocks-re, fortran-end-block-re)
4747         (fortran-start-block-re): New constants, for hideshow.
4748         (hs-special-modes-alist): Add a Fortran entry.
4749         (fortran-mode-map): Bind fortran-end-of-block,
4750         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4751         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
4752         (fortran-looking-at-if-then, fortran-end-of-block)
4753         (fortran-beginning-of-block): New functions, for hideshow.
4755         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4756         Doc fix.  Tweak regexp.
4757         (f90-beginning-of-block): Push mark first.
4759 2005-03-29  Jay Belanger  <belanger@truman.edu>
4761         * calc/calc.el: Update copyright date.
4762         (calc-version): Increase to 2.1.
4763         (calc-version-date): Remove.
4765         * calc/calc-help.el: Update copyright date.
4766         (calc-full-help): Remove reference to calc-version-date.
4767         Update copyright date.
4769 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4771         * vc.el (vc-do-command): Use a pipe for async processes, so password
4772         prompts don't show up at places where the user can't reply.
4774 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
4776         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4777         on the file name we pass to the inferior shell.
4779 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
4781         * progmodes/which-func.el (which-function): Be robust in the face of an
4782         imenu--make-index-alist failure.
4784 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4786         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4788         * progmodes/python.el (python-preoutput-filter): Fix last change.
4790 2005-03-29  Lute Kamstra  <lute@gnu.org>
4792         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4793         functions and compiled macros.
4794         (debug-convert-byte-code): Handle macros too.
4795         (debug-on-entry-1): Don't signal an error when trying to clear a
4796         function that is not set to debug on entry.
4798 2005-03-29  Jay Belanger  <belanger@truman.edu>
4800         * calc/calc-lang.el: Add functions to math-function-table
4801         properties of tex and math.
4803 2005-03-29  Kenichi Handa  <handa@m17n.org>
4805         * ps-mule.el (ps-mule-plot-string): Translate characters by
4806         ps-print-translation-table.
4807         (ps-mule-begin-job): Call find-charset-region/string with
4808         ps-print-translation-table.
4809         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4811         * ps-print.el (ps-print-translation-table): New variable.
4812         (ps-plot-region): Translate characters by ps-print-translation-table.
4814 2005-03-29  Juri Linkov  <juri@jurta.org>
4816         * simple.el (next-error-highlight-timer): New variable.
4818         * progmodes/compile.el (compilation-goto-locus):
4819         Use `next-error-highlight-timer' instead of `sit-for'.
4821 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4823         * mail/supercite.el (sc-mail-field): Use assoc-string.
4824         (sc-get-address): Simplify regexps.
4826         * files.el (minibuffer-with-setup-hook): New macro.
4827         (find-file-read-args): Use it to avoid let-binding
4828         minibuffer-with-setup-hook (which breaks turning on/off
4829         file-name-shadow-mode while in the prompt).
4831         * complete.el (PC-read-include-file-name-internal): Use test-completion.
4833 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
4835         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4837 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4839         * window.el (window-buffer-height): Use count-screen-lines.
4841         * progmodes/python.el (python-preoutput-leftover): New var.
4842         (python-preoutput-filter): Use it.
4843         (python-send-receive): Loop until all the result has been received.
4845 2005-03-28  Juri Linkov  <juri@jurta.org>
4847         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4849         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4850         "Recover Crashed Session".
4851         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4852         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4853         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4854         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4855         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4856         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4857         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4858         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4860         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4861         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4862         Ediff Sessions", "Toggle use of separate control buffer frame",
4863         "Use separate frame for Ediff control buffer".
4865         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4866         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4867         "Rename Bookmark", "Delete Bookmark".
4869         * info.el (Info-mode-menu): Remove ellipsis from "Index".
4870         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4871         Add `:active Info-index-alternatives' to "Next Matching Item".
4873         * wdired.el (wdired-change-to-wdired-mode):
4874         Mention `wdired-abort-changes' key in the initial message.
4876         * international/mule.el (auto-coding-alist): Associate non-ascii
4877         image filename extensions with `no-conversion'.
4879 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4881         * international/iso-acc.el:
4882         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4884 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
4886         * textmodes/sgml-mode.el (html-mode): Doc update.
4888         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4890 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
4892         * term.el (term-move-columns): Fix face after extending a line.
4893         (term-insert-spaces): Likewise.
4894         (term-reset-terminal): Fix off by one error.
4896 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
4898         * international/mule.el (auto-coding-alist): Add .xpi files.
4900         * files.el (auto-mode-alist): Add .xpi files.
4902 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
4904         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4906 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
4908         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4910 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
4912         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4913         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
4915         * calendar/cal-move.el (calendar-beginning-of-year): Move the
4916         cursor to Jan 1 when needed.
4917         (calendar-end-of-year): Fix -/+ typo.
4918         Reported by Chong Yidong <cyd@stupidchicken.com>.
4920 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4922         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4924         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4925         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
4927 2005-03-25  Richard M. Stallman  <rms@gnu.org>
4929         * filesets.el (filesets-init): Add autoload.
4931         * mail/mailalias.el (mail-directory): Doc fix.
4933 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
4935         * mail/mailalias.el (mail-directory-process): Do nothing if
4936         mail-directory-process is an atom.
4937         (mail-get-names): Ignore mail-directory-names if it is an atom.
4938         (mail-directory-process defvar): Doc fix.
4939         (mail-names): Doc fix.
4941 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
4943         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4945 2005-03-26  Kenichi Handa  <handa@m17n.org>
4947         * international/mule-util.el (detect-coding-with-priority):
4948         Call update-coding-systems-internal before detect-coding-region.
4950 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
4952         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4953         (gdb-frames-mode-map): Add follow-link property.
4955 2005-03-25  Jay Belanger  <belanger@truman.edu>
4957         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4958         for variables.
4960 2005-03-25  Juri Linkov  <juri@jurta.org>
4962         * image-mode.el: Optimize image filename extension regexps in
4963         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
4964         in `auto-mode-alist'.
4965         (image-mode): Add `image-toggle-display-text' to local hook
4966         `change-major-mode-hook'.  Display the image as an image by
4967         default.  Set `cursor-type' and `truncate-lines' if the image
4968         is already displayed.  Take into account the current mode (image
4969         or text) in message.
4970         (image-minor-mode): New minor mode.
4971         (image-mode-maybe, image-toggle-display-text): New functions.
4972         (image-toggle-display): Use called-interactively-p.
4973         Let-bind `inhibit-read-only' to t.
4975         * image-mode.el (image-minor-mode): Set `cursor-type' and
4976         `truncate-lines' if the image is already displayed.  Add turning
4977         image-minor-mode off to `change-major-mode-hook'.  Add message.
4978         Call `image-toggle-display-text' after turning image-minor-mode off.
4980 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4982         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4983         Terminal.app, use utf-8.
4984         (set-display-table-and-terminal-coding-system): Add coding-system arg.
4985         (set-locale-environment): Use it.
4987         * term/xterm.el: Undo last change, better done in mule-cmds.el.
4989         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4991         * progmodes/python.el (python-close-block-statement-p)
4992         (python-outdent-p, python-current-defun): Use symbol-end.
4994 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
4996         * files.el (save-some-buffers): Doc fix.
4998 2005-03-25  Werner Lemberg  <wl@gnu.org>
5000         * complete.el, thumbs.el: Replace `legal' with `valid'.
5001         * calendar/calendar.el: Replace `legal' with `valid'.
5002         * emacs-lisp/advice.el: Replace `legal' with `valid'.
5003         * mail/supercite.el: Replace `legal' with `valid'.
5004         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
5005         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
5006         Replace `legal' with `valid'.
5007         * textmodes/reftex-vars.el, textmodes/reftex.el:
5008         Replace `legal' with `valid'.
5010 2005-03-25  Werner Lemberg  <wl@gnu.org>
5012         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
5013         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
5014         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
5015         * emulation/vip.el: Replace `illegal' with `invalid'.
5016         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
5017         * mail/supercite.el: Replace `illegal' with `invalid'.
5018         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
5019         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
5020         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
5021         * progmodes/sh-script.el, progmodes/xscheme.el:
5022         Replace `illegal' with `invalid'.
5023         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
5024         * textmodes/reftex-index.el, textmodes/reftex-parse.el
5025         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
5026         * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
5028 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5030         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
5031         (flymake-find-buildfile, flymake-find-possible-master-files)
5032         (flymake-check-include, flymake-parse-line): Replace loops over the
5033         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
5035         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
5036         Substitute file-name-as-directory in the rest of the file.
5037         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
5038         (flymake-replace-region): Remove unused arg `buffer'.
5039         (flymake-check-patch-master-file-buffer): Update calls to it.
5040         (flymake-add-err-info): Remove unused var `count'.
5041         (flymake-mode): Use define-minor-mode.
5043         * progmodes/flymake.el: Use with-current-buffer.
5044         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
5045         flymake-replace-regexp-in-string, flymake-line-beginning-position)
5046         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
5047         Avoid testing for `xemacs'.
5048         (flymake-nop): Move.
5049         (flymake-region-has-flymake-overlays): Return the computed value.
5050         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
5051         Remove unused var `endline'.
5052         (flymake-get-line-count): Remove unused function.
5053         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
5055         * emulation/vi.el:
5056         * generic.el:
5057         * hilit-chg.el (global-highlight-changes):
5058         * hi-lock.el (hi-lock-mode):
5059         * follow.el: find-file-hooks -> find-file-hook.
5061         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
5063 2005-03-24  Juri Linkov  <juri@jurta.org>
5065         * dired.el (dired-mode-map): Add menu item "Compare directories"
5066         for dired-compare-directories.
5068         * dired-aux.el (dired-compare-directories): Add autoload cookie.
5069         Doc fix.  Replace `read-file-name' with `read-directory-name'.
5071 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5073         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
5075 2005-03-24  Jay Belanger  <belanger@truman.edu>
5077         * calc/calc-embed.el (calc-embedded-mode-change): Save all
5078         relevant mode settings in calc-embedded-original-modes when modes
5079         are permanently changed.
5081 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5083         * autoinsert.el: find-file-hooks -> find-file-hook.
5085 2005-03-24  Lute Kamstra  <lute@gnu.org>
5087         * generic.el (generic-font-lock-defaults): Make it obsolete.
5088         (generic-font-lock-keywords): New variable to replace
5089         generic-font-lock-defaults.
5090         (generic-mode-set-font-lock): Delete it.
5091         (generic-mode-internal): Don't call generic-mode-set-font-lock.
5092         (generic-bracket-support): Add docstring.
5094         * generic-x.el: Rename generic-font-lock-defaults to
5095         generic-font-lock-keywords throughout.
5096         (mailagent-rules-setup-function): Delete it.
5097         (mailagent-rules-generic-mode): Use anonymous function instead.
5098         (show-tabs-generic-mode-font-lock-defaults-1)
5099         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
5100         Quote faces.
5101         (show-tabs-tab-face, show-tabs-space-face): Specify background,
5102         not foreground.
5104         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5105         Recognize define-generic-mode.
5107 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5109         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
5110         if there's no completion table.
5112 2005-03-23  Miles Bader  <miles@gnu.org>
5114         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5115         Remove tty-specific variants, as they're no longer needed.
5117 2005-03-23  Lute Kamstra  <lute@gnu.org>
5119         * generic-x.el: Code cleanup: make args constant whenever possible.
5120         (installshield-statement-keyword-list)
5121         (installshield-system-functions-list)
5122         (installshield-system-variables-list, installshield-types-list)
5123         (installshield-funarg-constants-list): Make them constants.
5125         * generic.el (generic-make-keywords-list): Add autoload cookie.
5127         * calendar/time-date.el: Add comment on time value formats.
5128         Don't require parse-time.
5129         (with-decoded-time-value): New macro.
5130         (encode-time-value): New function.
5131         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5132         (days-to-time): Return a valid time value when arg is huge.
5133         (time-since): Use time-subtract.
5134         (time-to-number-of-days): Use time-to-seconds.
5136 2005-03-23  David Ponce  <david@dponce.com>
5138         * recentf.el: (recentf-keep): New option.
5139         (recentf-menu-action): Default to `find-file'.
5140         (recentf-keep-non-readable-files-flag)
5141         (recentf-keep-non-readable-files-p)
5142         (recentf-file-readable-p, recentf-find-file)
5143         (recentf-cleanup-remote): Remove.
5144         (recentf-include-p): More robust.
5145         (recentf-keep-p): New function.
5146         (recentf-remove-if-non-kept): Rename from
5147         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
5148         All callers updated.
5149         (recentf-menu-items-for-commands): Fix help string.
5150         (recentf-track-closed-file): Update.  Doc fix.
5151         (recentf-cleanup): Update.  Count removed files.  Doc fix.
5153 2005-03-23  Kim F. Storm  <storm@cua.dk>
5155         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5156         Don't inherit from fringe face (now happens automatically).
5158 2005-03-22  Kim F. Storm  <storm@cua.dk>
5160         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
5161         position values.
5163 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5165         * menu-bar.el (showhide-date-time): Remove.
5166         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
5167         (menu-bar-make-mm-toggle): Simplify.
5169 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
5171         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
5172         Accept qualified variable and function names.
5174 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
5176         * bindings.el (completion-ignored-extensions):
5177         Remove ".lis" for `vax-vms'.
5179 2005-03-22  Andreas Schwab  <schwab@suse.de>
5181         * generic-x.el: Revert last change.
5182         * ldefs-boot.el: Update.
5184 2005-03-22  Jay Belanger  <belanger@truman.edu>
5186         * calc/calc-embed (calc-embedded-original-modes): New variable.
5187         (calc-embedded-save-original-modes)
5188         (calc-embedded-restore-original-modes): New functions.
5189         (calc-do-embedded): Save original modes when entering embedded mode
5190         and restore when leaving embedded mode.
5191         (calc-embedded-modes-change): Change the value of
5192         calc-embedded-original-modes to reflect permanent changes.
5194 2005-03-22  Lute Kamstra  <lute@gnu.org>
5196         * generic-x.el: Require generic again.
5198 2005-03-22  Miles Bader  <miles@gnu.org>
5200         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5201         Tweak details to look good on both ttys and bitmap displays, light
5202         or dark background, etc.
5204 2005-03-21  Kim F. Storm  <storm@cua.dk>
5206         * tooltip.el (tooltip-show-help-function): Check car and cdr of
5207         mouse position.
5209 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5211         * icomplete.el: Don't forcibly turn on the mode upon load.
5212         (icomplete-mode): Use define-minor-mode.
5213         (icomplete-eoinput): Default to nil.
5214         (icomplete-minibuffer-setup): Remove autoload.
5215         (icomplete-tidy): Simplify.
5216         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
5217         in the initial state or if the user has modified the field.
5218         Fix handling of icomplete-max-delay-chars.
5219         Remove code that handles the oddball case where
5220         minibuffer-completion-table is an integer.
5221         Wrap icomplete-completions in while-no-input in case building
5222         completions takes more time than expected.
5223         (icomplete-completions): Simplify.
5225 2005-03-21  Richard M. Stallman  <rms@gnu.org>
5227         * jka-compr.el (jka-compr-really-do-compress):
5228         Make variable buffer-local.
5230         * image-mode.el: Handle .xpm files too.
5231         (image-toggle-display): Preserve modification flag.
5233         * help.el (where-is): Don't mention aliases with no key bindings.
5235 2005-03-21  Lute Kamstra  <lute@gnu.org>
5237         * generic.el: Fix commentary section.  Don't require cl for compilation.
5238         (generic-mode-list): Add autoload cookie.
5239         (generic-use-find-file-hook, generic-lines-to-scan)
5240         (generic-find-file-regexp, generic-ignore-files-regexp)
5241         (generic-mode, generic-mode-find-file-hook)
5242         (generic-mode-ini-file-find-file-hook): Fix docstrings.
5243         (define-generic-mode): Make it a defmacro.  Fix docstring.
5244         (generic-mode-internal): Code cleanup.  Add autoload cookie.
5245         (generic-mode-set-comments): Code cleanup.
5246         * generic-x.el: Don't prevent compilation.  Don't require generic.
5247         Follow coding conventions.  Minor code cleanup.
5248         (etc-fstab-generic-mode): Add some keywords.
5249         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
5250         define-generic-mode like a function declaration.
5252 2005-03-21  Jay Belanger  <belanger@truman.edu>
5254         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
5255         changing modes.
5257 2005-03-21  Sam Steingold  <sds@gnu.org>
5259         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
5261 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
5263         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
5264         Add underscore to "f$ lexicals" regexp.
5266 2005-03-20  Juri Linkov  <juri@jurta.org>
5268         * subr.el (progress-reporter-do-update): When `min-value' is equal
5269         to `max-value', set `percentage' to 0 and prevent division by zero.
5271 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
5273         Sync with Tramp 2.0.48.
5275         * tramp.el (all): Change all addresses to .gnu.org.
5276         (tramp-append-tramp-buffers): New defun.
5277         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
5278         Catch `dont-send' signal.
5279         (tramp-set-auto-save-file-modes): Set always permissions, because
5280         there might be an old auto-saved file belonging to another
5281         original file.  This could be a security threat.  Reported by
5282         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
5283         Check for Emacs 21.3.50 removed.
5285         * tramp-smb.el (all): Remove debug construct for
5286         `with-parsed-tramp-file-name'.
5287         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
5288         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
5289         No error message if DIRECTORY or FILENAME doesn't exist.
5290         (tramp-smb-open-connection): Check existence of
5291         `tramp-smb-program'.
5293 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5295         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
5296         Properly handle the case where the `m' or `s' command's argument is not
5297         yet terminated.
5298         (perl-indent-new-calculate): New function.
5299         (perl-indent-line): Use it.
5301 2005-03-20  Miles Bader  <miles@gnu.org>
5303         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
5304         in text-mode too.  Change to new face names.
5305         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
5306         Add `:weight bold' attribute.
5307         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
5309 2005-03-19  Juri Linkov  <juri@jurta.org>
5311         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
5313         * international/mule.el (auto-coding-alist): Sync with
5314         `auto-mode-alist' by adding upper case archive file extensions
5315         and adding ear/war to jar extension.
5317 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
5319         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
5320         running, restart it.
5322 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
5324         * finder.el (finder-current-item): Throw an error on an empty line.
5326         * man.el (Man-follow-manual-reference): If current-word returns
5327         nil, use "".
5329 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
5331         * simple.el (goto-line): Doc fix.
5333 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
5335         * files.el (save-buffer): Doc fix.
5337 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
5339         * recentf.el (recentf-cleanup-remote): New variable.
5340         (recentf-cleanup): Use it to conditionally check availablity of
5341         remote files.
5343 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
5345         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
5346         function names.
5348 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
5350         * language/thai-word.el: New file.
5352 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
5354         * files.el (backup-buffer): If the file's directory is not
5355         writable, use copy instead of move to backup the file.
5357 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
5359         * obsolete/keyswap.el: Moved to obsolete/ from term/.
5361 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5363         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
5364         Use functionp instead of symbolp and fboundp.  Reported by Drkm
5365         <darkman_spam@yahoo.fr>.
5366         (ps-print-version): New version 6.6.6.
5368 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
5370         * textmodes/table.el (table--line-column-position): New idiom.
5371         (table--row-column-insertion-point-p): New function to test
5372         validity of row and column insertion operation at a location.
5373         (table-global-menu, table-cell-menu): Use above functions for
5374         deterministic test operation.
5375         (table--editable-cell-p): Behave in deterministic fashion.
5377 2005-03-18  Juri Linkov  <juri@jurta.org>
5379         * isearch.el (isearch-lazy-highlight-new-loop):
5380         Make arguments beg and end optional.
5381         (isearch-update): Remove optional arguments nil from
5382         isearch-lazy-highlight-new-loop.
5383         (isearch-lazy-highlight-search): Let-bind case-fold-search to
5384         isearch-lazy-highlight-case-fold-search instead of
5385         isearch-case-fold-search, and let-bind isearch-regexp to
5386         isearch-lazy-highlight-regexp.
5387         Use isearch-lazy-highlight-last-string instead of isearch-string.
5389         * replace.el (perform-replace): Remove bindings of global
5390         variables isearch-string, isearch-regexp, isearch-case-fold-search.
5391         Add three new arguments to `replace-highlight'.
5392         (replace-highlight): Add arguments string, regexp, case-fold.
5393         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
5394         to allow isearch-lazy-highlight-new-loop to use these values
5395         to set corresponding isearch-lazy-highlight-* internal
5396         variables whose values lazy highlighting will use regardless of
5397         changes to global variables isearch-string, isearch-regexp,
5398         isearch-case-fold-search during lazy highlighting loop.
5399         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
5400         to `lazy-highlight-cleanup'.
5402         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
5403         (ispell-highlight-face): Set default face to `isearch' when
5404         lazy highlighting is enabled.
5405         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
5406         priority to 1.  Add lazy highlighting.
5407         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
5408         from `isearch-dehighlight'.
5410 2005-03-18  David Ponce  <david@dponce.com>
5412         * files.el (hack-local-variables): Do a case-insensitive search
5413         for End.
5415 2005-03-18  Juri Linkov  <juri@jurta.org>
5417         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5418         `isearch-lazy-highlight-cleanup', add alias to old name and
5419         declare obsolete.  Add release numbers to other obsolete vars.
5420         (isearch-done, isearch-lazy-highlight-new-loop):
5421         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5422         (lazy-highlight-cleanup) <variable>: Doc fix.
5423         (isearch-lazy-highlight-update): Rename obsolete
5424         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5426 2005-03-18  Kenichi Handa  <handa@m17n.org>
5428         * language/thai-util.el: Fix categorization of Thai characters in
5429         thai-category-table.
5430         (thai-composition-pattern): Adjust it for the above change.
5431         (thai-self-insert-command, thai-compose-syllable): New functions.
5432         (thai-compose-region): Use thai-compose-syllable.
5433         (thai-compose-string): Likewise.
5434         (thai-composition-function): Likewise.
5435         (thai-auto-composition): New function.
5436         (thai-auto-composition-mode): New minor mode.
5438         * language/thai.el: Fix patterns to be registered in
5439         composition-function-table.
5441         * international/quail.el (quail-input-method): Locally bind
5442         inhibit-modification-hooks to t.
5444 2005-03-17  Richard M. Stallman  <rms@gnu.org>
5446         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5447         (perl-mode): Use run-mode-hooks.
5449         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5450         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5451         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5453         * mail/sendmail.el (sendmail-send-it): Reenable the code
5454         to compute resend-to-address and use it.
5456         * tar-mode.el (tar-mode): Turn off undo unconditionally.
5458         * image-mode.el: New file.
5460         * image.el (insert-sliced-image): Add autoload cookie.
5462         * font-lock.el (font-lock-lines-before): New user option.
5463         (font-lock-after-change-function): Obey it.
5465         * bindings.el (esc-map): Make M-g a prefix.
5466         Bind M-g g and M-g M-g to goto-line.
5468         * faces.el (face-id): Doc fix.
5470 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
5472         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5473         (rmail-show-message): Use rmail-unknown-mail-followup-to.
5474         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5476         * mail/sendmail.el (mail-yank-ignored-headers)
5477         (mail-font-lock-keywords, mail-mode-fill-paragraph):
5478         Add Mail-Followup-To and Mail-Reply-To headers.
5479         (mail-citation-hook): Add autoload cookie.
5480         (mail-mode): Doc fix.
5481         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5482         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5483         (mail-mode-fill-paragraph): Handle those headers.
5484         (mail-mailing-lists): New variable.
5485         (mail-mail-reply-to, mail-mail-followup-to): New functions.
5487 2005-03-17  Juri Linkov  <juri@jurta.org>
5489         * isearch.el (isearch-fallback): Check for `(car previous)'
5490         before calling `isearch-other-end-state'.
5492 2005-03-17  Kim F. Storm  <storm@cua.dk>
5494         * simple.el (move-beginning-of-line): Move to beginning of buffer
5495         line, as well as beginning of screen line.
5497 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
5499         * calendar/diary-lib.el (mark-diary-entries): Use new optional
5500         argument REDRAW rather than calendar-redrawing variable.
5501         * calendar/calendar.el (calendar-redrawing): Delete.
5502         (redraw-calendar): Do not bind calendar-redrawing.
5504 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
5506         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5507         diary-file buffer.
5509 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5511         * help.el (describe-mode): Allow a :minor-mode-function property to
5512         specify a different minor mode toggle function than the variable.
5513         * simple.el (auto-fill-function):
5514         * subr.el (add-minor-mode): Use it.
5516 2005-03-16  Kenichi Handa  <handa@m17n.org>
5518         * language/ethio-util.el (sera-being-called-by-w3): New variable.
5519         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5520         (ethio-fidel-to-sera-buffer): Likewise.
5522 2005-03-16  Juri Linkov  <juri@jurta.org>
5524         * emacs-lisp/find-func.el (find-function-regexp):
5525         Add defun-emitting macro `menu-bar-make-toggle'.
5527         * isearch.el: Put `isearch-scroll' property to
5528         `split-window-horizontally'.
5530         * info.el: Update error messages for `debug-ignored-errors'.
5531         (Info-isearch-search): Doc fix.
5532         (Info-find-node): Move up code to go into info buffer before
5533         recording the node to the history.
5534         (Info-fontify-node): Fontify titles only if the next line
5535         has two or more `*', `=', `-', `.'.
5536         Display "go to this node" for empty (match-string 3).
5538 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5540         * term/mac-win.el: Add mouse pointer shape constants.
5542 2005-03-15  Kim F. Storm  <storm@cua.dk>
5544         * simple.el (move-beginning-of-line): Use vertical-motion.
5546 2005-03-15  Juri Linkov  <juri@jurta.org>
5548         * isearch.el (isearch-error): New variable.
5549         (isearch-invalid-regexp, isearch-within-brackets): Remove.
5550         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5551         (isearch-within-brackets-state): Remove.
5552         (isearch-case-fold-search-state, isearch-pop-fun-state):
5553         Decrease frame index.
5554         (isearch-mode, isearch-top-state, isearch-push-state)
5555         (isearch-edit-string, isearch-abort, isearch-search-and-update)
5556         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5557         (isearch-search, isearch-lazy-highlight-new-loop):
5558         Replace `isearch-invalid-regexp' with `isearch-error'.
5559         Remove `isearch-within-brackets'.
5560         (isearch-search): Add `search-failed' handler to `condition-case'.
5561         (isearch-lazy-highlight-search): Add `condition-case' to catch
5562         errors and allow `isearch-lazy-highlight-update' to try
5563         highlighting from the beginning of the window.
5564         (isearch-repeat): Move up code to set isearch-wrapped to t
5565         before calling isearch-wrap-function.
5567         * info.el (Info-isearch-initial-node): New internal variable.
5568         (Info-search): Signal an error in isearch mode when search leaves
5569         the initial node.  Signal an error when `bound' is non-nil and
5570         nothing was found in the current subfile.
5571         (Info-isearch-search): Remove `condition-case'.
5572         (Info-isearch-wrap): Don't wrap when search failed during leaving
5573         the initial node.  If `Info-isearch-search' is nil, wrap around
5574         the current node.
5575         (Info-isearch-start): New fun.
5576         (Info-mode): Add buffer-local hook `Info-isearch-start' to
5577         `isearch-mode-hook'.
5579 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5581         * simple.el (normal-erase-is-backspace): Set default to t if
5582         running on Mac.
5584         * term/mac-win.el (function-key-map): Sync with x-win.el.
5586 2005-03-15  Kenichi Handa  <handa@m17n.org>
5588         * international/mule-cmds.el (locale-language-names): Modify the
5589         format of elements and add more entries.
5590         (locale-preferred-coding-systems): Add more entries.
5591         (set-locale-environment): Adjust for the change of
5592         locale-language-names.
5594 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5596         * pcvs.el (smerge-ediff): Remove bogus autoload.
5598 2005-03-14  Lute Kamstra  <lute@gnu.org>
5600         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5601         Ignore a `*' at the beginning of a line.
5603         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5604         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5605         subr.el.
5606         (dont-compile, eval-when-compile, eval-and-compile): Use declare
5607         to specify indentation.
5609         * generic.el (define-generic-mode): Let generic-mode-list be a
5610         list of strings; test membership with equal.
5612 2005-03-14  Kim F. Storm  <storm@cua.dk>
5614         * simple.el (next-line, previous-line): Add optional try-vscroll
5615         arg to recognize interactive use.  Pass it on to line-move.
5616         (line-move): Don't perform auto-window-vscroll when defining or
5617         executing keyboard macro to ensure consistent behaviour.
5619 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5621         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5623 2005-03-13  Lute Kamstra  <lute@gnu.org>
5625         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5626         debugger-setup-buffer so that backtrace marks the frames set to
5627         debug-on-exit and we don't have to do it manually.  Set an extra
5628         debug-on-exit for macro's.
5629         (debugger-setup-buffer): Don't mark the top frame manually.
5631 2005-03-12  Lute Kamstra  <lute@gnu.org>
5633         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5634         lisp-indent-function throughout.
5635         (with-no-warnings): Set lisp-indent-function property.
5637 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
5639         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5640         Add entry for backslash.
5642 2005-03-12  Juri Linkov  <juri@jurta.org>
5644         * info.el (Info-search): Four fixes for backward search.
5646 2005-03-11  Jay Belanger  <belanger@truman.edu>
5648         * calc/calc.el (calc-language-alist): New variable.
5649         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5650         (calc-embedded-find-modes): Use calc-language-alist instead of
5651         calc-embedded-language-alist.
5653 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
5655         * calendar/calendar.el (calendar-redrawing): New internal
5656         variable.
5657         (redraw-calendar): Remove bogus save-excursion from previous
5658         change.  Bind calendar-redrawing to t for mark-diary-entries.
5659         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5660         calendar if that is why we were called.
5662 2005-03-11  Kenichi Handa  <handa@m17n.org>
5664         * international/mule.el (make-coding-system): Set property
5665         coding-system-define-form to nil.
5666         (define-coding-system-alias): Likewise.
5668 2005-03-11  Kenichi Handa  <handa@m17n.org>
5670         These changes are suggested by Dave Love <fx@gnu.org>.
5672         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5673         coding: tag.
5674         (adaptive-fill-regexp): Add more bullets.
5675         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5676         regexps.
5678 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5680         * help.el (describe-mode): Properly handle non-trivial lighters.
5681         Don't ignore minor modes that are not listed in minor-mode-list.
5683         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5684         feature ON when the user requests to turn it OFF.
5686 2005-03-10  Lute Kamstra  <lute@gnu.org>
5688         * emacs-lisp/debug.el (debug-entry-code): Delete it.
5689         (implement-debug-on-entry): New function to replace debug-entry-code.
5690         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
5691         second argument as the 2005-03-07 change makes it obsolete.
5692         (debug-on-entry, cancel-debug-on-entry): Update call to
5693         debug-on-entry-1.
5694         (debug, debugger-setup-buffer): Comment update.
5695         (debugger-frame-number): Update to work with implement-debug-on-entry.
5697 2005-03-10  Jay Belanger  <belanger@truman.edu>
5699         * calc/calc-embed.el (math-ms-args): Declare it.
5700         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5701         math-ms-args.
5702         (calc-embedded-subst): Use math-multi-subst-rec to substitute
5703         variables.
5705 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
5707         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5708         Use message-box.
5710         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5711         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5712         (tooltip-gud-tips): Simplify.
5713         (tooltip-gud-tips-p): Remove superflouous :set.
5714         (tooltip-gud-modes): Add fortran-mode.
5715         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5717         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5719 2005-03-09  Kim F. Storm  <storm@cua.dk>
5721         * play/animate.el (animate-place-char): Use forward-line instead
5722         of next-line to improve performance.
5724 2005-03-09  Simon Josefsson  <jas@extundo.com>
5726         * net/browse-url.el (browse-url-default-browser): Doc fix.
5728 2005-03-09  Miles Bader  <miles@gnu.org>
5730         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5731         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5733 2005-03-09  Kenichi Handa  <handa@m17n.org>
5735         * international/latin-1.el: Set case and syntax for 255 only if
5736         set-case-syntax-set-multibyte is nil.
5738         * textmodes/ispell.el (ispell-insert-word): New function.
5739         (ispell-word): Use ispell-insert-word to insert a new word.
5740         (ispell-process-line): Likewise.
5741         (ispell-complete-word): Likewise.
5743 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
5745         * calendar/calendar.el (redraw-calendar): Preserve point.
5746         Reported by Matt Hodges <MPHodges@member.fsf.org>.
5747         (calendar-week-start-day): Move after definition of
5748         redraw-calendar.  Delete buffer test, since redraw-calendar has
5749         that now.
5751         * calendar/diary-lib.el (mark-diary-entries): Only call
5752         redraw-calendar in the first of any recursive calls.
5753         Reported by Alan Shutko <ats@acm.org>.
5755 2005-03-08  Juri Linkov  <juri@jurta.org>
5757         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5758         (html-horizontal-rule, html-line, html-image, html-checkboxes)
5759         (html-radio-buttons): Add a space before the trailing `/>' where
5760         sgml-xml-mode is non-nil.
5761         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5762         the subsequent tag of the empty XML tag.
5763         (html-href-anchor): Don't set initial input to "http:".
5764         (html-image): Ask for the image URL and set point inside alt="".
5765         (html-name-anchor): Duplicate the name in the `id' attribute when
5766         sgml-xml-mode is non-nil.
5767         (html-paragraph): Remove \n before <p>.
5768         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5769         instead of `checked' when sgml-xml-mode is non-nil.
5771         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5772         Remove 1 space before #RRGGBB to not truncate it on terminal
5773         windows w/o fringes.  Remove 1 space between bg and fg examples
5774         to get more space.
5775         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5776         avoid byte-compile warnings.
5778         * image-file.el (image-file-handler): Put `safe-magic' property to
5779         `image-file-handler'.
5781         * info.el (Info-isearch-search): Emulate word search in
5782         isearching through multiple Info nodes with Info-search.
5783         (Info-isearch-wrap): Allow isearch-word.
5785 2005-03-08  Lute Kamstra  <lute@gnu.org>
5787         * emacs-lisp/debug.el (debugger-step-through): Make sure that
5788         stepping into the debugger's code is not possible.
5789         (debugger-jumping-flag): Docstring update.
5791 2005-03-08  Jay Belanger  <belanger@truman.edu>
5793         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5794         embedded mode begins.
5795         (calc-embedded-language-alist): New variable.
5796         (calc-embedded-find-modes): Use calc-embedded-language-alist to
5797         set default language mode.
5799 2005-03-08  Kenichi Handa  <handa@m17n.org>
5801         * international/ccl.el (define-ccl-program): Fix docstring about
5802         extra 256 bytes assured for the output buffer.
5804         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5805         Fix BUFFER_MAGNIFICATION to 2.
5806         (ccl-encode-mule-utf-16be-with-signature): Likewise.
5808 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
5810         * align.el (align-rules-list): Added an alignment rule for CSS
5811         declarations (applies to css-mode and html-mode buffers).
5813 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5815         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5817 2005-03-07  Kim F. Storm  <storm@cua.dk>
5819         * simple.el (move-beginning-of-line): New command.
5821         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5823         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5825         * emulation/cua-base.el: Put CUA move property on move-end-of-line
5826         and move-beginning-of-line.
5828         * apropos.el (apropos-print): Omit command from M-x ... RET.
5830 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
5832         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5833         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5835 2005-03-06  Richard M. Stallman  <rms@gnu.org>
5837         * bindings.el (esc-map): Bind M-g to goto-line.
5839         * facemenu.el (global-map): Bind M-o, not M-g.
5841 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5843         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5844         "Open Directory" as for "Open File".
5846 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
5848         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5849         (push-mark-command): Run activate-mark-hook.
5851 2005-03-06  Richard M. Stallman  <rms@gnu.org>
5853         * help-mode.el (help-mode-finish): Don't alter the element
5854         in view-return-to-alist if there already is one.
5856         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5857         make sure the current buffer is the expected one.
5859         * novice.el (disabled-command-function): Output in *Disabled Command*.
5860         Explicitly ignore non-keyboard events, and explicitly handle C-g.
5862         * textmodes/flyspell.el (flyspell-large-region):
5863         Pass args differently for aspell.
5865         * files.el (mode-require-final-newline): Doc fix.
5867 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
5869         * progmodes/which-func.el (which-function):
5870         Specify NOERROR when calling imenu--make-index-alist.
5872 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5874         * simple.el (normal-erase-is-backspace): Define default value.
5876         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5877         (custom-reevaluate-setting): Simple function to handle
5878         variables that are defined before their default value can really
5879         be computed.
5881         * startup.el (command-line): Use it for temporary-file-directory,
5882         small-emporary-file-directory, auto-save-file-name-transforms,
5883         blink-cursor-mode, and normal-erase-is-backspace.
5885         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5886         progress, even with buggy anchored keywords.
5888 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
5890         * simple.el (goto-line): Remove unbalanced final parenthesis.
5892 2005-03-05  Richard M. Stallman  <rms@gnu.org>
5894         * simple.el (goto-line): Use a number at point as the default.
5895         With C-u as arg, switch buffers.
5897 2005-03-05  Juri Linkov  <juri@jurta.org>
5899         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5900         with `no-blinking-cursor'.
5902         * startup.el (no-blinking-cursor): New defvar.
5903         (command-line): Add `--no-blinking-cursor' to longopts.
5904         Set `no-blinking-cursor' to t for command line arguments
5905         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
5906         with `no-blinking-cursor' in the condition for calling
5907         `blink-cursor-mode'.
5909 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
5911         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5912         (menu-bar-options-save): Add blink-cursor-mode.
5913         (menu-bar-options-menu): Add blink-cursor-mode.
5915 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
5917         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5918         (icalendar-export-file, icalendar-export-region)
5919         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5920         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5922 2005-03-04  Lute Kamstra  <lute@gnu.org>
5924         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5925         (debug-function-list): Ditto.
5927 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
5929         * textmodes/texinfmt.el (texinfo-append-refill):
5930         Redefine the types of line to which @refill
5931         is not appended by replacing a search for `@refill\\|@bye' with
5932         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
5933         itemize@refill' bug and the unfilled long lines bug.
5934         (texinfmt-version): Update number and date.
5936 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5938         * international/code-pages.el (windows-1250, windows-125[2-8])
5939         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5941 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5943         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5944         bound yet.
5946 2005-03-02  Romain Francoise  <romain@orebokech.com>
5948         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5949         buffer after removing limits.
5950         (ibuffer-pop-filter): Ditto.
5951         Update copyright.
5953 2005-03-02  Miles Bader  <miles@gnu.org>
5955         * button.el (make-text-button): If the user doesn't specify a
5956         type, use the default.  Rewrite to use `add-text-properties' and
5957         plist functions.
5959 2005-03-01  Lute Kamstra  <lute@gnu.org>
5961         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5962         (debugger-jumping-flag): New var.
5963         (debug-entry-code): Use it.
5964         (debugger-jump): Use debugger-jumping-flag and add
5965         debugger-reenable to post-command-hook.
5966         (debugger-reenable): Use debugger-jumping-flag and remove itself
5967         from post-command-hook.
5968         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5969         debugger-reenable.
5971 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
5973         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5974         inclusion of "itemize\\|", which may be unnecessary, is certainly
5975         inelegant, and stops refilling in itemize lists when formatting
5976         Japanese Texinfo files to Info.
5977         Update copyright to 2005.
5979 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
5981         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5982         of an error if GDB can't find the source file.
5984 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
5986         * calendar/calendar.el (redraw-calendar): Work from any buffer,
5987         not just the calendar.
5989         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5990         first.
5991         (diary-redraw-calendar): New function.
5992         (make-diary-entry): Add diary-redraw-calendar to local
5993         write-contents-functions.  Turn off selective display before
5994         inserting in diary.
5996 2005-03-01  Kim F. Storm  <storm@cua.dk>
5998         * emacs-lisp/copyright.el (copyright-fix-years): New command.
6000 2005-03-01  Lute Kamstra  <lute@gnu.org>
6002         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
6003         that debug-entry-code can be safely removed from a function while
6004         this code is being evaluated.  Revert the 2005-02-27 change as the
6005         new implementation no longer requires it.  Make sure that a
6006         function body containing just a string is not mistaken for a docstring.
6007         (debug): Skip one more frame in case of debug on entry.
6008         (debugger-setup-buffer): Delete one more frame line in case of
6009         debug on entry.
6010         (debugger-frame-number): Update to use the new text introduced by
6011         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
6013 2005-02-28  Kim F. Storm  <storm@cua.dk>
6015         * double.el (double-translate-key): Call force-window-update after
6016         read-event to avoid crash in redisplay.
6018 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6020         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
6021         (debug): Use it.  Move the inhibit-trace earlier.
6022         (debug-entry-code): New const.
6023         (debug-on-entry-1): Use it.
6025 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
6027         * international/utf-16.el (ccl-encode-mule-utf-16le):
6028         Fix BUFFER_MAGNIFICATION to 2.
6029         (ccl-encode-mule-utf-16be): Likewise.
6031 2005-02-28  Kenichi Handa  <handa@m17n.org>
6033         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6034         Fix BUFFER_MAGNIFICATION to 4.
6035         (ccl-encode-mule-utf-16be-with-signature): Likewise.
6037 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
6039         * speedbar.el (speedbar-update-flag): Doc fix.
6040         (speedbar-show-info-under-mouse): Give set-mouse-position the right
6041         argument.
6043 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6045         * reveal.el (reveal-post-command): Don't try to reveal overlays which
6046         have a non-nil `invisible' property but are actually visible.
6048         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
6049         for perldoc sections.
6050         (perl-outline-regexp, perl-outline-level): New var and function.
6051         (perl-mode): Use them.
6053 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
6055         * calendar/diary-lib.el (diary-remind): Discard any mark portion
6056         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
6058 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
6060         * cus-edit.el: Comment change.
6061         (custom-buffer-create-internal): Slightly reword text at top of
6062         Custom buffers.  Mention there that saving an option edits the
6063         init file.  Add link to Emacs manual node on `custom-file'.
6064         (custom-magic-alist): Rewrite individual State messages to use
6065         capitalized keywords.  Doc fix.
6067 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
6069         * calendar/calendar.el (calendar-buffer): Move above
6070         calendar-week-start-day.
6071         (calendar-week-start-day): Doc fix.  Add :set function.
6072         (calendar-minimum-window-height): New variable.
6073         (generate-calendar-window): Only resize window if selected-window
6074         is displaying the calendar buffer.  Use new variable
6075         calendar-minimum-window-height.
6076         (generate-calendar): Reword error message.
6077         (calendar-mode-map): Bind DEL to scroll-other-window-down.
6079 2005-02-27  Andreas Schwab  <schwab@suse.de>
6081         * vc.el (vc-do-command): Don't run command asynchronously when
6082         operating in a remote directory.
6084         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
6085         change from sync with Tramp 2.0.47.
6087 2005-02-27  Richard M. Stallman  <rms@gnu.org>
6089         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
6091         * textmodes/flyspell.el (flyspell-mode-on):
6092         Call ispell-change-dictionary only if necessary.
6094         * emacs-lisp/re-builder.el (regexp-builder): New function.
6096         * register.el (describe-register-1): Explicitly handle
6097         yank-excluded-properties = t.
6099         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
6100         (custom-magic-alist): Change the status descriptions again.
6101         (face widget-type): Total rewrite based on `restricted-sexp'
6102         to eliminate the confusing double hiding levels.
6104         * emacs-lisp/debug.el (debug-on-entry-1):
6105         If function body is empty, add nil as body form.
6107 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6109         * emacs-lisp/trace.el (inhibit-trace): New var.
6110         (trace-make-advice): Use it.
6112         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
6114 2005-02-26  Kim F. Storm  <storm@cua.dk>
6116         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
6117         (mouse-on-link-p, mouse-drag-region-1): Use it.
6119 2005-02-25  Lute Kamstra  <lute@gnu.org>
6121         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
6123 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
6125         * frame.el (blink-cursor-mode): Add :group keyword.
6127 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
6129         * calendar/icalendar.el (icalendar--decode-isodatetime):
6130         New optional argument DAY-SHIFT.
6131         (icalendar-export-region): Fix coding-system-for-write.
6132         (icalendar--convert-ical-to-diary): Shift end-day of all-day
6133         events by one.
6135 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6137         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
6139 2005-02-24  Kim F. Storm  <storm@cua.dk>
6141         * international/iso-acc.el (iso-accents-compose): Fix crash
6142         during redisplay.  Call force-window-update after read-event
6143         and delete-region to signal that window is not accurate.
6145 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6147         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
6148         Remove unused and inexistent var `inhibit-trace'.
6149         (debugger-mode): Use run-mode-hooks.
6150         (debugger-list-functions): Add buttons; setup xref stack.
6152 2005-02-23  Richard M. Stallman  <rms@gnu.org>
6154         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
6155         appointment says it was explicitly made.
6156         (appt-add): Set the 3rd element.
6157         (appt-make-list): Preserve explicit appointments.
6159         * subr.el (find-tag-default): Catch errors in forward-sexp.
6161 2005-02-23  Juri Linkov  <juri@jurta.org>
6163         * info.el (Info-isearch-search): New defcustom.
6164         (Info-isearch-search): Call the default isearch function
6165         when Info-isearch-search is nil.
6166         (Info-isearch-wrap): Use variable Info-isearch-search.
6168 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
6170         * cus-edit.el: Comment change.
6172 2005-02-22  Kim F. Storm  <storm@cua.dk>
6174         * progmodes/hideif.el (hide-ifdef-use-define-alist):
6175         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
6177 2005-02-22  Simon Josefsson  <jas@extundo.com>
6179         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
6180         New variable.
6181         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
6182         Oskarsson" <myrkraverk@users.sourceforget.net>.
6184 2005-02-22  Kim F. Storm  <storm@cua.dk>
6186         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
6187         check that window of that event is the selected window.
6188         (mouse-drag-region-1): Compare mouse event window to selected
6189         window before setting point.
6191         * tooltip.el (tooltip-show-help-function): Pass event to
6192         mouse-on-link-p so it can check selected window.
6194 2005-02-22  Kenichi Handa  <handa@m17n.org>
6196         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
6197         (ps-mule-show-warning): New function.
6198         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
6199         characters are found.
6201         * ps-print.el (ps-header-footer-string): Return a list of header
6202         and footer strings.
6204 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6206         * pcvs.el (cvs-retrieve-revision): Fix thinko.
6208 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6210         * frame.el (blink-cursor-mode): Use define-minor-mode.
6212         * term/mac-win.el (function-key-map): Use char-names more consistently.
6213         (file-name-coding-system): Only set it for MacOS-9.  The other case is
6214         already handled in mule-cmds.el (where it also works when mac-win.el
6215         is not used).
6217 2005-02-21  Kenichi Handa  <handa@m17n.org>
6219         * international/mule.el (ctext-pre-write-conversion): Always use
6220         " *code-converting-work*" buffer for work.
6222         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
6224 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
6226         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
6228 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
6230         * ses.el (undo-more): Restore defadvice, but only the part that
6231         allows changes outside the restricted area of the buffer.
6233 2005-02-20  Kim F. Storm  <storm@cua.dk>
6235         * simple.el (line-move): Add fourth optional arg try-vscroll which
6236         must be set to perform auto-window-vscroll.
6237         When moving backwards and doing auto-window-vscroll, automatically
6238         vscroll to the last part of lines which are taller than the window.
6239         (next-line, previous-line): Set try-vscroll arg on line-move.
6241 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
6243         * replace.el (query-replace, query-replace-regexp)
6244         (replace-string, replace-regexp): When operating on region, make
6245         the minibuffer prompt say so.
6247         * isearch.el (isearch-forward): Document isearch-query-replace and
6248         isearch-query-replace-regexp keybindings.
6250 2005-02-19  Jay Belanger  <belanger@truman.edu>
6252         * calc/calc-aent.el (math-read-token): Add local variable.
6254         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
6255         (calc-edit-top): Move declaration to earlier in file.
6256         (calc-edit-macro-repeats): Add local variables.
6258         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
6259         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
6260         calcFunc-tanh.
6261         Adjust integration rule for calcFunc-tan.
6263 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
6265         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
6266         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
6267         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
6268         (viper-skip-separators): Bug fix.
6269         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
6270         particular major mode.
6271         (viper-del-backward-char-in-replace): Don't put deleted char on the
6272         kill ring.
6274         * viper-ex.el (viper-color-display-p): New function.
6275         (viper-has-face-support-p): Use viper-color-display-p.
6277         * viper-keym.el (viper-gnus-modifier-map): New keymap.
6279         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
6281         * viper-util.el (viper-glob-unix-files): Fix shell status check.
6282         (viper-file-remote-p): Make equivalent to file-remote-p.
6284         * viper.el (viper-major-mode-modifier-list):
6285         Use viper-gnus-modifier-map.
6287 2005-02-19  David Kastrup  <dak@gnu.org>
6289         * subr.el (subregexp-context-p): Fix garbled doc string by adding
6290         quoting.
6292 2005-02-19  Jay Belanger  <belanger@truman.edu>
6294         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
6295         Remove extra definitions.
6296         (calc-coth): New function.
6297         (calcFunc-cot): Fix `let'.
6299 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
6301         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
6302         the reasons we use "type pc" in these faces.
6304         * button.el (button): Ditto.
6306 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
6308         * replace.el (query-replace-read-from): Set the value of
6309         query-replace-from-history-variable to handle the case of an empty
6310         string entered to accept the suggested default.
6312         * net/tramp.el (tramp-file-name-for-operation):
6313         Use dired-call-process instead of dired-call-process-command.
6315 2005-02-19  Jay Belanger  <belanger@truman.edu>
6317         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
6318         (math-div-non-trig): New variables.
6319         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
6320         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
6321         (math-combine-prod, math-div-symb-fancy): Add simplifications for
6322         trig expressions.
6324 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
6326         * progmodes/gdb-ui.el (gdb-var-update-handler)
6327         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
6328         for watch expressions,
6329         (gdb-var-create-handler): Don't set speedbar-update-flag.
6330         (gdb-post-prompt): Simplify test for speedbar.
6332 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
6334         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
6335         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
6336         we use the syntax table of the correct buffer.
6337         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
6338         Felix Gatzemeier.
6340         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
6341         (ediff-file-remote-p): Make synonymous with file-remote-p.
6342         In all deffaces ediff-*-face-*, use min-colors.
6344         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
6345         ediff-recurse-to-subdirectories.
6346         (ediff-mark-if-equal): Check that the arguments are strings, use
6347         ediff-same-contents (after to Felix Gatzemeier).
6349         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
6350         nil.
6352 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6354         * log-view.el (log-view-message-re): Fix up Subversion regexp.
6356 2005-02-18  David Kastrup  <dak@gnu.org>
6358         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
6359         use `mark-active' when defined.
6361 2005-02-18  Kenichi Handa  <handa@m17n.org>
6363         * ps-print.el (ps-font-info-database): New entry
6364         ZapfChancery-MediumItalic with correct font name.  Fix font name
6365         of the entry Zapf-Chancery-MediumItalic.
6367 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
6369         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
6371 2005-02-16  Kim F. Storm  <storm@cua.dk>
6373         * ido.el (ido-fallback-command): Pass user input to fallback command.
6375 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
6377         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6378         (gdb-find-file-hook): Add server prefix.
6380 2005-02-16  Richard M. Stallman  <rms@gnu.org>
6382         * replace.el (perform-replace): Pass new args to replace-highlight.
6383         (replace-highlight): Take region args,
6384         and pass them to isearch-lazy-highlight-new-loop.
6386         * novice.el (disabled-command-hook): Autoload the defalias
6387         and the make-obsolete-variable call.
6389         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
6391         * isearch.el (isearch-lazy-highlight-start-limit)
6392         (isearch-lazy-highlight-end-limit): New variables limit
6393         the region for highlighting.
6394         (isearch-lazy-highlight-new-loop): New args BEG and END.
6395         (isearch-lazy-highlight-search): Use the new vars.
6396         (isearch-lazy-highlight-update): Likewise.
6398         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
6400         * cus-start.el (all): Use default-boundp.
6402 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
6404         * menu-bar.el (menu-bar-select-frame): Handle current frame.
6406 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
6408         * autorevert.el (auto-revert-stop-on-user-input)
6409         (auto-revert-verbose): Doc fixes.
6411 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
6413         * international/mule-cmds.el (set-locale-environment): Remove call
6414         to set-selection-coding-system on Windows.
6416 2005-02-15  Jay Belanger  <belanger@truman.edu>
6418         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6419         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6420         calcFunc-coth.
6421         (math-simplify-sqrt): Add simplifications.
6423         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6424         to list.
6426         * calc/calc-ext.el: Add functions to autoloads.
6428         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6429         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6430         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6431         (math-csc-raw, math-cot-raw): New functions.
6433         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6435         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6436         the variable name in a message.
6438         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6439         calcFunc-csc, calcFunc-cot.
6441         * calc/calcalg2.el: Add derivative and integration rules for
6442         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6443         calcFunc-csch, calcFunc-coth.
6444         (math-do-integral-methods): Add to checks for when to use
6445         substitutions.
6447         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6449 2005-02-15  Lute Kamstra  <lute@gnu.org>
6451         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6452         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
6453         <monnier@iro.umontreal.ca>
6454         (lisp-outline-level): Improve efficiency.  Suggested by David
6455         Kastrup <dak@gnu.org>.
6457 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
6459         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6460         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6461         (gdb-set-gud-minor-mode-existing-buffers): New functions.
6462         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
6463         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6465 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
6467         * cus-start.el (all): Comment change.
6469 2005-02-14  Lute Kamstra  <lute@gnu.org>
6471         * cus-start.el (all): Check if symbol is void.
6473 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
6475         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6476         optional argument to \cite.
6478 2005-02-14  Richard M. Stallman  <rms@gnu.org>
6480         * cus-edit.el (custom-buffer-create-internal): Update help message.
6481         (custom-magic-alist): Update help messages.
6483         * cus-start.el (all): Allow a var to specify a standard value.
6485 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
6487         * custom.el (custom-theme-set-variables): Handle variable aliases.
6489         * frame.el (blink-cursor-timer): Doc fix.
6490         (blink-cursor): Make it an alias for `blink-cursor-mode' and
6491         declare obsolete.
6492         (blink-cursor-mode): Define with defcustom and use correct
6493         standard expression in that defcustom.
6494         * startup.el (command-line): Adapt to above changes in frame.el.
6496 2005-02-11  Lute Kamstra  <lute@gnu.org>
6498         * apropos.el (apropos-score-doc): Prevent division by zero.
6500 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
6502         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6503         (icalendar--get-event-property-attributes)
6504         (icalendar--get-event-properties)
6505         (icalendar--datetime-to-diary-date): New functions.
6506         (icalendar--split-value): Doc fix.
6507         (icalendar--datetime-to-noneuropean-date)
6508         (icalendar--datetime-to-european-date): New optional argument
6509         SEPARATOR.  Return result as a string instead of a list.
6510         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6511         (icalendar--convert-string-for-export): Rename arg S to STRING.
6512         (icalendar-export-region): Doc fix.  Change name of error buffer.
6513         Save output buffer.
6514         (icalendar-import-file): Add blank at end of prompt.
6515         (icalendar-import-buffer): Doc fix.  Do not switch to error
6516         buffer.  Indicate status in return value.
6517         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
6518         buffer.  Save output buffer.  Handle exception from recurrence
6519         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
6520         events.  Fix problems with weekly all-day events.
6522 2005-02-10  Richard M. Stallman  <rms@gnu.org>
6524         * simple.el (eval-expression-print-format):
6525         Avoid warning about edebug-active.
6527         * help.el (help-for-help-internal): Rename from help-for-help.
6528         (help-for-help): Define with defalias.
6530         * font-core.el (font-lock-default-function): Use with-no-warnings.
6532         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6534         * custom.el (defface): Doc fix.
6536 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
6538         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6539         width 0" to prevent word wrapping problems.
6541 2005-02-09  Kim F. Storm  <storm@cua.dk>
6543         * ido.el (ido-file-extensions-order): New defcustom.
6544         (ido-file-extension-lessp, ido-file-extension-aux)
6545         (ido-file-extension-order): New advanced file ordering.
6546         (ido-file-lessp): New simple file ordering.
6547         (ido-sort-list): Remove.
6548         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6549         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6551 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
6553         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6554         that some versions of grep produce.
6555         (grep-mode-font-lock-keywords): Likewise.
6557 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
6559         * progmodes/gdb-ui.el (gdb-location-list): New variable.
6560         (gdb-cdir): Delete.
6561         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6562         (gdb-source-info): Treat case when source file is in another
6563         directory properly.
6564         (gdb-get-location): New function.
6566 2005-02-07  Jay Belanger  <belanger@truman.edu>
6568         * calc/calc-prog.el (calc-write-parse-table-part)
6569         (calc-fix-token-name): Fix a check for language type.
6571         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6573 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
6575         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6576         as directory not writable.
6578 2005-02-07  Kim F. Storm  <storm@cua.dk>
6580         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6581         (cua--standard-movement-commands): Remove list.
6582         Instead, set CUA property value to move for movement commands.
6583         (cua-movement-commands): Remove.  Users must set CUA prop instead.
6584         (cua--pre-command-handler): Check CUA property.
6585         (cua--init-keymaps): Don't remap undo commands.
6586         (cua-mode): Don't call cua--rectangle-on-off.
6588         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6589         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6590         (cua--rect-undo-set-point): New var.
6591         (cua--rectangle-undo-boundary): Setup undo apply entry.
6592         (cua--rect-undo-handler): New function for rectangle undo.
6593         (cua--rect-start-position, cua--rect-end-position): Add.
6594         (cua--rectangle-post-command): Call cua--rectangle-set-corners
6595         for restored rectangle.  Set point if cua--rect-undo-set-point.
6597 2005-02-06  Jay Belanger  <belanger@truman.edu>
6599         * calc/calc-lang.el (calc-tex-language): Display more information
6600         in messages.
6602         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6603         in TeX mode.
6605 2005-02-06  Richard M. Stallman  <rms@gnu.org>
6607         * emacs-lisp/lisp.el (buffer-end): Doc fix.
6609 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6611         * net/ldap.el (ldap-search-internal): Support attributes with
6612         optional descriptions separated by a semi-colon, as in
6613         "userCertificate;binary".
6615 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6617         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6618         isn't a cons (i.e. the version is 0).
6620 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
6622         * help.el (help-for-help): Doc fix.
6624 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
6626         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
6627         GDB-Windows on the menu-bar as this works better.
6629 2005-02-04  Jay Belanger  <belanger@truman.edu>
6631         * calc/calc-embed.el (calc-embedded-update): Don't put in
6632         unnecessary newlines.  Adjust the end of formula marker.
6634         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6635         (math-latex-parse-two-args): New function.
6637 2005-02-03  Lute Kamstra  <lute@gnu.org>
6639         * help-fns.el (help-with-tutorial): Make sure that users cannot
6640         remove the entire text of the tutorial by means of `undo'.
6642 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6644         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6645         in recent changes, where the ispell process was repeatedly
6646         killed & restarted.
6648         * international/mule-cmds.el (set-locale-environment): Set file-name
6649         coding system to utf-8 on Darwin systems.
6650         (set-default-coding-systems): Don't set default-file-name-coding-system
6651         on Darwin systems.
6653 2005-02-03  Richard M. Stallman  <rms@gnu.org>
6655         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6657 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
6659         * faces.el (list-faces-display): Add optional argument.
6661 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6663         * font-core.el (font-lock-default-function): Handle the rare case where
6664         only font-lock-keywords is set.
6666 2005-02-02  Kenichi Handa  <handa@m17n.org>
6668         * international/characters.el: Cancel previous change for
6669         I-WITH-DOT-ABOVE and DOTLESS-i.
6671         * international/latin-5.el: Cancel previous change.
6673 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
6675         * progmodes/gud.el: Correction to syntax in gud-menu-map.
6677 2005-02-02  Kenichi Handa  <handa@m17n.org>
6679         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6680         DOTLESS-i.
6682         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6683         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6685         * case-table.el (get-upcase-table): New function.
6686         (copy-case-table): Copy upcaes table too if non-nil.
6687         (set-case-syntax-delims): Maintain upcase table too.
6688         (set-case-syntax-pair): Likewise.
6689         (set-upcase-syntax, set-downcase-syntax): New functions.
6690         (set-case-syntax): Maintain upcase table too.
6692 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
6694         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6696         * progmodes/gud.el (gud-goto-info): New function.
6697         (gud-tool-bar-map): Use correct icon.
6699 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
6701         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6702         When delegating, order args in the funcall correctly.
6704 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
6706         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6708 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
6710         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6711         buffer not visiting a file.
6713 2005-01-31  Jay Belanger  <belanger@truman.edu>
6715         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6716         bound on the line with the formula.
6718 2005-01-31  Kim F. Storm  <storm@cua.dk>
6720         * ses.el (ses-create-cell-variable-range)
6721         (ses-destroy-cell-variable-range, ses-reset-header-string)
6722         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6723         (ses-insert-row): Fix format of apply undo entries.
6725 2005-01-31  Jay Belanger  <belanger@truman.edu>
6727         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6728         parts.
6730         * calc/calc-embed.el (calc-embedded-open-formula)
6731         (calc-embedded-close-formula): Ignore matrix environments.
6733         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6734         TeX mode.
6736         * calc/calc-lang.el (math-function-table, math-oper-table)
6737         (math-variable-table): Adjust the LaTeX portions.
6739         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6740         (math-latex-ignore-words): New constant.
6742 2005-01-31  Richard M. Stallman  <rms@gnu.org>
6744         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6745         (ispell-local-dictionary): Doc fix.
6746         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6747         Don't reinitialize at run time.  Don't defcustom.
6748         All uses changed to append ispell-local-dictionary-alist,
6749         or check it first.
6750         (ispell-current-dictionary): New variable for dictionary in use.
6751         (ispell-dictionary): Now used only for global default.
6752         (ispell-start-process): Set ispell-current-dictionary,
6753         not ispell-dictionary.
6754         (ispell-change-dictionary): Use this only for setting
6755         user preferences.
6756         (ispell-internal-change-dictionary): New function
6757         to change the current dictionary in use.
6758         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6759         Use ispell-current-dictionary.
6760         Handle ispell-local-dictionary-overridden.
6761         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6763 2005-01-31  Jay Belanger  <belanger@truman.edu>
6765         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6767         * calc/calc-ext.el: Add calc-latex-language to autoloads.
6768         (calc-mode-map): Add calc-latex-language.
6770         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6771         (math-latex-print-frac): New functions.
6772         (math-oper-table, math-function-table, math-variable-table)
6773         (math-complex-format, math-input-filter): Add latex properties.
6774         (calc-set-language): Set math-expr-special-function-mapping.
6776         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6777         (calc-write-parse-table-part): Add LaTeX support.
6779         * calc/calc.el (calc-language): Adjust docstring.
6780         (calc-set-mode-line): Add LaTeX support.
6781         (math-expr-special-function-mapping): New variable.
6782         (math-tex-ignore-words): Add to list.
6784         * calc/calccomp.el (math-compose-expr, math-compose-rows):
6785         Add LaTeX support.
6786         (math-compose-expr): Add support for special functions.
6788         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6790 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
6792         * progmodes/gdb-ui.el (gdb-memory-address)
6793         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6794         (gdb-memory-mode-map, gdb-memory-format-keymap)
6795         (gdb-memory-format-menu, gdb-memory-unit-keymap)
6796         (gdb-memory-unit-menu): New variables for a buffer
6797         that lets the user examine program memory.
6798         (gdb-memory-set-address, gdb-memory-set-repeat-count)
6799         (gdb-memory-format-binary, gdb-memory-format-octal)
6800         (gdb-memory-format-unsigned, gdb-memory-format-signed)
6801         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6802         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6803         (gdb-memory-unit-word, gdb-memory-unit-halfword)
6804         (gdb-memory-unit-byte, gdb-memory-unit-menu)
6805         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6806         (gdb-memory-mode, gdb-memory-buffer-name)
6807         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6808         New functions for above buffer.
6810 2005-01-30  Richard M. Stallman  <rms@gnu.org>
6812         * cus-edit.el (custom-bury-buffer): Function deleted.
6813         (custom-buffer-done-function): Option deleted.
6814         (custom-buffer-done-kill): New (replacement option.
6815         (Custom-buffer-done): Call quit-window.
6816         (custom-buffer-create-internal): Update for above changes.
6818 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
6820         * simple.el (undo-ask-before-discard): New var.
6821         (undo-outer-limit-truncate): Implement it.
6822         (undo-extra-outer-limit): Doc update.
6824 2005-01-29  Richard M. Stallman  <rms@gnu.org>
6826         * ses.el (undo-more): Delete defadvice.
6827         (ses-begin-change): Doc fix.
6829         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6830         instead of rebinding C-x u and C-_.
6832         * files.el (normal-backup-enable-predicate): Return nil for files
6833         in /tmp, regardless of temporary-file-directory.
6835         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6837         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6838         (open-rectangle, delete-whitespace-rectangle-line)
6839         (clear-rectangle-line): If FILL, pass t instead of FILL
6840         for move-to-column's 2nd arg.
6842         * simple.el (undo): Fix the test for continuing a series of undos.
6843         (undo-more): Set pending-undo-list to t when we reach end.
6844         (pending-undo-list): Move up defvar.
6846         * wid-edit.el (widget-button-click):
6847         Shorten the range of the track-mouse binding.
6849         * comint.el (comint-insert-input): Undo previous changes;
6850         use last-input-event in interactive spec.
6852 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
6854         * progmodes/compile.el (compilation-start): Bind buffer-read-only
6855         to nil before invoking call-process.  Reset buffer's modified flag
6856         after fontifying it in the no-async branch.
6858         * wid-edit.el (widget-specify-button): If mouse pointer shape
6859         cannot be changed, use mouse face instead.
6861 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
6863         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6864         (gdb-goto-breakpoint): Make breakpoint handling work on template
6865         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
6866         (gdb-assembler-custom): Update to recognise breakpoint information
6867         added on 2005-01-19.
6869 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6871         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6872         (dsssl-mode): Use define-derived-mode.
6873         (scheme-mode-initialize): Remove.
6874         (scheme-mode): Use run-mode-hooks.
6876         * cus-edit.el (customize-group-other-window)
6877         (custom-buffer-create-other-window): Don't override special-display-*.
6878         (custom-mode-map): Make it dense.
6880         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6881         sets the default value.
6883 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
6885         * descr-text.el: Add more keywords.
6887 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6889         * speedbar.el: Avoid unnecessary use of locate-library.
6891         * international/mule-cmds.el (standard-display-european-internal):
6892         Don't fiddle with latin-1 non-break space any more since it's now
6893         special cased in the C code.
6894         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6896 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
6898         * cus-start.el (all): Add `undo-outer-limit'.
6900 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6902         * textmodes/bibtex.el (bibtex-format-entry):
6903         Use `bibtex-empty-field-re' only on the text of fields, not on entire
6904         field lines.
6905         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6906         not on part of a buffer.
6908 2005-01-25  Lute Kamstra  <lute@gnu.org>
6910         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6911         nonempty field text strings like "{letters\\macro{}more letters}".
6912         Clarify docstring.
6913         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6914         (bibtex-entry-offset, bibtex-parse-association)
6915         (bibtex-parse-field-name): Fix typos in docstrings.
6916         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6918 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
6920         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6921         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6922         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6923         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6925         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6926         isearch minor mode.
6928 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
6930         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6932 2005-01-24  Lute Kamstra  <lute@gnu.org>
6934         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6935         CASECHARS and NOT-CASECHARS regular expressions of the
6936         "nederlands" and "nederlands8" dictionaries to prevent a "Range
6937         striding over charsets" error.
6939 2005-01-24  Jay Belanger  <belanger@truman.edu>
6941         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6942         display variable name.
6944 2005-01-24  Kenichi Handa  <handa@m17n.org>
6946         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6947         Fix setting of the element of encoded-kbd-iso2022-invocations.
6949 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
6951         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6952         (gdb-threads-select): Change to also accept mouse events.
6953         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6954         (gdb-threads-mouse-select): Delete.
6956 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
6958         * files.el (insert-directory): Take care of empty directory,
6959         listed without -a switch.
6961 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6963         * textmodes/refill.el (refill-post-command-function):
6964         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6965         to the list of functions that we should be careful not to undo.
6966         (refill-late-fill-paragraph-function): Remove.
6967         (refill-saved-state): New var.
6968         (refill-mode): Use it to save fill-paragraph-function.
6969         Save also the value of auto-fill-function.
6971         * term/w32-win.el: Simplify code.
6973 2005-01-23  Kim F. Storm  <storm@cua.dk>
6975         * simple.el (line-move): Adapt to new return value from
6976         pos-visible-in-window-p.
6978         * simple.el (line-move): Fix last change.  Check partial
6979         visibility at point rather than at window-start.
6981 2005-01-22  Jason Rumney  <jasonr@gnu.org>
6983         * term/w32-win.el (xw-defined-colors): Remove debug-message.
6985 2005-01-22  David Kastrup  <dak@gnu.org>
6987         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6989 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
6991         * type-break.el (type-break-mode): Add a test for
6992         type-break-file-name being non-nil.
6994 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
6996         * net/eudc.el (top level): Call (message "") via progn, so that
6997         eudc-options-file is loaded.
6999 2005-01-22  Kim F. Storm  <storm@cua.dk>
7001         * simple.el (line-move-1): Rename from line-move.
7002         (line-move): New function that adjusts vscroll for partially
7003         visible rows, and calls line-move-1 otherwise.
7005 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
7007         * pcomplete.el: define pcomplete-read-event instead of read-event,
7008         since it's not a complete read-event implementation
7010 2005-01-20  Jay Belanger  <belanger@truman.edu>
7012         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
7013         for called function.
7015 2005-01-20  Steven Tamm  <steventamm@mac.com>
7017         * term/mac-win.el (process-connection-type): Remove.
7018         Controlled now by s/darwin.h:PTY_ITERATION.
7020 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7022         * window.el (handle-select-window): Don't switch window when we're
7023         in the minibuffer.
7025 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
7027         * subr.el (dotimes-with-progress-reporter): New macro.
7029         * ses.el (ses-dotimes-msg): Remove macro.
7030         Use `dotimes-with-progress-reporter' instead.
7032 2005-01-19  Steven Tamm  <steventamm@mac.com>
7034         * term/mac-win.el (process-connection-type): Use new
7035         operating-system-release variable to use ptys on Darwin 7 (OSX
7036         10.3) when using carbon build.
7038 2005-01-19  Jay Belanger  <belanger@truman.edu>
7040         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
7041         flags if the last command was a tab or M-tab.
7043         * calc/calc-prog.el (calc-user-define-edit): Put original formula
7044         in formula editing buffer.
7046 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
7048         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
7049         breakpoint image symbol in margin.
7051 2005-01-19  Jay Belanger  <belanger@truman.edu>
7053         * calc/calc-prog.el (calc-execute-kbd-macro):
7054         Ignore calc-keep-arg-flag.
7056 2005-01-19  Kenichi Handa  <handa@m17n.org>
7058         * textmodes/ispell.el (ispell-looking-at): New function.
7059         (ispell-process-line): Use ispell-looking-at to compare the ispell
7060         output and the buffer contents.
7062 2005-01-18  Jay Belanger  <belanger@truman.edu>
7064         * calc/calc.el (calc-display-raw): Fix docstring.
7066 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7068         * simple.el (blink-matching-open): Strip extra info from syntax.
7070         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
7071         funny chars in the end-of-here-doc marker.
7073 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
7075         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
7076         that enable/disabled state of breakpoints is shown correctly in
7077         fringe and on ttys.
7078         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
7079         Add breakpoint information as text properties.
7080         (gdb-mouse-toggle-breakpoint):
7081         Rename to gdb-mouse-set-clear-breakpoint.
7082         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
7083         breakpoints in the margin.
7084         (gdb-remove-strings): Simplify.
7086 2005-01-17  Jay Belanger  <belanger@truman.edu>
7088         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
7089         erasing buffer.
7091 2005-01-17  Richard M. Stallman  <rms@gnu.org>
7093         * progmodes/grep.el (grep-find): Copy from `grep' the condition
7094         for calling grep-compute-defaults.
7096         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
7097         if buffer is empty.
7099         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
7101 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7103         * hilit-chg.el (highlight-changes-mode): Don't autoload.
7105         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
7106         non-preloaded variables.
7108 2005-01-17  Steven Tamm  <steventamm@mac.com>
7110         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
7111         tex-shell cause to force interactivity when using pipes.
7113 2005-01-17  Kim F. Storm  <storm@cua.dk>
7115         * simple.el (just-one-space): Make arg optional.
7117 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
7119         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
7120         posn-at-x-y to t to access left-margin.
7122 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
7124         Sync with Tramp 2.0.47.
7126         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
7127         catching keep-date problems in cp/scp operations.
7128         (tramp-handle-copy-file): Don't call `set-file-modes'
7129         unconditionally.  Specialized functions should know better what is
7130         necessary.  This improves performance a little bit, and the
7131         functions could catch errors with `cp -p' and `scp -p'.
7132         (tramp-do-copy-or-rename-file-via-buffer)
7133         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
7134         when appropriate.
7135         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
7136         Call `set-file-modes' when appropriate.
7137         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
7138         Johnsson <isak@hypergene.com>
7139         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
7140         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
7141         <joakim@verona.se>
7142         (tramp-file-name-for-operation): Mark `shell-command' as magic for
7143         Emacs only.
7145         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
7146         `find-file-hooks' and `dired-mode-hook'.
7147         (tramp-minor-mode-map): Respective map.  Add remapping for
7148         `compile' and `recompile'.
7149         (tramp-remap-command, tramp-recompile): New defuns.
7150         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
7151         in buffer "*Compilation*".  Call the commands asynchronously.
7153         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
7154         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
7155         `shell-command', because it isn't magic in XEmacs.  Reported by
7156         Adrian Aichner <adrian@xemacs.org>.
7158         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
7159         `substitute-in-file-name.
7160         (tramp-smb-handle-substitute-in-file-name): New defun.
7161         (tramp-smb-advice-PC-do-completion): Delete advice.
7163 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
7165         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
7166         Fix error in deleting region.
7168 2005-01-15  Richard M. Stallman  <rms@gnu.org>
7170         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
7171         In non-temp buffer, switch syntax table temporarily.
7173         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
7175         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
7177         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
7179         * imenu.el (imenu--split-menu): Copy menulist before sorting.
7180         (imenu--generic-function): Use START, not BEG, as pos of definition.
7182         * simple.el (just-one-space): Argument specifies number of spaces.
7184         * simple.el (eval-expression-print-format): Avoid warning
7185         about edebug-active.
7187 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
7189         * progmodes/sh-script.el: Code copied from make-mode.el
7190         with small changes,
7191         (sh-mode-map): Bind C-c C-\.
7192         (sh-backslash-column, sh-backslash-align): New variables.
7193         (sh-backslash-region, sh-append-backslash): New functions.
7195 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
7197         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
7198         (rmail-pop-password, rmail-pop-password-required): Move to
7199         rmail-obsolete group.
7200         (rmail-set-pop-password): Rename to rmail-set-remote-password.
7201         All callers updated.
7202         (rmail-get-pop-password): Rename to rmail-get-remote-password.
7203         Take an argument specifying whether it is POP or IMAP mailbox we
7204         are using.  All callers updated.
7205         (rmail-pop-password-error): Rename to
7206         rmail-remote-password-error.  Added mailutils-specific error message.
7207         (rmail-movemail-search-path)
7208         (rmail-movemail-variant-in-use): New variables.
7209         (rmail-remote-password, rmail-remote-password-required):
7210         New customization variables.
7211         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
7212         (rmail-parse-url): New function.
7213         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
7214         with GNU mailutils movemail.
7216 2005-01-15  Kevin Ryde  <user42@zip.com.au>
7218         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
7219         suffix to space, $ or '$, to correctly position point when going
7220         to @table style constants like DBL_MAX.
7222 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
7224         * type-break.el (type-break-mode, type-break-file-time)
7225         (type-break-file-keystroke-count, type-break-choose-file):
7226         Don't store data in or load data from the file if type-break-file-name
7227         is nil.
7228         (type-break-file-name): Doc update as per the above.
7230 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
7232         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
7233         lookup-key might return nil; handle that.
7235 2005-01-15  Alan Mackenzie  <acm@muc.de>
7237         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
7238         rather than the element found, thus enabling the tree to be setcar'd.
7240 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
7242         * textmodes/org.el (org-show-following-heading): New option.
7243         (org-show-hierarchy-above): Use `org-show-following-heading'.
7244         (org-cycle): Documentation fix.
7246         * textmodes/org.el (orgtbl-optimized): New option
7247         (orgtbl-mode): New command, a minor mode.
7248         (orgtbl-mode-map): New variable.
7249         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
7250         (orgtbl-error, orgtbl-self-insert-command)
7251         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
7253         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
7254         a local variable in each org-mode buffer.
7256         * textmodes/org.el (org-set-regexps-and-options): Rename from
7257         `org-set-regexps'.  Added checking for STARTUP keyword.
7258         (org-get-current-options): Add STARTUP options.
7259         (org-table-insert-row): Mode mode intelligent about when
7260         realignment is needed.
7261         (org-self-insert-command, org-delete-backward-char, org-delete-char):
7262         New commands.
7263         (org-enable-table-editor): New default value `optimized'.
7264         (org-table-blank-field): Support blanking regions if active.
7266 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
7268         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
7269         if the year is not given.
7271         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
7272         Add new escapes %m and %M, fixed bug with %F by adding
7273         save-match-data.
7274         (reftex-reference): Remove ?. from list of spaces.
7275         (reftex-label-info): Add automatic label prefix recognition.
7277         * textmodes/reftex-index.el (reftex-index-next-phrase):
7278         Add slave parameter to call of `reftex-index-this-phrase'.
7279         (reftex-index-this-phrase): New optional argument.
7280         (reftex-index-region-phrases): Add slave parameter to call of
7281         `reftex-index-this-phrase'.
7282         (reftex-display-index): New argument redo.
7283         (reftex-index-rescan): Add 'redo to arguments of
7284         `reftex-display-index'.
7285         (reftex-index-Rescan, reftex-index-revert)
7286         (reftex-index-switch-index-tag): Add 'redo to arguments of
7287         `reftex-display-index'.
7288         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
7289         indexing.  Fix bug with matching is there is a quote before or
7290         after the word.
7292         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
7293         Fix bug when collecting citation keys in lines with comments.
7294         (reftex-citation): Prefix argument no longer rescans the document,
7295         but forces prompting for optional arguments of cite macros.
7296         (reftex-do-citation): Prompting for optional arguments implemented.
7298         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7299         Add optional arguments to most cite commands.
7300         (reftex-cite-cleanup-optional-args): New option
7301         (reftex-cite-prompt-optional-args): New option.
7302         (reftex-trust-label-prefix): New option.
7304         * textmodes/reftex-toc.el (reftex-toc-find-section):
7305         Add push-mark before changing the position in the buffer.
7307         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
7308         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
7310 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
7312         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
7313         more carefully.
7315 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7317         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
7318         (sgml-mode): Use it.
7319         (sgml-get-context): Better keep track of implicitly closed tags.
7321 2005-01-13  Kenichi Handa  <handa@m17n.org>
7323         * textmodes/ispell.el: These changes are to fix misalignment error
7324         caused by equivalent characters of different Emacs charsets.
7325         (ispell-unified-chars-table): New variable.
7326         (ispell-get-decoded-string): New function.
7327         (ispell-get-casechars, ispell-get-not-casechars)
7328         (ispell-get-otherchars): Call ispell-get-decoded-string.
7330 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
7332         * custom.el (custom-declare-variable): Just put symbol instead
7333         of (defvar . symbol) in `current-load-list'.
7335 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7337         * emacs-lisp/elint.el: Fixed typo in Commentary section.
7339 2005-01-12  Jay Belanger  <belanger@truman.edu>
7341         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
7342         to create a Calc summary.
7344 2005-01-12  Kim F. Storm  <storm@cua.dk>
7346         * mouse.el (mouse-on-link-p): Change functionality and doc
7347         string to comply with latest description in lisp ref.
7349 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
7351         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
7352         Enable mouse clicks on mode-line, header-line and margin.
7353         (event-type): Give mouse event symbols an 'event-kind property
7354         with value 'mouse-click.
7356 2005-01-12  Juri Linkov  <juri@jurta.org>
7358         * facemenu.el (list-colors-display): Add new arg buffer-name.
7359         Use it.  Fix docstring.  Replace code for identifying duplicate
7360         colors by the name with call to `list-colors-duplicates' which
7361         identifies duplicate colors by the value unless the color
7362         is one of special Windows colors.  Set truncate-lines to t.
7363         Print sorted duplicate color names on each line.  Indent to 22
7364         \(the longest color name in rgb.txt) instead of 20.  Optimize.
7365         (list-colors-duplicates): New function.
7366         (facemenu-color-name-equal): Delete function.
7368         * facemenu.el (list-colors-print): New function created from code
7369         in list-colors-display.  Print #RRGGBB at the window right edge.
7370         (list-colors-display): When temp-buffer-show-function is not
7371         defined, call list-colors-print from temp-buffer-show-hook
7372         to get the right value of window-width in list-colors-print
7373         after the buffer is displayed.
7375         * simple.el (pop-mark): Move deactivate-mark out of conditional
7376         part to deactivate the active mark regardless of the state of the
7377         mark ring.
7379         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
7380         variables line in desktop files.
7382 2005-01-12  Juri Linkov  <juri@jurta.org>
7384         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
7385         Bring together isearch highlight related options.
7386         (lazy-highlight): Replace group `replace' by `matching'.
7387         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7388         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7389         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
7390         and declare them obsolete.
7391         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
7392         (isearch-faces): Remove defgroup.
7393         (isearch-overlay, isearch-highlight, isearch-dehighlight):
7394         Move isearch highlighting code closer to lazy highlighting code.
7396         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
7397         (query-replace-highlight, query-replace-lazy-highlight)
7398         (query-replace): Move definitions to the beginning of the file.
7400 2005-01-11  Juri Linkov  <juri@jurta.org>
7402         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
7403         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
7404         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
7406         * info.el (Info-history-forward): New variable.
7407         (Info-select-node): Reset Info-history-forward to nil.
7408         (Info-last): Turn into defalias.
7409         (Info-history-back): Rename from Info-last.
7410         Add current node to Info-history-forward.
7411         (Info-history-forward): New fun.
7412         (Info-mode-map): Replace Info-last by Info-history-back.
7413         Bind Info-history-forward to "r".
7414         (Info-mode-menu): Replace Info-last by Info-history-back.
7415         Fix menu item text.  Add menu item for Info-history-forward.
7416         (info-tool-bar-map): Replace Info-last by Info-history-back.
7417         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
7418         for Info-history-forward.
7419         (Info-mode): Replace Info-last by Info-history-back in docstring.
7420         Add local variable Info-history-forward.
7421         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7423 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7425         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7426         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7427         Ignore select-window events rather than fiddle with
7428         mouse-autoselect-window.
7430 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
7432         * type-break.el (type-break-mode): Fix previous change.
7434 2005-01-10  Jay Belanger  <belanger@truman.edu>
7436         * calc/calc-ext.el (calc-reset): Reset when inside embedded
7437         calculator; only reset when point is inside a calculator.
7438         Don't adjust the window height if the window takes up the whole height
7439         of the frame.
7441 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
7443         * ebuff-menu.el (Electric-buffer-menu-mode):
7444         Preserve value of buffer-local var header-line-format.
7446 2005-01-09  Jay Belanger  <belanger@truman.edu>
7448         * calc/calc.el (calc-mode-var-list-restore-saved-values):
7449         Make sure settings file exists before accessing it.
7451         * calc/calc-embed.el (calc-embedded-subst):
7452         Replace math-multi-subst-rec, which is only supposed to be called
7453         by math-multi-subst, by math-multi-subst.
7455 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
7457         * vc.el (vc-allow-async-revert): New user option.
7458         (vc-disable-async-diff): New internal variable.
7459         (vc-revert-buffer): Use them to disable asynchronous diff.
7461         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7462         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7463         asynchronously if vc-disable-async-diff is t.
7465 2005-01-09  Jay Belanger  <belanger@truman.edu>
7467         * calc/calc.el (defcalcmodevar): New macro.
7468         (calc-mode-var-list-restore-default-values)
7469         (calc-mode-var-list-restore-saved-values): New functions.
7470         (calc-mode-var-list): Use defcalcmodevar to define it.
7471         (calc-always-load-extensions, calc-line-numbering)
7472         (calc-line-breaking, calc-display-just, calc-display-origin)
7473         (calc-number-radix, calc-leading-zeros, calc-group-digits)
7474         (calc-group-char, calc-point-char, calc-frac-format)
7475         (calc-prefer-frac, calc-hms-format, calc-date-format)
7476         (calc-float-format, calc-full-float-format, calc-complex-format)
7477         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7478         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7479         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7480         (calc-matrix-brackets, calc-language, calc-language-option)
7481         (calc-left-label, calc-right-label, calc-word-size)
7482         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7483         (calc-display-raw, calc-internal-prec, calc-angle-mode)
7484         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7485         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7486         (calc-window-height, calc-display-trail, calc-show-selections)
7487         (calc-use-selections, calc-assoc-selections)
7488         (calc-display-working-message, calc-auto-why, calc-timing)
7489         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7490         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7491         (calc-gnuplot-default-device, calc-gnuplot-default-output)
7492         (calc-gnuplot-print-device, calc-gnuplot-print-output)
7493         (calc-gnuplot-geometry, calc-graph-default-resolution)
7494         (calc-graph-default-resolution-3d, calc-invocation-macro)
7495         (calc-show-banner): Use defcalcmodevar to declare them and set
7496         their default values.
7498         * calc/calc-ext.el (calc-reset): Restore saved values of variables
7499         instead of default values (but restore default values if there is
7500         an argument of 0).
7502 2005-01-09  David Kastrup  <dak@gnu.org>
7504         * desktop.el (desktop-restore-eager): Fix typo in type.
7506 2005-01-08  Richard M. Stallman  <rms@gnu.org>
7508         * cus-edit.el (customize): Delete :link.
7510 2005-01-08  Jay Belanger  <belanger@truman.edu>
7512         * calc/calc.el (calc-mode): Remove the extension from the
7513         `calc-settings-file' file name when loading it.
7515 2005-01-08  Kim F. Storm  <storm@cua.dk>
7517         * info.el (Info-mode-map, Info-next-link-keymap)
7518         (Info-prev-link-keymap, Info-up-link-keymap):
7519         Map follow-link to mouse-face.
7520         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7522 2005-01-08  Jay Belanger  <belanger@truman.edu>
7524         * calc/calc.el (calc-settings-file): Change default value.
7525         Suggested by cgw in a comment in calc-mode.el.
7527         * calc/calc-mode.el (calc-settings-file-name):
7528         Compare calc-settings-file to user-init-file instead of ~/.emacs.
7529         Replace ~/.emacs in a prompt by calc-settings-file.
7531 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
7533         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7534         (desktop-lazy-idle-delay): New customizable variables.
7535         (desktop-buffer-args-list): New variable.
7536         (desktop-append-buffer-args): New function.
7537         (desktop-save): Call desktop-append-buffer-args for some buffers.
7538         (desktop-lazy-create-buffer): New function.
7539         (desktop-idle-create-buffers): New function.
7540         (desktop-read): Add message about buffers to restore lazily.
7541         (desktop-lazy-abort): New command.
7542         (desktop-clear): Call desktop-lazy-abort.
7543         (desktop-lazy-complete): New command.
7545 2005-01-06  Richard M. Stallman  <rms@gnu.org>
7547         * emacs-lisp/find-func.el (find-face-definition):
7548         Rename from find-face.
7550 2005-01-06  Kim F. Storm  <storm@cua.dk>
7552         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7554         * man.el (Man-xref-man-page, Man-xref-header-file)
7555         (Man-xref-normal-file): Add follow-link property.
7557 2005-01-06  Jay Belanger  <belanger@truman.edu>
7559         * calc/calc-units.el: Make sure the proper macro definitions are
7560         available when compiling.
7562 2005-01-06  Juri Linkov  <juri@jurta.org>
7564         * isearch.el (isearch-lazy-highlight-update):
7565         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7567 2005-01-06  Miles Bader  <miles@gnu.org>
7569         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7570         (isearch-lazy-highlight-face): Use new name.
7572 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7574         * uniquify.el (uniquify-rationalize-file-buffer-names):
7575         Re-add an interactive spec.
7576         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7577         to the same name.
7579         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7580         (isearch-update, isearch-done): Adjust calls accordingly.
7582 2005-01-05  Richard M. Stallman  <rms@gnu.org>
7584         * custom.el (custom-set-variables, custom-theme-set-variables):
7585         Clarify documentation.
7587         * emacs-lisp/find-func.el (find-variable)
7588         (find-variable-other-window, find-variable-other-frame):
7589         Fix the TYPE args to find-function-read and find-function-do-it.
7590         (find-function): Doc fix.
7591         (find-function-at-point): Replace function-at-point alias.
7593 2005-01-04  Richard M. Stallman  <rms@gnu.org>
7595         * cus-face.el (custom-declare-face):
7596         Record defface in current-load-list.
7598         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7600         * emacs-lisp/find-func.el: Doc fixes.
7601         (find-face-regexp): New variable.
7602         (find-function-regexp-alist): New variable.
7603         (find-function-C-source): Third arg is now TYPE.
7604         (find-function-search-for-symbol): Handle general TYPE.
7605         (find-function-read, find-function-do-it): Handle general TYPE.
7606         (find-definition-noselect, find-face): New functions.
7607         (function-at-point): Alias deleted.
7609 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7611         * battery.el (display-battery-mode): Rename from display-battery.
7612         Handle the case where it gets turned off.
7614 2005-01-04  Richard M. Stallman  <rms@gnu.org>
7616         * cus-edit.el (customize): Make :link point to user doc.
7618         * man.el (Man-fontify-manpage): Turn off undo generation.
7620         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7622 2005-01-04  Andreas Schwab  <schwab@suse.de>
7624         * files.el (insert-directory): Only look for error lines in
7625         inserted text.  Don't move too far after processing --dired markers.
7627 2005-01-04  Richard M. Stallman  <rms@gnu.org>
7629         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7630         Don't expand if the character is @, period, dash, etc.
7631         (define-mail-abbrev): Quote names that contain problem characters.
7633 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
7635         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7637 2005-01-03  Richard M. Stallman  <rms@gnu.org>
7639         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7640         (query-replace-highlight, query-replace-lazy-highlight)
7641         (query-replace): Definitions moved up.  Doc fix.
7643 2005-01-03  Richard M. Stallman  <rms@gnu.org>
7645         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7646         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7647         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7648         (lazy-highlight-face): Rename from isearch-lazy-...
7649         Change all references to them.
7651 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
7653         * cus-edit.el (custom-file): Doc fix for defcustom.
7654         (custom-file): The function no longer sets the variable
7655         `custom-file' to its return value.
7657         * startup.el (command-line): No longer load `custom-file'.
7659 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7661         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7663         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7664         Don't confuse module-prefixed identifiers for labels.
7665         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7667 2005-01-02  Richard M. Stallman  <rms@gnu.org>
7669         * files.el (basic-save-buffer-1): Fix previous change.
7671         * loadhist.el (file-loadhist-lookup): New function.
7672         (file-provides, file-requires): Use it.
7674         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7675         instead of calculating the right size.
7677 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
7679         * vc-svn.el (vc-svn-diff): Stay local if possible.
7681 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7683         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7685         * files.el (hack-local-variables): Fix last change.
7687 2005-01-02  Jay Belanger  <belanger@truman.edu>
7689         * calc/calc-yank.el (calc-edit-top): New variable.
7690         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7691         object.  Change header properties.
7692         (calc-edit-finish, calc-edit-finish-stack-object)
7693         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7694         edited object.
7695         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7696         for the beginning of the edited object.
7697         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7698         for the beginning of the edited object.
7699         * calc/calc-prog.el (calc-edit-macro-finish-edit)
7700         (calc-finish-formula-edit, calc-macro-repeats)
7701         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7702         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7703         beginning of the edited object.
7704         (calc-user-define-edit): Change the header for editing macros.
7705         Remove unnecessary variable.
7707 2005-01-01  Jay Belanger  <belanger@truman.edu>
7709         * calc/calc-yank.el (calc-edit-mode): Change default header.
7710         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7711         * calc/calc-store.el (calc-edit-variable): Change title to match new
7712         header.
7713         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7714         mode to match new header.
7715         (calc-user-define-edit): Change titles to include names of commands.
7716         (calc-finish-formula-edit): Adjust to handle new header.
7717         (calc-finish-macro-edit): Remove.
7718         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7719         (calc-edit-macro-command, calc-edit-macro-command-type)
7720         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7721         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7722         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7723         (calc-edit-macro-finish-edit): New functions.
7724         (calc-user-define-edit): Use new functions to edit named calc macros.
7726 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
7728         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7730         * ses.el (copy-region-as-kill): Deactivate mark.
7732 2005-01-01  Richard M. Stallman  <rms@gnu.org>
7734         * replace.el (occur-1): If the output buffer is also an input,
7735         don't kill it, rename it.
7737         * faces.el (set-face-background, set-face-foreground): Doc fix.
7739         * cus-face.el (custom-face-attributes): Fix :help-echo strings
7740         for :foreground and :background.
7742         * dired.el (dired-view-command-alist): Variable deleted.
7743         (dired-view-file, dired-mouse-find-file-other-window):
7744         Delete the code to use it.
7746 2005-01-01  Kim F. Storm  <storm@cua.dk>
7748         * image.el (insert-sliced-image): Use t for line-height property.
7750 2004-12-31  Jay Belanger  <belanger@truman.edu>
7752         * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7753         for "var-" at the beginning of the minibuffer.
7755 2004-12-31  Richard M. Stallman  <rms@gnu.org>
7757         * faces.el (read-face-name):
7758         Don't treat an attribute spec as a list of faces.
7760         * simple.el (undo): Use undo-equiv-table to detect
7761         unexpected changes since previous undo.
7762         (undo-list-saved): Variable deleted.
7763         (buffer-disable-undo): Don't alter undo-list-saved.
7765         * files.el (require-final-newline): Allow `visit' and `visit-save'.
7766         (mode-require-final-newline): New option.
7767         (after-find-file): Handle require-final-newline with new values.
7768         (basic-save-buffer): Handle new values of require-final-newline.
7770         * progmodes/sh-script.el (sh-require-final-newline):
7771         Alist value now controls whether to use mode-require-final-newline.
7772         (sh-set-shell): Implement that new meaning.
7774         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7775         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7776         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7777         Delete old-Emacs compatibility code.
7778         (antlr-c-common-init): Function deleted.
7780         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7781         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7782         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7783         * progmodes/python.el (python-mode): Use mode-require-final-newline.
7784         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7785         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7786         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7787         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7788         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7789         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7790         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7791         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7792         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7793         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7794         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7795         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7797 2004-12-31  Jay Belanger  <belanger@truman.edu>
7799         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7800         way to return to Calc.
7802         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7803         finish, C-xk as the way to cancel the edit.  Add cancel routine to
7804         kill-buffer-hook.
7806         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7807         MacEdit code.
7809         * calc/calc-prog.el: Remove obsolete MacEdit code.
7810         (calc-macro-edit-algebraic, calc-macro-edit-variable)
7811         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7813 2004-12-31  Kenichi Handa  <handa@m17n.org>
7815         * international/mule.el (buffer-file-coding-system-explicit):
7816         Rename for explicit-buffer-file-coding-system.
7817         (after-insert-file-set-coding): Adjust for the above change.
7819         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7820         to buffer-file-coding-system-explicit.
7821         (basic-save-buffer-1): Likewise.
7823 2004-12-30  Richard M. Stallman  <rms@gnu.org>
7825         * textmodes/artist.el (artist-butlast-fn): Var deleted.
7826         (artist-butlast, artist-last): Functions deleted.
7827         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7828         (artist-compute-key-compl-table): Call remq directly.
7829         (artist-remove-nulls): Function deleted.
7830         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7831         (artist-push, artist-pop): Macro deleted.
7833 2004-12-30  Andreas Leue  <al@sphenon.de>
7835         * textmodes/artist.el (artist-version): 1.2.6
7836         (artist-prev-next-op-alist): New variable.
7837         (artist-select-next-op-in-list): New function.
7838         (artist-select-prev-op-in-list): New function.
7839         (artist-make-prev-next-op-alist): New function.
7840         (artist-is-in-op-list-p): New function.
7841         (artist-get-first-non-nil-op): New function.
7842         (artist-get-last-non-nil-op): New function.
7843         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7844         artist-prev-next-op-alist.
7845         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7846         change drawing operation.
7848 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
7850         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7852 2004-12-31  Masatake YAMATO  <jet@gyve.org>
7854         * server.el (server-process-filter): Suppress `error', too.
7856 2004-12-30  Jay Belanger  <belanger@truman.edu>
7858         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7859         Change the way a variable is displayed in a message.
7861         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7862         (calc-user-define-permanent, calc-execute-kbd-macro):
7863         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7865 2004-12-30  Kenichi Handa  <handa@m17n.org>
7867         * files.el (basic-save-buffer-1):
7868         Set explicit-buffer-file-coding-system to last-coding-system-used.
7869         (revert-buffer): Pay attention to
7870         explicit-buffer-file-coding-system (not buffer-file-coding-system)
7871         on bind coding-system-for-read.
7873         * international/mule.el (explicit-buffer-file-coding-system):
7874         New buffer local variable.
7875         (after-insert-file-set-coding): Set it to coding-system-for-read.
7877 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
7879         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7881 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
7883         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7884         that include line numbers.
7886 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
7888         * files.el (hack-local-variables): If no PREFIX, set it to "^".
7889         Redundant variable PREFIXLEN removed.
7891 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
7893         * eshell/em-hist.el (eshell-previous-matching-input):
7894         Start the deletion from the end of the output.
7896 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7898         * term/mac-win.el: Require x-dnd.
7899         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
7901 2004-12-29  David Kastrup  <dak@gnu.org>
7903         * international/mule.el (decode-coding-inserted-region):
7904         Don't barf if `buffer-undo-list' is already set to `t'.
7906 2004-12-29  Jay Belanger  <belanger@truman.edu>
7908         * calc/calc-prog.el (calc-user-define-formula): Put default values
7909         for function names in prompts.
7910         (calc-user-define-permanent, calc-user-define-composition)
7911         (calc-user-define-formula): Remove the need for "calcFunc-" in the
7912         default input for algebraic functions.
7914 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
7916         * vc-rcs.el (vc-rcs-annotate-command):
7917         Fix omission bug: Call `vc-setup-buffer'.
7919 2004-12-29  Kenichi Handa  <handa@m17n.org>
7921         * international/mule.el (recode-region): New function.
7923 2004-12-28  Richard M. Stallman  <rms@gnu.org>
7925         * simple.el (undo-extra-outer-limit): New variable.
7926         (undo-outer-limit-truncate): Test and set it.
7928         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7929         enables the feature to extend the existing region.
7931         * simple.el (mark-word): New arg ALLOW-EXTEND
7932         enables the feature to extend the existing region.
7934         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7935         enables the feature to extend the existing region.
7937         * startup.el (site-run-file): Don't allow setting it with Custom.
7939         * simple.el (buffer-disable-undo): Fix previous change.
7941 2004-12-27  Masatake YAMATO  <jet@gyve.org>
7943         * hexl.el (hexlify-buffer): Remove fontification here.
7944         Use font lock mechanism instead.
7945         (hexl-font-lock-keywords): New font lock kewords.
7946         (hexl-mode-old-font-lock-keywords): New variable.
7947         (hexl-mode): Store the old font lock keywords.
7948         (hexl-mode-exit): Restore the old font lock keywords.
7950 2004-12-27  Richard M. Stallman  <rms@gnu.org>
7952         * simple.el (undo): Fix previous change.
7954 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7956         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
7957         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7958         Call x-open-connection on Mac OS X.
7960 2004-12-27  Richard M. Stallman  <rms@gnu.org>
7962         * files.el (buffer-save-without-query): New var (buffer-local).
7963         (save-some-buffers): Save those buffers first, w/o asking.
7965         * files.el (insert-directory-ls-version): New variable.
7966         (insert-directory): When ls returns an error, test the version
7967         number to decide what the return code means.
7968         With --dired output format, detect and distinguish lines
7969         that are really error messages.
7970         (insert-directory-adj-pos): New function.
7972         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7974         * battery.el (battery-mode-line-format): Remove initial spaces.
7976         * uniquify.el (uniquify-rationalize-file-buffer-names):
7977         Delete interactive spec.
7979         * type-break.el (type-break-mode): Set buffer-save-without-query.
7980         Remove code that tried to set save-some-buffers-always.
7981         (type-break-file-keystroke-count): Bind deactivate-mark.
7983         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7985         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7986         Test that the buffer is live, and maybe reject current buffer too.
7987         Clarify.
7988         (next-error-find-buffer): Rewrite for clarity.
7990         * loadup.el: Don't use buffer-disable-undo; do it directly.
7992         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7993         (describe-variable): Call symbol-file with `defvar'.
7995         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7996         (symbol-file): Rewritten to handle new load-history format.
7997         Now takes an arg TYPE to specify looking for a particular
7998         type of definition only.
8000         * emacs-lisp/debug.el (debugger-make-xrefs):
8001         Call symbol-file with `defun'.
8003         * emacs-lisp/find-func.el (find-function-noselect):
8004         Call symbol-file with `defun'.
8005         (find-variable-noselect): Call symbol-file with `defvar'.
8007         * eshell/esh-cmd.el (eshell-find-alias-function):
8008         Call symbol-file with `defun'.
8010         * eshell/esh-test.el (eshell-test-goto-func):
8011         Call symbol-file with `defun'.
8013         * mail/rmail.el (rmail-resend):
8014         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
8016         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
8018         * progmodes/compile.el (compilation-find-buffer): Rename arg.
8020         * textmodes/texinfmt.el (texinfo-format-buffer-1):
8021         Call buffer-disable-undo.
8023         * simple.el (undo-list-saved): New variable (buffer-local).
8024         (undo): Set and test it.
8025         (buffer-disable-undo): Move here from buffer.c.
8026         Clear out undo-list-saved.
8028         * international/mule.el (decode-coding-inserted-region):
8029         Set buffer-undo-list in a correct and optimal way.
8031         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
8032         (cperl-font-lock-unfontify-region-function): No need to save and
8033         restore info, since font-lock.el does it for us.
8035         * ansi-color.el (save-buffer-state): Definition deleted.
8036         (ansi-color-unfontify-region): Don't use save-buffer-state.
8038 2004-12-27  Dave Love  <fx@gnu.org>
8040         * wid-edit.el (function): Use restricted-sexp as parent.
8042 2004-12-27  Kevin Ryde  <user42@zip.com.au>
8044         * simple.el (next-matching-history-element): Use same
8045         `interactive' form as previous-matching-history-element.
8047         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
8048         it can appear unencoded and has been seen from yahoo.
8050 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
8052         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
8053         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
8055 2004-12-27  Kenichi Handa  <handa@m17n.org>
8057         * international/utf-8.el (utf-translate-cjk-load-tables):
8058         Bind coding-system-for-read to nil while loading subst-*.
8060 2004-12-26  Jay Belanger  <belanger@truman.edu>
8062         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
8063         default input.
8065 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
8067         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
8068         before reverting and disable undo recording while reverting.
8070 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
8072         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
8073         (hs-make-overlay): New function.
8074         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
8075         (hs-flag-region): Delete function.
8076         (hs-hide-comment-region): No longer use `hs-flag-region'.
8077         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
8078         (hs-hide-block-at-point): Likewise.
8079         (hs-hide-level-recursive): Use `hs-discard-overlays'.
8080         (hs-hide-all, hs-show-all): Likewise.
8081         (hs-show-block): Likewise.
8082         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
8084 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
8086         * progmodes/hideshow.el: Require `cl' when compiling.
8087         Remove XEmacs and Emacs 19 compatibility.
8088         Use `dolist' and `add-to-list' for load-time actions.
8089         (hs-discard-overlays): Use `dolist'.
8090         (hs-show-block): Likewise.
8092 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
8094         * faces.el (mode-line, mode-line-inactive): Use min-colors.
8096 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
8098         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
8099         When extending backwards, move outside the current comment first.
8101 2004-12-22  Kenichi Handa  <handa@m17n.org>
8103         * international/quail.el (quail-start-translation): Fix prompt
8104         string for the case if input-method-use-echo-area being non-nil.
8105         (quail-start-conversion): Likewise.
8106         (quail-show-guidance): Don't show guidance if
8107         input-method-use-echo-area is non-nil.
8109 2004-12-21  Richard M. Stallman  <rms@gnu.org>
8111         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
8113 2004-12-21  Markus Rost  <rost@ias.edu>
8115         * calendar/diary-lib.el (mark-diary-entries):
8116         Set mark-diary-entries-in-calendar only after checking for diary-file.
8118 2004-12-21  Richard M. Stallman  <rms@gnu.org>
8120         * faces.el (escape-glyph): Use blue against light foreground.
8122         * simple.el (undo-outer-limit-truncate): New function.
8123         (undo-outer-limit-function): Use undo-outer-limit-truncate.
8125 2004-12-21  Eli Barzilay  <eli@barzilay.org>
8127         * calculator.el (calculator-radix-grouping-mode)
8128         (calculator-radix-grouping-digits)
8129         (calculator-radix-grouping-separator):
8130         New defcustoms for the new radix grouping mode functionality.
8131         (calculator-mode-hook): Now used in electric mode too,
8132         (calculator): Call it.
8133         (calculator-mode-map): Some new keys.
8134         (calculator-message): New function.  Some new calls.
8135         (calculator-op, calculator-set-register): Use it.
8136         (calculator-string-to-number): New function, mostly moved and
8137         updated code from calculator-curnum-value.
8138         (calculator-curnum-value): Use it.
8139         (calculator-paste): Use it, and update grabbing the current-kill.
8140         (calculator-rotate-displayer)
8141         (calculator-rotate-displayer-back): Toggle digit grouping when
8142         in radix mode, use calculator-message.
8143         (calculator-displayer-prev, calculator-displayer-next):
8144         Change digit group size when in radix mode.
8145         (calculator-number-to-string): Rename from
8146         calculator-num-to-string.  Now deals with digit grouping in
8147         radix mode.
8148         (calculator-update-display, calculator-put-value): Use the new name.
8149         (calculator-fact): Return a floating point number.
8150         (calculator-mode): Doc fix.
8152 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
8154         * calendar/calendar.el (view-other-diary-entries): Add autoload.
8155         * calendar/diary-lib.el (view-other-diary-entries):
8156         Use current-prefix-arg in interactive spec.
8158 2004-12-19  Jay Belanger  <belanger@truman.edu>
8160         * calc/calc-aent.el (calcAlg-blank-matching-open):
8161         Temporarily adjust the syntax of both delimiters of half-open intervals.
8163 2004-12-19  Kim F. Storm  <storm@cua.dk>
8165         * mouse.el (mouse-1-click-follows-link): Doc fix.
8167 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8169         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
8170         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
8171         instead of centraleuropean as the name
8173 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
8175         Sync with Tramp 2.0.46.
8177         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
8178         parameters wrt Tramp convention.
8179         (tramp-handle-file-attributes-with-perl)
8180         (tramp-handle-directory-files-and-attributes): Apply it.
8181         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
8182         `copy-program'.  Reported by Zack Weinberg
8183         <zack@codesourcery.com>.
8184         (top): Set `edebug-form-spec' property directly rather than
8185         calling `def-edebug-spec'.
8187         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
8188         advice less fragile.  Surround temporary redefinition of
8189         `substitute-in-file-name' with `unwind-protect'.  Suggested by
8190         Matt Hodges <MPHodges@member.fsf.org>.
8192 2004-12-17  Juri Linkov  <juri@jurta.org>
8194         * replace.el (occur-accumulate-lines, occur-engine):
8195         Make forcing deferred font-lock fontification jit-specific.
8197 2004-12-17  Kim F. Storm  <storm@cua.dk>
8199         * mouse.el (mouse-1-click-follows-link): New defcustom.
8200         (mouse-on-link-p): New function.
8201         (mouse-drag-region-1): Implement mouse-1-click-follows-link
8202         functionality.  Map a mouse-1 click event into a mouse-2 (or
8203         other) event when position is inside a link.
8205         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
8206         prefix in tooltip text with "mouse-1" when this is a link
8207         recognized by mouse-1-click-follows-link functionality.
8209         * help.el (describe-key): Report effective and original binding
8210         for mouse-1 when clicked on a link.
8211         (describe-mode): Add follow-link property to "minor-mode" button.
8213         * help-fns.el (describe-variable): Add follow-link property to
8214         "below" button.
8216         * help-mode.el (help-xref): Add follow-link property.
8218         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
8219         (apropos-command, apropos-variable, apropos-face, apropos-group)
8220         (apropos-widget, apropos-plist): Add follow-link property.
8222         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
8223         checks if position is in a filename, rather than some other
8224         clickable item.  Function looks for cvs-filename-face at position.
8226         * wid-edit.el (widget-specify-field, widget-specify-button):
8227         Map a :follow-link keyword into a follow-link property.
8228         (link): Add :follow-link keyword, map to RET binding.
8230         * dired.el (dired-mode-map): Map follow-link to mouse-face.
8232         * progmodes/compile.el (compilation-minor-mode-map)
8233         (compilation-button-map, compilation-mode-map): Likewise.
8235 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
8237         * play/zone.el (zone): Init `line-spacing' from orig buffer.
8238         (zone-replace-char): Take `count' and `del-count'
8239         instead of `direction'.  Update callers.  When `del-count' is
8240         non-nil, delete that many characters, otherwise `count' characters
8241         backwards.  Insert the newly-replaced string `count' times.
8242         (zone-fret): Handle chars w/ width greater than one.
8243         (zone-fall-through-ws): No longer take window width `ww'.
8244         Update callers.  Add handling for `char-width' greater than one.
8245         (zone-pgm-drip): Update var holding window-end position every cycle.
8247 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
8249         * vc.el (vc-default-update-changelog): Use insert-file-contents,
8250         rather than insert-file.
8252 2004-12-16  Jay Belanger  <belanger@truman.edu>
8254         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
8255         (math-init-random-base, math-random-digit): Check to see if
8256         var-RandSeed is bound.
8257         (math-random-last): Declare it.
8258         (math-random-digit): Don't make math-random-last local.
8260 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
8262         * play/zone.el (zone): Fix omission bug: Use a self-disabling
8263         one-shot thunk for uniform (error, quit, normal) recovery.
8264         Reported by John Paul Wallington.
8265         (zone-pgm-random-life): Fix bug:
8266         Recognize empty initial field by lack of "@" chars.
8268 2004-12-16  Juri Linkov  <juri@jurta.org>
8270         * help.el (function-called-at-point):
8271         * help-fns.el (variable-at-point): As a last resort try stripping
8272         non-word prefixes and suffixes.
8274         * descr-text.el (describe-property-list): Don't treat syntax-table
8275         specially.  Use describe-text-sexp which inserts [show] button
8276         for large objects and handles printing errors.  Sort properties
8277         by names in alphabetical order instead of by value sizes.
8278         Add `mouse-face' to list of properties for `describe-face' widget.
8279         (describe-char): Mask out face-id from 19 bits of character.
8280         Print face-id separately.
8282         * replace.el (occur-accumulate-lines, occur-engine):
8283         Fontify unfontified matching lines in the source buffer
8284         before copying them.
8285         (occur-engine): Don't put mouse-face on context lines.
8286         (occur-next-error): Set point to line beginning/end
8287         before searching for prev/next property to skip multiple
8288         matches on a line (not supported by occur engine).
8289         Remove redundant prefix-numeric-value.
8291 2004-12-15  Juri Linkov  <juri@jurta.org>
8293         * replace.el (match): New face.
8294         (list-matching-lines-face): Change default from `bold' to `match'.
8296         * progmodes/grep.el (grep-match-face): New defvar.
8297         (grep-mode-font-lock-keywords): Use grep-match-face instead of
8298         compilation-column-face to highlight grep matches.
8300         * apropos.el (apropos-match-face): Change default from
8301         `secondary-selection' to `match'.
8303         * info-look.el (info-lookup-highlight-face): Change default from
8304         `highlight' to `match'.
8306 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
8308         * progmodes/executable.el (executable-interpret): Eliminate
8309         obsolete compile-internal, and switch to comint for interaction.
8311 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
8313         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
8314         `&&' when skipping multiple statements on a line.
8316 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
8318         * play/zone.el (zone): Set `truncate-lines'.
8319         Also, init `tab-width' with value from original buffer.
8320         (zone-shift-up): Rewrite for speed.
8321         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
8322         (zone-pgm-jitter): Remove redundant entries from ops vector.
8323         (zone-exploding-remove): Reduce iteration count.
8324         (zone-cpos): Convert to defsubst.
8325         (zone-replace-char): New defsubst.
8326         (zone-park/sit-for): Likewise.
8327         (zone-fret): Take window-start arg.
8328         Update callers.  Use `zone-park/sit-for'.
8329         (zone-fill-out-screen): Rewrite.
8330         (zone-fall-through-ws): Likewise.  Update callers.
8331         (zone-pgm-drip): Use `zone-replace-char'.
8332         Move var inits before while-loop.  Use `zone-park/sit-for'.
8333         (zone-pgm-random-life): Handle empty initial field.
8334         Use `zone-replace-char' and `zone-park/sit-for'.
8336 2004-12-15  Juri Linkov  <juri@jurta.org>
8338         * isearch.el (isearch-update): Test isearch-lazy-highlight
8339         before calling isearch-lazy-highlight-new-loop.
8340         (isearch-lazy-highlight-new-loop):
8341         Don't test isearch-lazy-highlight.
8343         * replace.el (perform-replace): Add isearch-case-fold-search.
8344         Use delimited-flag for isearch-regexp.
8345         Reset isearch-lazy-highlight-last-string to force lazy
8346         highlighting when called from isearch mode.
8347         (query-replace-highlight): Revert defcustom type to boolean.
8348         (query-replace-lazy-highlight): New defcustom.
8349         (query-replace): New face.
8350         (perform-replace, replace-highlight, replace-dehighlight):
8351         Test query-replace-lazy-highlight instead of special value
8352         `isearch' of query-replace-highlight.
8353         (replace-dehighlight): Don't call isearch-dehighlight.
8354         (replace-highlight): Don't call isearch-highlight.
8355         Use face `query-replace' unconditionally.
8357 2004-12-14  Kim F. Storm  <storm@cua.dk>
8359         * simple.el (inhibit-mark-movement): Remove defvar.
8360         (beginning-of-buffer, end-of-buffer): Don't use it.
8362         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8363         Don't use inhibit-mark-movement.
8365         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
8366         (cua--undo-push-mark): Remove.
8367         (cua--pre-command-handler, cua--post-command-handler):
8368         Don't fiddle with inhibit-mark-movement.
8370 2004-12-14  Juri Linkov  <juri@jurta.org>
8372         * buff-menu.el (list-buffers-noselect): Collect internal info
8373         for every buffer in BUFFER-LIST arg too.
8374         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
8375         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
8376         Bind same-window-buffer-names and same-window-regexps to nil.
8378 2004-12-13  Juri Linkov  <juri@jurta.org>
8380         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
8382         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
8383         (sc-cite-region, sc-uncite-region, sc-recite-region):
8384         Fix previous change to handle not alist as a symbol, but
8385         a citation frame as a symbol that represents a variable name.
8387 2004-12-13  Richard M. Stallman  <rms@gnu.org>
8389         * filecache.el (file-cache-add-directory-using-find):
8390         Only set up file-cache-find-command-posix-flag if we will use it.
8392         * bindings.el (mode-line-buffer-identification-keymap):
8393         Don't cancel the mode-line's usual down-mouse-1 binding.
8395         * cus-edit.el (custom-face-selected): Handle `default' specs.
8396         (custom-face-edit): Increase extra-offset.
8397         (custom-display): Handle `default' specs.
8399         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
8401         * emacs-lisp/elint.el (elint-standard-variables)
8402         (elint-unknown-builtin-args): Move definitions up.
8404         * net/browse-url.el (browse-url-url-at-point): Add autoload.
8406         * info.el (info-xref-visited): Use `default' instead of t.
8407         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
8409         * faces.el (header-line, mode-line-inactive, tool-bar):
8410         Use `default' instead of t for setting the defaults.
8411         (face-spec-choose): Separate `t' from `default'.
8413         * subr.el (while-no-input): New macro.
8415 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
8417         * filecache.el (file-cache-add-directory-using-find):
8418         Only test file-cache-find-command-posix-flag on some systems.
8420 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8422         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8423         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8424         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8425         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8426         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8428 2004-12-12  Juri Linkov  <juri@jurta.org>
8430         * files.el (find-file-other-window, find-file-other-frame):
8431         Add the first buffer to the returned value to return the complete
8432         list of all visited buffers.
8433         (find-file-read-only, find-file-read-only-other-window)
8434         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8435         `find-file-read-args'.  Signal an error about non-existent file
8436         only if file name doesn't contain wildcards.  Toggle read-only in
8437         all visited buffers.
8438         (find-alternate-file, find-alternate-file-other-window):
8439         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
8440         called interactively.  Pass arg `wildcards' to other functions.
8441         (find-file-noselect): Doc fix.
8443         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8444         Doc fix.
8445         (ffap-directory-finder): New variable.
8446         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8447         (ffap-file-at-point): Add /* to immediately rejected names.
8448         Return absolute file names matching ffap-dired-wildcards.
8449         (ffap-read-file-or-url): Set default value for `completing-read'
8450         to `buffer-file-name'.
8451         (find-file-at-point): When filename matches ffap-dired-wildcards,
8452         call ffap-file-finder with t arg `wildcards', instead of dired.
8453         (ffap-other-window, ffap-other-frame): Return visited buffers.
8454         (ffap-read-only, ffap-read-only-other-window)
8455         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8456         (dired-at-point): Call ffap-directory-finder instead of dired.
8457         (ffap-dired-other-window, ffap-dired-other-frame)
8458         (ffap-list-directory): New commands.
8459         (ffap-bindings): New keybindings for new commands.
8461 2004-12-12  Juri Linkov  <juri@jurta.org>
8463         * simple.el (beginning-of-buffer, end-of-buffer):
8464         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8465         Do not push mark when mark is active in transient-mark-mode.
8467         * simple.el (mark-word):
8468         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8469         * textmodes/paragraphs.el (mark-paragraph):
8470         Extend the region when mark is active in transient-mark-mode,
8471         regardless of the last command.  Doc fix.
8473         * simple.el (mark-word): Preserve direction when repeating.
8474         Make arg optional.  Interactive "p" -> "P".
8475         (transient-mark-mode, inhibit-mark-movement): Doc fix.
8477         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8478         preserving direction, to mark forward instead of backward when mark
8479         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8481 2004-12-12  Juri Linkov  <juri@jurta.org>
8483         * isearch.el (isearch-edit-string): Set 7th arg of
8484         `read-from-minibuffer' to `t' to inherit the current input
8485         method (whose name is indicated by [IM] in the minibuffer prompt)
8486         from the current buffer to the minibuffer.
8487         (isearch-lazy-highlight-update): Put body to `with-local-quit'
8488         to allow C-g quitting for lazy highlighting looping inside the
8489         search with nested repetition operators.  Add overlay to the list
8490         before setting its face and other properties to avoid the case of
8491         code quitting after placing the new overlay but before it's
8492         recorded on the list.  Select the window where isearch was
8493         activated, to highlight matches in the right window when isearch
8494         switches the current window to the minibuffer.
8496         * international/isearch-x.el
8497         (isearch-process-search-multibyte-characters):
8498         Use `isearch-message' as initial input for `read-string' instead
8499         of adding it to the minibuffer prompt.  After reading a string
8500         remove the initial value of `isearch-message' from the string.
8502         * replace.el (replace-match-maybe-edit): Doc fix.
8503         (perform-replace): Don't call `replace-highlight' when automatic
8504         replacement is requested in literal mode, since it is intended
8505         only to highlight words during entering a new replacement string
8506         for \? in non-literal mode.
8508         * replace.el (query-replace-highlight): Add new value `isearch'
8509         that allows query replacement to use isearch highlighting.
8510         Change type from `boolean' to `choice'.  Doc fix.
8511         (replace-highlight, replace-dehighlight, perform-replace):
8512         Use isearch highlighting if query-replace-highlight eq `isearch'.
8514 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8516         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8517         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8519         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8520         case of \end{verbatim}.
8522 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
8524         * term.el (term-termcap-format): Synchronyze with terminfo.
8525         (term-emulate-terminal): Handle reset.
8526         (term-reset-terminal): New function.
8528 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
8530         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8531         (zone-fill-out-screen): New func.
8532         (zone-pgm-drip): Use `zone-fill-out-screen'.
8533         Also, no longer go to point-min on every cycle.
8534         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8535         (zone-pgm-random-life-wait): New user var.
8536         (zone-pgm-random-life): New func.
8538 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
8540         * files.el (auto-mode-alist): Map .com to DCL mode.
8542 2004-12-09  Richard M. Stallman  <rms@gnu.org>
8544         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8546 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
8548         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8549         buffer with a display margin.
8551 2004-12-08  Jay Belanger  <belanger@truman.edu>
8553         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8554         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8556 2004-12-08  Richard M. Stallman  <rms@gnu.org>
8558         * faces.el: Delete code to set display table.
8559         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
8561 2004-12-08  Jay Belanger  <belanger@truman.edu>
8563         * calc/calc.el: Add math-read-preprocess-string to autoloads.
8565         * calc/calc-ext.el (math-read-replacement-list)
8566         (math-read-superscripts, math-read-preprocess-string): Move to
8567         calc-aent.el.
8569         * calc/calc-aent.el (math-read-replacement-list)
8570         (math-read-superscripts, math-read-preprocess-string): Move from
8571         calc-ext.el.
8573 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8575         * isearch.el (isearch-quote-char): Fix up typo in last change.
8577 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
8579         * mouse.el (mouse-set-font): Handle the case where the command was
8580         not invoked using the mouse.
8582         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8583         (edmacro-finish-edit): Further update for keyboard macros that are
8584         lambda forms.
8585         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8587 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8589         * font-lock.el (font-lock-unfontify-region): Save buffer state.
8590         (font-lock-default-unfontify-region): Don't save buffer state any more.
8592 2004-12-07  Jay Belanger  <belanger@truman.edu>
8594         * calc/calc-help.el (calc-describe-key):
8595         Set calc-summary-indentation even when Calc Summary buffer exists.
8597 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
8599         * calendar/holidays.el (holiday-easter-etc): Make arguments
8600         optional for backwards compatibility.  Doc fix.
8601         Remove un-necessary local vars mandatory, output-list.
8602         (holiday-advent): Make arguments optional for backwards
8603         compatibility.  Doc fix.
8605 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8607         * paren.el (show-paren-function): Fix last change (2004-12-02).
8609         * international/mule-util.el (char-displayable-p): Return nil for
8610         unibyte mode.
8612         * subr.el (subregexp-context-p): New function.
8614         * isearch.el (isearch-quote-char): Use it.
8616         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8617         (regexp-opt-not-groupie*-re): Remove.
8618         (regexp-opt): Properly handle inputs with duplicate entries.
8620 2004-12-06  Richard M. Stallman  <rms@gnu.org>
8622         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8624         * cus-edit.el (custom-file): Doc fix.
8626         * textmodes/org.el: New file.
8628 2004-12-06  Kenichi Handa  <handa@m17n.org>
8630         * ldefs-boot.el: Update international/mule-util.el section.
8632 2004-12-05  Sam Steingold  <sds@gnu.org>
8634         * net/tramp.el (tramp-handle-file-accessible-directory-p):
8635         Fix `tramp-time-diff' comparison logic.
8637 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
8639         * progmodes/which-func.el (which-function):
8640         Use `run-hook-with-args-until-success' instead of a custom loop.
8641         Fixes bug with local hooks.
8643 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8645         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8646         Use delete-dups when calculating the initial value.
8647         (bibtex-autokey-get-title): Use <=.
8648         (bibtex-goto-line): New function.
8649         (bibtex-reposition-window): Use line numbers instead of point
8650         positions.  Use window-body-height.
8651         (bibtex-find-crossref): Use bibtex-reposition-window.
8652         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
8653         position of entry if key is found or nil if not found.
8655 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8657         * cus-edit.el (custom-file): Doc fix.
8659         * progmodes/sh-script.el (sh-indent-for-then): Change default.
8661 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8663         * simple.el (blink-matching-open):
8664         * textmodes/tex-mode.el (tex-validate-region):
8665         Obey syntax-table text properties.
8667 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
8669         * wid-edit.el (widget-specify-field): Add `real-field' property to
8670         boundary.
8671         (widget-field-at): Use it.
8673 2004-12-02  Richard M. Stallman  <rms@gnu.org>
8675         * progmodes/cc-mode.el (awk-mode autoload):
8676         Supply t meaning interactive function.
8678         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
8679         (isearch-mode-map): No special definition for space.
8680         (isearch-whitespace-chars): Command deleted.
8681         (isearch-forward-regexp): Doc fix.
8682         (isearch-quote-char): When a space is not inside brackets,
8683         use `[ ]' instead of just space.
8684         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8686         * imenu.el (imenu--generic-function): Delete code to exclude
8687         matches in comments.
8689         * man.el (Man-reverse-face): Change default to `highlight'.
8691         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8692         (occur-engine): Use `face' prop rather than `font-lock-face'
8693         when specifying use of `match-face'.
8694         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8696         * emacs-lisp/elint.el (elint-standard-variables): Update list.
8698         * add-log.el (add-log-current-defun): Handle the case where point
8699         is in the header part of a DEFUN construct.
8701 2004-12-02  Dave Love  <fx@gnu.org>
8703         * progmodes/python.el (python-font-lock-syntactic-keywords):
8704         Fix previous change.
8706 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
8708         * paren.el (show-paren-function): Check for matching chars
8709         specified by text props.
8711 2004-12-02  Jay Belanger  <belanger@truman.edu>
8713         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8714         when reading a new key sequence.
8716 2004-12-02  Kim F. Storm  <storm@cua.dk>
8718         * faces.el (escape-glyph): Rename from glyph.
8719         (standard-display-table): Set it here.  Add escape-glyph face to
8720         extra slot characters.
8722         * disp-table.el: Undo 2004-12-01 change.  Display table is now
8723         setup in faces.el.
8725 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
8727         * xml.el (xml-parse-dtd): Don't show validity messages when
8728         xml-validating-parser is nil.
8729         (xml-substitute-special): Fix validity error messages to
8730         actually show the unexpandable entity.  Added validity error if &
8731         isn't followed by an entity.
8732         (xml-parse-tag): Concatenate any string following the a
8733         <![CDATA[]]> section to the parsed CDATA.
8734         (xml-parse-dtd): Skip parameter entity declarations and use of
8735         parameter entities.
8737 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
8739         * kmacro.el (kmacro-default-counter-format): New var.
8740         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
8741         (kmacro-display): Remove `nil' from `and' form.  Delete call to
8742         `format' inside `message'.
8743         (kmacro-start-macro): Use `kmacro-default-counter-format'.
8745 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8747         * pcvs.el (cvs-header-msg): New function.
8748         (cvs-update-header): Use it.  Change calling convention.
8749         Correctly handle the case of having simultaneous active processes.
8750         (cvs-sentinel): Don't call cvs-update-header any more.
8751         (cvs-mode-run): Update call and add cvs-update-header to postproc.
8753 2004-12-01  Jay Belanger  <belanger@truman.edu>
8755         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8756         Change message.
8758 2004-12-01  Juri Linkov  <juri@jurta.org>
8760         * progmodes/prolog.el (prolog-mode-variables):
8761         Fix imenu-generic-expression.
8763 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
8765         * faces.el (glyph): New face.
8767         * disp-table.el: Add an autoloaded table, that doesn't require
8768         this library, with glyph face.
8770         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8771         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8772         (conf-quote-normal): Allow normalizing only ' or ".
8773         (conf-mode): Regexp-quote constructed comment-start and don't
8774         match section {} where "name" contains braces.
8776         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8777         files.
8779 2004-12-01  Kenichi Handa  <handa@m17n.org>
8781         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8782         (x-select-text): Don't treat eight-bit-control/graphic chars
8783         specially.  Store the encoded text in the X cut buffer.
8784         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8785         with x-last-selected-text-cut-encoded.
8787 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8789         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8791 2004-11-30  Markus Rost  <rost@ias.edu>
8793         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8794         AUCTeX.
8796 2004-11-30  Jay Belanger  <belanger@truman.edu>
8798         * calc/calc-arith.el (math-possible-signs): Made stronger checks
8799         on signs of intervals.
8800         (math-pow-of-zero): Strengthen checks for positive and negative
8801         exponents.
8803         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8804         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8805         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8806         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8807         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8808         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8809         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8810         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8811         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8812         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8813         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8814         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8815         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8816         with provide statements.
8818         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8820         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8822         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8823         (calc-load-everything, math-defsimplify): Replace dummy autoloading
8824         functions by require statements.
8825         (math-defsimplify): Move to calc-alg.el, add to autoloads.
8827         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8828         (calc-gnuplot-print): Give them values.
8830         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8831         autoloads.
8832         Add calc-do-embedded-activate to autoloads.
8833         (calc-gnuplot-name, calc-gnuplot-plot-command)
8834         (calc-gnuplot-print-command): Move them to calc-graph.el.
8836 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8838         * term/mac-win.el (ccl-encode-mac-roman-font)
8839         (ccl-encode-mac-cyrillic-font)
8840         (ccl-encode-mac-centraleuropean-font, encoder-list)
8841         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8842         Support Cyrillic, CentralEuropean, and Dingbat font display
8844 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
8846         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8848         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8849         still nil.
8851 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
8853         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8854         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8856 2004-11-29  Jay Belanger  <belanger@truman.edu>
8858         * calc/calc-arith.el (math-pow-of-zero): Take into account different
8859         cases of the base and exponent.
8861 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
8863         * simple.el (next-error-buffer-p): Allow for inclusive and
8864         exclusive tests for finding a buffer.
8865         (next-error-find-buffer): Pass the exclusive and inclusive tests
8866         to next-error-buffer-p.
8868         * replace.el (occur-next-error): Switch to the Occur buffer when
8869         appropriate, use the exclusive filter to next-error-find-buffer to
8870         do it.  Use the absolute value of the motion amount.
8872 2004-11-29  Kenichi Handa  <handa@m17n.org>
8874         * startup.el (command-line): Decode all default-directory by
8875         locale-coding-system.
8877 2004-11-29  Jay Belanger  <belanger@truman.edu>
8879         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8880         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8881         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8882         Replace calls to calc-extensions by appropriate require, replace
8883         calc-extensions-loaded by appropriate featurep.
8885         * calc/calc-ext.el: Move require to end of file.
8886         Remove redundant loading of calc.el.
8887         (calc-extensions-loaded): Remove unnecessary variable.
8888         (calc-extensions): Remove unnecessary function.
8889         (calc-load-everything): Replace calc-need-macros by appropriate require.
8891         * calc/calc-macs.el: Move provide to end of file.
8892         (calc-need-macros): Remove unnecessary function.
8894         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8895         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8896         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8897         Replace calc-extensions by appropriate require.
8898         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8900         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8901         Replace calc-need-macros by appropriate require.
8903         * calc/calc.el: Move require to end of file.
8904         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8905         Remove unnecessary variable.
8906         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8907         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8908         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8909         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8910         (math-stack-value-offset, math-format-value, math-format-flat-expr)
8911         (math-format-number, math-format-bignum, math-read-number)
8912         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8913         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8914         by appropriate require.
8915         (calc-check-defines): Replace calc-need-macros by appropriate require.
8917 2004-11-29  Kim F. Storm  <storm@cua.dk>
8919         * macros.el (insert-kbd-macro): Handle kmacro functions.
8921 2004-11-28  Juri Linkov  <juri@jurta.org>
8923         * compare-w.el (compare-windows-highlight): Attach each overlay
8924         to its window to properly highlight differences while comparing
8925         two windows of the same buffer.  Fix arguments.
8926         (compare-windows-sync-default-function): Fix arguments of
8927         `compare-windows-highlight'.
8929         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8930         Use `read-expression-history'.  Set initial contents only if
8931         `edebug-global-break-condition' is non-nil.  Set histpos to 1
8932         if initial contents is equal to the last history element.
8933         (edebug-set-conditional-breakpoint): Instead of temporarily
8934         prepending the current condition to the history, set initial
8935         contents to the current condition.  Set histpos to 1 if initial
8936         contents is equal to the last history element.
8938         * info.el (Info-search-whitespace-regexp): Remove shy group.
8939         (Info-search): Forward line if search is on the header line.
8940         Use search-whitespace-regexp in two other places.
8942 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
8944         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8945         warning.  Delay real definition, which uses
8946         `set-fringe-indicators-1' till after the definition of that function.
8948 2004-11-28  Kim F. Storm  <storm@cua.dk>
8950         * fringe.el (fringe): New defgroup.
8951         (fringe-mode): Move to fringe group.
8952         (fringe-indicators): New defcustom.
8953         (set-fringe-indicators-1): New defun.
8955         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8956         (menu-bar-showhide-fringe-ind-menu): New keymap.
8957         (menu-bar-showhide-fringe-ind-empty)
8958         (menu-bar-showhide-fringe-ind-mixed)
8959         (menu-bar-showhide-fringe-ind-box)
8960         (menu-bar-showhide-fringe-ind-right)
8961         (menu-bar-showhide-fringe-ind-left)
8962         (menu-bar-showhide-fringe-ind-none): New defuns.
8963         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8965 2004-11-27  Richard M. Stallman  <rms@gnu.org>
8967         * comint.el (comint-read-noecho): Add trivial compatibility definition.
8969         * generic.el (define-generic-mode): Doc fix.
8971         * menu-bar.el (menu-bar-options-save): For the options
8972         that are toggled with menu-bar-make-mm-toggle, don't check
8973         for customized-value prop.
8975 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
8977         * mail/supercite.el (sc-cite-region): Handle the case where
8978         sc-cite-frame-alist is a symbol.
8979         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8980         a symbol.
8981         (sc-recite-region): Handle the case where sc-recite-frame-alist is
8982         a symbol.
8984 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
8986         * wid-edit.el (widget-narrow-to-field): New function.
8987         (widget-complete): Use it.
8989 2004-11-27  Jay Belanger  <belanger@truman.edu>
8991         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8992         variable.
8993         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8994         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8995         (math-alg-inequalities): Move declaration to earlier in the file.
8997         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8998         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8999         Declare them.
9001         * calc/calc-lang.el (math-expr-data, math-expr-token)
9002         (math-exp-old-pos): Declare them.
9004         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
9005         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
9007 2004-11-27  Kim F. Storm  <storm@cua.dk>
9009         * progmodes/flymake.el: Use (featurep 'xemacs).
9010         (flymake-makehash): Change to defsubst.  Use fboundp.
9011         (flymake-time-to-float): Remove.
9012         (flymake-float-time): Merge code from flymake-time-to-float here.
9013         (flymake-replace-regexp-in-string): Change to defsubst.
9014         (flymake-split-string-remove-empty-edges):
9015         Rename to flymake-split-string.
9016         (flymake-split-string): Remove previous defalias.
9017         (flymake-get-temp-dir): Change to defsubst.
9018         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
9019         Define for xemacs only.
9020         (flymake-master-file-count-limit): Change into compiler defvar only.
9021         (flymake-find-possible-master-files): Let-bind it dynamically while
9022         sorting files using flymake-master-file-compare.
9024 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9026         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
9027         of defun-prompt-regexp matches inside a comment/string but the
9028         beginning is correctly outside everything.
9030         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
9031         appears within a string or a comment.
9033         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
9034         rather than make-symbol for symbols which are used in
9035         a symbol-macrolet or equivalent.
9037 2004-11-26  Jay Belanger  <belanger@truman.edu>
9039         * calc-misc.el (calc-last-why-command): Declare it.
9041         * calc-vec.el (math-grade-vec): New variable.
9042         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
9043         Replace variable grade-vec by declared variable.
9044         (math-rb-close): New variable.
9045         (math-read-brackets, math-read-vector): Replace variable close by
9046         declared variable.
9048         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
9049         (calc-one-window, calc-edit-handler, calc-restore-trail)
9050         (calc-allow-ret): Declare them.
9052         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
9053         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
9054         (math-radix-float-cache-tag, math-random-cache)
9055         (math-max-digits-cache, math-integral-cache, math-units-table)
9056         (math-format-date-cache, math-holidays-cache-tag): Declare them.
9057         (math-moc-func): New variable.
9058         (math-map-over-constants, math-map-over-constants-rec):
9059         Replace variable func by declared variable.
9061         * calc/calc-store.el (calc-given-value, calc-store-opers):
9062         Declare them.
9063         (calc-var-name-map): Move declaration to earlier in the file.
9064         (calc-pv-pos): New variable.
9065         (calc-permanent-variable, calc-insert-permanent-variable):
9066         Replace variable pos by declared variable.
9068         * calc/calc-mtx.el (calc-det-lu): New variable.
9069         (math-det-raw, math-det-step): Replace variable lu by declared variable.
9071         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
9072         (math-multi-subst, math-multi-subst-rec): Replace variables temp
9073         and arg by declared variables.
9074         (calcFunc-reducer): Fix incorrect variable.
9075         (math-inner-mul-func, math-inner-add-func): New variables.
9076         (calcFunc-inner, math-inner-mats): Replace variables mul-func
9077         and add-func by declared variables.
9079         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
9080         (calc-digit-value): Declare them.
9082         * calc/calc-help.el (Info-history): Declare it.
9083         (calc-describe-key): Make calc-summary-indentation a local variable.
9084         (calc-help-long-names): Move declaration to earlier in file.
9086         * calc/calc-embed.el (calc-original-buffer): Declare it.
9087         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
9088         (calc-embed-bot): New variables.
9089         (calc-do-embedded, calc-embedded-mark-formula)
9090         (calc-embedded-find-bounds, calc-embedded-duplicate)
9091         (calc-embedded-new-formula, calc-embedded-make-info):
9092         Replace vars outer-top, outer-bot, bot and top by declared variables.
9093         (calc-embed-prev-modes): New variable.
9094         (calc-embedded-set-modes, calc-embedded-update): Replace variable
9095         prev-modes with declared variable.
9096         (calc-embed-vars-used): New variable.
9097         (calc-embedded-make-info, calc-embedded-evaluate-expr)
9098         (calc-embedded-update, calc-embedded-find-vars): Replace variable
9099         vars-used by declared variable.
9101         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
9102         (math-format-radix-float): Remove unnecessary setq.
9103         (math-radix-float-cache): Declare it.
9105         * calc/calcsel2.el (calc-keep-selection): Declare it.
9107         * calc/calc-maint.el: Remove file.
9109 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9111         * textmodes/bibtex.el (bibtex-sort-entry-class)
9112         (bibtex-comment-start): Use defcustom.
9113         (bibtex-entry-field-alist): Use nil if initial content of the
9114         field is undefined.  Fix docstring.
9115         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
9116         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
9117         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
9118         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
9119         Fix docstring.
9120         (bibtex-autokey-title-terminators): Use only one regexp.
9121         (bibtex-string-maybe-empty-head): New variable.
9122         (bibtex-remove-delimiters-string): New function.
9123         (bibtex-text-in-field-bounds, bibtex-text-in-string):
9124         Use bibtex-remove-delimiters-string.
9125         (bibtex-progress-message, bibtex-field-left-delimiter)
9126         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
9127         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
9128         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
9129         Simplify.
9130         (bibtex-format-entry): Use save-excursion for inherited booktitle.
9131         Use eq and bibtex-remove-delimiters-string.  For end markers use
9132         insertion type so that marker stays after inserted text.
9133         (bibtex-autokey-get-names): Return empty string if name is missing.
9134         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
9135         calling bibtex-autokey-name-case-convert.
9136         (bibtex-autokey-demangle-title):
9137         Call bibtex-autokey-titleword-case-convert.  Remove call to
9138         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
9139         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
9140         (bibtex-read-key): New optional arg global.
9141         (bibtex-files-expand): New optional arg force.
9142         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
9143         (bibtex-complete-crossref-cleanup): Rename from
9144         bibtex-complete-key-cleanup.  Simplify code.
9145         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
9146         Operate on current entry.
9147         (bibtex-button): Add docstring.
9148         (bibtex-entry): Simplify.
9149         (bibtex-make-field): Replace optional arg called-by-yank with more
9150         specific args move and interactive.
9151         (bibtex-end-of-entry): Use forward-sexp.
9152         (bibtex-find-entry-globally): Remove.
9153         (bibtex-find-crossref): Allow for crossref key located in other buffer.
9154         Bound to C-c C-x.
9155         (bibtex-find-entry): New optional args global and display.
9156         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
9157         (bibtex-validate): Use arg force of bibtex-files-expand.
9158         (bibtex-clean-entry): Bugfix, clean string entries properly.
9159         Always keep point at beginning of entry.
9160         (bibtex-complete): Bugfix.  Handle string entries properly.
9161         Call cleanup functions only if needed.
9162         (bibtex-String): Use bibtex-read-string-key.
9163         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
9164         case of replacement text.
9166 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
9168         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
9169         (tramp-perl-directory-files-and-attributes): New constant.
9170         (tramp-file-name-handler-alist): Delete file-directory-files, add
9171         directory-files-and-attributes.
9172         (tramp-perl-file-attributes): Surround uid and gid by double
9173         quotes.  Change parameter id-format from nonnumeric.
9174         (tramp-convert-file-attributes): New function.
9175         (tramp-handle-file-attributes): Use it.
9176         (tramp-maybe-send-perl-script): New function.
9177         (tramp-handle-file-attributes-with-perl): Use it.  Don't convert
9178         file mode.  Change parameter id-format from nonnumeric.
9179         (tramp-handle-file-attributes-with-ls): Change parameter id-format
9180         from nonnumeric.
9181         (tramp-post-connection): Don't send tramp-perl-file-attributes
9182         script.  Reset connection property "perl-scripts".
9183         (tramp-handle-insert-directory): Run real handler when ls-lisp is
9184         in use.
9186 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
9188         * desktop.el (desktop-read): Replace mapcar with mapc.
9189         (desktop-create-buffer): Replace mapcar with mapc.
9190         Remove redundant piece of code.
9192 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
9194         * progmodes/gud.el (gud-display-line): Use display-buffer
9195         for GDB-UI as for GUD.
9197         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
9198         Delete variables.
9199         (gdb-ann3): Don't make GUD buffer dedicated.
9200         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
9201         (gdb-display-source-buffer): Delete function.
9202         (gdb-view-source-function, gdb-view-assembler): Delete functions.
9203         (menu): Delete menu bindings for viewing source/assembler.
9204         (gdb-setup-windows, gdb-restore-windows):
9205         Don't dedicate GUD.  No assembler now.
9206         (gdb-reset): No need to undedicate source buffers now.
9207         (gdb-source-info): No assembler now.
9209 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
9211         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
9212         width to those for special frames.
9213         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
9214         Use display-buffer.
9215         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
9216         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9217         (gdb-frame-assembler-buffer): Rework like
9218         gdb-frame-breakpoints-buffer.
9220 2004-11-25  Richard M. Stallman  <rms@gnu.org>
9222         * progmodes/flymake.el: Reindent.
9223         (flymake-split-string): Turn into defalias.
9224         (flymake-fix-file-name): Rename from flymake-fix-path-name.
9225         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
9226         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
9227         (flymake-build-relative-filename): Rename from ...path.
9228         Fix error message.
9230 2004-11-25  Cheng Gao  <chenggao@gmail.com>
9232         * progmodes/flymake.el: Much whitespace and capitalization change.
9233         Move `provide' to end.  Require `compile' only when compiling.
9235 2004-11-24  Jay Belanger  <belanger@truman.edu>
9237         * calc/calc-alg.el: Added comment.
9238         (math-polynomial-base): Replace variable mpb-top-expr by
9239         math-poly-base-top-expr.
9241         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
9242         (math-polynomial-p1): Replace variable mpb-top-expr by declared
9243         variable.
9244         (math-poly-base-total-base): New variable.
9245         (math-total-polynomial-base, math-polynomial-p1): Replace variable
9246         mpb-total-base by declared variable.
9247         (math-factored-vars, math-to-list): Declare it.
9248         (math-fact-expr): New variable.
9249         (calcFunc-factors, calcFunc-factor, math-factor-expr)
9250         (math-factor-expr-try, math-factor-expr-part): Replace variable
9251         expr by declared variable.
9252         (math-fet-x): New variable.
9253         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
9254         by declared variable.
9255         (math-factor-poly-coefs): Make temp a local variable.
9257         * calc/calc-units.el (calc-convert-units): Make units a local
9258         variable.
9259         (calc-num-units, calc-den-units): New variables.
9260         (calc-explain-units, calc-explain-units-rec): Replace variables
9261         num-units and den-units by declared variables.
9262         (math-cu-unit-list): New variable.
9263         (math-build-units-table, math-compare-unit-names)
9264         (math-convert-units, math-convert-units-rec): Replace variable
9265         unit-list by declared variable.
9266         (math-fbu-base, math-fbu-entry): New variables.
9267         (math-find-base-units, math-find-base-units-rec): Replace variables
9268         base and entry by declared variables.
9269         (math-which-standard): New variable.
9270         (math-to-standard-units, math-to-standard-rec): Replace variable
9271         which-standard by declared variable.
9272         (math-fcu-u): New variable.
9273         (math-find-compatible-unit, math-find-compatible-unit-rec):
9274         Replace variable u by declared variable.
9275         (math-cu-new-units, math-cu-pure): New variables.
9276         (math-convert-units, math-convert-units-rec): Replace variables
9277         new-units and pure by declared variables.
9278         (math-try-cancel-units): New variable.
9279         (math-simplify-units-quotient): Replace variable try-cancel-units by
9280         declared variable.
9282 2004-11-24  Richard M. Stallman  <rms@gnu.org>
9284         * textmodes/ispell.el (ispell-check-version):
9285         If default-directory is nonexistent, use home dir.
9287         * progmodes/grep.el (grep-regexp-alist):
9288         Don't match parens around line numbers.
9290         * progmodes/cperl-mode.el (cperl-indent-region)
9291         (cperl-imenu--create-perl-index, cperl-xsub-scan):
9292         Don't print progress messages.
9294         * progmodes/compile.el (compilation-mode-map):
9295         Don't inherit from compilation-minor-mode-map;
9296         copy its bindings instead.  But the menu bar Compile
9297         entry now does inherit from compilation-menu-map.
9299         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9300         Use with-no-warnings around compiler-macroexpand.
9302         * imenu.el: Don't always require newcomment.
9303         (imenu--generic-function): Call comment-normalize-vars
9304         if we have a comment syntax.
9305         Exit the loop if REGEXP matches the null string.
9306         Test comment-start as well as comment-start-skip
9307         when deciding whether to check for comments.
9309         * tooltip.el (tooltip-mode): Doc fix.
9311         * term.el (term-escape-char, term-mode): Doc fixes.
9313 2004-11-24  Dave Love  <fx@gnu.org>
9315         * progmodes/python.el (python-font-lock-syntactic-keywords):
9316         Check for escapes in the regexp.
9317         (python-quote-syntax): Don't do it here.
9319 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
9321         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
9322         (gdb-frames-mode-map, gdb-threads-mode-map)
9323         (gdb-registers-mode-map, gdb-locals-mode-map)
9324         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
9325         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
9327         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
9328         (dedicated-switch-to-buffer): Rework.
9329         (gdb-var-evaluate-expression-handler, gdb-put-string):
9330         Remove unused variable bindings.
9331         (gdb-setup-windows, gdb-display-buffer):
9332         Simplify.  Use pop-to-buffer.
9333         (gdb-view-source-function): Simplify.
9334         (gdb-frame-breakpoints-buffer):
9335         Use pop-to-buffer, special-display-regexps.
9337 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
9339         * progmodes/f90.el (f90-smart-end)
9340         (f90-previous-statement, f90-beginning-of-block): Doc fix.
9341         (f90-calculate-indent): Handle un-named PROGRAM blocks.
9342         (f90-end-of-block): Doc fix.  Make check of outermost block
9343         conditional on value of `f90-smart-end'.
9344         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
9345         Handle case where END-BLOCK is nil.
9346         (f90-match-end): Handle un-named PROGRAM blocks.
9347         (f90-backslash-not-special): New function.
9349 2004-11-24  Jay Belanger  <belanger@truman.edu>
9351         * calc/calc.el (calc-embedded-active): Removed unnecessary
9352         declaration.
9353         (calc-show-banner): Removed redundant declaration.
9355         * calc/calc-graph.el (calc-gnuplot-default-device)
9356         (calc-gnuplot-default-output, calc-gnuplot-print-device)
9357         (calc-gnuplot-print-output, calc-gnuplot-geometry)
9358         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
9359         Remove redundant initial values.
9361         * calc/calc-arith.el (math-scalar-functions)
9362         (math-nonscalar-functions, math-scalar-if-args-functions)
9363         (math-real-functions, math-positive-functions)
9364         (math-nonnegative-functions, math-real-scalar-functions)
9365         (math-real-if-arg-functions, math-integer-functions)
9366         (math-num-integer-functions, math-rounding-functions)
9367         (math-float-rounding-functions, math-integer-if-args-functions)
9368         (math-super-types): Move declarations to earlier in file.
9369         (math-unit-prefixes): Declared it.
9370         (math-floor-prec, math-trunc-prec): New variables.
9371         (math-trunc-fancy): Replace variable prec by declared variable.
9372         (math-floor-fancy): Replace variable prec by declared variable.
9373         (math-com-bterms): New variable.
9374         (math-commutative-equal, math-commutative-collect):
9375         Replace variable bterms by declared variable.
9377         * calc/calc-misc.el (math-trunc): Replace variable prec by
9378         math-trunc-prec.
9379         (math-floor): Replace variable prec by math-floor-prec.
9381         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
9382         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
9383         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
9384         (math-format-date, math-format-date-part): Replace variables
9385         date, dt, year, month, day, weekday, hour, minute, second and
9386         bc-flag by declared variables.
9387         (math-pd-str): New variable.
9388         (math-parse-date, math-parse-date-word, math-parse-standard-date):
9389         Replace variable str by declared variable.
9390         (math-daylight-savings-hook, math-tzone-names): Move definitions
9391         to earlier in the file.
9392         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
9393         (math-sh-year): New variable.
9394         (math-setup-add-holidays, math-setup-holidays)
9395         (math-setup-year-holidays): Replace variable `year' by declared
9396         variable.
9398         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
9399         New variables.
9400         (math-nth-root-float, math-nth-root-float-iter): Replace variables
9401         n, nf and nfm1 by declared variables.
9402         (math-nri-n): New variable.
9403         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
9404         n by declared variable.
9405         (calcFunc-log): Removed misplaced condition.
9407 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9409         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9411 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
9413         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
9414         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9415         Dedicate gdb-related windows.
9416         (gdb-display-buffer): Dedicate gdb-related windows.
9417         Don't grab other frames.
9418         (gdb-reset): Remove dedicated property after debugging.
9420 2004-11-24  Jay Belanger  <belanger@truman.edu>
9422         * calc/calc-sel.el: Add comment.
9424         * calc/calc.el (math-stack-value-offset): Replace variables c,
9425         wid and off with math-svo-c, math-svo-wid and math-svo-off.
9427         * calc/calccomp.el (math-comp-sel-tag): Declare it.
9428         (math-svo-c, math-svo-wid, math-svo-off): New variables.
9429         (math-stack-value-offset-fancy): Replace variables c, wid and off
9430         by declared variables.
9431         (math-comp-just, math-comp-comma-spc): New variables.
9432         (math-compose-expr, math-compose-matrix): Replace variables `just'
9433         and comma-spc by declared variable.
9434         (math-comp-vector-prec): New variable.
9435         (math-compose-expr, math-compose-matrix, math-compose-rows):
9436         Replace variable vector-prec by declared variable.
9437         (math-comp-left-bracket, math-comp-right-bracket)
9438         (math-comp-comma): New variables.
9439         (math-compose-expr, math-compose-rows): Replace variables
9440         left-bracket, right-bracket and comma by declared variables.
9441         (math-comp-full-width): New variable.
9442         (math-comp-to-string-flat, math-comp-to-string-flat-term):
9443         Replace variable full-width by declared variable.
9444         (math-comp-highlight, math-comp-word, math-comp-level)
9445         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9446         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9447         New variables.
9448         (math-comp-to-string-flat, math-comp-to-string-flat-term)
9449         (math-comp-sel-flat-term): Replace variables comp-highlight,
9450         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9451         declared variables.
9452         (math-comp-simplify, math-comp-simplify-term)
9453         (math-comp-add-string, math-comp-add-string-sel):
9454         Replace variables comp-highlight, comp-buf, comp-base,
9455         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9457 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9459         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9461         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9462         and x-server-version may throw.
9464 2004-11-23  Kim F. Storm  <storm@cua.dk>
9466         * subr.el (substitute-key-definition-key): Optimize.
9467         Don't call indirect-function for nil defn (always signals error).
9469         * ido.el (ido-read-internal): Fix require-match check when
9470         ido-directory-too-big is set.
9472 2004-11-23  Jay Belanger  <belanger@truman.edu>
9474         * calc/calc-ext.el (math-read-replacement-list)
9475         (math-read-superscripts): New variables.
9476         (math-read-preprocess-string): New function.
9477         (math-read-expr): Filter input through math-read-preprocess-string.
9479         * calc/calc-aent.el (math-read-exprs): Filter input through
9480         math-read-preprocess-string.
9482 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
9484         * progmodes/compile.el (compilation-start): In cd command use
9485         substitute-env-vars -- not quite shell compatible but better than
9486         nothing.
9487         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9488         handle the newer versions messages, which are more parseable.
9490 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9492         * reveal.el (reveal-mode-map): New var.
9493         (reveal-mode): Use it.
9495 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
9497         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9498         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9500 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9502         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9503         header-line when needed.
9504         Use fixed-pitch only in the header-line.
9505         Build the underline automatically.  Use emdash if available.
9507 2004-11-22  Richard M. Stallman  <rms@gnu.org>
9509         * dired.el (dired-recursive-copies): Move from dired-aux.el.
9510         * dired-aux.el (dired-recursive-copies): Move to dired.el.
9512 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
9514         * progmodes/gdb-ui.el (gdb-resync): New function.
9515         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9516         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9517         Use it to fail more gracefully.
9518         (gdb-variables): Delete variable.
9519         Re-order variables to reduce byte-compiler warnings.
9521 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9523         * descr-text.el (describe-char):
9524         * paren.el (show-paren-function):
9525         * subr.el (syntax-after): Undo last change.
9527         * progmodes/python.el (run-python): Don't hard code *Python*.
9528         Don't modify global process-environment.
9529         (python-send-region, python-load-file): Don't assume that
9530         python-buffer == (process-buffer (python-proc)).
9531         (python-switch-to-python): Simplify.
9533         * dired.el (dired-align-file): Don't assume line starts with spaces.
9535 2004-11-21  Jay Belanger  <belanger@truman.edu>
9537         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9538         Replace variable `lines' by math-read-big-lines.
9539         (math-read-big-expr): Replace variables the-baseline, the-h2
9540         and err-msg by math-read-big-baseline, math-read-big-h2 and
9541         math-read-err-msg.
9542         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9544         * calc/calc-lang.el (math-read-big-rec): Fix typo.
9545         (math-read-big-balance): Replace unbound variable by value.
9546         (math-read-big-lines): New variable.
9547         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9548         (math-read-big-error, math-read-big-balance): Replace variable
9549         `lines' by declared variable.
9550         (math-read-big-baseline, math-read-big-h2): New variables.
9551         (math-read-big-rec): Replace variables the-baseline and the-h2
9552         by declared variables.
9553         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9554         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9555         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9556         declared variables.
9557         (math-read-big-err-msg): New variable.
9558         (math-read-big-error): Replace variable err-msg by declared variable.
9560 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9562         * ses.el: Add coding cookie.
9563         Fix up docstrings, follow new commenting conventions.
9564         (ses-header-line-menu): Fix missing variable rename for header-row.
9565         (ses-cell-size): Remove.
9566         (ses-make-cell): New function.
9567         (ses-cell, ses-insert-row, ses-insert-column): Use it.
9568         (ses-calculate-cell): Remove unused var `symbol'.
9569         (ses-narrowed-p): New function.
9570         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9571         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9572         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9573         (ses-setup): Use restore-buffer-modified-p.
9574         (ses-cleanup): Remove unused var `end'.
9575         (ses-header-string-left-offset): Remove.
9576         (ses-create-header-string): Adjust to new behavior of `align-to'.
9577         Truncate excessively large fields to preserve alignment.
9578         (ses-reconstruct-all): Remove unused var `refs'.
9579         (ses-read-cell-printer): Remove unused var `prompt'.
9580         (ses-delete-row): Remove unused var `pos'.
9581         (ses-delete-column): Remove unused var `new'.
9583 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9585         * ps-print.el: Insert :version tag into all defgroup and defcustom.
9586         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9587         Eliminate eval-and-compile usage.
9588         (ps-insert-file): Use insert-file-contents instead of insert-file.
9589         (ps-setup): Code fix.
9591         * printing.el (pr-setup, lpr-setup): Code fix.
9593 2004-11-21  Jay Belanger  <belanger@truman.edu>
9595         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9596         (calc-original-buffer): Declare them.
9597         (calc-user-formula-alist): New variable.
9598         (calc-user-define-formula, calc-fix-user-formula)
9599         (calc-user-define-composition, calc-finish-formula-edit):
9600         Replace variable `alist' by declared variable.
9601         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9602         (var-q7, var-q7, var-q8, var-q9): Declare them.
9603         (calc-kbd-push): Don't check to see if var-q0 through var-q9
9604         are bound.
9605         (calcFunc-typeof): Replace undeclared variable by expression.
9606         (math-exp-env): New variable.
9607         (math-define-body, math-define-exp): Replace exp-env by declared var.
9608         (math-define-exp): Replace misplaced variable by expression.
9610         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9611         (calc-curve-model, calc-curve-coefnames): New variables.
9612         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9613         varnames, model and coefnames by declared variables.
9614         (math-root-widen): New variable.
9615         (math-search-root, math-find-root): Replace variable root-widen by
9616         declared variable.
9617         (var-DUMMY): Declare it.
9618         (math-root-vars, math-min-vars): Move the declarations to earlier in
9619         the file.
9620         (math-brent-min): Make d a local variable.
9621         (math-find-minimum): Replace non-existent variable.
9622         (math-ninteg-romberg): Remove unnecessary variable.
9623         (math-ninteg-temp): New variable.
9624         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9625         integ-temp by declared variable.
9626         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9627         New variables.
9628         (math-general-fit): Replace variables first-var, first-coef and
9629         new-coefs by declared variables.
9630         (calcFunc-fitvar): Replace variable first-var by declared variable.
9631         (calcFunc-fitparam): Replace variable first-coef by declared variable.
9632         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9633         (math-all-vars-vars, math-all-vars-found): New variables.
9634         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9635         found by declared variable math-all-vars-vars.
9637 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
9639         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9640         of `defconst'.
9642 2004-11-20  Richard M. Stallman  <rms@gnu.org>
9644         * isearch.el (isearch-mode-map): Don't bind SPC.
9645         (isearch-whitespace-chars): Function deleted.
9646         (isearch-search): Bind search-spaces-regexp.
9647         (isearch-lazy-highlight-search): Likewise.
9648         (search-whitespace-regexp): Doc fix.
9649         (isearch-forward-regexp): Doc fix.
9651         * emacs-lisp/bytecomp.el (byte-compile-form):
9652         Move the calls to byte-compile-set-symbol-position,
9653         to avoid having two for the same symbol occurrence.
9655         * comint.el (comint-input-ring-size): Increase to 150.
9657         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9658         New variables.
9659         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9660         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9662         * imenu.el (imenu--generic-function):
9663         Ensure we keep moving backward even if BEG isn't further back.
9665         * replace.el (query-replace-read-to, query-replace-read-from):
9666         Specify t for KEEP-ALL in read-from-minibuffer.
9668         * progmodes/python.el (python-switch-to-python):
9669         If Python isn't running, start it.
9670         Don't alter debug-ignored-errors.
9672         * progmodes/cperl-mode.el (cperl-indent-region):
9673         Don't mind imenu-scanning-message.
9675         * bindings.el (global-map): Bind C-e to move-end-of-line.
9677         * simple.el (line-move-finish): New arg FORWARD.
9678         Ignore invisible newlines, not intangible ones.
9679         Conditions for acceptable stopping positions depend on FORWARD.
9680         (line-move): Pass FORWARD arg to line-move-finish.
9682         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9683         of HEADER.  Compensate for this change in the code to add display
9684         properties.  Don't make the first line intangible.
9686         * info.el (Info-search): Fix previous change.
9688 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
9690         * Makefile.in (recompile): Revert 2004-11-19 change.
9691         (compile): Likewise.
9693 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
9695         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9697 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9699         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
9700         defgroup and defcustom.  Eliminate eval-and-compile usage.
9702         * progmodes/ebnf-otz.el: Fix typos.
9704 2004-11-19  Jay Belanger  <belanger@truman.edu>
9706         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9707         (calc-edit-finish, calc-finish-stack-edit): Replace variable
9708         disp-trail by declared variable.
9710         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9711         (calc-finish-selection-edit): Replace variable disp-trail by
9712         declared variable.
9713         (calc-selection-cache-entry): Move declaration to earlier in the file.
9714         (calc-selection-cache-num, calc-selection-cache-comp)
9715         (calc-selection-cache-offset, calc-selection-true-num)
9716         (calc-final-point-line, calc-final-point-column)
9717         (calc-original-buffer): Declare them.
9718         (calc-fnp-op, calc-fnp-num): New variables.
9719         (calc-find-nth-part, calc-find-nth-part-rec)
9720         (calc-select-previous): Replace op and num by declared variables.
9721         (calc-rsf-old, calc-rsf-new): New variables.
9722         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9723         Replace variables old and new by declared variables.
9724         (calc-sel-reselect): New variable.
9725         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9726         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9727         (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9728         reselect with declared variable.
9730         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9731         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9732         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9733         (math-import-list, math-rewrite-phase): Declare them.
9734         (math-rewrite): Use let* to declare variables.
9735         (calc-rewrite-selection): Make rules a local variable.
9736         (calc-rewr-sel): New variable.
9737         (calc-rewrite-selection, calc-locate-selection-marker)
9738         (calc-rewrite): Use the declared variable calc-rewr-sel instead
9739         of sel.
9740         (math-rewrite-whole-expr): New variable.
9741         (math-rewrite, math-rewrite-phase): Replace variable expr by
9742         declared variable.
9743         (math-rewrite-heads-heads, math-rewrite-heads-skips)
9744         (math-rewrite-heads-blanks ): New variables.
9745         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9746         heads, skips and blanks by declared variables.
9747         (math-rwcomp-subst-old, math-rwcomp-subst-new)
9748         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9749         New variables.
9750         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9751         old, new, old-func and new-func by declared variables.
9752         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9753         Remove unnecessary variable.
9754         (math-apply-rw-regs): New variable.
9755         (math-apply-rewrites, math-rwapply-replace-regs)
9756         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9757         (math-apply-rw-ruleset): New variable.
9758         (math-apply-rewrites, math-rwapply-remember): Replace variable
9759         ruleset by declared variable.
9761 2004-11-19  Richard M. Stallman  <rms@gnu.org>
9763         * info.el (Info-search): Use search-whitespace-regexp.
9765 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
9767         * vc-rcs.el (vc-rcs-parse): New function.
9768         (vc-rcs-annotate-command): Likewise.
9769         (vc-rcs-annotate-current-time): Likewise.
9770         (vc-rcs-annotate-time): Likewise.
9771         (vc-rcs-annotate-extract-revision-at-line): Likewise.
9773 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
9775         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9777 2004-11-18  Jay Belanger  <belanger@truman.edu>
9779         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9781 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9783         * printing.el: Eliminate use of interactive-p and eval-and-compile.
9784         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9785         Use make-temp-file to generate PostScript files in any situation.
9786         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9787         (pr-interactive-p): Eliminate var.
9788         (pr-save-interactive): Eliminate macro.
9789         (pr-interface, pr-ps-directory-preview)
9790         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9791         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9792         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9793         (pr-ps-buffer-ps-print, pr-ps-region-preview)
9794         (pr-ps-region-using-ghostscript, pr-ps-region-print)
9795         (pr-ps-region-ps-print, pr-ps-mode-preview)
9796         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9797         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9798         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9799         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9800         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9801         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9802         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9803         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9804         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9805         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9806         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9807         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9808         Eliminate pr-save-interactive usage.
9809         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9810         Eliminate pr-interactive-p usage.
9811         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9812         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9813         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9814         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9815         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9816         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9817         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9818         New funs.
9819         (pr-ps-file): Use make-temp-file to generate a temporary file.
9821 2004-11-17  Jay Belanger  <belanger@truman.edu>
9823         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9824         a local variable.
9825         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9826         (math-top-only): New variable.
9827         (math-simplify, math-simplify-step): Replace variable top-only by
9828         declared variable math-top-only.
9829         (math-simplify-expr): Declare it.
9830         Replace argument expr in all calls of math-defsimplify by
9831         math-simplify-expr.
9832         (math-simplify-plus, math-simplify-times, math-simplify-divide)
9833         (math-simplify-divisor, math-simplify-one-divisor)
9834         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9835         (math-simplify-pow): Replace variable expr by declared variable
9836         math-simplify-expr.
9837         (math-simplify-divisor): Remove local variables temp and op.
9838         (math-simplify-one-divisor): Make temp and op local variables.
9839         (math-simplify-divisor-nover, math-simplify-divisor-dover):
9840         New variables.
9841         (math-simplify-divisor, math-simplify-one-divisor):
9842         Replace variables nover and dover by declared variables.
9843         (math-expr-subst-new, math-expr-subst-old): New variables.
9844         (math-expr-subst, math-expr-subst-rec): Replace variables new
9845         and old by declared variables.
9846         (math-is-poly-degree, math-is-poly-loose): New variables.
9847         (math-is-polynomial, math-is-poly-rec): Replace variables degree
9848         and loose by declared variables.
9849         (math-poly-base-const-ok, math-poly-base-pred): New variables.
9850         (math-polynomial-base, math-polynomial-base-rec):
9851         Replace variables const-ok and mpb-pred by declared variables.
9853         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9855         * calc/calc-ext.el (math-defsimplify): Change the argument in
9856         the created function to math-simplify-expr.
9858         * calc/calc-units.el (math-simplify-expr): Declare it.
9859         Replace argument expr in all calls of math-defsimplify by
9860         math-simplify-expr.
9861         (math-simplify-units-prod): Replace variable expr by declared
9862         variable math-simplify-expr.
9864 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9866         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9867         Replace mapcar->dolist, format->string.
9869 2004-11-17  Miles Bader  <miles@gnu.org>
9871         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9872         * progmodes/idlwave.el: Remove RCS keywords.
9874 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
9876         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9877         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9878         Update to IDLWAVE version 5.5.  Too many changes to list them here.
9879         * progmodes/idlw-help.el: New file.
9881 2004-11-16  Richard M. Stallman  <rms@gnu.org>
9883         * international/iso-cvt.el (iso-tex2iso-trans-tab):
9884         Discard spaces after \i according to TeX rules.
9886         * international/mule.el (set-buffer-file-coding-system):
9887         New arg NOMODIFY.
9888         (after-insert-file-set-coding): Pass that new arg.
9889         Prevent set-buffer-multibyte from trying to lock the file.
9891         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9893         * saveplace.el (save-place): Doc fix.
9895         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9896         temporarily widen before finding the following word to copy.
9898         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9899         (cl-map-keymap): Definition deleted.
9901         * subr.el (map-keymap-internal): New function.
9903 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9905         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9906         when pressing rather than when releasing mouse-2.  Simplify.
9908 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9910         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9911         (compilation-mode): Set it here instead.
9913         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9915         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9916         (loop, cl-parse-loop-clause, defsetf): Use backquote.
9918 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9920         * progmodes/compile.el (compilation-internal-error-properties):
9921         Fix up a transposition-typo.  Check end-col before using it.
9923 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
9925         * international/iso-cvt.el (iso-tex2iso-trans-tab):
9926         Discard whitespace after macro \i when converting it.
9928 2004-11-16  Juri Linkov  <juri@jurta.org>
9930         * emacs-lisp/find-func.el (find-function-regexp):
9931         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
9932         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
9933         Remove invalid `\W' from [^cgv\W].  Doc fix.
9934         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9936 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
9938         * play/life.el: Maintainer is now FSF.
9939         (life-patterns, life-neighbor-deltas, life-window-start)
9940         (life-current-generation, life-generation-string): Use defvar
9941         instead of defconst.
9943 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9945         * progmodes/compile.el (compilation-move-to-column): New fun.
9946         (compilation-internal-error-properties)
9947         (compilation-next-error-function): Use it to make sure we don't go past
9948         the end of line.
9950 2004-11-15  John Paul Wallington  <jpw@gnu.org>
9952         * autoinsert.el (auto-insert-alist): Insert the user's name in
9953         copyright notice, rather than Free Software Foundation, for the
9954         Emacs Lisp header case too.
9956 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9958         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9959         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9960         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
9961         return the list of string in a string.
9962         (pr-call-process): Message if calling process returns an error, that
9963         is, the exit status is different of zero.
9965 2004-11-15  Jay Belanger  <belanger@truman.edu>
9967         * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9968         variable var-thing.
9969         (math-integ-depth, math-integ-level, math-integral-limit)
9970         (math-enable-subst, math-any-substs, math-integ-msg)
9971         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9972         (math-int-threshold, math-int-factors, math-double-roots)
9973         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9974         (var-GenCount): Declare these variables.
9975         (calcFunc-integ): Don't check if var-IntegLimit is bound.
9976         (math-integral-cache, math-integral-cache-state):
9977         Move declarations to earlier in the file.
9978         (math-deriv-var, math-deriv-total, math-deriv-symb)
9979         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9980         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9981         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9982         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9983         (math-solve-res): New variables
9984         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9985         (math-integral, math-replace-integral-parts)
9986         (math-integrate-by-parts, calc-dump-integral-cache)
9987         (math-try-integral, math-do-integral, math-do-integral)
9988         (math-do-integral-methods, math-try-solve-for)
9989         (math-try-solve-prod, math-solve-poly-funny-powers)
9990         (math-solve-crunch-poly, math-decompose-poly)
9991         (math-solve-find-root-term, math-find-root-in-prod)
9992         (math-integ-try-linear-substitutions)
9993         (math-integ-try-substitutions, math-expr-rational-in)
9994         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9995         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9996         (math-solve-for, math-solve-system, math-solve-system-rec)
9997         (math-solve-get-sign, math-solve-get-int)
9998         (math-solve-system-subst): Replace undeclared variables with newly
9999         declared variables.
10001 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10003         * winner.el (winner-active-region, winner-edges, winner-window-list):
10004         Define at toplevel.
10005         (winner-mode-map): Move init inside declaration.
10007 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
10009         * files.el (convert-standard-filename): Doc fix.
10011 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
10013         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
10014         passwd, group, shadow, default/* and pam.d/*.
10016 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10018         * printing.el (pr-menu-spec): Adjust menu specification.
10020 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10022         * printing.el: Doc fix.  Insert :version tag into all defcustom.
10023         Handle interactive-p as is recommended in Emacs Lisp Reference.
10024         Set the file permission bits for newly created files.
10025         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10026         The printing menu specification (in `pr-menu-spec') was merged.
10027         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10028         (pr-version): New version number (6.8.3).
10029         (pr-file-modes): New option.
10030         (pr-interactive-p): New var.
10031         (pr-save-interactive, pr-save-file-modes): New macros.
10032         (pr-setup): Code fix.
10033         (pr-menu-spec): Menu specification merged.
10034         (pr-call-process, pr-text2ps): Set file permission bits.
10035         (pr-despool-print): Set file permission bits.  Handle interactive-p as
10036         is recommended.
10037         (pr-interface, pr-ps-directory-preview)
10038         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10039         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10040         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10041         (pr-ps-buffer-ps-print, pr-ps-region-preview)
10042         (pr-ps-region-using-ghostscript, pr-ps-region-print)
10043         (pr-ps-region-ps-print, pr-ps-mode-preview)
10044         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10045         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10046         (pr-despool-using-ghostscript, pr-despool-ps-print)
10047         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10048         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10049         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10050         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10051         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10052         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10053         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10054         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10055         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
10056         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
10057         Handle interactive-p as is recommended.
10059 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10061         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
10062         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
10064         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
10065         so it doesn't forget to highlight the beginning of the region either.
10067 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
10069         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
10070         (c-font-lock-init): Eliminate obsolete make-local-hook.
10071         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
10072         (awk-mode): Use run-mode-hooks.
10074         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
10076 2004-11-13  Kim F. Storm  <storm@cua.dk>
10078         * mouse.el (mouse-drag-copy-region): Add :version.
10079         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
10080         while dragging mode line, so mode line can be dragged downwards.
10081         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
10082         while pressing mouse button so window doesn't scroll until we
10083         release the mouse if clicking on partially visible line.
10085 2004-11-12  Jay Belanger  <belanger@truman.edu>
10087         * calc/calc-graph.el (calc-dumb-map): Declare it.
10088         (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
10089         than unbound.
10090         (calc-graph-name): Made `end' a local variable.
10091         (calc-graph-lookup): Made `varname' a local variable.
10092         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
10093         Declare them.
10094         (calc-graph-format-data): Don't check if var-PlotRejects is bound.
10095         (calc-graph-plot, calc-graph-compute-3d): Remove references to
10096         the unused variable y3vec.
10097         (calc-graph-show-dumb): Remove reference to unused variable found-pt.
10098         (calc-graph-kill-hook, calc-graph-plot): Remove reference to
10099         calc-graph-prev-kill-hook.
10100         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
10101         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
10102         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
10103         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
10104         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
10105         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
10106         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
10107         (calc-graph-y3value, calc-graph-y3name)
10108         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
10109         (calc-graph-stepcount, calc-graph-is-splot)
10110         (calc-graph-surprise-splot, calc-graph-blank)
10111         (calc-graph-non-blank, calc-graph-curve-num): New variables.
10112         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
10113         (calc-graph-recompute-2d, calc-graph-compute-3d)
10114         (calc-graph-format-data): Replace undeclared variables with the
10115         above newly declared variables.
10117 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
10119         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
10120         `rsf-beep' and `rsf-sleep-after-message'.
10122         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
10123         list if `message-sender' is non-nil.
10125 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
10127         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
10128         consing by using mapc instead of mapcar.
10130 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
10132         * tooltip.el (require): Explain why CL is needed.
10134 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10136         * printing.el: Insert :version into defgroup (printing).  All reference
10137         to Files option in menubar were changed to File.
10138         (pr-version): New version number (6.8.2).
10139         (pr-get-symbol): Call easy-menu-intern.
10140         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
10141         compilation gripes.
10143 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10145         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
10146         new byte-compile-function-environment binding to t.
10148         * font-lock.el (font-lock-fontify-syntactically-region):
10149         Don't forget to highlight the last char when we hit `end'.
10151         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
10152         (mwheel-scroll): Adjust accordingly.
10154         * cvs-status.el: Reduce spurious warnings.
10155         (cvs-status-checkout): Remove.
10156         (cvs-status-mode-map): Use cvs-mode-checkout instead.
10158         * pcvs.el (cvs-mode-checkout): New command.
10160         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
10162         * tooltip.el: Require CL.
10164         * emacs-lisp/bytecomp.el: Use push.
10165         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
10166         (defalias): Remove the `byte-compile' property and add
10167         a `byte-hunk-handler'.
10169 2004-11-11  Juri Linkov  <juri@jurta.org>
10171         * info.el (Info-search): Save match data for isearch.
10172         Skip Tag Table node.
10174         * descr-text.el (describe-char): Replace syntax-after with code
10175         from its previous version.
10177         * files.el (magic-mode-alist): Use optimization for SGML mode too.
10178         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
10180         * international/mule.el (sgml-html-meta-auto-coding-function):
10181         Remove > after <html to allow HTML attributes.
10183 2004-11-11  Jay Belanger  <belanger@truman.edu>
10185         * calc/calc-comb.el (math-prime-factors-finished): Declare it as
10186         a variable.
10187         (calcFunc-dfac): Replace unbound max by n.
10188         (math-stirling-local-cache): New variable.
10189         (math-stirling-number, math-stirling-1, math-stirling-2):
10190         Replace the variable `cache' by the declared variable
10191         math-stirling-local-cache.
10192         (var-RandSeed): Declare it as a variable.
10193         (math-init-random-base, math-random-digit): Don't check to see if
10194         var-RandSeed is bound.
10195         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
10196         Declare them instead of just setting them.
10197         (math-init-random-base): Made i a local variable.
10198         (math-random-digit): Made math-random-last a local variable.
10199         (math-prime-test-cache): Move declaration to before it is used.
10200         (math-prime-test-cache-k, math-prime-test-cache-q)
10201         (math-prime-test-cache-nm1, math-prime-factors-finished):
10202         Declare them as variables.
10204 2004-11-11  Jay Belanger  <belanger@truman.edu>
10206         * calc/calc-ext.el (math-defcache): Use defvar for the new
10207         variables it creates.
10209 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
10211         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
10212         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
10213         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
10214         (desktop-save): Add :version.
10216 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10218         * printing.el (pr-get-symbol): Don't downcase.
10220 2004-11-10  Jay Belanger  <belanger@truman.edu>
10222         * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
10223         string to kill-ring.
10225         * calc/calc-aent.el (calc-alg-exp, math-toks)
10226         (math-exp-pos,math-exp-old-pos, math-exp-token)
10227         (math-exp-keep-spaces, math-exp-str): New variables.
10228         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
10229         (calcAlg-enter): Use declared variable calc-alg-exp.
10230         (math-build-parse-table, math-find-user-token): Use declared
10231         variable math-toks.
10232         (math-read-exprs, math-read-token, calc-check-user-syntax)
10233         (calc-match-user-syntax, match-factor-after, math-read-factor):
10234         Use declared variables math-exp-pos math-exp-old-pos.
10235         (math-read-exprs, math-read-token, math-read-expr-level)
10236         (calc-check-user-syntax, calc-match-user-syntax)
10237         (match-factor-after, math-read-factor): Use declared variable
10238         math-exp-token.
10239         (math-read-exprs, math-read-expr-list, math-read-token)
10240         (math-read-factor): Use declared variable math-exp-keep-spaces.
10241         (math-read-exprs, math-read-token): Use declared variable
10242         math-exp-str.
10243         (calc-match-user-syntax): Make m a local variable.
10245         * calc/calc-ext.el (math-read-expr): Use declared variables
10246         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
10247         math-exp-keep-spaces.
10249         * calc/calc-forms.el (math-read-angle-bracket): Use declared
10250         variables math-exp-pos, math-exp-str.
10252         * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
10253         math-exp-old-pos.
10254         (math-parse-fortran-vector, math-parse-fortran-vector-end)
10255         (math-parse-eqn-prime): Use declared variable math-exp-token.
10257         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
10258         Use declared variable math-exp-pos.
10259         (math-check-for-commas): Use declared variable math-exp-str.
10260         (math-read-brackets): Use declared variables math-exp-old-pos,
10261         math-exp-keep-spaces.
10262         (math-read-brackets, math-read-vector, math-read-matrix):
10263         Use declared variable math-exp-token.
10265 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10267         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
10268         where the keymap is a symbol.
10269         (easy-menu-add-item): Use keymap-prompt.  Simplify.
10271         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
10273         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
10274         (sgml-parse-tag-backward): Use it to skip spurious < or >.
10276 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
10278         * ebuff-menu.el: Doc fixes throughout.
10279         (electric-buffer-menu-mode-hook): New defvar.
10281 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
10283         * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
10284         The resulting compiler warnings appear to be harmless.
10286 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
10288         * textmodes/conf-mode.el: New file.
10290         * files.el (auto-mode-alist, magic-mode-alist): Use it.
10292 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10294         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
10296 2004-11-09  Jay Belanger  <belanger@truman.edu>
10298         * calc/calc-ext.el (calc-init-extensions): Remove old code.
10300         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
10301         (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
10302         (calc-z-prefix-help, calc-user-function-list): Use declared
10303         variables calc-z-prefix-buf, calc-z-prefix-msgs.
10304         (math-map-tree, math-map-tree-rec): Use declared variables
10305         math-mt-many, math-mt-func.
10306         (math-read-expression, math-read-string): Use declared variable
10307         math-expr-data.
10309         * calc/calc-ext.el (math-normalize-nonstandard): Use declared
10310         variable math-normalize-a.
10312         * calc/calc.el (math-normalize-a): New variable.
10313         (math-normalize): Use declared variable math-normalize-a.
10315         * calc/calc-poly.el (math-expand-form): Use declared variable
10316         math-mt-many.
10318         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10319         Use declared variable math-mt-many.
10320         (math-rewrite): Use declared variable math-mt-func.
10322         * calc/calc-vec.el (math-read-brackets, math-read-vector)
10323         (math-read-matrix): Use declared variable math-expr-data.
10325         * calc/calc-lang.el (math-parse-fortran-vector)
10326         (math-parse-fortran-vector-end, math-parse-tex-sum)
10327         (math-parse-eqn-matrix, math-parse-eqn-prime)
10328         (math-read-math-subscr): Use declared variable math-expr-data.
10330         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
10331         (math-read-expr-level, math-read-token, calc-check-user-syntax)
10332         (calc-match-user-syntax, math-read-if, math-factor-after)
10333         (math-read-factor): Use declared variable math-expr-data.
10335 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
10337         * calendar/diary-lib.el (diary-from-outlook)
10338         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
10339         interactive-p; but rather new optional argument NOCONFIRM.
10341 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10343         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
10344         (easy-menu-name-match): Revert correspondingly.
10346 2004-11-09  Richard M. Stallman  <rms@gnu.org>
10348         * emacs-lisp/bytecomp.el (byte-compile-defalias):
10349         Turn off warnings for the new function even if definition not constant.
10350         If the definition isn't a quoted symbol, record (FUNCTION . t).
10351         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
10352         (byte-compile-callargs-warn): Handle (FUNCTION . t).
10353         (display-call-tree, byte-compile-arglist-warn):
10354         Handle t returned by byte-compile-fdefinition.
10356 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10358         * Makefile.in (maintainer-clean): Depend on distclean.
10360         * help-fns.el (help-C-file-name): File name must be in build-files
10361         to be returned.
10363 2004-11-09  Jay Belanger  <belanger@truman.edu>
10365         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
10366         (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
10368         * calc/calc.el (calc, calc-trail-display, calc-mode):
10369         Remove obsolete sections.
10371         * calc/calc.el (calc-x-paste-text): Remove.
10373         * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
10374         mouse-2.
10376 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
10378         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
10379         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
10380         current frame (in case of recursive calls).
10381         (gdb-show-changed-values): Add :version keyword.
10383 2004-11-09  Kenichi Handa  <handa@m17n.org>
10385         * international/mule-cmds.el: Change coding: tag back to
10386         iso-2022-7bit.
10388 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10390         * international/mule-cmds.el: Change coding-system to utf-8.
10391         (select-safe-coding-system-interactively):
10392         New function extracted from select-safe-coding-system.
10393         (select-safe-coding-system): Use it.
10395 2004-11-08  Richard M. Stallman  <rms@gnu.org>
10397         * subr.el (syntax-after): Doc fix.
10399         * paren.el (show-paren-function): Change calls to syntax-after
10400         for new way of returning the value.
10402         * menu-bar.el (menu-bar-file-menu): Make this the real name
10403         and menu-bar-files-menu the alias.  Use the former.
10404         (global-map): Use `file', not `files', as the symbol.
10406         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
10408         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10409         Don't use beginning-of-buffer.
10410         (filesets-cmd-show-result): Use with-no-warnings.
10412 2004-11-08  Juri Linkov  <juri@jurta.org>
10414         * progmodes/compile.el (compile): Don't overwrite last command in
10415         minibuffer history with default command if they are not equal.
10417 2004-11-08  Jay Belanger  <belanger@truman.edu>
10419         * calc/calcalg2.el (math-do-integral-methods): Try linear then
10420         non-linear substitutions.
10422 2004-11-08  Jay Belanger  <belanger@truman.edu>
10424         * calc/calcalg2.el (math-linear-subst-tried): New variable.
10425         (math-do-integral): Set `math-linear-subst-tried' to nil.
10426         (math-do-integral-methods): Use `math-linear-subst-tried' to
10427         determine what type of substitution to try.
10428         (math-integ-try-linear-substituion):
10429         Set `math-linear-subst-tried' to t.
10431 2004-11-08  Kim F. Storm  <storm@cua.dk>
10433         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10435 2004-11-07  Juri Linkov  <juri@jurta.org>
10437         * info-look.el (info-lookup): Allow reusing in the current buffer
10438         not only *info* buffer, but all (even renamed) Info buffers
10439         by checking for major-mode instead of *info* buffer name.
10440         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10441         (octave-mode, maxima-mode) <doc-spec>:
10442         Allow long dashes generated by Texinfo 4.7 before definitions.
10443         (texinfo-mode) <doc-spec>: Add space to suffix to find command
10444         definitions with argument separated by space.
10446 2004-11-06  Richard M. Stallman  <rms@gnu.org>
10448         * simple.el (next-error group, face): Move before first use.
10449         (next-error-highlight, next-error-highlight-no-select): Likewise.
10451         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10452         (line-move): New args NOERROR and TO-END.
10453         Return t if if succeed in moving specified number of lines.
10454         (move-end-of-line): New function.
10456         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10457         (end-of-buffer-other-window): Likewise.
10459         * simple.el (line-move-ignore-invisible): Default to t.
10461         * subr.el (syntax-after): Return the syntax letter, not the raw code.
10463         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10465         * international/iso-cvt.el (iso-cvt-define-menu):
10466         Rename menu-bar-files-menu to menu-bar-file-menu.
10468         * net/browse-url.el (browse-url-gnome-moz-program)
10469         (browse-url-gnome-moz-arguments): Move up before first use.
10471         * net/tramp.el (tramp group): Add :version.
10473         * progmodes/ada-xref.el (ada-gdb-application):
10474         Use goto-char instead of beginning-of-buffer.
10476         * progmodes/cperl-mode.el (cperl-info-on-command):
10477         Use goto-char instead of beginning-of-buffer.
10479         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10480         Move up before first use.
10481         (idlwave-shell-temp-pro-file): Likewise.
10482         (idlwave-shell-temp-rinfo-save-file): Likewise.
10483         (idlwave-shell-temp-file): Minor doc fix.
10485         * textmodes/flyspell.el (flyspell-external-point-words):
10486         Use goto-char instead of beginning-of-buffer.
10488 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
10490         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10491         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
10492         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10494 2004-11-06  David Ponce  <david@dponce.com>
10496         * recentf.el (recentf-menu-path): Use menu item name.
10498 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
10500         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10501         display doesn't support images.
10503 2004-11-06  Andreas Schwab  <schwab@suse.de>
10505         * tempo.el (tempo-match-finder): Doc fix.
10507         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10509 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10511         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10512         (easy-menu-lookup-name): New fun to replace it.
10513         (easy-menu-get-map): Use it to obey menu item names (rather than just
10514         keys) when looking up `path'.
10515         (easy-menu-always-true-p): Rename from easy-menu-always-true.
10516         (easy-menu-convert-item-1): Adjust to new name.
10518 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
10520         * outline.el (hide-body): Don't hide lines at the top of the file
10521         that precede the first header line.
10523 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
10525         * align.el (align-areas): Delete whitespace before reindenting, so
10526         that tabs are never placed after spaces.
10528 2004-11-06  Alan Shutko  <ats@acm.org>
10530         * macros.el (insert-kbd-macro): Do completions based on macros,
10531         rather than all commands.
10533 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
10535         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10536         to solve a bug whereby tags with 'b' don't match.
10538 2004-11-05  Juri Linkov  <juri@jurta.org>
10540         * info.el (Info-search): Don't search in node header lines
10541         and file headers.
10543         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10544         symbol-constituent characters after dot, not only digits.
10546 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
10548         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10550 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10552         * dired.el (dired-read-dir-and-switches): Call read-directory-name
10553         if a dialog will be used, read-file-name otherwise.
10555 2004-11-04  Richard M. Stallman  <rms@gnu.org>
10557         * textmodes/table.el (table group): Add :version.
10559         * textmodes/ispell.el (ispell-word):
10560         Don't alter args; set them only thru `interactive' spec.
10562         * textmodes/flyspell.el (flyspell-word):
10563         Don't alter FOLLOWING; set it only thru `interactive' spec.
10565         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10567         * net/browse-url.el (browse-url-maybe-new-window):
10568         Use called-interactively-p.
10570         * mail/supercite.el (sc-cite-region):
10571         Don't use interactive-p.  Add arg INTERACTIVE.
10572         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
10574         * international/mule-cmds.el (set-input-method, toggle-input-method):
10575         Don't use interactive-p.  Add arg INTERACTIVE.
10577         * eshell/esh-mode.el (eshell-show-maximum-output):
10578         Don't use interactive-p.
10579         (eshell-truncate-buffer): Just message, no error, if buffer is short.
10581         * mouse.el (mouse-show-mark): Get positions to delete from mark
10582         and point, not from mouse-drag-overlay.
10584         * imenu.el (imenu-eager-completion-buffer): Add :version.
10586         * filesets.el (filesets group): Add :version.
10588 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
10590         * files.el (xml-based-modes): Delete var.
10591         (magic-mode-alist): New more general var.
10592         (set-auto-mode): Use it.
10594         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10595         when clicking from another window.
10597 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
10599         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10600         (vc-cvs-annotate-time): Incorporate value of deleted var.
10601         Remove special-case handling of beginning-of-buffer cruft.
10602         Cache ending position (point) and return value in text property
10603         `vc-cvs-annotate-time', and consult it on subsequent invocations.
10605         * vc-cvs.el (vc-cvs-annotate-command):
10606         Delete extraneous lines from beginning of buffer.
10607         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10609         * progmodes/grep.el (grep-default-command): Take empty string
10610         for tag if all other methods yield nil.  Shell-quote the tag.
10612         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10613         spec in `interactive' form, and mention it in the docstring.
10614         Also, make sure point is at bol after calling `annotate-time'.
10616 2004-11-02  Richard M. Stallman  <rms@gnu.org>
10618         * cus-edit.el (customize-group-other-window):
10619         Select the window that displays the custom buffer.
10620         (custom-buffer-create-other-window): Likewise.
10622         * comint.el (comint-insert-input): Fix previous change.
10624         * emacs-lisp/elp.el (elp-instrument-function):
10625         Use called-interactively-p.
10627         * emacs-lisp/easymenu.el (easy-menu-intern):
10628         Don't downcase; rather, case-flip the first letter of each word.
10630         * emacs-lisp/easy-mmode.el (define-minor-mode):
10631         Use called-interactively-p.
10633         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10634         Add interactive-only.
10635         (byte-compile-warnings): Add interactive-only as option.
10636         (byte-compile-interactive-only-functions): New variable.
10637         (byte-compile-form): Warn about calls to functions
10638         in byte-compile-interactive-only-functions.
10640         * emacs-lisp/autoload.el (update-file-autoloads):
10641         Don't use interactive-p; take new arg SAVE-AFTER.
10643         * emacs-lisp/advice.el (ad-make-advised-definition):
10644         Use called-interactively-p.
10646 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10648         * files.el (find-file-existing): New function.
10650         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10651         find-file-existing.  Add "New File..." that calls find-file.
10653         * diropen.pbm, diropen.xpm: New files.
10655         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10656         icon diropen.  New tool bar item find-file-existing uses icon open.
10658         * dired.el (dired-read-dir-and-switches): Call read-directory-name
10659         instead of read-file-name.
10661 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
10663         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10664         (icalendar--split-value): Change name of work buffer.
10665         (icalendar--get-weekday-abbrev): Return nil on error.
10666         (icalendar--date-to-isodate): New function.
10667         (icalendar-convert-diary-to-ical)
10668         (icalendar-extract-ical-from-buffer): Use only two args for
10669         make-obsolete (XEmacs compatibility).
10670         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10671         (icalendar-export-region): Doc fix.
10672         If error, return non-nil and write errors to a buffer.
10673         Use correct weekday for weekly recurring events.
10674         Check whether date has been parsed for ordinary events.
10675         Make weekly events start in the year 2000.
10676         DTEND is non-inclusive, shift end date by one day if
10677         necessary (not for entries that have date and time).
10678         Rename local let variables: oops -> found-error, datestring ->
10679         startdatestring.
10681 2004-11-02  Kim F. Storm  <storm@cua.dk>
10683         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10684         keep-mode-if-same variable.  Add it as optional arg instead.
10685         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10687         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10688         substitute-command-keys will select lower-case bindings like those
10689         used in the static help texts.
10691         * descr-text.el (describe-text-properties): Don't err if called in
10692         the *Help* buffer; output to *Help-2* buffer instead.
10694         * kmacro.el (group kmacro): Add :version.
10695         (kmacro-keyboard-quit): New function to cleanup on C-g.
10696         (kmacro-start-macro): Set defining-kbd-macro to append when
10697         appending to last macro.
10699         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10701 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
10703         * progmodes/gdb-ui.el (gdb-enable-debug-log)
10704         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10705         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10706         Add :version keyword.
10708 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
10710         * progmodes/flymake.el (flymake-err-line-patterns):
10711         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10712         `compilation-error-regexp-alist-alist' to internal Flymake format.
10714         * progmodes/flymake.el: Eliminate byte-compiler warnings.
10716 2004-11-01  Jay Belanger  <belanger@truman.edu>
10718         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10719         with `interactive "s"'.
10721 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10723         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10724         Revert change from 2004-10-16.  '*' checks the current buffer, but the
10725         mouse click may be in another buffer.
10727 2004-11-01  John Paul Wallington  <jpw@gnu.org>
10729         * files.el (large-file-warning-threshold): Add :version keyword.
10730         (kill-some-buffers): Doc fix.
10732         * thumbs.el (group thumbs): Add :version keyword.
10734         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10736 2004-11-01  Richard M. Stallman  <rms@gnu.org>
10738         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10740         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10742         * allout.el (allout group): Add :version.
10743         (allout-init): Don't use interactive-p.
10744         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10745         (allout-forward-current-level, allout-backward-current-level):
10746         Don't use interactive-p.
10748         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10749         (bibtex-find-text): Likewise.
10751         * progmodes/vhdl-mode.el (vhdl-fill-region)
10752         (vhdl-beginning-of-statement): Don't use interactive-p.
10754         * progmodes/idlwave.el (idlwave-update-routine-info):
10755         Don't use interactive-p.
10757         * progmodes/idlw-shell.el (idlwave-shell-send-char):
10758         Don't use interactive-p.
10760         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10761         Don't use interactive-p.
10763         * progmodes/ada-xref.el (ada-make-body-gnatstub):
10764         Don't use interactive-p.
10766         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10767         (fortune-in-buffer): Doc fix.
10769         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10771         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10772         don't select the temporary buffer.
10773         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10774         (eudc-get-phone): Likewise.
10776 2004-11-01  Kim F. Storm  <storm@cua.dk>
10778         * man.el (Man-xref-normal-file): Fix help-echo.
10780 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10782         * reveal.el (reveal-last-tick): New var.
10783         (reveal-post-command): Use it to avoid closing overlays when we're
10784         appending text to them.
10786 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10788         * textmodes/bibtex.el: Require button.
10789         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10790         (bibtex-reference-keys): Distinguish between header keys and
10791         crossref keys.
10792         (bibtex-beginning-of-field): New function.
10793         (bibtex-url-map): Remove.
10794         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10795         (bibtex-font-lock-url-regexp): Assume that field names begin at
10796         the beginning of a line.
10797         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
10798         Remove field delimiters.  Use bibtex-beginning-of-field.
10799         Bugfix, point can be inside a field with a url.
10800         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10801         New functions.
10802         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10803         (bibtex-key-in-head): Simplify.
10804         (bibtex-current-line): Use bolp.
10805         (bibtex-parse-keys): Remove unused arg `add'.
10806         Use bibtex-type-in-head and bibtex-key-in-head.
10807         (bibtex-parse-entry, bibtex-autofill-entry):
10808         Use bibtex-type-in-head and bibtex-key-in-head.
10809         (bibtex-autokey-get-field): Do not alter case of replacement text.
10810         (bibtex-autokey-get-names): Do all processing of name list.
10811         (bibtex-autokey-get-year): New function.
10812         (bibtex-autokey-get-title): Do all processing of title words.
10813         (bibtex-generate-autokey): Simplify.
10814         (bibtex-string-files-init): Use default-directory.
10815         Allow for absolute file names in bibtex-string-files.
10816         (bibtex-files, bibtex-file-path): New variables.
10817         (bibtex-files-expand): New function.
10818         (bibtex-find-entry-globally): New command.
10819         (bibtex-summary-function): New variable.
10820         (bibtex-summary): Default value of bibtex-summary-function.
10821         (bibtex-find-crossref): New optional args pnt and split.
10822         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10823         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10824         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
10825         Fix handling of required and alternative fields.
10826         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10827         Use cons and display-buffer.
10828         (bibtex-validate-globally): New command.
10829         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
10830         bibtex-parse-keys and bibtex-parse-strings for updating
10831         bibtex-reference-keys and bibtex-strings.
10832         (bibtex-realign): Remove blank lines past the last entry.
10833         (bibtex-reformat): Use bibtex-entry-format as default.
10834         (bibtex-choose-completion-string): Remove.
10835         (bibtex-complete): Do not use bibtex-choose-completion-string.
10836         (bibtex-url): Simplify.
10838 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10840         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10841         (x-dnd-types-alist, x-dnd-open-file-other-window)
10842         (x-dnd-known-types): Add :version.
10844 2004-10-31  John Paul Wallington  <jpw@gnu.org>
10846         * ibuffer.el (group ibuffer): Add :version keyword.
10848 2004-10-31  Kim F. Storm  <storm@cua.dk>
10850         * ido.el (group ido): Add :version keyword.
10851         (ido-mode): Remove :version keyword.
10853         * emulation/cua-base.el (group cua): Add :version keyword.
10854         (cua-mode): Remove :version keyword.
10856 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
10858         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10860         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10861         compiler warning.
10862         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
10863         function.
10864         (help-at-pt-display-when-idle): Remove autoload.
10866 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10868         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10870 2004-10-30  Juri Linkov  <juri@jurta.org>
10872         * help.el (function-called-at-point):
10873         * help-fns.el (variable-at-point): Read -> intern.
10875 2004-10-30  Simon Josefsson  <jas@extundo.com>
10877         * progmodes/autoconf.el (autoconf-font-lock-keywords):
10878         Recognize AS_* too.
10880 2004-10-29  Simon Josefsson  <jas@extundo.com>
10882         * subr.el (read-passwd): Move back from password.el.
10884         * password.el: Remove, not ready yet.
10886 2004-10-29  Andreas Schwab  <schwab@suse.de>
10888         * speedbar.el (speedbar-frame-parameters): Improve customize type.
10890 2004-10-29  Sam Steingold  <sds@gnu.org>
10892         * mouse.el (mouse-show-mark): Replace the last occurrence of
10893         x-lost-selection-hooks with x-lost-selection-functions.
10895 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10897         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10898         x-lost-selection-functions is bound.
10900         * mouse-sel.el (mouse-sel-mode):
10901         * emacs-lisp/lselect.el: Adjust to new names for
10902         x-(lost|sent)-selection-functions.
10904         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10905         New obsolete aliases of x-lost-selection-functions and
10906         x-sent-selection-functions.
10908 2004-10-28  Kim F. Storm  <storm@cua.dk>
10910         * imenu.el (imenu-scanning-message): Remove.
10911         (imenu-progress-message): Make it a no-op.
10913 2004-10-28  John Paul Wallington  <jpw@gnu.org>
10915         * files.el (set-auto-mode): Call `throw' correctly.
10917 2004-10-28  Juri Linkov  <juri@jurta.org>
10919         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10920         to search `Info-...' commands in `info' manual.
10921         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10922         Add 'info-file "emacs" property.
10923         (Info-find-emacs-command-nodes): Fix index line number regexp.
10924         Set real line number (instead of fake 0) in first element of the
10925         returned list.
10926         (Info-goto-emacs-command-node): Use line number of first element
10927         to set point in the first found Info node.
10929         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10930         code to `grep-mode-font-lock-keywords'.
10931         (grep-mode-font-lock-keywords): Delete grep markers instead
10932         of making them invisible.
10934 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10936         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10937         and x-server-version in bug report.
10939 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
10941         * files.el (set-auto-mode-0): New function.
10942         (set-auto-mode): Use it to handle aliased modes and to
10943         be consistent between C-x C-f and C-x C-w.
10945 2004-10-28  Kenichi Handa  <handa@m17n.org>
10947         * international/utf-8.el (utf-translate-cjk-charsets):
10948         Add katakana-jisx0201.
10950         * international/subst-jis.el: Add data for JISX0201.
10952 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10954         * obsolete/hilit19.el (hilit-mode): New function.
10955         Move all the toplevel side-effecting stuff into it, so that loading
10956         hilit19 doesn't mess everything up any more.
10958 2004-10-27  Richard M. Stallman  <rms@gnu.org>
10960         * add-log.el (add-change-log-entry): Set up mailing address
10961         and full name later, and don't alter add-log-mailing-address
10962         or add-log-full-name.
10964         * elide-head.el (elide-head): Change error to message.
10965         (elide-head-show): Likewise.
10967         * apropos.el (apropos-macrop): Doc fix.
10969         * mouse.el (mouse-show-mark): Do most processing the same
10970         regardless of transient-mark-mode.
10972         * shadowfile.el (shadow-copy-files): Use interactive-p
10973         only to control whether to print a message.
10975         * tar-mode.el (tar-mode): Use write-contents-functions,
10976         not write-contents-hooks.
10978         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10979         directory-sep-char.
10981 2004-10-27  Richard M. Stallman  <rms@gnu.org>
10983         * strokes.el (strokes-unload-hook): Fix previous change.
10985         * type-break.el (type-break-run-at-time): Always use run-at-time;
10986         forget the alternatives.
10987         (type-break-cancel-function-timers): Always use cancel-function-timers;
10988         forget the alternatives.
10990         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10992 2004-10-27  Kenichi Handa  <handa@m17n.org>
10994         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10996         * international/subst-gb2312.el: Likewise.
10998         * international/subst-big5.el: Likewise.
11000         * international/subst-ksc.el: Likewise.
11002         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
11003         New variable.
11004         (utf-translate-cjk-set-unicode-range): New function.
11005         (utf-translate-cjk-unicode-range): Make it customizable.
11006         (utf-8-post-read-conversion):
11007         Use utf-translate-cjk-unicode-range-string.
11008         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
11009         Unicode ranges.
11011 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
11013         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
11014         trivial variants to shorten the list.
11015         (xml-based-modes): New var.
11016         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
11017         declaration higher priority than auto-mode-alist.
11019         * find-file.el (cc-other-file-alist): Bring it in line with
11020         cc-mode's auto-mode-alist entries and use \' instead of $.
11022         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
11023         and add "Id" and "Name" submenus to it.
11025         * imenu.el (imenu--generic-function): Skip matches in comments.
11027 2004-10-26  Jay Belanger  <belanger@truman.edu>
11029         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
11030         (full-calc-keypad, calc-trail-display): Use an extra argument
11031         instead of `interactive-p'.
11033         * calc/calc-misc.el (calc-other-window): Use an extra argument
11034         instead of `interactive-p'.
11036         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
11037         `interactive-p'.
11039 2004-10-26  Kim F. Storm  <storm@cua.dk>
11041         * help.el (describe-key): Describe both down-event and up-event
11042         for a mouse click.
11044 2004-10-26  Richard M. Stallman  <rms@gnu.org>
11046         * woman.el (woman): Don't call interactive-p.
11048         * pcomplete.el (pcomplete): Instead of interactive-p,
11049         use an arg set non-nil by the interactive spec.
11051         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
11052         use an arg set non-nil by the interactive spec.
11054         * man.el (Man-cleanup-manpage): Instead of interactive-p,
11055         use an arg set non-nil by the interactive spec.
11057 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
11059         * progmodes/flymake.el (flymake-split-string):
11060         Use `flymake-split-string-remove-empty-edges' in any case.
11062 2004-10-26  Masatake YAMATO  <jet@gyve.org>
11064         * progmodes/flymake.el (flymake-err-line-patterns):
11065         Use `compilation-error-regexp-alist-alist' instead of
11066         `compilation-error-regexp-alist'.
11068 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11070         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
11071         verbatim face on the \ of \end{verbatim}.
11073 2004-10-25  Jay Belanger  <belanger@truman.edu>
11075         * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
11076         erasing minibuffer.
11078 2004-10-25  Simon Josefsson  <jas@extundo.com>
11080         * subr.el (read-passwd): Move to net/password.el.
11082         * net/password.el (read-passwd): Add.  Autoload it.
11084 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
11086         * mouse-sel.el (mouse-sel-mode): Specify custom group.
11088         * simple.el (process-file): Fix logic.
11090 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
11092         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
11093         (increase-right-margin): Remove erroneous call to `interactive-p'.
11095 2004-10-24  Kim F. Storm  <storm@cua.dk>
11097         * help.el (describe-mode): Fix 2004-10-13 change.
11098         Copy pure "Auto Fill" string so it can be propertized later
11099         without causing a read-only error.
11101 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
11103         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
11104         style indexes.
11106 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
11108         * simple.el (process-file): Accept nil for INFILE.  Reported by
11109         Luc Teirlinck.
11111 2004-10-24  Masatake YAMATO  <jet@gyve.org>
11113         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
11114         Handle periods and underscores in a function name.
11115         Remove the address fontification.
11117 2004-10-24  Masatake YAMATO  <jet@gyve.org>
11119         * progmodes/asm-mode.el (asm-font-lock-keywords):
11120         Use font-lock-variable-name-face for registers.
11122 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
11124         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
11125         kill-all-local-variables.
11126         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
11127         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
11128         Use kill-all-local-variables and provide mode-hooks.
11129         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
11130         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
11131         Suggested by Masatake YAMATO <jet@gyve.org>.
11133 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
11135         * simple.el (process-file): New function, similar to call-process
11136         but supports file handlers.
11137         * vc.el (vc-do-command): Use it, instead of call-process.
11138         * net/tramp-vc.el (vc-do-command): Do not advise it if
11139         process-file is fboundp.
11140         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
11141         process-file.
11142         (tramp-handle-process-file): New function.
11143         (tramp-file-name-for-operation): Support process-file.
11145 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
11147         * calendar/icalendar.el (icalendar--weekday-array): New constant.
11148         (icalendar-weekdayabbrev-table)
11149         (icalendar-monthnumber-table): Delete.
11150         (icalendar--get-month-number): Use calendar-month-name-array.
11151         (icalendar--get-weekday-number): New function.
11152         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
11153         (icalendar-export-region): Handle multi-line entries.
11154         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
11156 2004-10-23  John Paul Wallington  <jpw@gnu.org>
11158         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
11159         `wildcards' set to t in interactive spec.
11161         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
11162         interactive spec rather than use `interactive-p'.
11163         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
11164         rather than use function `interactive-p'.
11166 2004-10-22  Kenichi Handa  <handa@m17n.org>
11168         * international/mule.el (translate-region): Implement it in Lisp
11169         as a front end of translate-region-internal.
11171 2004-10-21  Jay Belanger  <belanger@truman.edu>
11173         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
11174         Declare these variables with defvar.
11176         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
11177         is bound, only check to see if it is bound.
11179 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11181         * textmodes/tex-mode.el (tex-compilation-parse-errors):
11182         Don't output messages.
11184         * calc/calc-help.el (calc-describe-bindings): Fix last change.
11186 2004-10-21  John Paul Wallington  <jpw@gnu.org>
11188         * calc/calc-graph.el (calc-graph-init):
11189         Use `set-process-query-on-exit-flag'.
11191 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
11193         * progmodes/compile.el (compilation-start): Rely on `cd' to get
11194         dir right and also allow argumentless cd.
11196 2004-10-19  Richard M. Stallman  <rms@gnu.org>
11198         * textmodes/flyspell.el (flyspell-mode): Doc fix.
11200         * eshell/em-unix.el (eshell-grep):
11201         Don't bind compilation-process-setup-function.
11203         * comint.el (comint-insert-input): Use @ in `interactive'.
11204         (comint-input-filter-functions): Doc fix.
11205         (comint-kill-whole-line, comint-get-source): Doc fix.
11207         * progmodes/compile.el (compilation-setup):
11208         Don't set buffer-read-only if MINOR is non-nil.
11210 2004-10-19  Jay Belanger  <belanger@truman.edu>
11212         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
11213         (calc-emacs-type-gnu19): Remove.
11214         (calc-digit-map, calc-read-key-sequence, calc-read-key):
11215         Remove check for old emacs versions.
11217         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
11218         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
11219         for current Emacs.
11221         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
11222         the end of the minibuffer.
11223         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
11224         copy `esc-map'.
11226         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
11228         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
11229         call that would be given when the current emacs was used.
11231 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
11233         * calendar/icalendar.el: Set coding to utf-8.
11234         (icalendar-version): Increase to 0.07.
11235         (icalendar-monthnumber-table): Change March pattern.
11236         (icalendar-get-all-event-properties)
11237         (icalendar-set-event-property): Delete.
11238         (icalendar-all-events): No longer interactive.
11239         (icalendar-convert-diary-to-ical)
11240         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
11241         their replacements.
11242         (icalendar-export-file, icalendar-export-region): New functions;
11243         essentially old `icalendar-convert-diary-to-ical' but appending to
11244         target rather than overwriting.
11245         (icalendar-import-file): Append to target file rather than
11246         overwriting.  Fourth arg deleted.
11247         (icalendar-import-buffer): New name for old
11248         `icalendar-extract-ical-from-buffer'.
11249         (icalendar--convert-string-for-import): New name for
11250         old `icalendar-convert-for-import'.
11251         (include-icalendar-files): Delete.
11252         Prefix for all internal functions changed from `icalendar-'
11253         to `icalendar--'.
11255 2004-10-19  Richard M. Stallman  <rms@gnu.org>
11257         * paths.el (news-path): Fix previous change.
11259 2004-10-18  Jay Belanger  <belanger@truman.edu>
11261         * calc/calc-help.el (calc-describe-bindings):
11262         Set `buffer-read-only' to nil while working in the keybindings buffer;
11263         remove some extra information from the keybindings buffer.
11265 2004-10-18  David Ponce  <david@dponce.com>
11267         * mouse.el (mouse-drag-move-window-top): New function.
11268         (mouse-drag-mode-line-1): Use it.
11270 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
11272         * info.el (Info-fontify-node): For multiline refs,
11273         arrange to unfontify newline and surrounding whitespace.
11275 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11277         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
11278         directory is missing.
11280 2004-10-17  John Paul Wallington  <jpw@gnu.org>
11282         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
11283         New customizable variable; whether to display buffers that match
11284         `ibuffer-maybe-show-predicates' by default.
11285         (ibuffer-maybe-show-predicates): Mention it in docstring.
11286         (ibuffer-display-maybe-show-predicates): New variable.
11287         (ibuffer-update): Prefix arg now toggles whether buffers that
11288         match `ibuffer-maybe-show-predicates' should be displayed.
11289         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
11290         locally to heed `ibuffer-default-display-maybe-show-predicates'.
11291         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
11293 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
11295         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
11296         work correctly.
11298 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
11300         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
11301         (Buffer-menu-beginning): New helper function.
11302         (Buffer-menu-execute): Use it.
11303         (Buffer-menu-select): Use it.
11304         (Buffer-menu-sort): Use it and also keep markers.
11306 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11308         * paths.el (news-directory): Rename from news-path.  Old name alias.
11309         (rmail-spool-directory): Use defvar.
11310         (sendmail-program): Use defcustom.
11311         (remote-shell-program): Use defcustom.
11312         (term-file-prefix): Use defvar.
11313         (abbrev-file-name): Use defvar.
11315         * term.el: Add maintainer.
11317         * subr.el (with-local-quit): Return nil if there's a quit.
11318         (read-passwd): Use with-local-quit.  Doc fix.
11320         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
11321         (strokes-unload-hook): Set as a variable with add-hook.
11323         * startup.el (fancy-splash-tail, normal-splash-screen):
11324         Update copyright year.
11326         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
11328         * server.el (server-unload-hook): Set as a variable with add-hook.
11330         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
11332         * frame.el (special-display-popup-frame):
11333         Make the buffer current as its frame is created.
11335         * delsel.el (delsel-unload-hook): Set as a variable.
11337         * comint.el (comint-output-filter-functions):
11338         Add comint-watch-for-password-prompt.
11339         (comint-read-noecho): Function deleted.
11340         (send-invisible): Use read-passwd.
11342         * fringe.el (fringe-mode-initialize): New function.
11343         (fringe-mode): Use fringe-mode-initialize as :initialize.
11345 2004-10-17  Kim F. Storm  <storm@cua.dk>
11347         * language/indian.el (indian-script-language-alist): Swap value and doc.
11348         (indian-font-char-index-table): Doc fix.
11350 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11352         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
11354 2004-10-16  Juri Linkov  <juri@jurta.org>
11356         * progmodes/compile.el (compilation-start): Move let-binding of
11357         `process-environment' into `with-current-buffer' body.
11358         Reported by Matt Hodges <MPHodges@member.fsf.org>.
11360 2004-10-16  Richard M. Stallman  <rms@gnu.org>
11362         * pcvs-util.el (cvs-bury-buffer):
11363         Don't call get-buffer-window for effect.
11365         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
11367         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
11369         * msb.el (msb-unload-hook): Set the variable.
11371         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11372         Use * to err if buffer is readonly.
11374         * subr.el (looking-back): Return only t or nil.
11376         * whitespace.el (whitespace-unload-hook): Set the variable.
11378         * view.el (view-mode-enable): Set view-page-size and
11379         view-half-page-size to nil.
11380         (view-set-half-page-size-default): view-half-page-size = nil
11381         means the default.
11382         (View-scroll-page-forward): Use view-page-size-default.
11383         (View-scroll-page-backward): Likewise.
11384         (view-page-size, view-half-page-size): Doc fixes.
11386         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
11388         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
11390         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
11391         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
11392         (byte-compile-log-1): Bind inhibit-read-only.
11393         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
11394         (byte-compile-log-warning): Likewise.
11395         (byte-compile-file-form-require): Detect "cl" from the arg value.
11397         * progmodes/compile.el (compilation-start): Assume compilation-mode
11398         will make the buffer read-only.
11399         (compilation-mode): Take arg name-of-mode.
11400         (compilation-setup): Make buffer read-only.
11401         (compilation-handle-exit): Bind inhibit-read-only.
11403         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
11404         (ispell-message): Likewise.
11405         (ispell-show-choices): Don't call get-buffer-window uselessly.
11406         (ispell-init-process): Use set-process-query-on-exit-flag.
11408 2004-10-16  Kim F. Storm  <storm@cua.dk>
11410         * fringe.el (fringe-bitmaps): Only initialize when defined.
11412         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11413         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11415         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11417 2004-10-15  Simon Josefsson  <jas@extundo.com>
11419         * net/password.el: Add.
11421 2004-10-14  Masatake YAMATO  <jet@gyve.org>
11423         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11424         (gdb-script-end-of-defun): New function.
11425         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11426         `gdb-script-end-of-defun' as *-of-defun-function.
11428 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
11430         * button.el (button-activate): Allow a marker to display as an action.
11432         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11434         * help.el (describe-mode): Use it to make minor mode list into
11435         hyperlinks.
11437 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11439         * vc.el (vc-annotate-display-select): Fix typo.
11441         * subr.el (substitute-key-definition-key): New function.
11442         (substitute-key-definition): Use it with map-keymap.
11443         (event-modifiers): Use push.
11444         (mouse-movement-p, with-temp-buffer): Simplify.
11446 2004-10-12  Jay Belanger  <belanger@truman.edu>
11448         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11449         New variables.
11450         (calc-help-index-entries): New function.
11451         (calc-describe-function): Use `calc-help-function-list' instead of
11452         obarray for completion.
11453         (calc-describe-variable): Use `calc-help-variable-list' instead
11454         of obarray for completion.
11456 2004-10-12  Richard M. Stallman  <rms@gnu.org>
11458         * info-look.el (info-lookup-file): Add info-file property.
11459         (info-lookup-symbol): Likewise.
11461         * info.el (info-xref): Add underlining.
11462         (info): Add info-file property.
11463         (Info-find-emacs-command-nodes): Specify case-sensitive search.
11465 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
11467         Sync with Tramp 2.0.45.
11469         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11470         defined.  This is not the case for XEmacs without package "edebug".
11471         (tramp-set-auto-save-file-modes): Set permissions of autosaved
11472         remote files to the permissions of the original file.  This is not
11473         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
11474         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
11475         (tramp-perl-decode): Fix an error in Perl implementation.
11476         $pending must be cleared every loop.  Reported by Benjamin Place
11477         <benjaminplace@sprintmail.com>
11479         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11480         Don't activate advice during definition.  This is done later on,
11481         depending on test result of `substitute-in-file-name'.
11482         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11484 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11486         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11488         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11490 2004-10-12  David Ponce  <david@dponce.com>
11492         * recentf.el (recentf-edit-list): Update the menu when the recentf
11493         list has been modified.
11495 2004-10-12  Simon Josefsson  <jas@extundo.com>
11497         * net/tls.el (tls-certtool-program): New variable.
11498         (tls-certificate-information): New function, based on
11499         ssl-certificate-information.
11501 2004-10-12  Kenichi Handa  <handa@m17n.org>
11503         * international/mule.el (coding-system-equal): Move from mule-util.el.
11505         * international/mule-util.el (coding-system-equal): Move to mule.el.
11507 2004-10-12  Kim F. Storm  <storm@cua.dk>
11509         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11510         reset kmacro-initial-counter-value if set.
11511         (kmacro-set-counter): Only set kmacro-counter if defining or executing
11512         macro.  Set kmacro-initial-counter-value otherwise.  Never set both.
11513         (kmacro-display): Show macro counter if non-zero.
11515         * subr.el (substitute-key-definition): Mention command remapping
11516         in doc string.
11518 2004-10-11  Jay Belanger  <belanger@truman.edu>
11520         * calc/calc-misc.el (calc-info-goto-node): New function.
11521         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11522         node in one step.
11523         (calc-describe-copying, calc-describe-distribution)
11524         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11525         Go to appropriate info node in one step.
11527 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11529         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11531         * font-lock.el (font-lock-apply-highlight): Fix last change.
11533 2004-10-11  Simon Josefsson  <jas@extundo.com>
11535         * mail/smtpmail.el (smtpmail-open-stream): Look for
11536         starttls-gnutls-program instead of starttls-program iff
11537         starttls-use-gnutls is non-nil.
11538         (smtpmail-open-stream): Don't overwrite user settings of
11539         starttls-extra-arguments and starttls-extra-args.
11541 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11543         * comint.el (comint-mouse-insert-input): Remove.
11544         (comint-insert-input): Make it work for mouse bindings.
11545         (comint-mode-map): Move defs into the declaration.
11546         (comint-output-filter): Typo.
11548         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11550 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
11552         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11553         (ange-ftp-call-chmod): Reference remote-shell-program instead of
11554         ange-ftp-remote-shell.
11556 2004-10-10  Andreas Schwab  <schwab@suse.de>
11558         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11559         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11560         Reported by <sri@asu.edu>.
11562 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
11564         * vc.el (vc-annotate-mode): Remove variable.
11565         (vc-annotate-display-select): Only call vc-annotate-mode
11566         if we're not in that mode already.
11568 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11570         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11571         (imenu-choose-buffer-index): Check here for rescan instead.
11573         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11574         where the face expression evals to nil.
11576         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11577         (tex-font-lock-keywords-2): Use it.
11578         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11580         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11582 2004-10-09  Kim F. Storm  <storm@cua.dk>
11584         * subr.el (progress-reporter-update): Define before first usage.
11585         (make-progress-reporter): Doc fix.
11587 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
11589         * textmodes/paragraphs.el (sentence-end-double-space)
11590         (sentence-end-without-period, sentence-end-without-space)
11591         (sentence-end): Doc fixes.
11593 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
11595         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11596         Change paragraph-start regexp so we don't fill code starting with #'(.
11598 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
11600         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11601         New defcustom.
11602         (extract-address-components): Use it.
11604 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
11606         * subr.el (make-progress-reporter, progress-reporter-update)
11607         (progress-reporter-force-update, progress-reporter-do-update)
11608         (progress-reporter-done): New functions.
11610         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11612         * progmodes/etags.el (etags-tags-completion-table): Use progress
11613         reporter.
11614         (etags-tags-apropos): Likewise.
11616 2004-10-08  Alan Mackenzie  <acm@muc.de>
11618         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11619         of current line.
11621 2004-10-08  Masatake YAMATO  <jet@gyve.org>
11623         * server.el (server-process-filter): Wrap `process-send-region'
11624         by `condition-case' to guard the case when the pipe to PROC is closed.
11626 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
11628         * xml.el (xml-substitute-special): Limit handling of external entities.
11630 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
11632         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11634 2004-10-06  John Paul Wallington  <jpw@gnu.org>
11636         * xml.el (xml-parse-dtd): Fix `error' call.
11638 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
11640         * xml.el (xml-substitute-special): Return a single string instead
11641         of a list of strings if an entity substitution is made.
11643 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
11645         * calendar/icalendar.el: New file.
11647 2004-10-05  Juri Linkov  <juri@jurta.org>
11649         * isearch.el (isearch-done): Set mark after running hook.
11650         Reported by Drew Adams <drew.adams@oracle.com>.
11652         * info.el (Info-history, Info-toc): Fix Info headers.
11653         (Info-toc): Narrow buffer before Info-fontify-node.
11654         (Info-build-toc): Don't check for special Info file names.
11655         Set main-file to nil if Info-find-file returns a symbol.
11657 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
11659         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11660         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11661         * calendar/cal-menu.el (calendar-mode-map): Ditto.
11663 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
11665         * calendar/cal-iso.el (calendar-iso-read-args): New function,
11666         for old interactive spec from calendar-goto-iso-date.
11667         (calendar-goto-iso-date): Use it.
11668         (calendar-goto-iso-week): New function.  Suggested by Emilio
11669         C. Lopes <eclig@gmx.net>.
11671 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
11673         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11674         `set-right-margin' bindings that follow the minor mode conventions.
11676 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11678         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11679         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11680         (latex-block-args-alist): Add minipage and picture.
11681         (latex-block-body-alist): Use reftex-label if enabled.
11682         (latex-insert-block): Don't insert a \n if not necessary.
11683         (tex-compile-commands): Make sure dvips doesn't send to printer.
11684         (tex-compile-default): Handle the case where no executable is found.
11685         (latex-noindent-environments): New var.
11686         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
11687         If tex-indent-allhanging is non-nil, make sure we only align for macros
11688         at beginning of line.
11690 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
11692         * newcomment.el (comment-beginning): Doc fix and don't choke on
11693         unset `comment-end-skip' when at beginning of comment.
11695 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
11697         * term.el (term-adjust-current-row-cache): Don't allow the current
11698         row to become negative.
11699         (term-emulate-terminal): Fix insert mode.  Handle tab insertion at
11700         the end of the line.  Fix scroll down.  Add comments.
11701         (term-handle-ansi-escape): Don't exceed terminal width when moving
11702         right.
11703         (term-scroll-region): Move the cursor after setting the scroll region.
11705 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
11707         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11708         to `width' for consistency with docstring.  Doc fix.
11710 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
11712         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11713         This is necessary for derived modes.
11715 2004-09-30  Kim F. Storm  <storm@cua.dk>
11717         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11718         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11720         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11721         kmacro-extract-lambda functions.
11722         (edit-kbd-macro): Handle kmacro lambda forms.
11723         Include counter and counter format in edit buffer.
11724         (edmacro-finish-edit): Get counter and format from edit buffer and
11725         update kmacro bindings when found.
11727 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
11729         * textmodes/paragraphs.el (forward-paragraph):
11730         Avoid args-out-of-range error when point winds up at the beginning of
11731         the buffer and hard newlines are enabled.
11733         * newcomment.el (comment-multi-line): Doc fix.
11735 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11737         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11738         (diff-fixup-modifs): Catch unified-diff file-headers.
11740 2004-09-29  Kim F. Storm  <storm@cua.dk>
11742         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11743         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11744         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11746         * fringe.el (fringe-bitmap-p): New macro.
11747         (fringe-bitmaps): Add standard fringe bitmaps on load.
11749 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11751         * dired.el (dired-view-command-alist): Use more efficient regexps.
11752         Remove dubious arguments.
11753         (dired-align-file): New function.
11754         (dired-insert-directory): Use it.
11755         (dired-move-to-end-of-filename): Make the " -> " search more specific.
11756         (dired-buffers-for-dir): Remove unused var `pattern'.
11758 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
11760         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11761         from diary display excursion.  Store diary buffer's point for
11762         `simple-diary-display'.
11763         (simple-diary-display): Set window point and start when
11764         displaying buffer, to preserve point.
11766 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
11768         * textmodes/enriched.el (enriched-translations): Replace defconst
11769         with defvar.
11771 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11773         * printing.el: Doc fix.
11774         (pr-version): New version number (6.8.1).
11775         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11776         make-temp-name.
11777         (pr-delete-file): Check if file exists before deleting it.
11778         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11780 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11782         * term.el (term-display-table): New variable.
11783         (term-mode): Use it.
11784         (term-exec-1): Set the coding system to binary.
11785         (term-emulate-terminal): Decode the string before inserting it.
11787 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
11789         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11790         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11791         (map): Bind S-prior, S-next and S-insert.
11792         (term-mode): Set `indent-tabs-mode' to nil.
11793         (term-paste): New function to be bound to S-insert.
11794         (term-send-del, term-send-backspace): Change the strings sent.
11795         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11796         (term-handle-colors-array): Fix handling of underline and reverse.
11797         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
11798         (term-erase-in-line): Fix comparison.
11799         (term-emulate-terminal): Fix line wrap handling.
11800         (term-start-output-log): Rename from `term-set-output-log'.
11801         (term-stop-output-log): Rename from `term-stop-photo'.
11802         (term-switch-to-alternate-sub-buffer): Comment out, unused.
11804 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11806         * dired.el (dired-move-to-filename): Don't output a message if
11807         raise-error is non-nil.  Fix return position and value.
11809         * files.el (insert-directory): Obey --dired even with symlinks.
11811 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
11813         * ls-lisp.el (ls-lisp-format): Mark file names with property
11814         dired-filename.
11816 2004-09-25  Kim F. Storm  <storm@cua.dk>
11818         * ido.el (ido-max-directory-size): New defcustom.
11819         (ido-decorations): Add "too big" element.
11820         (ido-directory-too-big): New dynamic var.
11821         (ido-may-cache-directory): Don't cache big directories.
11822         (ido-directory-too-big-p): New defun.
11823         (ido-set-current-directory): Update ido-directory-too-big.
11824         (ido-read-internal): Make empty ido-cur-item if too-big.
11825         (ido-buffer-internal): Use ido-read-internal directly instead of
11826         ido-read-buffer.
11827         (ido-file-internal): Init ido-directory-too-big.
11828         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11829         and redo completion with full list.
11830         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11831         it, and show completions.
11832         (ido-all-completions): Let bind ido-directory-too-big to nil.
11833         (ido-exhibit): Handle ido-directory-too-big.
11834         (ido-read-buffer): Handle fallback to read-buffer.
11835         Init ido-directory-too-big.
11836         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11837         Init ido-directory-too-big.
11839 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
11841         * subr.el (delay-mode-hooks): Doc fix.
11843 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
11845         * textmodes/enriched.el
11846         (enriched-default-text-properties-local-flag): New variable.
11847         (enriched-mode): Make sure that enabling and disabling the mode is
11848         a no-op.  Doc fix.
11850 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
11852         * calendar/holidays.el (holiday-advent): Report on a specified day
11853         offset from advent, not just advent.
11854         (holiday-easter-etc): Report on one specified day offset from
11855         easter, not all easter holidays.  Various Easter holidays moved to
11856         `christian-holidays' variable in calendar.el.
11857         * calendar/calendar.el (christian-holidays): Adapt for new
11858         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11860 2004-09-23  Kim F. Storm  <storm@cua.dk>
11862         * image.el (insert-sliced-image): Add doc string.
11864         * ido.el (ido-choice-list): New dynamic var for `list' context.
11865         (ido-context-switch-command): New dynamic var.
11866         (ido-define-mode-map): Generalize switch between file/buffer contexts.
11867         (ido-read-internal): Handle new `list' context.
11868         Handle insert-buffer and insert-file ido-exit values.
11869         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
11870         ido-context-switch-command.  Handle insert-file ido-exit value.
11871         (ido-read-buffer): Set ido-context-switch-command to 'ignore
11872         unless it is already bound by caller.
11873         (ido-file-internal): New arg switch-cmd.  Use it to setup
11874         ido-context-switch-command.  Handle insert-buffer ido-exit value.
11875         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11876         used for context switching.
11877         (ido-all-completions): Handle new `list' context.
11878         (ido-make-choice-list): Return choices for `list' context.
11879         (ido-find-file-in-dir, ido-display-file, ido-write-file)
11880         (ido-display-buffer, ido-kill-buffer): Disable context switching.
11881         (ido-insert-buffer, ido-insert-file): Setup context switching.
11882         (ido-exhibit): Handle `list' context.
11883         (ido-read-file-name): Disable context switching.  Handle fallback.
11884         (ido-read-directory-name): Disable context switching.
11885         (ido-completing-read): New defun like completing-read.  Setup and
11886         use new `list' context.
11888 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
11890         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11892 2004-09-21  Jay Belanger  <belanger@truman.edu>
11894         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11895         `calc-graph-set-styles' so the gnuplot buffer will appear in a
11896         separate window.
11898 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
11900         * subr.el (after-change-major-mode-hook): Doc fix.
11902 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11904         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
11905         of ghostscript for monochrome PostScript file in Windows.
11907 2004-09-21  Kenichi Handa  <handa@m17n.org>
11909         * descr-text.el (describe-char): Checking of quail activation fixed.
11911 2004-09-21  Jay Belanger  <belanger@truman.edu>
11913         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11915 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
11917         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11918         after the mode hooks instead of before.  Doc fix.
11920 2004-09-20  Jason Rumney  <jasonr@gnu.org>
11922         * startup.el (command-line) [windows-nt]: Try .emacs first, then
11923         _emacs, but revert to .emacs if neither exists in home directory.
11925 2004-09-20  John Paul Wallington  <jpw@gnu.org>
11927         * bindings.el (completion-ignored-extensions): Add .dfsl.
11929 2004-09-20  Richard M. Stallman  <rms@gnu.org>
11931         * bindings.el (scroll-left): Make it disabled.
11933         * files.el (enable-local-eval): Doc fix.
11935         * indent.el (move-to-left-margin): Special case for minibuffer.
11937         * term.el (term-emulate-terminal): Turn off undo for output.
11938         Use with-current-buffer and save-selected-window.
11940         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11942         * progmodes/make-mode.el (makefile-fill-paragraph):
11943         Don't insist on spaces when looking for comments.  # is enough.
11945         * files.el (hack-local-variables): Copy the variables list
11946         to another buffer, strip prefixes and suffixes there, then read.
11947         (enable-local-eval): Doc fix.
11948         (ignored-local-variables): Initialize to nil.
11949         (risky-local-variable-p): Don't check ignored-local-variables here.
11950         (hack-one-local-variable): Ignore var if in ignored-local-variables.
11952 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
11954         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11955         of = to "." (punctuation).
11957 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11959         * subr.el (event-basic-type): Fix mask (extend to 22bits).
11961 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
11963         * textmodes/enriched.el (enriched-rerun-flag): New variable.
11964         (enriched-before-change-major-mode): New function.
11965         Add it to `change-major-mode-hook'.
11966         (enriched-after-change-major-mode): New function.
11967         Add it to `after-change-major-mode-hook'.
11968         (enriched-mode): Make it work correctly if called from
11969         `after-change-major-mode-hook'.
11970         No longer set `indent-line-function'.
11972         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11974         * subr.el (after-change-major-mode-hook): New variable.
11975         (run-mode-hooks): Implement it.
11977 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11979         * battery.el (battery-linux-proc-apm): Use string-to-number.
11980         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11981         Use dolist (and less indentation).  Use erase-buffer.
11982         Pre-initialize `design-capacity', `warn', and `low'.
11983         (battery-format): Use replace-regexp-in-string.
11985 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11987         * battery.el: Delete superfluous empty lines.
11988         (battery-linux-proc-acpi): Attempt to gather information from all
11989         battery subdirectories regardless of their file name.
11990         (battery-linux-proc-apm): Replace all occurrences of
11991         battery-hex-to-int-2 with string-to-int (base 16).
11992         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11993         (battery-hex-map): Delete variable.
11995 2004-09-18  John Paul Wallington  <jpw@gnu.org>
11997         * calc/calc-units.el (calc-quick-units): Fix overzealous
11998         s/or/unless/.
12000 2004-09-17  Jay Belanger  <belanger@truman.edu>
12002         * calc/calc.el (calc-mode-var-list): Fix the value of
12003         `calc-matrix-brackets'.
12005 2004-09-17  Romain Francoise  <romain@orebokech.com>
12007         * ibuf-ext.el (define-ibuffer-filter filename):
12008         Expand dired-directory since buffer-file-name is absolute.
12010 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
12012         * ediff-init.el (ediff-current-diff-face-A)
12013         (ediff-current-diff-face-B, ediff-current-diff-face-C)
12014         (ediff-current-diff-face-Ancestor)
12015         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12016         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12017         (ediff-even-diff-face-A, ediff-even-diff-face-B)
12018         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12019         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12020         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12021         Use min-colors.
12023         * term.el (term-down): Perform vertical motion if DOWN is negative.
12024         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
12025         (term-termcap-format): Synchronyze with the eterm terminfo entry
12026         in etc/e/eterm.ti.
12027         (term-handle-colors-array): If the current foreground or
12028         background are zero (i.e. unspecified), use the foreground and
12029         background of the default face for reverse video.
12030         (term-ansi-at-eval-string, term-ansi-default-fg)
12031         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
12032         (term-mem): Delete ununsed function.
12033         (term-protocol-version): Increment.
12034         (term-current-face): Set to default.
12036 2004-09-15  Jay Belanger  <belanger@truman.edu>
12038         * calc/calc.el (calc-mode-var-list): Define this variable.
12039         (calc-always-load-extensions, calc-line-numbering)
12040         (calc-line-breaking, calc-display-just, calc-display-origin)
12041         (calc-number-radix, calc-leading-zeros, calc-group-digits)
12042         (calc-group-char, calc-point-char, calc-frac-format)
12043         (calc-prefer-frac, calc-hms-format, calc-date-format)
12044         (calc-float-format, calc-full-float-format, calc-complex-format)
12045         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12046         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12047         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12048         (calc-matrix-brackets, calc-language, calc-language-option)
12049         (calc-left-label, calc-right-label, calc-word-size)
12050         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12051         (calc-display-raw, calc-internal-prec, calc-angle-mode)
12052         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12053         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12054         (calc-window-height, calc-display-trail, calc-show-selections)
12055         (calc-use-selections, calc-assoc-selections)
12056         (calc-display-working-message, calc-auto-why, calc-timing)
12057         (calc-mode-save-mode, calc-standard-date-formats)
12058         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
12059         (calc-user-parse-tables, calc-gnuplot-default-device)
12060         (calc-gnuplot-default-output, calc-gnuplot-print-device)
12061         (calc-gnuplot-print-output, calc-gnuplot-geometry)
12062         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12063         (calc-invocation-macro, calc-show-banner): Give these values as
12064         part of `calc-mode-var-list's initialization after the variables
12065         are declared with defvar.
12066         (calc-bug-address): Change email address to send bug reports to.
12067         Change the maintainer address at the top.
12068         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
12069         than "\\.emacs" to determine if it is the user-init-file.
12071         * calc/calc-embed.el (calc-embedded-set-modes): Use
12072         `calc-mode-var-list' correctly.
12074 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
12076         * vc.el (annotate-time): Document point handling.
12077         (vc-annotate-display-autoscale): Doc fix.
12079 2004-09-15  Miles Bader  <miles@gnu.org>
12081         * generic.el (generic-make-keywords-list): Use symbol rather than
12082         word anchors in regexp.
12084 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
12086         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
12087         no file name consider `dired-directory'.
12089 2004-09-14  Kim F. Storm  <storm@cua.dk>
12091         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
12093 2004-09-14  Simon Josefsson  <jas@extundo.com>
12095         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
12097         * textmodes/dns-mode.el: Add.
12099 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12101         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
12102         (disabled-command-function): Make the ?\  char more obvious.
12104         * vc-arch.el (vc-arch-root, vc-arch-registered):
12105         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
12107 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
12109         * windmove.el (windmove-frame-edges): Report coordinates of
12110         outside edges of frame, not inside edges.
12111         (windmove-coordinates-of-position): Convert into wrapper to new
12112         function `windmove-coordinates-of-window-position';
12113         `compute-motion' always applies to selected window.
12114         (windmove-coordinates-of-position): Update documentation to refer
12115         to Emacs 21 Lisp Reference Manual.
12116         (windmove-find-other-window): Fix off-by-one errors for max x,y.
12118 2004-09-13  Kim F. Storm  <storm@cua.dk>
12120         * isearch.el (isearch-resume-in-command-history): Rename from
12121         isearch-resume-enabled and change default to nil.
12123 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12125         * vc-hooks.el (vc-ignore-dir-regexp): New var.
12126         (vc-registered): Use it.
12127         (vc-find-root): New fun.
12129         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12130         Don't tell to use \\{...} when it's already done.
12132         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
12133         Provide a sample complex default.
12134         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
12135         (bibtex-entry): Use mapc.
12137 2004-09-12  Kim F. Storm  <storm@cua.dk>
12139         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
12141         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
12142         inhibit-field-text-motion to t so rectangles work in comint buffers.
12144         * simple.el (choose-completion-string): Set buffer before running
12145         choose-completion-string-functions hook so it can be buffer-local.
12147 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
12149         * progmodes/compile.el (compilation-start): Parse command to see
12150         if it starts with a cd, and if so perform it for the *compilation*
12151         buffer.  Change the header to reflect this.
12153 2004-09-11  Kim F. Storm  <storm@cua.dk>
12155         * ido.el (ido-enable-dot-prefix): Doc fix.
12156         (ido-enable-dot-prefix): New defcustom.
12157         (ido-set-matches1): Use it.
12159 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12161         * textmodes/bibtex.el (bibtex-mark-active)
12162         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
12164 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12166         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
12167         used in a case insensitive environment.
12168         (bibtex-mode-map): Rearrange order of menus.
12169         (bibtex-quoted-string-re): Obsolete.
12170         (bibtex-complete-key-cleanup): Variable replaced by new function.
12171         (bibtex-font-lock-keywords): Use backquotes.
12172         (bibtex-font-lock-url-regexp): New internal variable.
12173         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
12174         "OPT" and "ALT".
12175         (bibtex-insert-current-kill, bibtex-make-field)
12176         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
12177         (bibtex-parse-field-text): Simplify.
12178         (bibtex-string=): New helper function.
12179         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
12180         (bibtex-map-entries): Use bibtex-string=.
12181         (bibtex-search-entry): Use not.
12182         (bibtex-enclosing-field): Fix docstring.
12183         (bibtex-assoc-regexp): Obsolete.
12184         (bibtex-format-entry): Use assoc-string and bibtex-string=.
12185         (bibtex-autokey-get-names): Handle empty name field.
12186         (bibtex-parse-strings): Use assoc-string and unless.
12187         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
12188         Use assoc-string.
12189         (bibtex-pop): Simplify.
12190         (bibtex-mode): Set font-lock-extra-managed-props.
12191         (bibtex-entry-update): Use assoc-string.
12192         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
12193         (bibtex-autofill-entry): Use bibtex-string=.
12194         (bibtex-print-help-message): Simplify.
12195         (bibtex-find-entry): New optional arg START.
12196         (bibtex-validate): Use bibtex-string= and assoc-string.
12197         Do not call obsolete function compilation-parse-errors.
12198         (bibtex-remove-delimiters): Only remove delimiters if present.
12199         (bibtex-copy-entry-as-kill): Add docstring.
12200         (bibtex-clean-entry): Use bibtex-string=.  Handle empty keys.
12201         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
12202         (bibtex-complete): Use bibtex-predefined-month-strings,
12203         bibtex-string=, and new function bibtex-complete-key-cleanup.
12204         (bibtex-generate-url-list): New variable.
12205         (bibtex-url): New command bound to C-c C-l and mouse-2.
12206         (bibtex-url-map): New local keymap for bibtex-url-mouse.
12207         (bibtex-font-lock-url): New function.
12209 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12211         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
12213 2004-09-09  Kim F. Storm  <storm@cua.dk>
12215         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
12216         counter and format with binding.
12217         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
12218         the declared macro uses own macro counter and format.  Give symbol
12219         kmacro property.
12220         (kmacro-keymap): Bind kmacro-name-last-macro to n.
12221         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
12222         (kmacro-end-and-call-macro): Doc fix.
12224 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
12226         * desktop.el (desktop-clear-preserve-buffers):
12227         Remove make-obsolete-variable.
12229 2004-09-08  Richard M. Stallman  <rms@gnu.org>
12231         * buff-menu.el (list-buffers-noselect): Call format-mode-line
12232         with the buffer as argument.
12234 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12236         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
12238 2004-09-08  Juri Linkov  <juri@jurta.org>
12240         * replace.el (perform-replace): Use `query-replace-descr'.
12242         * cus-start.el (history-delete-duplicates): Specify customization.
12244         * diff-mode.el (diff-mode-map):
12245         * progmodes/compile.el (compilation-mode-map):
12246         * progmodes/grep.el (grep-mode-map):
12247         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
12248         to `next-error-follow-minor-mode'.
12250 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12252         * isearch.el (isearch-lazy-highlight-update): Take into account
12253         the case of zero-length match at the search bound.
12255 2004-09-08  Kim F. Storm  <storm@cua.dk>
12257         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
12258         change.  Use zero width overlays when necessary.
12260 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12262         * subr.el (split-string): Docfix.
12264 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12266         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
12267         (display-call-tree): Ensure newline after caller/calls blocks.
12269 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12271         * startup.el (command-line-1): Make option
12272         --directory/-L modify `load-path' straight away.
12274 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12276         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
12278 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12280         * emacs-lisp/autoload.el (make-autoload):
12281         Handle `define-compilation-mode'.
12283         * emacs-lisp/lisp-mode.el (define-compilation-mode):
12284         Specify `doc-string-elt' property.
12286 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12288         * bs.el (bs-mode): Doc fix.
12290 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12292         * info.el (Info-insert-dir): Fix temp buffer leak bug.
12294 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12296         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
12298 2004-09-08  Kenichi Handa  <handa@m17n.org>
12300         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
12301         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
12302         ps-mule-next-point -> 1+).
12304         * composite.el (encode-composition-rule): Add autoload cooky.
12306 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
12308         * format.el (buffer-auto-save-file-format): Make it permanent local.
12310 2004-09-07  Kim F. Storm  <storm@cua.dk>
12312         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
12313         (authors-fixed-entries): Fix typo.
12314         (authors-canonical-author-name): Compact multiple spaces.
12315         Ignore trivial names (e.g. only first name).
12317         * term.el (term-window-width): Only use full window width on
12318         window system if overflow-newline-into-fringe is enabled.
12319         (term-mode): Don't disable overflow-newline-into-fringe.
12321 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12323         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
12324         motion as seen on my Mac OS X xterms.
12326         * newcomment.el (uncomment-region-default, comment-region-default):
12327         New functions extracted from uncomment-region and comment-region.
12328         (comment-region, comment-region-function, uncomment-region)
12329         (uncomment-region-function): Use them.
12331         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
12333         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
12334         It's not crucial but can make sense at times.
12336         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
12337         the first commit.
12339         * vc.el (vc-buffer-context, vc-restore-buffer-context):
12340         Disable obsolete code.
12342 2004-09-07  Juri Linkov  <juri@jurta.org>
12344         * progmodes/grep.el (grep-highlight-matches): Change default from
12345         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
12346         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
12347         if grep option `--color' is available, or to `nil' otherwise.
12348         (grep-process-setup): Call `grep-compute-defaults' if
12349         `grep-highlight-matches' is not computed.  Set env-vars only
12350         if `grep-highlight-matches' is `t'.
12351         (grep-use-null-device): Remove redundant type `boolean' (`choice'
12352         is already defined).
12354         * progmodes/compile.el (compilation-start): Use copy of
12355         `process-environment' created by `copy-sequence' to not
12356         modify env-vars in the global `process-environment'.
12358 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
12360         * simple.el (next-error-follow-minor-mode): Fix last change.
12362 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
12364         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
12365         permanent local.
12367 2004-09-04  Richard M. Stallman  <rms@gnu.org>
12369         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
12370         highlighting if the search string is empty.
12372 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
12374         * facemenu.el (facemenu-active-faces): Change condition of inner
12375         `while' loop to also check the first two elements of `face-atts'
12376         and `mask-atts'.
12378 2004-09-04  John Paul Wallington  <jpw@gnu.org>
12380         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
12381         (thumbs-view-image-mode): Make buffer read-only.
12383 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
12385         * textmodes/ispell.el (ispell-really-aspell): New defvar.
12386         (ispell-check-version): Set it.
12387         (ispell-send-replacement): New function.
12388         (ispell-process-line): Call ispell-send-replacement.
12390 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
12392         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
12393         Support choosing seconds with "s".
12395 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
12397         * terminal.el (te-escape): Show `?' in prompt for help key.
12399 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
12401         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
12403 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
12405         * simple.el (next-error-follow-minor-mode)
12406         (next-error-follow-mode-post-command-hook): New functions.
12407         (next-error-follow-last-line): New defvar.
12409         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
12410         * progmodes/compile.el (compilation-mode-map): Likewise.
12411         * progmodes/grep.el (grep-mode-map): Likewise.
12412         * replace.el (occur-mode-map): Likewise.
12414         * newcomment.el (uncomment-region): Bind comment-use-global-state
12415         to nil.
12417 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
12419         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12420         locally around the call to `revert-buffer'.
12422 2004-09-03  Juri Linkov  <juri@jurta.org>
12424         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12425         `isearch-adjusted' to `t'.
12426         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12427         (isearch-message-prefix): Add "pending" for isearch-adjusted.
12428         (isearch-other-meta-char): Restore isearch-point unconditionally.
12429         (isearch-query-replace): Add new arg `regexp-flag' and use it.
12430         Set point to start of match if region is not active in transient
12431         mark mode (to include the current match to region boundaries).
12432         Push the search string to `query-replace-from-history-variable'.
12433         Add prompt "Query replace regexp" for isearch-regexp.
12434         Add region beginning/end as last arguments of `perform-replace.'
12435         (isearch-query-replace-regexp): Replace code by the call to
12436         `isearch-query-replace' with arg `t'.
12438 2004-09-03  Richard M. Stallman  <rms@gnu.org>
12440         * startup.el (normal-top-level): Undo previous TERM change.
12442 2004-09-03  Kim F. Storm  <storm@cua.dk>
12444         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12445         highlight overlays; allow using RET when cursor is over a button.
12446         (cua--highlight-rectangle): Use it.
12447         (cua--rectangle-set-corners): Don't move backwards at eol.
12448         (cua--forward-line): Don't move into void after eob.
12450         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12451         point is set (and displayed) inside rectangle.
12452         (cua--rectangle-operation): Fix for highlight of empty lines.
12453         (cua--highlight-rectangle): Fix highlight for tabs.
12454         Position cursor at left/right edge of rectangle using new `cursor'
12455         property on overlay strings.
12456         (cua--indent-rectangle): Don't tabify.
12457         (cua-rotate-rectangle): Ignore that point has moved.
12459 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12461         * term/mac-win.el: Add ASCII equivalents for some function keys.
12462         (mode-line-frame-identification): Sync with x-win.el.
12464 2004-09-02  Juri Linkov  <juri@jurta.org>
12466         * progmodes/compile.el (compilation-buffer-name): Compare major
12467         mode with second element of compilation-arguments instead of third
12468         to reflect latest changes in compilation-arguments structure.
12469         (recompile): Use global variable `compilation-directory' to get
12470         recent compilation directory only when `recompile' is invoked NOT
12471         in the compilation buffer.  Otherwise, use `default-directory' of
12472         the compilation buffer.
12473         (compilation-error-properties): Allow to funcall col and end-col.
12474         (compilation-mode-font-lock-keywords): Check col and end-col by
12475         `integerp'.
12476         (compilation-goto-locus): If end-mk is non-nil in transient mark
12477         mode don't activate the mark (and don't display message in
12478         push-mark), but highlight overlay between mk and end-mk.
12480         * progmodes/grep.el (grep-highlight-matches): New defcustom.
12481         (grep-regexp-alist): Add rule to highlight grep matches.
12482         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12484         * info.el (Info-fontify-node): Don't compute other-tag
12485         if Info-hide-note-references=hide.
12487         * help.el (function-called-at-point):
12488         * help-fns.el (variable-at-point):
12489         Try `find-tag-default' when other methods failed.
12491         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12492         Do not push mark if inhibit-mark-movement is non-nil.
12494         * textmodes/ispell.el (ispell-html-skip-alists):
12495         Fix backslashes in docstring.
12497 2004-09-01  Juri Linkov  <juri@jurta.org>
12499         * isearch.el (isearch-wrap-function)
12500         (isearch-push-state-function): New defvars.
12501         (isearch-pop-fun-state): New defsubst.
12502         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12503         (isearch-push-state): Set the result of calling
12504         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12505         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12506         restore the mode-specific starting point of terminated search.
12507         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12508         (isearch-repeat): Call `isearch-wrap-function' if defined.
12509         (isearch-message-prefix): Don't add prefix "over" to the message
12510         for wrapped search if `isearch-wrap-function' is defined.
12511         (isearch-search): Call function saved in `isearch-pop-fun-state' to
12512         restore the mode-specific starting point of failed search.
12514         * info.el (Info-search-whitespace-regexp): Fix backslashes.
12515         (Info-search): Add new optional arguments for the sake of isearch.
12516         Replace whitespace in Info-search-whitespace-regexp literally.
12517         Add backward search.  Don't call `Info-select-node' if regexp is
12518         found in the same Info node.  Don't add node to Info-history for
12519         wrapped isearch.
12520         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12521         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12522         (Info-mode): Set local variables `isearch-search-fun-function',
12523         `isearch-wrap-function', `isearch-push-state-function',
12524         `search-whitespace-regexp'.
12526         * isearch.el: Remove ancient Change Log section.
12527         (isearch-string, isearch-message-string, isearch-point)
12528         (isearch-success, isearch-forward-flag, isearch-other-end)
12529         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12530         (isearch-barrier, isearch-within-brackets)
12531         (isearch-case-fold-search): Add suffix `-state' to state-related
12532         defsubsts to avoid name clashes with other function names.
12534         * simple.el (next-error): New defgroup and defface.
12535         (next-error-highlight, next-error-highlight-no-select):
12536         New defcustoms.
12537         (next-error-no-select): Let-bind next-error-highlight to the value
12538         of next-error-highlight-no-select before calling `next-error'.
12540         * progmodes/compile.el (compilation-goto-locus):
12541         Use `next-error' face instead of `region'.  Set 4-th argument of
12542         `move-overlay' to `current-buffer' to move overlay to different
12543         source buffers.  Use new variable `next-error-highlight'.
12545         * simple.el (next-error-find-buffer): Move the rule
12546         "if current buffer is a next-error capable buffer" after the
12547         rule "if next-error-last-buffer is set to a live buffer".
12548         Simplify to test all rules in one `or'.
12549         (next-error): Doc fix.
12550         (next-error, previous-error, first-error)
12551         (next-error-no-select, previous-error-no-select):
12552         Make arguments optional.
12554 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
12556         * macros.el (apply-macro-to-region-lines): Make it operate on all
12557         lines that begin in the region, rather than on all complete lines
12558         in the region.
12560 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12562         * x-dnd.el (x-dnd-protocol-alist): Document update.
12563         (x-dnd-known-types): Defcustom it.
12564         (x-dnd-handle-motif): Print message-atom in error message.
12566 2004-08-30  John Paul Wallington  <jpw@gnu.org>
12568         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12569         strings rather than programatically constructing message.
12571 2004-08-30  Richard M. Stallman  <rms@gnu.org>
12573         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12574         Don't return a string that would read as the wrong character code.
12576 2004-08-29  Kim F. Storm  <storm@cua.dk>
12578         * emulation/cua-base.el (cua-auto-expand-rectangles):
12579         Remove automatic rectangle padding feature; replace by non-destructive
12580         virtual rectangle edges feature.
12581         (cua-virtual-rectangle-edges): New defcustom.
12582         (cua-auto-tabify-rectangles): New defcustom.
12583         (cua-paste): If paste into a marked rectangle, insert rectangle at
12584         current column, even if virtual; also paste exactly as many lines
12585         as has been marked (ignore additional lines or add empty lines),
12586         but paste whole source if only one line is marked.
12587         (cua--update-indications): No longer use overwrite-cursor to
12588         indicate rectangle padding
12590         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12591         (cua--rectangle-virtual-edges): New defun.
12592         (cua--rectangle-get-corners): Remove optional PAD arg.
12593         (cua--rectangle-set-corners): Never do padding.
12594         (cua--forward-line): Remove optional PAD arg.  Simplify.
12595         (cua-resize-rectangle-right, cua-resize-rectangle-left)
12596         (cua-resize-rectangle-down, cua-resize-rectangle-up):
12597         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12598         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12599         (cua--rectangle-move): Never do padding.  Simplify.
12600         (cua--tabify-start): New defun.
12601         (cua--rectangle-operation): Add tabify arg.  All callers changed.
12602         (cua--pad-rectangle): Remove.
12603         (cua--delete-rectangle): Handle delete with virtual edges.
12604         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12605         (cua--insert-rectangle): Handle insert at virtual column.
12606         Perform auto-tabify if necessary.
12607         (cua--activate-rectangle): Remove optional FORCE arg.
12608         Never do padding.  Simplify.
12609         (cua--highlight-rectangle): Enhance for virtual edges.
12610         (cua-toggle-rectangle-padding): Remove command.
12611         (cua-toggle-rectangle-virtual-edges): New command.
12612         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
12613         (cua--rectangle-post-command): Don't force rectangle padding.
12614         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12616 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
12618         * indent.el (edit-tab-stops-buffer): Doc fix.
12620 2004-08-28  Richard M. Stallman  <rms@gnu.org>
12622         * progmodes/grep.el (grep-default-command): Use find-tag-default.
12623         (grep-tag-default): Function deleted.
12625         * subr.el (find-tag-default): Move from etags.el.
12627         * progmodes/etags.el (find-tag-default): Move to subr.el.
12629         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12630         into the basic character if it has an uppercase form.
12632 2004-08-27  Kenichi Handa  <handa@m17n.org>
12634         * international/utf-8.el (utf-8-post-read-conversion): If the
12635         buffer is unibyte, temporarily make it multibyte.
12637 2004-08-27  Masatake YAMATO  <jet@gyve.org>
12639         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12641 2004-08-25  John Paul Wallington  <jpw@gnu.org>
12643         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12644         0, 1, and many mismatches in message.
12645         (tex-start-shell): Use `set-process-query-on-exit-flag'.
12647         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12648         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12650 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12652         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12653         vc-diff-switches differently.
12655 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
12657         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12658         before and a real defvar after
12659         `speedbar-supported-extension-expressions'.  This is to silence
12660         the compiler without breaking bootstrapping.
12662 2004-08-22  Richard M. Stallman  <rms@gnu.org>
12664         * textmodes/flyspell.el (flyspell-word):
12665         Use set-process-query-on-exit-flag.
12666         (flyspell-highlight-duplicate-region): Take POSS as arg.
12667         (flyspell-word): Pass POSS as arg.
12669         * progmodes/ada-xref.el: Many doc and style fixes.
12670         (ada-find-any-references): Use compilation-start.
12671         (ada-get-ali-file-name): Improve error msg.
12672         (ada-get-ada-file-name): Likewise.
12674         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12675         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12677         * mail/mail-extr.el (mail-extr-all-top-level-domains):
12678         Add forward defvar.
12680         * whitespace.el (global-whitespace-mode): New alias
12681         for whitespace-global-mode.
12683         * speedbar.el (speedbar-file-regexp): Move definition up.
12684         (speedbar-mode, speedbar-set-mode-line-format):
12685         Use with-no-warnings.
12686         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12688         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12689         controls whether to display the error buffer.
12691         * ps-mule.el: Delete compatibility code for old Emacses.
12692         (ps-mule-find-wrappoint): Don't use chars-in-region.
12694         * frame.el (display-mouse-p, display-selections-p):
12695         Use with-no-warnings.
12697         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12699 2004-08-22  David Kastrup  <dak@gnu.org>
12701         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12702         information.
12704         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12706 2004-08-22  Andreas Schwab  <schwab@suse.de>
12708         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12710 2004-08-22  Masatake YAMATO  <jet@gyve.org>
12712         * cvs-status.el (cvs-status-checkout): New function.
12713         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12715 2004-08-21  David Kastrup  <dak@gnu.org>
12717         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12718         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12719         has been converted to use hashtables, the relation `nil=none' is
12720         no longer valid, as `nil' is not a hashtable.  This patch tries to
12721         reduce the number of resulting errors.
12723 2004-08-21  John Paul Wallington  <jpw@gnu.org>
12725         * subr.el (process-kill-without-query): Made obsolete in
12726         version 21.4, not 21.5.
12728         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12729         (vc-previous-comment, vc-next-comment)
12730         (vc-comment-search-reverse, vc-comment-search-forward)
12731         (vc-comment-to-change-log): Likewise.
12733         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12735 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
12737         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12738         Correct indentation of DEFMETHODS with non-standard method
12739         combinations (e.g., PROGN, MIN, MAX).
12741 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12743         * startup.el (normal-top-level-add-subdirs-to-load-path):
12744         Avoid unnecessarily checking system-type.
12745         (normal-top-level): Set TERM to "dumb".  Simplify.
12747         * avoid.el (mouse-avoidance-ignore-p): New fun.
12748         Also ignore switch-frame, select-window, double, and triple clicks.
12749         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12750         (mouse-avoidance-fancy-hook): Use it.
12752 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
12754         * avoid.el (mouse-avoidance-nudge-mouse)
12755         (mouse-avoidance-banish-destination): Stay within the current window
12756         to avoid problems with mouse-autoselect-window.
12758 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12760         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12761         the newer format of some messages in cvs-1.12.1.
12763 2004-08-19  Masatake YAMATO  <jet@gyve.org>
12765         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12766         (elp-results-jump-to-definition-by-mouse)
12767         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12768         (elp-output-result): Use elp-output-insert-symname.
12770 2004-08-18  Kenichi Handa  <handa@m17n.org>
12772         * language/cyrillic.el: Register koi8-r in
12773         ctext-non-standard-encodings-alist.
12774         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12776 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
12778         * emacs-lisp/copyright.el (copyright-update-year): Delete code
12779         that replaces 20xy with xy.
12781 2004-08-17  John Paul Wallington  <jpw@gnu.org>
12783         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12784         (reb-force-update): Doc fix.
12786 2004-08-16  Richard M. Stallman  <rms@gnu.org>
12788         * progmodes/which-func.el (which-func-update-1): Doc fix.
12790         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12791         (sh-mode-abbrev-table): New variable.
12793         * progmodes/compile.el (compilation-mode): Doc fix.
12795         * emacs-lisp/lisp-mode.el (eval-last-sexp):
12796         Don't cons a new symbol each time.
12797         (eval-last-sexp-fake-value): New variable.
12799         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12800         (copyright-update-year): Detect continuation of list of years.
12802         * term.el (term-default-fg-color, term-default-bg-color)
12803         (ansi-term-color-vector): Use `unspecified', not nil, as default.
12805         * imenu.el: Several doc fixes: don't say variables are buffer-local.
12807 2004-08-16  Davis Herring  <herring@lanl.gov>
12809         * isearch.el (isearch-string, isearch-message-string, isearch-point)
12810         (isearch-success, isearch-forward-flag, isearch-other-end)
12811         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12812         (isearch-barrier, isearch-within-brackets)
12813         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12815 2004-08-16  Kenichi Handa  <handa@m17n.org>
12817         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12819 2004-08-15  Kenichi Handa  <handa@m17n.org>
12821         * term/x-win.el (x-selection-value): If utf8 was successful but
12822         ctext was not, use utf8 string.
12824 2004-08-14  Davis Herring  <herring@lanl.gov>
12826         * isearch.el: Remove accidental changes of March 4.  Fix backing
12827         up when a regexp isearch is made more general.  Use symbolic
12828         accessor functions for isearch stack frames to make usage clearer.
12829         (search-whitespace-regexp): Made groups in documentation shy (as
12830         is the group in the default value).
12831         (isearch-fallback): New function, addresses problems with regexps
12832         liberalized by `\|', adds support for liberalization by `\}' (the
12833         general repetition construct), and incorporates behavior for
12834         `*'/`?'.
12835         (isearch-}-char): New command, calls `isearch-fallback' with
12836         arguments appropriate to a typed `}'.
12837         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12838         appropriately.
12839         (isearch-mode-map): Bind `}' to `isearch-}-char'.
12840         (isearch-string, isearch-message,string, isearch-point)
12841         (isearch-success, isearch-forward-flag, isearch-other-end)
12842         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12843         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12844         New inline functions to read fields of a stack frame.
12846 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
12848         * battery.el (battery-linux-proc-acpi): Look into battery
12849         directories matching the literal string "CMB", too (required for
12850         Linux kernel version 2.6.7).
12852 2004-08-14  John Paul Wallington  <jpw@gnu.org>
12854         * cus-start.el (read-file-name-completion-ignore-case): Add.
12855         (blink-cursor-alist): Change version to "21.4".
12857         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12859 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
12861         * speedbar.el (speedbar-scan-subdirs): New option.
12862         (speedbar-file-lists): Don't ignore file-name case on Unix and use
12863         dolist.
12864         (speedbar-insert-files-at-point): Take an extra argument and use
12865         it to optionally find out if a subdir is empty.  Also unreadable
12866         files don't get expand buttons.
12867         (speedbar-directory): New image (unused pixmap already existed).
12868         (speedbar-expand-image-button-alist): Use it.
12870 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
12872         CC Mode update to 5.30.9:
12874         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12875         Move from cc-vars to cc-defs for dependency reasons.  Fix the
12876         POSIX char class test to check that it works in
12877         `skip-chars-(forward|backward)' too.
12879         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12880         first argument starts with a special brace list.
12882         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12883         when `c-opt-type-concat-key' is used (i.e. in Pike).
12885         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12886         Fix bug when the inner char pair doesn't have paren syntax,
12887         i.e. "(<>)".
12889         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12890         whitespace safe.
12892         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12893         position for `arglist-intro', `arglist-cont-nonempty' and
12894         `arglist-close' when there are two arglist open parens on the same
12895         line and there's nothing in front of the first.
12897         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12898         locking of qualified names in Java, which previously could fontify
12899         common indexing expressions in many cases.  The standard Java
12900         naming conventions are used to tell them apart.
12902         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12903         Fix inconsistency wrt opening parens on the first line inside a paren
12904         block.
12906         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12907         compile time for the sake of `c-major-mode-is'.
12909         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12910         `c-major-mode-is' in the event that this is used inside a
12911         `c-lang-defconst'.
12913         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12914         `c-lang-defconst' so that it works better with fallback languages.
12916         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12917         it to fail to record the base mode.
12919         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12920         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12921         is used.  Reorder the syntax checks to get more efficient
12922         skipping in some situations.
12924         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12925         continuation which might precede the newly inserted '{'.
12927         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12928         Fix cases where it could loop indefinitely.
12930         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12931         size specs correctly.  Only fontify identifiers in front of '('
12932         with as functions - don't accept any paren char.  Tighten up
12933         initializer skipping to stop before function and class blocks.
12935         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12936         the point could be left directly after an open paren when finding
12937         the beginning of the first decl in the block.
12939         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12940         table when filtering out legitimate open parens to be recorded.
12941         This could cause cache inconsistencies when e.g.
12942         `c++-template-syntax-table' was temporarily in use.
12944         * progmodes/cc-engine.el (c-on-identifier)
12945         (c-simple-skip-symbol-backward): Small fix for handling "-"
12946         correctly in `skip-chars-backward'.  Affected the operator lfun
12947         syntax in Pike.
12949         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12950         Fix bug that could cause an error from `after-change-functions' when
12951         the changed region is at bob.
12953 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
12955         CC Mode update to 5.30.9:
12957         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12958         to say that <TAB> doesn't insert WS into a CPP line.
12959         (c-indent-command, c-tab-always-indent): Amend doc strings.
12961         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12962         checks for user errors, thus eliminating cryptic and unhelpful
12963         Emacs error messages.  (1) Check the arg to `c-set-style' is a
12964         string.  (2) Check that settings to `c-offsets-alist' are not
12965         spuriously quoted.
12967         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12968         which precedes the newly inserted `{'.
12970 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
12972         Sync with Tramp 2.0.44.
12974         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12975         function "tramp_file_attributes".  Otherwise, file names
12976         containing spaces are misinterpreted.  Reported by Magnus Henoch
12977         <mange@freemail.hu>.
12978         (tramp-handle-file-truename): FILENAME must be expanded first.
12979         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12980         obscure results.  Reported by D. Goel <deego@gnufans.org>.
12981         (tramp-handle-verify-visited-file-modtime): If file does not
12982         exist, say it is not modified if and only if that agrees with the
12983         buffer's record.  Check whether a file is visiting the buffer, or
12984         the buffer has no recorded last modification time.  Return t in
12985         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
12986         <teirllm@auburn.edu>.
12987         (tramp-handle-write-region): Pass modtime explicitely to
12988         `set-visited-file-modtime', because filename can be different
12989         from (buffer-file-name) if `file-precious-flag' is set.
12990         `set-visited-file-modtime' must be called always when `visit' is t
12991         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12992         (tramp-handle-set-visited-file-modtime): If `time-list' is not
12993         nil, don't apply the whole body.  If the file doesn't exists, set
12994         modtime to '(-1 65535).  Suggested by Luc Teirlinck
12995         <teirllm@auburn.edu>.
12997 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
12999         * help.el (describe-bindings): Doc fix.
13001         * subr.el (kbd): Doc fix.
13003 2004-08-08  John Paul Wallington  <jpw@gnu.org>
13005         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
13006         instead of `string-to-int'.
13007         (define-ibuffer-column mode): Fix indentation.
13009 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
13011         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
13013 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
13015         * subr.el (global-unset-key, local-unset-key): Doc fixes.
13017         * novice.el (disabled-command-function): New variable renamed from
13018         `disabled-command-hook'.
13019         (disabled-command-hook): Keep the _variable_ as alias for
13020         `disabled-command-function' and make obsolete.
13021         (disabled-command-function): Function renamed from
13022         `disabled-command-hook'.  Adapt code to name change of the variable.
13024 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
13026         * simple.el (completion-root-regexp): New defvar.
13027         (completion-setup-function): Use it instead of a literal string.
13029 2004-08-07  John Paul Wallington  <jpw@gnu.org>
13031         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
13032         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
13033         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
13034         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
13036 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
13038         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
13039         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
13041 2004-08-04  Kenichi Handa  <handa@m17n.org>
13043         * international/encoded-kb.el (encoded-kbd-setup-keymap):
13044         Fix previous change.
13046 2004-08-03  Kenichi Handa  <handa@m17n.org>
13048         * international/encoded-kb.el: The following changes are to
13049         utilize key-translation-map instead of minor mode map.
13050         (encoded-kbd-iso2022-non-ascii-map): Delete it.
13051         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
13052         (encoded-kbd-last-key): New function.
13053         (encoded-kbd-iso2022-single-shift): New function.
13054         (encoded-kbd-iso2022-designation)
13055         (encoded-kbd-self-insert-iso2022-7bit)
13056         (encoded-kbd-self-insert-iso2022-8bit)
13057         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
13058         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
13059         key-translation-map.
13060         (encoded-kbd-setup-keymap): Setup key-translation-map.
13061         (saved-key-translation-map): New variable.
13062         (encoded-kbd-mode): Save/restore key-translation-map.
13063         Adjust for the change of encoded-kbd-setup-keymap.
13065 2004-08-02  Kim F. Storm  <storm@cua.dk>
13067         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
13068         and call compute-motion with nil for topos and width to get proper
13069         usable width and height for both window and non-window systems.
13071         * windmove.el (windmove-coordinates-of-position): Let compute-motion
13072         calculate usable window width and height.
13074         * window.el (window-buffer-height): Call compute-motion with nil width.
13076 2004-08-01  David Kastrup  <dak@gnu.org>
13078         * replace.el (query-replace-read-from):
13079         Use `query-replace-compile-replacement'.
13080         (query-replace-compile-replacement): New function.
13081         (query-replace-read-to): Use `query-replace-compile-replacement'
13082         for repeating the last command.
13084 2004-08-01  John Paul Wallington  <jpw@gnu.org>
13086         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
13087         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
13088         (pr-switches): Remove period from end of error messages.
13090         * help-mode.el (help-go-back): Likewise.
13092         * abbrev.el (only-global-abbrevs): Doc fix.
13093         (edit-abbrevs-map): Define within defvar.
13094         (quietly-read-abbrev-file): Doc fix.
13096 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
13098         * novice.el (enable-command, disable-command): Doc fixes.
13100         * subr.el (event-modifiers, event-basic-type): Doc fixes.
13102 2004-07-30  Richard M. Stallman  <rms@gnu.org>
13104         * subr.el (with-local-quit): Doc fix.
13106 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
13108         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
13110 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
13112         * custom.el (defcustom): Doc fix.
13114 2004-07-28  Masatake YAMATO  <jet@gyve.org>
13116         * progmodes/etags.el (etags-tags-apropos): Show building progress.
13118 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13120         * imenu.el (imenu-prev-index-position-function)
13121         (imenu-extract-index-name-function, imenu-name-lookup-function)
13122         (imenu--index-alist): Docstring redundancy fix.
13124 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
13126         * wdired.el (wdired-finish-edit): Require dired-aux before locally
13127         binding dired-backup-overwrite.
13129 2004-07-25  John Paul Wallington  <jpw@gnu.org>
13131         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
13133 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
13135         * term/tty-colors.el (tty-color-approximate): Doc fix.
13137         * select.el (x-get-selection, x-set-selection): Doc fixes.
13139         * frame.el (make-frame): Doc fix.
13141 2004-07-24  Richard M. Stallman  <rms@gnu.org>
13143         * mail/rmail.el (rmail-mime-charset-pattern):
13144         Don't include semicolon in the charset value.
13146         * replace.el (occur-next-error): Call set-window-point.
13147         (occur-engine): Handle negative NLINES.
13149 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
13151         * frame.el (modify-all-frames-parameters): Minor doc fix.
13152         (set-frame-configuration): Doc fix.
13154 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
13156         * simple.el (completion-setup-function): Compute the common parts
13157         and the first difference place correctly when
13158         partial-completion-mode is on.
13160 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13162         * ps-print.el: Doc fix.
13163         (ps-print-version): New version 6.6.5.
13164         (ps-printing-region): Doc fix.
13165         (ps-generate-string-list): Comment fix.
13166         (ps-message-log-max): Code fix.
13168 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13170         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
13171         generated PostScript.
13173 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
13175         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
13176         with Gnus v5_10 branch.)
13178 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13180         * calendar/time-date.el (time-to-number-of-days): New function.
13181         Imported from from Gnus.
13183 2004-07-22  Kim F. Storm  <storm@cua.dk>
13185         * progmodes/make-mode.el: Fix comments.
13187 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13189         * printing.el: Doc fix.
13191 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
13193         * frame.el (modify-all-frames-parameters): Minor doc fix.
13195 2004-07-20  Richard M. Stallman  <rms@gnu.org>
13197         * textmodes/fill.el (fill-nobreak-p): If this break point is
13198         at the end of the line, don't consider the newline which follows
13199         as a reason to return t.
13201 2004-07-19  John Paul Wallington  <jpw@gnu.org>
13203         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
13205 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
13207         * dired-aux.el (dired-do-kill-lines): Expand docstring.
13208         Delete irrelevant code.
13210 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
13212         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13213         New docstring.  From Luc Teirlinck.
13215 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
13217         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
13218         section.
13219         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
13220         non-file buffers.  We know it is nil.
13222 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
13224         Sync with Tramp 2.0.43.
13226         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13227         Remove outdated comment.
13228         (tramp-locked, tramp-locker): New variables for implementing a
13229         global lock.
13230         (tramp-sh-file-name-handler): Use them to implement the global lock.
13232 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
13234         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
13235         calls to respective `xxx` calls.
13236         (tramp-process-alive-regexp): Precise doc string.
13237         (tramp-multi-action-process-alive): New defun.
13238         (tramp-multi-actions): Use it.
13239         (tramp-handle-find-backup-file-name): `copy-tree' is available
13240         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
13241         in order to avoid this function.
13242         (tramp-handle-write-region): Set current buffer.  If connection
13243         wasn't open, `file-modes' has changed it accidently.  Reported by
13244         David Kastrup <dak@gnu.org>.
13245         (tramp-enter-password, tramp-read-passwd): New arguments USER and
13246         HOST.
13247         (tramp-action-password, tramp-multi-action-password): Apply it.
13248         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
13249         name must still contain the port number.  Otherwise, we have two
13250         Tramp buffers, with all the confusion.  Reported by Myron Selby
13251         <myron@xytech.com> and Rolf Dubitzky
13252         <Dubitzky@physi.uni-heidelberg.de>.
13254         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
13255         HOST to `tramp-enter-passwd'.
13257         * net/tramp-vc.el (all): Code cleanup.  Change all
13258         `tramp-handle-xxx' calls to respective `xxx` calls.
13260 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
13262         * emacs-lisp/testcover.el: New category "potentially-1valued" for
13263         functions that are not erroneous if either 1-valued or
13264         multi-valued.  Detect functions in this class.
13265         (testcover-1value-functions, testcover-compose-functions)
13266         (testcover-progn-functions) Add some additional functions to lists.
13267         (testcover-mark): Bugfix when marking up the definition for an
13268         empty function.
13270 2004-07-17  Richard M. Stallman  <rms@gnu.org>
13272         * replace.el (occur-read-primary-args): Pass default to
13273         read-from-minibuffer.
13275         * mail/footnote.el (footnote-section-tag): Use defcustom.
13277         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
13278         Compile font-lock-keywords, not KEYWORDS.
13279         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
13280         Add warn, check-type.  Handle cerror like error.
13282 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
13284         * progmodes/which-func.el (which-func-keymap): New var.
13285         (which-func-face): New face.
13286         (which-func-format): Use them.
13288 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
13290         * buff-menu.el (list-buffers-noselect): Append the buffer's
13291         process status to its mode name.
13293 2004-07-16  Kim F. Storm  <storm@cua.dk>
13295         * simple.el (inhibit-mark-movement): New defvar.
13296         (beginning-of-buffer, end-of-buffer): Do not push mark if
13297         inhibit-mark-movement is non-nil or C-u prefix is given.
13299         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
13300         Init to beginning-of-buffer and end-of-buffer.
13301         (cua--undo-push-mark): New defvar.
13302         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
13303         already active and command is in cua--preserve-mark-commands.
13304         Also fix check for shift modifier on non-window systems.
13305         (cua--post-command-handler): Clear inhibit-mark-movement if set.
13307 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
13309         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
13310         of two integers, instead of a cons.
13312         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13313         `visited-file-modtime' now returns a list of two integers, instead
13314         of a cons.
13316         * dired.el (dired-directory-changed-p): Ditto.
13318         * progmodes/grep.el (grep): Doc fix.
13320 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
13322         * autorevert.el (auto-revert-tail-mode)
13323         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
13324         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
13325         in both at the same time.
13326         (auto-revert-tail-mode): New command.
13327         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
13328         (auto-revert-handler): Revert only either tail or whole file.
13330         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
13331         add auto-revert-tail-mode.
13333 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13335         * printing.el: Doc fix.  Change name of some funs.
13336         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
13337         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
13338         (pr-standard-file-name): New fun.  Replace pr-standard-path.
13339         (pr-call-process): Code fix.
13341 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
13343         * subr.el (with-selected-window): Doc fix.
13345 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
13347         * subr.el (get-buffer-window-list): Doc fix.
13349 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
13351         * files.el (switch-to-buffer-other-window): Doc fix.
13353         * window.el (save-selected-window, one-window-p)
13354         (split-window-keep-point, split-window-vertically)
13355         (split-window-horizontally): Doc fixes.
13357 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13359         * printing.el: Doc fix.  Now it uses call-process instead of
13360         shell-command for low command execution.
13361         (pr-version): New version number (6.8).
13362         (pr-shell-file-name): Option removed.
13363         (pr-shell-command): Fun removed.
13364         (pr-call-process): New fun.  Replace pr-shell-command.
13365         (pr-standard-path, pr-remove-nil-from-list): New funs.
13366         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
13367         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
13368         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
13369         (pr-ps-utility-process, pr-txt-print): Code fix.
13371 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
13373         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
13374         boolean.
13376 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
13378         * wid-edit.el (widget-field-buffer): Doc fix.
13380 2004-07-09  John Paul Wallington  <jpw@gnu.org>
13382         * emacs-lisp/re-builder.el (reb-update-overlays):
13383         Distinguish between one and several matches in message.
13385 2004-07-09  Richard M. Stallman  <rms@gnu.org>
13387         * mouse.el (mouse-set-region-1): If transient-mark-mode
13388         is `identity', change it to `only'.
13390         * simple.el (current-word): Doc fix.
13392 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
13394         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
13395         so that it is more understanding of whitespace.
13397         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
13398         (("ns" . "element") (attr-list) children) instead of
13399         ((:ns . "element") (attr-list) children) in order to reduce the
13400         number of symbols used.
13401         (xml-skip-dtd): Change to use xml-parse-dtd but set
13402         xml-validating-parsing to nil.
13403         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
13404         (xml-substitute-entity): Remove in favor of new entity substitution.
13405         (xml-substitute-special): Rewrite in to substitute complex
13406         entities from DOCTYPE declarations.
13407         (xml-parse-fragment): Parse fragments from entity deleclarations.
13408         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13409         (xml-parse-dtd, xml-substitute-special): Make validity checks
13410         conditioned on xml-validating-parser.  Add "Not Well Formed" to
13411         error messages about well-formedness.
13413 2004-07-08  Steven Tamm  <steventamm@mac.com>
13415         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13416         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13417         Do not treat double clicks and triple clicks specially in the
13418         scroll bar (preventing strange repositioning problems)
13420 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13422         * replace.el (query-replace-regexp-eval): Fix last change.
13424 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13426         * replace.el (query-replace-descr): New fun.
13427         (query-replace-read-from, query-replace-read-args): Default to the
13428         previous from&to.
13429         (query-replace-read-to): Quote the `from' string when displaying it.
13430         (query-replace-regexp-eval): Immediately check read-only status.
13431         Use query-replace-read-from to get the \n checking.
13432         Quote the `from' string when displaying it.
13433         (map-query-replace-regexp, occur-read-primary-args):
13434         Quote the `from' string when displaying it.
13436         * isearch.el (isearch-query-replace): Pass the regexp-ness and
13437         delimited-ness of the search to query-replace.
13439         * replace.el (query-replace-read-from, query-replace-read-to):
13440         New funs extracted from query-replace-read-args.
13441         (query-replace-read-args): Use them.
13443         * replace.el (query-replace-interactive, query-replace-read-args):
13444         Remove the `initial' special value.
13445         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13446         (occur-engine): Remove unused var `matchend'.
13448         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13449         Use the search string without prompting.
13451 2004-07-05  Kenichi Handa  <handa@m17n.org>
13453         * international/mule.el (decode-coding-inserted-region):
13454         Set last-coding-system-used only when coding is nil.
13456 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
13458         * progmodes/grep.el (grep-compute-defaults, grep-command)
13459         (grep-program, find-program, grep-find-use-xargs, grep-history)
13460         (grep-find-history, grep-tag-default, grep-find-command)
13461         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13462         Add autoload cookies, for unbundled packages that load `compile'
13463         and expect all grep-related symbols to become defined.
13465 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
13467         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13468         (iimage-mode-image-search-path): New user option to search the
13469         image file.
13470         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
13471         have locate-file.
13472         (iimage-mode-buffer): Use it.
13474 2004-07-03  Nick Roberts  <nickrob@gnu.org>
13476         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13477         carefully.
13478         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13480 2004-07-03  Juri Linkov  <juri@jurta.org>
13482         * replace.el (query-replace-read-args): Swallow space after 'foo,
13483         not after (quote foo).  Match space only immediately after symbol,
13484         not anywhere in the whole string.
13486 2004-07-02  Richard M. Stallman  <rms@gnu.org>
13488         * replace.el (query-replace-read-args): Swallow space after
13489         symbols, not after closeparens.  But avoid error if string ends there.
13491         * progmodes/python.el (python-beginning-of-statement):
13492         Exit the loop if backward-up-list gets error.
13494         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13496 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
13498         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13499         only if vc-consult-headers is non-nil.
13501 2004-07-02  Juri Linkov  <juri@jurta.org>
13503         * pcvs.el (cvs-mode-diff-repository): New command.
13505         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13507 2004-07-01  Juri Linkov  <juri@jurta.org>
13509         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13510         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
13511         C-M-% to isearch-query-replace-regexp.
13512         (minibuffer-local-isearch-map): Add arrow key bindings.
13513         Bind C-f to isearch-yank-char-in-minibuffer.
13514         (isearch-forward): Doc fix.
13515         (isearch-edit-string): Doc fix.
13516         (isearch-query-replace, isearch-query-replace-regexp): New funs.
13517         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
13518         (isearch-yank-char): Add optional arg.
13519         (isearch-yank-char-in-minibuffer): New fun.
13521         * replace.el (query-replace-interactive): Change type from boolean
13522         to choice.  Add value `initial'.
13523         (query-replace-read-args): Handle value `initial' of
13524         query-replace-interactive.
13526 2004-06-29  Kim F. Storm  <storm@cua.dk>
13528         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13529         (breakpoint-disabled-bitmap-face): Add :group 'gud.
13531         * progmodes/ada-xref.el (ada-tight-gvd-integration):
13532         Add :group 'ada.
13534         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13536 2004-06-29  Juri Linkov  <juri@jurta.org>
13538         * replace.el (query-replace-read-args): Swallow a space after
13539         everything except )]" which in most cases means after a symbol.
13541         * emacs-lisp/pp.el (pp-buffer): Add autoload.
13543 2004-06-28  Richard M. Stallman  <rms@gnu.org>
13545         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13546         More changes to go with previous change in font-lock.el.
13548 2004-06-26  David Kastrup  <dak@gnu.org>
13550         * replace.el (perform-replace): Highlight the match even in
13551         non-query mode if there is potential replace string editing.
13553 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
13555         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13556         agree with new return value of `file-remote-p'.
13557         This syncs with Tramp 2.0.42.
13559         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13560         according to new documentation of `file-remote-p'.
13562         * files.el (file-remote-p): Fix doc to say that return value is
13563         identification of remote system, if not nil.
13564         (file-relative-name): Use new return value of `file-remote-p'.
13566 2004-06-26  Nick Roberts  <nickrob@gnu.org>
13568         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13569         (gdb-goto-breakpoint): Fix breakage.
13571 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
13573         * man.el (Man-getpage-in-background): Add windows-nt to the list
13574         of systems where shell-file-name should be used instead of
13575         literal "sh".
13577 2004-06-25  Sam Steingold  <sds@gnu.org>
13579         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13580         function names `(setf symbol)'.
13582 2004-06-24  Richard M. Stallman  <rms@gnu.org>
13584         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13586         * font-lock.el (font-lock-keywords): Change format of compiled values.
13587         Document it.
13588         (font-lock-add-keywords): If font-lock-keywords is compiled,
13589         extract the uncompiled version, modify, then recompile.
13590         (font-lock-remove-keywords): Likewise.
13591         (font-lock-fontify-keywords-region): Handle changed format.
13592         (font-lock-compile-keywords): Handle changed format.
13593         (font-lock-set-defaults): Compile the keywords explicitly here.
13595 2004-06-24  David Kastrup  <dak@gnu.org>
13597         * replace.el (query-replace-read-args): Implement `\,' and `\#'
13598         replacements here.
13599         (query-replace-regexp): Doc string explaining this and the new
13600         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
13601         is better placed in `query-replace-read-args'.
13602         (replace-regexp): Explain `\,', `\#' and `\?'.
13603         (replace-match-data): New function for thorough reuse/destruction
13604         of old match-data.
13605         (replace-match-maybe-edit): Function for implementing `\?' editing.
13606         (perform-replace): Fix maintaining of the match stack including
13607         already matched regions, implement `\?', fix various problems
13608         with regions while editing and other stuff.
13609         (replace-highlight): Simplify.
13611 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
13613         * progmodes/grep.el (grep-error-screen-columns): New variable.
13614         (grep-regexp-alist): Give it the full functionality of gnu style
13615         compilation messages with line and column ranges.  Ask me for the
13616         perl script I'm working on, that uses these.
13618 2004-06-23  Nick Roberts  <nickrob@gnu.org>
13620         * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13621         Remove.
13622         (comint-insert-input, comint-mouse-insert-input): New functions
13623         based on comint-insert-clicked-input for two bindings but just
13624         one functionality.
13626 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
13628         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13630 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
13632         * files.el (write-contents-functions): Doc fix.
13634 2004-06-21  Juanma Barranquero  <lektu@terra.es>
13636         * image.el (image-library-alist): Rewrite docstring in active voice.
13638 2004-06-20  Richard M. Stallman  <rms@gnu.org>
13640         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13642         * isearch.el (isearch-repeat): Avoid testing old match data.
13643         (isearch-message): Display trailing space in special font
13644         when search is failing.
13645         (isearch-search-fun-function): Doc fix.
13647         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13649 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
13651         * frame.el (show-trailing-whitespace): Doc fix.
13653         * cus-edit.el (custom-variable-documentation): New function.
13654         (custom-variable): Use it.
13656 2004-06-19  Nick Roberts  <nickrob@gnu.org>
13658         * man.el (Man-getpage-in-background): Revert previous change but
13659         make cygwin a special case.
13661 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
13663         * autorevert.el (global-auto-revert-non-file-buffers):
13664         Update docstring.
13666 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
13668         * progmodes/compile.el (compilation-error-properties): Store one
13669         more than end-col, if present, so that transient-mark-mode will
13670         highlight last char too.
13671         * progmodes/grep.el (grep-regexp-alist): Match columns and column
13672         ranges, if present.
13674 2004-06-18  Jason Rumney  <jasonr@gnu.org>
13676         * makefile.w32-in: Double percent signs in for loops.
13678 2004-06-17  David Kastrup  <dak@gnu.org>
13680         * replace.el (query-replace-read-args): Only warn about use of \n
13681         and \t when we are doing a regexp replacement and the actual
13682         escaped character is n or t.
13683         (query-replace-regexp): Add \, and \# interpretation to
13684         interactive call and document it.
13685         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13686         as shortkey for replace-count.
13687         (replace-quote): New function for doubling backslashes.
13689 2004-06-17  Juanma Barranquero  <lektu@terra.es>
13691         * files.el (parse-colon-path, cd): Mention in docstring that the
13692         path separator is colon in GNU-like systems.
13694         * newcomment.el (comment-region-internal): Fix docstring.
13696         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13697         (ewoc-invalidate, ewoc-collect): Doc fixes.
13698         (ewoc--create-node, ewoc--delete-node-internal):
13699         Fix typos in docstring.
13701 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
13703         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13704         manual to docstring.
13706 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13708         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13710 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
13712         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13713         Add hyperlink to emacs-xtra manual to docstring.
13715         * autorevert.el (global-auto-revert-non-file-buffers):
13716         Add hyperlink to emacs-xtra manual to docstring, as well as an
13717         info-link.
13719 2004-06-14  Juanma Barranquero  <lektu@terra.es>
13721         * image.el (image-library-alist): New variable to map image types
13722         to external libraries.  Initialized to nil, unless system-specific
13723         configs change it.
13724         (image-type-available-p): Determine whether an image type is
13725         available by calling `init-image-library'.
13727         * term/w32-win.el (image-library-alist): Initialize to a known set
13728         of probable library names.
13730 2004-06-14  Kenichi Handa  <handa@m17n.org>
13732         * international/code-pages.el (windows-1256, cp1125): Fix tables
13733         for several characters.
13735         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13737 2004-06-13  Richard M. Stallman  <rms@gnu.org>
13739         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13741         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13742         not "`pc-selection-mode'".
13744         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13746         * simple.el (previous-matching-history-element): Specify a default.
13748         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13750         * cus-face.el (custom-declare-face): Simplify code.
13752         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13754 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
13756         * files.el (before-save-hook): Add `time-stamp' to the options.
13758         * time-stamp.el (time-stamp): Recommend adding it to
13759         `before-save-hook', rather than `write-file-functions'.
13760         Make a similar change in `Commentary' section.
13762 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13764         * diff-mode.el (diff-current-defun): If at start of hunk, use
13765         position of first change.
13767 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
13769         * dired-x.el (dired-mark-omitted): Bind to "*O".
13771 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
13773         * bookmark.el (bookmark-bmenu-relocate): New function, as
13774         suggested by David J. Biesack <David.Biesack@sas.com>.
13775         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13776         (bookmark-bmenu-mode): Describe binding in doc string.
13777         (bookmark-set-filename): Save the bookmark list if it's time.
13779 2004-06-13  Kenichi Handa  <handa@m17n.org>
13781         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13782         (ccl-untranslated-to-ucs): Fix typo.
13784 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
13786         * progmodes/python.el (python-open-block-statement-p):
13787         Fix indentation after a block opening that contains a comment.
13789 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
13791         * bindings.el (completion-ignored-extensions): Add file extensions
13792         of Python byte-compiled files.
13794 2004-06-12  Juri Linkov  <juri@jurta.org>
13796         * info.el (Info-goto-node): Add autoload.
13797         (Info-toc): Add substring-no-properties on Info file name.
13798         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13799         (Info-mode-map): Bind L to Info-history, T to Info-toc.
13801 2004-06-12  Kenichi Handa  <handa@m17n.org>
13803         * international/mule-cmds.el (set-language-environment):
13804         Load subst tables if necessary.
13806         * international/mule.el (decode-char): Load subst tables if necessary.
13807         (encode-char): Likewise.
13809         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13810         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
13811         (utf-16le-decode-loop): Set r5 to -1 before loop.
13812         (utf-16be-decode-loop): Likewise.
13813         (ccl-decode-mule-utf-16le): Add EOF processing block.
13814         (ccl-decode-mule-utf-16be): Likewise.
13815         (ccl-decode-mule-utf-16le-with-signature): Likewise.
13816         (ccl-decode-mule-utf-16be-with-signature): Likewise.
13817         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
13818         (ccl-mule-utf-16-encode-untrans): New CCL.
13819         (utf-16-decode-to-ucs): Handle pre-read character.
13820         (utf-16le-encode-loop): Handle surrogate pair.
13821         (utf-16be-encode-loop): Likewise.
13822         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13823         of utf-16le-encode-loop.
13824         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13825         of utf-16be-encode-loop.
13826         (mule-utf-16-post-read-conversion):
13827         Call utf-8-post-read-conversion at first.
13828         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13829         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13830         Add post-read-conversion and pre-write-conversion.
13832         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13833         (utf-translate-cjk-unicode-range): New variable.
13834         (utf-translate-cjk-load-tables): New function.
13835         (utf-lookup-subst-table-for-decode): New function.
13836         (utf-lookup-subst-table-for-encode): New function.
13837         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
13838         tables here.  Update safe-charsets of utf-* coding systems.
13839         (ccl-mule-utf-untrans): New CCL.
13840         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
13841         at end of each branch.
13842         (ccl-mule-utf-8-encode-untrans): New CCL.
13843         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13844         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
13845         length of encoding.  Don't return r0.
13846         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
13847         (utf-8-post-read-conversion): Narrow to region properly.
13848         If utf-translate-cjk-mode is on, load tables if necessary.
13849         Call utf-8-compose with hash-table arg if necessary.
13850         Call XXX-compose-region instead of XXX-post-read-convesion.
13851         (utf-8-pre-write-conversion): New function.
13852         (mule-utf-8): Include CJK charsets in safe-charsets if
13853         utf-translate-cjk-mode is on.  Add pre-write-conversion.
13855         * international/characters.el: Temporarily set
13856         utf-translate-cjk-mode to nil.
13858         * language/devan-util.el (devanagari-compose-region):
13859         Add autoload cookie.
13861         * international/ccl.el (ccl-dump-call): Fix printing the
13862         subroutine name.
13864 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
13866         * dired.el (dired-revert): If buffer is marked unmodified before
13867         reverting, keep it marked unmodified.
13868         Adapt to new conventions for commenting out code.
13869         (dired-make-relative): Adapt to new conventions for commenting out code.
13871 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
13873         * eshell/esh-module.el (eshell-load-defgroups):
13874         Bind `vc-handled-backends' to nil when opening files.
13876 2004-06-11  Juanma Barranquero  <lektu@terra.es>
13878         * files.el (parse-colon-path, cd): Doc fixes (refer to
13879         `path-separator', not colon).
13881 2004-06-10  Juanma Barranquero  <lektu@terra.es>
13883         * newcomment.el (comment-search-forward)
13884         (comment-search-backward): Fix typos in docstring.
13885         (comment-region): Doc fix.
13887 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
13889         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13890         switch is no longer stored in `dired-switches-alist'.
13892         * dired-aux.el (dired-insert-subdir): Do not store R switch in
13893         `dired-switches-alist'.
13895 2004-06-10  Kim F. Storm  <storm@cua.dk>
13897         * pcvs.el (cvs-mode-diff-yesterday): New command.
13899         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13901 2004-06-10  Juri Linkov  <juri@jurta.org>
13903         * emacs-lisp/edebug.el (edebug-eval-defun):
13904         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13905         Fix docstring.
13907         * simple.el (eval-expression-print-format): Don't print additional
13908         information on the first call to `eval-print-last-sexp'.
13909         (next-error-find-buffer): Fix punctuation.
13910         (killing) <defgroup>: Fix punctuation.
13911         (yank-excluded-properties): Change group from editing to killing.
13913         * replace.el (perform-replace): Use `limit' to terminate the
13914         while-loop explicitly.
13916 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13918         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13919         Use lc-*.xpm as prefix instead of *-locol.xpm.
13921         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13922         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13923         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13924         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13925         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13926         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13927         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13928         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13929         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13930         * toolbar/lc-up_arrow.xpm:
13931         Rename from *-locol.xpm.
13933 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
13935         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13936         include forms like &<str>; as valid url patterns.
13938 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
13940         * dired.el (dired-diff, dired-backup-diff)
13941         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13942         (dired-do-chown, dired-do-touch, dired-do-print)
13943         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13944         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13945         (dired-create-directory, dired-do-copy, dired-do-symlink)
13946         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13947         (dired-do-copy-regexp, dired-do-hardlink-regexp)
13948         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13949         (dired-maybe-insert-subdir, dired-next-subdir)
13950         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13951         (dired-kill-subdir, dired-tree-up, dired-tree-down)
13952         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13953         (dired-run-shell-command, dired-query): Remove redundant,
13954         or incorrect, autoloads.
13956         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13957         does not end in a slash.  Add optional argument KILL-ROOT.
13958         Update docstring.
13959         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13960         (dired-query): Add autoloads.
13962 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
13964         * progmodes/compile.el (compilation-set-window-height):
13965         Rearrange the save-* functions because a buffer can have several current
13966         point in different windows.
13967         (compilation-error-regexp-alist-alist): Recognize {standard input}
13968         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13970 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13972         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13973         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13974         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13975         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13976         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13977         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13978         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13979         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13980         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13981         * toolbar/up_arrow-locol.xpm:
13982         New versions of icons that uses fewer colors.
13984         * toolbar/tool-bar.el (tool-bar-local-item)
13985         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13986         if display-color-cells is 256 or less.
13988 2004-06-08  Kim F. Storm  <storm@cua.dk>
13990         * wid-edit.el (widget-specify-button): Use hand pointer rather
13991         than mouse-face as visible mouse-over effect.
13993 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
13995         * saveplace.el (save-place-alist-to-file): Bind `print-length'
13996         and `print-level' to nil when writing out `save-place-alist'.
13997         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13999 2004-06-07  Juanma Barranquero  <lektu@terra.es>
14001         * completion.el (completion-kill-region): Doc fix.
14003         * format.el (format-insert-annotations)
14004         (format-annotate-location): Doc fixes.
14005         (format-subtract-regions): Make arguments match their use in docstring.
14007         * simple.el (kill-region): Doc fix.
14009         * subr.el (insert-buffer-substring-no-properties)
14010         (insert-buffer-substring-as-yank): Doc fixes.
14012 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
14014         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14015         Update docstring.
14016         (dired-reset-subdir-switches): New function.
14018         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
14019         Limit scope of `buffer-read-only' binding.
14021 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
14023         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
14024         eshell-explicit-command-char.
14026 2004-06-06  Juanma Barranquero  <lektu@terra.es>
14028         * help-fns.el (help-argument-name): Inherit from italic face only
14029         if the frame supports it.
14031 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14033         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
14034         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
14035         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
14036         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
14037         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
14038         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
14039         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
14040         New conversions from xpm files.
14042         * toolbar/README: New file.
14044 2004-06-06  Richard M. Stallman  <rms@gnu.org>
14046         * isearch.el (isearch-mode-map): Undo previous change.
14048 2004-06-05  Juri Linkov  <juri@jurta.org>
14050         * bindings.el (debug-ignored-errors): Add regexps for history
14051         related messages.  Remove $ from "No further undo information".
14052         Move Ediff's messages to ediff.el.
14054         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
14056         * cus-edit.el (custom-display): Add `min-colors'.
14058         * custom.el (defface): Add `supports' to docstring.
14060         * help-fns.el (help-argument-name): Add :group 'help.
14062 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
14064         * find-dired.el (find-ls-subdir-switches): New user option.
14065         (find-dired): No longer call `abbreviate-file-name' on DIR.
14066         Set `dired-subdir-switches' buffer-locally.
14068         * locate.el: Merge the two `Commentary' sections.
14069         (locate-ls-subdir-switches): New user option.
14070         (locate): Update for other changes.
14071         (locate-mode-map): Restore Dired binding for mouse-2.
14072         Bind `locate-mouse-view-file' to M-mouse-2.
14073         Bind `l' to `locate-do-redisplay'.
14074         (locate-main-listing-line-p, locate-do-redisplay): New functions.
14075         (locate-mouse-view-file, locate-tags, locate-find-directory):
14076         Print message if used outside main listing.
14077         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
14078         Various changes to support inserted subdirectories.
14079         (locate-insert-header): Change header of *Locate* buffer.
14081         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14082         Change interactive default switches.
14083         (dired-rename-subdir-2): Update `dired-switches-alist'.
14084         (dired-insert-subdir, dired-kill-subdir):
14085         Handle `dired-switches-alist'.  Do not mark buffer modified.
14086         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
14087         (dired-insert-subdir-doinsert): Omit messages.
14088         Handle `dired-subdir-switches'.
14089         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
14091         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
14092         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
14093         subdirs if -R switch is used for a subdir.
14094         (dired-mode): Set `dired-switches-alist'.
14095         (dired-build-subdir-alist): Only print number of directories in
14096         echo area when invoked interactively.
14098 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
14100         * dired-x.el (dired-omit-mode): Rename from
14101         dired-omit-files-p.  Use define-minor-mode to define it.
14102         (dired-omit-files-p): Add as alias for dired-omit-mode.
14103         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
14104         dired-mark-omitted.
14105         (dired-mark-omitted): Add.  Bind to M-O.
14107 2004-06-05  Kenichi Handa  <handa@m17n.org>
14109         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
14111 2004-06-05  Juanma Barranquero  <lektu@terra.es>
14113         * help-fns.el (help-argument-name): Reintroduce face.
14114         (help-default-arg-highlight): Use it, now that
14115         `face-differs-from-default-p' can be trusted.
14117 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
14119         * textmodes/table.el: Sentence commands added to Point Motion
14120         group; kill and backward-kill commands added to Extraction group.
14122 2004-06-04  Mario Lang  <mlang@delysid.org>
14124         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
14125         systems appear to use mW, make the code handle this.  Fix a
14126         division-by-zero bug while at it, and handle kernels with
14127         a slightly different layout in /proc/acpi.
14129 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
14131         * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
14132         because the latter is a CL-ism.  This fixes the bug reported by
14133         Shawn Boyette <mdxi@collapsar.net> in
14134         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
14136 2004-06-04  Miles Bader  <miles@gnu.org>
14138         * faces.el (display-supports-face-attributes-p): Function moved to
14139         C code.  Previously only the tty-related portion of this function
14140         was done in C; however the previous attempt to do a halfway-proper
14141         job for non-tty displays in lisp didn't work properly because of
14142         funny conditions during Emacs startup.
14143         (face-differs-from-default-p): Simplify, now that
14144         display-supports-face-attributes-p works properly on all display
14145         types.  Remove :stipple from comparison; it doesn't really work
14146         in emacs anyway.
14148 2004-06-04  Miles Bader  <miles@gnu.org>
14150         * faces.el (face-differs-from-default-p): Use a different
14151         implementation, so we can really check whether FACE displays
14152         differently or not.
14154 2004-06-04  Miles Bader  <miles@gnu.org>
14156         * faces.el (display-supports-face-attributes-p): Implement a
14157         `different from default' check for non-tty displays.
14159 2004-06-03  David Kastrup  <dak@gnu.org>
14161         * woman.el (woman-mapcan): More concise code.
14162         (woman-topic-all-completions, woman-topic-all-completions-1)
14163         (woman-topic-all-completions-merge): Replace by a simpler and
14164         much faster implementation based on O(n log n) sort/merge instead
14165         of the old O(n^2) behavior.
14167 2004-06-03  Miles Bader  <miles@gnu.org>
14169         * subr.el (read-number): Use canonical format for default in prompt.
14171         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
14172         Add regexp for " [...]" style defaults.
14174 2004-06-02  Romain Francoise  <romain@orebokech.com>
14176         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
14177         groups: if the user asks for a hidden buffer, open the
14178         corresponding filter group to expose it.
14180         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
14181         `ibuffer-jump-to-buffer'.
14182         (ibuffer-jump-offer-only-visible-buffers): New user option.
14184 2004-06-02  Juanma Barranquero  <lektu@terra.es>
14186         * faces.el (frame-update-faces): Add empty docstring so the one
14187         for `ignore' doesn't show through.
14189         * subr.el (process-kill-without-query): Remove spurious "\n" on
14190         obsolescence string.
14191         (focus-frame, unfocus-frame): Add obsolescence declaration and
14192         empty docstring.
14194         * international/mule.el (register-char-codings): Make alias for
14195         `ignore'.  Move docstring to obsolescence info and remove redundancy.
14197 2004-06-02  Kim F. Storm  <storm@cua.dk>
14199         * frame.el (blink-cursor-start): Turn cursor off initially so blink
14200         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
14202 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14204         * comint.el (comint-replace-by-expanded-history-before-point):
14205         Obey `start' as the docstring says.
14206         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
14207         (comint-update-fence): Prevent font-lock from running unnecessarily.
14208         (comint-dynamic-list-completions): Use with-current-buffer.
14210 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14212         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
14213         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
14214         (bibtex-entry-update): Handle alternatives and optional fields.
14215         (bibtex-parse-entry): Bugfix, handle empty key.
14217 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14219         * vc-arch.el (vc-arch-state): Don't assume the file exists.
14221 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
14223         * desktop.el (desktop-save): Don't save minor modes without a
14224         known mode initialization function.
14226 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
14228         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
14230         * autorevert.el: Update `Commentary' section.
14232 2004-05-30  Juanma Barranquero  <lektu@terra.es>
14234         * dos-fns.el (convert-standard-filename):
14235         * files.el (convert-standard-filename):
14236         * w32-fns.el (convert-standard-filename):
14237         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
14239 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
14241         Sync with Tramp.
14243         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
14244         (tramp-let-maybe): Move to an earlier spot in the file.
14245         Patch by Andreas Schwab.
14247 2004-05-30  Andreas Schwab  <schwab@suse.de>
14249         * dired.el (dired-get-filename): Don't use dired-re-dot.
14251 2004-05-30  Richard M. Stallman  <rms@gnu.org>
14253         * files.el (find-file): Doc fix.
14255         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
14257 2004-05-30  Nick Roberts  <nickrob@gnu.org>
14259         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
14260         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
14261         modeline of the locals buffer.
14262         (gdb-goto-breakpoint): Handle gdbmi.
14263         (gdb-get-frame-number): Change for gdbmi.
14265 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
14267         * files.el (file-remote-p): Apply file name handler for operation
14268         `file-remote-p'.  It isn' a property any longer.
14269         (file-relative-name): `fh' and `fd' get the required value via
14270         `find-file-name-handler' already.
14272         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
14273         (top): Remove setting of `file-remote-p' property for
14274         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
14276 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
14278         Version 2.0.41 of Tramp released.
14280         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
14281         Throw away if process has died.
14282         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
14283         (tramp-out-of-band-prompt-regexp): Rename to
14284         `tramp-process-alive-regexp', because its usage is widen.
14285         (tramp-actions-copy-out-of-band): Apply it.
14286         (tramp-actions-before-shell, tramp-multi-actions):
14287         Add `tramp-action-process-alive' action.
14288         (tramp-action-process-alive): New defun.
14289         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14290         Add entry for `file-remote-p'.
14291         (tramp-handle-file-remote-p): New defun.
14292         (top): Remove setting of `file-remote-p'.  Don't set
14293         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
14295         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14296         `file-remote-p'.
14298         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
14299         counted for (last) line.  [They should or they shouldn't?  --Stef]
14300         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
14302 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
14304         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
14305         not really necessary but seems to keep the shell history smaller
14306         in some cases.  It is no substitute for setting HISTFILE and
14307         HISTSIZE from tramp-open-connection-setup-interactive-shell,
14308         though.  Suggested by Luc Teirlinck.
14309         (tramp-open-connection-setup-interactive-shell): Export variables
14310         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
14311         (tramp-set-process-query-on-exit-flag): New compat function.
14312         (tramp-open-connection-multi, tramp-open-connection-su)
14313         (tramp-open-connection-rsh, tramp-open-connection-telnet)
14314         (tramp-do-copy-or-rename-file-out-of-band): Use it.
14315         (tramp-let-maybe): New macro, let-binds a variable only if it
14316         isn't obsolete.
14317         (tramp-check-ls-commands, tramp-handle-expand-file-name)
14318         (tramp-handle-file-truename): Use it.
14319         (tramp-completion-file-name-regexp-unified): Avoid matching
14320         filenames starting with "/:" -- those are reserved for
14321         file-name-non-special.
14323         * tramp-smb.el (tramp-smb-open-connection):
14324         Use tramp-set-process-query-on-exit-flag compat function.
14326 2004-05-29  Richard M. Stallman  <rms@gnu.org>
14328         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
14330         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
14331         (eval-last-sexp-print-value): Print char equivalent regardless
14332         of standard-output value.
14334         * thumbs.el (thumbs-subst-char-in-string): Delete.
14335         (thumbs-thumbname): Use subst-char-in-string.
14336         (thumbs-resize-image): Use condition-case, not ignore-errors.
14337         (thumbs-kill-buffer): Likewise.
14339         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
14340         (thumbs-mode): Make buffer read-only.
14341         (thumbs-make-thumb): Unconditionally accept an existing file.
14342         (thumbs-insert-thumb): Add thumb-image-file property to the image.
14343         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
14344         (thumbs-show-thumbs-list): Error if images not supported.
14345         (thumbs-save-current-image): Improve prompt string.
14346         (thumbs-mode-map): Define u, R, x.
14347         (thumbs-unmark): New command.
14348         (thumbs-emboss-image): Minor cleanup.
14349         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
14350         (thumbs-rename-images): New command.
14351         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
14353         * thumbs.el (thumbs-current-image): New function.
14354         (thumbs-file-list, thumbs-file-alist): New functions.
14355         (thumbs-find-image): Delete arg L.
14356         Don't set up thumbs-fileL as buffer-local global var.
14357         (thumbs-find-image-at-point): Use thumbs-current-image.
14358         (thumbs-set-image-at-point-to-root-window): Likewise.
14359         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
14360         Record and warn about errors.  Update thumbs-markedL for deletions.
14361         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
14362         (thumbs-redraw-buffer): Use thumbs-file-list.
14363         (thumbs-mark): Use thumbs-current-image.
14364         (thumbs-show-name): Use thumbs-current-image.
14366         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
14367         and imenu--last-menubar-index-alist.
14369         * subr.el (with-selected-window): Undo previous change.
14371 2004-05-29  John Paul Wallington  <jpw@gnu.org>
14373         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
14374         (thumbs-mouse-find-image): New command.
14375         (thumbs-mode-map): Bind it to mouse-2.
14376         (thumbs-mode): Make mode-class special.
14377         (thumbs-view-image-mode): Likewise.
14379 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
14381         * flymake.el: New file.
14383 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
14385         * files.el (find-file-noselect-1): Do not bind
14386         `inhibit-read-only' to t during execution of
14387         `find-file-not-found-functions'.
14389 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14391         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
14392         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
14394 2004-05-28  Juri Linkov  <juri@jurta.org>
14396         * simple.el (eval-expression-print-format): New fun.
14398         * simple.el (eval-expression):
14399         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14400         * emacs-lisp/edebug.el (edebug-compute-previous-result)
14401         (edebug-eval-expression): Print additionally the value returned by
14402         `eval-expression-print-format'.
14404         * emacs-lisp/lisp.el (insert-pair-alist): New var.
14405         (insert-pair): Make arguments optional.  Find character pair
14406         from `insert-pair-alist' according to the last input event.
14407         (insert-parentheses): Make arguments optional.
14408         (raise-sexp, delete-pair): New funs.
14410         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14411         (emacs-lisp-mode-map, lisp-interaction-mode-map):
14412         Bind C-M-q to `indent-pp-sexp'.
14414         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14415         `pp-to-string' modified to be able to format text with newlines.
14416         (pp-to-string): Move the buffer-formatting part of the code to
14417         `pp-buffer'.  Call `pp-buffer'.
14419         * info.el (Info-desktop-buffer-misc-data): Don't save information
14420         about virtual files.
14421         (Info-restore-desktop-buffer): Restore Info buffers in prepared
14422         buffers with names obtained from the desktop file instead of the
14423         default *info* buffer.
14425 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14427         * subr.el (with-selected-window): Only save/restore the selected window.
14429         * progmodes/compile.el (compilation-error-regexp-alist):
14430         Use expand-file-name and data-directory.
14432         * progmodes/grep.el (grep-tree): Rework previous fix.
14434         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14435         after the user marked text with the mouse.
14437         * startup.el (command-line): Keep the first regexp of
14438         auto-save-file-name-transforms intact.
14440 2004-05-28  Juanma Barranquero  <lektu@terra.es>
14442         * cus-edit.el (customize-face, customize-face-other-window)
14443         (custom-face-edit-delete): Make arguments match their use in
14444         docstring.
14445         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14446         docstring.
14448         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14449         not `cvs-butlast'.
14451         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14452         `nbutlast' are in subr.el).
14454         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14455         (set-w32-system-coding-system): Doc fixes.
14457         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14458         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14459         Make arguments match their use in docstring.
14460         (artist-draw-region-trim-line-endings)
14461         (artist-mouse-choose-operation): Fix typo in docstring.
14462         (artist-key-set-point-common): Doc fix.
14464 2004-05-28  Simon Josefsson  <jas@extundo.com>
14466         * mail/smtpmail.el (smtpmail-open-stream):
14467         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14469 2004-05-26  Simon Josefsson  <jas@extundo.com>
14471         * starttls.el: Merge with my GNUTLS based starttls.el.
14472         (starttls-gnutls-program, starttls-use-gnutls)
14473         (starttls-extra-arguments, starttls-process-connection-type)
14474         (starttls-connect, starttls-failure, starttls-success): New variables.
14475         (starttls-program, starttls-extra-args): Doc fix.
14476         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14477         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14478         and pass on to corresponding *-gnutls function if it is set.
14480 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
14482         * autorevert.el (auto-revert-handler): Disable auto-reverting of
14483         remote files.
14485 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
14487         * files.el (file-name-non-special): There are more operations
14488         which need handling: `find-backup-file-name',
14489         `insert-file-contents', `verify-visited-file-modtime',
14490         `write-region'.  Rename t value of method to `add'.  Add new
14491         methods `quote' and `unquote-then-quote' to file-arg-indices.
14493 2004-05-25  Juri Linkov  <juri@jurta.org>
14495         * info.el (Info-toc): Call Info-mode on intermediate buffer.
14496         (Info-index-nodes): Enclose code in condition-case to catch errors.
14497         (Info-index-node): Don't search all index nodes if request is only
14498         for the current node and file is not in the cache of index nodes.
14499         (Info-mode-map): Bind Info-copy-current-node-name to `w'
14500         for consistency with dired-copy-filename-as-kill.
14501         Bind `S' to Info-search-case-sensitively.
14502         (Info-copy-current-node-name): New arg.  With zero prefix arg put
14503         the name inside a function call to `info'.  Display copied text in
14504         the echo area.
14506 2004-05-25  Sam Steingold  <sds@gnu.org>
14508         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14509         strip the package prefix from the symbol name, if any.
14510         Make it the `find-tag-default-function' for `lisp-mode'.
14512 2004-05-25  John Paul Wallington  <jpw@gnu.org>
14514         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14515         instead of obsolete `process-kill-without-query'.
14517         * textmodes/texinfmt.el (texinfo-indexvar-alist):
14518         Declare as variable, not constant.
14520 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
14522         * files.el (find-file-noselect-1): Fix bug introduced by
14523         Revision 1.694.  As a side effect, `inhibit-read-only'
14524         is again, by default, t during execution of
14525         `find-file-not-found-functions'.
14526         (insert-directory): Check that lines were really inserted by
14527         the --dired switch, before erasing them.
14529 2004-05-24  Nick Roberts  <nickrob@gnu.org>
14531         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14532         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14533         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14534         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14535         gud-minor-mode (gdbmi).
14537 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
14539         * net/browse-url.el (browse-url-interactive-arg): Enable user to
14540         explicitly select the text to be taken as URL.
14542 2004-05-23  Juri Linkov  <juri@jurta.org>
14544         * info.el (Info-index-nodes): New var and fun.
14545         (Info-goto-index, Info-index, info-apropos)
14546         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14547         (Info-index): Fix docstring.  Store and restore Info-history-list.
14548         (Info-complete-nodes): New var.
14549         (Info-complete-menu-item): Use it.
14550         (Info-index-node): New fun.
14551         (Info-final-node, Info-forward-node, Info-backward-node)
14552         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14553         Use Info-index-node.
14554         (Info-extract-menu-item, Info-extract-menu-counting): Set second
14555         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14556         (Info-find-node-2): If a node with period in its name not found,
14557         try to find a node without the name part after period.
14558         (Info-select-node): Call Info-fontify-node only if
14559         Info-fontify-maximum-menu-size is not nil.
14560         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14561         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14562         Preserve Info-history-list.
14563         (Info-toc): Set Info-current-file.
14564         (Info-build-toc): Move point to the beginning of the buffer.
14565         Add main-file variable.
14566         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14567         Use backslashed representation of the control character ^_.
14569         * textmodes/texinfmt.el (texinfo-print-index): Print index line
14570         numbers in the new Texinfo 4.7 format.
14572         * add-log.el (change-log-font-lock-keywords): Remove `:' from
14573         regexps for function and variable names.
14575         * descr-text.el (describe-property-list): Add [show] button for
14576         `syntax-table' property with action to pp to a separate buffer.
14577         (describe-char): Replace search-forward by re-search-forward with
14578         whitespace regexp after "character:" to not fail in too narrow windows.
14580         * simple.el (next-error-find-buffer): Add a rule to return
14581         next-error capable buffer if one window on the selected frame
14582         displays such buffer.
14584 2004-05-23  Nick Roberts  <nickrob@gnu.org>
14586         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14587         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14588         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14589         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14590         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14591         Handle new value for gud-minor-mode (gdbmi).
14592         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14593         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14594         Change from local to global gdb variable set.
14595         (gdb-ann3): Initialise above gdb variable set.
14596         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14597         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14598         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14599         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14600         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14601         (gdb-info-locals-handler, gdb-invalidate-assembler)
14602         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14603         set as global variables.
14604         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14605         Handle gdbmi.
14606         (gdb-info-breakpoints-custom): Fix regexp.
14607         (def-gdb-var): Delete.
14609         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14610         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14611         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14612         a new mode.  The file (gdb-mi.el) for this mode will be included
14613         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14614         primary interface.
14616 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
14618         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14619         interpreted as a directory.
14621 2004-05-22  Richard M. Stallman  <rms@gnu.org>
14623         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14624         as a close quote.
14626         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14628         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14629         Use assoc-string, not assoc-ignore-case.
14631         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14633         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14634         If moving back then fwd gets a defun that ends before point,
14635         try again moving fwd then back.
14637         * files.el (file-name-non-special): Allow t in file-arg-indices
14638         to mean requote the return value.  Use `identity' as an element
14639         rather than as the whole value.
14641         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
14643 2004-05-22  Juanma Barranquero  <lektu@terra.es>
14645         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14646         `help-make-usage'.
14647         (help-highlight-arguments): Skip function name before searching
14648         for arguments.
14650 2004-05-21  Juanma Barranquero  <lektu@terra.es>
14652         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14653         Don't mention in the docstring these arguments meant for
14654         internal (recursive) use only.
14655         (allout-char-spec): Comment out (it's not implemented).
14656         (allout-old-expose-topic, allout-exposure): Fix docstring and add
14657         obsolescence declaration.
14658         (allout-flatten-exposed-to-buffer)
14659         (allout-indented-exposed-to-buffer): Fix typos in docstring.
14660         (my-mark-marker): Doc fix.
14661         (produce-allout-mode-map, allout-sibling-index)
14662         (allout-isearch-expose, allout-distinctive-bullet)
14663         (allout-open-topic, allout-reindent-body)
14664         (allout-rebullet-heading, allout-process-exposed)
14665         (allout-insert-listified, allout-latex-verb-quote)
14666         (allout-insert-latex-header, allout-insert-latex-trailer):
14667         Make arguments match their use in docstring.
14668         (allout-primary-bullet, allout-old-style-prefixes)
14669         (allout-inhibit-protection, allout-init, allout-mode)
14670         (allout-before-change-protect, allout-flag-region):
14671         Use "Emacs" instead of "emacs" in docstrings.
14673 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
14675         * international/characters.el: Modify syntax of more characters.
14677 2004-05-21  Masatake YAMATO  <jet@gyve.org>
14679         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14680         (etags-tags-completion-table): Show parsing progress.
14682 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
14684         * locate.el (locate-prompt-for-command): Shorten first line of
14685         docstring.
14686         (locate-mode): Expand docstring and include keymap summary.
14688         * files.el (find-file-noselect-1): Limit the scope of the
14689         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
14690         is, by default, nil during the execution of
14691         `find-file-not-found-functions' and `find-file-hook'.
14693 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
14695         * facemenu.el (facemenu-color-name-equal): New function.
14696         (list-colors-display): Use it to compare colors instead of
14697         facemenu-color-equal.
14699 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
14701         * compare-w.el (compare-windows-face): Use min-colors instead of
14702         checking for tty or pc types.
14704 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14706         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14707         (completion-setup-function): Use with-current-buffer.
14708         Properly save excursion.  Simplify.
14709         Don't assume there is necessarily a `mouse-face' property somewhere.
14711         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14713         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
14715         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14716         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14717         Use with-current-buffer.
14718         (byte-goto-log-buffer): Delete.
14719         (byte-compile-log-file): Call compilation-forget-errors.
14721 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
14723         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14724         output messages into the search result.
14726 2004-05-19  Masatake YAMATO  <jet@gyve.org>
14728         * wid-edit.el (widget-radio-button-notify): Revert my last
14729         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14731 2004-05-19  Kenichi Handa  <handa@m17n.org>
14733         * international/characters.el: Fix syntax (open/close) of CJK chars.
14735 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
14737         * help-mode.el (help-go-back): Don't depend on position of back button.
14739 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14741         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14742         files files don't contain an accidental additional /.
14744         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14745         in source buffer.
14747 2004-05-18  Masatake YAMATO  <jet@gyve.org>
14749         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14750         to widget-apply.  :action method assumes 2 arguments, not 3.
14752 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
14754         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14755         New constants.
14756         (hs-special-modes-alist): Add an f90-mode entry.
14758 2004-05-17  Sam Steingold  <sds@gnu.org>
14760         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14761         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
14763 2004-05-16  Kim F. Storm  <storm@cua.dk>
14765         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14767 2004-05-15  John Wiegley  <johnw@newartisans.com>
14769         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14770         (eshell-output-object-to-target): Improve output speed 20% by not
14771         calling `eshell-stringify' if something is already known to be a string.
14773 2004-05-15  Alex Ott  <ott@jet.msk.su>
14775         * textmodes/ispell.el (ispell-local-dictionary-alist):
14776         Add windows-1251 to the choice of coding systems.
14777         (ispell-dictionary-alist-6): Add support for "russianw.aff",
14778         encoded in cp1251.
14780 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
14782         * progmodes/compile.el (compilation-warning-face)
14783         (compilation-info-face): Use min-colors.
14785 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14787         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14788         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14789         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14790         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14791         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14792         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14793         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14794         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14795         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14796         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14797         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14798         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14799         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14800         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14802 2004-05-15  Kim F. Storm  <storm@cua.dk>
14804         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14805         Use it to set triggered-p element of timer.
14806         (timer-event-handler): Set triggered-p element non-nil while running
14807         the timer function.
14809 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14811         * descr-text.el (describe-char-unicode-data)
14812         (describe-char-unicodedata-file): Re-enable the unicode code now that
14813         the licensing issues have been cleared in the unicode-4 license.
14814         (describe-text-properties-1): Remove unused `overlay' var.
14815         (describe-char): Remove unused var `buffer'.
14817 2004-05-14  David Ponce  <david@dponce.com>
14819         * tree-widget.el: New file.
14821 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
14823         * language/european.el ("Brazilian Portuguese"): Add support for
14824         Brazilian Portuguese.
14826 2004-05-13  John Wiegley  <johnw@newartisans.com>
14828         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14829         `recentf-mode' if this variable has been customized to t.
14831         * eshell/esh-test.el (eshell-test): Call the function
14832         `emacs-version' rather than trying to build a custom version string.
14834 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14836         * net/telnet.el (telnet-mode): Use define-derived-mode.
14837         Don't modify the global value of comint-prompt-regexp.
14839 2004-05-13  John Paul Wallington  <jpw@gnu.org>
14841         * version.el (emacs-version): Check for `gtk' feature before
14842         `x-toolkit' feature.
14844 2004-05-13  Juanma Barranquero  <lektu@terra.es>
14846         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14847         arguments in the docstring, they're used only in recursive calls.
14849         * help-fns.el (help-arg-highlighting-function)
14850         (help-argument-name): Delete.
14851         (help-default-arg-highlight): New function.
14852         (help-do-arg-highlighting): Use it.
14854 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
14856         * calendar/appt.el (appt-disp-window):
14857         Use `calendar-set-mode-line' for a centered mode-line.
14859 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
14861         * calendar/appt.el (appt-disp-window): Do not split window
14862         excessively when `split-height-threshold' is low.
14864 2004-05-12  Nick Roberts  <nickrob@gnu.org>
14866         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14867         kill-buffer-hook here and make it local.
14868         (gud-kill-buffer-hook): Use kill-process for a sure kill.
14870 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
14872         * progmodes/compile.el (compilation-set-window-height):
14873         Use save-excursion to protect against misplaced marker.
14875 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14877         * custom.el (defface): Document that type can have value gtk.
14879         * faces.el (face-spec-set-match-display): Handle type gtk in display.
14881 2004-05-12  Kenichi Handa  <handa@m17n.org>
14883         * descr-text.el: Require quail at comile time.
14884         (describe-char): If an input method is on and it supports the
14885         character, show how to input it.
14887         * international/quail.el (quail-install-decode-map): Accept a
14888         char-table whose subtype is `quail-decode-map'.
14889         (quail-store-decode-map-key, quail-gen-decode-map1)
14890         (quail-gen-decode-map, quail-find-key1, quail-find-key)
14891         (quail-show-key): New functions.
14893 2004-05-12  Juanma Barranquero  <lektu@terra.es>
14895         * generic.el (define-generic-mode): Remove redundant arglist info.
14897         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14898         Make arguments match their use in docstring.
14899         (help-arg-highlighting-function): New variable.
14900         (help-argument-name): Mention it in the docstring.
14901         (help-do-arg-highlight): Use it.  Expand regexp to accept also
14902         ARG-xxx and xxx-ARG references.
14904 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
14906         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14907         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14908         and "mailto:addr1?to=addr2" equal.
14910 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
14912         * man.el (Man-getpage-in-background): Use shell-file-name
14913         and shell-command-switch variables instead of hard-coded values.
14915 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
14917         * iimage.el: New file.
14919 2004-05-11  Juanma Barranquero  <lektu@terra.es>
14921         * custom.el (custom-initialize-default, defcustom):
14922         Fix typo in docstring.
14924         * files.el (set-visited-file-name, file-expand-wildcards):
14925         Fix docstring.
14927 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14929         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14931         * subr.el (eventp): Be more discriminating with integers.
14933 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
14935         * progmodes/compile.el (compile): Add universal prefix arg.
14936         (compilation-error-regexp-alist-alist): Add edg patterns.
14938 2004-05-10  Sam Steingold  <sds@gnu.org>
14940         * textmodes/ispell.el (ispell-message):
14941         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14943 2004-05-10  Dave Love  <fx@gnu.org>
14945         * progmodes/python.el (help-buffer): Autoload when compiling.
14946         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14947         (run-python): Prepend to any existing PYTHONPATH.
14949 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
14951         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14952         for pending breakpoints.
14954 2004-05-10  Richard M. Stallman  <rms@gnu.org>
14956         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
14957         directly without calling any functions in Rmail.
14958         (unrmail-unprune): Function deleted.
14960 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14962         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14963         C-c C-z binding.
14965 2004-05-10  Kenichi Handa  <handa@m17n.org>
14967         * descr-text.el (describe-char): Fix previous change.  Don't make
14968         a unibyte character to multibyte in the *Help* buffer.
14970 2004-05-10  Miles Bader  <miles@gnu.org>
14972         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14973         buffer an error if the debugger process is actually running.
14975 2004-05-10  Juanma Barranquero  <lektu@terra.es>
14977         * help-fns.el (help-argument-name): Default to italic.
14978         (help-highlight-arguments): Return always (usage . doc), even when
14979         usage is nil.
14981         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14982         (define-ibuffer-filter): Add usage info.
14983         (define-ibuffer-op): Add usage info (but CL-style defaults for
14984         keyword args are not shown).
14986         * subr.el (remove-overlays, read-passwd): Fix docstring.
14987         (start-process-shell-command): Fix docstring.  Put usage info in a
14988         format usable by `describe-function'.
14989         (open-network-stream, open-network-stream-nowait)
14990         (open-network-stream-server): Fix docstring.
14992 2004-05-09  Jason Rumney  <jasonr@gnu.org>
14994         * international/code-pages (cp932, cp936, cp949, c950): Remove.
14995         Only define cp125* if windows-125* is already defined.
14997         * language/korean.el (cp949): Add alias.
14999         * language/chinese.el (cp936, cp950): Add aliases.
15001         * language/japanese.el (cp932): Add alias.
15003         * term/w32-win.el: Require code-pages.
15005         * international/mule-cmds.el (set-locale-environment):
15006         On MS-Windows use ansi code-page for default coding-systems.
15007         Set up paper sizes for Windows 3 letter languages.
15009         * international/code-pages.el (cp932, cp936, cp949, cp950):
15010         Add aliases.  Also add cp125* if not already defined.
15012 2004-05-09  Juanma Barranquero  <lektu@terra.es>
15014         * help-fns.el (help-highlight-arguments): Don't try to highlight
15015         missing or autoloaded arglists.  Accept structured arguments, like
15016         the first ones of `do' and `flet'.
15018         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
15019         (cvs-get-marked): Remove redundant arglist info.
15021         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
15022         Don't use CL-style default args.
15024 2004-05-08  Andreas Schwab  <schwab@suse.de>
15026         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
15028         * international/subst-ksc.el: Fix references to utf-translate-cjk
15029         into utf-translate-cjk-mode.
15030         * international/subst-big5.el: Likewise.
15031         * international/subst-gb2312.el: Likewise.
15032         * international/subst-jis.el: Likewise.
15033         * international/utf-16.el: Likewise.
15034         * international/utf-8.el: Likewise.
15036 2004-05-08  John Wiegley  <johnw@newartisans.com>
15038         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
15039         "virtual buffers" (off by default), which makes it possible to
15040         switch to the "virtual" buffers of recently visited files.  When a
15041         buffer name search fails, and this option is on, iswitchb will
15042         look at the list of recently visited files, and permit matching
15043         against those names.  When the user hits RET on a match, it will
15044         revisit that file.
15045         (iswitchb-read-buffer): Add two optional arguments, which makes
15046         isearchb.el possible.
15047         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
15048         (iswitchb-next-match): Add support for virtual buffers.
15050         * isearchb.el: This module extends iswitchb to provide "as you
15051         type" buffer selection.
15053         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
15054         Ignore the read-only property when flyspell highlighting is on.
15055         Not ignoring it leads to a series of confusing errors.
15056         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
15057         but also make sure to call flyspell-incorrect-hook.
15058         (flyspell-maybe-correct-transposition): Perform transposition test
15059         by bit twiddling a string, rather than using a temp buffer.
15060         (flyspell-maybe-correct-doubling): Use a string rather than a temp
15061         buffer.  This is also the original version of the code, which
15062         could not be checked in before due to a previous lack of
15063         assignment papers.  This version has seen heavy usage on my system
15064         for several years now.
15066         * calendar/cal-bahai.el: New file, which adds support for the
15067         Baha'i calendar to Emacs.  This calendar is based on a solar year
15068         of 19 months of 19 days, with 4 intercalary days.  Each year
15069         begins on March 21, with the calendar starting in 1844.
15071         * calendar/cal-menu.el, calendar/calendar.el
15072         * calendar/diary-lib.el, calendar/holidays.el:
15073         Added support for using cal-bahai.el.
15075         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
15076         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
15077         function can be used outside of eshell buffers.
15078         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
15080 2004-05-08  Juanma Barranquero  <lektu@terra.es>
15082         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
15083         word constituent so FOO-ARG is not recognized as an arg.
15084         (help-highlight-arguments): Don't skip lists in mandatory arguments.
15086         * simple.el (next-error): Fix typo in docstring.
15087         (open-line): Make argument names match their use in docstring.
15088         (split-line): Fix docstring.
15090         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
15091         usable by `describe-function'.
15092         (gensym, gentemp, typep, ignore-errors): Make argument names match
15093         their use in docstring.
15095         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
15096         argument to `help-setup-xref'.
15098 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
15100         Version 2.0.40 of Tramp released.
15102         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
15103         Use symbol-function to invoke functions only known on some Emacs
15104         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
15105         Scaldeferri <kevin@scaldeferri.com>.
15106         (tramp-do-copy-or-rename-file-via-buffer): Rename from
15107         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
15108         consistent with the other tramp-do-* functions.
15109         (tramp-do-copy-or-rename-file): Calls adjusted.
15110         (tramp-process-initial-commands): Avoid liveness check on shell --
15111         we know that it must be alive since we're opening a connection at
15112         this moment.
15113         (tramp-last-cmd): New internal variable.
15114         (tramp-process-echoes): New tunable.
15115         (tramp-send-command): Set tramp-last-cmd.
15116         (tramp-wait-for-output): Delete echo, if applicable.
15117         (tramp-read-passwd): Construct the key for the password cache in a
15118         way that works for multi methods, too.
15119         (tramp-bug): Add backup-directory-alist and
15120         bkup-backup-directory-info to bug reports, with Tramp counterparts.
15122 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
15124         * net/tramp*.el: Suppress byte-compiler warnings where possible.
15126         * net/tramp.el (tramp-out-of-band-prompt-regexp)
15127         (tramp-actions-copy-out-of-band): New defcustoms.
15128         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
15129         used instead of a synchronous one.  Allows password entering.
15130         (tramp-action-out-of-band): New defun.
15131         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
15132         Remove restriction with password from doc string.
15133         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
15134         `tramp-out-of-band-prompt-regexp',
15135         `tramp-actions-copy-out-of-band', `password-cache' and
15136         `password-cache-expiry'.
15137         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
15138         password caching.
15139         (tramp-touch): FILE can be a local file, too.
15140         (TODO): Remove items done.
15141         (tramp-handle-insert-directory): Properly quote file name also if
15142         not full-directory-p.  Handle wildcard case.  Reported by Andreas
15143         Schwab <schwab@suse.de>.
15144         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
15145         new file.
15146         (tramp-handle-file-local-copy, tramp-handle-write-region):
15147         The permissions of the temporary file are set if filename exists.
15148         Reported by Ted Stern <stern@cray.com>.
15149         (tramp-backup-directory-alist)
15150         (tramp-bkup-backup-directory-info): New defcustoms.
15151         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
15152         (tramp-handle-find-backup-file-name): New function.
15153         Implements Tramp's find-backup-file-name.
15155         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
15156         for `find-backup-file-name'.
15158         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
15159         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
15161 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
15163         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
15165 2004-05-07  Juanma Barranquero  <lektu@terra.es>
15167         * subr.el (lambda): Add arglist description to docstring.
15168         (declare): Fix typo in docstring.
15169         (open-network-stream): Fix docstring.
15170         (process-kill-without-query): Fix docstring and add obsolescence info.
15171         (last, butlast, nbutlast): Make arguments match their use in docstring.
15172         (insert-buffer-substring-no-properties): Likewise.
15173         (insert-buffer-substring-as-yank): Likewise.
15174         (split-string): Fix docstring.
15176         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15177         Make argument names match their use in docstring.
15179         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
15181 2004-05-06  Nick Roberts  <nickrob@gnu.org>
15183         * progmodes/gdb-ui.el: Improve/extend documentation strings.
15184         Fit first sentence on one line for apropos-command.
15186 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15188         Changes largely merged in from Dave Love's code.
15189         * progmodes/python.el: Doc fixes.
15190         (python-mode-map): Add python-complete-symbol.
15191         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
15192         (python-comment-indent, python-complete-symbol)
15193         (python-symbol-completions, python-partial-symbol)
15194         (python-try-complete): New.
15195         (python-indent-line): Remove optional arg.  Use python-block-end-p.
15196         (python-check): Bind compilation-error-regexp-alist.
15197         (inferior-python-mode): Use rx.  Move keybindings to top level.
15198         Set comint-input-filter.
15199         (python-preoutput-filter): Use rx.
15200         (python-input-filter): Re-introduce.
15201         (python-proc): Start new process if necessary.
15202         Check python-buffer non-nil.
15203         (view-return-to-alist): Defvar.
15204         (python-send-receive): New.
15205         (python-eldoc-function): Use it.
15206         (python-mode-running): Don't defvar.
15207         (python-mode): Set comment-indent-function.
15208         Maybe update hippie-expand-try-functions-list.
15209         (python-indentation-levels): Initialize differently.
15210         (python-block-end-p): New.
15211         (python-indent-line): Use it.
15212         (python-compilation-regexp-alist): Augment.
15213         (run-python): Import `emacs' module to Python rather than loading
15214         code directly.  Set python-buffer differently.
15215         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
15216         Use python-proc.
15217         (python-send-command): Go to end of comint buffer.
15218         (python-load-file): Use python-proc, emacs.eimport.
15219         (python-describe-symbol): Simplify interactive form.
15220         Use emacs.help.  Do use temp-buffer-show-hook.
15221         Call print-help-return-message.
15222         (hippie-exp): Require when compiling.
15223         (python-preoutput-continuation): Use rx.
15225         * diff-mode.el (diff-make-unified): Fix regexp.
15227 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
15229         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
15230         filter groups from the buffer when rebuilding the Ibuffer buffer
15231         and `ibuffer-show-empty-filter-groups' is nil.
15233 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15235         * ps-print.el (ps-print-quote): Call ps-value-string.
15236         (ps-setup): Call ps-comment-string.
15237         (ps-value-string, ps-comment-string): New funs.
15239 2004-05-06  Juanma Barranquero  <lektu@terra.es>
15241         * ehelp.el (electric-help-command-loop): Check whether the last
15242         character is visible, not (point-max).
15244         * help-fns.el (help-argument-name): Default to bold; don't inherit
15245         from font-lock-variable-name-face.
15246         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
15248 2004-05-05  Kenichi Handa  <handa@m17n.org>
15250         * descr-text.el (describe-char): Copy the character with text
15251         properties and overlays into the first line, and call
15252         describe-text-properties on it.
15254 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
15256         * iswitchb.el (iswitchb-global-map): Fix typo.
15257         Remove unwanted ###autoloads from source file.
15259 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
15261         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
15262         in run-hooks.  Use substitute-command-keys in message.
15263         (wdired-abort-changes): Add message.
15265 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
15267         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
15268         (sql-emacs20-p): Remove.
15269         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
15270         (sql-builtin-face, sql-doc-face): Remove.
15271         (sql-mode-ansi-font-lock-keywords)
15272         (sql-mode-oracle-font-lock-keywords)
15273         (sql-mode-postgres-font-lock-keywords)
15274         (sql-mode-linter-font-lock-keywords)
15275         (sql-mode-ms-font-lock-keywords)
15276         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
15277         (sql-product-font-lock): Fix font-lock reset when font rules change.
15278         (sql-highlight-product): Remove incorrect font-lock reset logic.
15280 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
15282         * ses.el (ses-set-parameter): Fix typo.
15284 2004-05-04  Kim F. Storm  <storm@cua.dk>
15286         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
15287         Must expand directory for completion to work; and don't mess with
15288         process-environment.
15289         (ido-read-file-name): If command has ido property, don't use ido
15290         if value is ignore, or read as directory if value is dir.
15291         Set ido ignore property for dired-do-rename command.
15293 2004-05-04  Juanma Barranquero  <lektu@terra.es>
15295         * ehelp.el (electric-help-command-loop, electric-help-undefined)
15296         (electric-help-help): Check against unmapped commands.
15298         * help-fns.el (help-argument-name): New face, inheriting from
15299         font-lock-variable-name-face, to highlight function arguments in
15300         `describe-function' and `describe-key'.
15301         (help-do-arg-highlight): Auxiliary function to highlight a given
15302         list of arguments in a string.
15303         (help-highlight-arguments): Highlight the function arguments and
15304         all uses of them in the docstring.
15305         (describe-function-1): Use it.  Do docstring output via `insert',
15306         not 'princ', so text attributes are preserved.
15308         * winner.el (winner-mode-map): Move `winner-undo' and
15309         `winner-redo' to C-c <left> and C-c <right>, respectively (the
15310         previous bindings conflict with `prev-buffer', `next-buffer').
15312 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15314         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
15315         (bibtex-entry-update): New command bound to C-c C-u.
15316         (bibtex-text-in-string): Fix regexp.
15317         (bibtex-assoc-of-regexp): Remove.
15318         (bibtex-progress-message): Fix docstring.
15319         (bibtex-inside-field): Use if.
15320         (bibtex-assoc-regexp): New function.
15321         (bibtex-format-entry): Make code more robust so that it formats
15322         also old entries.
15323         (bibtex-autokey-demangle-title): Merge with obsolete function
15324         bibtex-assoc-of-regexp.
15325         (bibtex-field-list): New function.
15326         (bibtex-entry): Use bibtex-field-list.
15327         (bibtex-parse-entry): Fix docstring.
15328         (bibtex-print-help-message): Use bibtex-field-list.
15329         (bibtex-make-field): Use bibtex-field-list.
15330         (bibtex-entry-index): Bugfix.  Return crossref key if required.
15331         (bibtex-lessp): Fix docstring.
15333 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
15335         * select.el (xselect-convert-to-string): Move comment to intended line.
15337 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15339         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
15340         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
15342 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15344         * term/x-win.el (x-clipboard-yank): Don't exit on error from
15345         x-get-selection.
15347 2004-05-03  Jason Rumney  <jasonr@gnu.org>
15349         * makefile.nt: Remove.
15351 2004-05-03  Kim F. Storm  <storm@cua.dk>
15353         * emulation/cua-base.el (cua--update-indications): Fix last change.
15354         (cua-mode): Deactivate mark when cua-mode is enabled.
15356 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
15358         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
15360 2004-05-03  Nick Roberts  <nickrob@gnu.org>
15362         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
15363         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
15364         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
15365         window over visible frames.
15366         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
15368 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15370         * progmodes/compile.el (compilation-gcpro): New var.
15371         (compilation-fake-loc): Use it.
15372         (compilation-forget-errors): Reset it.
15374 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
15376         * diff-mode.el (diff-header-face, diff-file-header-face):
15377         Use min-colors.
15379 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15381         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
15382         (bibtex-clean-entry): Disentangle code.
15383         (bibtex-realign): New function.
15384         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
15385         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
15386         Remove undocumented optional arg called-by-convert-alien.
15387         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
15388         for sorting instead of bibtex-sort-buffer.
15390 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
15392         * progmodes/compile.el (compilation-start): In the
15393         no-async-subprocesses branch, call sit-for to give redisplay a
15394         chance to show the updated process status in the mode line, and
15395         fontify the buffer explicitly after the process exits.
15397 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15399         * progmodes/python.el (python-compilation-line-number): Remove.
15400         (python-compilation-regexp-alist): Don't use it any more.
15401         (python-orig-start, python-input-filter): Remove.
15402         (inferior-python-mode): Don't set up comint-input-filter-functions.
15403         (python-send-region): Use compilation-fake-loc.
15405         * progmodes/compile.el (compilation-messages-start): New var.
15406         (compilation-mode): Don't setup next-error-function here.
15407         (compilation-setup): Set it up here instead (for minor modes as well).
15408         Make compilation-messages-start buffer local.
15409         (compilation-next-error-function): Use it.
15410         (compilation-forget-errors): Set compilation-messages-start.
15412 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
15414         * ielm.el (ielm-prompt-read-only): Update docstring.
15416         * comint.el (comint-prompt-read-only): Update docstring.
15417         (comint-update-fence, comint-kill-whole-line)
15418         (comint-kill-region): New functions.
15420         * simple.el (kill-whole-line): Use "p" instead of "P" in
15421         interactive form.
15423 2004-05-01  Juanma Barranquero  <lektu@terra.es>
15425         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15426         format arglist so default values in CL-style argument lists are
15427         correctly shown.
15429 2004-05-01  Jason Rumney  <jasonr@gnu.org>
15431         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15433 2004-05-01  Kenichi Handa  <handa@m17n.org>
15435         * international/titdic-cnv.el (miscdic-convert): Don't generate a
15436         quail file if it is up to date.
15438 2004-04-30  Juri Linkov  <juri@jurta.org>
15440         * cus-edit.el (custom-mode-map):
15441         Add key binding `C-x C-s' to `Custom-save'.
15443         * outline.el (outline-blank-line): New var.
15444         (outline-next-preface, outline-show-heading)
15445         (outline-end-of-subtree): Use it.
15447         * dired-aux.el (dired-touch-initial): New fun.
15448         (dired-do-chxxx): Call it for op-symbol `touch'.
15449         (dired-diff): Use `dired-dwim-target-directory'
15450         if current dired buffer has no buffer mark.
15452         * bindings.el (propertized-buffer-identification):
15453         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15454         Add C-M-arrow keys for consistency.
15456         * files.el (confirm-kill-emacs):
15457         Change group from top-level `emacs' to `convenience'.
15459         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15460         Push mark on the first call of successive command calls.
15461         (insert-pair): New fun created from `insert-parentheses' with
15462         `open' and `close' arguments added.  Enclose active regions
15463         in paired characters.  Compare adjacent characters syntax with
15464         inserted characters syntax before inserting a space.
15465         (insert-parentheses): Call `insert-pair' with ?\( ?\).
15467         * delsel.el: Don't put `delete-selection' property
15468         on `insert-parentheses' symbol to take advantage of
15469         region handling in `insert-pair' function.
15470         Suggested by Stephan Stahl <stahl@eos.franken.de>.
15472 2004-04-30  Kim F. Storm  <storm@cua.dk>
15474         * emulation/cua-base.el: Add support for changing cursor types;
15475         based on patch from Michael Mauger.
15476         (cua-normal-cursor-color, cua-read-only-cursor-color)
15477         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15478         Customization cursor type and/or cursor color.
15479         (cua--update-indications): Handle cursor type changes.
15480         (cua-mode): Update cursor indications if enabled.
15482         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15484         * mouse.el (mouse-drag-copy-region): New defcustom.
15485         (mouse-set-region, mouse-drag-region-1): Use it.
15487         * simple.el (kill-ring-save): If region face background color is
15488         unspecified (if no highlighting), show extent of fully visible
15489         region even if transient-mark-mode is enabled.
15491         * emulation/cua-base.el (cua--standard-movement-commands):
15492         Add cua-scroll-up and cua-scroll-down.
15493         (cua-scroll-up, cua-scroll-down): New commands.
15494         (cua--init-keymaps): Remap scroll-up and scroll-down.
15496         * emulation/cua-rect.el (cua--convert-rectangle-as):
15497         New defmacro.
15498         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15499         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15500         New commands (suggested by Jordan Breeding).
15502 2004-04-30  Juanma Barranquero  <lektu@terra.es>
15504         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15506 2004-04-30  Mario Lang  <mlang@delysid.org>
15508         * diff.el (diff-switches): Fix typo in docstring.
15510 2004-04-30  Alex Schroeder  <alex@gnu.org>
15512         * xml.el (xml-debug-print-internal): Don't add newline and
15513         indentation to text nodes and write empty elements as empty tags
15514         instead of opening and closing tags.
15515         (xml-debug-print): Take optional indent-string argument.
15516         (xml-print): Alias for xml-debug-print.
15518 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
15520         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15521         than duplicate call to `line-beginning-position'.
15523         * progmodes/f90.el (f90-get-present-comment-type):
15524         Return whitespace, as well as comment chars, for consistent filling
15525         of comment blocks.  Use `match-string-no-properties'.
15526         (f90-break-line): Trim trailing whitespace when filling comments.
15528 2004-04-30  Dave Love  <fx@gnu.org>
15530         * calendar/diary-lib.el (diary-outlook-formats): New variable.
15531         (diary-from-outlook-internal, diary-from-outlook)
15532         (diary-from-outlook-gnus, diary-from-outlook-rmail):
15533         New functions to import diary entries from Outlook-format
15534         appointments in mail messages.
15536 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15538         * progmodes/python.el (python-send-command): New fun.
15539         (python-send-region, python-load-file): Use it.
15541         * progmodes/compile.el (compilation-last-buffer): Add var alias.
15543         * help-fns.el (help-C-file-name): Use new subr-name.
15544         Prepend `src/' to the file name.
15545         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15546         (describe-function-1, describe-variable): Only find a C source file
15547         name if DOC is already loaded.
15549         * help-mode.el (help-function-def, help-variable-def):
15550         Use the new find-function-search-for-symbol functionality.
15551         Allow FILE to be `C-source'.
15553         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15554         (find-function-C-source): New fun.
15555         (find-function-search-for-symbol): Use it.
15557 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
15559         * progmodes/sql.el (sql-product-alist): Rename variable
15560         `sql-product-support'.  Add Postgres login parameters.
15561         (sql-set-product, sql-product-feature): Update with renamed variable.
15562         (sql-connect-postgres): Add username prompt.
15563         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15564         Make patterns less product specific.
15565         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15566         (sql-mode-abbrev-table): Modify initialization.
15567         (sql-builtin-face): Add variable.
15568         (sql-keywords-re): Add macro.
15569         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15570         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15571         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15572         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15573         (sql-mode-linter-font-lock-keywords)
15574         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15575         (sql-mode-sybase-font-lock-keywords)
15576         (sql-mode-informix-font-lock-keywords)
15577         (sql-mode-interbase-font-lock-keywords)
15578         (sql-mode-ingres-font-lock-keywords)
15579         (sql-mode-solid-font-lock-keywords)
15580         (sql-mode-sqlite-font-lock-keywords)
15581         (sql-mode-db2-font-lock-keywords): Default to nil.
15582         (sql-product-font-lock): Always highlight ANSI keywords.
15583         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15584         (sql-send-string): Add function.
15586 2004-04-29  Dave Love  <fx@gnu.org>
15588         * progmodes/cfengine.el (cfengine-beginning-of-defun)
15589         (cfengine-end-of-defun): Ensure progress through buffer.
15591         * info-look.el (cfengine-mode): Accept a terminal ().
15593 2004-04-29  Juri Linkov  <juri@jurta.org>
15595         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15596         instead of isearch-yank-word-or-char.  Add new key bindings for
15597         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15598         (isearch-del-char): New fun.
15599         (isearch-forward, isearch-edit-string): Update docstring.
15600         (isearch-yank-char): Doc fix.
15601         (isearch-other-meta-char): Restore point after scrolling.
15603         * progmodes/compile.el (compilation-context-lines): Add nil option
15604         to disable compilation output window scrolling.
15605         (compilation-set-window): Use it.
15607         * outline.el (outline-next-preface, outline-show-heading):
15608         Don't leave unhidden blank line before heading.
15609         (outline-end-of-subtree): Include last newline into subtree.
15610         (hide-entry): Leave point at beginning of heading instead of end.
15611         (outline-up-heading): Push mark for the first call of successive
15612         command calls.
15614 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
15616         * comint.el (comint-prompt-read-only): New variable.
15617         (comint-output-filter): Implement it.
15619         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15620         (ielm-prompt-internal): New variable.
15621         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15622         (ielm-send-input): Delete unused variable `buf'.
15623         (ielm-eval-input): Use `ielm-prompt-internal'.
15624         (inferior-emacs-lisp-mode): Use new variables
15625         `comint-prompt-read-only' and `ielm-prompt-internal'.
15626         Get rid of obsolete variable `directory-sep-char'.
15627         (ielm): Use `zerop'.
15629 2004-04-29  John Paul Wallington  <jpw@gnu.org>
15631         * thumbs.el (toplevel): Require cl at compile time.
15632         Remove conditional definitions of `ignore-errors' and `caddar'
15633         because they occur at run time.
15635 2004-04-28  Nick Roberts  <nickrob@gnu.org>
15637         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15638         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15639         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15640         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15642         * progmodes/gud.el (gud-common-init): Throw an error if program is
15643         already running under gdb.
15645 2004-04-28  John Paul Wallington  <jpw@gnu.org>
15647         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15648         (thumbs-show-image-num): Move assignment of
15649         `thumbs-current-image-filename' within scope of `i'.
15650         (thumbs-emboss-image): Don't use `evenp'.
15652 2004-04-28  Richard M. Stallman  <rms@gnu.org>
15654         * progmodes/compile.el (compilation-context-lines): Default now 0.
15656 2004-04-28  Juanma Barranquero  <lektu@terra.es>
15658         Use `time-less-p' from calendar/time-date.el instead of defining
15659         custom versions of it.
15661         * pcomplete.el (pcomplete-time-less-p): Remove.
15663         * thumbs.el (time-less-p): Remove.
15665         * calendar/timeclock.el (timeclock-time-less-p): Remove.
15666         (timeclock-generate-report): Use `time-less-p'.
15668         * emacs-lisp/autoload.el (autoload-before-p): Remove.
15669         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15671 2004-04-28  Masatake YAMATO  <jet@gyve.org>
15673         * subr.el (remove-overlays): Make arguments optional.
15675         * wid-edit.el (widget-specify-button): Put evaporate to the
15676         overlay for sample.
15677         (widget-specify-sample): Put evaporate to the overlay for sample.
15678         (widget-specify-doc): Put evaporate to the overlay for documentation.
15680 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
15682         * info.el (info-apropos): Make it an index node.  Align node names
15683         like makeinfo.
15685 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
15687         * net/browse-url.el (browse-url-netscape-sentinel)
15688         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15689         (browse-url-epiphany-sentinel, browse-url-mosaic):
15690         Use browse-url-*-program instead of a literal program name.
15692 2004-04-27  Kevin Ryde  <user42@zip.com.au>
15694         * eshell/em-alias.el:
15695         * eshell/em-dirs.el:
15696         * eshell/em-hist.el:
15697         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15698         features when M-x customize-group loads modules before the main
15699         eshell.el.
15701 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
15703         * subr.el (momentary-string-display): Support EXIT-CHAR that is
15704         either a character representation of an event or an event
15705         description list.
15707         * type-break.el: Capitalise Emacs and Lisp.
15708         (type-break-good-break-interval, type-break-demo-boring-stats)
15709         (type-break-terse-messages, type-break-file-name): New defcustoms.
15710         (type-break-post-command-hook)
15711         (type-break-warning-countdown-string): Quote variable names in doc.
15712         (type-break-interval-start, type-break-auto-save-file-name): New vars.
15713         (type-break-mode): Document type-break-good-break-interval and the
15714         "session" file.  Schedule break according to the session file.
15715         Kill session file buffer on exit.  Organise for save-some-buffers
15716         to always save the session file.
15717         (type-break-mode-line-message-mode, type-break-query-mode):
15718         Uppercase arguments.
15719         (type-break-file-time, type-break-file-keystroke-count, timep)
15720         (type-break-choose-file, type-break-get-previous-time)
15721         (type-break-get-previous-count): New defuns.
15722         (type-break): Avoid break querying after a completed break in the
15723         case where the query was initiated during user invocation of the
15724         break.  Optional terse messages.
15725         Use type-break-good-break-interval if type-break-good-rest-interval is
15726         nil.  File the break time.
15727         (type-break-schedule): New optional args for overriding the use of
15728         the current time.
15729         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15730         after a break.
15731         (type-break-check): File the keystroke count.
15732         (type-break-do-query): Prevent a second query when the break is
15733         interrupted.  Optional terse message.
15734         (type-break-keystroke-reset): Record the start of a typing interval.
15735         (type-break-demo-boring): Optional terse messages.  Display word
15736         per minute and keystroke counts according to
15737         type-break-demo-boring-stats.
15739 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
15741         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15742         directories, make sure they exist under archive-tmpdir.
15744 2004-04-27  Juri Linkov  <juri@jurta.org>
15746         * help.el (view-emacs-news): With argument, display info for the
15747         selected version by finding it among different NEWS files, and
15748         narrowing the buffer to the selected version.
15750         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15751         same-window-buffer-names.
15752         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
15753         non-numeric prefix argument, append the number to the buffer name
15754         for numeric prefix argument.
15755         (info-other-window): Bind same-window-regexps to nil.
15756         (Info-reference-name): Rename to Info-point-loc.
15757         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15758         and Info-find-index-name for stringy Info-point-loc.
15759         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
15760         without middle `.', but with final `.' and optional line number
15761         for it.  Set Info-point-loc for index nodes.
15762         (Info-index): Remove middle `.' from index entry regexp.
15763         Modify line number regexp.
15764         (Info-index-next): Decrement line number.
15765         (info-apropos): Remove middle `.' from index entry regexp.
15766         Add optional line number regexp at the end.  Add matched value
15767         for line number to the result list and insert it to the buffer.
15768         Replace match-string by match-string-no-properties.
15769         Reorder result list.
15770         (Info-fontify-node): Hide index line numbers.
15771         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15772         empty matches.
15773         (Info-follow-reference): Use `str' instead of
15774         Info-following-node-name-re.
15775         (Info-toc): Use full file names.  Set Info-current-node to "Top".
15776         (Info-fontify-node): Compare file names without directory name.
15777         (Info-try-follow-nearest-node): Don't set Info-reference-name.
15778         Set second arg of Info-extract-menu-node-name for index nodes.
15779         (info-xref-visited): Use magenta3 instead of magenta4.
15780         (Info-mode): Add info-apropos to docstring.
15782         * log-view.el (log-view-diff): Replace interactive code "r"
15783         by a list to allow to call it even if region is not active.
15785         * paren.el (show-paren-highlight-openparen): New var.
15786         (show-paren-function): Turn on openparen highlighting when
15787         matching forward if show-paren-highlight-openparen is non-nil.
15789         * simple.el (kill-ring-save): Use blink-matching-delay instead of
15790         the constant value 1.
15791         (completions-common-part): Expand docstring.
15793         * textmodes/picture.el (picture-mode-map): Add arrow keys.
15795 2004-04-27  Kim F. Storm  <storm@cua.dk>
15797         * image.el (insert-sliced-image): Use line-height instead of
15798         line-spacing property on newline.
15800 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
15802         * desktop.el (desktop-buffer-misc-data-function): Rename to
15803         desktop-save-buffer and change docstring.
15804         (desktop-buffer-modes-to-save): Delete.
15805         (desktop-save-buffer-p): Use desktop-save-buffer instead of
15806         desktop-buffer-modes-to-save.
15807         (desktop-save): Rename desktop-buffer-misc-data-function to
15808         desktop-save-buffer and allow non-function value.
15809         (desktop-missing-file-warning): Correct docstring.
15811         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15812         to desktop-save-buffer.
15814         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15815         desktop-save-buffer.
15817         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15819         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15821 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
15823         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15825 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
15827         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15828         (ielm): Only go to the end of the buffer when starting a new process.
15830 2004-04-25  Juanma Barranquero  <lektu@terra.es>
15832         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15833         mode line.  Bind `inhibit-read-only' to t before modifying
15834         properties of text in the buffer.
15835         (ielm): Force point to the end of buffer, even when running ielm
15836         from inside itself.
15838 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15840         * info.el (info-apropos): Reset Info-complete-cache.
15842 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
15844         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15845         Also recognize severe Irix et al. messages.
15846         (compilation-normalize-filename, compile-abbreviate-directory):
15847         Delete functions.
15848         (compilation-get-file-structure): New function inherits
15849         functionality of the two preceding ones.
15850         (compilation-internal-error-properties, compilation-fake-loc):
15851         Use it so that different paths to the same file share the same
15852         markers.  Also optimize finding adjacent marker slightly.
15854 2004-04-25  Kim F. Storm  <storm@cua.dk>
15856         * image.el (insert-sliced-image): Add line-spacing t property
15857         to newlines separating image lines.
15859 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
15861         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15863         * ielm.el (ielm-prompt-read-only): New user option.
15864         (ielm-prompt): Expand docstring to describe new behavior.
15865         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15866         mention it in the docstring.
15868 2004-04-24  Andreas Schwab  <schwab@suse.de>
15870         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15872         * diff.el (diff): Set default-directory in diff buffer.
15874 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
15876         * mail/sendmail.el (mail-bury): Don't delete the frame where the
15877         mail was being composed if the terminal cannot display more than
15878         one frame; instead, switch to previous frame.
15880         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15881         (rmail-start-mail): Support rmail-mail-new-frame even on
15882         terminals that can display only one frame at a time.
15884 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15886         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15887         (checkdoc-output-font-lock-keywords): Remove error regexp.
15888         (checkdoc-output-mode-map): Remove.
15889         (checkdoc-output-mode): Derive from compilation-mode.
15890         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15892         * dired.el (dired-mode-map): Add a menu entry for wdired.
15894         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15895         (rx-bracket, rx-check-any, rx-any): Clean up name space.
15897         * wdired.el (wdired-mode-map): Move init into declaration.
15898         Fix `return' binding.
15899         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15900         Use force-mode-line-update.
15901         (wdired-get-filename): Use `unless'.
15902         (wdired-preprocess-files): Don't assume names have no \n and use / for
15903         dir separator.
15904         (wdired-normalize-filename): Use replace-regexp-in-string.
15905         (wdired-load-hooks): Remove.
15906         (wdired-mode-hooks): Rename to wdired-mode-hook.
15908         * info-look.el: Add support for cfengine-mode.
15909         (info-lookup-setup-mode): Use dolist.
15911 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
15913         * wdired.el: New file.
15915 2004-04-23  Juanma Barranquero  <lektu@terra.es>
15917         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15919         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15920         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15921         (pcomplete--help, pcomplete--here): Doc fixes.
15923 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
15925         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15926         handles wrong-number-of-arguments in backend call.
15928         * vc.el (vc-print-log): Likewise.
15930 2004-04-20  Dave Love  <fx@gnu.org>
15932         * emacs-lisp/rx.el: Doc fixes.
15933         (rx-constituents): Add/extend many forms.
15934         (rx-check): Check form is a list.
15935         (bracket): Defvar.
15936         (rx-check-any, rx-any, rx-check-not): Modify.
15937         (rx-not): Simplify.
15938         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15939         (rx-kleene): Use rx-trans-forms.
15940         (rx-quote-for-set): Delete.
15941         (rx): Allow multiple args.
15943 2004-04-23  Kenichi Handa  <handa@m17n.org>
15945         * international/mule-util.el (char-displayable-p): Simplify by
15946         using internal-char-font.
15948 2004-04-23  Juanma Barranquero  <lektu@terra.es>
15950         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15952 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15954         * diff-mode.el (diff-next-error): New fun.
15955         (diff-mode): Use it.
15957         * simple.el (next-error): Change arg name.
15958         Add support for the documented C-u C-x ` usage.
15960         * frame.el (special-display-popup-frame, next-multiframe-window)
15961         (previous-multiframe-window): Only consider frames on same display.
15963 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
15965         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15966         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15968 2004-04-22  Kim F. Storm  <storm@cua.dk>
15970         * net/telnet.el (telnet): Add optional port arg.
15972 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15974         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15975         Minor sanity check on the `hyperlink' slot.
15977         * Makefile.in (recompile): Compile new files.
15979         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15980         Add byte-recompile-directory's optional `arg'.
15982         * cvs-status.el (cvs-tree-use-charset): New var.
15983         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15984         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15985         (cvs-status-cvstrees): Use it.
15987         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15988         Make it a normal major mode.
15989         (checkdoc-buffer-label): Make sure the file name is meaningful.
15990         (checkdoc-output-to-error-buffer): Remove.
15991         (checkdoc-error, checkdoc-start-section): Rewrite.
15993         * info.el (info-node, info-menu-5, info-xref, info-header-node)
15994         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15995         (Info-title-4-face): Use new syntax.
15996         (info-xref-visited): Inherit from info-xref.
15998         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
16000 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16002         * simple.el (next-error-last-buffer, next-error-function):
16003         New variables for the next-error framework.
16004         (next-error-buffer-p): New function.
16005         (next-error-find-buffer): Generalize compilation-find-buffer.
16006         (next-error, previous-error, first-error, next-error-no-select)
16007         (previous-error-no-select): Move from compile.el.
16009         * replace.el (occur-next-error, occur-1): Hook into the next-error
16010         framework.
16012         * progmodes/compile.el (compilation-start):
16013         Set next-error-last-buffer so next-error knows where to jump.
16014         (compilation-setup): Set the buffer-local variable
16015         next-error-function to 'compilation-next-error-function.
16016         (compilation-buffer-p, compilation-buffer-internal-p): Use an
16017         alternate way to find if a buffer is a compilation buffer, for
16018         next-error convenience.
16019         (next-error-no-select, previous-error-no-select, next-error)
16020         (previous-error, first-error): Move to simple.el.
16021         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
16022         (compilation-last-buffer): Remove.
16023         (compilation-start, compilation-next-error, compilation-setup)
16024         (compilation-next-error-function, compilation-find-buffer):
16025         Remove compilation-last-buffer use.
16027 2004-04-21  Juanma Barranquero  <lektu@terra.es>
16029         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
16030         (font-lock-warning-face): Fix spacing.
16032         * makefile.w32-in (WINS): Add url/ directory.
16034 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
16036         * desktop.el (desktop-buffer-mode-handlers): New variable.
16037         Alist of major mode specific functions to restore a desktop buffer.
16038         (desktop-buffer-handlers): Make variable obsolete.
16039         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
16040         Catch errors signaled in handlers.  Update buffer count.
16041         Evaluate desktop-buffer-point.
16042         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
16043         move to dired.el.
16044         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
16045         move to info.el.
16046         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
16047         move to mail/rmail.el.
16048         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
16049         to mh-e/mh-e.el.
16050         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
16051         On fail, print message (to message buffer) even if
16052         desktop-missing-file-warning is nil.
16053         (desktop-buffer-misc-data-function): New buffer local variable.
16054         Function returning major mode specific data.
16055         (desktop-buffer-misc-functions): Make variable obsolete.
16056         (desktop-save): Use desktop-buffer-misc-data-function.
16057         (desktop-buffer-dired-misc-data): Rename to
16058         dired-desktop-buffer-misc-data and move to dired.el.
16059         (desktop-buffer-info-misc-data): Rename to
16060         Info-desktop-buffer-misc-data and move to info.el.
16061         (desktop-read): Add message about number of buffers restored/failed.
16063         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
16064         Add parameters.  Pause to display error only when
16065         desktop-missing-file-warning is non-nil.
16066         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
16067         (dired-mode): Bind desktop-buffer-misc-data-function.
16069         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
16070         Add Parameters.
16071         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
16072         (Info-mode): Bind desktop-buffer-misc-data-function.
16074         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
16075         Add Parameters.
16077         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
16078         Add Parameters.
16080 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
16082         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
16083         the case of letters in case-insensitive expansions when the
16084         abbrev is preceded by characters with letter syntax.
16086 2004-04-21  Richard M. Stallman  <rms@gnu.org>
16088         * progmodes/cperl-mode.el (cperl-putback-char):
16089         Delete Emacs 18 definition.
16091         * international/mule.el (ctext-post-read-conversion):
16092         Use assoc-string, not assoc-ignore-case.
16094         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
16096         * emacs-lisp/easymenu.el (easy-menu-add):
16097         Do call x-popup-menu, but only if it's defined.
16099         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
16101         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
16102         Handle multiple args: compile like progn.
16104         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
16105         take all args as &rest arg.
16107         * autoinsert.el (auto-insert-alist): Insert the user's name in
16108         copyright notice, rather than Free Software Foundation.
16110 2004-04-21  Kenichi Handa  <handa@m17n.org>
16112         * descr-text.el (describe-char): Make it work on *Help* buffer.
16114 2004-04-21  Kim F. Storm  <storm@cua.dk>
16116         * image.el (insert-image): Add optional SLICE arg.
16117         (insert-sliced-image): New defun.
16119 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
16121         * subr.el (read-number): Check whether `default' is nil.
16123 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16125         * progmodes/compile.el (compilation-error-properties):
16126         Split into two.
16127         (compilation-internal-error-properties): New one.
16128         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
16130 2004-04-20  Richard M. Stallman  <rms@gnu.org>
16132         * window.el (split-window-save-restore-data):
16133         Don't update the data if OLD-INFO is nil.
16135         * view.el (view-return-to-alist): Mark it permanent local.
16137         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
16139         * recentf.el (recentf-save-list): Catch and warn about errors.
16141         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
16142         so "Buffers" won't be pure.
16144         * help-mode.el (help-mode-finish): Set help-return-alist first
16145         thing, setting only the entry for the selected window.
16147         * help-fns.el (describe-function-1): If many non-control non-meta
16148         keys run the command, don't list all of them.
16150 2004-04-20  Juanma Barranquero  <lektu@terra.es>
16152         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
16153         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
16155         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
16157 2004-04-20  Kenichi Handa  <handa@m17n.org>
16159         * international/quail.el (quail-lookup-key): New optional arg
16160         NOT-RESET-INDICES.
16161         (quail-get-translations): Call quail-lookup-key with
16162         NOT-RESET-INDICES t.
16163         (quail-completion): Likewise.
16164         (quail-lookup-map-and-concat): Likewise.
16166 2004-04-20  Kenichi Handa  <handa@m17n.org>
16168         * international/quail.el (quail-update-translation): Don't insert
16169         such an unsupported multibyte char in a unibyte buffer.
16171 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
16173         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
16174         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
16175         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
16176         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
16177         (gdb-frame-assembler-buffer): Improve behaviour with
16178         multiple frames.
16179         (gdb-display-buffer): Extend search to all visible frames.
16181 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
16183         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
16184         characters left after base64 decoding.
16185         (rmail-decode-region): Use -dos variety of `coding', to remove any
16186         ^M characters left after qp or base64 decoding.
16188 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16190         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
16191         messages.
16193 2004-04-19  Stephen Eglen  <stephen@gnu.org>
16195         * add-log.el (add-change-log-entry): Update doc string to mention
16196         add-log-full-name and add-log-mailing-address.
16198 2004-04-18  Juri Linkov  <juri@jurta.org>
16200         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
16201         (Info-find-node-2): Simplify error message.
16202         (Info-insert-dir): Use Info-following-node-name.
16203         (Info-goto-node): Remove *info-history* and *info-toc*.
16204         (Info-history): Create a node of the virtual history file.
16205         (Info-toc): Create a node of the virtual toc file.
16206         (Info-insert-toc): New arg `curr-file' for reference file names.
16207         (info-apropos): Remove redundant var binding for temp-file.
16208         (Info-index, Info-index-next, Info-mode): Doc fix.
16209         (Info-goto-emacs-command-node): Don't jump to *info* from
16210         non-*info* Info buffers.
16211         (Info-fontify-node): Don't show the file name of external
16212         references if `Info-hide-note-references' is `hide'.  Don't hide
16213         newlines at the end of paragraphs.
16215         * international/mule-diag.el (list-input-methods):
16216         Fix args to help-xref-button.
16218         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
16219         to put into effect local variables from TUTORIAL files.
16221         * textmodes/paragraphs.el (sentence-end) <function>: New fun
16222         with default value taken from the variable `sentence-end'.
16223         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
16224         Add nil const to :type.
16225         (sentence-end-without-period, sentence-end-double-space)
16226         (sentence-end-without-space): Doc fix.
16228         * textmodes/paragraphs.el (forward-sentence):
16229         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
16230         (fill-delete-newlines):
16231         * progmodes/cc-cmds.el (c-beginning-of-statement):
16232         Use function `sentence-end' instead of variable `sentence-end'.
16234 2004-04-18  Andreas Schwab  <schwab@suse.de>
16236         * progmodes/compile.el (compilation-start): Set window start to
16237         point-min if compilation-scroll-output is nil.
16239 2004-04-18  John Wiegley  <johnw@newartisans.com>
16241         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
16243 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
16245         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
16246         (gdb-info-breakpoints-custom): Revert previous change.
16247         (gdb-view-assembler): Update assembler if necessary.
16248         (gdb-frame-handler): Parse correctly for gdb-current-frame.
16249         (gdb-display-source-buffer): Update properly when both source and
16250         assembler are visible.
16252 2004-04-17  John Wiegley  <johnw@newartisans.com>
16254         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
16255         which limits the number of names shown in the minibuffer.  Off by
16256         default.
16257         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
16258         up iswitchb for users with a multitude of open buffers by showing
16259         only the first and last N/2 buffers in the completion list (which
16260         is enough to aid C-s/C-r, and to know that more characters are
16261         needed to refine the completion list).
16263 2004-04-17  Richard M. Stallman  <rms@gnu.org>
16265         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
16266         (file-truename): Expand all ~ constructs directly.
16267         (insert-directory): Delete any error msg output by the
16268         `insert-directory-program'.
16270         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
16271         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
16272         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
16273         (allout-init): Use find-file-hook, not find-file-hooks.
16274         (allout-mode): Eliminate Emacs 18 support.
16275         Use write-contents-functions, not local-write-file-hooks.
16277 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
16279         * progmodes/compile.el (compilation-error-properties): Fix for
16280         adding messages when there are already markers for their file.
16281         (compilation-fake-loc): New function.
16283 2004-04-16  Dave Love  <fx@gnu.org>
16285         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
16286         (python-load-file): Fix python-orig-start setting.
16288         * progmodes/compile.el: Doc fixes.
16289         (compilation-error-regexp-alist-alist)
16290         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
16291         (compilation-assq): Wrap in eval-when-compile.
16292         (compilation-mode-font-lock-keywords): Don't use list*.
16293         (compilation-start): Avoid warning.
16294         (compilation-compat-error-properties)
16295         (compilation-directory-properties): Add keymap property.
16296         (compilation-parsing-end): Make it a marker for better compatibility.
16298         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
16300 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
16302         * xml.el: Doc fixes.
16303         (xml-get-children): Only looks at sub-tags and ignore strings.
16305         * xml.el (xml-parse-tag): Avoid overwriting node-name.
16307 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16309         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
16311 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
16313         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
16315         * vc.el (vc-print-log): Likewise.
16317 2004-04-16  Masatake YAMATO  <jet@gyve.org>
16319         * simple.el (completion-setup-function): Set an initial value
16320         to `element-common-end' before entering loop.  Set a value
16321         to `element-common-end' at the end of loop.
16322         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
16323         (completions-common-part): Rename from completion-de-emphasis.
16324         (completions-first-difference): Rename from completion-emphasis.
16325         Suggested by RMS.
16327 2004-04-16  Juanma Barranquero  <lektu@terra.es>
16329         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
16330         (bookmark-edit-annotation-mode): Add mode name.
16332 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16334         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
16335         for nested conflict markers.
16336         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
16338 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
16340         * progmodes/gdb-ui.el (gdb-goto-info): New function.
16342         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
16344 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16346         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
16347         Give a backtrace if requested.
16349         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
16351         * progmodes/python.el (python-mouse-2-command, python-RET-command):
16352         Remove unused functions.
16353         (python-orig-start-line, python-orig-file): Remove.
16354         (python-orig-start): New var.
16355         (python-input-filter, python-compilation-line-number)
16356         (python-send-region, python-load-file): Use it.
16358         * info.el (info): Always jump to *info*.
16360         * subr.el (posn-set-point): New function.
16362         * mouse.el (mouse-set-point): Use it.
16364         * progmodes/compile.el (compile-goto-error): Use it.
16365         (compilation-button-map): New keymap.
16366         (compilation-error-properties): Use it.
16367         (compilation-shell-minor-mode-map): Don't bind mouse-2.
16369         * smerge-mode.el (smerge-popup-context-menu): Use it.
16371         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
16372         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
16373         mouse and non-mouse case.
16375         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
16376         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
16378         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
16379         Make it work for non-mouse events.
16381         * pcvs-info.el (cvs-status-map): Update binding name.
16383 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
16385         * xml.el (xml-maybe-do-ns): New function to handle namespace
16386         parsing of both attribute and element names.
16387         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
16388         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
16389         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
16390         (xml-parse-attlist): Make it do its own namespace parsing.
16392 2004-04-14  Dave Love  <fx@gnu.org>
16394         * progmodes/python.el (run-python): Fix use of \n.
16395         (python-load-file): Remove `try' from Python fragment.
16396         (python-describe-symbol): Fix message.
16398         * comint.el: Doc fixes.
16399         (comint-last-input-start, comint-last-input-end)
16400         (comint-last-output-start): Give them values.
16401         (comint-arguments): Avoid warning.
16402         (comint-skip-prompt): Use line-end-position.
16403         (comint-backward-matching-input): Rename arg to agree with doc.
16404         (comint-extract-string): Use syntax-ppss.
16405         (comint-dynamic-simple-complete): Delete useless list construction.
16406         (comint-redirect-subvert-readonly): New.
16407         (comint-redirect-preoutput-filter): Use it.
16409         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16410         Correctly handle negative arguments when calling hook functions.
16412 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
16414         * info.el (info-apropos): Don't clobber Info-history-list.
16416 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
16418         * progmodes/compile.el (compilation-setup):
16419         Localize overlay-arrow-position.
16420         (compilation-sentinel): Restructure code equivalently.
16421         (compilation-next-error): Find message on same line after point if
16422         not found before point.
16423         (compile-mouse-goto-error): Restore function so that compilation
16424         buffer need not be current and use compile-goto-error.
16425         (compile-goto-error): Restore function.
16426         (next-error): Set overlay-arrow-position.
16427         (compilation-forget-errors): Don't localize already local
16428         compilation-locs and remove FIXME about refontifying.
16430 2004-04-14  Kim F. Storm  <storm@cua.dk>
16432         * startup.el (emacs-quick-startup): New defvar (set by -Q).
16433         (command-line): New option -Q.  Like -q --no-site-file, but
16434         in addition it also disables menu-bar, tool-bar, scroll-bars,
16435         tool-tips, and the blinking cursor.
16436         (command-line-1): Skip startup screen if -Q.
16437         (fancy-splash-head): Use ":align-to center" prop to center splash image.
16439         * emulation/cua-base.el (cua-read-only-cursor-color)
16440         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16442 2004-04-13  Dave Love  <fx@gnu.org>
16444         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
16445         (syntax): Don't require.
16446         (python) <defgroup>: Add :version.
16447         (python-quote-syntax): Re-written.
16448         (inferior-python-mode): Move stuff here from run-python and add
16449         some more.
16450         (python-preoutput-continuation, python-preoutput-result)
16451         (python-dotty-syntax-table): New.
16452         (python-describe-symbol): Use them.
16453         (run-python): Move stuff to inferior-python-mode.  Modify code
16454         loaded into Python.
16455         (python-send-region): Use python-proc, python-send-string.
16456         (python-send-string): Send newlines too.  Callers changed.
16457         (python-load-file): Re-written.
16458         (python-eldoc-function): New.
16459         (info-look): Don't require.
16460         (python-after-info-look): New.  A modified version of former
16461         top-level code for use with eval-after-load.
16462         (python-maybe-jython, python-guess-indent): Use widened buffer.
16463         (python-fill-paragraph): Re-written.
16464         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
16465         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
16467 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16469         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16470         Set compilation-error-regexp-alist earlier.
16472         * progmodes/compile.el (compilation-minor-mode-map)
16473         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16474         (compile-goto-error): Re-merge the mouse and non-mouse commands.
16476 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16478         * progmodes/compile.el (compile-goto-error): Select the buffer/window
16479         corresponding to the event.
16481 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
16483         * loadup.el: Add cygwin to system-type list, for unexec() support.
16485 2004-04-12  John Paul Wallington  <jpw@gnu.org>
16487         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16488         (ibuffer-restore-window-config-on-quit): New variable to replace
16489         `ibuffer-delete-window-on-quit'.  Update all references.
16490         (ibuffer-prev-window-config): New variable.
16491         (ibuffer-quit): Restore previous window configuration instead of
16492         deleting window.
16493         (ibuffer): Save window configuration before showing Ibuffer buffer.
16495         * help.el (describe-mode): Doc fix.
16497 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16499         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16500         not to treat nil as a function.
16502         * vc-arch.el (vc-arch-root): Be a bit more careful.
16503         (vc-arch-register): Save the buffer if we modified it.
16504         (vc-arch-delete-rej-if-obsolete): Save excursion.
16505         (vc-arch-find-file-hook): Use the simpler after-save-hook.
16506         (vc-arch-responsible-p, vc-arch-init-version): New functions.
16508         * net/ldap.el (ldap-search): Use list*.
16510 2004-04-12  Juri Linkov  <juri@jurta.org>
16512         * info.el (Info-follow-reference): Allow multiline reference name.
16514 2004-04-11  Dave Love  <fx@gnu.org>
16516         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16518         * progmodes/python.el: New file.
16520 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
16522         * vc-hooks.el (vc-arg-list): Function removed.
16523         (vc-default-workfile-unchanged-p): Use condition-case to check for
16524         backward compatibility.
16526         * vc.el (vc-print-log): Use condition-case to check for backward
16527         compatibility.
16529 2004-04-11  Juri Linkov  <juri@jurta.org>
16531         * dired.el (dired-faces): New defgroup.
16532         (dired-header, dired-mark, dired-marked, dired-flagged)
16533         (dired-warning, dired-directory, dired-symlink, dired-ignored):
16534         New faces.
16535         (dired-header-face, dired-mark-face, dired-marked-face)
16536         (dired-flagged-face, dired-warning-face, dired-directory-face)
16537         (dired-symlink-face, dired-ignored-face): New face variables.
16538         (dired-font-lock-keywords): Use them instead of font-lock faces.
16539         Split the rule for dired marks into 3 separate rules: for marks,
16540         marked file names and flagged file names.
16542         * help-mode.el (help-make-xrefs): Add a final newline to the
16543         *Help* buffer.
16545 2004-04-11  John Paul Wallington  <jpw@gnu.org>
16547         * replace.el (occur-engine): Distinguish between one and several
16548         matches in the matches per buffer heading.
16550 2004-04-11  Kim F. Storm  <storm@cua.dk>
16552         * ido.el (ido-confirm-unique-completion): New defcustom.
16553         (ido-complete): Use it.
16554         (ido-write-file): Set it to t unconditionally.
16556 2004-04-10  Miles Bader  <miles@gnu.org>
16558         RCS keyword removal (only non-comment changes are enumerated here):
16560         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16561         (byte-compile-insert-header): Don't use `byte-compile-version'.
16562         * forms.el (forms-version): Variable removed.
16563         (forms-mode): Don't use `forms-version'.
16564         * recentf.el (recentf-version): Variable removed.
16565         * progmodes/delphi.el (delphi-version): Variable removed.
16566         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16568 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16570         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16572 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
16574         * info.el (info-apropos): Improve menu item regexp.
16576 2004-04-09  Simon Josefsson  <jas@extundo.com>
16578         * mail/smtpmail.el: Add comment, based on report by
16579         kdc@rcn.com (Kevin D. Clark).
16581 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16583         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16584         Redo one more thing that I didn't notice Daniel had undone.
16586 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
16588         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16589         (gdb-goto-breakpoint, gdb-display-buffer)
16590         (gdb-display-source-buffer, gdb-view-source-function)
16591         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16592         (gdb-source-info, gdb-frame-handler): Don't specify a window
16593         for display.
16594         (gdb-info-breakpoints-custom): Remove superfluous update of
16595         assembler buffer.
16596         (gdb-many-windows): Make settable outside gdb.
16598 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
16600         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16601         Derive from fundamental-mode rather than text-mode.
16603 2004-04-08  Juri Linkov  <juri@jurta.org>
16605         * info.el (Info-history): Doc fix.
16606         (Info-history-list): New var.
16607         (info-xref): Change magenta4 to blue, remove bold for dark and
16608         light backgrounds, change bold to underline for non-color classes.
16609         (info-xref-visited): New face.
16610         (Info-fontify-visited-nodes): New custom.
16611         (Info-hide-note-references): Add new value `hide'.  Doc fix.
16612         (Info-reference-name): New var.
16613         (Info-selection-hook): New custom.
16614         (Info-edit-mode-hook): New var.
16615         (Info-find-file): New fun.
16616         (Info-find-node): Move part of code to Info-find-file.
16617         (Info-find-node-2): Add anchors to Info-history-list.  Move point
16618         to the place with the reference name if name is defined.
16619         (Info-select-node): Add current node to Info-history-list.
16620         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16621         (Info-search-whitespace-regexp): New custom.
16622         (Info-search-case-fold): New var.
16623         (Info-search): Add "case-sensitively" to the prompt.
16624         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
16625         (Info-search-case-sensitively, Info-search-next): New fun.
16626         (Info-up): Move point to the menu item of the current node.
16627         (Info-history): New fun.  Add *info-history* to
16628         same-window-buffer-names.
16629         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
16630         (Info-insert-toc): New fun.
16631         (Info-build-toc): New fun.
16632         (Info-follow-reference): Add new arg `fork'.  Doc fix.
16633         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
16634         with the same name prefer the reference closest to point.
16635         (Info-next-reference): Replace * by + in the *Note regexp.
16636         Add regexp for http:// and ftp://.  Skip the *Note prefix.
16637         (Info-prev-reference): Replace * by + in the *Note regexp.
16638         Add regexp for http:// and ftp://.  Skip the *Note prefix.
16639         (Info-follow-nearest-node): Add new arg `fork'.
16640         (Info-try-follow-nearest-node): Add new arg `fork'.
16641         Call browse-url for http:// and ftp:// references.
16642         Set Info-reference-name for index entries.
16643         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16644         Info-search-next, Info-history, Info-toc, clone-buffer.
16645         (Info-menu-update): Replace * by + in the *Note regexp.
16646         (Info-mode): Add documentation for Info-history, Info-toc,
16647         Info-search-case-sensitively, Info-search-next, clone-buffer.
16648         (Info-fontify-menu-headers): Remove fun.  Move code to
16649         Info-fontify-node.
16650         (Info-fontify-node): Add docstring.  Add local vars
16651         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
16652         then fontify header line, titles, menu headers, http and ftp
16653         references, refill paragraphs.  If not-fontified-p is t or
16654         fontify-visited-p is t then fontify cross references, menu items.
16655         Fontify menu headers.  Fontify http and ftp references.
16656         Change regexp for cross references to require whitespace after *Note,
16657         add matching groups for file and node names.  Remove hack for quote.
16658         Use display property for Info-hide-note-references=t.  Use fifth
16659         or fourth match for help-echo.  Display visited nodes in a
16660         different face.  Unhide file names of external references.
16661         Unhide newlines.  Display visited menu items in a different face.
16663 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16665         * progmodes/compile.el: Require CL.
16666         (compilation-mode-font-lock-keywords): Re-install the "line as
16667         function" patch.
16669         * help-fns.el (help-C-source-directory): New var.
16670         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16671         (describe-function-1, describe-variable): Use them.
16673         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16674         to C source files specially.
16676 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
16678         * info.el (Info-hide-cookies-node): New function.
16679         (Info-select-node): Use it.
16680         (Info-display-images-node): Remove message with image file name.
16682 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
16684         * progmodes/compile.el (compilation-warning-face)
16685         (compilation-info-face, compilation-skip-threshold)
16686         (compilation-skip-visited, compilation-context-lines):
16687         Declare :version when added to Emacs.
16688         (compilation-error-regexp-alist-alist): Extend caml and irix.
16689         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16690         (compilation-mode-font-lock-keywords): Temporarily undo line as
16691         function patch, which wasn't ready.
16693 2004-04-07  Kenichi Handa  <handa@m17n.org>
16695         * international/latin1-disp.el (latin1-display-setup): Check each
16696         character is displayable or not instead of calling
16697         latin1-display-check-font.
16699 2004-04-06  Kenichi Handa  <handa@m17n.org>
16701         * language/ethio-util.el (ethio-sera-being-called-by-w3):
16702         New variable.
16703         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16704         instead of sera-being-called-by-w3.
16705         (ethio-fidel-to-sera-buffer): Likewise.
16706         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16707         instead of sera-being-called-by-w3.
16708         (ethio-write-file): Likewise.
16710 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16712         * printing.el: Doc fix.
16714 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
16716         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16717         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16718         (gdb-setup-windows): Only use separate IO buffer if required.
16720 2004-04-06  Kim F. Storm  <storm@cua.dk>
16722         * term.el (term-is-xemacs): Remove.
16723         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16724         (term-window-width): New function.
16725         (term-mode, term-check-size): Use it.
16726         (term-mode): Disable overflow-newline-into-fringe in term buffer.
16728 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16730         * cus-edit.el (custom-add-parent-links): Change unbound variable
16731         `symbol' to `name'.
16733 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
16734         * info.el (info-apropos): New function.
16735         (Info-mode-menu): Add it.
16736         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16738         * help-mode.el (help-make-xrefs): Recognize aliased variable with
16739         inherited docstring.
16741         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16743 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16745         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16747         * progmodes/compile.el (font-lock): Don't require any more.
16748         (compilation-error-properties, compilation-start, compilation-sentinel)
16749         (compilation-filter, next-error): Use with-current-buffer.
16750         (compilation-skip-to-next-location, compilation-skip-threshold)
16751         (compilation-skip-visited): Move to silence the byte-compiler.
16752         (compilation-setup): Simplify.
16753         (compilation-next-error): Use line-(beginning|end)-position.
16754         Make sure `pt' is non-nil before using compilation-loop.
16755         (compile-goto-error): Add optional event arg.  Use it.
16756         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16757         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16758         Update the binding for mouse-2.
16759         (first-error): Set compilation-current-error to nil rather than bob.
16760         (compilation-parsing-end, compilation-parse-errors-function)
16761         (compilation-error-list, compilation-old-error-list):
16762         "New" compatibility variables.
16763         (compile-buffer-substring, compilation-compat-error-properties)
16764         (compilation-compat-parse-errors, compilation-forget-errors):
16765         New compatibility functions.
16766         (compilation-mode-font-lock-keywords): Use them.
16768 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
16770         * autorevert.el (auto-revert-handler): If point (or a window
16771         point) is at the end of the buffer, keep it there after
16772         reverting.  This allows to tail a file.
16773         Mention this in the `Commentary'.
16775         * format.el (format-write-file): Add optional argument CONFIRM
16776         and make it behave like the analogous argument to `write-file'.
16778 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16780         * progmodes/ebnf2ps.el: Doc fix.
16781         (ebnf-version): New version number (4.2).
16782         (ebnf-syntax): Customization and docstring fix.
16783         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16784         Put autoloaded funs before first use.
16785         (ebnf-style-database): Add dtd entry.
16786         (ebnf-syntax-alist): Add dtd initialization.
16787         (ebnf-token-sequence): New fun.
16788         (ebnf-comment-table): Add new comment action character.
16789         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16791         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16792         Type Definition for XML).
16794         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16795         * progmodes/ebnf-bnf.el (ebnf-sequence):
16796         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16797         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16798         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16799         Code simplification: call ebnf-token-sequence.
16801 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
16803         * calendar/timeclock.el (timeclock-relative)
16804         (timeclock-get-project-function, timeclock-get-workday-function)
16805         (timeclock-query-out, timeclock-when-to-leave)
16806         (timeclock-when-to-leave-string, timeclock-log-data)
16807         (timeclock-generate-report, timeclock-in): Doc fixes.
16809 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16811         * url/: New dir.  Import the URL package from its repository.
16813 2004-04-03  Andreas Schwab  <schwab@suse.de>
16815         * diff-mode.el (diff-mode): Fix missing quote.
16817 2004-04-03  Juri Linkov  <juri@jurta.org>
16819         * descr-text.el (describe-property-list): Add `font-lock-face'.
16821         * dired.el (dired-font-lock-keywords): Fix permission regexps.
16823 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16825         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16826         Use utf-16le on little endian machines and utf-16be otherwise.
16828 2004-04-02  David Kastrup  <dak@gnu.org>
16830         * net/browse-url.el (browse-url-generic): Use call-process
16831         instead of start-process to allow browsers that fork and detach.
16833 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
16835         * compile.el (compilation-current-error): New var.
16836         (compilation-setup, compile-mouse-goto-error)
16837         (compile-goto-error, next-error): Use it.
16838         (compilation-skip-to-next-location): Default to t, which gives
16839         contiguous skipping like old compile (where this was redundant).
16840         (compilation-next-error): Prevent previous-* commands from moving
16841         back to message at or just before point.
16843 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
16845         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16846         (gdb-source-info): Don't display source at startup, if required.
16847         (gdb-show-main): New option.
16848         (gdba): Update documentation.
16849         (gdb-source): Cover case of auto-display output.
16851 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
16853         * autorevert.el: Delete obsolete autoload's and defvar's.
16854         (auto-revert-check-vc-info): New user option.
16855         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16856         (auto-revert-handler-vc): Delete.
16857         (auto-revert-handler): Treat return value `fast' of
16858         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
16860         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16861         return `fast'.
16863         * files.el (buffer-stale-function): Doc change.
16865 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16867         * printing.el: New tip on Tips section.
16868         (pr-version): New version number (6.7.4).
16869         (pr-shell-file-name): Initialization fix.
16871 2004-03-31  Juri Linkov  <juri@jurta.org>
16873         * dired.el: Add autoload for `dired-do-touch'.
16874         (dired-touch-program): New var.
16875         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16876         (dired-no-confirm): Add `touch' to docstring.
16878         * dired-aux.el (dired-do-touch): New fun.
16879         (dired-do-chxxx): Add argument -t for touch operation.
16881         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16882         `dired-move-to-filename-regexp'.
16884 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
16886         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16888 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16890         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16891         and only if the buffer was modified.
16893 2004-03-30  Kenichi Handa  <handa@m17n.org>
16895         * international/characters.el: Delete pairs for U+2308..U+230B.
16897 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
16899         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16900         to detect the beginning of a level 2 or 3 annotation.
16902 2004-03-29  Kenichi Handa  <handa@m17n.org>
16904         * international/ucs-tables.el (ucs-insert): Fix the error message.
16906 2004-03-29  Kenichi Handa  <handa@m17n.org>
16908         * international/mule-util.el (char-displayable-p): Fix generation
16909         of XLFD file name.
16911         * Makefile.in (setwins, setwins_almost): Change directory to $wd
16912         before finding directories by `find'.
16914 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16916         * subr.el (interactive-form): Delete.  Now implemented in C.
16918         * pcvs.el (cvs-parse-process): Workaround for Darwin.
16920         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16921         (vc-diff-label): New fun.
16922         (vc-diff-internal): Use it.
16924         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16926 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16928         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16930         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16931         specify XML (EBNFX).
16933         * progmodes/ebnf2ps.el: Doc fix.
16934         (ebnf-version): New version number (4.1).
16935         (ebnf-syntax): Adjust customization.
16936         (ebnf-style-database): Add ebnfx entry.
16937         (ebnf-syntax-alist): Add ebnfx initialization.
16938         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16940         * printing.el: Doc fix.
16941         (pr-version): New version number (6.7.3).
16942         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16943         returns nil for mouse position.  Reported by Drew Adams
16944         <drew.adams@oracle.com>.
16945         (pr-update-menus): Modify interactive declaration.  Reported by Drew
16946         Adams <drew.adams@oracle.com>.
16948 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
16950         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16951         (gud-gdba-marker-filter): Log the process input and output, if
16952         required.  From Stefan Monnier.
16953         (gdb-debug-log, gdb-enable-debug-log): New variables.
16954         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16956 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16958         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16959         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16961 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
16963         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16964         Call vc-find-file-hook here instead of in auto-revert-buffers.
16965         (auto-revert-buffers): Delete call to vc-find-file-hook.
16966         (auto-revert-verbose, global-auto-revert-non-file-buffers)
16967         (global-auto-revert-mode, auto-revert-set-timer)
16968         (auto-revert-handler, auto-revert-buffers): Doc fixes.
16970 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
16972         * woman.el (woman-change-fonts): Rename local variable
16973         woman-font-alist to font-alist to avoid a compiler warning.
16975 2004-03-27  Dave Love  <fx@gnu.org>
16977         * emacs-lisp/rx.el (rx): Doc fix.
16978         Fix copyright years.
16980         * strokes.el (strokes-global-set-stroke-string): New function.
16981         (strokes-list-strokes): Cope with strings, not just commands.
16982         Set foreground colour of image.
16983         (strokes-global-set-stroke): Doc fix.
16985 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
16987         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16988         Auto Revert mode.
16989         (Buffer-menu-files-only): New variable.
16990         (Buffer-menu-toggle-files-only): New function.
16991         (Buffer-menu-mode-map): Bind it to `T'.
16992         (Buffer-menu-mode): Mention `T' in docstring.
16993         Set buffer-stale-function.
16994         (list-buffers-noselect): Mark buffer non-modified and set
16995         Buffer-menu-files-only.
16997         * dired.el (buffer-stale-function): Remove no longer needed defvar.
16999         * autorevert.el (auto-revert-handler): Print revert message
17000         before, rather than after, reverting.
17001         (buffer-stale-function): Move to files.el.
17003         * files.el (buffer-stale-function): Move here from autorevert.el.
17005 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17007         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
17009         * calc/calc.el (calc-mode-map): Use mapc.
17011         * apropos.el (apropos-mode): Don't autoload.
17012         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
17013         (apropos): Use it.
17014         (apropos-print): Add optional `text' argument.
17015         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
17016         Don't assume point-min == 1.
17018         * bs.el (bs-buffer-list): Use buffer-local-value.
17019         (bs--set-toggle-to-show): Use with-current-buffer.
17021         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
17022         New funs.
17023         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
17025         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
17027         * dabbrev.el (dabbrev-expand): Fix regexp construction.
17028         (dabbrev--find-expansion): Use pop.
17029         (dabbrev--search): Use match-string-no-properties.
17031         * dired.el (dired-mode): Use run-mode-hooks.
17032         (dired-move-to-end-of-filename): Use match-string.
17034         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
17035         is bound before using it.
17036         (ediff-verbose-p): Make it into a var since it's not constant.
17038         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
17040         * faces.el (read-face-font): Don't cons up unnecessarily.
17041         (header-line, tool-bar): Share common parts.
17043         * files.el (file-relative-name): Use compare-strings.
17045         * finder.el (finder-mode): Follow coding convention.
17047         * subr.el (read-number): New function.
17049         * ses.el (ses-read-number): Move to subr.el.
17050         (ses-set-header-row): Use read-number.
17052 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
17054         * vc-hooks.el (vc-arg-list): New function, which handles both
17055         compiled and uncompiled code.
17056         (vc-default-workfile-unchanged-p): Use it.
17058         * vc.el (vc-print-log): Undo prev change, use new function
17059         vc-arg-list from vc-hooks.el.
17061 2004-03-26  Masatake YAMATO  <jet@gyve.org>
17063         * simple.el (completion-setup-function): Emphasize the
17064         first uncommon characters in the completions; and de-emphasize
17065         the common prefix substrings.
17066         (completion-emphasis): New face.
17067         (completion-de-emphasis): New face.
17069 2004-03-25  Juanma Barranquero  <lektu@terra.es>
17071         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
17072         Comment out (it's unused and unfinished code).
17074 2004-03-25  Sam Steingold  <sds@gnu.org>
17076         * vc.el (vc-print-log): Fix a bug in the last patch:
17077         backend-function may be a byte-compiled object, not a lambda.
17079 2004-03-25  Juri Linkov  <juri@jurta.org>
17081         * descr-text.el (describe-property-list): Add a button
17082         for `face' property that calls `describe-face'.
17083         Suggested by luis fernandes <elf@ee.ryerson.ca>
17085         * international/mule.el (keyboard-coding-system):
17086         * kmacro.el (kmacro-call-macro): Fix docstring.
17088         * dired.el: Fix comments.
17090         * textmodes/fill.el (fill): Fix Info link.
17092         * font-lock.el (fast-lock, lazy-lock):
17093         * jit-lock.el (jit-lock): Remove links to removed Support Modes
17094         Info node.
17096         * eshell/eshell.el (eshell): Fix broken info-link.
17098         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
17099         * eshell/em-banner.el (eshell-banner):
17100         * eshell/em-smart.el (eshell-smart):
17101         * eshell/esh-cmd.el (eshell-cmd):
17102         Comment out broken info-links to incomplete Info manual.
17104         * info-xref.el: Fix commentary.
17106 2004-03-25  Kevin Ryde  <user42@zip.com.au>
17108         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
17109         Remove spurious node duplicate suppression, doesn't work, not wanted.
17110         (info-xref-output): Take format style args, add "sit-for 0" to let
17111         user see the results as they progress.
17112         (info-xref-check-all-custom): New function.
17114 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
17116         * gdb-ui.el: Moved to progmodes.
17118 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17120         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
17122 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
17124         * calendar/appt.el (appt-check): Remove superfluous progn.
17125         When finished with diary buffer: if it was not being displayed
17126         before, kill it; otherwise restore its original state.
17127         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
17129         * calendar/calendar.el (calendar-set-mode-line): Use total
17130         available mode-line width, rather than frame-width.
17132         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
17133         after mode change so effect not lost.
17135 2004-03-23  Dave Love  <fx@gnu.org>
17137         * dired.el (dired) <defgroup>: Add link to manual.
17138         (dired-font-lock-keywords): Add highlighting on unusual permissions.
17139         (dired-revert): Use dolist.
17140         (dired-mode-map): Add U binding.
17141         (dired-mode): Add font-lock-beginning-of-syntax-function.
17142         (dired-garbage-files-regexp): Make it a defcustom.
17144 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17146         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
17147         is equivalent to nil.
17148         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
17149         (vc-arch-mode-line-string): Accept `added' state.
17150         (vc-arch-state): Use inode-sigs if available.
17151         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
17152         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
17153         (vc-arch-tagline-re): New var.
17154         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
17155         New functions.
17156         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
17157         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
17159         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
17160         (vc-file-not-found-hook): Use it.
17162         * diff-mode.el (diff-default-read-only): Change default.
17163         (diff-mode-hook): Make it a defcustom.  Add some options.
17164         (diff-mode-map): Bind diff-refine-hook.
17165         (diff-yank-handler): New var.
17166         (diff-yank-function): New fun.
17167         (diff-font-lock-keywords): Use them.
17168         (diff-end-of-file): Handle case where file-header looks like diff text.
17169         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
17170         (diff-file-kill): Delete a subsequent empty line, if applicable.
17171         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
17172         (diff-find-file-name): Use it.
17173         (diff-tell-file-name): New command.
17174         (diff-mode): Be careful with view-mode.
17175         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
17176         New functions, for use in diff-mode-hook.
17177         (diff-find-source-location): Catch "regex too large" errors.
17178         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
17179         (diff-refine-hunk): New command.
17181         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
17182         (smerge-context-menu-map): Remove unused var.
17183         (smerge-keep-all): Preserve markers.
17184         (smerge-keep-n): New fun.
17185         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
17186         (smerge-keep-current, smerge-ediff): Use it.
17187         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
17188         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
17189         (smerge-resolve): Resolve trivial 3-part conflicts.
17191 2004-03-23  Juri Linkov  <juri@jurta.org>
17193         * man.el (Man-width): New var.
17194         (Man-getpage-in-background): Use it.
17195         (Man-support-local-filenames): New var and fun.
17196         (Man-build-man-command): Don't add a second %s.
17197         (Man-fontify-manpage): Clean up message.
17198         (Man-mode): Set outline-regexp, outline-level,
17199         imenu-generic-expression.
17201         * woman.el (woman-fill-frame): Doc fix.
17202         (woman-decode-region): Use window-width instead of frame-width.
17204         * abbrevlist.el (list-one-abbrev-table):
17205         * descr-text.el (describe-char):
17206         * international/mule-diag.el (describe-current-coding-system):
17207         * international/quail.el (quail-insert-decode-map):
17208         Use window-width instead of frame-width.
17210         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
17211         (jka-compr-mode-alist-additions): Add tbz.
17212         (jka-compr-write-region, jka-compr-insert-file-contents):
17213         Add message for undefined compress-program.
17214         (jka-compr-write-region): Remove redundant var bindings.
17216         * dired-x.el (dired-guess-shell-alist-default): Add choices for
17217         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
17218         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
17219         (dired-man): Use dired-guess-shell-command.
17220         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
17221         Change default nil to t.
17223         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
17224         (dired-compare-directories): Add default value for empty input.
17226         * help-at-pt.el: Move suggestions for key bindings to Commentary.
17228         * time.el (display-time-string-forms): Fix help-echo date format.
17230 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
17232         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
17233         (buffer-stale-function): New variable.
17234         (auto-revert-list-diff, auto-revert-dired-file-list)
17235         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
17236         (auto-revert-handler): Take over some functionality of deleted
17237         functions.
17238         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
17240         * dired.el (dired-directory-changed-p): New fun, extracted from
17241         dired-internal-noselect.
17242         (dired-buffer-stale-p): New fun.
17243         (dired-internal-noselect): Use dired-directory-changed-p.
17244         Eliminate revert messages.
17245         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
17247 2004-03-23  Kenichi Handa  <handa@m17n.org>
17249         * international/characters.el: Setup syntaxes for more parentheses
17250         Unicode characters.
17252         * international/mule-cmds.el (select-safe-coding-system):
17253         Merge coding-system and auto-cs before comparing them.
17255 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17257         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
17259         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17260         normal-auto-fill-function and comment-indent-function.
17261         The default values now work just as well.
17262         Don't set font-lock-beginning-of-syntax-function since we already set
17263         syntax-begin-function.
17264         (lisp-outline-level): Put ;;;###autoload at same level as (.
17265         (prin1-char): Quote special chars.
17267         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
17268         than with-no-warnings.
17270         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
17271         if the source location can't be found.
17272         (edebug-compute-previous-result): Use prin1-char.
17274         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
17275         (debug-ignored-errors): Add an entry.
17277         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
17278         (byte-compile-file): Output warning when deleting a file.
17280         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
17281         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
17283         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
17284         (byte-compile-inline-expand): Use backquote.
17285         (byte-optimize-pure-func): Rename from byte-optimize-concat.
17286         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
17288         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
17290         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
17292 2004-03-22  Juri Linkov  <juri@jurta.org>
17294         * finder.el (finder-known-keywords): Fix data, tex, unix.
17296         * play/landmark.el: Fix keywords.
17298         * language/ethio-util.el (ethio-find-file): Doc fix.
17300         * emacs-lisp/warnings.el: Doc fix.
17302         * textmodes/ispell.el (ispell-help): Doc fix.
17304 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
17306         * format.el (format-insert-file): Always return a list of two
17307         elements, like insert-file-contents does.
17309 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
17311         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
17312         and vc-BACKEND-diff.
17313         (vc-print-log): If the print-log implementation supports it, use
17314         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
17315         (vc-version-diff, vc-diff-internal): Doc fixes.
17317         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
17318         implementation supports it, let diff output go to *vc*,
17319         not *vc-diff*, since this is an internal call.
17321         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
17323         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
17325         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
17327 2004-03-21  Dave Love  <fx@gnu.org>
17329         * progmodes/cfengine.el (cfengine-mode):
17330         Set parse-sexp-ignore-comments.
17332         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
17334 2004-03-21  Juanma Barranquero  <lektu@terra.es>
17336         * allout.el (allout-mode): Fix docstring.
17338 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
17340         * files.el (insert-directory): Fix bug if SWITCHES is a list.
17342         * autorevert.el (auto-revert-interval): Make new value take
17343         effect immediately when set through Custom.
17344         (auto-revert-set-timer): Add interactive declaration.
17346 2004-03-19  David Ponce  <david@dponce.com>
17348         * ruler-mode.el (ruler-mode-header-line-format-old):
17349         Don't `make-variable-buffer-local'.
17350         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
17351         (ruler-mode-header-line-format): Simply funcall the above.
17352         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
17353         to save/restore a previous header line format.
17354         (ruler-mode-space): Don't depend on a numeric WIDTH value.
17355         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
17356         fringes and margins width.
17357         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
17359 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17361         * log-edit.el (log-edit-font-lock-keywords): Typo.
17363         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
17364         (tex-send-tex-command): Rather than here.
17365         (tex-compilation-parse-errors): Simplify.
17367         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
17369         * time.el (display-time-string-forms): Add help-echo with date on time.
17371         * composite.el (compose-region): Use restore-buffer-modified-p.
17373         * disp-table.el (standard-display-8bit): Simplify.
17375         * server.el (server-process-filter): Delete temp frame.
17377         * add-log.el (add-change-log-entry): Simplify.
17379 2004-03-19  Kim F. Storm  <storm@cua.dk>
17381         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
17382         (hexl-follow-line): Don't require 'fringe.
17384         * progmodes/compile.el (compilation-start): Always set
17385         compilation-last-buffer and return it.
17387 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
17389         * simple.el (clone-buffer): Doc fix.
17391 2004-03-18  Juanma Barranquero  <lektu@terra.es>
17393         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
17395 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17397         * log-edit.el (log-edit-font-lock-keywords): New var.
17398         (log-edit-mode): Use it.
17400 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
17402         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
17403         properly for watching in speedbar.
17405 2004-03-17  Masatake YAMATO  <jet@gyve.org>
17407         * smerge-mode.el (smerge-popup-context-menu):
17408         Put `unwind-protect' around `overlay-put' and `popup-menu'.
17410 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17412         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17413         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17414         Take sealed revisions into account.
17415         (vc-arch-checkin): Extract a summary line from the message.
17417 2004-03-16  Masatake YAMATO  <jet@gyve.org>
17419         * register.el (register): Provide `register' feature.
17421 2004-03-15  Masatake YAMATO  <jet@gyve.org>
17423         Added context menu support in smerge mode.
17424         Most of the part is written by Stefan Monnier.
17426         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17427         New keymap and menu.
17428         (smerge-text-properties): New function.
17429         (smerge-remove-props): New function.
17430         (smerge-popup-context-menu): New function.
17431         (smerge-resolve): Call `smerge-remove-props'.
17432         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17433         (smerge-keep-current): Ditto.
17434         (smerge-kill-current): New function.
17435         (smerge-match-conflict): Put text properties.
17436         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17438 2004-03-15  David Ponce  <david@dponce.com>
17440         * ruler-mode.el (ruler-mode-left-fringe-cols)
17441         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17442         (ruler-mode-right-scroll-bar-cols): Remove.
17443         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17444         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17445         Use fringe-columns and scroll-bar-columns.
17447 2004-03-15  Masatake YAMATO  <jet@gyve.org>
17449         * hl-line.el (hl-line-range-function): New variable.
17450         (hl-line-move): New function.
17451         (global-hl-line-highlight): Use `hl-line-move'.
17452         (hl-line-highlight): Ditto.
17454         * scroll-bar.el (scroll-bar-columns):
17455         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17457         * ruler-mode.el (top-level): Require scroll-bar and fringe.
17458         (ruler-mode-left-fringe-cols)
17459         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17460         (ruler-mode-right-scroll-bar-cols)
17461         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17462         (ruler-mode-ruler-function): New variable.
17463         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17464         if the value for `ruler-mode-ruler-function'is given.
17466         * hexl.el (hexl-mode-hook): Make the hook customizable.
17467         (hexl-address-area, hexl-ascii-area): New customize variables.
17468         (hexlify-buffer): Put font-lock-faces on the address area and
17469         the ascii area.
17470         (hexl-activate-ruler): New function.
17471         (hexl-follow-line): New function.
17472         (hexl-highlight-line-range): New function.
17473         (hexl-mode-ruler): New function.
17475 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17477         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
17478         (vc-default-find-file-hook): New fun.
17479         (vc-find-file-hook): Call new find-file-hook operation.
17481         * vc-arch.el: New file.
17483 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
17485         * info-look.el (info-lookup): Reuse an existing Info window.
17487 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
17489         * woman.el (woman-preserve-ascii): Default value changed to t and
17490         doc string revised.
17492 2004-03-12  Richard M. Stallman  <rms@gnu.org>
17494         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17495         Fix minor bug.
17497         * replace.el (occur-engine): Change message for count of matches.
17499         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17500         For strings, do compare text properties.
17502 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
17504         * progmodes/compile.el (compile-auto-highlight)
17505         (compilation-error-list, compilation-old-error-list)
17506         (compilation-parse-errors-function, compilation-parsing-end)
17507         (compilation-error-message, compilation-directory-stack)
17508         (compilation-enter-directory-regexp-alist)
17509         (compilation-leave-directory-regexp-alist)
17510         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17511         (compilation-current-file, compilation-regexps): Remove vars.
17513         (compile-error-at-point, compilation-error-filedata)
17514         (compilation-error-filedata-file-name, compile-reinitialize-errors)
17515         (compilation-next-error-locus, compilation-forget-errors)
17516         (count-regexp-groupings, compilation-parse-errors)
17517         (compile-collect-regexps, compile-buffer-substring): Remove funs.
17519         (compile-internal): Make obsolete.
17521         (compilation-first-column, compilation-error)
17522         (compilation-directory-matcher, compilation-page-delimiter)
17523         (compilation-mode-font-lock-keywords, compilation-debug)
17524         (compilation-error-face, compilation-warning-face)
17525         (compilation-info-face, compilation-line-face)
17526         (compilation-column-face, compilation-enter-directory-face)
17527         (compilation-leave-directory-face, compilation-skip-threshold)
17528         (compilation-skip-visited, compilation-context-lines): New vars.
17530         (compilation-warning-face, compilation-info-face)
17531         (compilation-message-face): New faces.
17533         (compilation-error-regexp-alist-alist): New constant.
17535         (compilation-face, compilation-directory-properties)
17536         (compilation-assq, compilation-error-properties, compilation-start)
17537         (define-compilation-mode, compilation-loop)
17538         (compilation-set-window): New functions.
17540         (compile): Additional argument for interactive compiles like TeX.
17542         * progmodes/grep.el (kill-grep): Move here from compile.el
17543         (grep-error, grep-hit-face, grep-error-face)
17544         (grep-mode-font-lock-keywords): New variables.
17545         (grep-regexp-alist): Simplify regexp and add `binary' case.
17546         (grep-mode): New mode.
17547         (grep-process-setup): Simplify.
17549 2004-03-11  Jason Rumney  <jasonr@gnu.org>
17551         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17552         letters on DOS/Windows.
17554 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17556         * server.el (server-name): New var.
17557         (server-socket-dir): New var to replace server-socket-name.
17558         (server-start): Use them.
17560 2004-03-11  Simon Josefsson  <jas@extundo.com>
17562         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17563         died to avoid infloop.  Reported by Jonathan Glauner
17564         <jglauner@sbum.org>.
17566 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17568         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17569         (smerge-mode-menu): Use it to deactivate menu entries.
17570         (smerge-keep-current): New fun.
17571         (smerge-keep-current): Use it.
17573 2004-03-10  John Paul Wallington  <jpw@gnu.org>
17575         * foldout.el (foldout-fold-list, foldout-modeline-string):
17576         Declare them as variables, not constants.
17578 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17580         * ps-print.el: Modification to print *Messages* buffer.
17581         (ps-print-version): New version 6.6.4.
17582         (ps-message-log-max): New fun.
17583         (ps-spool-without-faces, ps-spool-with-faces)
17584         (ps-count-lines-preprint): Code fix.
17586         * printing.el: New tips in Tips section.
17588 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17590         * delim-col.el: Doc fix.
17592         * printing.el: Doc fix.  New doc section (Tips).
17594 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17596         * type-break.el (type-break-emacs-variant): Remove.
17597         (type-break-run-at-time, type-break-cancel-function-timers):
17598         Use fboundp rather than version name and number.
17600 2004-03-09  Masatake YAMATO  <jet@gyve.org>
17602         * hexl.el (hexl-mode): Use `make-local-variable' instead of
17603         `make-variable-buffer-local'.
17605 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
17607         * find-dired.el (find-dired): Call `shell-command' instead of
17608         `start-process-shell-command'.  By this, Tramp takes over
17609         handling of remote directories.
17611 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17613         * newcomment.el (comment-use-global-state): New var.
17614         (comment-search-forward): Use it.
17616         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17618         * cus-edit.el (fill) <defgroup>: Move to fill.el.
17620         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17621         (enable-kinsoku): Make it a defcustom.
17622         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17623         paragraph to same-comment-start-marker.
17625 2004-03-07  Dave Love  <fx@gnu.org>
17627         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17628         (browse-url-mail): Use it.
17630         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17631         (rfc2368-unhexify-string): Use replace-regexp-in-string.
17633 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
17635         * woman.el (woman-man.conf-path): Doc fix.
17636         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17638 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
17640         * sort.el (sort-columns): Remove ms-dos from the list of systems
17641         where the external `sort' command is not used.
17643 2004-03-07  Kim F. Storm  <storm@cua.dk>
17645         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17646         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17647         from overlay-arrow-variable-list.
17648         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17650 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
17652         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17653         overlay arrow string properly for the assembler buffer.
17655 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17657         * mail/sendmail.el (mail-mode): Fix last change.
17659 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
17661         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17662         for the assembler buffer.
17663         (gdb-assembler-custom): Position the overlay arrow.
17664         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17666 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17668         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17670         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17671         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17673         * mail/sendmail.el (mail-mode): Set comment-start-skip.
17675         * newcomment.el (uncomment-region): Allow non-terminated comment.
17676         (comment-normalize-vars): Check the user-specified comstart marker.
17678 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17680         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17681         Otherwise, do use it if the region only contains font-lock text
17682         properties.
17684 2004-03-04  Masatake YAMATO  <jet@gyve.org>
17686         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17687         as the callback function for eldoc.
17688         (hexl-print-current-point-info): New function.
17689         (hexl-current-address): Print the address in both decimal
17690         and hexadecimal format.
17692 2004-03-04  Richard M. Stallman  <rms@gnu.org>
17694         * mail/rmail.el (rmail-convert-to-babyl-format):
17695         Specify t for UNIBYTE when calling mail-unquote-printable-region.
17697         * mail/mail-utils.el (mail-unquote-printable-region):
17698         New arg UNIBYTE.
17700         * startup.el (command-switch-alist): Doc fix.
17702         * simple.el (undo): Temporarily set this-command to `undo-start',
17703         then set it to `undo' once undo-start returns without error.
17705         * simple.el (minibuffer-history-sexp-flag): Doc fix.
17707         * simple.el (kill-line): Don't disregard trailing whitespace
17708         in eol condition, if show-trailing-whitespace is set.
17710         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17711         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17712         When disabling, restore old values only if mouse-sel-has-been-enabled.
17714         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17715         (isearch-{-char): New function.
17716         (isearch-mode-map): Bind { to isearch-{-char.
17718         * font-lock.el (lisp-font-lock-keywords-2):
17719         Turn off the CL with-... and do-... general patterns.
17720         Instead, recognize several specific with... and do... constructs.
17722         * files.el (switch-to-buffer-other-window):
17723         Bind same-window-buffer-names and same-window-regexps to nil.
17724         (switch-to-buffer-other-frame): Likewise.
17726 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17728         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17729         recognizing leading comment on code line.
17731 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17733         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17734         hidden files/directories.
17736 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17738         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17739         only comment-start (in case the mode hasn't set it).
17741         * Makefile.in (AUTOGENEL): New var.
17742         (bootstrap-prepare): Rename from bootstrap-clean.
17743         Don't remove elc files.
17744         (maintainer-clean): New target.
17746         * xml.el (xml-get-attribute-or-nil): Simplify.
17748 2004-03-02  Juri Linkov  <juri@jurta.org>
17750         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17751         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17752         URL to prevent their substitution with the environment variable
17753         values by browsers.
17755 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17757         * ps-print.el: Doc fix.
17758         (ps-print-version): New version number (6.6.3).
17759         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17760         Docstring fix.
17761         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17762         before printing.
17763         (ps-time-stamp-yyyy-mm-dd): New fun.
17764         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17766 2004-03-02  Kim F. Storm  <storm@cua.dk>
17768         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17770 2004-03-01  Juanma Barranquero  <lektu@terra.es>
17772         * allout.el (allout-rebullet-heading): Fix typo in docstring.
17774         * desktop.el (desktop-file-version)
17775         (desktop-after-read-hook): Fix typos.
17776         (desktop-clear-preserve-buffers): Remove redundant info in
17777         docstring already shown by the obsolescence message.
17778         (desktop-truncate, desktop-internal-v2s)
17779         (desktop-value-to-string): Change argument name to match docstring.
17781         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17783         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17784         docstring.
17786 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17788         * printing.el: Replace "As Is..." in PostScript file print/preview by
17789         "No Preprocessing...".  Suggested by Colin Marquardt
17790         <_marquardt_@zmd.de>.
17791         (pr-insert-section-4): Adjust buffer interface.
17793 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
17795         Version 2.0.39 of Tramp released.
17797         * net/tramp.el (tramp-handle-file-local-copy)
17798         (tramp-handle-write-region, tramp-open-connection-rsh):
17799         Variable name typo.  Small change.  From Patrick Tullmann
17800         <tullmann@flux.utah.edu>.
17801         (tramp-process-connection-type): New variable.
17802         (tramp-maybe-open-connection): Use it.
17803         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17804         (tramp-touch): Set last-modified time of a remote file.
17805         (tramp-handle-write-region): Say which function is used when encoding.
17807 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
17809         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17810         case of non-existing filename, too.  Reported by Christoph Bauer
17811         <c_bauer@informatik.uni-kl.de>.
17812         (tramp-smb-get-file-entries): The directory in question should
17813         have permissions "drwxrwxrwx".  Just virtual, because we don't
17814         know the real permissions.  Don't we know?
17815         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17816         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17817         (tramp-smb-wait-for-output): Optimize algorithm getting pending
17818         output.  If it was received chunkwise, there have been problems.
17819         Remove the "prompt not found" error message; it is obvious.
17820         Simplify algorithm.
17821         (tramp-smb-process-running): Remove.  Since we acknowledge the
17822         virtual prompt for shares, there's no need for distinction of
17823         reading shares (process ends afterwards) and interactive mode of
17824         smblient.
17825         (tramp-smb-open-connection): Setting process sentinel removed.
17826         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17827         "NT_STATUS_NETWORK_ACCESS_DENIED".
17828         (tramp-smb-maybe-open-connection): Set `process-connection-type'
17829         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17830         (top-level): Setting default value in `tramp-default-method-alist'
17831         corrected.  Order of USER and HOST have been wrong.
17832         Nobody complained for months ...
17833         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17834         (tramp-smb-open-connection): Clear password cache if login has failed.
17836         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17837         `tramp-unified-filenames'.
17838         (tramp-completion-mode): Make test for XEmacs explicitely.
17839         `event-to-character' can exists in Emacs packages too.
17840         Reported by Matt Swift <swift@alum.mit.edu>.
17841         (tramp-buffer-name): Buffer name must contain the user if exists.
17842         Reported by Adrian Phillips <a.phillips@met.no>.
17843         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17844         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17845         (tramp-do-copy-or-rename-file-out-of-band): Rename from
17846         `tramp-do-copy-or-rename-file-one-local', because it handles also
17847         the case both files use the same out-of-band method.
17848         Implementation added.
17849         (tramp-handle-file-local-copy, tramp-handle-write-region):
17850         Out-of-band handling removed.  `copy-file' called instead, which
17851         calls `tramp-do-copy-or-rename-file-out-of-band'.
17852         (tramp-action-password): Check for out-of-band method removed.
17853         This function is used for 'login-program.
17854         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17855         appropriate.
17856         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17857         and `tramp-parse-sknownhosts'.
17858         (tramp-completion-function-alist): It's a defvar now, because we
17859         want to apply the optimized `tramp-set-completion-function'
17860         instead of a static list.
17861         (tramp-set-completion-function): Implementation tuned.
17862         Avoid double entries, and entries where the function or the
17863         file/directory doesn't exist.
17864         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17865         for SSH2.
17866         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17867         (tramp-handle-dired-compress-file): New function.
17868         (tramp-async-proc): New variable.
17869         (tramp-handle-shell-command): Adding asynchronous processes.
17870         They are far from being perfect, but it works at least for
17871         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17872         (top-level): Require password.el if visible.  Should be mandatory
17873         once No Gnus has found its way into (X)Emacs.
17874         (tramp-read-passwd): Invoke `password-read' if available,
17875         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
17876         fallback any longer.
17877         (tramp-clear-passwd): New function.
17878         (tramp-process-actions, tramp-process-multi-actions):
17879         Clear password cache if login has failed.
17881         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
17882         its own module.
17883         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17884         `ange-ftp-ftp-name-res'.  There could be incorrect values from
17885         previous calls in case the "ftp" method is used in the Tramp file
17886         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17888 2004-02-28  Richard M. Stallman  <rms@gnu.org>
17890         * term.el (term-mouse-paste): Call mouse-set-point.
17892         * thumbs.el: New file.
17894 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17896         * progmodes/ebnf-abn.el: Doc fix.
17898         * progmodes/ebnf-bnf.el: Doc fix.
17899         (ebnf-repeat): Code fix.
17901         * progmodes/ebnf2ps.el: Doc fix.
17902         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17904 2004-02-28  Juri Linkov  <juri@jurta.org>
17906         * ffap.el (dired-at-point): Additional writability test for
17907         relative directory names.
17908         (dired-at-point-prompter): Treat directories as a directory, get
17909         the directory component from files.
17910         (ffap-string-at-point): Return string from region if region is active.
17911         (ffap-file-at-point): Remove redundant code.
17913 2004-02-28  Kim F. Storm  <storm@cua.dk>
17915         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17916         Initialize margin area images to nil.
17917         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17918         (breakpoint-enabled-bitmap-face)
17919         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17920         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17921         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17922         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17923         (gdb-reset): Use gdb-remove-breakpoint-icons.
17924         (gdb-put-string): Add dprop arg to specify alternative display
17925         property (for setting fringe bitmap).
17926         (gdb-remove-strings): Doc fix.
17927         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17928         icon in fringe (if available), or else as icon or text in display
17929         margin.  Creates necessary icons in breakpoint-bitmap,
17930         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17931         Also make left window margin if required.
17932         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17933         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
17934         no longer needed.
17935         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17936         gdb-put-breakpoint-icon.
17937         (gdb-assembler-mode): Don't set left-margin-width here.
17939 2004-02-27  Kevin Ryde  <user42@zip.com.au>
17941         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17942         comma, so that it DTRT in macros.
17944 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
17946         * progmodes/sh-script.el (sh-shell-arg)
17947         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17948         (sh-leading-keywords, sh-other-keywords): Fix custom type.
17950 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
17952         * faces.el (face-spec-set-match-display): Add a new attribute,
17953         `min-colors'.
17954         (region, highlight, secondary-selection): Use `min-colors'.
17956         * custom.el (defface): Add documentation for `min-colors'.
17958         * font-lock.el (font-lock-comment-face, font-lock-string-face)
17959         (font-lock-keyword-face, font-lock-function-name-face)
17960         (font-lock-variable-name-face, font-lock-constant-face):
17961         Use `min-colors'.
17963         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17965 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17967         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
17968         define assq-delete-all if it's not defined.
17969         (ebnf-generate-region): Code fix.
17971         * printing.el: Doc fix.
17972         (pr-version): New version number (6.7.2).
17973         (pr-command): Return empty string if command is an empty string.
17975 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17977         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17979         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
17980         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17981         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
17982         "tt" ["test"] ).  Reported by Markus Dreyer
17983         <mdreyer@ix.urz.uni-heidelberg.de>.
17984         (ebnf-version): New version number (4.0).
17985         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17986         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17987         (ebnf-delete-style): New commands.
17988         (ebnf-directory, ebnf-file): New funs.
17989         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17990         (ebnf-production-name-p, ebnf-stop-on-error): New options.
17991         (ebnf-syntax-alist): New var.
17992         (ebnf-element-width): New fun replacing ebnf-list-width.
17993         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17994         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17995         (ebnf-prologue): Adjust vars.
17996         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17997         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17998         (ebnf-check-style-values, ebnf-generate-production)
17999         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
18000         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
18001         (ebnf-token-repeat): Code fix.
18003         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
18004         %right, %left and %prec.  Suggested by Matthew K. Junker
18005         <junker@alum.mit.edu>.
18006         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
18008         * progmodes/ebnf-iso.el: Doc fix.
18009         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
18010         (ebnf-iso-lex): Code fix.
18012         * progmodes/ebnf-bnf.el: Doc fix.
18013         (ebnf-bnf-lex): Code fix.
18015         * progmodes/ebnf-otz.el: Doc fix.
18017 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
18019         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
18020         (abbrev-prefix-mark): Doc fix.
18022 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
18024         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
18025         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
18026         (gdb-var-delete): Make interactive (really).
18027         (gdb-edit-value): Make non-interactive.
18029         * progmodes/gud.el (gud-speedbar-menu-items):
18030         Add gdb-var-delete and, indirectly, gdb-edit-value.
18031         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
18032         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
18033         (gud-gdb-marker-filter): Add comment for annotations.
18035 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
18037         * calendar/calendar.el (generate-calendar)
18038         (calendar-read-date): Prevent display of BC calendars once more -
18039         reverts 2003-10-01 change.
18040         (generate-calendar-month): Doc fix.
18042 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
18044         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
18045         return value of increment-calendar-month.
18047 2004-02-21  Stephen Compall  <s11@member.fsf.org>
18049         * saveplace.el (save-place-forget-unreadable-files)
18050         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
18051         (save-place-forget-unreadable-files): New function.
18052         (save-place-alist-to-file): Use it to filter out files that are
18053         no longer readable.
18055         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
18056         current Texinfo environment, using the same method as in
18057         `texinfo-insert-@end', and insert a space rather than a newline if
18058         point in a @table environment.
18060 2004-02-21  Juri Linkov  <juri@jurta.org>
18062         * ffap.el (ffap-file-at-point): Try parent directories.
18064 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
18066         * vcursor.el (vcursor-modifiers): New defcustom.
18067         (vcursor-cs-binding): Use vcursor-modifiers instead of a
18068         hard-coded list.
18070 2004-02-21  Masatake YAMATO  <jet@gyve.org>
18072         * play/animate.el (animate-birthday-present): Accept names other
18073         than `Sarah', too.
18075 2004-02-21  Juri Linkov  <juri@jurta.org>
18077         * startup.el: Remove table of command line arguments from the
18078         Commentary section.
18080 2004-02-20  John Wiegley  <johnw@newartisans.com>
18082         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
18083         again" modifier from 'e' to 'E', since 'e' is also used by the
18084         "file extension" modifier.
18086 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
18088         * help-fns.el (describe-categories): Doc fix.
18090 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
18092         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
18093         temporary file for buffer already visiting one.  This change makes
18094         output likely to be directly usable by patch program.
18095         Suggested by Adrian Aichner  <adrian@xemacs.org>
18097 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
18099         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
18100         case of variables defined in compound statements.
18101         (gdb-setup-windows, gdb-source-info, gdb-source-info):
18102         Simplify constructions using switch-to-buffer.
18104 2004-02-19  Simon Josefsson  <jas@extundo.com>
18106         * play/morse.el: Fix typo.
18107         (morse-code): Add @.
18109 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
18111         * calendar/appt.el (appt-display-format): Change default to
18112         'ignore, for backwards compatibility.
18113         (appt-display-message): If appt-display-format is 'ignore,
18114         respect old vars appt-msg-window and appt-visible.
18115         (appt-activate): Don't depend on return value of cancel-timer.
18117         * calendar/calendar.el (calendar-holidays): Doc fix.
18119         * calendar/cal-coptic.el (coptic-prompt-for-date):
18120         Use assoc-string instead of assoc-ignore-case.
18121         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
18122         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
18123         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
18124         * calendar/cal-islam.el (calendar-goto-islamic-date)
18125         (mark-islamic-diary-entries): Ditto.
18126         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
18127         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
18128         (calendar-read-mayan-tzolkin-date): Ditto.
18129         * calendar/calendar.el (calendar-read-date): Ditto.
18130         * calendar/diary-lib.el (mark-diary-entries): Ditto.
18132 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
18134         * progmodes/executable.el (executable-command-find-posix-p):
18135         Fix choice of the directory.
18137 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
18139         * simple.el (interprogram-cut-function)
18140         (interprogram-paste-function, kill-new, kill-append):
18141         Doc fixes.
18142         (kill-region): Make it return nil.  Doc fix.
18143         (yank-pop): Make its argument optional.
18144         (yank): Make ARG `-' equivalent to `-1'.
18146 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
18148         * mail/rmail.el (rmail-get-new-mail): Don't reference
18149         rmail-use-spam-filter if rmail-spam-filter is not loaded.
18151 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
18153         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
18154         if one of global-auto-revert-non-file-buffers or autorevert-mode
18155         is non-nil.
18157 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
18159         * subr.el (delete-dups): A better implementation from Karl Heuer
18160         <kwzh@gnu.org>.
18162 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
18164         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
18165         correct place.
18166         * progmodes/icon.el (icon-indent-command): Ditto.
18167         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
18169 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
18171         * progmodes/grep.el (grep-compute-defaults): Undo change from
18172         2004-01-29: don't use executable-command-find-posix-p.
18174 2004-02-16  Richard Sharman  <rsharman@pobox.com>
18176         * hilit-chg.el: Use require instead of eval-and-compile.
18177         (highlight-compare-buffers): New function.
18179 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
18181         * man.el (Man-fontify-manpage): Render section headings in
18182         `Man-overstrike-face' even when overstrike was not used by man
18183         formatter for section headings.
18185 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
18187         * rmail-spam-filter.el (vm-use-spam-filter)
18188         (rsf-min-region-length-added-to-spam-list): New variables.
18189         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
18190         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
18191         spam testing.  Don't delete spam message if automatic deletion
18192         after output via variable rmail-delete-after-output is turned on.
18193         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
18194         rsf-bbdb-dont-create-entries-for-spam.
18195         (check-field): New function, extracted from code in
18196         rmail-spam-filter to ease addition of header fields like content-type.
18197         (message-content-type): New variable to check the content-type:
18198         field added, also in defcustom of rsf-definitions-alist.
18199         (rmail-spam-filter): Replace repeated test code for header fields
18200         by calls to check-field; change the call to
18201         rmail-output-to-rmail-file such that rmail-current-message stays
18202         the same to avoid wrong deletion of unseen flags.
18203         (rsf-add-contents-type): New function to convert old format
18204         of rmail-spam-definitions-alist into new one.
18205         Change prefixes of all variables and functions from
18206         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
18208 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
18210         * loadhist.el (unload-hook-features-list): New defvar.
18212 2004-02-16  Dave Love  <fx@gnu.org>
18214         * loadhist.el (unload-feature): Doc fix.  Rename flist to
18215         unload-hook-features-list.
18217 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
18219         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
18220         cookie.  Don't check if we are looking-at open-formula.
18222 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
18224         * subr.el (match-string-no-properties): Use substring-no-properties.
18226 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
18228         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
18229         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
18230         Use lower-case "rx" in all error message.
18232 2004-02-16  Dave Love  <fx@gnu.org>
18234         * emacs-lisp/rx.el (rx-or): Put group around result.
18235         (rx-constituents): Add backref.
18236         (rx-syntax): Add string-delimiter, comment-delimiter.
18237         (rx-categories): Add combining-diacritic.
18238         (rx-check-not, rx-greedy, rx): Doc fix.
18239         (rx-backref, rx-check-backref): New.
18241 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
18243         * newcomment.el (uncomment-region): Allow eob as comment end.
18245 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
18247         * filecache.el: All message and error commands now use prefix
18248         "Filecache:" to make it easy to read *Messages* buffer.
18250 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
18252         * autorevert.el: Add support to detect changed dired and VC buffers.
18253         (auto-revert-active-p, auto-revert-list-diff)
18254         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
18255         (auto-revert-handler, auto-revert-active-p): New functions.
18256         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
18257         and `auto-revert-active-p'.
18258         (eval-when-compile): Defvar dired-directory and vc-mode.
18259         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18260         (auto-revert-handler-vc): New functions.
18262 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18264         * progmodes/compile.el (compilation-directory): New defvar.
18265         (compile): Save current directory in compilation-directory.
18266         (recompile): Bind default-directory to compilation-directory if
18267         that is non-nil.
18269 2004-02-16  Dave Love  <fx@gnu.org>
18271         * newcomment.el (comment-insert-comment-function)
18272         (comment-region-function, uncomment-region-function): New.
18273         (comment-indent): Use comment-insert-comment-function.
18274         (uncomment-region): Use uncomment-region-function.
18275         (comment-region): Use comment-region-function.
18277         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
18279 2004-02-16  Richard Stallman  <rms@gnu.org>
18281         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
18282         loaddefs* and ldefs-boot*.
18284 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
18286         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
18287         and email address at the beginning and end of the address.
18289         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
18290         anchored at the beginning of the email address.
18292 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
18294         * international/ccl.el (ccl-compile-write): Pass `left' to
18295         ccl-embed-code to generate correct code of write-expr-register.
18297 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
18299         * progmodes/grep.el (grep-compute-defaults): Fix typos.
18301 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18303         * x-dnd.el: Mention support for Motif in commentary.
18304         (x-dnd-handle-drag-n-drop-event): Ditto.
18306 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
18308         * ses.el: Use "ses--" prefixes for buffer-local variables.
18309         Use (point-min) instead of 1, even when we know the buffer
18310         is unnarrowed.
18311         (ses-build-load-map): Delete.  Distribute its content to defconst's for
18312         the three maps.
18313         (ses-menu, ses-header-line-menu): New menus.
18314         (ses-mode-map): Use them.
18315         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
18317 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
18319         * Makefile.in: Fix the CC Mode recompile kludge so it works
18320         when building in a different directory.
18322 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
18324         * simple.el (kill-new): Put yank-handler property on the entire string.
18326 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18328         * diff.el: Don't use compile any more, use diff-mode instead.
18329         (diff-regexp-alist, diff-old-file, diff-new-file)
18330         (diff-parse-differences, diff-process-setup): Remove.
18331         (diff-sentinel): New fun.
18332         (diff): Use it.  Run the process ourselves.
18333         Use diff-mode for the rest of the processing.
18335         * diff.el (diff): Simplify code handling `switch'.
18337 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18339         * pcvs-defs.el (cvs-menu): Add `tag'.
18341 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
18343         * simple.el (kill-append): Doc fix.
18345         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18346         Adapt outline-regexp to the new conventions for commenting out code.
18348 2004-02-11  John Paul Wallington  <jpw@gnu.org>
18350         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
18352 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18354         * diff.el (diff-switches): New fun.
18355         (diff, diff-backup): Use it.
18356         (diff): Clean up the args construction.  Use backquote.
18357         Use listp instead of consp to avoid putting a nil arg.
18358         (diff): Add a revert-buffer function.
18360 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18362         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
18363         handled by x-dnd-handle-file-name.
18364         (x-dnd-known-types): Add COMPOUND_TEXT.
18365         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
18366         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
18367         x-dnd-empty-state.
18368         (x-dnd-forget-drop): Ditto.
18369         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
18370         (x-dnd-handle-one-url): Return private when inserting text.
18371         (x-dnd-insert-ctext): New function.
18372         (x-dnd-handle-file-name): New function for FILE_NAME.
18373         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
18374         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
18375         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
18377 2004-02-10  Kenichi Handa  <handa@m17n.org>
18379         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
18380         instead of while loop.
18382 2004-02-10  Miles Bader  <miles@gnu.org>
18384         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
18386 2004-02-09  Kenichi Handa  <handa@m17n.org>
18388         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
18389         have end-of-line.
18391 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
18393         * Makefile.in: Added extra dependencies in the recompile target
18394         needed to cope with the compile time macro expansions in CC Mode.
18396 2004-02-09  Kim F. Storm  <storm@cua.dk>
18398         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
18399         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
18400         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
18401         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
18402         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
18403         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
18404         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
18405         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
18406         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
18407         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
18408         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
18410 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18412         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18413         Don't allow shrink if there's a window on our right.
18415         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18416         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18417         Bring together declaration and initialization.
18418         (prolog-mode-variables): Don't set the syntax table.
18419         Don't set paragraph-start and comment-indent-function.
18420         Add /*..*/ to the comment regexps.
18421         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
18422         (prolog-mode-map): Don't bind TAB.
18423         (prolog-mode): Set the syntax table.
18424         (prolog-comment-indent): Remove.
18425         (inferior-prolog-mode-map): Initialize in the declaration.
18426         (inferior-prolog-mode-syntax-table)
18427         (inferior-prolog-mode-abbrev-table): New vars.
18428         (inferior-prolog-mode): Derive from comint-mode.
18429         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18430         minibuffer windows.
18432         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18433         in file names, as long as it is unabmiguous.
18435 2004-02-08  Andreas Schwab  <schwab@suse.de>
18437         * textmodes/reftex-toc.el
18438         (reftex-toc-load-all-files-for-promotion): Remove useless use of
18439         format.  Doc fix.
18441         * textmodes/refer.el (refer-find-entry-internal): Remove extra
18442         format string arguments.
18444         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18445         string argument.
18447         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18449         * play/zone.el (zone-call): Fix format string.
18451         * net/webjump.el (webjump-builtin): Add missing format string argument.
18453         * midnight.el (midnight-delay-set): Remove extra format string argument.
18455         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18457         * hexl.el (hexl-insert-char): Add missing format string argument.
18459         * format.el (format-decode): Fix format string.
18461         * emulation/vi.el (vi-mode): Remove extra format string argument.
18462         (vi-repeat-last-search): Likewise.
18463         (vi-reverse-last-search): Likewise.
18464         (vi-goto-mark): Likewise.
18465         (vi-reverse-last-find-char): Likewise.
18466         (vi-repeat-last-find-char): Likewise.
18467         (vi-locate-def): Likewise.
18469         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18471         * ediff-util.el (ediff-toggle-read-only): Remove extra format
18472         string argument.
18473         (ediff-toggle-regexp-match): Likewise.
18475         * dired-aux.el (dired-do-query-replace-regexp): Add missing
18476         format string argument.
18478         * calc/calc-map.el (calc-get-operator): Remove extra format
18479         string argument.
18481         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18483         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18484         string argument.
18486         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18488         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18490         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18492         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18493         (cl-struct-setf-expander): Likewise.
18495         * vc.el (with-vc-file): Fix unsafe uses of error.
18496         (vc-cancel-version): Likewise.
18498 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
18500         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18501         thousands separator; fixes <class>:<line-number> regexp for
18502         non-english locales.
18504 2004-02-08  Andreas Schwab  <schwab@suse.de>
18506         * view.el (view-mode-enable): Revert previous change.
18508 2004-02-07  Kim F. Storm  <storm@cua.dk>
18510         * simple.el (line-number-at-pos): Rename from line-at-pos.
18511         Uses changed (what-line and vc-annotate-warp-version).
18513 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18515         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18516         (diff-mode): Remove aborted attempt at support for compile.el.
18517         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18519 2004-02-06  Andreas Schwab  <schwab@suse.de>
18521         * view.el (view-mode-enable): Add view-mode-map to
18522         minor-mode-overriding-map-alist.
18524 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18526         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18528 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18530         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18531         with point inside rather than after the paragraph.
18533 2004-02-04  Sam Steingold  <sds@gnu.org>
18535         * mail/smtpmail.el (smtpmail-try-auth-methods):
18536         Do not try authentication when no mechanism is available.
18537         Pass port-name as defaultport to `netrc-machine'.
18539 2004-02-04  Stephen Eglen  <stephen@gnu.org>
18541         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18542         to show how minibuffer height can be constrained.
18544 2004-02-04  John Paul Wallington  <jpw@gnu.org>
18546         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18548 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18550         * x-dnd.el: New file for drag and drop.
18552         * term/x-win.el: require x-dnd, set after-make-frame-functions
18553         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18554         drag-n-drop event.
18556         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18557         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18558         (dired-dnd-handle-file): New functions for drag and drop support.
18559         (dired-mode): Initialize drag and drop if x-dnd present.
18561 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18563         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18564         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18565         (cperl-mode): Set fill-paragraph-function.
18566         (cperl-fill-paragraph): Make it non-interactive.
18568 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
18570         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18572 2004-02-02  David Kastrup  <dak@gnu.org>
18574         * replace.el (perform-replace): Allow 'literal argument in
18575         regexp-flag to indicate literal replacement.
18576         (query-replace-regexp-eval): Use it.
18578 2004-02-01  Andreas Schwab  <schwab@suse.de>
18580         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18582 2004-02-01  Stephen Eglen  <stephen@gnu.org>
18584         * info-look.el: Add support for maxima-mode.  Update commentary
18585         because info-lookup-symbol is now bound to C-h S.
18587 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
18589         * simple.el (edit-and-eval-command): Bind print-level and
18590         minibuffer-history-sexp-flag around call to read-from-minibuffer.
18591         Correct initial position in command-history.
18593 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
18595         * files.el (read-directory-name): Adapt the docstring to recent
18596         change in Fread_file_name.
18598 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
18600         * ses.el (ses-print-cell): If print format too wide for column
18601         width, truncate decimal places if that helps to avoid "#####" fill.
18602         * ses.el (ses-initial-column-width): Revert previous change.
18604 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18606         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18607         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18608         Add edebug info.
18609         (jit-lock-mode): Setup/cancel the new timer.
18610         (jit-lock-context-fontify): New fun.  Extracted from
18611         context fontification code of jit-lock-stealth-fontify.
18612         (jit-lock-stealth-fontify): Don't do context fontification any more.
18614         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18615         (jit-lock-fontify-now): Handle the `quit' case.
18616         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18618 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
18620         * progmodes/executable.el (executable-command-find-posix-p):
18621         New.  Check if find handles arguments Posix-style.
18623         * progmodes/grep.el (grep-compute-defaults):
18624         Use executable-command-find-posix-p.
18625         (grep-find): Check `grep-find-command'.
18627         * filecache.el (file-cache-find-posix-p): Delete.
18628         (file-cache-add-directory-using-find):
18629         Use `executable-command-find-posix-p'.
18631 2004-01-29  Dave Love  <fx@gnu.org>
18633         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18634         Iterate the hook function if arg is given.
18635         (mark-defun, narrow-to-defun): Change order of finding the limits.
18637         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18638         (byte-compile-format-warn): New.
18639         (byte-compile-callargs-warn): Use it.
18640         (Format, message, error): Add byte-compile-format-like property.
18641         (byte-compile-maybe-guarded): New.
18642         (byte-compile-if, byte-compile-cond): Use it.
18643         (byte-compile-lambda): Compile interactive forms,
18644         just to make warnings about them.
18646 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
18648         * ses.el (ses-initial-column-width): Increase to 14, so it will
18649         work well with the default printer of "%.7g" for extreme values
18650         like "-1.234567e+07".
18652 2004-01-29  Kenichi Handa  <handa@m17n.org>
18654         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18656 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
18658         * dos-w32.el: Added support for the `default-printer-name' function.
18660 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18662         * server.el (server-socket-name): Don't use the hostname in the
18663         socket name since /tmp is local to the host anyway.
18665         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18666         robust check of widening and fix var-naming.
18668 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
18670         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18671         or rmail-spam- to rsf- in all function and variable names.
18672         (rsf-min-region-to-spam-list): New variable.
18673         (rsf-bbdb-auto-delete-spam-entries): Rename from
18674         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
18675         scanned together with the recipients field for spam testing; Don't
18676         delete spam message if rmail-delete-after-output is non-nil;
18677         (rsf-check-field): New function, extracted from code in
18678         rmail-spam-filter to ease addition of header fields like
18679         content-type:;
18680         (message-content-type): New variable.  The content-type: field was
18681         added also in defcustom of rsf-definitions-alist;
18682         (rmail-spam-filter): Replace repeated test code for header fields
18683         by calls to check-field; change the call to
18684         rmail-output-to-rmail-file such that rmail-current-message stays
18685         the same to avoid wrong deletion of unseen flags.
18686         (rmail-use-spam-filter): Add autoload cookie.
18688 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
18690         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
18691         (file-cache-add-directory-using-find): Add Cygwin support.
18692         (file-cache-find-command-posix-flag): New user variable.
18694         * filecache.el (file-cache-add-directory): Check for
18695         directories an remove them from dir-files.
18697 2004-01-27  Richard M. Stallman  <rms@gnu.org>
18699         * man.el (Man-fontify-manpage): Clean up message.
18701 2004-01-27  Kenichi Handa  <handa@m17n.org>
18703         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18704         (sentence-end): Define using sentence-end-without-space.
18706         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18707         a sentence ends with one of a character in sentence-end-without-space.
18709 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18711         * font-lock.el (font-lock): Add jit-lock as explicit group member.
18712         (jit-lock): Group declaration moved to jit-lock.el.
18713         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18714         when necessary.
18716         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18717         (jit-lock-context-unfontify-pos): Rename from
18718         jit-lock-first-unfontify-pos.
18719         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18721 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
18723         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18724         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18725         (fortran-fill): When filling a string, adjust re-search-backward
18726         argument for special case of string just on fill-column.
18727         When filling non-string, allow one extra char if
18728         fortran-break-before-delimiters is non-nil.
18729         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18730         Use fortran-break-delimiters-re and fortran-no-break-re to
18731         correctly handle cases such as "**".
18733         * progmodes/f90.el (f90-break-delimiters): Doc fix.
18734         (f90-no-break-re): Add some extra tokens.  Doc fix.
18736 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
18738         * mail/rmail-spam-filter.el:
18739         Use two semicolons as Commentary line prefix.
18740         Add ";;; Code:" stylized comment.
18741         Delete end-of-line whitespace.
18742         Wrap (require 'cl) with `eval-when-compile'.
18744 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
18746         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18747         at the top level of vc.el.
18749 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
18751         * vc.el (vc-current-line): Function removed.  This is now done by
18752         the new function line-at-pos in simple.el.
18753         (vc-annotate-warp-version): Use line-at-pos instead of
18754         vc-current-line.
18756 2004-01-22  Kim F. Storm  <storm@cua.dk>
18758         * simple.el (line-at-pos): New defun.
18759         (what-line): Use it.  Optimize by only counting lines in narrowed
18760         region once.
18762 2004-01-22  Kenichi Handa  <handa@m17n.org>
18764         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18765         point (register r1) only for charset mule-unicode-0100-24ff.
18767 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
18769         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18770         trailing white space and ensure a final newline.
18772         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18773         Add autoload cookie.
18775 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
18777         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18778         activate view-mode explicitly.
18780 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18782         * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18783         menu-bar-enable-clipboard and make Paste use clipboard first.
18785 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18787         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
18788         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18789         (vc-mcvs-cvs): Remove.
18790         (vc-mcvs-command): Remove use of assert.
18792         * outline.el (outline-insert-heading): Tighten up match.
18793         (outline-demote, outline-move-subtree-down): Don't assume anything
18794         about outline-regexp.
18796         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18797         (texinfo-show-structure): Explicitly add ^, and simplify.
18799 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
18801         * calendar/appt.el (appt-check): Restore usage of
18802         appt-issue-message deleted in previous change.
18803         (top-level): Activate package when loaded (needed for backwards
18804         compatibility).
18806 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18808         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18809         following previous change to smtpmail-send-data.
18811 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
18813         * vc.el (vc-default-previous-version): Doc enhancement.
18814         (vc-default-next-version): New function.
18815         (vc-print-log): New arg FOCUS-REV.
18816         (vc-annotate-mode): Derive from view-mode.
18817         (vc-annotate): New args REVISION, DISPLAY-MODE.
18818         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18819         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18820         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18821         (vc-annotate-show-diff-revision-at-line, vc-current-line)
18822         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18824         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18826 2004-01-19  Karl Berry  <karl@gnu.org>
18828         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18829         or "TexInfo".
18831 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
18833         * subr.el (delete-dups): New function.
18835 2004-01-19  Karl Berry  <karl@gnu.org>
18837         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18838         with ^, since that's what texinfo-show-structure
18839         documentation says (plus it works much better in texinfo.txi).
18841 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
18843         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18845 2004-01-18  David Ponce  <david@dponce.com>  (tiny change)
18847         * progmodes/which-func.el (which-function-mode): Don't cancel
18848         which-func-update-timer if not set.
18850 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
18852         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18853         Remove spurious left square bracket in XX:XXam regexp.
18855 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
18857         * progmodes/cc-defs.el: Do not require cl at run time.
18859 2004-01-16  Richard M. Stallman  <rms@gnu.org>
18861         * emacs-lisp/cl.el (cl-cannot-unload): New function.
18862         (cl-unload-hook): Defvar this to run cl-cannot-unload.
18864         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18865         Call rmail-spam-filter.  Delete and expunge spam.
18866         Print number of spam messages deleted.
18867         Save and restore the deletion status of old messages when reading
18868         new mail with spam filter, so that expunging spam does not expunge
18869         msgs deleted by the user.
18870         (rmail-only-expunge): Add an optional argument dont-show to
18871         prevent showing message after expunge.
18873 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
18875         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18876         * subr.el (declare): New macro.
18878 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
18880         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18882 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18884         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18885         Test window-system rather than system-type (for X11/Mac).
18887 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
18889         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18891 2004-01-12  Richard M. Stallman  <rms@gnu.org>
18893         * mail/rmail.el (rmail-convert-to-babyl-format):
18894         Use mail-unquote-printable-region.
18895         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18896         (rmail-hex-char-to-integer): Functions deleted.
18898         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18899         (mail-unquote-printable-region): New arg NOERROR.
18900         For invalid encoding, either signal an error to just return nil.
18902 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
18904         * calendar/appt.el: Update copyright and commentary.
18905         (appt-issue-message): Make obsolete.
18906         (appt-visible, appt-msg-window): Make obsolete, in favour of
18907         appt-display-format.
18908         (appt-display-mode-line, appt-display-duration)
18909         (appt-display-diary, appt-time-msg-list, appt-mode-string)
18910         (appt-prev-comp-time, appt-display-count, appt-timer)
18911         (appt-convert-time): Doc change.
18912         (appt-disp-window-function, appt-delete-window-function):
18913         Use defcustom rather than defvar.
18914         (appt-display-format): New variable.
18915         (appt-display-message): New function with display code from appt-check.
18916         (appt-check): Add optional FORCE argument.  Doc change.
18917         Add appt-make-list to diary-hook if displaying diary.
18918         Remove checking of view-diary-entries-initially.
18919         Message display section removed to new function appt-display-message.
18920         (appt-display-window): Doc change.  Remove unused internal var
18921         this-buffer.  Do not beep, since appt-display-message does that.
18922         (appt-make-list): Doc change.  Use caar.
18923         (appt-sort-list): Simplify by using builtin sort function.
18924         (appt-update-list): New function for updating appts when diary is
18925         saved.
18926         (appt-activate): New autoloaded function to toggle package
18927         functionality.
18929         * calendar/cal-x.el: (calendar-one-frame-setup)
18930         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18932         * calendar/calendar.el: Update copyright.
18933         (view-diary-entries-initially, european-calendar-style): Doc change.
18934         (calendar-setup): Make defcustom rather than defvar.
18935         (mark-visible-calendar-date): Initialize temp-face and faceinfo
18936         in let binding so local to function.
18938         * calendar/diary-lib.el: Update copyright.
18939         (diary, diary-entry-time): Doc change.
18940         (list-diary-entries): Doc change.  Trivial logic change.
18941         (fancy-diary-display): Restore make-face command mistakenly
18942         deleted 2003-05-08.
18943         (show-all-diary-entries): Allow to pop-up frame if needed.
18945 2004-01-09  John Paul Wallington  <jpw@gnu.org>
18947         * bindings.el (mode-line-change-eol): Add EVENT parameter.
18948         Temporarily select EVENT's window for changing eol type.
18950 2004-01-09  Deepak Goel  <deego@gnufans.org>
18952         * calendar/diary-lib.el (diary-entry-time):
18953         Also accept time in the form XX[.XX][am/pm/AM/PM].
18954         (fancy-diary-font-lock-keywords): Likewise.
18955         (diary-font-lock-keywords): Likewise.
18956         * calendar/appt.el (appt-add): Likewise.
18957         (appt-make-list): Likewise.
18958         (appt-convert-time): Likewise.
18960 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
18962         * gdb-ui.el (gdb-ann3): Revert previous change.
18963         (gdb-source-info): Allow for case of where compilation directory
18964         is not recorded.
18966 2004-01-08  John Paul Wallington  <jpw@gnu.org>
18968         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18970 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
18972         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18974         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18975         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18976         problems.
18977         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18979 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
18981         * files.el (write-file-functions, write-contents-functions):
18982         Clarify docstrings.
18984 2004-01-07  Kenichi Handa  <handa@m17n.org>
18986         * international/mule.el (set-auto-coding): Fix for the case that
18987         end-of-line is only CR.
18989 2004-01-07  Kim F. Storm  <storm@cua.dk>
18991         * subr.el (event-start, event-end): Doc fix.
18992         (posn-string, posn-image): New defuns.
18993         (posn-object): Return either image or string object.
18994         (posn-object-x-y): Return 8th element of position.
18995         (posn-object-width-height): New defun.
18997 2004-01-06  Andreas Schwab  <schwab@suse.de>
18999         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
19000         output.
19002 2004-01-05  Karl Berry  <karl@gnu.org>
19004         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
19005         / and *, too.
19007 2003-12-31  Simon Josefsson  <jas@extundo.com>
19009         * files.el (before-save-hook): Add.
19010         (basic-save-buffer): Use before-save-hook.
19012         * emacs-lisp/copyright.el: Fix comment to recommend
19013         before-save-hook instead of write-file-functions.
19015 2004-01-05  Richard M. Stallman  <rms@gnu.org>
19017         * finder.el (finder-commentary): Call delete-other-windows.
19019         * net/ange-ftp.el (ange-ftp-file-attributes):
19020         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
19022 2004-01-04  Karl Berry  <karl@gnu.org>
19024         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
19025         comment characters % and # in the copyright year notice,
19026         as well as ;.
19028 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
19030         * wid-edit.el (default): Define dummy :value-delete.
19031         Reported by Jesper Harder <harder@ifa.au.dk>.
19033 2004-01-03  Richard M. Stallman  <rms@gnu.org>
19035         * progmodes/compile.el (compile-internal): Use point, not point-min,
19036         for set-window-point.
19038         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
19040         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
19042         * progmodes/grep.el (grep-mode-map):
19043         Don't remap next-line, previous-line.
19045 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
19047         * speedbar.el (speedbar-edit-line): Change regexp to position
19048         the cursor on the first character of this line's button.
19050 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
19052         * subr.el (functionp): Doc fix.
19054 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19056         * progmodes/idlwave.el (idlwave-make-tags):
19057         * textmodes/flyspell.el (flyspell-large-region):.
19058         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
19059         * emulation/viper-util.el (viper-glob-unix-files):
19060         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
19061         * man.el (Man-init-defvars):
19062         * jka-compr.el (jka-compr-call-process):
19063         * files.el (get-free-disk-space,insert-directory):
19064         * ediff-ptch.el (ediff-test-patch-utility):
19065         * ediff-diff.el (ediff-test-utility):
19066         * dired-aux.el (dired-check-process):
19067         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
19068         test the return value of call-process, because it can be a string.
19070 2003-12-31  John Paul Wallington  <jpw@gnu.org>
19072         * bindings.el (completion-ignored-extensions): Add .pfsl.
19074 2003-12-31  Kim F. Storm  <storm@cua.dk>
19076         * ido.el (ido-nonreadable-directory-p): New defun to check for
19077         nonreadable directory without activating tramp (to avoid problems
19078         with checking incomplete tramp paths).
19079         (ido-set-current-directory, ido-file-internal)
19080         (ido-file-name-all-completions1): Use it.
19082 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
19084         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
19085         documentation if the anchor (or node) name is preceded by `info
19086         anchor' or `Info anchor' in addition to earlier `info node' and
19087         `Info node'.
19088         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
19090 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
19092         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
19093         error in arguments to base64-decode-region.  Remove ^M characters
19094         after decoding base64.
19096 2003-12-30  Simon Josefsson  <jas@extundo.com>
19098         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
19099         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
19100         have only been distributed with Emacs for some years.
19101         (texinfo-mode-hook): Customize.
19103 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
19105         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
19106         cleaner (suggested by Richard Stallman).
19108         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
19109         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
19110         file-name clashes on 8+3 DOS filesystems.
19112         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
19113         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
19114         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
19115         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
19116         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
19117         file-name clashes on 8+3 filesystems.
19119         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
19120         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
19121         file-name clashes on 8+3 DOS filesystems.
19123 2003-12-29  Richard M. Stallman  <rms@gnu.org>
19125         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
19126         Upcase the character.
19128         * textmodes/flyspell.el (mail-mode-flyspell-verify):
19129         Search for header separator alone on a line, literally,
19130         and search for it backward, not forward.
19131         (flyspell-abbrev-table): Always use global-abbrev-table
19132         if there is no local one.
19134         * progmodes/sh-script.el (sh-get-indent-info):
19135         Don't move point back if at bob.
19137         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
19139         * play/handwrite.el (handwrite): Make the handwrite credit message
19140         a comment rather than an output command.
19142         * obsolete/sc.el: Display message that this file is obsolete.
19144         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
19146         * mail/rfc822.el (rfc822-address-start): Declare variable.
19147         Renamed from address-start.  All uses changed.
19149         * term.el (term-exec): Set up sentinel.
19150         (term-sentinel): New function.
19151         (term-handle-exit): New function.
19153         * subr.el (assoc-ignore-case, assoc-ignore-representation):
19154         Use assoc-string, and mark them obsolete.
19155         (delay-mode-hooks): Mark as permanent local.
19157         * simple.el (sendmail-user-agent-compose): Use assoc-string.
19159         * register.el (copy-rectangle-to-register): Doc fix.
19161         * info.el (Info-insert-dir): Use assoc-string.
19163         * info-look.el (info-lookup): Use assoc-string.
19165         * frame.el (pop-up-frame-function): Use quote, not `function'.
19166         (frame-notice-user-settings): Calculate ADJUSTED-TOP
19167         copying with lists as coordinate values.
19169         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
19171         * find-dired.el (kill-find): New command.
19172         (find-dired): Make buffer read-only.
19173         Set up a keymap with C-c C-k running kill-find.
19174         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
19176         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
19178         * filecache.el (file-cache-ignore-case): New variable.
19179         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
19181         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
19182         (comint-dynamic-complete-as-filename): Rename local vars.
19183         (comint-dynamic-list-filename-completions): Likewise.
19185         * comint.el (comint-dynamic-list-completions-config): New var.
19186         (comint-dynamic-list-completions): Handle both SPC and TAB right.
19188         * comint.el (comint-file-name-chars): Add [].
19189         (comint-word): Use skip-chars-backward, not search.
19191         * shell.el (shell-file-name-chars): Add [].
19193         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
19195         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
19197         * generic.el (define-generic-mode): Doc fix.
19199 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
19201         * files.el (kill-some-buffers): Doc fix.
19203 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
19205         * comint.el (comint-watch-for-password-prompt): Pass `string' as
19206         arg to send-invisible
19207         (send-invisible): Doc fix.  The argument is now a prompt, not the
19208         string to send.
19209         (comint-read-noecho): Doc fix.
19211 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
19213         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
19214         "@", as required by some ISP hosting service.  Fix defcustom
19215         argument syntax errors that prevented use of customization.
19217 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
19219         * xml.el (xml-get-attribute-or-nil): Doc fix.
19221 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
19223         * net/zone-mode.el (zone-mode): Use write-file-functions, not
19224         write-file-hooks.
19226 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
19228         * autorevert.el (auto-revert-interval): Doc fix.
19230 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
19232         * xml.el (xml-get-attribute-or-nil): New function, like
19233         xml-get-attribute, but returns nil if the attribute was not found.
19234         (xml-get-attribute): Convert to defsubst, uses
19235         xml-get-attribute-or-nil.
19237 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
19239         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
19241 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
19243         * custom.el (custom-declare-theme): Use `value' when putting
19244         properties on `theme'.
19246 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
19248         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
19249         for each yank-handler segment.
19250         (insert-for-yank-1): New function, with the body of the previous
19251         insert-for-yank.
19253         * textmodes/table.el (table-yank-handler): New defcustom.
19254         (table--put-cell-indicator-property): Put yank-handler property
19255         that indicates the yank handler for the table cell.
19257 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19259         * generic-x.el (etc-modules-conf-generic-mode): A more complete
19260         set of keywords.
19262 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
19264         * international/mule-cmds.el (reset-language-environment)
19265         (set-language-environment): Don't invoke fontset-related functions
19266         if fontset-list is not fboundp.
19268 2003-12-29  Kenichi Handa  <handa@m17n.org>
19270         * international/mule-cmds.el (reset-language-environment):
19271         Call set-overriding-fontspec-internal with nil.
19272         (set-language-environment): Call set-overriding-fontspec-internal
19273         if the language environment specify `overriding-fontspec'.
19274         (language-info-alist): Doc added.
19276         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
19277         characters of mule-unicode-0100-24ff.
19278         (ccl-encode-windows-1251-font): New CCL program.
19279         ("Bulgarian"): Specify overriding-fontspec.
19280         ("Belarusian"): Likewise.
19282 2003-12-28  Sam Steingold  <sds@gnu.org>
19284         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
19285         parameter ID-FORMAT to conform with the 2003-11-30 patch.
19287 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
19289         * progmodes/gud.el (gud-gdb-command-name): Set default to
19290         "gdb --annotate=3".
19291         (gud-gdb-marker-filter): Look out for annotations.
19292         (gdb-first-pre-prompt): New variable.
19293         Remove trailing white space.
19295         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
19296         if necessary.
19297         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
19298         annotations are detected.
19299         (gud-gdba-marker-filter): Use global variable gud-marker-acc
19300         instead of a local one to allow transition from
19301         gud-gdb-marker-filter.
19302         Remove trailing white space.
19304 2003-12-27  Kim F. Storm  <storm@cua.dk>
19306         * ido.el: Handle non-readable directories.
19307         (ido-decorations): Add 9th element for non-readable directory.
19308         (ido-directory-nonreadable): New dynamic var.
19309         (ido-set-current-directory): Set it.
19310         (ido-read-buffer, ido-file-internal):
19311         (ido-read-file-name, ido-read-directory-name): Let-bind it.
19312         (ido-file-name-all-completions1): Return empty list for
19313         non-readable directory.
19314         (ido-exhibit): Print [Not readable] if directory is not readable.
19315         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
19316         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
19317         Use it.
19319 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
19321         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
19322         calls to directory-files-and-attributes and file-attributes.
19323         (ls-lisp-format): Remove system dependent handling of user and
19324         group id's.
19326 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
19328         * ffap.el (ffap-read-file-or-url): Revert previous change.
19330 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
19332         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
19333         new list of included files called `files-with-node-lines', that
19334         only have node lines.  This way @include commands can include any
19335         file, such as version and update files without node lines, not
19336         just files that are chapters.
19338 2003-12-25  Andreas Schwab  <schwab@suse.de>
19340         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
19341         file not found.
19343 2003-12-08  Miles Bader  <miles@gnu.org>
19345         * dired.el (dired-between-files): Always use dired-move-to-filename,
19346         which is more robust in non-english locales.
19348 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
19350         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
19352 2003-12-24  Andreas Schwab  <schwab@suse.de>
19354         * shell.el (shell-file-name-quote-list): Add backslash.
19356         * comint.el (comint-quote-filename): Correctly handle backslash
19357         in comint-file-name-quote-list.
19359 2003-12-24  Kenichi Handa  <handa@m17n.org>
19361         * international/mule-cmds.el (set-default-coding-systems):
19362         Call ucs-set-table-for-input for all buffers that don't have local
19363         value of buffer-file-coding-system.
19365         * international/ucs-tables.el (ucs-set-table-for-input):
19366         If translation-table-for-encode is a symbol, get its
19367         translation-table property.
19369 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
19371         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
19372         to `completing-read' on a recently fixed bug.
19374         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
19375         instead of SPACE, to get the list of possible fringe modes.
19376         SPACE only works if both `partial-completion-mode' and
19377         `completion-auto-help' are nil.
19379         * complete.el (PC-is-complete-p): Delete.
19380         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
19381         calls to `test-completion'.
19383 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
19385         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
19386         to edit values when there are no children.
19388         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
19389         a mode called "Assembler" already exists.
19390         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
19391         (gud-watch): Use format option.  Remove font properties from string.
19392         (gdb-var-create-handler, gdb-var-list-children-handler):
19393         Don't bother about properties as there are none.
19394         (gdb-var-create-handler, gdb-var-list-children-handler)
19395         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
19396         with two arguments.
19397         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
19398         Let speedbar show value changes with a different font.
19399         (gdb-edit-value): New defun.
19400         (gdb-clear-partial-output, gdb-clear-inferior-io)
19401         (def-gdb-auto-update-handler): Use erase-buffer.
19402         (gdb-frame-handler): Display watch expressions in
19403         FUNCTION::VARIABLE format if required.
19405 2003-12-23  John Paul Wallington  <jpw@gnu.org>
19407         * info.el (Info-unescape-quotes, Info-split-parameter-string)
19408         (Info-goto-emacs-command-node): Doc fixes.
19410 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
19412         * cus-edit.el (custom-add-parent-links): Define "many".
19414 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
19416         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19417         (widget-child-validate, widget-type-value-create)
19418         (widget-type-default-get, widget-type-match): New functions.
19419         (lazy): New widget.
19420         (menu-choice, checklist, radio-button-choice, editable-list)
19421         (group, documentation-string): Remove redundant (per 2003-10-25
19422         change) calls to `widget-children-value-delete'.
19423         (widget-choice-value-get, widget-choice-value-inline): Remove.
19424         (menu-choice): Update widget.
19426 2003-12-03  Kenichi Handa  <handa@m17n.org>
19428         * language/cyrillic.el: Register "microsoft-cp1251" in
19429         ctext-non-standard-encodings-alist.
19430         ("Bulgarian"): Add ctext-non-standard-encodings.
19431         ("Belarusian"): Likewise.
19433         * international/mule-conf.el (compound-text-with-extensions):
19434         Change the type to 2 (iso-2022 base).
19436         * international/mule.el (ctext-non-standard-encodings-alist):
19437         Change the format.
19438         (ctext-non-standard-encodings): New variable.
19439         (ctext-post-read-conversion): Fully re-written.
19440         (ctext-non-standard-designations-alist): Delete it.
19441         (ctext-non-standard-encodings-table): New function.
19442         (ctext-pre-write-conversion): Fully re-written.
19444 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
19446         * cus-edit.el (custom-add-parent-links): Add documentation links
19447         for parent, if the item has none of its own.
19449 2003-11-30  Richard M. Stallman  <rms@gnu.org>
19451         * dired-aux.el (dired-do-query-replace-regexp):
19452         Report files visited read-only.
19454 2003-11-30  Juri Linkov  <juri@jurta.org>
19456         * dired-aux.el (dired-compare-directories): New command.
19457         (dired-file-set-difference, dired-files-attributes): New functions.
19459 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
19460         Version 2.0.38 of Tramp released.
19462         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
19463         Charles Curley <charlescurley@charlescurley.com>.
19464         (tramp-multi-connection-function-alist): Add ssht entry which adds
19465         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
19466         Aichner.
19467         (tramp-get-method-parameter): New function to retrieve a method
19468         parameter.  This allows for omission of method parameters.
19469         Callers adjusted.
19471 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
19473         * net/tramp.el: Add new optional parameter ID-FORMAT to
19474         `file-attributes'.  Calls of `file-attributes' won't use this
19475         parameter for backward compatibility reasons.
19476         (tramp-perl-file-attributes): Add a new parameter to Perl script
19477         in order to handle uid/gid as strings, if desired.
19478         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19479         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19480         order to make the function more general.
19481         (tramp-handle-file-attributes): Replace proprietary optional
19482         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19483         (tramp-handle-file-attributes-with-perl): Handle parameter
19484         NONNUMERIC if set.  This wasn't done in the past.
19485         (tramp-post-connection): Apply second parameter "$2" if
19486         `tramp-remote-perl' is called.
19488         * net/tramp-smb.el (tramp-smb-handle-delete-file):
19489         Correct cut'n'waste error (`filename' instead of `directory').
19490         (tramp-smb-handle-directory-files-and-attributes)
19491         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19492         introduced parameter ID-FORMAT.
19493         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19494         error (`directory' instead of `ldir').
19496         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19497         `file-attributes' has a second parameter.  If yes, apply it with
19498         value "'integer".  Otherwise, don't use that parameter (default is
19499         integer format).
19501 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
19503         * help.el (help-map): Bind `display-local-help' to `C-h .'.
19504         (help-for-help): Add `C-h .' to the listed Help options.
19505         Remove trailing whitespace.
19507         * help-at-pt.el: New file.
19509 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
19511         * subr.el (noreturn, 1value): New macros for test coverage.
19512         See `testcover.el'.
19514         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19516         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19517         for macro `1value'.
19518         (testcover-1value): New function.  Checks that a 1value form
19519         actually returns only one value.  Requested by RMS.
19521 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
19523         * gdb-ui.el (gud-watch, gdb-var-create-handler)
19524         (gdb-var-list-children, gdb-var-list-children-handler)
19525         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19526         gdb commands that use mi to keep them out of the command history.
19528 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19530         * cus-start.el (all): Add use-file-dialog.
19532 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19534         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19536 2003-11-27  Kim F. Storm  <storm@cua.dk>
19538         * subr.el (posn-object-x-y): New defun.
19540 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19542         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19543         Don't use `space' for \\\n.
19544         Be more selective as to which # are comment-starters.
19546 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
19548         * subr.el (number-sequence): Improve handling of floating point
19549         arguments (suggested by Kim Storm).  Allow negative arguments.
19551 2003-11-26  Kenichi Handa  <handa@m17n.org>
19553         * international/mule-cmds.el (standard-display-european-internal):
19554         Cancel the standard-display-table setting for ` and '.
19556 2003-11-26  Kim F. Storm  <storm@cua.dk>
19558         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19559         New defcustoms to add ffap-like functionality to ido.
19560         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
19561         (ido-no-final-slash): New defun.
19562         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19563         (ido-read-file-name): ): Toggle VC checking via
19564         vc-handled-backends instead of vc-master-templates.
19565         (ido-file-internal): Handle ido-use-url-at-point and
19566         ido-use-filename-at-point via code borrowed from ffap-guesser.
19567         Handle new ido-exit code ffap.
19568         (ido-sort-list): Ignore final slash when sorting file names.
19570 2003-11-25  Kim F. Storm  <storm@cua.dk>
19572         * emulation/cua-base.el (cua--standard-movement-commands):
19573         Add forward-sentence and backward-sentence.
19575 2003-11-25  Stephen Eglen  <stephen@gnu.org>
19577         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19578         iswitchb-exit is set to 'usefirst when user selects buffer at head
19579         of list using RET.  (Selecting buffers at the head of the list was
19580         broken if the substring was also a complete buffername.)
19582 2003-11-23  Kim F. Storm  <storm@cua.dk>
19584         * progmodes/compile.el (grep-command, grep-use-null-device)
19585         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19586         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19587         (grep-regexp-alist, grep-program, find-program)
19588         (grep-find-use-xargs, grep-history, grep-find-history)
19589         (grep-process-setup, grep-compute-defaults)
19590         (grep-default-command, grep, grep-tag-default, grep-find)
19591         (grep-expand-command-macros, grep-tree-last-regexp)
19592         (grep-tree-last-files, grep-tree): Move grep variables, functions
19593         and commands to new file grep.el.
19594         (compilation-mode-map): Remove grep commands from Compile sub-menu.
19595         (compilation-process-setup-function): Doc fix.
19596         (compilation-highlight-regexp, compilation-highlight-overlay): New
19597         defvars used for highlighting current compile error in source buffer.
19598         (compile-internal): New optional args HIGHLIGHT-REGEXP and
19599         LOCAL-MAP which overrides compilation-highlight-regexp and
19600         compilation-mode-map for this compilation.
19601         Delay calling compilation-set-window-height until after running
19602         compilation-process-setup-function so it can buffer-local override
19603         compilation-window-height.
19604         Check buffer-local value of compilation-scroll-output.
19605         (compilation-set-window-height): Use buffer-local value of
19606         compilation-window-height.
19607         (compilation-revert-buffer): Don't pass (undefined)
19608         preserve-modes arg to revert-buffer.
19609         (next-error-no-select, previous-error-no-select): New commands.
19610         (compilation-goto-locus): Temporarily highlight current match in
19611         source buffer using compilation-highlight-regexp.
19613         * progmodes/grep.el: New file with grep code from compile.el.
19614         (grep): New defcustom group.
19615         (grep-window-height): New defcustom, like compilation-window-height.
19616         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19617         (grep-scroll-output): New defcustom, like compilation-scroll-output.
19618         (grep-command, grep-use-null-device, grep-find-command)
19619         (grep-tree-files-aliases, grep-tree-ignore-case)
19620         (grep-tree-ignore-CVS-directories): Move to grep custom group.
19621         (grep-setup-hook): New hook variable.
19622         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
19623         (grep-last-buffer): New defvar, override compilation-last-buffer.
19624         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
19625         Call compile-internal with args highlight-regexp and grep-mode-map.
19627 2003-11-23  Kim F. Storm  <storm@cua.dk>
19629         * subr.el (event-start, event-end): Doc fix.
19630         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19631         (posn-area, posn-actual-col-row, posn-object): New defuns.
19632         (posn-col-row): Simplify doc.  Rewrite to use cond.
19633         (posn-point): Also return buffer position for events outside text
19634         area (that info is now present in the event position).
19636         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19637         mouse-set-point so that hscroll still works now that clicks on
19638         fringes generate specific mouse events.
19639         (mouse-set-point): Note that it now works in fringes and margins
19640         too due to new semantics of posn-point in fringes and margins.
19642         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19643         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19645 2003-11-20  Kim F. Storm  <storm@cua.dk>
19647         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19648         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19649         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19650         to 100 for icons to avoid increasing line height when shown.
19652 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19654         * newcomment.el (comment-normalize-vars): Initialize properly if
19655         comment-start was nil.
19657 2003-11-19  Andreas Schwab  <schwab@suse.de>
19659         * simple.el (set-variable): Fix indentation.
19661 2003-11-17  Kenichi Handa  <handa@m17n.org>
19663         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19664         Fix docstring.
19666 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19668         * international/latin1-disp.el (latin1-display): Fix docstring.
19670 2003-11-16  John Wiegley  <johnw@newartisans.com>
19672         * eshell/em-ls.el (eshell-ls-file): There are times with
19673         size-width is nil and uncomputed (when directories are created in
19674         dired, for example); in this case, 4 is reasonable default value,
19675         although it may caused skewed new entries (which could be avoided
19676         by returning the original value of 8 in all cases, but 99% of the
19677         time this is a waste of whitespace).
19679 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
19681         * cc-engine.el (c-guess-continued-construct)
19682         (c-guess-basic-syntax): Check a little more carefully if it's a
19683         function declaration when an unknown construct followed by a block
19684         is found inside a statement context.  This avoids macros followed
19685         by blocks to be taken as function declarations.
19687         (c-guess-continued-construct): Change the analysis of a statement
19688         continuation with a brace open to `substatement-block', for
19689         consistency with recognized statements.
19691         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19692         start is in a position so that `c-beginning-of-statement-1' jumped
19693         to the beginning of the same statement.
19695         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19696         Don't accept binary operators in the arglist if we're in a function
19697         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
19698         template recognition in cases like "if (a < b || c > d)".
19700         (c-restricted-<>-arglists): New more appropriate name for
19701         `c-disallow-comma-in-<>-arglists'.
19703         Accessing functions updated for the variable name change.
19705         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19706         match data could get clobbered if NOT-INSIDE-TOKEN is used.
19708         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19709         labels.
19711         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19712         instead of duplicating parts of it.  This fixes bogus label
19713         recognition.
19715         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19716         of checking the context in which to apply the minimum indentation,
19717         so that it isn't enforced in e.g. namespace blocks.
19719         * cc-vars.el (c-inside-block-syms): New constant used by
19720         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
19721         to somewhat reduce the risk of becoming stale.
19723         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19724         cc-cmds to cc-engine to allow use from cc-align.
19726         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19727         qualified identifiers containing "::".
19729         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19730         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19732         * cc-vars.el (c-emacs-features): Use a space in front of the name
19733         of the temporary buffer.  That also avoids dumping problems in
19734         XEmacs due to undo info being left around after the buffer is killed.
19736         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19737         arglist to see if it's a K&R style declaration.
19739         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19740         before returning `knr-argdecl-intro'.
19742 2003-11-16  John Wiegley  <johnw@newartisans.com>
19744         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19745         field in a long-listing always 8 characters, use `size-width',
19746         which has already been computed.
19748 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
19750         * subr.el (minor-mode-list): Add `hs-minor-mode'.
19752 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
19754         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19755         Support operation while narrowed, with `diff-restrict-view'.
19757 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
19759         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19760         Take additional optional arg NARROWFUN.  For the generated functions:
19761         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
19762         include frags that arrange to check for and save narrowing state before
19763         the move and then conditionally call NARROWFUN after the move.
19765 2003-11-14  John Wiegley  <johnw@newartisans.com>
19767         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19768         that was optional, but obviously missing based on surrounding code.
19770         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19771         string arguments to numbers unless the whole argument was seen as
19772         a number.
19774 2003-11-14  Kenichi Handa  <handa@m17n.org>
19776         * international/mule.el (ctext-non-standard-encodings-alist):
19777         Fix coding systems.
19779 2003-11-10  Kenichi Handa  <handa@m17n.org>
19781         * language/kannada.el ("Kannada"): Add sample-text.
19783         * language/knd-util.el (kannada-compose-region)
19784         (kannada-compose-string, kannada-post-read-conversion):
19785         Add autoload cookie.
19787         * international/quail.el (quail-completion): Change the message
19788         "corresponding translations" to "corresponding characters".
19790 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
19792         * descr-text.el (describe-char): Fix typo.
19794 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
19796         These changes are to support Kannada language/script.
19798         * Makefile.in (DONTCOMPILE): Add kannada.el.
19800         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19802         * loadup.el: Preload kannada.el.
19804         * language/ind-util.el (ucs-kannada-to-is13194-alist)
19805         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19806         New variables.
19808         * language/kannada.el: New file.
19810         * language/knd-util.el: New file.
19812 2003-11-07  Andreas Schwab  <schwab@suse.de>
19814         * progmodes/autoconf.el (autoconf-font-lock-keywords):
19815         Also highlight AH_*.
19817         * xml.el (xml-parse-dtd): Fix misplaced paren.
19819 2003-11-07  Kenichi Handa  <handa@m17n.org>
19821         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19823 2003-11-05  Juri Linkov  <juri@jurta.org>
19825         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19826         (desktop-buffer-file): Use saved buffer-file-coding-system
19827         for file reading.  Set auto-insert to nil to prevent automatic
19828         insertion into restored empty files.
19830 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
19832         * files.el (risky-local-variable-p): Make second argument optional.
19834 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19836         * subr.el (add-hook): Fix last change.
19838 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
19840         * mail/rmail.el (rmail-convert-to-babyl-format):
19841         If base64-decode-region signals an error, catch it and silently
19842         ignore it.
19844 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
19846         * xml.el (xml-parse-region): Allow comments to appear after the
19847         topmost element has closed.
19848         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19849         (xml-ns-expand-attr): New functions to do namespace handling.
19850         (xml-intern-attrlist): Back-compatible handling of attribute names.
19851         (xml-parse-tag): Move namespace handling to separate functions.
19852         Now produces elements in the form ((:ns . "element") (attr-list)
19853         children) instead of ('ns:element (attr-list) children).
19854         (xml-parse-attlist): Fix attribute parsing.
19855         (xml-parse-dtd): Change parsing so that it produces strings
19856         instead of interned symbols.
19858 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
19860         * dired.el (dired-ls-sorting-switches): Doc fix.
19862 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
19864         * emacs-lisp/rx.el (rx-or): Fix the case of
19865         "(rx (and ?a (or ?b ?c) ?d))".
19867 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
19869         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19870         (texinfo-format-region): Use it.
19871         (texinfo-format-buffer-1): Ditto.
19873 2003-11-01  Alan Mackenzie  <acm@muc.de>
19875         Changes to allow scrolling whilst in isearch mode:
19876         * isearch.el (isearch-unread-key-sequence): New function,
19877         extracted from isearch-other-meta-char.
19878         (top level): (put 'foo 'isearch-scroll) on all Emacs's
19879         "scrollable" standard functions.
19880         (isearch-allow-scroll): New customizable variable.
19881         (isearch-string-out-of-window, isearch-back-into-window)
19882         (isearch-reread-key-sequence-naturally)
19883         (isearch-lookup-scroll-key): New functions.
19884         (isearch-other-meta-char): Doc string and functionality enhanced.
19885         Now accepts a prefix argument.
19886         (isearch-lazy-highlight-window-end): New variable.
19887         (isearch-lazy-highlight-new-loop): Pay attention to the window's
19888         end (thru isearch-lazy-highlight-window-end), not only its start.
19890         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19891         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19892         (universal-argument, universal-argument-more, negative-argument)
19893         (digit-argument, universal-argument-other-key): Minor changes.
19895 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
19897         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19898         recursively if the last message is deleted, thus avoiding an
19899         infinite loop.
19901 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19903         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19904         (tex-main-file): Don't add .tex if the extension is already present.
19905         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19907 2003-10-29  Lute Kamstra  <lute@gnu.org>
19909         * progmodes/octave-inf.el (inferior-octave-prompt):
19910         Recognize version number in prompt.
19912 2003-10-28  Dave Love  <fx@gnu.org>
19914         * international/characters.el: Fix some Unicode ranges.
19916 2003-10-28  Kenichi Handa  <handa@m17n.org>
19918         * disp-table.el (standard-display-8bit)
19919         (standard-display-default, standard-display-ascii)
19920         (standard-display-g1, standard-display-graphic)
19921         (standard-display-underline): Assure that standard-display-table
19922         is a display table.
19924 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19926         * simple.el (reindent-then-newline-and-indent): Delete space *after*
19927         reindenting the first line.
19929 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
19931         * wid-edit.el (widget-default-delete): Always delete child widgets.
19933 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19935         * newcomment.el (comment-indent): Don't call indent-according-to-mode
19936         if the line has code.
19937         Don't try to line up with something that's too far left.
19939         * progmodes/octave-mod.el (octave-comment-start): Simplify.
19940         (octave-mode-syntax-table): Add % as a comment starter.
19941         (octave-point): Remove.
19942         (octave-in-comment-p, octave-in-string-p)
19943         (octave-not-in-string-or-comment-p, calculate-octave-indent)
19944         (octave-blink-matching-block-open, octave-auto-fill):
19945         Use line-(beginning|end)-position instead.
19947 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
19949         * emacs-lisp/authors.el (authors-aliases): Add correct realname
19950         for Francesco Potort\e,Al\e(B.
19952 2003-10-23  Dave Love  <fx@gnu.org>
19954         * international/mule-cmds.el (locale-charset-to-coding-system):
19955         Don't rely on nil being a coding system.
19957         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19958         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19959         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19961 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
19963         * gdb-ui.el (gdb-current-language): New variable.
19964         (gdb-update-flag): Remove variable.
19965         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19966         (gdb-take-last-elt): Remove function.
19967         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19968         (gdb-post-prompt): Check for variable object changes here.
19970         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19971         object changes in gdb-ui.el.
19973 2003-10-21  Richard M. Stallman  <rms@gnu.org>
19975         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19977         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19978         Don't check for foo*/ wildcard form here.
19979         (insert-directory): Recognize foo*/ as a wildcard.
19980         Separate wildcard-regexp variable from the arg, wildcard.
19982         * subr.el (add-hook): Correctly detect when make-local-hook was used.
19983         (remove-hook): Correctly handle strange cases about local hooks.
19985 2003-10-21  David Ponce  <david@dponce.com>
19987         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19988         argument REAL, to return a real number instead of a rounded
19989         integer value.  Define as inline function.
19990         (ruler-mode-right-fringe-cols): Likewise.
19991         (ruler-mode-scroll-bar-cols): New function.
19992         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
19993         (ruler-mode-right-scroll-bar-cols): Likewise.
19994         (ruler-mode-space): New function.
19995         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
19996         scroll bar mode and margins in a more robust way.
19998 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
20000         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
20001         (antlr-c-init-language-vars): New function.
20002         (antlr-mode): Use it with cc-mode before v5.29.
20003         (antlr-c-common-init): Don't set some local vars here.
20004         (antlr-mode): Set them here.
20005         (antlr-c-forward-sws): New function alias.
20006         (antlr-mode): Redefine with cc-mode before v5.30.
20007         (antlr-skip-sexps): Use it.
20008         (antlr-skip-exception-part): Ditto.
20009         (antlr-skip-file-prelude): Ditto.
20010         (antlr-outside-rule-p): Ditto.
20011         (antlr-end-of-body): Ditto.
20012         (antlr-option-kind): Ditto.
20013         (antlr-insert-option-area): Ditto.
20014         (antlr-file-dependencies): Ditto.
20016 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20018         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
20019         Move backward only if point was not inside an entry.
20021 2003-10-21  Richard M. Stallman  <rms@gnu.org>
20023         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
20025 2003-10-21  Juri Linkov  <juri@jurta.org>
20027         * compare-w.el: Automatically skip non-matching text to resync.
20028         (compare-windows-whitespace): Doc fix.
20029         (compare-windows-sync, compare-windows-sync-string-size)
20030         (compare-windows-recenter, compare-ignore-whitespace)
20031         (compare-windows-highlight, compare-windows-face): New variables.
20032         (compare-windows): Use compare-windows-sync.
20033         (compare-windows-highlight, compare-windows-dehighlight)
20034         (compare-windows-sync-regexp)
20035         (compare-windows-sync-default-function): New functions.
20037 2003-10-21  Juri Linkov  <juri@jurta.org>
20039         * diff.el (diff-parse-differences): Don't visit the files now;
20040         instead, just record the error locus.
20042 2003-10-21  Dave Love  <fx@gnu.org>
20044         * progmodes/cfengine.el: New file.
20046 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20048         * complete.el (PC-do-completion): Do not forget to use `pred' as the
20049         default-directory when completing file names.
20051 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
20053         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
20054         followed by the word `face', it gets treated as a face, even if
20055         it is also defined as a variable or a function.
20057 2003-10-20  Dave Love  <fx@gnu.org>
20059         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20060         Avoid incf in macro expansion.
20062 2003-10-20  John Paul Wallington  <jpw@gnu.org>
20064         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
20065         `evenp' so we don't implicitly require cl library at runtime.
20067 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
20069         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
20070         (help-make-xrefs): Only make cross-references for faces if
20071         preceded or followed by the word `face'.  Do not make a
20072         cross-reference for variables without variable documentation,
20073         unless preceded by the word `variable' or `option'.  Update doc
20074         string accordingly.
20076 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
20078         * progmodes/hideshow.el: Rewrite one-armed `if'
20079         constructs using either `when' or `unless'.
20080         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
20082 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
20084         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
20085         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
20086         instead of 12x12.
20088 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
20090         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
20091         message while converting to Babyl.
20093 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
20095         * allout.el (allout-mode): Doc fix.
20097 2003-10-16  Lute Kamstra  <lute@gnu.org>
20099         * subr.el (force-mode-line-update): Fix docstring.
20101 2003-10-14  Dave Love  <fx@gnu.org>
20103         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
20104         (default-input-method): Add :link, improve :type.
20105         (locale-charset-language-names): Fix utf-8 pattern.
20106         (locale-charset-match-p, locale-charset-alist)
20107         (locale-charset-to-coding-system): New.
20108         (set-locale-environment): Deal with codeset part of locale specs.
20110 2003-10-14  Lute Kamstra  <lute@gnu.org>
20112         * fringe.el (fringe-mode): Use active voice in docstring.
20113         (set-fringe-style): Ditto.
20115 2003-10-13  Lute Kamstra  <lute@gnu.org>
20117         * fringe.el (fringe-mode): Fix docstring.
20118         (set-fringe-style): Ditto.
20120 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
20122         * ediff-mult.el (ediff-filegroup-action):
20123         Use ediff-default-filtering-regexp.
20125         * ediff-util.el (ediff-recenter): Don't call
20126         ediff-restore-highlighting twice.
20127         (ediff-select-difference): Set current difference.
20128         (ediff-unselect-and-select-difference): Add comment.
20130         * ediff.el (ediff-directories,ediff-directory-revisions)
20131         (ediff-directories3,ediff-merge-directories)
20132         (ediff-merge-directories-with-ancestor)
20133         (ediff-merge-directory-revisions)
20134         (ediff-merge-directory-revisions-with-ancestor):
20135         Use ediff-default-filtering-regexp.
20137 2003-10-12  Andreas Schwab  <schwab@suse.de>
20139         * international/mule-cmds.el (locale-charset-language-names):
20140         Simplify regex by removing unused grouping.
20142 2003-10-10  Dave Love  <fx@gnu.org>
20144         * bindings.el: Don't bind stop.
20146 2003-10-08  Miles Bader  <miles@gnu.org>
20148         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
20149         face instead of attempting to emulate it.
20151 2003-10-07  Kenichi Handa  <handa@m17n.org>
20153         * international/mule-diag.el (list-coding-systems-1): List coding
20154         systems that are loaded automatically.
20156         * international/code-pages.el (iso-8859-11): Add autoload cookie.
20158         * international/mule.el (autoload-coding-system): New function.
20160 2003-10-07  Andreas Schwab  <schwab@suse.de>
20162         * log-edit.el (log-edit-changelog-entries): Prefer local value of
20163         change-log-default-name in the buffer visiting the file.
20165 2003-10-06  Dave Love  <fx@gnu.org>
20167         * files.el (find-file-hook): Customize.
20168         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
20170         * bindings.el (completion-ignored-extensions): Remove .log.
20171         (global-map): Add again, open, stop keys.
20173 2003-10-05  Richard M. Stallman  <rms@gnu.org>
20175         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
20176         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
20177         Use sh-modify directly.
20178         (sh-select): Use sh-append, not eval.
20180         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
20182         * info.el (Info-following-node-name): New function.
20184         * loadhist.el (unload-feature-special-hooks):
20185         Rename from loadhist-hook-functions.
20186         (loadhist-hook-functions): Now an alias.
20188 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
20190         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
20191         file-name clashes on 8+3 filesystems.
20193         * Makefile.in (DONTCOMPILE, bootstrap-clean):
20194         Rename loaddefs-boot.el to ldefs-boot.el
20196         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
20197         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
20199 2003-10-03  Lute Kamstra  <lute@gnu.org>
20201         * info.el (Info-mode): Revert previous change.
20202         (Info-escape-percent): New function.
20203         (Info-fontify-node): Use it.
20205 2003-10-02  Andreas Schwab  <schwab@suse.de>
20207         * loaddefs-boot.el: Regenerated.
20209 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
20211         * ffap.el: Remove defadvice related code from CVS since `complete'
20212         provides a `PC-completion-as-file-name-predicate' variable that
20213         ffap can override.
20215 2003-10-02  Kenichi Handa  <handa@m17n.org>
20217         * international/utf-8.el (ccl-decode-mule-utf-8):
20218         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
20220         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
20221         * international/subst-big5.el: Likewise.
20222         * international/subst-gb2312.el: Likewise.
20223         * international/subst-ksc.el: Likewise.
20225 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
20227         * calendar/calendar.el (increment-calendar-month)
20228         (calendar-leap-year-p, calendar-absolute-from-gregorian)
20229         (generate-calendar, calendar-read-date, calendar-interval)
20230         (calendar-day-of-week): Handle years BC.
20231         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
20233 2003-10-01  Dave Love  <fx@gnu.org>
20235         * language/cyrillic.el (cp1251): Alias for windows-1251.
20237         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
20238         bootstrap.
20240 2003-10-01  Lute Kamstra  <lute@gnu.org>
20242         * files.el: Fix typo.
20243         * imenu.el (imenu--generic-function): Docstring fix.
20245 2003-09-30  Richard M. Stallman  <rms@gnu.org>
20247         * dired.el (dired-mode): Handle dired-directory as a list.
20249 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
20251         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
20253         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
20255         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
20256         Replace gud-display with gud-watch.
20257         (gud-speedbar-buttons): Add stuff for watching expressions
20258         in the speedbar when using M-x gdba.  Use dolist on old part
20259         of this function.
20261         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
20262         (gdb-update-flag): New variables.
20263         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
20264         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
20265         (gud-watch, gdb-var-create-handler) : New functions.
20266         (gdb-var-list-children, gdb-var-list-children-handler)
20267         (gdb-var-create-regexp, gdb-var-update-regexp)
20268         (gdb-var-list-children-regexp): New constants.
20269         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
20270         (gdb-annotation-rules): Reduce annotation set (level 3).
20271         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
20272         (gdb-post-prompt): Don't update GDB buffers every time speedbar
20273         updates.
20274         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
20275         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
20276         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
20277         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
20278         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
20279         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
20280         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
20281         (gud-display, gud-display1)
20282         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
20283         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
20284         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
20285         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
20286         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
20287         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
20288         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
20289         (gdb-display-display-buffer, gdb-toggle-display)
20290         (gdb-delete-display, gdb-expressions-popup-menu)
20291         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
20292         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
20293         to display buffer.
20295 2003-09-30  Richard M. Stallman  <rms@gnu.org>
20297         * progmodes/ada-mode.el (ada-mode): Don't use advice.
20298         Instead, set which-func-functions.
20300         * progmodes/which-func.el (which-func-modes): Add ada-mode.
20301         (which-func-functions): New variable.
20302         (which-function): Use that.
20304         * info.el (Info-mode): Double each `%' in header line.
20306         * emacs-lisp/lisp-mnt.el (lm-with-file):
20307         When FILE is nil, run BODY in current buffer.
20309         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
20311         * help.el (describe-mode): Start with a brief list of minor modes.
20312         Find them thru minor-mode-list so as to find them all.
20313         Show them in alphabetical order.
20315         * mail/sendmail.el (mail-aliases): Doc fix.
20317         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
20319 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
20321         * mail/rmailsum.el (rmail-make-summary-line-1):
20322         Change comma after last label to a space.
20323         (rmail-summary-font-lock-keywords): Adapt to that change.
20325 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
20327         * progmodes/scheme.el (scheme-mode-variables): When setting
20328         `font-lock-defaults', also specify that "#" should
20329         be interpreted with `word' syntax.
20330         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
20332 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
20334         * desktop.el: A lot of comments updated.
20335         (desktop-save-mode): Minor mode introduced.
20336         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
20337         (desktop-load-default): Function made obsolete.
20338         (desktop-locals-to-save): Variable made customizable.
20339         (desktop-read): Optional parameter `dirname' added.
20340         (desktop-change-dir, desktop-revert): Parameter `dirname' in
20341         `desktop-read' used.
20342         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
20344 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
20346         * whitespace.el (whitespace-clean-msg): Add user customizable message
20347         for displaying ``clean'' output.
20348         (whitespace-buffer): Use `whitespace-clean-msg'.
20349         (whitespace-global-mode): Fix typo.
20351 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
20353         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
20355 2003-09-29  Lute Kamstra  <lute@gnu.org>
20357         * bindings.el (mode-line-modes): Remove superfluous :propertize
20358         construct in initialization.
20359         (mode-line-position): Change cons cell into proper list in
20360         initialization.
20362 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
20364         * international/mule.el (decode-coding-inserted-region): Use car
20365         of the return value of find-operation-coding-system.
20367 2003-09-29  Kenichi Handa  <handa@m17n.org>
20369         * descr-text.el (describe-char): Fix previous change.
20371 2003-09-28  Kenichi Handa  <handa@m17n.org>
20373         * descr-text.el (describe-char-display): New function.
20374         (describe-char): Pay attention to display table on describing how
20375         a character is displayed.
20377         * international/mule-cmds.el (encoded-string-description):
20378         Prepend "0x" to each encoded byte.
20380 2003-09-28  Andreas Schwab  <schwab@suse.de>
20382         * find-file.el (ff-special-constructs): Add autoload cookie.
20384 2003-09-28  Kevin Ryde  <user42@zip.com.au>
20386         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
20387         makeinfo appends to duplicate index entries.
20389 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
20391         * dired-x.el (dired-clean-tex): Doc fix.
20393         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
20394         using a Chinese tutorial.
20396 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20398         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
20399         between "MAIL FROM:" and "RCPT TO:" and the following address.
20401 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20403         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
20405 2003-09-28  David Ponce  <david@dponce.com>
20407         * recentf.el (recentf-initialize-file-name-history): New defcustom.
20408         (recentf-load-list): When `recentf-initialize-file-name-history'
20409         is non-nil, initialize an empty `file-name-history' with the
20410         recent list.
20412 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
20414         * man.el (Man-default-man-entry): Remove the leading `*' from the
20415         word at point.
20417 2003-09-26  Lute Kamstra  <lute@gnu.org>
20419         * bindings.el (mode-line-position): Mention size indication in
20420         docstring.
20422 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
20424         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20426         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20427         because it's autoloaded now.
20429 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
20431         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20432         (sh-font-lock-keywords, sh-feature): Fix previous change of
20433         sh-feature to avoid infloop with sh-font-lock-keywords.
20435 2003-09-25  Kim F. Storm  <storm@cua.dk>
20437         * frame.el (frame-current-scroll-bars): New defun.
20439         * window.el (window-current-scroll-bars): New defun.
20441 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20443         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20444         cause errors when the state cache contains info on parts that have
20445         been narrowed out.
20447 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20449         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20450         `c-setup-paragraph-variables' has to be used when this variable is
20451         changed; it doesn't work to reinitialize the mode since that
20452         typically clobbers the variable.
20454         * progmodes/cc-styles.el (c-setup-paragraph-variables):
20455         Make it interactive.
20457 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20459         * progmodes/cc-fonts.el (c-font-lock-declarations):
20460         Fix recognition of constructors and destructors for classes whose
20461         names are matched by `*-font-lock-extra-types'.
20463         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20464         followed by an identifier in C++ then it's a type.
20466 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20468         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20469         problem that primarily affected XEmacs.  Don't use faces to find
20470         unterminated strings since Emacs and XEmacs fontify strings
20471         differently - this function should now work better in XEmacs.
20473 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20475         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20476         `expand-abbrev' workaround which caused braces to misbehave inside
20477         macros.
20479         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20480         handling.  This bug could cause interactive font locking to bail out.
20482 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20484         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20485         Handle paren-style types in Pike.  Also fixed some cases of
20486         insufficient handling of unbalanced parens.
20488 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
20490         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20491         common shell prompts that are not common filename or URL characters.
20492         (ffap-file-at-point): Use the new regexp to strip the prompts from
20493         the file names.  This is an issue mostly for user prompts that
20494         don't have a trailing space and find-file-at-point is invoked from
20495         within a shell inside Emacs.
20497 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
20499         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20500         stamps numerically, rather than textually.
20502 2003-09-24  Kenichi Handa  <handa@m17n.org>
20504         * language/devan-util.el (devanagari-post-read-conversion):
20505         * language/mlm-util.el (malayalam-post-read-conversion):
20506         * language/tml-util.el (tamil-post-read-conversion):
20507         Add autoload cookie.
20509         * international/utf-8.el (utf-8-post-read-conversion):
20510         Call post-read-conversion functions for Devanagari, Malayalam,
20511         and Tamil.
20513 2003-09-23  Dave Love  <fx@gnu.org>
20515         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20517 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
20519         * progmodes/gud.el (perldb): Add gud-until to list of commands.
20520         Update gud-remove.
20522 2003-09-22  Richard M. Stallman  <rms@gnu.org>
20524         * progmodes/sh-script.el (sh-mode-default-syntax-table):
20525         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
20526         (sh-mode-syntax-table-input): New variable.
20527         (sh-require-final-newline): Don't use eval.
20528         (sh-builtins, sh-leading-keywords, sh-other-keywords)
20529         (sh-variables, sh-font-lock-keywords): Don't use eval.
20530         (sh-set-shell): When setting require-final-newline,
20531         treat value = `require-final-newline' as don't change it.
20532         Set sh-mode-syntax-table locally based on
20533         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20535         * progmodes/compile.el (compile-internal):
20536         Call compilation-set-window-height before setting window start.
20538 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
20540         * emacs-lisp/bytecomp.el (byte-compile-log-file):
20541         Clear out byte-compile-last-warned-form.
20543 2003-09-22  Richard M. Stallman  <rms@gnu.org>
20545         * woman.el (woman-file-name, woman-follow-word):
20546         If current-word returns nil, use "".
20548         * simple.el (eval-expression): Bind standard-output in to-buffer case.
20550 2003-09-22  Richard M. Stallman  <rms@gnu.org>
20552         * emacs-lisp/lisp-mnt.el (lm-with-file):
20553         Don't visit the file, just use insert-file-contents in temp buffer.
20555 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
20557         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20558         Add surrounding \\( and \\) around the header, as in
20559         for lm-history-header 'Change Log\\|History'.
20561 2003-09-22  John Paul Wallington  <jpw@gnu.org>
20563         * progmodes/ld-script.el: Add Commentary section,
20564         minor cleanup of file header.
20565         (ld-script-font-lock-keywords): Doc fix.
20566         (toplevel): Provide `ld-script' feature.
20568 2003-09-21  Kim F. Storm  <storm@cua.dk>
20570         * scroll-bar.el (set-scroll-bar-mode): Initialize to
20571         new built-in variable default-frame-scroll-bars.
20572         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20573         scroll-bar-mode; notably, use it instead of t when we toggle
20574         scroll-bars on.
20575         (toggle-scroll-bar): Use default-frame-scroll-bars.
20577 2003-09-19  Masatake YAMATO  <jet@gyve.org>
20579         * pcvs.el (cvs-do-removal): Change the prompt depending on
20580         `filter' value.
20582 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
20584         * startup.el (command-line-1): Stop startup-echo-area-message
20585         being hidden by "Loading image..." message.
20586         (use-fancy-splash-screens-p, display-splash-screen):
20587         Move display-graphic-p test from latter to former.
20589         * progmodes/sh-script.el (sh-font-lock-keywords):
20590         Highlight escaped EOLs differently from other backslash constructs.
20592 2003-09-19  Richard M. Stallman  <rms@gnu.org>
20594         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20595         New functions.
20596         (edebug-enter, edebug-outside-excursion): Use them.
20598         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20599         Fix the condition for whether to print "In WHERE".
20601 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
20603         * finder.el (finder-mode-hook): New variable.
20604         (finder-mode): Run hook finder-mode-hook
20606 2003-09-18  Masatake YAMATO  <jet@gyve.org>
20608         * progmodes/ebrowse.el: Fix broken magic autoload comments.
20610 2003-09-17  Mario Lang  <mlang@delysid.org>
20612         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20613         "p %e" to actually print the value in the GUD buffer.
20615 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
20617         From David Ponce <david.ponce@wanadoo.fr>:
20618         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20619         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20620         from loaddefs-boot.el if necessary.
20622 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
20624         * progmodes/gud.el (gud-find-class): Make jdb work again since
20625         cc-mode changed the syntactic information.
20627 2003-09-15  David Ponce  <david@dponce.com>
20629         * recentf.el: (recentf-exclude): Accept predicates too.
20630         (recentf-file-readable-p): New function.
20631         (recentf-include-p): Handle predicates in recentf-exclude.
20632         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
20633         (recentf-cleanup): Likewise.
20634         (recentf-save-list): Use write-file to handle backup of
20635         recentf-save-file.
20637 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
20639         * loaddefs-boot.el: Renamed from `loaddefs.el'
20640         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20641         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20642         necessary.
20644 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
20646         * electric.el (Electric-pop-up-window): For the `one-window' case,
20647         no longer disconcertingly move point in the original buffer.
20649 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20651         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20653 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
20655         * dired.el (dired-mode-map): Fix typo.
20657 2003-09-11  Richard M. Stallman  <rms@gnu.org>
20659         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20661 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
20663         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20664         the function is less noisy.  Now only `kill-buffer' can ask questions.
20666 2003-09-10  Mario Lang  <mlang@delysid.org>
20668         * battery.el: Update Commentary and Copyright.
20669         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20670         appear due to wrong ordering of the expressions in `or'.
20672 2003-09-09  Lute Kamstra  <lute@gnu.org>
20674         * misc.el (upcase-char): Fix docstring.
20675         (zap-up-to-char): New command.
20677 2003-09-08  David Ponce  <david@dponce.com>
20679         Ensure that recentf correctly updates the menu bar.
20680         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20681         (recentf-menu-bar): New function.
20682         (recentf-clear-data): Use it
20683         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
20684         of easy-menu-change.
20686 2003-09-08  Lute Kamstra  <lute@gnu.org>
20688         * simple.el (size-indication-mode): New.
20689         * bindings.el (mode-line-position): Add buffer size indicator.
20691 2003-09-04  Mario Lang  <mlang@delysid.org>
20693         * battery.el (battery-linux-proc-acpi): New function.
20694         (battery-status-function): Modify default value calculation to also
20695         check for availability of ACPI.
20696         (battery-echo-area-format): Ditto.
20697         (battery-mode-line-format): Ditto.
20699 2003-09-06  Dave Love  <fx@gnu.org>
20701         * ielm.el (ielm-mode-hook): Add :options.
20703         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20704         (eldoc-print-current-symbol-info): Use it.
20706 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
20708         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20709         being displayed in GUD buffer.
20710         (gdb-idle-input-queue): Remove var.  Use just one queue.
20711         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20712         Remove functions.  Use just one queue.
20713         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20714         (gdb-invalidate-assembler, gdb-get-current-frame):
20715         Modify functions.  Use just one queue.
20717 2003-09-04  Dave Love  <fx@gnu.org>
20719         * cus-start.el: Add blink-cursor-alist.
20721         * ruler-mode.el (ruler-mode-fill-column-char)
20722         (ruler-mode-current-column-char): Use char-displayable-p,
20723         not window-system.
20725         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20727         * language/european.el (windows-1252): Move from code-pages.
20729         * language/cyrillic.el ("Windows-1251"): Delete.
20730         ("Bulgarian", "Belarusian"): Remove `features'.
20731         (windows-1251): Move from code-pages.
20733         * international/mule-diag.el (non-iso-charset-alist):
20734         Remove `codepage' stuff.
20735         (print-designation, list-coding-systems-1): Output fixes.
20737         * international/code-pages.el (cp-make-translation-table)
20738         (cp-valid-codes): Made defsubsts.
20739         (cp-fix-safe-chars): Delete.
20740         (mule-diag): Don't require.
20741         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20742         (top-level): Check for defined coding system when defining
20743         cp... aliases.  Change w32-add-charset-info test to avoid warning.
20744         (non-iso-charset-alist): Defvar when compiling.
20745         (cp-make-coding-system): Doc fix.
20747 2003-09-02  Jason Rumney  <jasonr@gnu.org>
20749         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20750         line-ends from CVS before doing conversion.
20752 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
20754         * calendar/diary-lib.el (diary-header-line-flag)
20755         (diary-header-line-format): New variables.
20756         (list-diary-entries): Use them to set header line in simple diary.
20758         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20759         other than font-lock-string-face to highlight backslashes.
20761 2003-09-01  Jason Rumney  <jasonr@gnu.org>
20763         * international/titdic-cnv.el (tit-read-key-value): Include \r in
20764         regexp.
20766 2003-09-01  Dave Love  <fx@gnu.org>
20768         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20770         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20771         and :help; also line and column numbers labels.
20773         * international/mule-util.el (char-displayable-p): Move from
20774         latin1-disp, rename and autoload.
20776         * international/latin1-disp.el (latin1-char-displayable-p):
20777         Now obsolete alias.  Replace uses with char-displayable-p.
20778         (latin1-display-ucs-per-lynx): Fix last change.
20780         * international/mule-cmds.el (standard-display-european-internal):
20781         Don't use char code for Latin-1 NBSP.
20782         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
20783         U+2018, U+2019 for `'.
20784         (select-safe-coding-system): Message fix.
20786 2003-09-01  Kenichi Handa  <handa@m17n.org>
20788         * international/fontset.el (setup-default-fontset): For Thai
20789         font, specify "*" family.
20791 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
20793         * progmodes/compile.el (previous-error): Accept a prefix
20794         argument, similarly to next-error.
20796 2003-08-31  Masatake YAMATO  <jet@gyve.org>
20798         * pcvs.el (cvs-do-removal): Use = instead of eq to check
20799         the number of files.  Bind the number of files to a local
20800         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20802 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
20804         * vc-hooks.el (vc-make-version-backup): Fix the change made on
20805         2003-07-26: msdos-long-file-names is a function, not a variable.
20807 2003-08-29  Richard M. Stallman  <rms@gnu.org>
20809         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20810         Do nothing with mail-personal-alias-file if it is nil.
20812         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20813         Do nothing if mail-personal-alias-file is nil.
20815         * term.el (term-exec-1): Bind coding-system-for-read.
20817         * dired.el (dired-mouse-find-file-other-window):
20818         Use dired-view-command-alist here, as in dired-view-file.
20819         (dired-view-command-alist): Use %s to substitute file name.
20820         Handle .ps_pages, .eps, .jpg, .gif, .png.
20822 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
20824         * info.el (Info-mode-map): Bind S-tab and <backtab> to
20825         `Info-prev-reference', instead of M-tab.
20827 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
20829         * simple.el (blink-matching-open): Work correctly on chars that
20830         are designated as parens through the syntax-table text property.
20832 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
20834         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20835         line break position in the middle of a non-kinsoku (e.g. latin)
20836         word, making it skip until either a space or a character with
20837         category "|".
20838         (kinsoku-longer): Test for end of buffer.
20840 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
20842         * mail/rmail.el (rmail-convert-to-babyl-format):
20843         Detect quoted-printable- and base64-encoded messages and decode them
20844         automatically.  Set the message's encoding from the charset=
20845         header, if any.  Decode base64-encoded messages in Mail format as well.
20847 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
20849         * mail/smtpmail.el: Fix previous change.
20850         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20851         calling smtpmail-via-smtp.
20852         (smtpmail-via-smtp): Add fall-back values for envelope-from.
20854 2003-08-26  John Paul Wallington  <jpw@gnu.org>
20856         * image.el (image-jpeg-p): Don't search beyond length of data.
20858 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
20860         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20861         misfeature in `expand-abbrev' which caused electric keywords like
20862         "else" to disappear if an open brace was typed directly afterwards.
20864 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
20866         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20867         mandatory in `define-widget'.
20869         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20870         Don't align the operators "!=", "<=" and ">=" as assignment operators.
20872         (c-assignment-operators): New language constant that only contains
20873         the assignment operators.
20875         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20877 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
20879         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20880         Safeguard against unbalanced sexps.
20882 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
20884         * version.el (emacs-version): Check for gtk.  Include gtk version info.
20886 2003-08-25  John Paul Wallington  <jpw@gnu.org>
20888         * man.el (Man-default-man-entry): Don't whizz past the section
20889         number before looking for it.
20891 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
20893         * progmodes/gud.el (gud-display-line): Don't set window-point if
20894         source buffer is not visible.  (Only happens with M-x gdba.)
20896         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20897         documentation.
20898         (gdb-source, gdb-source-info): Update to assembler unnecessary
20899         as its done after each GDB command anyway.
20900         (gdb-pre-prompt): Use with-current-buffer.
20901         (gdb-insert-field): Add help-echo text.
20902         (gdb-invalidate-assembler): Re-display of assembler now done in
20903         gdb-info-breakpoints-custom.
20904         (gdb-info-breakpoints-custom): Force re-display of assembler to
20905         happen *after* update of breakpoints buffer.
20906         (gdb-display-source-buffer): Don't choke if gdb-source-window
20907         isn't visible.
20908         (gdb-put-string, gdb-put-arrow): Remove free variables.
20910 2003-08-24  John Paul Wallington  <jpw@gnu.org>
20912         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20914         * man.el (Man-default-man-entry): Strip text properties when
20915         snarfing parts of entry because `format' preserves properties.
20917 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
20919         * files.el (file-newest-backup): Use `expand-file-name'.
20921         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20922         Allow the diary to pop up a new frame, if needed.
20924         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20925         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20926         (smtpmail-send-it): Make treatment of envelope-from consistent with
20927         sendmail.el.
20929         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20930         (sh-leading-keywords): Add the bash `time' reserved word.
20931         (sh-variables): Add some bash variables.
20932         (sh-add-completer): Fix nil branch of case statement.
20934 2003-08-24  Masatake YAMATO  <jet@gyve.org>
20936         * progmodes/ld-script.el: New file.
20938 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
20940         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20942 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
20944         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20945         Better explain obsolescence, and what to use instead.
20947 2003-08-23  Masatake YAMATO  <jet@gyve.org>
20949         * pcvs.el (cvs-do-removal): Show the deleted file name
20950         on the prompt.
20952 2003-08-20  Dave Love  <fx@gnu.org>
20954         * international/mule.el (make-coding-system)
20955         (set-buffer-file-coding-system): Doc fix.
20957         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20959         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20961         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20963         * international/utf-16.el: Add mime-text-unsuitable coding system
20964         properties.
20966         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20968         * cus-edit.el: Add some :links.
20969         (bib): Remove.
20971         * textmodes/bib-mode.el (bib): Add :group external.
20973 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
20975         * wid-edit.el (widget-echo-help): Make it handle expressions that
20976         evaluate to strings.
20978 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
20980         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
20982         Simplify selection of SQL products to define highlighting and
20983         interactive mode.  Includes detailed instructions on adding
20984         support for new products.
20986         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
20987         product for use in highlighting and interactive mode.
20988         (sql-interactive-product): New variable.  SQL product for
20989         sql-interactive-mode.
20990         (sql-product-support): New variable.  Specifies product-specific
20991         parameters to drive highlighting and interactive mode.
20992         (sql-imenu-generic-expression): Add more object types.
20993         (sql-sqlite-options): Correct comment.
20994         (sql-ms-program): Use "osql" rather than "isql".
20995         (sql-prompt-regexp, sql-prompt-length): Update comment.
20996         (sql-mode-menu): Add "Start SQLi session" entry.
20997         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
20998         (sql-mode-abbrev-table): Add abbreviations.  Support of
20999         SYSTEM-FLAG on define-abbrev.  Support was removed with last
21000         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
21001         (sql-mode-font-lock-object-name): Add font-lock pattern for object
21002         names.
21003         (sql-mode-ansi-font-lock-keywords): Set as default value.
21004         (sql-mode-oracle-font-lock-keywords): Set as default value.
21005         Support Oracle 9i keywords.
21006         (sql-mode-postgres-font-lock-keywords): Set as default value.
21007         (sql-mode-linter-font-lock-keywords): Set as default value.
21008         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
21009         SQLServer 2000.
21010         (sql-mode-sybase-font-lock-keywords)
21011         (sql-mode-interbase-font-lock-keywords)
21012         (sql-mode-sqlite-font-lock-keywords)
21013         (sql-mode-strong-font-lock-keywords)
21014         (sql-mode-mysql-font-lock-keywords)
21015         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
21016         keywords.
21017         (sql-mode-font-lock-defaults): Update comment.
21018         (sql-product-feature): New function.  Returns feature associated
21019         with a product from `sql-product-support' alist.
21020         (sql-product-font-lock): New function.  Set font-lock support
21021         based on `sql-product'.
21022         (sql-add-product-keywords): New function.  Add font-lock rules to
21023         product-specific keyword variables.
21024         (sql-set-product): New function.  Set `sql-product' and apply
21025         appropriate font-lock highlighting.
21026         (sql-highlight-product): New function.  Set font-lock support
21027         based on a product.  Also set mode name to include product name.
21028         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
21029         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
21030         Use `sql-set-product'.
21031         (sql-highlight-ms-keywords)
21032         (sql-highlight-sybase-keywords)
21033         (sql-highlight-interbase-keywords)
21034         (sql-highlight-strong-keywords)
21035         (sql-highlight-mysql-keywords)
21036         (sql-highlight-sqlite-keywords)
21037         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
21038         (sql-get-login): Prompt in the same order as the tokens.
21039         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
21040         (sql-product-interactive): New function.  Common portions of
21041         product-specific interactive mode wrappers.
21042         (sql-interactive-mode): Rewritten to use product features.
21043         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
21044         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
21045         (sql-db2, sql-linter): Use `sql-product-interactive'.
21046         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
21047         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
21048         (sql-connect-ingres, sql-connect-postgres)
21049         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
21050         New functions.  Format command line parameters and invoke comint on
21051         the appropriate interpreter.  Code was in the corresponding
21052         `sql-xyz' function before.
21053         (sql-connect-ms): New function.  Support -E argument to use
21054         operating system credentials for authentication.
21056 2003-08-18  Kenichi Handa  <handa@m17n.org>
21058         * international/mule.el (encode-char): Fix for the ASCII case.
21060 2003-08-15  Kenichi Handa  <handa@m17n.org>
21062         * international/fontset.el (setup-default-fontset): Change "*" to
21063         nil in the specifications of font family.
21065 2003-08-18  Kim F. Storm  <storm@cua.dk>
21067         * kmacro.el (kmacro-keymap): Group related bindings in
21068         initialization for clarity.  Bind C-s to start macro.
21069         Remove C-r binding.
21070         (kmacro-initial-counter-value): New defvar to hold initial counter
21071         value in case we set the value before defining a macro.
21072         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
21073         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
21074         not defining or executing macro.  Doc fix.
21075         (kmacro-add-counter): Clear kmacro-initial-counter-value.
21076         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
21077         temporarily view older elements on the macro ring without cycling
21078         the ring.
21079         (kmacro-display): Doc fix.
21080         (kmacro-exec-ring-item): New helper function.
21081         (kmacro-call-ring-2nd): Use it.
21082         (kmacro-call-ring-2nd-repeat): Doc fix.
21083         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
21084         (kmacro-end-or-call-macro): Execute last viewed macro (using
21085         kmacro-exec-ring-item) from ring if this follows
21086         kmacro-view-macro.  This allows us to find a macro on the ring
21087         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
21088         the ring to bring it to the head of the ring.
21089         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
21090         Allow binding to reserved keys without specifying C-x C-k prefix.
21091         Ask for confirmation if entered key sequence is already bound to
21092         a non-macro command.
21093         (kmacro-view-macro): Repeating command will show older elements
21094         on the macro ring; C-k will execute the last viewed macro.
21095         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
21096         property from 'ring to 'head.
21098 2003-08-17  Alan Shutko  <ats@acm.org>
21100         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
21101         keeping December out of the alist.
21103 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
21105         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
21106         * calendar/calendar.el (calendar-mode-map): Bind it to key.
21107         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
21108         (calendar-flatten): New function.
21109         (calendar-mouse-view-other-diary-entries)
21110         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
21111         in the menu title and to show multi-line diary entries correctly
21112         in the menu.
21114 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
21116         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
21117         defcustom, because the default was recently changed.
21119 2003-08-16  Richard M. Stallman  <rms@gnu.org>
21121         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
21123         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
21124         New subroutine, broken out of eval-last-sexp-1.
21125         (eval-last-sexp-1): Use eval-last-sexp-print-value.
21127         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
21129         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
21131         * simple.el (eval-expression): Use eval-last-sexp-print-value.
21133 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
21135         * progmodes/compile.el (compilation-error-regexp-alist):
21136         Add Java ANt error detection as described in document
21137         http://ant.apache.org/faq.html
21139 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
21141         * simple.el (backward-word, forward-to-indentation)
21142         (backward-to-indentation): Argument changed to optional.
21143         (next-line, previous-line): Use `or' instead of `unless'.
21145 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21147         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
21148         instead of a constant.
21150 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
21152         * shell.el (shell): With prefix-arg, suggest a new buffer name.
21154 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
21156         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
21157         (vc-sccs-workfile-version): Search the entire delta table, rather
21158         than just the first entry, because that might be a deleted version.
21160 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
21162         * menu-bar.el (menu-bar-options-menu): Supply a body for the
21163         [save-place] binding in the Options menu.  Have it require
21164         'saveplace' and then toggle the variable manually, to avoid an an
21165         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
21166         for the bug report.
21168 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
21170         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
21171         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
21172         (gdb-info-threads-custom): Add help-echo text.
21173         (gdb-display-back): Don't use purecopy.
21174         (gdb-info-breakpoints-custom, gdb-reset)
21175         (gdb-assembler-custom): Use display-images-p to test if breakpoint
21176         icons can be displayed.
21178 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
21180         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
21182 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
21184         * bookmark.el (bookmark-completing-read):
21185         Return a string, instead of a list of one string.
21186         Use a popup menu if activated from the mouse.
21187         (bookmark-edit-annotation): Remove unused vars.
21188         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
21189         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
21190         to bookmark-completing-read.
21191         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
21192         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
21193         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
21194         and erase-buffer.
21195         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
21196         (bookmark-menu-jump, bookmark-menu-insert)
21197         (bookmark-popup-menu-and-apply-function)
21198         (bookmark-menu-popup-paned-bookmark-menu): Remove.
21199         (bookmark-menu-build-paned-menu): Remove by folding it into
21200         bookmark-menu-popup-paned-menu.
21201         (menu-bar-bookmark-map): Move the define-key statements here.
21202         Use the "non-menu" commands since they now pop up a menu if needed.
21203         (bookmark-exit-hook-internal): Simplify.
21205 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
21207         * reftex-toc.el (reftex-toc-rename-label): New function.
21208         (reftex-toc-check-docstruct): New function.
21210         * reftex.el (reftex-region-active-p): New function.
21212         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
21213         regexp to find the \bibliography macro.
21215         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
21216         which does not exist in LaTeX.
21217         (reftex-cite-format-builtin): Added amsrefs support.
21218         (reftex-toc-confirm-promotion): New option
21220         * reftex-toc.el
21221         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
21222         (reftex-toc-demote, reftex-toc-promote)
21223         (reftex-toc-do-promote, reftex-toc-promote-prepare)
21224         (reftex-toc-promote-action, reftex-toc-extract-section-number)
21225         (reftex-toc-newhead-from-alist)
21226         (reftex-toc-load-all-files-for-promotion): New functions.
21227         (reftex-toc-help): Added description of new keys.
21228         (reftex-toc-split-windows-fraction): New option.
21229         (reftex-recenter-toc-when-idle): Search *toc* window on all
21230         visible frames.
21231         (reftex-toc): Additional parameter REUSE
21232         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
21233         with REUSE argument.
21234         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
21235         the call of `reftex-toc'.
21236         (reftex-make-separate-toc-frame): New function .
21237         (reftex-toc-recenter): When called with triple prefix arg, call
21238         `reftex-make-separate-toc-frame' first.
21239         (reftex-toc-toggle-dedicated-frame): New command.
21240         (reftex-toc-quit): Adapted to delete frame when called in
21241         dedicated frame.
21243         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
21244         all enclosing macros.
21247 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21249         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
21250         first use.
21252 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21254         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
21256 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
21258         * calendar/calendar.el (list-diary-entries-hook)
21259         (diary-display-hook, nongregorian-diary-listing-hook)
21260         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
21261         Add some customize options for these hooks.
21262         (calendar-abbrev-construct): Don't try to take a substring longer
21263         than the original string.
21265 2003-08-05  Richard M. Stallman  <rms@gnu.org>
21267         * emacs-lisp/testcover.el (noreturn): Report error if does return.
21268         (testcover-reinstrument-clauses): Doc fix.
21270         * emacs-lisp/warnings.el: Doc fixes, args renamed.
21271         (warning-type-format): Rename from warning-group-format.
21273         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
21274         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
21275         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
21276         to prevent warnings about defvar for an obsolete variable.
21278         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
21279         warning-group-format renamed to warning-type-format.
21281         * subr.el (read-passwd): Use clear-string instead of fillarray.
21283         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
21284         Use vconcat instead of concat.
21285         (edmacro-sanitize-for-string): New function.
21287 2003-08-05  Dave Love  <fx@gnu.org>
21289         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
21290         line-number-display-limit-width.
21292         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
21294 2003-08-05  Kenichi Handa  <handa@m17n.org>
21296         * international/code-pages.el: Don't require mule-diag.
21298         * international/mule-diag.el (non-iso-charset-alist):
21299         Add autoload cookie.
21301         * language/devan-util.el (dev-glyph-order): Add an entry for the
21302         glyph code #xC4.
21304 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
21306         * calendar/calendar.el (diary-file, diary-file-name-prefix)
21307         (european-calendar-style, diary-date-forms)
21308         (calendar-day-name-array, calendar-month-name-array): Doc change.
21309         (generate-calendar-month): Adapt for new behaviour of
21310         `calendar-day-name' function.
21311         (calendar-abbrev-length, calendar-day-abbrev-array)
21312         (calendar-month-abbrev-array): New variables.
21313         (calendar-abbrev-construct): New function.
21314         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
21315         rather than fixing abbrevs at some width.  Calling syntax change.
21316         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
21317         (calendar-date-string): Adapt for new behaviours of
21318         `calendar-day-name' and `calendar-month-name' functions.
21320         * calendar/diary-lib.el (list-diary-entries): Adapt for new
21321         behaviour of `calendar-day-name' and `calendar-month-name' functions.
21322         (diary-name-pattern): Use abbrev arrays, rather than fixing
21323         abbrevs at three chars.  Calling syntax change.
21324         (mark-diary-entries): Adapt for new behaviours of
21325         `diary-name-pattern' and `calendar-make-alist' functions.
21326         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
21327         `diary-name-pattern' function.
21328         (font-lock-diary-date-forms): Use abbrev arrays, rather than
21329         fixing abbrevs at three chars.  Calling syntax change.
21330         (cal-hebrew, cal-islam): Require when compiling.
21331         (diary-font-lock-keywords): Adapt for new behaviour of
21332         `font-lock-diary-date-forms' function.
21334         * calendar/cal-hebrew.el: Reposition some code so defined before used.
21335         (calendar-hebrew-month-name-array-common-year)
21336         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
21337         (list-hebrew-diary-entries): Adapt for new behaviours of
21338         `calendar-day-name' and `add-to-diary-list' functions.
21339         (mark-hebrew-diary-entries): Adapt for new behaviours of
21340         `diary-name-pattern' and `calendar-make-alist' functions.
21342         * calendar/cal-islam.el (calendar-islamic-month-name-array):
21343         Add doc string.
21344         (list-islamic-diary-entries): Adapt for new behaviours of
21345         `calendar-day-name' and `add-to-diary-list' functions.
21346         (mark-islamic-diary-entries): Adapt for new behaviours of
21347         `diary-name-pattern' and `calendar-make-alist' functions.
21349         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
21350         `calendar-month-name' function.
21352         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
21354         * calendar/solar.el (solar-seasons-data): Move definition before use.
21356         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
21357         (cal-tex-LaTeX-hourbox): Move definition before use.
21359         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
21360         * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
21361         * lunar.el, solar.el (displayed-month, displayed-year):
21362         Define for compiler.
21364 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
21366         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
21367         MODE.  Renamed from c-init-c-language-vars'.
21368         (c-initialize-cc-mode): Change accordingly.
21369         (c-common-init): Ditto.
21370         (c-mode): Ditto.
21371         (c++-mode): Use `c-init-language-vars-for'.
21372         (objc-mode): Ditto.
21373         (java-mode): Ditto.
21374         (idl-mode): Ditto.
21375         (pike-mode): Ditto.
21376         (awk-mode): Ditto.
21378 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
21380         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
21381         or not the point moved.
21383         (c-search-decl-header-end): Don't trip up on operator identifiers
21384         in C++ and operators like == in all languages.
21386         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21387         Detect leading labels correctly.
21389 2003-08-02  Andreas Schwab  <schwab@suse.de>
21391         * textmodes/ispell.el: Don't redo key bindings on loading, put
21392         them only in loaddefs.el.
21393         * bookmark.el: Likewise.
21394         * dabbrev.el: Likewise.
21395         * emerge.el: Likewise.
21397         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
21398         has more than one member.
21400         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
21402 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21404         * lpr.el (printify-region): It was ending conversion before the
21405         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
21407 2003-07-31  John Paul Wallington  <jpw@gnu.org>
21409         * net/browse-url.el (browse-url-epiphany): Doc fix.
21411 2003-07-30  Kenichi Handa  <handa@m17n.org>
21413         * international/fontset.el (setup-default-fontset):
21414         Change registry names of Akurti fonts.
21416 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21418         * comint.el (comint-read-noecho): Use `clear-string' instead of
21419         `fillarray'.
21421 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
21423         * outline.el (outline-mode-hook): Add defvar.
21425 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
21427         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21428         Restore assembler in source window if that is what has been selected.
21429         (menu): Add gdb-restore-windows to menu.  Make gdba
21430         specific menus only visible from gdba.
21432 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
21434         * progmodes/compile.el (compilation-environment): New user variable.
21435         (compile-internal): Respect it.
21437 2003-07-23  Masatake YAMATO  <jet@gyve.org>
21439         * progmodes/gud.el (gdb-script-font-lock-keywords):
21440         Put `font-lock-function-name-face' on a symbol which includes
21441         `-' like `hook-run'.  Put font-lock-variable-name-face
21442         on a symbol starting with $.
21444 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
21446         * files.el (set-visited-file-name): Use truename for buffer-file-name.
21448 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
21450         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21452 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
21454         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21455         Use with-no-warnings.
21456         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21457         rather than to find-file-not-found-hook, which doesn't exist.
21459 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
21461         * international/quail.el (quail-translate-key): Fix previous change.
21463 2003-07-25  John Paul Wallington  <jpw@gnu.org>
21465         * server.el (server-start): Check `server-process' is non-nil
21466         before killing it to avoid killing current buffer's process.
21468         * simple.el (choose-completion-string): Use `minibufferp';
21469         test `completion-reference-buffer' if `buffer' arg is nil.
21470         (push-mark): Use `when' and `unless'.
21471         (pop-mark): Use `when'.
21473         * mouse-sel.el (mouse-sel-get-selection-function):
21474         Check `x-last-selected-text-primary'.  Don't barf if it or
21475         `x-last-selected-text' aren't bound.
21477 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
21479         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21481 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
21483         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21485 2003-07-23  John Paul Wallington  <jpw@gnu.org>
21487         * tooltip.el (defface tooltip): Inherit from variable-pitch.
21489 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
21491         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21492         string.  Defvar the derived hook.
21494         * macros.el (insert-kbd-macro): Escape double quote character.
21495         From Thomas W Murphy <twm@andrew.cmu.edu>.
21497 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
21499         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21500         to match the specific mark rather than reusing comment-start-skip.
21502 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
21504         * progmodes/hideshow.el (hs-special-modes-alist):
21505         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
21507 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
21509         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21510         value using ?\s.
21512 2003-07-21  John Paul Wallington  <jpw@gnu.org>
21514         * subr.el (with-selected-window): Add closing paren.
21516 2003-07-21  Richard M. Stallman  <rms@gnu.org>
21518         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21519         (lisp-mode): Likewise.
21521         * subr.el (with-selected-window): Copy code form save-selected-window
21522         so as to call select-window with norecord arg.
21523         (dynamic-completion-table): Doc fix.
21524         (lazy-completion-table): Doc fix.
21526         * international/mule-cmds.el (set-locale-environment):
21527         langinfo renamed to locale-info.
21529         * international/mule.el (auto-coding-functions): Doc fix.
21531 2003-07-21  Kenichi Handa  <handa@m17n.org>
21533         * international/quail.el (quail-translate-key):
21534         Update quail-current-str correctly.
21536 2003-07-21  Andreas Schwab  <schwab@suse.de>
21538         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21539         ?, to "_".
21541 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
21542         Version 2.0.36 of Tramp released.
21544         * net/tramp.el (tramp-default-password-end-of-line): Rename from
21545         tramp-password-end-of-line.
21546         (tramp-password-end-of-line): New method parameter.
21547         (tramp-get-password-end-of-line): Function to access method
21548         parameter `tramp-password-end-of-line', or variable
21549         `tramp-default-password-end-of-line' (default value).
21550         (tramp-methods): Add entries for new parameter
21551         tramp-password-end-of-line.
21552         (tramp-enter-password): Use new function
21553         `tramp-get-password-end-of-line'.
21554         (tramp-handle-insert-file-contents): Do not
21555         unconditionally inhibit the file operation file-local-copy, only
21556         do that when the inhibit-file-name-operation is currently
21557         insert-file-contents.  This fixes finding remote CVS-controlled
21558         files.  (It would barf on inserting the CVS/Entries file
21559         literally, because the file-local-copy handler wasn't called.)
21560         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21561         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21562         (tramp-initial-commands): New variable.
21563         (tramp-process-initial-commands): New function, using the variable.
21564         (tramp-open-connection-setup-interactive-shell): Call the new function.
21565         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21566         method into the buffer name, never use nil.  Reported by Hanak
21567         David <dhanak@inf.bme.hu>.
21568         (tramp-open-connection-setup-interactive-shell): Erase buffer
21569         before sending "stty -onlcr".
21571         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21573 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
21575         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21577 2003-07-19  John Paul Wallington  <jpw@gnu.org>
21579         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21580         (artist-draw-rect, artist-draw-square): Doc fixes.
21582         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21584         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21586 2003-07-19  Kenichi Handa  <handa@m17n.org>
21588         * international/kkc.el (kkc-show-conversion-list-update):
21589         Highlight the correct candidate in the message.
21591 2003-07-18  John Paul Wallington  <jpw@gnu.org>
21593         * simple.el (current-word): Don't include punctuation char when
21594         `really-word' arg is non-nil.
21596 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
21598         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21599         moved to the directory obsolete.
21601 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
21603         * info.el (Info-menu-entry-name-re): Allow newlines in
21604         menu entry names.
21606         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21607         syntax-ppss-after-change-function.
21608         (syntax-ppss-after-change-function): New alias.  Update uses.
21609         (syntax-ppss): Catch the case where the buffer is narrowed.
21611 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
21613         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21614         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21616 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
21618         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21619         since it might be modified.
21621         * progmodes/cc-langs.el (c++-make-template-syntax-table)
21622         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21623         names to these language constants.
21625 2003-07-15  Kim F. Storm  <storm@cua.dk>
21627         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21628         All uses changed.
21630 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
21632         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21633         Namespace support.
21635 2003-07-13  Juanma Barranquero  <lektu@terra.es>
21637         * frame.el (modify-all-frames-parameters): Reinstall (copyright
21638         papers received).
21640 2003-07-13  Karl Eichwalder  <ke@suse.de>
21642         * textmodes/po.el (po-find-charset): White space at the start of the
21643         Content-Type field body is non-mandatory.
21645 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
21647         * textmodes/texinfo.el (texinfo-section-list):
21648         Append appendixsection; a synonym for appendixsec.
21650 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
21652         * man.el (Man-translate-cleanup): New.
21653         (Man-translate-references): Call `Man-translate-cleanup' to clean
21654         leading, trailing and middle spaces.
21656 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
21658         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21659         Handle `dired-directory' being a list.
21661 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21663         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21664         it doesn't exist.
21666 2003-07-12  Richard M. Stallman  <rms@gnu.org>
21668         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21670         * progmodes/cc-defs.el (c-make-keywords-re):
21671         Don't use delete-duplicates.
21672         (c-lang-const): Don't use mapcan.
21674         * apropos.el (apropos-show-scores): Make it customizable.
21675         Document new meaning.
21676         (apropos): Compute scores from symbols.
21677         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21679 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21681         * ps-bdf.el: Fix copyright line.
21682         (bdf-directory-list): Fix initialization code.
21684 2003-07-11  John Paul Wallington  <jpw@gnu.org>
21686         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21687         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21688         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21690 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
21692         * emacs-lisp/ring.el (ring-elements): Doc fix.
21694 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
21696         * calendar/timeclock.el (timeclock-relative)
21697         (timeclock-ask-before-exiting, timeclock-use-display-time):
21698         Doc changes.
21699         (timeclock-modeline-display): Give a message if
21700         `timeclock-use-display-time' is non-nil but `display-time-mode'
21701         is not active.
21703 2003-07-11  Kenichi Handa  <handa@m17n.org>
21705         * international/mule-cmds.el (set-language-environment):
21706         Set current-language-environment to the correct string.
21708 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21710         * ps-print.el: Print line number correctly in a region.  Reported by
21711         Tim Allen <timallen@ls83.fsnet.co.uk>.
21712         (ps-print-version): New version number (6.6.2).
21713         (ps-printing-region): Code fix.
21715 2003-07-10  John Paul Wallington  <jpw@gnu.org>
21717         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21718         this function can be called from `add-completions-from-tags-table'.
21720 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
21722         * calendar/timeclock.el (timeclock-use-display-time)
21723         (timeclock-day-over-hook, timeclock-workday-remaining)
21724         (timeclock-status-string, timeclock-when-to-leave)
21725         (timeclock-when-to-leave-string, timeclock-log-data)
21726         (timeclock-find-discrep, timeclock-day-base)
21727         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21728         (timeclock-modeline-display): Set the variable
21729         `timeclock-modeline-display'.
21730         (timeclock-update-modeline): Doc fix.  Respect value of
21731         `timeclock-relative'.
21733 2003-07-09  Richard M. Stallman  <rms@gnu.org>
21735         * textmodes/reftex-parse.el (reftex-all-document-files):
21736         Add autoload cookie.
21738         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21739         (reftex-scanning-info-available-p): Add autoload cookie.
21741         * international/mule-cmds.el
21742         (set-display-table-and-terminal-coding-system): Delete duplicate
21743         aset on standard-display-table.
21745         * view.el (view-file): If existing buffer's major mode is special,
21746         don't go into view mode.
21748         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21750 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21752         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21753         buffer changes; there's third party code that calls this function
21754         directly.
21756 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21758         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21759         (autodoc-font-lock-keywords): Don't byte compile on font lock
21760         initialization when running from byte compiled files.
21762 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21764         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21765         statement ends with auto-increment "++".
21767 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21769         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21770         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21771         these are changed, so declare them as variables and not constants.
21773 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
21775         * subr.el (dolist, dotimes): Doc fix.
21777 2003-07-08  Kim F. Storm  <storm@cua.dk>
21779         * international/mule-cmds.el
21780         (set-display-table-and-terminal-coding-system): Don't break
21781         bootstrap if standard-display-table isn't setup yet.
21783 2003-07-07  Richard M. Stallman  <rms@gnu.org>
21785         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21786         Give it a doc string, and autoload it.
21788         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21789         Use with-no-warnings.
21791         * info.el (Info-search): If find invisible text, search again.
21793         * isearch.el (search-whitespace-regexp): Add a shy group around it.
21795         * man.el (Man-name-regexp): Match + as part of name.
21797         * simple.el (visible-mode): Rename from vis-mode.
21798         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21800         * simple.el (current-word): New arg REALLY-WORD specifies
21801         don't include punctuation chars.
21803         * emacs-lisp/debug.el (debug, debugger-env-macro):
21804         Use with-no-warnings while accessing and binding unread-command-char.
21806         * international/mule-cmds.el
21807         (set-display-table-and-terminal-coding-system): Use explicit loop
21808         instead of calling standard-display-default.
21810         * net/ange-ftp.el (ange-ftp-file-symlink-p):
21811         Use condition-case to catch error in ange-ftp-get-files.
21813         * net/browse-url.el (browse-url-browser-function):
21814         Add alternative for Epiphany.
21815         (browse-url-epiphany-program, browse-url-epiphany-arguments)
21816         (browse-url-epiphany-startup-arguments)
21817         (browse-url-epiphany-new-window-is-tab): New variables.
21818         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21820         * progmodes/compile.el (compile-auto-highlight): Default now t.
21821         (compile): Doc fix.
21822         (compilation-next-error): Fix previous change.
21824         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21826         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21828 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
21830         * gdb-ui.el (gdb-source-info): Display current frame when
21831         attaching to an existing process.
21832         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21833         while laying out windows when attaching to an existing process.
21835 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
21837         * info.el (Info-menu): Use Info-menu-entry-name-re.
21839 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
21841         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21842         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21844         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21845         to match the same text.
21847 2003-07-06  John Paul Wallington  <jpw@gnu.org>
21849         * vc.el (vc-annotate-offset): Move defvar up.
21851 2003-07-06  Kim F. Storm  <storm@cua.dk>
21853         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21854         This should fix the infinite loop when extracting menu names.
21856 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
21858         * files.el (auto-mode-alist, interpreter-mode-alist):
21859         Remove entries to CC Mode modes to avoid duplicates; they are now added
21860         with autoload directives in cc-mode.el.
21862 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
21864         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21865         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21866         these are changed, so declare them as variables and not constants.
21868         * progmodes/cc-mode.el: Fix some autoload problems: Try to
21869         ensure that the entry for ".c" extension comes before the one for
21870         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21871         Fix incorrect entries that were added to `interpreter-mode-alist'.
21872         Move the autoload directives for AWK to the top level since they
21873         aren't recognized anywhere else.  Do not use the new AWK mode doc
21874         in the autoload form for the old AWK mode.
21876 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21878         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21879         (bibtex-sort-ignore-string-entries): Default value t.
21880         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21881         erroneously in previous version.
21882         (bibtex-string-files): Docstring reflects new parsing scheme.
21883         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21884         docstring, add # as one of the chars to crush
21885         (bibtex-autokey-prefix-string, bibtex-autokey-names)
21886         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21887         (bibtex-autokey-name-change-strings)
21888         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21889         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21890         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21891         (bibtex-autokey-title-terminators)
21892         (bibtex-autokey-titlewords-stretch)
21893         (bibtex-autokey-titleword-ignore)
21894         (bibtex-autokey-titleword-case-convert)
21895         (bibtex-autokey-titleword-abbrevs)
21896         (bibtex-autokey-titleword-abbrevs)
21897         (bibtex-autokey-titleword-change-strings)
21898         (bibtex-autokey-titleword-length)
21899         (bibtex-autokey-titleword-separator)
21900         (bibtex-autokey-name-year-separator)
21901         (bibtex-autokey-year-title-separator)
21902         (bibtex-autokey-before-presentation-function)
21903         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21904         Fix docstring.
21905         (bibtex-strings, bibtex-reference-keys):
21906         Use lazy-completion-table and make-variable-buffer-local.
21907         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21908         (bibtex-braced-string-syntax-table)
21909         (bibtex-quoted-string-syntax-table): New variables.
21910         (bibtex-parse-nested-braces): Remove.
21911         (bibtex-parse-field-string): Use syntax table and forward-sexp.
21912         (bibtex-parse-association): Simplify.
21913         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21914         (bibtex-parse-field-text): Simplify.
21915         (bibtex-search-forward-field, bibtex-search-backward-field):
21916         argument BOUND can take value t.
21917         (bibtex-start-of-field, bibtex-start-of-name-in-field)
21918         (bibtex-end-of-name-in-field, bibtex-end-of-field)
21919         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21920         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21921         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21922         (bibtex-skip-to-valid-entry): Return buffer position of beginning
21923         and ending of entry.  Update for changes of bibtex-search-entry.
21924         Simplify.
21925         (bibtex-map-entries): FUN is called with three arguments.
21926         (bibtex-search-entry): Return a cons pair with buffer positions of
21927         beginning and end of entry.
21928         (bibtex-enclosing-field): Simplify.
21929         (bibtex-format-entry): Use booktitle to set a missing title.
21930         (bibtex-autokey-get-names): Fiddle with regexps.
21931         (bibtex-generate-autokey): Use identity.
21932         (bibtex-parse-keys): Use simplified parsing algorithm if
21933         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
21934         arguments.  Return alist of keys.
21935         (bibtex-parse-strings): Simplify.  Return alist of strings.
21936         (bibtex-complete-string-cleanup): Fix docstring.
21937         (bibtex-read-key): New function.
21938         (bibtex-mode): Fix docstring.  Do not parse for keys and
21939         strings when the mode is entered.  Set fill-paragraph-function to
21940         bibtex-fill-field.  Setup font-lock-mark-block-function the way
21941         font-lock intended.
21942         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
21943         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21944         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21945         (bibtex-Preamble): Avoid hard coded constants.
21946         (bibtex-make-field): Fix docstring.  Simplify.
21947         (bibtex-beginning-of-entry): Always return new position of point.
21948         (bibtex-end-of-entry): Rearrange cond clauses.
21949         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21950         Update for changes of bibtex-map-entries.
21951         (bibtex-ispell-abstract): Do not move point.
21952         (bibtex-entry-index): Use downcase.  Simplify.
21953         (bibtex-lessp): Handle catch-all.
21954         (bibtex-find-crossref): Turn into a command.
21955         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
21956         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
21957         preamble entries.
21958         (bibtex-fill-field-bounds): New function.
21959         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
21960         (bibtex-fill-entry): Use bibtex-fill-field-bounds
21961         (bibtex-String): Use bibtex-strings.  Always obey
21962         bibtex-sort-ignore-string-entries.
21964 2003-07-05  John Paul Wallington  <jpw@gnu.org>
21966         * cus-theme.el (customize-create-theme):
21967         Call `customize-create-theme' in Reset widget's notify function.
21969         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21970         (ibuffer-mark-interactive): Use `or' instead of `unless'.
21971         (define-ibuffer-column name): Add summarizer.
21972         (define-ibuffer-column size): Likewise.
21973         (define-ibuffer-column filename): Likewise.
21974         (define-ibuffer-column process): Likewise.  Change BODY's output too.
21975         (define-ibuffer-column filename-and-process): Likewise, likewise.
21976         (ibuffer): Remove local vars `already-in' and `need-update'.
21978         * ibuf-ext.el: Don't require `derived' at compile-time.
21980 2003-07-05  Kim F. Storm  <storm@cua.dk>
21982         * info.el: Disable paragraph refilling.
21983         (Info-refill-paragraphs): New defcustom.
21984         (Info-fontify-node): Use it.
21986 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
21988         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21989         thingies from constructors created by defstruct.
21991         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21992         the default value of the variable.
21993         (byte-code-meter): Move declaration to top level.
21995         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21997         * info.el (Info-following-node-name-re): New fun.
21998         (Info-following-node-name): Remove.
21999         (Info-insert-dir): Use the new fun.
22000         (Info-extract-pointer): Don't save restriction; use new fun.
22001         (Info-menu-entry-name-re): New const.
22002         (Info-menu-entry-name-re): Use it along with new fun.
22003         (Info-node-spec-re): Use new fun.
22004         (Info-complete-menu-item, Info-fontify-node): Use new const.
22005         (Info-goto-node, Info-follow-reference, Info-menu-update):
22006         Use match-string.
22007         (Info-follow-reference): Use assoc-string.
22008         Use a list of strings for the completion table.
22009         (Info-fontify-node): Use match-string, line-end-position.
22010         Limit the search for `node:' to the first line.
22012         * newcomment.el (uncomment-region): Remove padding coming from
22013         comment-start rather than just from comment-padding.
22015         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
22016         (vc-cvs-stay-local-p): Use vc-stay-local-p.
22017         (vc-cvs-rename-file): Remove (use the default).
22018         (vc-cvs-register): Register parent dir if needed.
22019         (vc-cvs-could-register): Return non-nil if parent can be registered.
22020         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
22021         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
22023         * vc-svn.el (vc-svn-use-edit): Make it into a const.
22024         (vc-svn-update): Fix the arguments to `svn'.
22025         (vc-svn-diff-tree): Just use `vc-svn-diff'.
22026         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
22027         Simple implementations, assuming `name' is a URL.
22029         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
22030         set of chars allowed unquoted in a case pattern.
22032         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
22034         * font-lock.el (font-lock-extra-types-widget)
22035         (c-font-lock-extra-types, c++-font-lock-extra-types)
22036         (objc-font-lock-extra-types, java-font-lock-extra-types)
22037         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
22038         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
22039         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
22040         (font-lock-match-c++-structor-declaration)
22041         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
22042         (c++-font-lock-keywords-3, c++-font-lock-keywords)
22043         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
22044         (objc-font-lock-keywords-3, objc-font-lock-keywords)
22045         (java-font-lock-keywords-1, java-font-lock-keywords-2)
22046         (java-font-lock-keywords-3, java-font-lock-keywords)
22047         (java-font-lock-syntactic-face-function): Remove obsolete code
22048         and constants.  It's all in cc-fonts.el now.
22050 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
22052         * mail/sendmail.el (mail-specify-envelope-from)
22053         (mail-envelope-from): Doc fix.
22055 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
22057         * generic-x.el: Do away with the dependency on `c-emacs-features'
22058         when populating `rul-generic-mode-syntax-table'; we already know
22059         this isn't XEmacs.
22061 See ChangeLog.10 for earlier changes.
22063 ;; Local Variables:
22064 ;; coding: iso-2022-7bit
22065 ;; End:
22067     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
22068   Copying and distribution of this file, with or without modification,
22069   are permitted provided the copyright notice and this notice are preserved.
22071 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1