*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobabf0077c48ec8541af501c6654de71b6b499961c
1 2005-06-23  Kim F. Storm  <storm@cua.dk>
3         * subr.el (save-match-data): Add comment about using evaporate arg
4         to set-match-data.
6 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
8         * cus-edit.el (customize-face)
9         (customize-face-other-window): Handle face aliases.
11         * faces.el (face-documentation, set-face-attribute)
12         (face-spec-set): Handle face aliases.
14 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
16         * help-mode.el (help-make-xrefs): If a symbol representing a face
17         name is not followed by the word "face", it could still be a
18         function or variable name, so don't bypass other checks.
20 2005-06-22  Juri Linkov  <juri@jurta.org>
22         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
23         Replace aliased functions with calls where second arg `inherit' is t.
25 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
27         * progmodes/gdb-ui.el (gdb-error): New variable.
28         (gdb-error): New function.
29         (gdb-annotation-rules): Act on error-begin and error annotations.
30         (gdb-concat-output): Use font-lock-warning-face for errors.
32 2005-06-22  Miles Bader  <miles@gnu.org>
34         * bindings.el (propertized-buffer-identification): Use renamed
35         `Buffer-menu-buffer' face.
37         * faces.el (vertical-border): Renamed from `vertical-divider'.
38         (escape-glyph): Change dark-background color back to `cyan'.
40 2005-06-21  Juri Linkov  <juri@jurta.org>
42         * faces.el (face-user-default-spec): Try getting `customized-face'
43         prior to `saved-face'.
44         (frame-background-mode): Refill docstring.
46         * emacs-lisp/lisp-mode.el (eval-defun-1):
47         * emacs-lisp/edebug.el (edebug-eval-defun):
48         Set `saved-face' temporarily to nil before calling form.
49         Set `customized-face' to the new spec after that.
51 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
53         * subr.el (1value, lambda, key-substitution-in-progress):
54         Doc fixes.
56         * autoinsert.el (auto-insert-alist):
57         * ses.el (ses-call-printer):
58         * subr.el (noreturn):
59         * emacs-lisp/lisp.el (check-parens):
60         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
61         * net/browse-url.el (browse-url-mosaic):
62         * progmodes/cc-defs.el (c-safe-scan-lists):
63         * progmodes/ebnf-abn.el (ebnf-abn-lex):
64         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
65         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
66         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
67         * progmodes/ebnf-iso.el (ebnf-iso-lex):
68         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
70 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
72         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
74 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
76         * calendar/appt.el (appt-make-list): Activate the package, if
77         not already active (for backwards compatibility).
79 2005-06-20  Kim F. Storm  <storm@cua.dk>
81         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
83 2005-06-20  Miles Bader  <miles@gnu.org>
85         * faces.el (vertical-divider): New face.
87 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
89         * simple.el (kill-whole-line): Doc fix.
90         (next-error-buffer-p, next-error-find-buffer)
91         (clone-indirect-buffer): Fix typos in docstrings.
92         (comment-line-break-function): Doc fix: don't say variable
93         is automatically buffer-local (it isn't).
95 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
97         * net/tramp-ftp.el (top):
98         * net/tramp-smb.el (top):
99         * net/tramp-util.el (top):
100         * net/tramp-uu.el (top):
101         * net/tramp-vc.el (top):
102         * net/tramp.el (top): Revert copyright years back to original
103         ones.  Tramp has a life outside GNU Emacs.
105 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
107         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
109 2005-06-18  Juri Linkov  <juri@jurta.org>
111         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
112         end of first regexp to limit the match to the position between
113         line number and source line with same separator character as used
114         between file name and line number.  In the second regexp limit
115         mouse-face area to file name and line number by adding new group
116         for them and referring it in HYPERLINK arg.
117         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
118         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
119         previous line where grep markers may be already removed.
121 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
123         * progmodes/ps-mode.el: Update version and maintainer's email
124         address.
126 2005-06-18  Steve Youngs  <steve@xemacs.org>
128         * net/browse-url.el (browse-url-browser-function)
129         (browse-url-default-browser): Add firefox.
130         (browse-url-firefox-program, browse-url-firefox-arguments)
131         (browse-url-firefox-startup-arguments)
132         (browse-url-firefox-new-window-is-tab): New defcustoms.
133         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
135 2005-06-17  Richard M. Stallman  <rms@gnu.org>
137         * startup.el (command-line): Warn if specified user name has
138         no home directory.
140         * term.el (term-get-old-input, term-input-filter, term-input-sender)
141         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
143         * longlines.el (longlines-mode, longlines-show-hard-newlines):
144         Doc fixes.
146         * faces.el (underline): Try bold if terminal doesn't support underline.
148         * mail/sendmail.el (mail-setup-with-from): New variable.
149         (mail-insert-from-field): New function.
150         (sendmail-send-it): Call it.
151         (mail-setup): Optionally call it here.
153         * term/linux.el: Call tty-no-underline.
155 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
157         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
159 2005-06-17  Miles Bader  <miles@gnu.org>
161         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
162         (ediff-current-diff-C, ediff-current-diff-Ancestor)
163         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
164         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
165         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
166         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
167         Remove "-face" suffix from face names.
168         (ediff-current-diff-face-A, ediff-current-diff-face-B)
169         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
170         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
171         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
172         (ediff-even-diff-face-A, ediff-even-diff-face-B)
173         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
174         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
175         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
176         New backward-compatibility aliases for renamed faces.
177         (ediff-current-diff-face-A, ediff-current-diff-face-B)
178         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
179         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
180         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
181         (ediff-even-diff-face-A, ediff-even-diff-face-B)
182         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
183         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
184         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
185         Use renamed ediff faces.
187         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
188         Remove "-face" suffix from face names.
189         (eshell-test-ok-face, eshell-test-failed-face):
190         New backward-compatibility aliases for renamed faces.
191         (eshell-run-test): Use renamed eshell-test faces.
193         * eshell/em-prompt.el (eshell-prompt):
194         Remove "-face" suffix from face name.
195         (eshell-prompt-face): New backward-compatibility alias for renamed face.
196         (eshell-emit-prompt): Use renamed eshell-prompt face.
198         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
199         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
200         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
201         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
202         Remove "-face" suffix from face names.
203         (eshell-ls-directory-face, eshell-ls-symlink-face)
204         (eshell-ls-executable-face, eshell-ls-readonly-face)
205         (eshell-ls-unreadable-face, eshell-ls-special-face)
206         (eshell-ls-missing-face, eshell-ls-archive-face)
207         (eshell-ls-backup-face, eshell-ls-product-face)
208         (eshell-ls-clutter-face):
209         New backward-compatibility aliases for renamed faces.
210         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
212         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove
213         "-face" suffix from face name.
214         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
215         instead of literal face.
217 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
219         * emacs-lisp/warnings.el (display-warning, lwarn)
220         (warning-minimum-log-level): Doc fixes.
221         (warning-minimum-level, warning-minimum-log-level):
222         Add :debug to :type choices.
224         * progmodes/ada-mode.el (ada-format-paramlist)
225         (ada-get-indent-case, ada-check-matching-start)
226         (ada-check-defun-name, ada-goto-matching-decl-start)
227         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
228         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
229         (ada-make-subprogram-body): Follow error conventions.
230         (ada-case-exception-file, ada-indent-comment-as-code)
231         (ada-indent-handle-comment-special, ada-indent-renames)
232         (ada-indent-return, ada-search-directories-internal)
233         (ada-tab-policy, ada-case-exception-substring)
234         (ada-other-file-alist, ada-matching-start-re)
235         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
236         (ada-imenu-generic-expression, ada-compile-goto-error)
237         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
238         (ada-popup-menu, ada-add-extensions, ada-mode)
239         (ada-region-selected, ada-create-case-exception)
240         (ada-create-case-exception-substring, ada-after-keyword-p)
241         (ada-activate-keys-for-case, ada-adjust-case-region)
242         (ada-adjust-case-buffer, ada-format-paramlist)
243         (ada-scan-paramlist, ada-insert-paramlist)
244         (ada-indent-newline-indent)
245         (ada-indent-newline-indent-conditional)
246         (ada-justified-indent-current, ada-goto-previous-word)
247         (ada-indent-current, ada-get-indent-open-paren)
248         (ada-get-indent-paramlist, ada-get-indent-end)
249         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
250         (ada-get-indent-block-start, ada-get-indent-subprog)
251         (ada-get-indent-noindent, ada-get-indent-label)
252         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
253         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
254         (ada-goto-stmt-end, ada-goto-next-word)
255         (ada-check-matching-start, ada-check-defun-name)
256         (ada-goto-matching-decl-start, ada-goto-matching-start)
257         (ada-goto-matching-end, ada-search-ignore-string-comment)
258         (ada-in-decl-p, ada-looking-at-semi-or)
259         (ada-looking-at-semi-private, ada-in-paramlist-p)
260         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
261         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
262         (ada-next-procedure, ada-previous-procedure, ada-next-package)
263         (ada-previous-package, ada-create-menu)
264         (ada-fill-comment-paragraph-justify)
265         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
266         (ada-other-file-name, ada-last-which-function-line)
267         (ada-last-which-function-subprog, ada-which-function)
268         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
269         (ada-gen-treat-proc, ada-check-emacs-version)
270         (ada-continuation-indent, ada-align-region-separate):
271         Fix typos in docstrings.
272         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
274 2005-06-16  Lute Kamstra  <lute@gnu.org>
276         * simple.el (fundamental-mode): Run after-change-major-mode-hook
277         conditionally.
279 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
281         * comint.el (comint-replace-by-expanded-filename)
282         (comint-prompt-regexp, comint-delimiter-argument-list)
283         (comint-preinput-scroll-to-bottom):
284         * info.el (Info-hide-cookies-node):
285         * ls-lisp.el (ls-lisp-classify):
286         * find-file.el (ff-search-directories, ff-special-constructs)
287         (ff-find-other-file):
288         * font-lock.el (font-lock-keywords):
289         * shell.el (shell-prompt-pattern)
290         (shell-dynamic-complete-functions, shell-mode)
291         (shell-delimiter-argument-list):
292         * term.el (term-replace-by-expanded-filename)
293         (term-prompt-regexp, term-delimiter-argument-list):
294         * woman.el (woman-ignore, woman0-if):
295         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
296         * emacs-lisp/elint.el (elint-init-env):
297         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
298         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
299         * language/ethio-util.el (ethio-tilde-escape)
300         (ethio-use-three-dot-question):
301         * net/zone-mode.el (zone-mode-load-time-setup):
302         * progmodes/cc-align.el (c-lineup-argcont):
303         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
304         * progmodes/cperl-mode.el (cperl-set-style-back):
305         * progmodes/inf-lisp.el (inferior-lisp-prompt):
306         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
307         Fix spellings in docstrings.
309         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
310         * progmodes/modula2.el (m2-for): Fix spellings.
312         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
314         * simple.el (undo-more): Don't use `format' on `error' arguments.
315         Improve argument/docstring consistency.
316         (pending-undo-list): Doc fix.
318         * smerge-mode.el (smerge-ensure-match):
319         * emulation/vip.el (vip-ex):
320         * net/zone-mode.el (zone-mode-update-serial):
321         * progmodes/idlwave.el (idlwave-complete):
322         * progmodes/vhdl-mode.el (vhdl-visit-file)
323         (vhdl-compose-wire-components):
324         Don't use `format' on `error' arguments.
326         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
327         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
328         (tooltip-help-tips): Fix typos in docstrings.
330 2005-06-16  David Ponce  <david@dponce.com>
332         * tree-widget.el (tree-widget-value-create): Simplify last change.
334 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
336         * ido.el (ido-incomplete-regexp): New variable.
337         (ido-set-matches-1): Handle invalid-regexp error and set
338         ido-incomplete-regexp.
339         (ido-incomplete-regexp): New face.
340         (ido-completions): Use it.
341         (ido-complete, ido-exit-minibuffer, ido-completions): Handle
342         incomplete regexps.
343         (ido-completions): Add check for complete match when entering a regexp.
345 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
347         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
349 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
351         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
352         by field delimiters.
354 2005-06-15  David Ponce  <david@dponce.com>
356         * tree-widget.el: eval-and-compile inlined functions so they will
357         be available at run-time too.
358         (tree-widget-super-format-handler)
359         (tree-widget-format-handler): Remove.
360         (tree-widget-value-create): Handle the :indent property.
362 2005-06-15  Miles Bader  <miles@gnu.org>
364         * progmodes/which-func.el (which-func): Only inherit
365         `font-lock-function-name-face' when that makes sense against the
366         default mode-line face, otherwise set the face color explicitly.
368         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
369         faces instead of (non-existent) variables.
371 2005-06-14  Miles Bader  <miles@gnu.org>
373         * progmodes/ld-script.el (ld-script-location-counter):
374         Remove "-face" suffix from face name.
375         (ld-script-location-counter-face):
376         New backward-compatibility alias for renamed face.
377         (ld-script-location-counter-face): Use renamed face.
379         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
380         (cperl-hash): Remove "-face" suffix from face names.
381         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
382         New backward-compatibility aliases for renamed faces.
383         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
384         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
386         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
387         name.
388         (which-func-face): New backward-compatibility alias for renamed face.
389         (which-func-format): Use renamed which-func face.
391         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
392         (vhdl-function, vhdl-directive, vhdl-reserved-word)
393         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
394         names.
395         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
396         (vhdl-speedbar-configuration, vhdl-speedbar-package)
397         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
398         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
399         (vhdl-speedbar-architecture-selected)
400         (vhdl-speedbar-configuration-selected)
401         (vhdl-speedbar-package-selected)
402         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
403         names.
404         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
405         Use renamed faces.
406         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
407         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
408         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
409         Use renamed faces.
410         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
411         names.
412         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
413         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
414         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
415         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
416         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
417         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
419         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
420         face name.
421         (sh-heredoc-face): New backward-compatibility alias for renamed face.
422         (sh-heredoc-face): Use renamed sh-heredoc face.
424         * progmodes/idlw-help.el (idlwave-help-link):
425         Remove "-face" suffix from face name.
426         (idlwave-help-link-face):
427         New backward-compatibility alias for renamed face.
428         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
430         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
431         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
432         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
433         New backward-compatibility aliases for renamed faces.
434         (idlwave-shell-disabled-breakpoint-face)
435         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
437         * progmodes/flymake.el (flymake-errline, flymake-warnline):
438         Remove "-face" suffix from face names.
439         (flymake-errline-face, flymake-warnline-face):
440         New backward-compatibility aliases for renamed faces.
441         (flymake-highlight-line): Use renamed flymake faces.
443         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
444         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
445         (ebrowse-member-class, ebrowse-progress):
446         Remove "-face" suffix from face names.
447         (ebrowse-tree-mark-face, ebrowse-root-class-face)
448         (ebrowse-file-name-face, ebrowse-default-face)
449         (ebrowse-member-attribute-face, ebrowse-member-class-face)
450         (ebrowse-progress-face):
451         New backward-compatibility aliases for renamed faces.
452         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
453         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
454         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
455         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
457         * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
458         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
459         (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
460         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
461         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
462         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
463         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
464         New backward-compatibility aliases for renamed faces.
465         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
466         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
467         (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
468         "font-lock-".  Use renamed antlr-mode faces.
469         (antlr-font-lock-additional-keywords): Use renamed faces.
470         Replace literal face-names with face variable references.
472         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
473         face name.
474         (Buffer-menu-buffer-face): New backward-compatibility alias for
475         renamed face.
476         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
478 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
480         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
481         Eliminate "-face" suffix.
482         (makefile-targets): Inherit from font-lock-function-name-face and
483         eliminate "-face" suffix.
484         (makefile-shell): Remove attributes and eliminate "-face" suffix.
485         (makefile-*-font-lock-keywords): Append makefile-targets in rule
486         actions, instead of prepending, to make it less visible.
487         (makefile-previous-dependency, makefile-match-dependency):
488         Don't match a target on a continuation line.
490         * files.el (auto-mode-alist): Put Makefile in gmake mode.
492 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
494         * progmodes/gdb-ui.el (gdb-tooltip-print):
495         Respect tooltip-use-echo-area.
496         (menu): Re-order menu items.
498         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
499         Define in tooltip.el.
500         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
501         (gud-tooltip-tips): Respect tooltip-use-echo-area and
502         gud-tooltip-echo-area.
504         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
505         backward compatibility and make obsolete.
506         (tooltip-help-tips): Use tooltip-use-echo-area.
507         (tooltip-show-help-function): Rename to...
508         (tooltip-show-help): ...this, because it is a function.
509         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
511 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
513         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
514         (edebug-print-length, edebug-print-level, edebug-print-circle)
515         (edebug-modify-breakpoint, edebug-eval-last-sexp)
516         (edebug-eval-print-last-sexp): Doc fixes.
518 2005-06-14  Kim F. Storm  <storm@cua.dk>
520         * ido.el (ido-mode): Make a new keymap every time we enable ido,
521         as the coverage buffer/file/both may change.
523 2005-06-14  Lute Kamstra  <lute@gnu.org>
525         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
526         and run-mode-hooks.  Simplify.
528         * mail/rmailedit.el (rmail-edit-mode):
529         * progmodes/octave-inf.el (inferior-octave-mode):
530         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
532         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
533         and run-mode-hooks.
534         (recentf-edit-list, recentf-open-files): Don't call
535         kill-all-local-variables directly.
537         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
539 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
541         * emacs-lisp/byte-run.el (make-obsolete)
542         (define-obsolete-function-alias): Rename arguments FUNCTION and
543         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
544         (make-obsolete-variable, define-obsolete-variable-alias):
545         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
546         respectively.
548         * isearchb.el (isearchb-activate):
549         * pcvs.el (cvs-mode):
550         * ses.el (ses-load):
551         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
552         * net/tramp.el (tramp-find-file-exists-command)
553         (tramp-find-shell):
554         * progmodes/ada-mode.el (ada-create-case-exception)
555         (ada-create-case-exception-substring, ada-make-subprogram-body):
556         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
557         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
558         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
559         * textmodes/org.el (org-promote, org-evaluate-time-range)
560         (org-agenda-next-date-line, org-agenda-previous-date-line)
561         (org-agenda-error, org-open-at-point, org-table-move-row)
562         (org-format-table-table-html-using-table-generate-source)
563         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
564         * textmodes/reftex.el (reftex-access-scan-info):
565         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
566         (reftex-toc-promote-prepare): Follow error conventions.
568         * diff-mode.el (diff-mode): Fix typo in docstring.
570         * forms.el (forms--intuit-from-file): Fix reference to
571         `forms-number-of-fields' in error message.
572         (forms-print): Fix quoting in error message.
574         * forms.el (forms-mode):
575         * emulation/vi.el (vi-goto-insert-state):
576         * progmodes/flymake.el (flymake-new-err-info)
577         (flymake-start-syntax-check-for-current-buffer)
578         (flymake-simple-cleanup):
579         * eshell/esh-var.el (eshell/export):
580         * progmodes/gud.el (xdb):
581         * textmodes/flyspell.el (flyspell-incorrect-hook)
582         (flyspell-maybe-correct-transposition)
583         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
585 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
587         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
588         minibuffer prompt.
590 2005-06-13  Kim F. Storm  <storm@cua.dk>
592         * subr.el (add-to-ordered-list): New defun.
594         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
595         add cua--keymap-alist to emulation-mode-map-alists.
597 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
599         * subr.el (complete-in-turn): New macro.
600         (dynamic-completion-table, lazy-completion-table): Add debug info.
602         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
603         in preference to face aliases.
605         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
606         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
607         Remove unused vars `start' and `firstline'.
608         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
609         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
611 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
613         * cus-start.el (all): Don't complain about missing GTK-related
614         variables, unless either `gtk' is boundp or this isn't a
615         `windows-nt' build.
617 2005-06-13  Lute Kamstra  <lute@gnu.org>
619         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
620         run-mode-hooks.
622         * ediff-mult.el (ediff-meta-mode):
623         * ediff-util.el (ediff-mode): Use run-mode-hooks.
625         * ledit.el (ledit-mode): Use delay-mode-hooks.
627         * woman.el (woman-mode-line-format): Delete constant.
628         (woman-mode-map): Initialize it properly.
629         (woman-mode): Set mode-class property to special.
630         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
631         Set major-mode and mode-name.  Don't set mode-line-format directly.
632         (Man-getpage-in-background): Don't reference woman-mode-line-format.
634         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
635         string argument obsolete.
637 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
639         * textmodes/org.el (org-CUA-compatible): New option.
640         (org-disputed-keys): New variable.
641         (org-key): New function.
642         (orgtbl-make-binding): Add docstring to the created function.
643         (org-mode): Set paragraph start/separate regexps.
644         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
645         (org-archive-location, org-archive-mark-done)
646         (org-archive-stamp-time): New options.
647         (org-archive-subtree): New command.
648         (org-fill-paragraph): New function.
649         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
650         (org-fake-empty-table-line): Function removed.
651         (org-format-org-table-html): Do not create empty table lines at
652         separator lines.  Improved table header treatment.
653         (org-link-format): New option.
654         (org-make-link): New function.
655         (org-insert-link, org-store-link): Use org-make-link.
656         (org-open-file): Quote file name for shell command, to allow
657         spaces in file names.
658         (org-link-regexp): Fix bug with mailto link.
659         (org-link-maybe-angles-regexp, org-protected-link-regexp):
660         New constants.
661         (org-export-as-html): Deal with the optional angles around a link.
662         Better treatment of file: links.
663         (org-open-at-point): Replace @{ and @} with < and >.
664         (org-run-mode-hooks): Function removed.
665         (org-agenda-mode): No longer use `org-run-mode-hooks'.
667 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
669         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
670         MI command -data-list-register-values.
671         (gdb-post-prompt): Indent properly.
673 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
675         * hilit-chg.el (highlight-changes-colors): Rename from
676         `highlight-changes-colours'.
677         (highlight-changes-colours): Keep as obsolete alias.
678         (highlight-changes-face-list): Doc fix.
679         (hilit-chg-make-list): Use `highlight-changes-colors'.
681 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
683         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
684         defun-prompt-regexp.
686 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
688         * loadup.el: Don't say we are dumping under 2 names on windows-nt
689         and cygwin.
691         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
692         Don't use an old loaddefs.el, as in Makefile.in.
694 2005-06-12  Lute Kamstra  <lute@gnu.org>
696         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
698         * man.el (Man-mode-map): Initialize it properly.
699         (Man-mode): Set mode-class property to special.
701         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
703 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
705         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
706         A newline is needed in the docstring there.
708         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
709         Doc fixes.
711 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
713         * printing.el: Doc fix.  The menubar is no more changed when printing
714         is loaded, it only changes when pr-menu-bind or pr-update-menus is
715         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
716         (pr-version): New version number (6.8.4).
717         (pr-menu-bind): New command.
718         (pr-update-menus): Docstring and code fix.
719         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
720         Docstring fix.
721         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
722         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
724 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
726         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
727         "Returns" to "return", document useful return values, etc.
729 2005-06-11  Alan Mackenzie  <acm@muc.de>
731         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
732         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
733         (adaptive-file-function): Minor amendment to doc-string.
735 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
737         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
738         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
739         Fix :type--it is `integer', not `string'.
741         * faces.el (modeline-highlight): Rename from (the erroneous)
742         `modeline-higilight'.
744 2005-06-11  Lute Kamstra  <lute@gnu.org>
746         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
747         lisp-interaction-mode-map but make it the parent.
748         (edebug-eval-mode): Use define-derived-mode.
750 2005-06-11  Andreas Schwab  <schwab@suse.de>
752         * bindings.el: Add binding of `ESC functionkey' for every
753         `M-functionkey'.
754         * hexl.el (hexl-mode-map): Likewise.
756 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
758         * progmodes/compile.el (compilation-error-regexp-alist-alist)
759         [msft]: update regexp for newer msft compilers.
761 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
763         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
764         ATTLIST portions of included DTDs.
765         (xml-parse-dtd): Eliminate use of inefficient match-data.
767 2005-06-10  Miles Bader  <miles@gnu.org>
769         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
770         (mpuz-text): Remove "-face" suffix from face names.
771         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
772         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
773         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
775         * play/gomoku.el (gomoku-O, gomoku-X):
776         Remove "-face" suffix from face names.
777         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
778         New backward-compatibility aliases for renamed faces.
779         (gomoku-font-lock-keywords): Use renamed gomoku faces.
781 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
783         * thumbs.el: Fixes for changes of 2005-06-09.
784         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
785         as a directory.
786         (thumbs-thumbname): Remove directory separator from format string;
787         `thumbs-thumbsdir' now returns a valid directory name.
788         (thumbs-temp-dir): New defsubst.
789         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
790         Use it.
792         * cus-edit.el (minibuffer):
793         * files.el (make-backup-file-name-function):
794         * filesets.el (filesets-external-viewers):
795         * hilit-chg.el (highlight-changes-colours)
796         (highlight-changes-face-list, highlight-changes-rotate-faces):
797         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
798         * kmacro.el (kmacro-call-macro):
799         * log-edit.el (log-edit-changelog-full-paragraphs):
800         * mouse.el (mouse-1-click-follows-link):
801         * skeleton.el (skeleton-autowrap):
802         * subr.el (insert-for-yank-1):
803         * tempo.el (tempo-insert-region):
804         * terminal.el (terminal-emulator):
805         * time.el (display-time-mail-face):
806         * vc.el (vc-annotate):
807         * vcursor.el (vcursor-copy-line):
808         * woman.el (woman-bold-headings, woman-ignore)
809         (woman-default-faces, woman-monochrome-faces):
810         * calendar/todo-mode.el (todo-insert-threshold):
811         * emulation/pc-select.el (pc-select-selection-keys-only)
812         (pc-selection-mode):
813         * emulation/vip.el (vip-find-char-forward):
814         * emulation/viper-cmd.el (viper-find-char-forward):
815         * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
816         (input-method-exit-on-invalid-key):
817         * international/mule-diag.el (describe-coding-system):
818         * international/ucs-tables.el (unify-8859-on-encoding-mode):
819         * net/browse-url.el (browse-url-xterm-program):
820         * obsolete/lazy-lock.el (lazy-lock-mode):
821         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
822         (cperl-mode):
823         * progmodes/cpp.el (cpp-face-light-name-list)
824         (cpp-face-dark-name-list):
825         * progmodes/delphi.el (delphi-newline-always-indents):
826         Fix spellings in docstrings.
828         * ido.el (ido-mode, ido-file-extensions-order)
829         (ido-default-file-method, ido-default-buffer-method)
830         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
831         (ido-decorations, ido-read-file-name-as-directory-commands)
832         (ido-read-file-name-non-ido, ido-work-directory-list)
833         (ido-ignore-item-temp-list, ido-current-directory)
834         (ido-magic-forward-char, ido-enter-find-file)
835         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
836         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
838 2005-06-10  Lute Kamstra  <lute@gnu.org>
840         * play/dunnet.el (dun-mode): Use define-derived-mode.
841         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
842         obsolete alias.
844         * play/doctor.el (doctor-mode-map): Remove defvar.
845         (doctor-mode): Use define-derived-mode.
847         * mail/mspools.el (mspools-mode):
848         * net/eudc-hotlist.el (eudc-hotlist-mode):
849         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
851 2005-06-10  Miles Bader  <miles@gnu.org>
853         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
854         Remove "-face" suffix from face names.
855         (flyspell-incorrect-face, flyspell-duplicate-face):
856         New backward-compatibility aliases for renamed faces.
857         (flyspell-mode-on, make-flyspell-overlay)
858         (flyspell-highlight-incorrect-region)
859         (flyspell-highlight-duplicate-region)
860         (flyspell-display-next-corrections)
861         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
863         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
864         from face name.
865         (texinfo-heading-face): New backward-compatibility alias for
866         renamed face.
867         (texinfo-heading-face): Use renamed texinfo-heading face.
869         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
870         suffix from face names.
871         (tex-math-face, tex-verbatim-face):
872         New backward-compatibility aliases for renamed faces.
873         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
874         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
875         literal face name.
877         * textmodes/table.el (table-cell): Remove "-face" suffix from face
878         name.
879         (table-cell-face): New backward-compatibility alias for renamed face.
880         (table--put-cell-face-property, table--update-cell-face):
881         Use renamed table-cell face.
883         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
884         from face name.
885         (sgml-namespace-face): New backward-compatibility alias for
886         renamed face.
887         (sgml-namespace-face): Use renamed sgml-namespace face.
889         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
890         (org-level-4, org-level-5, org-level-6, org-level-7)
891         (org-level-8, org-warning, org-headline-done)
892         (org-deadline-announce, org-scheduled-today)
893         (org-scheduled-previously, org-link, org-done, org-table)
894         (org-time-grid): Remove "-face" suffix from face names.
895         (org-level-1-face, org-level-2-face, org-level-3-face)
896         (org-level-4-face, org-level-5-face, org-level-6-face)
897         (org-level-7-face, org-level-8-face, org-warning-face)
898         (org-headline-done-face, org-deadline-announce-face)
899         (org-scheduled-today-face, org-scheduled-previously-face)
900         (org-link-face, org-done-face, org-table-face)
901         (org-time-grid-face):
902         New backward-compatibility aliases for renamed faces.
903         (org-level-faces, org-set-font-lock-defaults, org-timeline)
904         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
905         (org-agenda-get-timestamps, org-agenda-get-scheduled)
906         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
908         * emulation/viper-init.el (viper-search, viper-replace-overlay)
909         (viper-minibuffer-emacs, viper-minibuffer-insert)
910         (viper-minibuffer-vi): Remove "-face" suffix from face names.
911         (viper-search-face, viper-replace-overlay-face)
912         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
913         (viper-minibuffer-vi-face):
914         New backward-compatibility aliases for renamed faces.
915         (viper-search-face, viper-replace-overlay-face)
916         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
917         (viper-minibuffer-vi-face): Use renamed viper faces.
919         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
920         Remove "-face" suffix from face names.
921         (testcover-nohits-face, testcover-1value-face):
922         New backward-compatibility aliases for renamed faces.
923         (testcover-mark): Use renamed testcover faces.
925         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
926         face name.
927         (diary-button-face): New backward-compatibility alias for renamed face.
928         (diary-entry): Use renamed diary-button face.
930         * calendar/calendar.el (diary, calendar-today, holiday)
931         (mark-visible-calendar-date): Remove "-face" suffix from face names.
932         (diary-face, calendar-today-face, holiday-face):
933         New backward-compatibility aliases for renamed faces.
934         (eval-after-load "facemenu", diary-entry-marker)
935         (calendar-today-marker, calendar-holiday-marker, diary-face):
936         Use renamed calendar faces.
938         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
939         (compare-windows-face): New backward-compatibility alias for
940         renamed face.
941         (compare-windows-highlight): Use renamed compare-windows face.
943         * strokes.el (strokes-char): Remove "-face" suffix from face name.
944         (strokes-char-face): New backward-compatibility alias for renamed face.
945         (strokes-encode-buffer): Use renamed strokes-char face.
947         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
948         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
949         Remove "-face" suffix from face names.
950         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
951         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
952         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
953         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
954         Use renamed pcvs faces.
955         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
956         * pcvs-defs.el (cvs-mode-map): Likewise.
957         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
959         * info.el (info-title-1, info-title-2, info-title-3)
960         (info-title-4): Remove "-face" suffix from and downcase face names.
961         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
962         (Info-title-4-face):
963         New backward-compatibility aliases for renamed faces.
964         (Info-fontify-node): Use renamed info faces.
966         * hilit-chg.el (highlight-changes, highlight-changes-delete):
967         Remove "-face" suffix from face names.
968         (highlight-changes-face, highlight-changes-delete-face):
969         New backward-compatibility aliases for renamed faces.
970         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
971         (hilit-chg-make-list): Use renamed highlight-changes faces.
973         * generic-x.el (show-tabs-tab, show-tabs-space):
974         Remove "-face" suffix from face names.
975         (show-tabs-tab-face, show-tabs-space-face):
976         New backward-compatibility aliases for renamed faces.
977         (show-tabs-generic-mode-font-lock-defaults-1)
978         (show-tabs-generic-mode-font-lock-defaults-2):
979         Use renamed show-tabs faces.
981         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
982         (smerge-markers): Remove "-face" suffix from face names.
983         (smerge-mine-face, smerge-other-face, smerge-base-face)
984         (smerge-markers-face):
985         New backward-compatibility aliases for renamed faces.
986         (smerge-mine-face, smerge-other-face, smerge-base-face)
987         (smerge-markers-face): Use renamed smerge faces.
989         * log-view.el (log-view-file, log-view-message):
990         Remove "-face" suffix from face names.
991         (log-view-file-face, log-view-message-face):
992         New backward-compatibility aliases for renamed faces.
993         (log-view-file-face, log-view-message-face): Use renamed log-view faces.
995         * paren.el (show-paren-match, show-paren-mismatch):
996         Remove "-face" suffix from face names.
997         (show-paren-match-face, show-paren-mismatch-face):
998         New backward-compatibility aliases for renamed faces.
999         (show-paren-function): Use renamed show-paren faces.
1001         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
1002         (ruler-mode-margins, ruler-mode-fringes)
1003         (ruler-mode-column-number, ruler-mode-fill-column)
1004         (ruler-mode-comment-column, ruler-mode-goal-column)
1005         (ruler-mode-tab-stop, ruler-mode-current-column):
1006         Remove "-face" suffix from face names.
1007         (ruler-mode-default-face, ruler-mode-pad-face)
1008         (ruler-mode-margins-face, ruler-mode-fringes-face)
1009         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
1010         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
1011         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
1012         New backward-compatibility aliases for renamed faces.
1013         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
1014         (ruler-mode-column-number, ruler-mode-fill-column)
1015         (ruler-mode-comment-column, ruler-mode-goal-column)
1016         (ruler-mode-tab-stop, ruler-mode-current-column)
1017         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
1019         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
1020         face name.
1021         (whitespace-highlight-the-space): Use renamed face.
1022         (whitespace-highlight-face): New backward-compatibility alias for
1023         renamed face.
1025         * woman.el (woman-italic, woman-bold, woman-unknown)
1026         (woman-addition, woman-symbol-face):
1027         Remove "-face" suffix from face names.
1028         (woman-italic-face, woman-bold-face, woman-unknown-face)
1029         (woman-addition-face):
1030         New backward-compatibility aliases for renamed faces.
1031         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
1032         (woman-decode-region, woman-replace-match)
1033         (woman-display-extended-fonts, woman-special-characters)
1034         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
1035         Use renamed woman faces.
1037         * longlines.el (longlines-visible-face): Face removed.
1039         * diff-mode.el (diff-header, diff-file-header, diff-index)
1040         (diff-hunk-header, diff-removed, diff-added, diff-changed)
1041         (diff-function, diff-context, diff-nonexistent): Remove "-face"
1042         suffix from face names.
1043         (diff-header-face, diff-file-header-face, diff-index-face)
1044         (diff-hunk-header-face, diff-removed-face, diff-added-face)
1045         (diff-changed-face, diff-function-face, diff-context-face)
1046         (diff-nonexistent-face): New backward-compatibility aliases for
1047         renamed faces.
1048         (diff-header-face, diff-file-header-face)
1049         (diff-index, diff-index-face, diff-hunk-header)
1050         (diff-hunk-header-face, diff-removed, diff-removed-face)
1051         (diff-added, diff-added-face, diff-changed-face, diff-function)
1052         (diff-function-face, diff-context-face, diff-nonexistent)
1053         (diff-nonexistent-face): Use renamed diff-mode faces.
1055         * progmodes/compile.el (compilation-warning-face)
1056         (compilation-info-face): Remove "-face" suffix from face names.
1057         (compilation-warning-face, compilation-info-face):
1058         New backward-compatibility aliases for renamed faces.
1059         (compilation-warning-face, compilation-info-face):
1060         Use renamed compilation faces.
1062         * add-log.el (change-log-date, change-log-name)
1063         (change-log-email, change-log-file, change-log-list)
1064         (change-log-conditionals, change-log-function)
1065         (change-log-acknowledgement): Remove "-face" suffix from face names.
1066         (change-log-date-face, change-log-name-face)
1067         (change-log-email-face, change-log-file-face)
1068         (change-log-list-face, change-log-conditionals-face)
1069         (change-log-function-face, change-log-acknowledgement-face):
1070         New backward-compatibility aliases for renamed faces.
1071         (change-log-font-lock-keywords): Use renamed change-log faces.
1073         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
1074         (custom-set, custom-changed, custom-saved, custom-button)
1075         (custom-button-pressed, custom-documentation, custom-state)
1076         (custom-comment, custom-comment-tag, custom-variable-tag)
1077         (custom-variable-button, custom-face-tag, custom-group-tag-1)
1078         (custom-group-tag): Remove "-face" suffix from face names.
1079         (custom-magic-alist, custom-magic-value-create)
1080         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
1081         (custom-invalid-face, custom-rogue-face, custom-modified-face)
1082         (custom-set-face, custom-changed-face, custom-saved-face)
1083         (custom-button-face, custom-button-pressed-face)
1084         (custom-documentation-face, custom-state-face)
1085         (custom-comment-face, custom-comment-tag-face)
1086         (custom-variable-tag-face, custom-variable-button-face)
1087         (custom-face-tag-face, custom-group-tag-face-1)
1088         (custom-group-tag-face):
1089         New backward-compatibility aliases for renamed faces.
1091         * wid-edit.el (widget-documentation, widget-button)
1092         (widget-field, widget-single-line-field, widget-inactive)
1093         (widget-button-pressed): "-face" suffix removed from face names.
1094         (widget-documentation-face, widget-button-face)
1095         (widget-field-face, widget-single-line-field-face)
1096         (widget-inactive-face, widget-button-pressed-face):
1097         New backward-compatibility aliases for renamed faces.
1098         (widget-documentation-face, widget-button-face)
1099         (widget-button-pressed-face, widget-specify-field)
1100         (widget-specify-inactive): Use renamed widget faces.
1102 2005-06-10  Kenichi Handa  <handa@m17n.org>
1104         * term/x-win.el (x-clipboard-yank): Remove condition-case
1105         wrapping.
1107 2005-06-11  Kenichi Handa  <handa@m17n.org>
1109         * add-log.el (change-log-font-lock-keywords): Make the regexp for
1110         date lines stricter.
1112 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
1114         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
1115         of x-get-selection.
1117 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
1119         * comint.el (comint-mode, comint-snapshot-last-prompt):
1120         * frame.el (frame-current-scroll-bars):
1121         * term.el (term-mode, term-check-proc, term-input-sender)
1122         (term-simple-send, term-extract-string, term-word)
1123         (term-match-partial-filename):
1124         * window.el (window-current-scroll-bars):
1125         * emulation/cua-base.el (cua-normal-cursor-color)
1126         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
1127         (cua-global-mark-cursor-color):
1128         * mail/undigest.el (rmail-forward-separator-regex):
1129         Fix typos in docstrings.
1131         * comint.el (comint-check-proc, make-comint-in-buffer)
1132         (comint-source-default): Doc fixes.
1134         * term.el (term-send-string): Improve argument/docstring
1135         consistency.
1137 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
1139         * comint.el (comint-send-input): Bind `inhibit-read-only' around
1140         call to `delete-region'.
1141         (comint-mode-hook): Do not enable Font Lock by default.
1143 2005-06-09  Lute Kamstra  <lute@gnu.org>
1145         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
1146         could be void.
1148 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1150         * emacs-lisp/debug.el (debugger-will-be-back): New var.
1151         (debug): Use it.
1152         (debugger-step-through, debugger-continue, debugger-jump)
1153         (debugger-return-value): Set it when needed.
1154         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
1155         Use inhibit-read-only.
1157 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
1159         * window.el (shrink-window-if-larger-than-buffer)
1160         (window-size-fixed): Fix typo in docstring.
1162         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
1163         thumbnails directory on loading.
1164         (thumbs-conversion-program): Use `eq' to check the system type,
1165         not `equal'.
1166         (thumbs-temp-dir): Initialize to `temporary-file-directory',
1167         not "/tmp".  Fix docstring.
1168         (thumbs-thumbsdir): New function to return the thumbnails
1169         directory, creating it if needed.
1170         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
1171         (thumbs-temp-file): Delete variable and make it into a function.
1172         (thumbs-resize-image, thumbs-modify-image): Use it.
1173         (thumbs-kill-buffer): Simplify.
1174         (thumbs-gensym): Defalias or duplicate CL `gensym'.
1175         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
1176         docstrings.
1178 2005-06-09  Kim F. Storm  <storm@cua.dk>
1180         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
1181         set-match-data to free markers in match-data.
1183         * replace.el (replace-match-data): Pass RESEAT arg `t' to
1184         match-data to unchain markers in match-data.
1186 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1188         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
1189         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
1190         unnecessary now.
1192 2005-06-08  Richard M. Stallman  <rms@gnu.org>
1194         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
1195         give the variable a doc string that doesn't say don't set it directly.
1197         * textmodes/ispell.el (ispell-check-version):
1198         Use match-string-no-properties.
1199         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
1200         (ispell-buffer-local-words): Likewise.
1202         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
1203         except on terminals with enough colors to really display it.
1204         (makefile-dependency-regex): Delete spurious `bb'.
1206         * faces.el (escape-glyph): Use blue once again in last case.
1207         (no-break-space): Redefine so that it isn't invisible on a tty.
1209 2005-06-08  Kim F. Storm  <storm@cua.dk>
1211         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
1212         also when reading directory name.
1214 2005-06-08  Lute Kamstra  <lute@gnu.org>
1216         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
1217         (flyspell-mode-line-string): Remove autoload cookie.
1218         (flyspell-mode): Remove defvar.
1220 2005-06-07  Lute Kamstra  <lute@gnu.org>
1222         * textmodes/org.el (org-run-mode-hooks): New function.
1223         (org-agenda-mode): Use it.
1225 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
1227         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
1229 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1231         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
1233 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
1235         * font-lock.el (font-lock-add-keywords): Doc fix.
1237 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1239         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
1240         (tex-compile-default): In the absence of any history, use the order in
1241         tex-compile-alist to choose the preferred command.
1242         (tex-compile-commands): Reorder a bit.
1244         * textmodes/flyspell.el (flyspell-auto-correct-binding)
1245         (flyspell-incorrect-face, flyspell-duplicate-face):
1246         Use (X)Emacs-agnostic code.
1247         (flyspell-mode-map): Don't overwrite at each load.  Remove code
1248         redundant with the subsequent add-minor-mode.  Merge Emacs and
1249         XEmacs code.
1250         (flyspell-word): Minor simplification.
1251         (flyspell-math-tex-command-p): Quieten the byte-compiler.
1252         (flyspell-external-point-words): Remove unused vars `size' and `start'.
1253         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
1254         Merge the corresponding Emacs code.
1255         (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
1257         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
1258         a dedicated window.
1260         * international/latexenc.el (latexenc-find-file-coding-system):
1261         Undo part of last patch, to turn off a compiler warning.
1263 2005-06-06  Juri Linkov  <juri@jurta.org>
1265         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
1266         Rename `tmm-inactive-face' to `tmm-inactive'.
1268 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
1270         * iswitchb.el: Rename faces.
1272 2005-06-06  Kim F. Storm  <storm@cua.dk>
1274         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
1275         (cua-global-mark): Remove -face suffix from face names.
1277         * emulation/cua-gmrk.el (cua--init-global-mark):
1278         Remove cua-global-mark face setup.
1280 2005-06-06  Richard M. Stallman  <rms@gnu.org>
1282         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
1283         just like other allowed characters.
1284         (makefile-match-dependency): Exclude leading and training whitespace
1285         from the range of regexp subexp 1.
1286         (makefile-macroassign-regex): Don't try to match the body,
1287         just the name of the macro being defined.
1289         * info.el (Info-read-node-name-2): New function.
1290         (Info-read-node-name-1): Use that.
1291         Add a completion-base-size-function property.
1293         * simple.el (completion-setup-function): Look for
1294         completion-base-size-function property of
1295         minibuffer-completion-table.
1297         * files.el (locate-file-completion): Doc fix.
1299         * printing.el: Don't call pr-update-menus; user must do that.
1301         * emacs-lisp/debug.el (debugger-window): New variable.
1302         (debug): Use debugger-window if it is set and still alive.
1303         Record debugger-window for next entry.
1305         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
1307 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
1309         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
1310         (hack-one-local-variable, hack-local-variables)
1311         (hack-local-variables-prop-line): Pass that arg.
1313 2005-06-06  Kim F. Storm  <storm@cua.dk>
1315         * ido.el (ido-first-match, ido-only-match, ido-subdir)
1316         (ido-indicator): Remove -face suffix from face names.
1318 2005-06-06  Juri Linkov  <juri@jurta.org>
1320         * font-lock.el (font-lock-regexp-backslash)
1321         (font-lock-regexp-backslash-construct): New faces.
1322         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
1323         after `('.  Add `while-no-input' to control structures.
1325         * faces.el (no-break-space, shadow): New faces.
1326         (escape-glyph): Use less loud colors pink2 and red4.
1328         * diff-mode.el (diff-context-face)
1329         * dired.el (dired-ignored)
1330         * rfn-eshadow.el (file-name-shadow)
1331         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
1333         * info.el (Info-title-1-face): Use green instead of yellow because
1334         bold yellow is not readable on light backgrounds.
1336         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
1337         before selecting the desired mode to not spend time fontifying
1338         old contents.
1340 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
1342         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
1343         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
1345         * ps-print.el (ps-default-fg, ps-default-bg):
1346         Fix typos in docstrings.
1348         * isearchb.el (isearchb): Don't pass a spurious second argument to
1349         `iswitchb-completions'.
1351 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
1353         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
1354         to preserve point.
1355         (gdb-find-file-hook): Add doc string.
1357         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
1358         C dereferenced pointer expression.
1359         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
1361         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
1363         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
1364         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
1365         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
1366         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
1367         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
1368         Make background transparent.
1370 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
1372         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
1373         (font-lock-remove-keywords): Doc fix.
1374         (font-lock-mode-major-mode): Compiler defvar.
1375         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
1377         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
1378         (font-lock-mode): Update `font-lock-mode-major-mode'.
1379         (font-lock-set-defaults): Compiler defvar.
1380         (font-lock-default-function): Take `font-lock-mode-major-mode'
1381         into account.
1383         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
1384         keep track of which major mode it enabled the minor mode for.
1385         Use find-file-hook again.  Update docstring.
1387         * simple.el (eval-expression-print-level)
1388         (eval-expression-print-length, eval-expression-debug-on-error):
1389         Doc fixes.
1391 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
1393         * iswitchb.el (iswitchb-single-match-face)
1394         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
1395         (iswitchb-invalid-regexp-face): New faces.
1396         (iswitchb-completions): Use them.
1397         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
1398         now marked as an obsolete alias.
1399         (iswitchb-read-buffer): Remove check for bound font variables.
1400         (iswitchb-invalid-regexp): New free variable.
1401         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
1402         set iswitchb-invalid-regexp.
1403         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
1404         invalid regexps.
1405         (iswitchb-completions): Add check for complete match when entering
1406         a regexp.
1407         (iswitchb-completions): Remove require-match argument.
1408         (iswitchb-exhibit): Fix caller.
1409         (iswitchb-common-match-inserted): New variable.
1410         (iswitchb-complete, iswitchb-completion-help): Use it.
1412 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
1414         * url-http.el (url-http-chunked-encoding-after-change-function):
1415         Use `url-http-debug' instead of `message'.
1417 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
1419         * url-http.el (url-http-parse-headers): Pass redirected URL as a
1420         callback argument.
1422 2005-06-04  Kim F. Storm  <storm@cua.dk>
1424         * simple.el (line-move): Only call sit-for when moving backwards.
1426         * ido.el (ido-make-merged-file-list-1): New defun split from
1427         ido-make-merged-file-list.
1428         (ido-make-merged-file-list): Bind throw-on-input around call to
1429         ido-make-merged-file-list-1.  Return input-pending-p if
1430         interrupted by more input available.
1431         (ido-read-internal): Handle input-pending-p return value from
1432         ido-make-merged-file-list.
1434 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1436         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
1437         compatibility code.
1439         * international/latexenc.el (latexenc-find-file-coding-system):
1440         Don't inherit the EOL part of the coding-system from the
1441         tex-main buffer.  Fit within 80 columns.
1443 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
1445         * tmm.el (tmm-inactive-face): New face.
1446         (tmm-remove-inactive-mouse-face): New function.
1447         (tmm-prompt, tmm-add-one-shortcut)
1448         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
1449         but not selectable.
1451 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
1453         * faces.el (face-equal): Improve argument/docstring consistency.
1455 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
1457         * progmodes/make-mode.el (makefile-targets-face)
1458         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
1459         (makefile-bsdmake-dependency-regex)
1460         (makefile-makepp-rule-action-regex)
1461         (makefile-bsdmake-rule-action-regex): New constants.
1462         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
1464         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1465         Allow (...) within `...' for makepp messages.
1467 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
1469         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
1471         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
1472         "." files are deleted from all file lists before comparison.
1474         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1475         (viper-ESC-key): Made them customizable.
1477         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
1479 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
1481         * autorevert.el (auto-revert-buffers): Use save-match-data.
1483 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1485         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
1486         menu items with a nil command binding.
1488 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
1490         * emacs-lisp/cl-macs.el (defsetf):
1491         Improve argument/docstring consistency.
1493         * faces.el (list-faces-display): Improve the formatting by
1494         computing the maximum length required for any face-name (reworked
1495         patch of 1999-01-11, accidentally deleted on 1999-07-21).
1496         (internal-find-face): Remove redundant info in docstring.
1498 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
1500         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
1501         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
1502         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
1503         (gdb-assembler-custom): Improve regexps.
1504         (def-gdb-auto-update-handler): Use window point to preserve point.
1506 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1508         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
1510 2005-05-31  Jay Belanger  <belanger@truman.edu>
1512         * calc/calc-embed.el (calc-embedded-word): Change argument passed
1513         to calc-embedded.
1514         (calc-embedded-make-info): Have plain prefix argument select
1515         entire line.
1517 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
1519         * faces.el (list-faces-display): Signal error if passed a regexp
1520         that matches no face name.
1522         * simple.el (filter-buffer-substring): Fix typo in docstring.
1524 2005-05-31  Richard M. Stallman  <rms@gnu.org>
1526         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
1527         (vhdl-emacs-21): Doc fix.
1528         (vhdl-mode): Unconditionally set comment-padding.
1529         (vhdl-fixup-whitespace-region): Insert spaces only where
1530         there are none.
1531         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
1533 2005-05-30  John Wiegley  <johnw@newartisans.com>
1535         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1536         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
1537         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
1538         `directory-sep-char' to ?/, and all uses of `string-to-int' to
1539         `string-to-number'.
1541 2005-05-30  Jay Belanger  <belanger@truman.edu>
1543         * calc/calc.el (calc-bug-address): Fix docstring.
1544         (calc-window-hook, calc-trail-window-hook): New variables.
1545         (calc-trail-display): Restore use of calc-trail-window-hook.
1546         (calc): Restore use of calc-window-hook.
1548 2005-05-31  Masatake YAMATO  <jet@gyve.org>
1550         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
1552         * help-fns.el (help-C-file-name): Add autoload mark for
1553         `find-function-noselect'.
1555 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1557         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
1558         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
1560 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
1562         * calendar/diary-lib.el (mark-included-diary-files): Only kill
1563         included diary buffer if it was not already being visited.
1564         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
1566         * calendar/icalendar.el (top-level): Do not require 'appt.
1568         * mail/supercite.el (sc-select-attribution): Only use a list
1569         element from sc-attrib-selection-list if it returns a string.
1570         Reported by Davide G. M. Salvetti <salve@debian.org>.
1572 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
1574         * thumbs.el (thumbs-thumbname): The resulting thubname now
1575         includes a hash value to improve its uniqueness, and has a ".jpg"
1576         extension.  Also, it is now a valid filename on all systems.
1577         (thumbs-make-thumb): Use `let', not `let*'.
1578         (thumbs-show-thumbs-list): Check for JPEG availability.
1580 2005-05-30  Richard M. Stallman  <rms@gnu.org>
1582         * filesets.el (filesets-menu-ensure-use-cached):
1583         Prevent warning when emacs-version>= is undefined.
1585         * printing.el (pr-interactive-n-up): Use string-to-number.
1587         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
1589         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1590         Warn only when name to be defined is quoted.
1592 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
1594         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
1595         Make regexp more robust.
1596         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1597         Force regeneration of disassembly.
1599 2005-05-29  Jay Belanger  <belanger@truman.edu>
1601         * calc/calc.el (calc-user-invocation): Check if
1602         calc-invocation-macro is non-nil.
1604 2005-05-29  Juri Linkov  <juri@jurta.org>
1606         * add-log.el (change-log-font-lock-keywords):
1607         Add `+' to e-mail regexp to accept mail address with keywords.
1609         * man.el (Man-name-regexp): Add `:' to accept qualified names.
1611 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
1613         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
1615         * ielm.el (inferior-emacs-lisp-mode): Ditto.
1617 2005-05-29  Richard M. Stallman  <rms@gnu.org>
1619         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1620         Undo the change that moves to end of the current word.
1622 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
1624         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1625         Throw error when count <= 0 to ensure input is a number.
1626         (gdb-read-memory-custom): Pick up address from buffer.
1627         (gdb-memory-mode): Allow user to increment and decrement
1628         memory address from header line.
1630 2005-05-29  Richard M. Stallman  <rms@gnu.org>
1632         * flyspell.el (flyspell-version): Function deleted.
1633         (flyspell-auto-correct-previous-hook): Doc fix.
1635         * jit-lock.el (jit-lock-function, jit-lock-after-change):
1636         Do nothing if memory is full.
1638         * font-lock.el (font-lock-fontify-syntactically-region):
1639         Pass t for GREEDY to looking-back.
1641         * saveplace.el (save-place-alist-to-file): Write the file
1642         using write-region.
1644         * subr.el (looking-back): New argument GREEDY.
1646         * progmodes/compile.el (compilation-start): Set the mode
1647         before inserting the initial text.
1649         * progmodes/which-func.el (which-func-update-1): Turn the mode
1650         off in case of error by setting which-func-mode.
1652 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
1654         * flyspell.el (flyspell-auto-correct-previous-word):
1655         Narrow down to what's on the screen, and recenter overlays
1656         at the end of the next word.
1658 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
1660         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1661         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1662         (flyspell-abbrev-p): Default to nil.
1663         (flyspell-use-global-abbrev-table-p): Doc fix.
1664         (flyspell-large-region): Allow nil as value.
1665         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1667         (mail-mode-flyspell-verify): More robust handling
1668         of `mail-header-separator'.  More efficient signature detection.
1669         Allow for regexp metacharacters in message-header-separator.
1670         Adding `To' not to be checked in mail-mode-flyspell-verify.
1672         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1673         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1674         Bind flyspell-auto-correct-binding.
1675         Bind C-. and C-, .
1676         (flyspell-mode-map): Likewise.
1677         (flyspell-mode): Doc fix.
1678         (flyspell-accept-buffer-local-defs): Preserve current buffer.
1679         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1680         (flyspell-word-cache-result): New var, always local.
1681         (flyspell-check-pre-word-p): Doc fix.
1682         (flyspell-check-changed-word-p): Handle spc like newline.
1683         (flyspell-post-command-hook): Set flyspell-word-cache-result.
1684         (flyspell-word-search-backward, flyspell-word-search-forward):
1685         New functions.
1686         (flyspell-word): Return t if nothing to check.
1687         When parsing TeX code, check for after } or \.
1688         Use flyspell-word-search-backward to find previous word.
1689         Return nil if duplicated word.
1690         For word already checked, return same value as last time.
1691         Set flyspell-word-cache-result after checking.
1692         Don't clobber the return value.
1693         (flyspell-get-word): Major rewrite.
1694         (flyspell-external-point-words): New locals pword, pcount.
1695         Fix size used in progress message.
1696         Find the proper corresponding word in flyspell-large-region-buffer.
1697         (flyspell-region): Check for flyspell-large-region = nil.
1698         (flyspell-highlight-incorrect-region): Clean up overlays in region.
1699         (flyspell-auto-correct-word): Check that WORD is a cons.
1700         (flyspell-correct-word): Likewise.
1702 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
1704         * progmodes/make-mode.el (makefile-rule-action-regex)
1705         (makefile-macroassign-regex, makefile-makepp-mode)
1706         (makefile-bsdmake-mode): Continuation lines may be empty.
1707         Reported by Joshua Varner.
1708         (makefile-makepp-font-lock-keywords): Add $(stem).
1710 2005-05-28  Karl Berry  <karl@gnu.org>
1712         * textmodes/tex-mode.el: Now that tex-send-command calls
1713         shell-quote-argument (2005-03-31 change), remove all calls to
1714         shell-quote-argument; they all end up invoking tex-send-command.
1715         The double quoting loses on filenames with non-safe characters,
1716         such as "@".  Reported by Frederik Fouvry.
1718 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
1720         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1721         about preserving point.
1723 2005-05-27  Jay Belanger  <belanger@truman.edu>
1725         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1726         Info-goto-node.
1728         * calc/calc-embed.el (calc-embed-arg): New variable.
1729         (calc-do-embedded-activate, calc-embedded-activate-formula)
1730         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1731         variable by new variable.
1732         (calc-embedded-make-info): Replace undeclared variable by new
1733         variable.  When selecting region with positive prefix
1734         argument, use end of previous line instead of beginning of line.
1736         * calc/calc-aent.el (calc-arg-values): Declare it.
1738         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1739         Declare them.
1741         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1743         * calc/calc.el (calc-alg-map): Declare it.
1745         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1747 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
1749         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1750         (gdb-registers-buffer, toggle-gdb-all-registers):
1751         Toggle display of floating point registers.
1752         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1754         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
1755         (toggle-gud-tooltip-dereference):
1756         Rename from gud-toggle-tooltip-dereference.
1758 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1760         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1762 2005-05-27  Jay Belanger  <belanger@truman.edu>
1764         * calc/calc-prog.el (calc-kbd-report): Remove.
1765         (calc-kbd-query): Rewrite.
1767 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
1769         * image.el (image-library-alist): Move to image.c.
1770         (image-type-available-p): Doc fix.
1772 2005-05-27  Lute Kamstra  <lute@gnu.org>
1774         * calc/calc.el (calc):
1775         * outline.el (outline-1, outline-2, outline-3, outline-4)
1776         (outline-5, outline-6, outline-7, outline-8):
1777         * textmodes/dns-mode.el (dns-mode):
1778         * textmodes/sgml-mode.el (sgml-namespace-face):
1779         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1780         (tex-verbatim-face, tex-use-reftex):
1781         * textmodes/texinfo.el (texinfo-heading-face):
1782         Specify customization group.
1784         * longlines.el: Don't require easy-mmode.
1785         (longlines-visible-face): Specify customization group.
1787 2005-05-27  Kenichi Handa  <handa@m17n.org>
1789         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1790         encoding table of windows-1251.
1792         * international/ucs-tables.el (ucs-set-table-for-input):
1793         If translation-table-for-input of a coding system is a symbol, get
1794         its translation-table property.
1796         * international/code-pages.el: Don't register a coding system into
1797         non-iso-charset-alist more than once.
1798         (cp-make-coding-system): Likewise.
1800 2005-05-26  John Wiegley  <johnw@newartisans.com>
1802         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1803         `eshell-resume-eval' is wrapped in a list, it indicates that the
1804         command was run asynchronously.  In that case, unwrap the value
1805         before checking the delimiter value.
1807         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1808         character before a space at the end of a line is \, assume the space
1809         is part of the last argument rather than a final argument separator.
1811         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1812         is in use, and the target is `t' or `nil' (which are the most common
1813         values), don't assume that the symbol target is a buffer.
1815 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
1817         * calendar/calendar.el (calendar-mode-line-format):
1818         Use mode-line-highlight as mouse-face.
1820         * time.el (display-time-string-forms, display-time-update):
1821         Use mode-line-highlight as mouse-face.
1823 2005-05-26  Jay Belanger  <belanger@truman.edu>
1825         * calc/calc.el (calc-language-alist): Remove extra defvar.
1827 2005-05-26  Lute Kamstra  <lute@gnu.org>
1829         * arc-mode.el (archive-mode):
1830         * bookmark.el (bookmark-read-annotation-mode)
1831         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1832         * bs.el (bs-mode):
1833         * calc/calc-yank.el (calc-edit-mode):
1834         * calc/calc.el (calc-mode, calc-trail-mode):
1835         * calculator.el (calculator-mode):
1836         * chistory.el (command-history-mode):
1837         * comint.el:
1838         * cus-edit.el (custom-mode):
1839         * descr-text.el (describe-text-mode):
1840         * ebuff-menu.el (Electric-buffer-menu-mode):
1841         * ediff-util.el (ediff-mode):
1842         * emacs-lisp/re-builder.el (reb-mode):
1843         * emulation/vi.el (vi-mode-setup):
1844         * emulation/ws-mode.el (wordstar-mode):
1845         * eshell/esh-mode.el (eshell-mode):
1846         * forms.el (forms-mode):
1847         * help-mode.el (help-mode):
1848         * hexl.el (hexl-mode):
1849         * ibuffer.el (ibuffer-mode):
1850         * ielm.el (inferior-emacs-lisp-mode):
1851         * info.el (Info-mode, Info-edit-mode):
1852         * international/swedish.el:
1853         * ledit.el (ledit-from-lisp-mode):
1854         * locate.el (locate-mode):
1855         * mail/rmail.el (rmail-mode):
1856         * mail/rmailedit.el (rmail-edit-mode):
1857         * mail/rmailsum.el (rmail-summary-mode):
1858         * mail/supercite.el (sc-electric-mode):
1859         * net/eudc.el (eudc-mode):
1860         * net/quickurl.el (quickurl-list-mode):
1861         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1862         * obsolete/ooutline.el (outline-mode):
1863         * obsolete/options.el (Edit-options-mode):
1864         * obsolete/rnews.el (news-mode):
1865         * obsolete/rnewspost.el (news-reply-mode):
1866         * play/5x5.el (5x5-mode):
1867         * play/decipher.el (decipher-mode, decipher-stats-mode):
1868         * play/gomoku.el (gomoku-mode):
1869         * play/snake.el (snake-mode):
1870         * play/solitaire.el (solitaire-mode):
1871         * play/tetris.el (tetris-mode):
1872         * progmodes/ada-mode.el (ada-mode):
1873         * progmodes/antlr-mode.el (antlr-mode):
1874         * progmodes/autoconf.el (autoconf-mode):
1875         * progmodes/dcl-mode.el (dcl-mode):
1876         * progmodes/delphi.el (delphi-mode):
1877         * progmodes/ebrowse.el (ebrowse-tree-mode)
1878         (ebrowse-electric-list-mode, ebrowse-member-mode)
1879         (ebrowse-electric-position-mode):
1880         * progmodes/f90.el (f90-mode):
1881         * progmodes/fortran.el (fortran-mode):
1882         * progmodes/icon.el (icon-mode):
1883         * progmodes/idlw-help.el (idlwave-help-mode):
1884         * progmodes/idlw-shell.el (idlwave-shell-mode):
1885         * progmodes/idlwave.el (idlwave-mode):
1886         * progmodes/inf-lisp.el (inferior-lisp-mode):
1887         * progmodes/m4-mode.el (m4-mode):
1888         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1889         * progmodes/modula2.el (modula-2-mode):
1890         * progmodes/octave-inf.el (inferior-octave-mode):
1891         * progmodes/octave-mod.el (octave-mode):
1892         * progmodes/pascal.el (pascal-mode):
1893         * progmodes/sh-script.el (sh-mode):
1894         * progmodes/sql.el (sql-mode, sql-interactive-mode):
1895         * progmodes/vhdl-mode.el (vhdl-mode):
1896         * progmodes/xscheme.el (scheme-interaction-mode):
1897         * replace.el (occur-mode):
1898         * ses.el (ses-mode):
1899         * simple.el (completion-list-mode):
1900         * skeleton.el:
1901         * speedbar.el (speedbar-mode):
1902         * term.el (term-mode):
1903         * terminal.el (terminal-edit-mode):
1904         * textmodes/reftex-index.el (reftex-index-mode)
1905         (reftex-index-phrases-mode):
1906         * textmodes/reftex-sel.el (reftex-select-label-mode)
1907         (reftex-select-bib-mode):
1908         * textmodes/reftex-toc.el (reftex-toc-mode):
1909         * wdired.el (wdired-change-to-wdired-mode):
1910         * wid-browse.el (widget-browse-mode):
1911         Use run-mode-hooks.
1913         * array.el (array-mode):
1914         * calendar/todo-mode.el (todo-mode):
1915         * man.el (Man-mode):
1916         * play/landmark.el (lm-mode):
1917         * play/mpuz.el (mpuz-mode):
1918         Use kill-all-local-variables and run-mode-hooks.
1920         * subr.el (delay-mode-hooks): Specify indentation.
1922 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
1924         * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1926 2005-05-26  Jay Belanger  <belanger@truman.edu>
1928         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1929         of nil.
1931 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
1933         * progmodes/gdb-ui.el (gdb-frame-address):
1934         Rename from gdb-current-address.
1935         (gdb-previous-frame-address): Rename from gdb-previous-address.
1936         (gdb-selected-frame): Rename from gdb-current-frame.
1937         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1938         (gdb-frame-number): Rename from gdb-current-stack-level.
1939         (gdb-ann3): Match new mode-name for disassembly buffer.
1940         Extend initialisation of variables.
1941         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1942         (gdb-memory-mode): Use mouse-face in header line.
1943         (gdb-assembler-buffer-name): Call it disassembly and give frame
1944         in mode line.
1945         (gdb-source-spec-regexp, gdb-assembler-custom)
1946         (gdb-invalidate-assembler, gdb-frame-handler):
1947         Make robust to leading zeroes in address format.
1949 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
1951         * textmodes/org.el (org-mode): Use `define-derived-mode' to
1952         define `org-mode'.
1953         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1955 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1957         * log-edit.el (log-edit-changelog-entries): Distinguish between
1958         filenames like xfns.c and fns.c.
1960 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
1962         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1963         point after reverting.
1964         (Buffer-menu-make-sort-button): Handle the case where
1965         `Buffer-menu-use-header-line' is nil.
1967 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
1969         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1970         New funcs.  In minibuffer-local-completion-map bind `]', `/'
1971         and `:' to them.
1973 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1975         * startup.el (normal-top-level): Allow modification of load-path while
1976         we're iterating over it.
1978 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
1980         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1981         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1982         (thumbs-resize-interactive, thumbs-insert-image)
1983         (thumbs-insert-thumb, thumbs-dired-show-marked)
1984         (thumbs-find-image-at-point, thumbs-delete-images)
1985         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1986         (thumbs-increment-image-size, thumbs-decrement-image-size):
1987         Fix typos in docstrings.
1989 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
1991         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1992         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1993         (cperl-mode): Use them.
1995 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
1997         * window.el (quit-window, shrink-window-if-larger-than-buffer):
1998         Doc fixes.
2000 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
2002         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
2003         Bind C-d to gdb-inferior-io-eof.
2005         * dired.el (dired-dnd-popup-notice): Use message-box.
2007 2005-05-23  Masatake YAMATO  <jet@gyve.org>
2009         * bindings.el (mode-line-major-mode-keymap):
2010         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
2012         * faces.el (mode-line-highlight): New face.
2014         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
2015         as mouse-face.
2017         * bindings.el (top-level, help-echo, mode-line-modified)
2018         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
2019         as mouse-face.
2021 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
2023         * progmodes/cc-engine.el (c-guess-basic-syntax):
2024         Remove spurious call to `zerop'.
2026         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
2028 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
2030         CC Mode update to 5.30.10:
2032         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
2033         could go past the limit in decoration level 2, thereby causing
2034         errors during interactive fontification.
2036         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
2037         the file is evaluated interactively.
2039         * cc-engine.el (c-guess-basic-syntax): Handle operator
2040         declarations somewhat better in C++.
2042         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
2043         make use of `run-mode-hooks' which has been added in Emacs 21.1.
2044         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2045         (awk-mode): Use it.
2046         (make-local-hook): Suppress warning about obsoleteness.
2048         * cc-engine.el, cc-align.el, cc-cmds.el
2049         (c-append-backslashes-forward, c-delete-backslashes-forward)
2050         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
2051         Compensate for return value from `forward-line' when it has moved
2052         but not to a different line due to eob.
2054         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
2055         `objc-method-intro' and `objc-method-args-cont'.
2057 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
2059         CC Mode update to 5.30.10:
2061         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
2062         in the copyright statement.  Incidentally, change "along with GNU
2063         Emacs" to "along with this program" where it occurs.
2065         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
2066         so that it is interactive, hence can be found by M-x awk-mode
2067         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
2068         <gmorris+emacs@ast.cam.ac.uk>.
2070         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
2071         Mode's regexps.
2073 2005-05-23  Kevin Ryde  <user42@zip.com.au>
2075         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
2076         c-parse-state, to avoid a lisp error (on bad code).
2078 2005-05-23  Lute Kamstra  <lute@gnu.org>
2080         * subr.el (font-lock-defaults): Remove defvar as it's already
2081         defined in font-core.el.
2083         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
2085 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
2087         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
2088         more general and work when GDB variable "print pretty" is on,
2089         as with Emacs, for example.
2091 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
2093         * font-core.el: Update comment.
2095         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
2096         Use `after-change-major-mode-hook' instead of `find-file-hook'.
2098         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
2100 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
2102         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
2103         and `yank-handler' in the doc strings.
2105 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2107         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
2109 2005-05-22  Richard M. Stallman  <rms@gnu.org>
2111         * help.el (describe-key): Move print-help-return-message call
2112         out of conditional.
2114         * progmodes/etags.el (list-tags): Use with-no-warnings.
2116         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
2117         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
2118         (starttls-extra-args, starttls-extra-arguments): Add defvars.
2120         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
2122         * language/viet-util.el (viet-viscii-nonascii-translation-table):
2123         Add defvar.
2125         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
2126         Use defvar, not defconst.
2128         * hexl.el (hexl-follow-line): Use with-no-warnings.
2130         * emulation/tpu-extras.el: Use write-file-functions instead of
2131         write-file-hooks.
2133         * dired.el (dired-font-lock-keywords): Fontify files with junk
2134         extensions even if marked by -F.
2136 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
2138         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
2139         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
2140         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
2141         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
2142         (concatenate, list-length, get*, getf, cl-remprop):
2143         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
2144         (etypecase, progv, lexical-let, lexical-let*)
2145         (multiple-value-bind, multiple-value-setq, shiftf):
2146         Improve argument/docstring consistency.
2148         * subr.el (focus-frame, unfocus-frame):
2149         Revert deletion on 2005-05-01.
2151 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
2153         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
2154         doesn't exist.
2156         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
2157         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
2159 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
2161         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
2162         already deleted variables: auto-fill-hook, blink-paren-hook,
2163         lisp-indent-hook, inhibit-local-variables, unread-command-event,
2164         suspend-hooks, comment-indent-hook, meta-flag,
2165         before-change-function, after-change-function,
2166         font-lock-doc-string-face.
2168 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
2170         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
2172 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
2174         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
2175         rmail-dont-reply-to.
2177 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
2179         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
2180         literal blank when splitting new-header-values.
2182 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
2184         * calendar/cal-menu.el (cal-menu-update): Add separator as a
2185         string so that tmm doesn't create a completion entry for it.
2187         * textmodes/table.el (table-disable-menu): Ditto.
2189 2005-05-21  Richard M. Stallman  <rms@gnu.org>
2191         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
2193         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
2195         * net/rcompile.el (remote-compile): Use compilation-start.
2197         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
2199 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
2201         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
2202         Default to makefile-bsdmake-mode on BSD systems.
2204         * imenu.el (imenu-generic-expression, imenu--generic-function'):
2205         REGEXP may also be a search function now.  The part of doc-string
2206         for describing the structure was 95% identical to that of
2207         `imenu--generic-function'.  Unify it there.
2209         * progmodes/make-mode.el (makefile-imenu-generic-expression):
2210         Use function to find dependencies, because regexp alone is so complex,
2211         it easily goes into an endless loop.
2212         (makefile-makepp-mode): Also add submenu for Perl functions
2213         defined in the makefile.
2214         (makefile-bsdmake-mode): Special imenu-generic-expression no
2215         longer needed, due to function call.
2216         (makefile-match-dependency): Take BOUND into account when checking
2217         if we're through.
2219 2005-05-20  Jay Belanger  <belanger@truman.edu>
2221         * calc/calc-units.el (calc-invalidate-units-table):
2222         Use inhibit-read-only.
2223         (math-build-units-table-buffer): Use view-mode.
2225 2005-05-20  David Kastrup  <dak@gnu.org>
2227         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
2228         easy-menu-add is not a nop on Emacs; and clarify when to call it.
2230 2005-05-20  Lute Kamstra  <lute@gnu.org>
2232         * diff-mode.el (diff-header-face, diff-file-header-face)
2233         (diff-index-face, diff-hunk-header-face, diff-removed-face)
2234         (diff-added-face, diff-changed-face, diff-function-face)
2235         (diff-context-face, diff-nonexistent-face): Put them in the
2236         diff-mode customization group.
2238 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2240         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
2242         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
2244         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
2245         Minor regexp-optimization.
2247 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
2249         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
2250         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
2251         (org-agenda-add-time-grid-maybe): New function.
2252         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
2253         (org-table-create): `dotimes' instead of `mapcar'.
2254         (org-xor): Simplify implementation.
2255         (org-agenda): `inhibit-redisplay' turned on.
2256         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
2257         a consistent line after a state change.
2258         (org-agenda-remove-times-when-in-prefix): New option.
2259         (org-prefix-has-time): New variable.
2260         (org-parse-time-string): Optional argument NODEFAULT.
2261         (org-format-agenda-item): Parse items for time-of-day
2262         specifications and move these into the prefix if possible.
2263         (org-agenda-priority): Get current heading, not previous heading
2264         during agenda remote editing.
2266 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
2268         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
2269         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
2270         (remove-duplicates, delete-duplicates, substitute)
2271         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
2272         (nsubstitute-if-not, find, find-if, find-if-not, position)
2273         (position-if, position-if-not, count, count-if, count-if-not)
2274         (mismatch, search, sort*, stable-sort, merge, member*)
2275         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
2276         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
2277         (intersection, nintersection, set-difference, nset-difference)
2278         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
2279         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
2280         (nsublis, tree-equal): Improve argument/docstring consistency.
2282         * subr.el (send-string, send-region):
2283         Remove obsolescence declaration.
2284         (window-dot, set-window-dot, read-input, show-buffer)
2285         (eval-current-buffer, string-to-int):
2286         Add release number to obsolescence declarations.
2288 2005-05-19  Kim F. Storm  <storm@cua.dk>
2290         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
2291         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
2293 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
2295         * faces.el (list-faces-display): Make back button respect optional
2296         regexp arg.
2298 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
2300         * calculator.el (calculator-radix-grouping-mode)
2301         (calculator-radix-grouping-digits, calculator-displayer)
2302         (calculator-radix-grouping-separator, calculator-copy-displayer):
2303         * dabbrev.el (dabbrev-search-these-buffers-only):
2304         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
2305         (diff-advance-after-apply-hunk, diff-mode-hook)
2306         (diff-minor-mode-prefix):
2307         * imenu.el (imenu-use-popup-menu):
2308         * jit-lock.el (jit-lock-context-time):
2309         * newcomment.el (comment-fill-column, comment-column)
2310         (comment-style, comment-padding, comment-multi-line)
2311         (comment-empty-lines, comment-auto-fill-only-comments):
2312         * reveal.el (reveal-around-mark):
2313         * uniquify.el (uniquify-buffer-name-style)
2314         (uniquify-after-kill-buffer-p)
2315         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
2316         (uniquify-min-dir-content, uniquify-separator)
2317         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
2318         * w32-vars.el (w32-fixed-font-alist):
2319         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2320         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
2321         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
2322         * progmodes/perl-mode.el (perl-indent-level)
2323         (perl-continued-statement-offset, perl-continued-brace-offset)
2324         (perl-brace-offset, perl-brace-imaginary-offset)
2325         (perl-label-offset, perl-indent-continued-arguments)
2326         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
2327         * progmodes/tcl.el (tcl-indent-level)
2328         (tcl-continued-indent-level, tcl-auto-newline)
2329         (tcl-tab-always-indent, tcl-electric-hash-style)
2330         (tcl-help-directory-list, tcl-use-smart-word-finder)
2331         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
2332         (inferior-tcl-source-command):
2333         * textmodes/fill.el (enable-kinsoku):
2334         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
2335         * textmodes/table.el (table-yank-handler):
2336         Specify missing group (and type, if simple) in defcustom.
2338 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
2340         * progmodes/compile.el (compilation-finish-function): Fix defvar.
2342 2005-05-19  Richard M. Stallman  <rms@gnu.org>
2344         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
2346         * subr.el (event-basic-type): Don't get an error.
2347         (left-fringe-p): Function deleted.
2349         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
2350         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
2352         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
2353         in recursive copy.
2355         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
2357         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
2359         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
2360         Call byte-compile-nogroup-warn if appropriate.
2362         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
2363         (compilation-set-window): Don't call left-fringe-p; do it directly.
2365 2005-05-19  Jay Belanger  <belanger@truman.edu>
2367         * calc/calc-graph.el (calc-graph-format-data): Make sure
2368         var-PlotRejects is bound before trying to check its value.
2370 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
2372         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
2373         definition of this variable from reftex-global.el to reftex.el,
2374         because it is needed in the menu.
2376 2005-05-19  Lute Kamstra  <lute@gnu.org>
2378         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
2379         years are fixed.  Don't insert a space after a dash.
2381 2005-05-19  Kim F. Storm  <storm@cua.dk>
2383         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
2385 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
2387         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
2388         strings, because (eq ... ?\\) is fairly frequent.
2390         * progmodes/make-mode.el (makefile-add-this-line-targets):
2391         Simplify and integrate into `makefile-pickup-targets'.
2392         (makefile-add-this-line-macro): Simplify and integrate into
2393         `makefile-pickup-macros.
2394         (makefile-pickup-filenames-as-targets): Simplify.
2395         (makefile-previous-dependency, makefile-match-dependency):
2396         Don't stumble over `::'.
2398 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
2400         * subr.el (post-command-idle-hook, post-command-idle-delay):
2401         Remove obsoletion of post-command-idle-hook and
2402         post-command-idle-delay.
2404         * faces.el (list-faces-display): Provide button when describe-face
2405         is called to take user back to the list of faces.
2407         * help-fns.el (describe-variable): Remove hyperlinks in a
2408         variable's value as these are quite frequently inappropriate.
2410         * follow.el (follow-submit-feedback, follow-mode):
2411         Remove references to post-command-idle-hook.
2413 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
2415         * progmodes/make-mode.el (makefile-previous-dependency)
2416         (makefile-match-dependency): Check for := (and in bsd mode also
2417         !=) to give a better result, even when font-lock is not on.
2419 2005-05-18  Jay Belanger  <belanger@truman.edu>
2421         * calc/calc-help.el (calc-s-prefix-help):
2422         Add `calc-copy-special-constant' to help string.
2424 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
2426         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2428 2005-05-18  Jay Belanger  <belanger@truman.edu>
2430         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
2431         in linear factors are in proper order.
2433 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
2435         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
2436         Support for jurabib.
2438         * textmodes/reftex.el (featurep): Define aliases for overlay
2439         commands, for XEmacs compatibility, and use these aliases in
2440         overlay initializations.
2441         (reftex-highlight): Use `reftex-move-overlay'.
2442         (reftex-unhighlight): Use `reftex-delete-overlay'.
2443         (reftex-uniq): Funktion removed.  Use `reftex-uniquify' instead.
2444         (reftex-access-search-path): Use `reftex-uniquify' instead of
2445         `reftex-uniq'
2447         * textmodes/reftex-sel.el (reftex-select-unmark):
2448         Overlay `before-string' property modification enables for Emacs as well.
2449         (reftex-select-item): Use `reftex-delete-overlay'.
2450         (reftex-select-mark): Use `reftex-make-overlay' and
2451         `reftex-overlay-put'.
2452         (reftex-select-unmark): Use `reftex-delete-overlay' and
2453         `reftex-overlay-put'.
2455 2005-05-18  Lute Kamstra  <lute@gnu.org>
2457         * emacs-lisp/lisp.el (check-parens): Fix docstring.
2459 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
2461         * add-log.el (add-change-log-entry):
2462         * array.el (array-make-template, array-reconfigure-rows)
2463         (array-init-max-row, array-init-max-column)
2464         (array-init-columns-per-line, array-init-field-width):
2465         * replace.el (replace-match-maybe-edit, perform-replace):
2466         * textmodes/spell.el (spell-region):
2467         Replace `read-input' by `read-string'.
2469         * forms.el (forms-mode):
2470         * finder.el (finder-compile-keywords):
2471         * shadowfile.el (shadow-read-files):
2472         Replace `eval-current-buffer' by `eval-buffer'.
2474         * terminal.el (te-pass-through):
2475         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
2476         (ange-ftp-raw-send-cmd):
2477         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
2478         (send-process-next-char, telnet-initial-filter, telnet):
2479         Replace `send-string' by `process-send-string'.
2481         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
2482         (prolog-consult-region): Replace `send-string' by
2483         `process-send-string'; replace `send-region' by `process-send-region'.
2485         * progmodes/delphi.el (delphi-log-msg):
2486         Replace `set-window-dot' by `set-window-point'.
2488         * subr.el (window-dot, set-window-dot, read-input, send-string)
2489         (send-region, show-buffer, eval-current-buffer):
2490         Make really obsolete, as the comment says.
2492 2005-05-17  Kim F. Storm  <storm@cua.dk>
2494         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
2495         (cua--init-keymaps): Bind C-return instead of S-return to set
2496         rectangle mark.
2498         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
2499         instead of S-return to toggle/clear rectangle mark.
2501 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
2503         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
2504         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
2505         Also fontify plain strings assigned to variables, mostly so that a
2506         colon has a face and is thus not taken as a dependency separator.
2507         (makefile-previous-dependency): Inline the new matcher, because it
2508         is too complex to work in both directions.
2509         (makefile-match-dependency): Eliminate `backward' arg (see above).
2510         Completely reimplemented so as to not sometimes go into an endless
2511         loop.  It should also be more efficient, because first it only
2512         searches for `:', instead of applying the very complex regexp.
2513         (makefile-mode): Cancel `font-lock-support-mode', because blocks
2514         to be fontified in one piece can be too long for JIT.
2515         Makefiles are never *that* big.
2517 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
2519         * dired.el (dired-mode): Simplify.
2521 2005-05-17  Lute Kamstra  <lute@gnu.org>
2523         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
2524         defcustom for the mode hook variable.
2526         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
2527         Emacs Lisp Reference Manual.
2529 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
2531         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
2532         (evenp, list*):
2533         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
2534         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
2536         * net/tramp-smb.el (tramp-smb-open-connection):
2537         Pass `tramp-chunksize' as fifth (required) argument.
2539 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
2541         * font-lock.el (lisp-font-lock-keywords-1):
2542         Set `font-lock-negation-char-face' for [^...] char group.
2543         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
2545         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
2546         a var, and refine it to mask one more level of nested vars.
2547         (makefile-rule-action-regex): Turn it into a var, and refine it so
2548         it recognizes backslashed continuation lines as belonging to the
2549         same command.
2550         (makefile-macroassign-regex): Refine it so it recognizes
2551         backslashed continuation lines as belonging to the same command.
2552         (makefile-var-use-regex): Don't look at the next char, because it
2553         might be the same one to be skipped by the initial [^$], leading
2554         to an overlooked variable use.
2555         (makefile-make-font-lock-keywords): Remove two parameters, which
2556         are now variables that some of the modes set locally.
2557         Handle dependency and rule action matching through functions, because
2558         regexps alone match too often.  Dependency matching now comes
2559         last, so it can check, whether a colon already matched something else.
2560         (makefile-mode): Inform that font-lock improves makefile parsing
2561         capabilities.
2562         (makefile-match-dependency, makefile-match-action): New functions.
2564 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
2566         * emacs-lisp/cl-extra.el (equalp): Doc fix.
2568         * align.el (align-regexp):
2569         * ansi-color.el (ansi-color-get-face):
2570         * array.el (array-reconfigure-rows, array-init-max-row)
2571         (array-init-max-column, array-init-columns-per-line)
2572         (array-init-field-width):
2573         * dired-aux.el (dired-trample-file-versions):
2574         * dired-x.el (dired-mark-sexp):
2575         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
2576         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
2577         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
2578         * faces.el (face-read-integer):
2579         * files.el (backup-extract-version, insert-directory):
2580         * hexl.el (hexl-insert-decimal-char):
2581         * server.el (server-process-filter):
2582         * shell.el (shell-extract-num):
2583         * startup.el (command-line-1):
2584         * term.el (term-command-hook):
2585         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
2586         (time-stamp-do-number):
2587         * time.el (display-time-update):
2588         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
2589         (timezone-fix-time):
2590         * vms-patch.el (vms-suspend-resume-hook):
2591         * calendar/appt.el (appt-convert-time):
2592         * calendar/cal-bahai.el (mark-bahai-diary-entries):
2593         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2594         * calendar/cal-islam.el (mark-islamic-diary-entries):
2595         * calendar/calendar.el (calendar-cursor-to-date)
2596         (calendar-star-date):
2597         * calendar/diary-lib.el (diary-attrtype-convert)
2598         (mark-diary-entries, diary-entry-time):
2599         * calendar/solar.el (solar-get-number):
2600         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
2601         * emacs-lisp/re-builder.el (reb-display-subexp):
2602         * emulation/edt.el (edt-set-scroll-margins):
2603         * emulation/tpu-extras.el (tpu-set-scroll-margins):
2604         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
2605         (vip-get-ex-count):
2606         * emulation/viper-ex.el (viper-get-ex-token)
2607         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
2608         * international/fontset.el (fontset-plain-name):
2609         * mail/feedmail.el (feedmail-look-at-queue-directory):
2610         * mail/mailalias.el (mail-get-names):
2611         * mail/rmail.el (rmail-convert-to-babyl-format):
2612         * mail/rmailsum.el (rmail-make-basic-summary-line)
2613         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
2614         (rmail-summary-goto-msg):
2615         * mail/smtpmail.el (smtpmail-read-response):
2616         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
2617         (ange-ftp-vms-add-file-entry):
2618         * play/gametree.el (gametree-looking-at-ply)
2619         (gametree-current-branch-score):
2620         * progmodes/ada-xref.el (ada-prj-find-prj-file)
2621         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2622         * progmodes/cperl-mode.el (condition-case):
2623         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2624         (ebrowse-set-member-buffer-column-width)
2625         (ebrowse-select-1st-to-9nth):
2626         * progmodes/etags.el (etags-snarf-tag):
2627         * progmodes/flymake.el (flymake-parse-line):
2628         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2629         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2630         (idlwave-shell-menu-def):
2631         * progmodes/ps-mode.el (ps-run-goto-error):
2632         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2633         (vhdl-speedbar-contract-level):
2634         * term/mac-win.el (x-handle-numeric-switch):
2635         * term/sun-mouse.el (sun-get-frame-data):
2636         * term/w32-win.el (x-handle-numeric-switch):
2637         * term/x-win.el (x-handle-numeric-switch):
2638         * textmodes/ispell.el (ispell-parse-output):
2639         * textmodes/nroff-mode.el (nroff-outline-level):
2640         * textmodes/reftex-cite.el (reftex-bib-sort-year)
2641         (reftex-bib-sort-year-reverse, reftex-format-citation):
2642         * textmodes/reftex-parse.el (reftex-init-section-numbers)
2643         (reftex-section-number):
2644         * textmodes/texinfmt.el (texinfo-paragraphindent):
2645         Replace `string-to-int' by `string-to-number'.
2647         * international/latexenc.el: Add page marker to force the "Local
2648         Variables:" string out of the last page.
2650 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
2652         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2653         tooltip-change-major-mode.
2654         (gud-tooltip-print-command): Remove case where gud-minor-mode
2655         is gdb ("--fullname").
2656         (gud-tooltip-tips): Turn GUD tooltips off for this case and
2657         explain to user.
2659 2005-05-16  Jay Belanger  <belanger@truman.edu>
2661         * calc/calc-store.el (calc-copy-special-constant): New function.
2663         * calc/calc-ext.el (calc-init-extensions): Add binding for
2664         `calc-copy-special-constant'.
2666         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2667         for the `calc-copy-special-constant' command.
2669 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
2671         * subr.el (left-fringe-p): New function.
2673         * progmodes/compile.el (compilation-setup): Set local value of
2674         overlay-arrow-string to "" always.
2675         (compilation-set-window): Left fringe then don't scroll.
2676         No left fringe then no arrow and scroll message to top.
2677         (compilation-context-lines): Adjust doc string accordingly.
2679 2005-05-16  Kim F. Storm  <storm@cua.dk>
2681         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2682         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2683         (ido-wide-find-dir-or-delete-dir): New command for M-d.
2684         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
2685         (ido-read-file-name): Handle commands with ido property value
2686         equal to find-file as reading a file name, to allow C-d to enter dired.
2687         (ibuffer-find-file): Add ido property with value find-file.
2689 2005-05-15  Kim F. Storm  <storm@cua.dk>
2691         * subr.el (open-network-stream-nowait): Remove.
2692         (open-network-stream-server): Remove.
2694 2005-05-15  Richard M. Stallman  <rms@gnu.org>
2696         * faces.el (describe-face): Output a definition link button.
2698         * help-mode.el (help-face-def): New button type.
2700         * emacs-lisp/copyright.el (copyright-fix-years):
2701         Match properly if the first year is 2-digit.
2702         Don't mess up the whitespace after the years by filling.
2704         * dired-aux.el (dired-mark-confirm):
2705         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2707         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2708         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2709         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2711         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2712         Set font-lock-comment-start-skip.
2714         * font-lock.el (font-lock-comment-start-skip): New variable.
2715         (font-lock-comment-end-skip): New variable.
2716         (font-lock-fontify-syntactically-region): Use them if non-nil.
2718 2005-05-15  Jay Belanger  <belanger@truman.edu>
2720         * calc/calc-store.el (calc-store-value): Return a string rather
2721         than display it as a message.
2722         Use calc-var-name for variable name.
2723         (calc-store-into): Add the result of calc-store-value to message.
2724         (calc-copy-variable): Add a message.
2725         (calc-store-exchange): Improve error messages.
2726         (calc-store-binary, calc-store-map): Don't reset the values of
2727         special constants.
2729 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
2731         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2732         manual to docstring.
2734         * files.el (hack-local-variables-confirm): Add STRING argument.
2735         Make the function handle non file visiting buffers correctly.
2736         (hack-local-variables-prop-line, hack-local-variables)
2737         (hack-one-local-variable): Use STRING arg of
2738         `hack-local-variables-confirm'.
2740 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
2742         Sync with Tramp 2.0.49.
2744         * tramp.el (tramp-handle-dired-call-process)
2745         (tramp-handle-insert-directory):`insert-buffer' cannot be used
2746         because the contents of the Tramp buffer is changed before
2747         insertion (`expand-file' and alike).
2748         (tramp-handle-insert-directory): If `localname' has an empty
2749         nondirectory name, it must not be quoted.
2750         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
2751         variable `tramp-chunksize'.  Change callees.
2752         (tramp-open-connection-setup-interactive-shell): Check remote host
2753         for buggy `send-process-string' implementation.
2754         Set `tramp-chunksize' if found.  Reported by Michael Kifer
2755         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2756         (tramp-handle-shell-command): `insert-buffer' cannot be used
2757         because the contents of the Tramp buffer is changed before
2758         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2759         <frederic.bothamy@free.fr>.
2760         (tramp-set-auto-save): Actions should be done for Tramp file name
2761         handler only.  Ange-FTP has its own auto-save mechanism.
2762         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2763         (tramp-set-auto-save-file-modes): Set file modes of
2764         `buffer-auto-save-file-name' to ?\600 as fallback solution.
2765         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2766         (tramp-bug): Remove obsolete variable.
2767         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
2768         for presence of `mml-mode'.  Make it running for older Emacsen as well.
2770 2005-05-14  John Paul Wallington  <jpw@pobox.com>
2772         * ibuf-ext.el (define-ibuffer-filter filename):
2773         If `dired-directory' is a list, use its car.
2775 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
2777         * ibuffer.el (define-ibuffer-column filename):
2778         If `dired-directory' is a list, use its car.
2780 2005-05-14  Richard M. Stallman  <rms@gnu.org>
2782         * subr.el (symbol-file): Doc fix.
2784         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2785         (byte-compile-form): Call byte-compile-nogroup-warn.
2786         (byte-compile-warning-types): Doc fix.
2788         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2790         * progmodes/cc-engine.el (c-literal-faces):
2791         Add font-lock-comment-delimiter-face.
2793         * net/net-utils.el (dig): Use with-no-warnings.
2795         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2796         (sc-recite-frame-alist, sc-default-cite-frame)
2797         (sc-default-uncite-frame, sc-default-recite-frame)
2798         (sc-attrib-selection-list, sc-rewrite-header-list):
2799         Mark as risky-local-variable.
2801         * international/ogonek.el (ogonek-jak, ogonek-how):
2802         Don't use beginning-of-buffer.
2804         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2806         * calendar/solar.el (solar-data-list): Move definition up.
2808         * dnd.el (dnd-protocol-alist): Add autoload.
2810         * progmodes/sh-script.el: Many doc usage fixes.
2811         (sh-indent-after-do): Change default to match common styles.
2813 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
2815         * files.el (interpreter-mode-alist)
2816         (auto-mode-interpreter-regexp): Doc fixes.
2818 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
2820         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2822         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2824 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2826         * dired.el (dired-mode): make-variable-buffer-local =>
2827         make-local-variable.
2829 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2831         * term/mac-win.el (mac-select-convert-to-string): Try coding
2832         systems in mac-script-code-coding-systems if specified one cannot
2833         encode string for `com.apple.traditional-mac-plain-text'.
2835 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
2837         * progmodes/make-mode.el (makefile-targets-face)
2838         (makefile-shell-face, makefile-makepp-perl-face): New faces.
2839         (makefile-dependency-regex): Fix it to not make the colon in
2840         $(var:a=b) special.
2841         (makefile-rule-action-regex): New regexp for highlighting embedded
2842         Shell strings.
2843         (makefile-macroassign-regex): Handle != for highlighting as
2844         embedded Shell strings.
2845         (makefile-var-use-regex): New const.
2846         (makefile-statements, makefile-automake-statements)
2847         (makefile-gmake-statements, makefile-makepp-statements)
2848         (makefile-bsdmake-statements): New consts.
2849         (makefile-make-font-lock-keywords): New function.
2850         (makefile-automake-font-lock-keywords)
2851         (makefile-gmake-font-lock-keywords)
2852         (makefile-makepp-font-lock-keywords)
2853         (makefile-bsdmake-font-lock-keywords): New consts.
2854         (makefile-mode-map): Add switchers between the various submodes.
2855         (makefile-mode): Document the availability of the variants.
2856         (makefile-automake-mode, makefile-gmake-mode)
2857         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2859         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2860         new variants of makefile-mode.
2862 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2864         * font-lock.el (font-lock-comment-delimiter-face): Fix up
2865         the inheritance.
2867 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
2869         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2870         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2872         * files.el (normal-mode): Extend the scope of the
2873         `enable-local-variables' binding to include the `set-auto-mode' call.
2874         (magic-mode-alist): Doc fix.
2876 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2878         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2879         font-lock-comment-face rather than copying its setting.
2881 2005-05-12  Andreas Schwab  <schwab@suse.de>
2883         * eshell/esh-mode.el (eshell-send-input): Doc fix.
2885 2005-05-12  Lute Kamstra  <lute@gnu.org>
2887         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2888         defcustom for the mode hook variable.  Delete the last argument.
2889         * generic-x.el: Fix callers of define-generic-mode.
2890         (generic-x-modes): Delete group.
2891         (show-tabs-tab-face, show-tabs-space-face): Put them in the
2892         generic-x customization group.
2894 2005-05-12  Kim F. Storm  <storm@cua.dk>
2896         * font-lock.el (font-lock-negation-char-face): Default to "off".
2898         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2899         font-lock-negation-char-face to ! in !=.
2901 2005-05-12  Masatake YAMATO  <jet@gyve.org>
2903         * add-log.el (find-change-log): Fix typos in the docstring
2904         of function.
2906 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2908         * international/latexenc.el (latexenc-find-file-coding-system):
2909         Avoid `re-search-forward' when looking for input encoding because
2910         of speed and safety.  Better regular expressions for recognizing
2911         input encoding.  Limit a search for TeX-master/tex-main-file to
2912         the local variable section.
2914 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
2916         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2917         syntax of $ to "'" (quote).
2919 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
2921         * dnd.el (dnd-protocol-alist): Improve custom type.
2923         * dired.el (dired-dnd-protocol-alist): New variable.
2924         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
2925         `dired-mode-hook' to the end.
2927 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2929         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2930         comment-end if comment-start-skip is not set.
2931         Obey the font-lock-comment-delimiter-face variables.
2933 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2935         * files.el (executable-find): Move from executable.el.  Use locate-file.
2936         * progmodes/executable.el (executable-find): Move to files.el.
2938         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2939         when trying to ensure forward progress.
2941 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
2943         * mouse-sel.el (mouse-sel-follow-link-p): New function.
2944         (mouse-select, mouse-select-internal, mouse-extend-internal):
2945         Use it to implement mouse-1-click-follows-link functionality.
2947 2005-05-11  Richard M. Stallman  <rms@gnu.org>
2949         * font-lock.el (font-lock-fontify-syntactically-region):
2950         Use font-lock-comment-delimiter-face for comment delimiters.
2952 2005-05-10  Jay Belanger  <belanger@truman.edu>
2954         * calc/calc-help.el (calc-m-prefix-help): Add mention of
2955         preserving embedded modes.
2957 2005-05-10  Richard M. Stallman  <rms@gnu.org>
2959         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2961         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2962         Move from ada-stmt.el.
2963         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2965         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2966         Move to ada-mode.el.
2967         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2969         * cus-edit.el (custom-file): Call file-chase-links.
2971         * files.el (read-directory-name): Fix previous change.
2972         (hack-local-variables-confirm): New function.
2973         (hack-local-variables-prop-line, hack-local-variables)
2974         (hack-one-local-variable): Use it.
2976 2005-05-10  Lute Kamstra  <lute@gnu.org>
2978         * font-lock.el (font-lock-keywords-alist)
2979         (font-lock-removed-keywords-alist): Clarify docstrings.
2981 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
2983         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2984         (gdb-source-info): Check for preprocessor info.
2985         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
2986         a macro for a function.
2987         (gdb-info-breakpoints-custom): Try to find file again if not already
2988         found (user might have used GDB dir command).
2989         (gdb-get-location): Update gdb-location-alist correctly for change
2990         to gdb-info-breakpoints-custom.
2992         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2993         (gud-tooltip-print-command): Add gdbmi case.
2994         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2995         preprocessor info.
2997 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
2999         * startup.el (fancy-splash-insert): Fix typo in doc string.
3001 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
3003         * obsolete/float.el (string-to-float):
3004         * obsolete/hilit19.el (hilit-add-pattern):
3005         * obsolete/rnews.el (news-parse-range, news-select-message)
3006         (news-get-pruned-list-of-files): Replace `string-to-int' by
3007         `string-to-number'.
3009         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
3010         `find-file-not-found-hooks'; use `add-hook'.
3011         (uncompress-while-visiting): Set `write-file-functions', not
3012         `write-file-hooks'; use `add-hook'.
3014 2005-05-09  Kim F. Storm  <storm@cua.dk>
3016         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
3017         (cua-paste): Handle clipboard action.
3018         (cua--init-keymaps): Remap clipboard-kill-region and
3019         clipboard-kill-ring-save.
3021 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
3023         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3024         Improve commentary.
3026         * simple.el (next-error-overlay-arrow-position): Revert the change
3027         made on 2005-04-30.
3029 2005-05-07  Jay Belanger  <belanger@truman.edu>
3031         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
3032         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
3033         `calc-sel-reselect'.
3035         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
3036         Calc is in embedded mode.
3038 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
3040         * progmodes/compile.el (compilation-setup):
3041         Set overlay-arrow-string to an empty string on text terminals.
3043         * textmodes/ispell.el (ispell-program-name): Try looking for
3044         "aspell" along exec-path, and if found, use it as the default
3045         speller program.
3047 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
3049         * international/mule.el (sgml-xml-auto-coding-function):
3050         Recognize encoding='FOO' in single quotes as well as in double quotes.
3052 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3054         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
3055         as well as `interactive', so that defmacro* would recognize
3056         `declare' forms.
3058 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
3060         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3061         Explain more about the LIGHTER arg's usage in the doc string.
3062         Add commentary to clarify what the code does.  Fix the regexp that
3063         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
3064         since it could have characters special to regular expressions.
3066 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
3068         * replace.el (occur-1): Bind inhibit-read-only so that
3069         erase-buffer doesn't barf on read-only text properties (likewise
3070         for add-text-properties in occur-engine).  Mark buffer as unmodified.
3071         (occur-engine): Don't set buffer-read-only here.
3073 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3075         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
3076         list-buffers-directory.  This caused the *cvs-commit* buffer to be
3077         sometimes mistakenly reused as a *cvs* buffer.
3079 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
3081         * tooltip.el: Move code for GUD tooltips into gud.el.
3082         (require): CL no longer needed to compile case.
3083         (tooltip-mode): Do not toggle functions for GUD tooltips.
3084         (tooltip-gud-tips-p): Remove.  Replace with minor mode
3085         gud-tooltip-mode in gud.el.
3086         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
3087         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
3088         tooltip-gud prefix with gud-tooltip and obsolete.
3089         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
3090         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
3091         (tooltip-mouse-motion): Mouse movement functions/variable.
3092         Rename in gud.el by adding gud prefix.
3093         (tooltip-gud-original-filter, tooltip-gud-dereference)
3094         (tooltip-gud-event, tooltip-toggle-gud-tips)
3095         (tooltip-gud-process-output, tooltip-gud-print-command)
3096         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
3097         gud.el by replacing tooltip-gud prefix with gud-tooltip.
3098         (gdb-tooltip-print): Move to gdb-ui.el.
3100         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
3101         (require): CL needed to compile case.
3102         (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
3103         tooltip-gud-tips-p.  Make it a minor-mode.
3104         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
3105         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
3106         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
3107         (gud-tooltip-change-major-mode)
3108         (gud-tooltip-activate-mouse-motions-if-enabled)
3109         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
3110         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
3111         (gud-tooltip-original-filter, gud-tooltip-dereference)
3112         (gud-tooltip-event, tooltip-toggle-gud-tips)
3113         (gud-tooltip-process-output, gud-tooltip-print-command)
3114         (gud-tooltip-tips): Move from tooltip.el.
3116         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
3117         (gdb-cpp-define-alist-flags): Doc fix.
3118         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
3119         gud-tooltip-mode is t.
3121 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3123         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
3124         evaporate if their text is deleted.
3125         (goto-address-at-point): Make it work as a mouse binding as well.
3126         (goto-address-at-mouse): Obsolete it.  Update users.
3128 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
3130         * calendar/appt.el (top-level): No longer activate on load.
3132 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
3134         * calendar/cal-bahai.el (mark-bahai-diary-entries):
3135         * net/webjump.el (webjump):
3136         * progmodes/idlw-help.el (idlwave-do-context-help1)
3137         (idlwave-highlight-linked-completions):
3138         * textmodes/po.el (po-find-file-coding-system-guts):
3139         Replace `assoc-ignore-case' by `assoc-string'.
3141 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
3143         * files.el (locate-file): Doc fix.
3145         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
3146         Remove the redundant test for ms-dos.
3148         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
3149         look for the preprocessor with exec-suffixes.  If not found in
3150         standard places, look in exec-path.  Remove most of the tests that
3151         used system-type.
3153         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
3155         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
3157         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
3158         file-name clash with jka-compr.el on 8+3 filesystems.
3160 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3162         * term/mac-win.el: Don't define or bind scroll bar functions if
3163         x-toolkit-scroll-bars is t.
3164         (x-select-text, x-get-selection-value):
3165         Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
3166         (PRIMARY): Put mac-scrap-name property.
3167         (mac-select-convert-to-file-url): New function.
3168         (public.file-url): New selection target type.  Add to
3169         selection-converter-alist.
3170         (x-get-selection, x-selection-value): Handle it.
3171         (x-cut-buffer-or-selection-value): New alias.
3173 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3175         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
3176         entry to avoid calling bibtex-find-entry with arg global
3177         being t.  Remove arg key.
3178         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
3179         (bibtex-copy-summary-as-kill): Change accordingly.
3181 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3183         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
3184         (org-agenda-date-later): Use with-current-buffer.
3186 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
3188         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
3189         (define-obsolete-variable-alias): Doc Fixes.
3191 2005-05-06  Kim F. Storm  <storm@cua.dk>
3193         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
3194         vertical-motion when selective-display is active.
3196         * ido.el (ido-setup-hook): New hook.
3197         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
3198         (ido-input-stack): New var.
3199         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
3200         ido-next-work-file binding to M-O.
3201         Bind M-f to ido-wide-find-file-or-pop-dir.
3202         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
3203         (ido-read-internal): Run ido-setup-hook.
3204         Catch quit in read-file-name and read-string to cancel edit.
3205         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
3206         Automatically pop-all when completing a directory name (RET).
3207         (ido-file-internal): Add with-no-warnings around ffap and dired code.
3208         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
3209         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
3210         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
3211         New functions for M-b/M-f to move among the directory components.
3212         (ido-make-merged-file-list): Catch quit to cancel merge.
3213         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
3214         (ido-completion-help): No warnings for ido-completion-buffer-full.
3216 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
3218         * font-lock.el (font-lock-negation-char-face): New face and variable.
3219         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
3220         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
3221         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
3222         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
3224 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
3226         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
3227         Fix typo in docstring.
3229         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
3230         (ebrowse-print-statistics-line)
3231         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
3233         * term/w32-win.el (image-library-alist): Add additional name for
3234         Xpm library.
3236 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
3238         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
3239         use gcc instead of cpp.
3241         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3242         (gdb-create-define-alist): Use it.
3243         (gdb-cpp-define-alist-program): Update for MS-DOS.
3245 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
3247         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
3249 2005-05-04  Richard M. Stallman  <rms@gnu.org>
3251         * help.el (describe-key): No error when UNTRANSLATED is nil.
3253         * simple.el (line-move-1): Fix previous change to signal errors
3254         appropriately.
3256 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
3258         * calendar/icalendar.el (icalendar-version): Now at 0.12.
3259         (icalendar-duration-correction): Remove.
3260         (icalendar--get-event-properties): Split result at commas.
3261         (icalendar--decode-isoduration): New optional argument
3262         DURATION-CORRECTION.
3263         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
3264         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
3265         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
3266         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
3267         (icalendar--convert-anniversary-to-ical): New functions, extracted
3268         from icalendar-export-region, with bug fixes.
3269         (icalendar-export-region): Use the above functions.
3270         (icalendar-import-buffer): Check before saving diary file.
3271         (icalendar--convert-recurring-to-diary)
3272         (icalendar--convert-non-recurring-all-day-to-diary)
3273         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
3274         extracted from icalendar--convert-ical-to-diary, with bug fixes.
3275         (icalendar--convert-ical-to-diary): Use the above functions.
3277 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
3279         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
3280         Remove these recent additions.
3281         (c-mode): Restore to before 2005-04-28.
3283         * progmodes/cc-vars.el (cc-define-list-program): Remove this
3284         recent addition.
3286         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
3287         (gdb-define-alist): New variables.
3288         (gdb-create-define-alist): New function.
3289         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
3290         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
3291         with string-to-number.
3292         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
3294         * progmodes/gud.el: Replace string-to-int with string-to-number.
3295         (gud-find-file): Handle gdb-define-alist.
3297         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
3299 2005-05-02  Jay Belanger  <belanger@truman.edu>
3301         * calc/calc-aent.el (math-read-token):
3302         * calc/calc-bin.el (calc-word-size):
3303         * calc/calc-ext.el (calc-read-number-fancy):
3304         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
3305         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
3306         * calc/calc-frac.el (calc-over-notation):
3307         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
3308         (calc-graph-num-points, calc-graph-init):
3309         * calc/calc-prog.el (calc-read-parse-table-part)
3310         (calc-edit-macro-repeats):
3311         * calc/calc-yank.el (calc-do-grab-rectangle):
3312         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
3313         Replace `string-to-int' by `string-to-number'.
3315 2005-05-02  Kim F. Storm  <storm@cua.dk>
3317         * kmacro.el: Use executing-kbd-macro-index variable.
3319 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
3321         * net/rlogin.el (rlogin-parse-words): Delete func.
3322         (rlogin): Use split-string, not rlogin-parse-words.
3323         Also, if there are option-like elements in the parsed args,
3324         take the host to be the first arg immediately following them.
3325         Suggested by Michael Mauger.
3327 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
3329         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
3331 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
3333         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
3334         (cc-mode-cpp-program): Rename to cc-define-list-program and
3335         move to cc-vars.el.
3337         * progmodes/cc-vars.el (cc-define-list-program):
3338         Change to "gcc -E -dM -".  Make customizable.
3340 2005-05-02  Kim F. Storm  <storm@cua.dk>
3342         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
3344 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
3346         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
3348         * international/mule-util.el (truncate-string): Remove alias and
3349         obsolete declaration.
3351         * international/mule-cmds.el (update-iso-coding-systems):
3352         Remove alias and obsolete declaration.
3354         * international/mule.el (coding-system-parent): Remove alias and
3355         obsolete declaration.
3357         * subr.el (define-function, sref): Remove aliases and obsolete
3358         declarations.
3359         (chars-in-region): Remove obsolete declaration.
3361 2005-05-01  Richard M. Stallman  <rms@gnu.org>
3363         * info.el (Info-mode): Set widen-automatically to nil, locally.
3365         * simple.el (widen-automatically): New variable.
3366         (pop-global-mark): Obey widen-automatically.
3368 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
3370         * term/xterm.el (function-key-map): Call substitute-key-definition
3371         before the keymap size is increased by a lot of define-key calls.
3373 2005-05-01  Richard M. Stallman  <rms@gnu.org>
3375         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
3376         Rename ARG to ELEMENT.  Doc fix.
3378 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
3380         * allout.el (allout-exposure): Remove macro and obsolete declaration.
3381         Remove references to allout-exposure/change to allout-new-exposure.
3383         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
3384         bytecode symbols.
3386         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
3387         (compiled-function-p, focus-frame, unfocus-frame):
3388         Remove aliases and obsolete declarations.
3389         Back out inadvertent changes from previous commit.
3391 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
3393         * files.el (require-final-newline): Make Custom tags consistent
3394         with mode-require-final-newline.
3395         (mode-require-final-newline): Doc fix.
3397 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
3399         * international/latexenc.el (latexenc-find-file-coding-system):
3400         Fix regular expressions.
3402 2005-05-01  David Kastrup <dak@gnu.org>
3404         * international/latexenc.el (latexenc-find-file-coding-system):
3405         Fix regular expressions.
3407 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
3409         * subr.el (string-to-int): Make obsolete.
3411 2005-04-30  Richard M. Stallman  <rms@gnu.org>
3413         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
3415         * loadup.el: load jka-comp-hook.
3417         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
3418         (jka-compr-handler): Add autoload.  `put' calls moved
3419         to jka-comp-hook.el.
3420         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
3421         (jka-compr-inhibit): Autoload.
3423         * jka-comp-hook.el: New file.
3424         Enable the mode by default.
3426         * files.el (backup-buffer-copy): Use copy-file instead
3427         of write-region, and put back the 'excl.
3429 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
3431         * progmodes/flymake.el (flymake-split-string)
3432         (flymake-split-string, flymake-log, flymake-pid-to-names)
3433         (flymake-reg-names, flymake-get-source-buffer-name)
3434         (flymake-unreg-names, flymake-add-line-err-info)
3435         (flymake-add-err-info): Clarify docstrings.
3436         (flymake-popup-menu, flymake-make-emacs-menu)
3437         (flymake-make-xemacs-menu): Add docstrings.
3438         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
3439         Set variables directly throughout.
3441 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
3443         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
3444         exists.  Initialise cc-define-alist.
3445         (c-mode): Add cc-create-define-alist locally to after-save-hook.
3446         If there is no file (Macroexpansion) don't create an alist.
3448 2005-04-29  Sam Steingold  <sds@gnu.org>
3450         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
3451         (cc-create-define-alist): Use it instead of the hard-coded string.
3453 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3455         * international/mule-conf.el (file-coding-system-alist): Fix regexp
3456         for latexenc.
3458 2005-04-29  Lute Kamstra  <lute@gnu.org>
3460         * emacs-lisp/generic.el: Improve commentary section.
3461         (define-generic-mode): Improve docstring.
3463 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
3465         * textmodes/org.el (many places): Change to quiet the byte compiler.
3466         (org-prefix-format-compiled): New variable.
3467         (org-compile-prefix-format): New function.
3468         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
3469         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
3470         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
3471         (org-get-entries-from-diary): Use `org-get-time-of-day' for
3472         consistency with entries from `org-mode' files.
3473         (org-get-time-of-day): Fix bug with partial matches early in a line.
3474         (org-non-link-chars): New constant.
3475         (org-link-regexp): Respect `org-non-link-chars'.
3476         (org-agenda-day-view): Remove command.
3477         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
3478         (org-follow-bbdb-link, org-store-link): Search also company field.
3479         (org-highlight-overlay): New variable.
3480         (org-highlight, org-unhighlight): New functions.
3481         (org-agenda-mode): Add pre-command-hook to remove highlight.
3482         (org-evaluate-time-range): Behavior depends upon whether time stamp
3483         contains a time or not.
3484         (org-show-subtree, org-show-entry): New functions.
3485         (org-agenda-cleanup-fancy-diary): Remove empty lines.
3487 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
3489         * comint.el (comint-output-filter-functions): Add autoload cookie.
3491 2005-04-28  Kim F. Storm  <storm@cua.dk>
3493         * ido.el (ido-everywhere): Fix last change.
3495 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3497         * international/latexenc.el: New file.
3498         * international/mule-conf.el (file-coding-system-alist): For .tex,
3499         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
3501 2005-04-28  Lute Kamstra  <lute@gnu.org>
3503         * font-lock.el (font-lock-add-keywords)
3504         (font-lock-remove-keywords): Clarify docstring.
3505         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
3506         Don't start docstrings with a `*'.
3507         (font-lock-update-removed-keyword-alist): Give it a docstring.
3509         * generic-x.el: Update commentary section.
3510         Only require font-lock when compiling.
3511         Define all modes conditionally.
3512         Place all generic modes in the generic-x-modes customization group.
3513         (generic-x-modes): New customization group.
3514         (generic-default-modes, generic-mswindows-modes)
3515         (generic-unix-modes, generic-other-modes): New constants.
3516         (generic-define-mswindows-modes, generic-define-unix-modes):
3517         Update docstrings.  Make them obsolete.
3518         (generic-extras-enable-list): New default value.  Update docstring.
3519         Improve :type.  Change :set function.
3520         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
3521         Fix docstring.
3523         * emacs-lisp/generic.el (generic-mode-internal):
3524         Simplify font-lock-defaults.
3525         (define-generic-mode): Fix docstring.
3527 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3529         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
3530         font-lock-face property to highlight matches.
3532 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
3534         * progmodes/cc-mode.el (cc-create-define-alist): New function.
3535         (cc-define-alist): New variable.
3536         (c-mode): Make it local and initialise it.
3538         * progmodes/gdb-ui.el (gdb-active-process): New variable.
3539         (gdb-exited): New function.
3540         (gdb-annotation-rules): Use it.
3541         (gdb-starting): Set gdb-active-process to t.
3542         (gdb-stopping): Amend doc string.
3543         (gdb-reset): Set gdb-active-process to nil.
3545         * tooltip.el (tooltip-gud-tips): Show the associated #define
3546         directives when a C program under GDB is not executing.
3548 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3550         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
3551         font-lock-fontify-syntactic-keywords.
3553         * font-lock.el (font-lock-default-fontify-region): Don't force
3554         parse-sexp-lookup-properties to nil.
3556 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
3558         * man.el (man-mode-syntax-table): Set up `:' to have
3559         word-constituent syntax.
3561 2005-04-27  Lute Kamstra  <lute@gnu.org>
3563         * novice.el (disable-command): Don't add spurious newlines to the
3564         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
3566 2005-04-26  Jay Belanger  <belanger@truman.edu>
3568         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
3569         than one window before deleting window.
3571 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
3573         * shell.el (shell-prompt-pattern): Doc fix.
3574         (shell-mode): Set paragraph-separate buffer locally to "\\'".
3576         * comint.el (comint-prompt-regexp, comint-get-old-input)
3577         (comint-use-prompt-regexp)
3578         (comint-use-prompt-regexp-instead-of-fields)
3579         (comint-replace-by-expanded-history, comint-send-input)
3580         (comint-output-filter, comint-get-old-input-default)
3581         (comint-line-beginning-position, comint-bol, comint-show-output)
3582         (comint-backward-matching-input, comint-forward-matching-input)
3583         (comint-next-prompt, comint-previous-prompt):
3584         Rename `comint-use-prompt-regexp-instead-of-fields' to
3585         `comint-use-prompt-regexp'.  Keep old name as alias and declare
3586         obsolete.
3587         (comint-use-prompt-regexp): Shorten first line of doc string.
3589         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
3590         Set paragraph-separate buffer locally to "\\'".
3592         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
3593         Adapt to above name change.
3595         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3596         (smbclient-prompt-regexp): Ditto.
3598         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
3600 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
3602         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
3603         gdb-location-list.
3604         Break lines that are over 80 characters wide.
3606 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3608         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
3609         New fun and var, to preserve compatibility.
3611         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
3613 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
3615         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
3616         name to file-newer-than-file-p.
3618 2005-04-26  Richard M. Stallman  <rms@gnu.org>
3620         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
3622         * progmodes/python.el (python-mode):
3623         Use new name eldoc-documentation-function.
3625         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3627         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3628         (eldoc-documentation-function):
3629         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
3631 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
3633         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3635 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
3637         * term/xterm.el (function-key-map): Fix strings for
3638         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
3639         {C,S,A,C-S}-{f1-f12}.
3641 2005-04-26  Kenichi Handa  <handa@m17n.org>
3643         * international/mule-cmds.el (select-safe-coding-system):
3644         Fix previous change.
3646 2005-04-26  Lute Kamstra  <lute@gnu.org>
3648         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3650         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3651         (font-lock-comment-delimiter-face): Ditto.
3653         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3655 2005-04-25  Jay Belanger  <belanger@truman.edu>
3657         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3658         to t while inserting information; use help-mode.
3660 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
3662         * term.el (ansi-term-color-vector): Use the xterm colors.
3663         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
3665 2005-04-25  Lute Kamstra  <lute@gnu.org>
3667         * font-core.el (font-lock-defaults): Fix docstring.
3669         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3671 2005-04-25  Kenichi Handa  <handa@m17n.org>
3673         * international/mule-cmds.el (select-safe-coding-system):
3674         Don't check consistency with coding: spec, etc if raw-text or
3675         no-conversion was found to be safe.
3677 2005-04-24  Richard M. Stallman  <rms@gnu.org>
3679         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3680         citation markers at start of each line.
3682         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3683         citation markers at start of each line.
3685         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3687         * files.el (mode-require-final-newline): Fix previous change.
3688         (require-final-newline): Fix type label.
3690 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
3692         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3693         statement in buffer (broken by 2004-11-24 change).
3695 2005-04-24  Kim F. Storm  <storm@cua.dk>
3697         * ido.el (ido-everywhere): Save and restore old read-buffer-function
3698         and read-file-name-function values.  Don't overwrite existing
3699         non-nil values if ido-mode is enabled without ido-everywhere.
3701 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
3703         * files.el (mode-require-final-newline): Minor doc fix.
3705 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
3707         * subr.el (syntax-after): Doc fix.
3708         (syntax-class): If argument is nil, return nil.  Mask off upper 16
3709         bits, not 8 bits.
3711         * files.el (mode-require-final-newline): Doc fix.
3712         (backup-buffer-copy): Fix last change.
3714 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3716         * term/mac-win.el: Require select.  Set selection-coding-system to
3717         mac-system-coding-system.  Call menu-bar-enable-clipboard.
3718         (x-last-selected-text-clipboard, x-last-selected-text-primary)
3719         (x-select-enable-clipboard): New variables.
3720         (x-select-text, x-get-selection, x-selection-value)
3721         (x-get-selection-value, mac-select-convert-to-string)
3722         (mac-services-open-file, mac-services-open-selection)
3723         (mac-services-insert-text): New functions.
3724         (CLIPBOARD, FIND): Put mac-scrap-name property.
3725         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3726         (public.tiff): Put mac-ostype property.
3727         (selection-converter-alist): Add entries for them.
3728         (mac-application-menu-map): New keymap.
3729         (interprogram-cut-function, interprogram-paste-function): Set to
3730         x-select-text and x-get-selection-value, respectively.
3731         (split-window-keep-point): Set to t.
3733 2005-04-23  Richard M. Stallman  <rms@gnu.org>
3735         * files.el (read-directory-name): Always pass non-nil
3736         DEFAULT-FILENAME arg to read-file-name.
3737         (backup-buffer-copy, basic-save-buffer-2): Take care against
3738         writing thru an unexpected existing symlink.
3739         (revert-buffer): In indirect buffer, revert the base buffer.
3740         (magic-mode-alist): Doc fix.
3741         (buffer-stale-function): Doc fix.
3742         (minibuffer-with-setup-hook): Avoid warning.
3743         (mode-require-final-newline): Doc and custom fix.
3745         * follow.el (follow-end-of-buffer): Use with-no-warnings.
3747         * font-lock.el (font-lock-comment-face): On terminals with few colors,
3748         use the default appearance.
3749         (font-lock-comment-delimiter-face): New face, new variable.
3751         * imenu.el (imenu--generic-function): The official position of a
3752         definition is the start of the line that BEG is in.
3754         * midnight.el (midnight-timer): Move defvar up.
3756         * mouse.el (mouse-drag-region-1): Delete some debugging code.
3758         * saveplace.el (save-place-to-alist): Use with-no-warnings.
3760         * startup.el (command-line): Use with-no-warnings.
3762         * window.el (window-size-fixed): New defvar.
3764         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3766         * mail/rmail.el (rmail-font-lock-keywords):
3767         Use font-lock-comment-delimiter-face.
3769         * mail/sendmail.el (mail-font-lock-keywords):
3770         Use font-lock-comment-delimiter-face.
3772         * progmodes/compile.el (next-error-highlight-timer): New defvar.
3774 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
3776         * progmodes/compile.el (compilation-mode-font-lock-keywords):
3777         Specify t for LAXMATCH when matching directories.
3778         Save match data around compilation-compat-error-properties form.
3780 2005-04-23  David Kastrup  <dak@gnu.org>
3782         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3783         Mention that the autoloaded aliases should be kept for AUCTeX.
3785 2005-04-23  Andreas Schwab  <schwab@suse.de>
3787         * isearch.el (isearch-forward): Doc fix.
3789 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
3791         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3792         (jit-lock-stealth-nice): Change default value to 0.5.
3794 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
3796         * abbrev.el (write-abbrev-file): Write table entries in
3797         alphabetical order by table name.
3799 2005-04-22  Kim F. Storm  <storm@cua.dk>
3801         * ido.el (ido-read-internal): Fix `list' completion.
3803 2005-04-22  Kenichi Handa  <handa@m17n.org>
3805         * recentf.el (recentf-save-file-coding-system): New variable.
3806         (recentf-save-list): Encode the file by
3807         recentf-save-file-coding-system and add coding: tag.
3809 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
3811         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3813 2005-04-21  Lute Kamstra  <lute@gnu.org>
3815         * loadhist.el (unload-feature): Don't remove a function from hooks
3816         if it is about to be restored to an autoload .  Remove functions
3817         that will become unbound from auto-mode-alist.  Simplify the code.
3819         * subr.el (assq-delete-all): New implementation that is linear,
3820         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
3821         (rassq-delete-all): New function.
3823         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3824         Add size-indication-mode.
3826 2005-04-21  Kenichi Handa  <handa@m17n.org>
3828         * international/mule-cmds.el: Add autoload for widget-value in
3829         eval-when-compile.
3831 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
3833         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3834         Add tooltip-mode.
3836         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3838 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
3840         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3841         (inferior-lisp-filter-regexp, inferior-lisp-program)
3842         (inferior-lisp-load-command, inferior-lisp-prompt)
3843         (inferior-lisp-mode-hook, lisp-source-modes)
3844         (inferior-lisp-load-hook): defvar->defcustom.
3845         (inferior-lisp-program, inferior-lisp-prompt)
3846         (inferior-lisp-load-hook): Doc fixes.
3847         (inferior-lisp-install-letter-bindings): Small change in
3848         introductory comment.
3850 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
3852         * vc.el (vc-annotate-color-map): Change some colors so that text
3853         using them as foreground is readable on both white and black
3854         backgrounds.
3856 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3858         * international/mule-conf.el (translation-table-for-input):
3859         Remove redundant declaration.
3861 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
3863         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3865         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3866         (tooltip-toggle-gud-tips): New function.
3868 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3870         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3871         right angle brackets.
3873 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
3875         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3877 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3879         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3880         Remove.  Update callers to use expand-file-name instead.
3882         * subr.el (syntax-class): New function.
3884         * simple.el (blink-matching-open): Use it.
3886         * paren.el (show-paren-function): Use it to recognize parens that are
3887         also used in 2-char comment markers.
3889 2005-04-19  Lute Kamstra  <lute@gnu.org>
3891         * loadhist.el (unload-feature): Update for new format of
3892         load-history.  Simplify the code.
3894 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3896         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3897         (mac-add-charset-info): New function.  Initialize variable
3898         mac-charset-info-alist using it.
3899         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3900         for translation.
3901         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3902         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3903         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3904         New CCL programs.
3906 2005-04-19  Kim F. Storm  <storm@cua.dk>
3908         * simple.el (next-buffer, prev-buffer, next-error)
3909         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3910         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3912         * bindings.el (next-buffer, prev-buffer, next-error)
3913         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3914         (clone-indirect-buffer-other-window): Move bindings from simple.el.
3915         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3916         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3918 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3920         * isearch.el (isearch-edit-string): Make the search-ring available for
3921         minibuffer history commands.
3922         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3923         the default history commands now work just as well.
3924         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3926 2005-04-18  Kim F. Storm  <storm@cua.dk>
3928         * emulation/cua-base.el (cua--pre-command-handler): Add more
3929         elaborate check for shift modifier on non-window systems.
3931 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
3933         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3935 2005-04-18  Kim F. Storm  <storm@cua.dk>
3937         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3938         and make it optional.  Don't test tooltip-gud-echo-area here.
3939         (tooltip-gud-process-output, gdb-tooltip-print):
3940         Pass tooltip-gud-echo-area to tooltip-show.
3941         (tooltip-help-tips): Remove second optional arg to tooltip-show.
3943 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3945         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3946         `display-graphic-p' may not be bound yet.
3948 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
3950         * startup.el (command-line): No longer enable Xterm Mouse mode by
3951         default in terminals compatible with xterm.
3953         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3955 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
3957         * tooltip.el (tooltip-gud-echo-area): Rename from
3958         tooltip-use-echo-area.
3959         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3960         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3961         area independently of where help tooltips are displayed.
3963 2005-04-17  David Kastrup  <dak@gnu.org>
3965         * cus-theme.el (custom-theme-write-variables): Quote variables
3966         where necessary.
3968 2005-04-17  Richard M. Stallman  <rms@gnu.org>
3970         * simple.el (yank-excluded-properties): Add follow-link to value.
3972         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3974         * startup.el (fancy-splash-max-time): Just 30 seconds.
3975         (fancy-splash-delay): Just 7.
3976         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3978         * loadhist.el (unload-feature): Update for new format of load-history.
3979         Simplify the code.
3981         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3982         (rmail-font-lock-keywords): Don't fontify the text of a citation.
3984         * mail/sendmail.el (mail-font-lock-keywords):
3985         Don't fontify subject text.
3986         Don't fontify the text of a citation.
3988 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
3990         * comint.el (comint-output-filter): Run comint-output-filter-functions
3991         with point where the user had it.
3993 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3995         * international/ucs-tables.el (ucs-set-table-for-input):
3996         Disable when using unify-on-decoding.
3998 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
4000         * emulation/cua-base.el (cua-global-mark-face): Add special case
4001         for displays supporting a high number of colors.
4003 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
4005         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
4007 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
4009         * filesets.el (filesets-add-buffer): If user supplies a name of a
4010         non-existing fileset, create a new fileset.
4012 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
4014         * textmodes/org.el (org-up-heading-all): Fix bug with
4015         `outline-up-heading-all'.
4017 2005-04-16  Andreas Schwab  <schwab@suse.de>
4019         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
4020         /etc/permissions.d/* and /etc/aliases.d/*.
4022 2005-04-16  Kenichi Handa  <handa@m17n.org>
4024         * international/code-pages.el (cp-make-coding-system):
4025         Set `translation-table-for-input' property value to the symbol
4026         ucs-mule-to-mule-unicode, not to that value.
4027         (pt154): Escape guillemet by `\'.
4029 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
4031         * loadup.el: Load tooltip if x-show-tip is fboundp.
4033         * startup.el (command-line): Add comment.
4035         * tooltip.el (tooltip-mode): Specify correct standard value for
4036         Custom in init-value.
4038 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
4040         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
4041         possible.
4043 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
4045         * textmodes/org.el (org-agenda-date-prompt): Rename from
4046         `org-agenda-date-today'.
4047         (org-evaluate-time-range): Insert at point instead of directly
4048         after time range.
4049         (org-first-headline-recenter, org-subtree-end-visible-p)
4050         (org-optimize-window-after-visibility-change): New functions
4051         (org-agenda-post-command-hook): Don't allow point at end of line,
4052         to make sure it always hits the text properties.
4053         (org-agenda-next-date-line, org-agenda-previous-date-line):
4054         New commands.
4055         (org-set-regexps-and-options): Category may contain white space.
4056         (org-agenda-get-deadlines, org-agenda-get-scheduled):
4057         Improve marker positions.
4058         (org-agenda-new-marker): Argument POS made optional.
4059         (org-agenda-get-timestamps): Deadlines which are done are listed
4060         in org-done-face now.
4061         (org-agenda-get-todos, org-agenda-get-timestamps)
4062         (org-agenda-get-deadlines, org-agenda-get-scheduled):
4063         Set `undone-face' and `done-face' properties.
4064         (org-last-todo-state-is-todo): New variable.
4065         (org-todo): Set `org-last-todo-state-is-todo'.
4066         (org-agenda-todo): Change face according to
4067         `org-last-todo-state-is-todo'.  And change other lines refering to
4068         the same entry.
4069         (org-calendar-goto-agenda): New command.
4070         (org-calendar-to-agenda-key): New option.
4071         (org-startup-folded): New allowed value `content'.
4072         (org-set-regexps-and-options): Accept new value `content' for
4073         `org-startup-folded'.
4074         (org-get-current-options): Handle new value `content' for
4075         `org-startup-folded'.
4076         (org-insert-todo-heading): New command.
4077         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
4078         interactively in empty file and option
4079         `org-insert-mode-line-in-empty-file' has been set.
4080         (org-agenda-todo,org-agenda-priority): Modify to use
4081         `org-agenda-change-all-lines'.
4082         (org-warning-face): Change color on dark background
4084 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4086         * international/mule-cmds.el (set-locale-environment): On Mac OS,
4087         use preferences AppleLocale and AppleLanguages, and variable
4088         mac-system-locale for default locale.  On Mac OS Classic, use
4089         mac-system-coding-system for default coding systems.
4091         * term/mac-win.el: Don't set file-name-coding-system.
4092         Decode variables system-name, emacs-build-system, user-login-name, and
4093         user-full-name by mac-system-coding-system on Mac OS Classic.
4094         (mac-system-coding-system): New variable.
4096 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
4098         * startup.el (command-line): Handle `xterm-mouse-mode' before
4099         reading init file.
4101         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
4103 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
4105         * progmodes/sh-script.el (sh-here-document-word): Make it a
4106         defcustom.  Doc fix.
4107         (sh-add): Bash uses $(( )) for arithmetic.
4108         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
4109         (sh-maybe-here-document): Remove quotes and leading whitespace
4110         from heredoc word when closing.  Indent heredoc with tabs if word
4111         starts with "-".
4113 2005-04-13  Richard M. Stallman  <rms@gnu.org>
4115         * simple.el (undo): Fix previous change.
4117         * custom.el (defface): Doc fix.
4119 2005-04-13  Lute Kamstra  <lute@gnu.org>
4121         * Makefile.in (DONTCOMPILE): Remove list.
4122         (compile, compile-always): Don't use DONTCOMPILE.
4123         (update-authors): Load the library in which batch-update-authors
4124         is defined.
4125         * makefile.w32-in (DONTCOMPILE): Remove list.
4126         (compile, compile-always): Fix comments.
4127         (update-authors): Load the library in which batch-update-authors
4128         is defined.
4130         * generic-x.el (generic-mode-ini-file-find-file-hook):
4131         Rename to ini-generic-mode-find-file-hook.
4132         Keep generic-mode-ini-file-find-file-hook as an alias.
4133         (ini-generic-mode-find-file-hook): Rename from
4134         generic-mode-ini-file-find-file-hook.  Fix docstring.
4135         (ini-generic-mode): Docstring change.
4136         (bat-generic-mode-run-as-comint): Silence the byte compiler.
4138         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
4139         called from lisp.
4141         * generic.el: Move to the emacs-lisp subdir.
4143 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
4145         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
4146         and C-S- function and cursor motion keys.
4148 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
4150         * startup.el (command-line): Enable Xterm Mouse mode by default.
4151         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
4152         for Custom.  No longer show "Mouse" in mode line when enabled.
4153         Doc fix.
4155 2005-04-12  Kim F. Storm  <storm@cua.dk>
4157         * emulation/cua-base.el (cua-rectangle-face)
4158         (cua-rectangle-noselect-face): Define face attributes here.
4160         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
4162 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4164         * startup.el (command-line): Turn off blinking cursor if
4165         cursorBlink in resources is off or false.
4167 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4169         * term/mac-win.el (dnd): Require dnd.
4170         (mac-drag-n-drop): Call dnd-handle-one-url.
4171         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
4172         (kTextEncodingISOLatin2): Remove constants.
4173         (mac-script-code-coding-systems): New constant.
4174         (mac-handle-language-change): New function.
4175         (special-event-map): Bind it to `language-change' event.
4176         (mac-centraleurroman, mac-cyrillic): New coding systems.
4177         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
4178         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
4179         and mac-cyrillic-encoder to encode-mac-centraleurroman and
4180         encode-mac-cyrillic, respectively.
4182 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
4184         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
4185         Don't set overlay-arrow-string to "=>" as this is done
4186         globally in C now.
4188 2005-04-12  Lute Kamstra  <lute@gnu.org>
4190         * generic-x.el (rc-generic-mode, rul-generic-mode):
4191         Fix auto-mode-alist entries.
4192         (etc-fstab-generic-mode): Tweak fontification.
4194         * generic.el (generic-make-keywords-list): Fix docstring.
4195         (generic-mode-internal): Simplify generic-font-lock-keywords.
4197 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
4199         * whitespace.el (whitespace-buffer-leading)
4200         (whitespace-buffer-trailing): Revert the incorrect test inversion.
4201         However, fix the highlight area for the leading and
4202         trailing whitespaces to show space.
4204 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
4206         * whitespace.el (whitespace-version): Bump to 3.5
4208         (whitespace-buffer-leading, whitespace-buffer-trailing):
4209         Invert sense of the test to highlight the whitespace.
4211 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
4213         * progmodes/gud.el (gud-display-line): GUD uses its own
4214         overlay arrow now so don't set overlay-arrow-string.
4215         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
4217 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
4219         * term.el (term-ansi-current-bold, term-ansi-current-underline)
4220         (term-ansi-current-reverse, term-ansi-current-invisible)
4221         (term-ansi-face-already-done): Change to boolean.
4222         (term-reset-terminal, term-handle-colors-array): Handle the above
4223         vars accordingly.
4224         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
4225         (term-emulate-terminal): Use the new name.
4227         * faces.el (secondary-selection): Use yellow1, not yellow.
4228         (trailing-whitespace): Use red1, not red.
4230 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4232         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
4233         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
4234         (dired-dnd-handle-file): Call dnd-get-local-file-uri
4236         * cus-edit.el (dnd): New group.
4238         * term/w32-win.el (dnd): Require dnd
4239         (w32-drag-n-drop): Call dnd-handle-one-url.
4241         * x-dnd.el: Require dnd.
4242         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
4243         Call dnd-handle-one-url.
4244         (x-dnd-types-alist, x-dnd-insert-utf8-text)
4245         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
4246         to dnd-insert-text.
4247         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
4248         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
4249         (x-dnd-get-local-file-name, x-dnd-open-local-file)
4250         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
4252         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
4254 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
4256         * wdired.el: Doc fixes.
4257         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
4258         (wdired-use-dired-vertical-movement): Rename from
4259         wdired-always-move-to-filename-beginning.
4260         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
4261         (wdired-change-to-wdired-mode): Change mode name.
4262         (wdired-newline): Delete.
4264 2005-04-11  Richard M. Stallman  <rms@gnu.org>
4266         * whitespace.el (whitespace-highlight-the-space):
4267         Don't call whitespace-unhighlight-the-space here.
4269         * simple.el (undo): Record t in undo-equiv-table
4270         for the redo record made by an undo-in-region.
4272 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
4274         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
4275         (gdb-frame-inferior-io-buffer): New Functions to control
4276         display of separate IO buffer.
4277         (menu): Add them to menu-bar.
4278         (gdb-display-buffer): Check for buffer another frame.
4279         Protect GUD buffer.
4280         (gdb-setup-windows): Create IO buffer if not already there.
4281         (gdb-memory-mode): Remove purecopy noops.
4283 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
4285         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
4286         and pass to self-insert-command.
4288 2005-04-11  Lute Kamstra  <lute@gnu.org>
4290         * generic.el: Commentary section cleanup.
4291         (generic): Delete.
4292         (generic-use-find-file-hook, generic-lines-to-scan)
4293         (generic-find-file-regexp, generic-ignore-files-regexp)
4294         (default-generic-mode, generic-mode-find-file-hook)
4295         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
4296         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
4297         (generic-use-find-file-hook, generic-lines-to-scan)
4298         (generic-find-file-regexp, generic-ignore-files-regexp)
4299         (default-generic-mode, generic-mode-find-file-hook)
4300         (generic-mode-ini-file-find-file-hook): Move from generic.el.
4302 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
4304         * bookmark.el (bookmark-write-file): Catch errors writing file.
4305         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
4307 2005-04-10  Richard M. Stallman  <rms@gnu.org>
4309         * startup.el (fancy-splash-tail): Update copyright year.
4310         (command-line): Split part of -Q into -D.
4311         (emacs-basic-display): New defvar.
4312         (fancy-splash-text): Correct name of menu item.
4314         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
4316         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
4317         lines in one node.
4319         * comint.el (comint-send-input): New arg ARTIFICIAL.
4320         Callers in this file changed.
4322         * abbrev.el (define-abbrevs): Read system abbrevs properly.
4324         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
4326 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
4328         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
4329         `ldap-search-internal'.
4331 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4333         * files.el (set-auto-mode-1): Use line-end-position.
4335         * international/latin-1.el:
4336         * international/latin-2.el:
4337         * international/latin-3.el:
4338         * international/latin-4.el:
4339         * international/latin-5.el:
4340         * international/latin-8.el:
4341         * international/latin-9.el: Give punctuation syntax to NBSP.
4343         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
4344         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
4345         Use char-classes to accept non-ascii letters, accepted in some recent
4346         bibtex implementations.
4348 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
4350         * custom.el (custom-set-minor-mode): Any non-nil value for the
4351         variable should enable the mode when set through Custom.
4353 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4355         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
4356         TAB binding so tab-always-indent is obeyed.
4357         (vhdl-minibuffer-local-map): Move initialization into declaration.
4358         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
4359         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
4360         (vhdl-hooked-abbrev): Avoid test for XEmacs.
4361         (vhdl-current-line): Use line-beginning-position.
4362         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
4363         with-output-to-temp-buffer, so the current position can be recorded.
4365 2005-04-10  Masatake YAMATO  <jet@gyve.org>
4367         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4368         Add regexp for gcov.
4370 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4372         * calendar/time-date.el (time-to-seconds, seconds-to-time)
4373         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
4374         syntax which Emacs 20 doesn't support.
4376 2005-04-09  Richard M. Stallman  <rms@gnu.org>
4378         * help.el (describe-key-briefly, describe-key):
4379         Replace strings as event types with "(any string)".
4381 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4383         * arc-mode.el (archive-mode-map): Move initialization into
4384         the declaration.  Override *all* bindings of `undo'.
4385         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
4387 2005-04-09  Jay Belanger  <belanger@truman.edu>
4389         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
4391 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
4393         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
4394         (xterm-register-default-colors): Update color values computation
4395         to match xterm-200.
4397 2005-04-09  Kenichi Handa  <handa@m17n.org>
4399         * international/code-pages.el (iso-latin-7): Fix the map.
4401 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
4403         * emacs-lisp/lisp.el (defun-prompt-regexp)
4404         (parens-require-spaces, buffer-end, end-of-defun)
4405         (insert-parentheses): Doc fixes.
4407 2005-04-08  Kim F. Storm  <storm@cua.dk>
4409         * comint.el (comint-highlight-prompt): Fix face spec.
4410         * hi-lock.el (hi-green): Likewise.
4412 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
4414         * cus-edit.el (custom-modified-face):
4415         * comint.el (comint-highlight-input): Fix previous changes.
4416         * term.el (term-handle-ansi-escape): Add a comment.
4418 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4420         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
4421         in the buffer and in whitespace-highlighted-space.
4422         (whitespace-unhighlight-the-space): Simplify.
4423         (whitespace-buffer): Simplify.
4425 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
4427         * textmodes/table.el (table-cell-face): Add special case for
4428         displays supporting a high number of colors.
4429         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
4430         (vhdl-font-lock-reserved-words-face)
4431         (vhdl-speedbar-architecture-face)
4432         (vhdl-speedbar-instantiation-face)
4433         (vhdl-speedbar-architecture-selected-face)
4434         (vhdl-speedbar-instantiation-selected-face): Likewise.
4435         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
4436         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
4437         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
4438         (ebrowse-root-class-face, ebrowse-member-attribute-face)
4439         (ebrowse-progress-face): Likewise.
4440         * progmodes/compile.el (compilation-info-face): Likewise.
4441         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
4442         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
4443         * calendar/calendar.el (diary-face): Likewise.
4444         * woman.el (woman-italic-face, woman-bold-face)
4445         (woman-unknown-face): Likewise.
4446         * wid-edit.el (widget-button-pressed-face): Likewise.
4447         * whitespace.el (whitespace-highlight-face): Likewise.
4448         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
4449         * pcvs-info.el (cvs-marked-face): Likewise.
4450         * info.el (info-xref): Likewise.
4451         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
4452         * hilit-chg.el (highlight-changes-face)
4453         (highlight-changes-delete-face): Likewise.
4454         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
4455         (hi-red-b): Likewise.
4456         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
4457         * font-lock.el (font-lock-keyword-face)
4458         (font-lock-function-name-face, font-lock-warning-face): Likewise.
4459         * cus-edit.el (custom-invalid-face, custom-modified-face)
4460         (custom-set-face, custom-changed-face, custom-variable-tag-face)
4461         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
4462         * comint.el (comint-highlight-prompt): Likewise.
4464 2005-04-08  Lute Kamstra  <lute@gnu.org>
4466         * font-lock.el (font-lock-keywords): Docstring fixes.
4468 2005-04-08  Kenichi Handa  <handa@m17n.org>
4470         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
4471         chars are more than a limit, print " and more..." at the tail.
4473 2005-04-08  Kim F. Storm  <storm@cua.dk>
4475         * emacs-lisp/authors.el (authors-aliases): Update list.
4476         (authors-ignored-files): New list.
4477         (authors-fixed-entries): Fix typo.
4478         (authors-renamed-files-alist): Update list.
4479         (authors-add): Check authors-ignored-files.
4481 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
4483         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
4484         optional, to ensure backward compatibility.
4486 2005-04-08  Stephen Eglen  <stephen@gnu.org>
4488         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
4490 2005-04-08  Kim F. Storm  <storm@cua.dk>
4492         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
4494         * mouse.el (mouse-on-link-p): Doc fix.
4496 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
4498         * ielm.el (ielm-prompt-read-only): Doc fix.
4500         * comint.el (comint-prompt-read-only): Doc fix.
4502 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
4504         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
4505         ensure dired always handles wildcards passed to ffap.
4506         (find-file-at-point): Use it.
4507         (ffap-dired-wildcards): Doc fix.
4509 2005-04-07  Juri Linkov  <juri@jurta.org>
4511         * simple.el (next-error-overlay-arrow-position): New defvar.
4512         Put "=>" on its property `overlay-arrow-string'.  Add it to
4513         `overlay-arrow-variable-list'.
4515         * progmodes/compile.el (compilation-setup):
4516         Set `next-error-overlay-arrow-position' to nil.  Also set it to
4517         nil in the local hook `kill-buffer-hook'.  Make local variable
4518         `overlay-arrow-string' and set it to "=>".
4519         (compilation-goto-locus): Set BOL position to
4520         `next-error-overlay-arrow-position' instead of
4521         `overlay-arrow-position'.
4523         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
4524         locally instead of adding it to the global hook.
4525         (Info-kill-buffer): Move up.
4527 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
4529         * term/xterm.el (xterm-standard-colors): Update color values from
4530         xterm-200.
4532 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4534         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
4536         * fast-lock.el:
4537         * lazy-lock.el: Move them to the obsolete subdir.
4539 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
4541         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
4542         (wdired-add-replace-advice): Remove.
4543         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
4545 2005-04-06  Kim F. Storm  <storm@cua.dk>
4547         * startup.el (command-line): Add --bare-bones alias for -Q.
4549 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4551         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
4552         create the startup fontset if a font specification ends with
4553         `mac-roman'.
4555 2005-04-06  Lute Kamstra  <lute@gnu.org>
4557         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
4558         change.
4560         * emacs-lisp/copyright.el (copyright-update-year): Replace the
4561         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
4563 2005-04-05  Lute Kamstra  <lute@gnu.org>
4565         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
4566         (define-generic-mode): Ditto.  Fix debug declaration.
4568         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4569         Put them in the generic-x group.
4571         * calendar/timeclock.el (timeclock): Doc fix.
4573         * generic.el (define-generic-mode): Don't use custom-current-group.
4574         Document default :group value.
4575         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
4576         (define-global-minor-mode): Don't use custom-current-group.
4578 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
4580         * startup.el (command-line-1): Display startup-echo-area-message
4581         when fancy splash screen is in use.
4583         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
4584         (sh-escaped-newline): New face.
4585         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
4586         newline, and use sh-escaped-newline face.
4588         * progmodes/tcl.el (tcl-escaped-newline): New face.
4589         (tcl-builtin-list): New variable.
4590         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
4591         newlines.  Fix keywords subexpression number.
4593 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
4595         * textmodes/org.el (org-diary-default-entry): Fix call to
4596         `add-to-diary-entry'.
4598 2005-04-05  Kim F. Storm  <storm@cua.dk>
4600         * ediff-init.el: Use (featurep 'xemacs).
4602 2005-04-05  David Ponce  <david@dponce.com>
4604         * cus-edit.el (face): Derive from symbol widget.  Display sample
4605         of the current face on the fly.
4606         (widget-face-sample-face-get, widget-face-notify): New functions.
4607         (widget-face-value-create): Remove.
4609         * wid-edit.el (widget-field-end): Temporarily remove field
4610         narrowing before to call `get-char-property'.
4612 2005-04-04  Jay Belanger  <belanger@truman.edu>
4614         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
4615         (math-read-subscripts): New variable.
4616         (math-read-preprocess-string): Process subscripts.
4618 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
4620         * comint.el (comint-prompt-read-only): Doc fix.
4622         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4623         `-1'.  Doc fix.
4625 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
4627         * textmodes/org.el (org-insert-mode-line-in-empty-file):
4628         Change default value to nil.
4630 2005-04-04  Lute Kamstra  <lute@gnu.org>
4632         * autorevert.el (auto-revert-mode): Specify :group.
4633         * battery.el (display-battery-mode): Specify :group.
4634         * diff-mode.el (diff-minor-mode): Specify :group.
4635         * font-core.el (font-lock-mode): Specify :group.
4636         * hl-line.el (hl-line-mode): Specify :group.
4637         * iimage.el (iimage): New customization group.
4638         (iimage-mode): Specify :group.
4639         * longlines.el (longlines-mode): Specify :group.
4640         * master.el: Don't require easy-mmode.
4641         (master): New customization group.
4642         (master-mode): Specify :group.
4643         * msb.el (msb-mode): Specify :group.
4644         * reveal.el (reveal-mode): Specify :group.
4645         * simple.el (next-error-follow-minor-mode): Specify :group.
4646         * smerge-mode.el (smerge-mode): Specify :group.
4647         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4648         * emulation/cua-base.el (cua-mode): Specify :group.
4649         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4650         * language/thai-util.el (thai-auto-composition-mode)
4651         (thai-word-mode): Specify :group.
4652         * mail/supercite.el (sc-minor-mode): Specify :group.
4653         * progmodes/cwarn.el (cwarn-mode): Specify :group.
4654         * progmodes/flymake.el (flymake-mode): Specify :group.
4655         * progmodes/glasses.el (glasses-mode): Specify :group.
4656         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4657         * textmodes/enriched.el (enriched-mode): Specify :group.
4658         * textmodes/refill.el (refill-mode): Specify :group.
4660         * add-log.el (change-log-font-lock-keywords): Names in
4661         parenthesized lists can contain spaces.
4663 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
4665         * startup.el (fancy-splash-text): Shorten default text of
4666         "Emacs Tutorial" line.  Also, if the current language env
4667         indicates an available tutorial file other than TUTORIAL,
4668         extract its title and append it to the line in parentheses.
4669         (fancy-splash-insert): If arg is a thunk, funcall it.
4671 2005-04-04  Jay Belanger  <belanger@truman.edu>
4673         * calc.el (calc-language-alist): Add tags to customization type.
4675 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
4677         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4678         Doc fix.
4680 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
4682         * add-log.el (change-log-font-lock-keywords): The manual
4683         describing a Change Log entry, says: (...) "Aside from these
4684         header lines, every line in the change log starts with a space or
4685         a tab.".  The font-lock was not highlighting lines started with
4686         spaces, added support for it.
4688 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4690         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4691         (bibtex-generate-url-list): Update docstring accordingly.  Put the
4692         complex example in the docstring.
4693         (bibtex-font-lock-url): Use pop.
4695 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4697         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4699         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4701 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
4703         * filesets.el (filesets-set-default): Doc fix.
4705 2005-04-03  Lute Kamstra  <lute@gnu.org>
4707         * generic.el (define-generic-mode): Add argument to specify
4708         keywords for defcustom.
4709         (default-generic-mode): Specify :group.
4711         * generic-x.el: Specify :group for all generic modes.
4713         * desktop.el (desktop-no-desktop-file-hook)
4714         (desktop-after-read-hook): Doc fix.
4716 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
4718         * simple.el (visible-mode): Use explicit :group keyword.
4719         This changes the group of `visible-mode-hook' from paren-blinking
4720         to editing-basics.
4722 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
4724         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
4725         mailbox specifications as well as URLs.
4726         (rmail-insert-inbox-text): Remove unused conditional branches.
4728 2005-04-01  Jay Belanger  <belanger@truman.edu>
4730         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4731         (calc-gnuplot-print-command): Move definitions to calc.el.
4733         * calc/calc-embed.el (calc-embedded-announce-formula)
4734         (calc-embedded-open-formula, calc-embedded-close-formula)
4735         (calc-embedded-open-word, calc-embedded-close-word)
4736         (calc-embedded-open-plain, calc-embedded-close-plain)
4737         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4738         (calc-embedded-open-mode, calc-embedded-close-mode):
4739         Move definitions to calc.el.
4741         * calc/calc.el (calc-settings-file, calc-language-alist):
4742         Make customizable.
4743         (calc-embedded-announce-formula, calc-embedded-open-formula)
4744         (calc-embedded-close-formula, calc-embedded-open-word)
4745         (calc-embedded-close-word, calc-embedded-open-plain)
4746         (calc-embedded-close-plain, calc-embedded-open-new-formula)
4747         (calc-embedded-close-new-formula, calc-embedded-open-mode)
4748         (calc-embedded-close-mode, calc-gnuplot-name)
4749         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4750         from other files and make customizable.
4752 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4754         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4755         Use buffer-live-p.
4756         (cvs-mode-run): Don't call cvs-update-header here.
4757         (cvs-run-process): Call cvs-update-header.
4758         Use process properties for cvs-postprocess and cvs-buffer so that
4759         the sentinel can behave better if the temp buffer is killed.
4760         Use a pipe rather than a tty, to better handle unexpected prompts.
4761         (cvs-sentinel): Rewrite.  Call cvs-update-header.
4763 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
4765         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4766         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
4768 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4770         * generic.el (define-generic-mode): Add indentation rule.
4772 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
4774         * files.el (mode-require-final-newline): Make Custom correctly
4775         report a nil value and allow to set it to nil via Custom.
4776         Doc fix.
4778 2005-04-01  Kenichi Handa  <handa@m17n.org>
4780         * international/characters.el: Enable the correct case setting for
4781         dotless-i and dotted-I.
4783 2005-04-01  Kim F. Storm  <storm@cua.dk>
4785         * ido.el (ido-file-internal): Fall back to non-ido command if
4786         initial directory is on slow ftp (or tramp) host.
4788 2005-03-31  Richard M. Stallman  <rms@gnu.org>
4790         * emacs-lisp/autoload.el (make-autoload):
4791         Handle define-global-minor-mode.
4793         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4794         Rename from easy-mmode-define-global-mode.
4795         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4797         * progmodes/scheme.el (scheme-mode-syntax-table):
4798         Update syntax of | and # for two-character comment syntax.
4800 2005-03-31  Lute Kamstra  <lute@gnu.org>
4802         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4803         (define-minor-mode): Call custom-current-group at load-time.
4805         * generic.el (define-generic-mode): Add debug declaration.
4806         Add defcustom for the mode hook.
4807         (generic-mode-internal): Use run-mode-hooks.
4809 2005-03-31  Kim F. Storm  <storm@cua.dk>
4811         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4812         (mouse-fixup-help-message): New defun called by show_help_echo
4813         to fixup mouse-2 prefix in help messages when applicable.
4815         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4817 2005-03-31  Kenichi Handa  <handa@m17n.org>
4819         * language/thai-word.el (thai-find-word-ends): Pay attention to
4820         the case that we reach the end of buffer.
4822         * textmodes/fill.el (fill-text-properties-at): New function.
4823         (fill-newline): Use fill-text-properties-at instead of
4824         text-properties-at.
4826 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
4828         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4829         not comint-quote-filename.
4831 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
4833         * help-fns.el (help-with-tutorial): Revert last change.
4835 2005-03-31  Kim F. Storm  <storm@cua.dk>
4837         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4839 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
4841         * calendar/cal-china.el: Update reference to "Calendrical
4842         Calculations" book; there's a new edition.
4843         * calendar/cal-coptic.el: Likewise.
4844         * calendar/cal-french.el: Likewise.
4845         * calendar/cal-hebrew.el: Likewise.
4846         * calendar/cal-islam.el: Likewise.
4847         * calendar/cal-iso.el: Likewise.
4848         * calendar/cal-julian.el: Likewise.
4849         * calendar/cal-mayan.el: Likewise.
4850         * calendar/cal-persia.el: Likewise.
4851         * calendar/calendar.el: Likewise.
4852         * calendar/holidays.el: Likewise.
4853         * calendar/lunar.el: Likewise.
4854         * calendar/solar.el: Likewise.
4856         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4857         white space from doc string.
4859 2005-03-30  Jay Belanger  <belanger@truman.edu>
4861         * calc/calc-help.el (calc-full-help): Remove email address.
4863 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
4865         * help-fns.el (help-with-tutorial): Delete title line.
4867 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
4869         * calendar/cal-x.el (calendar-one-frame-setup)
4870         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4871         rather than 'symbol for set-window-dedicated-p.
4873         * calendar/appt.el (appt-buffer-name): Make it a constant.
4874         (appt-add): Doc fix.
4876         * filesets.el (filesets-menu-path, filesets-menu-before)
4877         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
4878         (filesets-menu-cache-file): Use directory ~/.emacs.d.
4879         (filesets-add-submenu): Delete and use add-submenu instead.
4881 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
4883         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4884         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4885         (org-diary-default-entry): New function.
4886         (org-get-entries-from-diary): Better parsing of diary entries.
4887         (org-agenda-check-no-diary): New function.
4888         ("diary-lib"): Advice to function `add-to-diary-list', to allow
4889         linking to diary entries.
4890         (org-agenda-execute-calendar-command): New function.
4891         (org-agenda): Improve visible section in window.
4892         Use `org-fit-agenda-window'.
4893         (org-fit-agenda-window): New option.
4894         (org-move-subtree-down): Better handling of empty lines
4895         at end of subtree.
4896         (org-cycle): Numeric prefix is interpreted now as show-subtree N
4897         levels up.
4898         (org-fontify-done-headline): New option.
4899         (org-headline-done-face): New face.
4900         (org-set-font-lock-defaults): Use `org-headline-done-face'.
4901         (org-table-copy-down): Rename from `org-table-copy-from-above'.
4902         When current field is non-empty, it is copied to next row.
4903         (org-table-copy-from-above): Fix bug which made it
4904         impossible to copy fields containing only a single non-white character.
4906 2005-03-30  Kim F. Storm  <storm@cua.dk>
4908         * kmacro.el (kmacro-end-macro): Isearch may store this command
4909         into the macro -- so ignore it when executing keyboard macro.
4911 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
4913         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4915 2005-03-29  Kenichi Handa  <handa@m17n.org>
4917         * language/thai.el ("Thai"): Set setup-function and exit-function
4918         for Thai language environment.
4920         * language/thai-util.el: Require thai-word.
4921         (thai-word-mode-map): New variable.
4922         (thai-word-mode): New minor mode.
4923         (setup-thai-language-environment-internal): New function.
4924         (exit-thai-language-environment-internal): New function.
4926         * language/thai-word.el (thai-word-table): Declare it by defvar,
4927         use dolist to initialize it.
4928         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4929         (thai-fill-find-break-point): New functions.
4931 2005-03-29  Richard M. Stallman  <rms@gnu.org>
4933         * simple.el (idle-update-delay): Move definition up.
4934         (set-mark): Doc fix.
4936 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
4938         * longlines.el: New file.
4940         * simple.el (buffer-substring-filters): New variable.
4941         (filter-buffer-substring): New function.
4942         (kill-region, copy-region-as-kill): Use it.
4944         * register.el (copy-to-register, append-to-register)
4945         (prepend-to-register): Use filter-buffer-substring.
4947 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
4949         * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4950         (gud-filter-pending-text): Move in front of gdb.
4951         (gud-overlay-arrow-position): New variable.
4952         (gud-sentinel, gud-display-line): Use it in place of
4953         overlay-arrow-position.
4955 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
4957         * progmodes/fortran.el (fortran-if-indent): Doc fix.
4958         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4959         (fortran-font-lock-keywords-4): New variable.
4960         (fortran-blocks-re, fortran-end-block-re)
4961         (fortran-start-block-re): New constants, for hideshow.
4962         (hs-special-modes-alist): Add a Fortran entry.
4963         (fortran-mode-map): Bind fortran-end-of-block,
4964         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4965         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
4966         (fortran-looking-at-if-then, fortran-end-of-block)
4967         (fortran-beginning-of-block): New functions, for hideshow.
4969         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4970         Doc fix.  Tweak regexp.
4971         (f90-beginning-of-block): Push mark first.
4973 2005-03-29  Jay Belanger  <belanger@truman.edu>
4975         * calc/calc.el: Update copyright date.
4976         (calc-version): Increase to 2.1.
4977         (calc-version-date): Remove.
4979         * calc/calc-help.el: Update copyright date.
4980         (calc-full-help): Remove reference to calc-version-date.
4981         Update copyright date.
4983 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4985         * vc.el (vc-do-command): Use a pipe for async processes, so password
4986         prompts don't show up at places where the user can't reply.
4988 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
4990         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4991         on the file name we pass to the inferior shell.
4993 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
4995         * progmodes/which-func.el (which-function): Be robust in the face of an
4996         imenu--make-index-alist failure.
4998 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5000         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
5002         * progmodes/python.el (python-preoutput-filter): Fix last change.
5004 2005-03-29  Lute Kamstra  <lute@gnu.org>
5006         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
5007         functions and compiled macros.
5008         (debug-convert-byte-code): Handle macros too.
5009         (debug-on-entry-1): Don't signal an error when trying to clear a
5010         function that is not set to debug on entry.
5012 2005-03-29  Jay Belanger  <belanger@truman.edu>
5014         * calc/calc-lang.el: Add functions to math-function-table
5015         properties of tex and math.
5017 2005-03-29  Kenichi Handa  <handa@m17n.org>
5019         * ps-mule.el (ps-mule-plot-string): Translate characters by
5020         ps-print-translation-table.
5021         (ps-mule-begin-job): Call find-charset-region/string with
5022         ps-print-translation-table.
5023         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
5025         * ps-print.el (ps-print-translation-table): New variable.
5026         (ps-plot-region): Translate characters by ps-print-translation-table.
5028 2005-03-29  Juri Linkov  <juri@jurta.org>
5030         * simple.el (next-error-highlight-timer): New variable.
5032         * progmodes/compile.el (compilation-goto-locus):
5033         Use `next-error-highlight-timer' instead of `sit-for'.
5035 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5037         * mail/supercite.el (sc-mail-field): Use assoc-string.
5038         (sc-get-address): Simplify regexps.
5040         * files.el (minibuffer-with-setup-hook): New macro.
5041         (find-file-read-args): Use it to avoid let-binding
5042         minibuffer-with-setup-hook (which breaks turning on/off
5043         file-name-shadow-mode while in the prompt).
5045         * complete.el (PC-read-include-file-name-internal): Use test-completion.
5047 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
5049         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
5051 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5053         * window.el (window-buffer-height): Use count-screen-lines.
5055         * progmodes/python.el (python-preoutput-leftover): New var.
5056         (python-preoutput-filter): Use it.
5057         (python-send-receive): Loop until all the result has been received.
5059 2005-03-28  Juri Linkov  <juri@jurta.org>
5061         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
5063         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
5064         "Recover Crashed Session".
5065         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
5066         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
5067         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
5068         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
5069         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
5070         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
5071         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
5072         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
5074         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
5075         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
5076         Ediff Sessions", "Toggle use of separate control buffer frame",
5077         "Use separate frame for Ediff control buffer".
5079         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
5080         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
5081         "Rename Bookmark", "Delete Bookmark".
5083         * info.el (Info-mode-menu): Remove ellipsis from "Index".
5084         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
5085         Add `:active Info-index-alternatives' to "Next Matching Item".
5087         * wdired.el (wdired-change-to-wdired-mode):
5088         Mention `wdired-abort-changes' key in the initial message.
5090         * international/mule.el (auto-coding-alist): Associate non-ascii
5091         image filename extensions with `no-conversion'.
5093 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5095         * international/iso-acc.el:
5096         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
5098 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
5100         * textmodes/sgml-mode.el (html-mode): Doc update.
5102         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
5104 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
5106         * term.el (term-move-columns): Fix face after extending a line.
5107         (term-insert-spaces): Likewise.
5108         (term-reset-terminal): Fix off by one error.
5110 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
5112         * international/mule.el (auto-coding-alist): Add .xpi files.
5114         * files.el (auto-mode-alist): Add .xpi files.
5116 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
5118         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
5120 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
5122         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
5124 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
5126         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
5127         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
5129         * calendar/cal-move.el (calendar-beginning-of-year): Move the
5130         cursor to Jan 1 when needed.
5131         (calendar-end-of-year): Fix -/+ typo.
5132         Reported by Chong Yidong <cyd@stupidchicken.com>.
5134 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5136         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
5138         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
5139         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
5141 2005-03-25  Richard M. Stallman  <rms@gnu.org>
5143         * filesets.el (filesets-init): Add autoload.
5145         * mail/mailalias.el (mail-directory): Doc fix.
5147 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
5149         * mail/mailalias.el (mail-directory-process): Do nothing if
5150         mail-directory-process is an atom.
5151         (mail-get-names): Ignore mail-directory-names if it is an atom.
5152         (mail-directory-process defvar): Doc fix.
5153         (mail-names): Doc fix.
5155 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
5157         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
5159 2005-03-26  Kenichi Handa  <handa@m17n.org>
5161         * international/mule-util.el (detect-coding-with-priority):
5162         Call update-coding-systems-internal before detect-coding-region.
5164 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
5166         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
5167         (gdb-frames-mode-map): Add follow-link property.
5169 2005-03-25  Jay Belanger  <belanger@truman.edu>
5171         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
5172         for variables.
5174 2005-03-25  Juri Linkov  <juri@jurta.org>
5176         * image-mode.el: Optimize image filename extension regexps in
5177         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
5178         in `auto-mode-alist'.
5179         (image-mode): Add `image-toggle-display-text' to local hook
5180         `change-major-mode-hook'.  Display the image as an image by
5181         default.  Set `cursor-type' and `truncate-lines' if the image
5182         is already displayed.  Take into account the current mode (image
5183         or text) in message.
5184         (image-minor-mode): New minor mode.
5185         (image-mode-maybe, image-toggle-display-text): New functions.
5186         (image-toggle-display): Use called-interactively-p.
5187         Let-bind `inhibit-read-only' to t.
5189         * image-mode.el (image-minor-mode): Set `cursor-type' and
5190         `truncate-lines' if the image is already displayed.  Add turning
5191         image-minor-mode off to `change-major-mode-hook'.  Add message.
5192         Call `image-toggle-display-text' after turning image-minor-mode off.
5194 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5196         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
5197         Terminal.app, use utf-8.
5198         (set-display-table-and-terminal-coding-system): Add coding-system arg.
5199         (set-locale-environment): Use it.
5201         * term/xterm.el: Undo last change, better done in mule-cmds.el.
5203         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
5205         * progmodes/python.el (python-close-block-statement-p)
5206         (python-outdent-p, python-current-defun): Use symbol-end.
5208 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
5210         * files.el (save-some-buffers): Doc fix.
5212 2005-03-25  Werner Lemberg  <wl@gnu.org>
5214         * complete.el, thumbs.el: Replace `legal' with `valid'.
5215         * calendar/calendar.el: Replace `legal' with `valid'.
5216         * emacs-lisp/advice.el: Replace `legal' with `valid'.
5217         * mail/supercite.el: Replace `legal' with `valid'.
5218         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
5219         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
5220         Replace `legal' with `valid'.
5221         * textmodes/reftex-vars.el, textmodes/reftex.el:
5222         Replace `legal' with `valid'.
5224 2005-03-25  Werner Lemberg  <wl@gnu.org>
5226         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
5227         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
5228         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
5229         * emulation/vip.el: Replace `illegal' with `invalid'.
5230         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
5231         * mail/supercite.el: Replace `illegal' with `invalid'.
5232         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
5233         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
5234         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
5235         * progmodes/sh-script.el, progmodes/xscheme.el:
5236         Replace `illegal' with `invalid'.
5237         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
5238         * textmodes/reftex-index.el, textmodes/reftex-parse.el
5239         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
5240         * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
5242 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5244         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
5245         (flymake-find-buildfile, flymake-find-possible-master-files)
5246         (flymake-check-include, flymake-parse-line): Replace loops over the
5247         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
5249         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
5250         Substitute file-name-as-directory in the rest of the file.
5251         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
5252         (flymake-replace-region): Remove unused arg `buffer'.
5253         (flymake-check-patch-master-file-buffer): Update calls to it.
5254         (flymake-add-err-info): Remove unused var `count'.
5255         (flymake-mode): Use define-minor-mode.
5257         * progmodes/flymake.el: Use with-current-buffer.
5258         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
5259         flymake-replace-regexp-in-string, flymake-line-beginning-position)
5260         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
5261         Avoid testing for `xemacs'.
5262         (flymake-nop): Move.
5263         (flymake-region-has-flymake-overlays): Return the computed value.
5264         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
5265         Remove unused var `endline'.
5266         (flymake-get-line-count): Remove unused function.
5267         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
5269         * emulation/vi.el:
5270         * generic.el:
5271         * hilit-chg.el (global-highlight-changes):
5272         * hi-lock.el (hi-lock-mode):
5273         * follow.el: find-file-hooks -> find-file-hook.
5275         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
5277 2005-03-24  Juri Linkov  <juri@jurta.org>
5279         * dired.el (dired-mode-map): Add menu item "Compare directories"
5280         for dired-compare-directories.
5282         * dired-aux.el (dired-compare-directories): Add autoload cookie.
5283         Doc fix.  Replace `read-file-name' with `read-directory-name'.
5285 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5287         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
5289 2005-03-24  Jay Belanger  <belanger@truman.edu>
5291         * calc/calc-embed.el (calc-embedded-mode-change): Save all
5292         relevant mode settings in calc-embedded-original-modes when modes
5293         are permanently changed.
5295 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5297         * autoinsert.el: find-file-hooks -> find-file-hook.
5299 2005-03-24  Lute Kamstra  <lute@gnu.org>
5301         * generic.el (generic-font-lock-defaults): Make it obsolete.
5302         (generic-font-lock-keywords): New variable to replace
5303         generic-font-lock-defaults.
5304         (generic-mode-set-font-lock): Delete it.
5305         (generic-mode-internal): Don't call generic-mode-set-font-lock.
5306         (generic-bracket-support): Add docstring.
5308         * generic-x.el: Rename generic-font-lock-defaults to
5309         generic-font-lock-keywords throughout.
5310         (mailagent-rules-setup-function): Delete it.
5311         (mailagent-rules-generic-mode): Use anonymous function instead.
5312         (show-tabs-generic-mode-font-lock-defaults-1)
5313         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
5314         Quote faces.
5315         (show-tabs-tab-face, show-tabs-space-face): Specify background,
5316         not foreground.
5318         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5319         Recognize define-generic-mode.
5321 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5323         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
5324         if there's no completion table.
5326 2005-03-23  Miles Bader  <miles@gnu.org>
5328         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5329         Remove tty-specific variants, as they're no longer needed.
5331 2005-03-23  Lute Kamstra  <lute@gnu.org>
5333         * generic-x.el: Code cleanup: make args constant whenever possible.
5334         (installshield-statement-keyword-list)
5335         (installshield-system-functions-list)
5336         (installshield-system-variables-list, installshield-types-list)
5337         (installshield-funarg-constants-list): Make them constants.
5339         * generic.el (generic-make-keywords-list): Add autoload cookie.
5341         * calendar/time-date.el: Add comment on time value formats.
5342         Don't require parse-time.
5343         (with-decoded-time-value): New macro.
5344         (encode-time-value): New function.
5345         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5346         (days-to-time): Return a valid time value when arg is huge.
5347         (time-since): Use time-subtract.
5348         (time-to-number-of-days): Use time-to-seconds.
5350 2005-03-23  David Ponce  <david@dponce.com>
5352         * recentf.el: (recentf-keep): New option.
5353         (recentf-menu-action): Default to `find-file'.
5354         (recentf-keep-non-readable-files-flag)
5355         (recentf-keep-non-readable-files-p)
5356         (recentf-file-readable-p, recentf-find-file)
5357         (recentf-cleanup-remote): Remove.
5358         (recentf-include-p): More robust.
5359         (recentf-keep-p): New function.
5360         (recentf-remove-if-non-kept): Rename from
5361         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
5362         All callers updated.
5363         (recentf-menu-items-for-commands): Fix help string.
5364         (recentf-track-closed-file): Update.  Doc fix.
5365         (recentf-cleanup): Update.  Count removed files.  Doc fix.
5367 2005-03-23  Kim F. Storm  <storm@cua.dk>
5369         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5370         Don't inherit from fringe face (now happens automatically).
5372 2005-03-22  Kim F. Storm  <storm@cua.dk>
5374         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
5375         position values.
5377 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5379         * menu-bar.el (showhide-date-time): Remove.
5380         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
5381         (menu-bar-make-mm-toggle): Simplify.
5383 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
5385         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
5386         Accept qualified variable and function names.
5388 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
5390         * bindings.el (completion-ignored-extensions):
5391         Remove ".lis" for `vax-vms'.
5393 2005-03-22  Andreas Schwab  <schwab@suse.de>
5395         * generic-x.el: Revert last change.
5396         * ldefs-boot.el: Update.
5398 2005-03-22  Jay Belanger  <belanger@truman.edu>
5400         * calc/calc-embed (calc-embedded-original-modes): New variable.
5401         (calc-embedded-save-original-modes)
5402         (calc-embedded-restore-original-modes): New functions.
5403         (calc-do-embedded): Save original modes when entering embedded mode
5404         and restore when leaving embedded mode.
5405         (calc-embedded-modes-change): Change the value of
5406         calc-embedded-original-modes to reflect permanent changes.
5408 2005-03-22  Lute Kamstra  <lute@gnu.org>
5410         * generic-x.el: Require generic again.
5412 2005-03-22  Miles Bader  <miles@gnu.org>
5414         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5415         Tweak details to look good on both ttys and bitmap displays, light
5416         or dark background, etc.
5418 2005-03-21  Kim F. Storm  <storm@cua.dk>
5420         * tooltip.el (tooltip-show-help-function): Check car and cdr of
5421         mouse position.
5423 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5425         * icomplete.el: Don't forcibly turn on the mode upon load.
5426         (icomplete-mode): Use define-minor-mode.
5427         (icomplete-eoinput): Default to nil.
5428         (icomplete-minibuffer-setup): Remove autoload.
5429         (icomplete-tidy): Simplify.
5430         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
5431         in the initial state or if the user has modified the field.
5432         Fix handling of icomplete-max-delay-chars.
5433         Remove code that handles the oddball case where
5434         minibuffer-completion-table is an integer.
5435         Wrap icomplete-completions in while-no-input in case building
5436         completions takes more time than expected.
5437         (icomplete-completions): Simplify.
5439 2005-03-21  Richard M. Stallman  <rms@gnu.org>
5441         * jka-compr.el (jka-compr-really-do-compress):
5442         Make variable buffer-local.
5444         * image-mode.el: Handle .xpm files too.
5445         (image-toggle-display): Preserve modification flag.
5447         * help.el (where-is): Don't mention aliases with no key bindings.
5449 2005-03-21  Lute Kamstra  <lute@gnu.org>
5451         * generic.el: Fix commentary section.  Don't require cl for compilation.
5452         (generic-mode-list): Add autoload cookie.
5453         (generic-use-find-file-hook, generic-lines-to-scan)
5454         (generic-find-file-regexp, generic-ignore-files-regexp)
5455         (generic-mode, generic-mode-find-file-hook)
5456         (generic-mode-ini-file-find-file-hook): Fix docstrings.
5457         (define-generic-mode): Make it a defmacro.  Fix docstring.
5458         (generic-mode-internal): Code cleanup.  Add autoload cookie.
5459         (generic-mode-set-comments): Code cleanup.
5460         * generic-x.el: Don't prevent compilation.  Don't require generic.
5461         Follow coding conventions.  Minor code cleanup.
5462         (etc-fstab-generic-mode): Add some keywords.
5463         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
5464         define-generic-mode like a function declaration.
5466 2005-03-21  Jay Belanger  <belanger@truman.edu>
5468         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
5469         changing modes.
5471 2005-03-21  Sam Steingold  <sds@gnu.org>
5473         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
5475 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
5477         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
5478         Add underscore to "f$ lexicals" regexp.
5480 2005-03-20  Juri Linkov  <juri@jurta.org>
5482         * subr.el (progress-reporter-do-update): When `min-value' is equal
5483         to `max-value', set `percentage' to 0 and prevent division by zero.
5485 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
5487         Sync with Tramp 2.0.48.
5489         * tramp.el (all): Change all addresses to .gnu.org.
5490         (tramp-append-tramp-buffers): New defun.
5491         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
5492         Catch `dont-send' signal.
5493         (tramp-set-auto-save-file-modes): Set always permissions, because
5494         there might be an old auto-saved file belonging to another
5495         original file.  This could be a security threat.  Reported by
5496         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
5497         Check for Emacs 21.3.50 removed.
5499         * tramp-smb.el (all): Remove debug construct for
5500         `with-parsed-tramp-file-name'.
5501         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
5502         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
5503         No error message if DIRECTORY or FILENAME doesn't exist.
5504         (tramp-smb-open-connection): Check existence of
5505         `tramp-smb-program'.
5507 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5509         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
5510         Properly handle the case where the `m' or `s' command's argument is not
5511         yet terminated.
5512         (perl-indent-new-calculate): New function.
5513         (perl-indent-line): Use it.
5515 2005-03-20  Miles Bader  <miles@gnu.org>
5517         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
5518         in text-mode too.  Change to new face names.
5519         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
5520         Add `:weight bold' attribute.
5521         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
5523 2005-03-19  Juri Linkov  <juri@jurta.org>
5525         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
5527         * international/mule.el (auto-coding-alist): Sync with
5528         `auto-mode-alist' by adding upper case archive file extensions
5529         and adding ear/war to jar extension.
5531 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
5533         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
5534         running, restart it.
5536 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
5538         * finder.el (finder-current-item): Throw an error on an empty line.
5540         * man.el (Man-follow-manual-reference): If current-word returns
5541         nil, use "".
5543 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
5545         * simple.el (goto-line): Doc fix.
5547 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
5549         * files.el (save-buffer): Doc fix.
5551 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
5553         * recentf.el (recentf-cleanup-remote): New variable.
5554         (recentf-cleanup): Use it to conditionally check availablity of
5555         remote files.
5557 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
5559         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
5560         function names.
5562 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
5564         * language/thai-word.el: New file.
5566 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
5568         * files.el (backup-buffer): If the file's directory is not
5569         writable, use copy instead of move to backup the file.
5571 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
5573         * obsolete/keyswap.el: Moved to obsolete/ from term/.
5575 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5577         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
5578         Use functionp instead of symbolp and fboundp.  Reported by Drkm
5579         <darkman_spam@yahoo.fr>.
5580         (ps-print-version): New version 6.6.6.
5582 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
5584         * textmodes/table.el (table--line-column-position): New idiom.
5585         (table--row-column-insertion-point-p): New function to test
5586         validity of row and column insertion operation at a location.
5587         (table-global-menu, table-cell-menu): Use above functions for
5588         deterministic test operation.
5589         (table--editable-cell-p): Behave in deterministic fashion.
5591 2005-03-18  Juri Linkov  <juri@jurta.org>
5593         * isearch.el (isearch-lazy-highlight-new-loop):
5594         Make arguments beg and end optional.
5595         (isearch-update): Remove optional arguments nil from
5596         isearch-lazy-highlight-new-loop.
5597         (isearch-lazy-highlight-search): Let-bind case-fold-search to
5598         isearch-lazy-highlight-case-fold-search instead of
5599         isearch-case-fold-search, and let-bind isearch-regexp to
5600         isearch-lazy-highlight-regexp.
5601         Use isearch-lazy-highlight-last-string instead of isearch-string.
5603         * replace.el (perform-replace): Remove bindings of global
5604         variables isearch-string, isearch-regexp, isearch-case-fold-search.
5605         Add three new arguments to `replace-highlight'.
5606         (replace-highlight): Add arguments string, regexp, case-fold.
5607         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
5608         to allow isearch-lazy-highlight-new-loop to use these values
5609         to set corresponding isearch-lazy-highlight-* internal
5610         variables whose values lazy highlighting will use regardless of
5611         changes to global variables isearch-string, isearch-regexp,
5612         isearch-case-fold-search during lazy highlighting loop.
5613         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
5614         to `lazy-highlight-cleanup'.
5616         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
5617         (ispell-highlight-face): Set default face to `isearch' when
5618         lazy highlighting is enabled.
5619         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
5620         priority to 1.  Add lazy highlighting.
5621         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
5622         from `isearch-dehighlight'.
5624 2005-03-18  David Ponce  <david@dponce.com>
5626         * files.el (hack-local-variables): Do a case-insensitive search
5627         for End.
5629 2005-03-18  Juri Linkov  <juri@jurta.org>
5631         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5632         `isearch-lazy-highlight-cleanup', add alias to old name and
5633         declare obsolete.  Add release numbers to other obsolete vars.
5634         (isearch-done, isearch-lazy-highlight-new-loop):
5635         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5636         (lazy-highlight-cleanup) <variable>: Doc fix.
5637         (isearch-lazy-highlight-update): Rename obsolete
5638         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5640 2005-03-18  Kenichi Handa  <handa@m17n.org>
5642         * language/thai-util.el: Fix categorization of Thai characters in
5643         thai-category-table.
5644         (thai-composition-pattern): Adjust it for the above change.
5645         (thai-self-insert-command, thai-compose-syllable): New functions.
5646         (thai-compose-region): Use thai-compose-syllable.
5647         (thai-compose-string): Likewise.
5648         (thai-composition-function): Likewise.
5649         (thai-auto-composition): New function.
5650         (thai-auto-composition-mode): New minor mode.
5652         * language/thai.el: Fix patterns to be registered in
5653         composition-function-table.
5655         * international/quail.el (quail-input-method): Locally bind
5656         inhibit-modification-hooks to t.
5658 2005-03-17  Richard M. Stallman  <rms@gnu.org>
5660         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5661         (perl-mode): Use run-mode-hooks.
5663         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5664         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5665         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5667         * mail/sendmail.el (sendmail-send-it): Reenable the code
5668         to compute resend-to-address and use it.
5670         * tar-mode.el (tar-mode): Turn off undo unconditionally.
5672         * image-mode.el: New file.
5674         * image.el (insert-sliced-image): Add autoload cookie.
5676         * font-lock.el (font-lock-lines-before): New user option.
5677         (font-lock-after-change-function): Obey it.
5679         * bindings.el (esc-map): Make M-g a prefix.
5680         Bind M-g g and M-g M-g to goto-line.
5682         * faces.el (face-id): Doc fix.
5684 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
5686         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5687         (rmail-show-message): Use rmail-unknown-mail-followup-to.
5688         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5690         * mail/sendmail.el (mail-yank-ignored-headers)
5691         (mail-font-lock-keywords, mail-mode-fill-paragraph):
5692         Add Mail-Followup-To and Mail-Reply-To headers.
5693         (mail-citation-hook): Add autoload cookie.
5694         (mail-mode): Doc fix.
5695         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5696         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5697         (mail-mode-fill-paragraph): Handle those headers.
5698         (mail-mailing-lists): New variable.
5699         (mail-mail-reply-to, mail-mail-followup-to): New functions.
5701 2005-03-17  Juri Linkov  <juri@jurta.org>
5703         * isearch.el (isearch-fallback): Check for `(car previous)'
5704         before calling `isearch-other-end-state'.
5706 2005-03-17  Kim F. Storm  <storm@cua.dk>
5708         * simple.el (move-beginning-of-line): Move to beginning of buffer
5709         line, as well as beginning of screen line.
5711 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
5713         * calendar/diary-lib.el (mark-diary-entries): Use new optional
5714         argument REDRAW rather than calendar-redrawing variable.
5715         * calendar/calendar.el (calendar-redrawing): Delete.
5716         (redraw-calendar): Do not bind calendar-redrawing.
5718 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
5720         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5721         diary-file buffer.
5723 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5725         * help.el (describe-mode): Allow a :minor-mode-function property to
5726         specify a different minor mode toggle function than the variable.
5727         * simple.el (auto-fill-function):
5728         * subr.el (add-minor-mode): Use it.
5730 2005-03-16  Kenichi Handa  <handa@m17n.org>
5732         * language/ethio-util.el (sera-being-called-by-w3): New variable.
5733         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5734         (ethio-fidel-to-sera-buffer): Likewise.
5736 2005-03-16  Juri Linkov  <juri@jurta.org>
5738         * emacs-lisp/find-func.el (find-function-regexp):
5739         Add defun-emitting macro `menu-bar-make-toggle'.
5741         * isearch.el: Put `isearch-scroll' property to
5742         `split-window-horizontally'.
5744         * info.el: Update error messages for `debug-ignored-errors'.
5745         (Info-isearch-search): Doc fix.
5746         (Info-find-node): Move up code to go into info buffer before
5747         recording the node to the history.
5748         (Info-fontify-node): Fontify titles only if the next line
5749         has two or more `*', `=', `-', `.'.
5750         Display "go to this node" for empty (match-string 3).
5752 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5754         * term/mac-win.el: Add mouse pointer shape constants.
5756 2005-03-15  Kim F. Storm  <storm@cua.dk>
5758         * simple.el (move-beginning-of-line): Use vertical-motion.
5760 2005-03-15  Juri Linkov  <juri@jurta.org>
5762         * isearch.el (isearch-error): New variable.
5763         (isearch-invalid-regexp, isearch-within-brackets): Remove.
5764         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5765         (isearch-within-brackets-state): Remove.
5766         (isearch-case-fold-search-state, isearch-pop-fun-state):
5767         Decrease frame index.
5768         (isearch-mode, isearch-top-state, isearch-push-state)
5769         (isearch-edit-string, isearch-abort, isearch-search-and-update)
5770         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5771         (isearch-search, isearch-lazy-highlight-new-loop):
5772         Replace `isearch-invalid-regexp' with `isearch-error'.
5773         Remove `isearch-within-brackets'.
5774         (isearch-search): Add `search-failed' handler to `condition-case'.
5775         (isearch-lazy-highlight-search): Add `condition-case' to catch
5776         errors and allow `isearch-lazy-highlight-update' to try
5777         highlighting from the beginning of the window.
5778         (isearch-repeat): Move up code to set isearch-wrapped to t
5779         before calling isearch-wrap-function.
5781         * info.el (Info-isearch-initial-node): New internal variable.
5782         (Info-search): Signal an error in isearch mode when search leaves
5783         the initial node.  Signal an error when `bound' is non-nil and
5784         nothing was found in the current subfile.
5785         (Info-isearch-search): Remove `condition-case'.
5786         (Info-isearch-wrap): Don't wrap when search failed during leaving
5787         the initial node.  If `Info-isearch-search' is nil, wrap around
5788         the current node.
5789         (Info-isearch-start): New fun.
5790         (Info-mode): Add buffer-local hook `Info-isearch-start' to
5791         `isearch-mode-hook'.
5793 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5795         * simple.el (normal-erase-is-backspace): Set default to t if
5796         running on Mac.
5798         * term/mac-win.el (function-key-map): Sync with x-win.el.
5800 2005-03-15  Kenichi Handa  <handa@m17n.org>
5802         * international/mule-cmds.el (locale-language-names): Modify the
5803         format of elements and add more entries.
5804         (locale-preferred-coding-systems): Add more entries.
5805         (set-locale-environment): Adjust for the change of
5806         locale-language-names.
5808 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5810         * pcvs.el (smerge-ediff): Remove bogus autoload.
5812 2005-03-14  Lute Kamstra  <lute@gnu.org>
5814         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5815         Ignore a `*' at the beginning of a line.
5817         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5818         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5819         subr.el.
5820         (dont-compile, eval-when-compile, eval-and-compile): Use declare
5821         to specify indentation.
5823         * generic.el (define-generic-mode): Let generic-mode-list be a
5824         list of strings; test membership with equal.
5826 2005-03-14  Kim F. Storm  <storm@cua.dk>
5828         * simple.el (next-line, previous-line): Add optional try-vscroll
5829         arg to recognize interactive use.  Pass it on to line-move.
5830         (line-move): Don't perform auto-window-vscroll when defining or
5831         executing keyboard macro to ensure consistent behaviour.
5833 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5835         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5837 2005-03-13  Lute Kamstra  <lute@gnu.org>
5839         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5840         debugger-setup-buffer so that backtrace marks the frames set to
5841         debug-on-exit and we don't have to do it manually.  Set an extra
5842         debug-on-exit for macro's.
5843         (debugger-setup-buffer): Don't mark the top frame manually.
5845 2005-03-12  Lute Kamstra  <lute@gnu.org>
5847         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5848         lisp-indent-function throughout.
5849         (with-no-warnings): Set lisp-indent-function property.
5851 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
5853         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5854         Add entry for backslash.
5856 2005-03-12  Juri Linkov  <juri@jurta.org>
5858         * info.el (Info-search): Four fixes for backward search.
5860 2005-03-11  Jay Belanger  <belanger@truman.edu>
5862         * calc/calc.el (calc-language-alist): New variable.
5863         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5864         (calc-embedded-find-modes): Use calc-language-alist instead of
5865         calc-embedded-language-alist.
5867 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
5869         * calendar/calendar.el (calendar-redrawing): New internal
5870         variable.
5871         (redraw-calendar): Remove bogus save-excursion from previous
5872         change.  Bind calendar-redrawing to t for mark-diary-entries.
5873         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5874         calendar if that is why we were called.
5876 2005-03-11  Kenichi Handa  <handa@m17n.org>
5878         * international/mule.el (make-coding-system): Set property
5879         coding-system-define-form to nil.
5880         (define-coding-system-alias): Likewise.
5882 2005-03-11  Kenichi Handa  <handa@m17n.org>
5884         These changes are suggested by Dave Love <fx@gnu.org>.
5886         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5887         coding: tag.
5888         (adaptive-fill-regexp): Add more bullets.
5889         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5890         regexps.
5892 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5894         * help.el (describe-mode): Properly handle non-trivial lighters.
5895         Don't ignore minor modes that are not listed in minor-mode-list.
5897         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5898         feature ON when the user requests to turn it OFF.
5900 2005-03-10  Lute Kamstra  <lute@gnu.org>
5902         * emacs-lisp/debug.el (debug-entry-code): Delete it.
5903         (implement-debug-on-entry): New function to replace debug-entry-code.
5904         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
5905         second argument as the 2005-03-07 change makes it obsolete.
5906         (debug-on-entry, cancel-debug-on-entry): Update call to
5907         debug-on-entry-1.
5908         (debug, debugger-setup-buffer): Comment update.
5909         (debugger-frame-number): Update to work with implement-debug-on-entry.
5911 2005-03-10  Jay Belanger  <belanger@truman.edu>
5913         * calc/calc-embed.el (math-ms-args): Declare it.
5914         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5915         math-ms-args.
5916         (calc-embedded-subst): Use math-multi-subst-rec to substitute
5917         variables.
5919 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
5921         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5922         Use message-box.
5924         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5925         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5926         (tooltip-gud-tips): Simplify.
5927         (tooltip-gud-tips-p): Remove superflouous :set.
5928         (tooltip-gud-modes): Add fortran-mode.
5929         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5931         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5933 2005-03-09  Kim F. Storm  <storm@cua.dk>
5935         * play/animate.el (animate-place-char): Use forward-line instead
5936         of next-line to improve performance.
5938 2005-03-09  Simon Josefsson  <jas@extundo.com>
5940         * net/browse-url.el (browse-url-default-browser): Doc fix.
5942 2005-03-09  Miles Bader  <miles@gnu.org>
5944         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5945         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5947 2005-03-09  Kenichi Handa  <handa@m17n.org>
5949         * international/latin-1.el: Set case and syntax for 255 only if
5950         set-case-syntax-set-multibyte is nil.
5952         * textmodes/ispell.el (ispell-insert-word): New function.
5953         (ispell-word): Use ispell-insert-word to insert a new word.
5954         (ispell-process-line): Likewise.
5955         (ispell-complete-word): Likewise.
5957 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
5959         * calendar/calendar.el (redraw-calendar): Preserve point.
5960         Reported by Matt Hodges <MPHodges@member.fsf.org>.
5961         (calendar-week-start-day): Move after definition of
5962         redraw-calendar.  Delete buffer test, since redraw-calendar has
5963         that now.
5965         * calendar/diary-lib.el (mark-diary-entries): Only call
5966         redraw-calendar in the first of any recursive calls.
5967         Reported by Alan Shutko <ats@acm.org>.
5969 2005-03-08  Juri Linkov  <juri@jurta.org>
5971         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5972         (html-horizontal-rule, html-line, html-image, html-checkboxes)
5973         (html-radio-buttons): Add a space before the trailing `/>' where
5974         sgml-xml-mode is non-nil.
5975         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5976         the subsequent tag of the empty XML tag.
5977         (html-href-anchor): Don't set initial input to "http:".
5978         (html-image): Ask for the image URL and set point inside alt="".
5979         (html-name-anchor): Duplicate the name in the `id' attribute when
5980         sgml-xml-mode is non-nil.
5981         (html-paragraph): Remove \n before <p>.
5982         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5983         instead of `checked' when sgml-xml-mode is non-nil.
5985         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5986         Remove 1 space before #RRGGBB to not truncate it on terminal
5987         windows w/o fringes.  Remove 1 space between bg and fg examples
5988         to get more space.
5989         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5990         avoid byte-compile warnings.
5992         * image-file.el (image-file-handler): Put `safe-magic' property to
5993         `image-file-handler'.
5995         * info.el (Info-isearch-search): Emulate word search in
5996         isearching through multiple Info nodes with Info-search.
5997         (Info-isearch-wrap): Allow isearch-word.
5999 2005-03-08  Lute Kamstra  <lute@gnu.org>
6001         * emacs-lisp/debug.el (debugger-step-through): Make sure that
6002         stepping into the debugger's code is not possible.
6003         (debugger-jumping-flag): Docstring update.
6005 2005-03-08  Jay Belanger  <belanger@truman.edu>
6007         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
6008         embedded mode begins.
6009         (calc-embedded-language-alist): New variable.
6010         (calc-embedded-find-modes): Use calc-embedded-language-alist to
6011         set default language mode.
6013 2005-03-08  Kenichi Handa  <handa@m17n.org>
6015         * international/ccl.el (define-ccl-program): Fix docstring about
6016         extra 256 bytes assured for the output buffer.
6018         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6019         Fix BUFFER_MAGNIFICATION to 2.
6020         (ccl-encode-mule-utf-16be-with-signature): Likewise.
6022 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
6024         * align.el (align-rules-list): Added an alignment rule for CSS
6025         declarations (applies to css-mode and html-mode buffers).
6027 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6029         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
6031 2005-03-07  Kim F. Storm  <storm@cua.dk>
6033         * simple.el (move-beginning-of-line): New command.
6035         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
6037         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
6039         * emulation/cua-base.el: Put CUA move property on move-end-of-line
6040         and move-beginning-of-line.
6042         * apropos.el (apropos-print): Omit command from M-x ... RET.
6044 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
6046         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
6047         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
6049 2005-03-06  Richard M. Stallman  <rms@gnu.org>
6051         * bindings.el (esc-map): Bind M-g to goto-line.
6053         * facemenu.el (global-map): Bind M-o, not M-g.
6055 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6057         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
6058         "Open Directory" as for "Open File".
6060 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
6062         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
6063         (push-mark-command): Run activate-mark-hook.
6065 2005-03-06  Richard M. Stallman  <rms@gnu.org>
6067         * help-mode.el (help-mode-finish): Don't alter the element
6068         in view-return-to-alist if there already is one.
6070         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
6071         make sure the current buffer is the expected one.
6073         * novice.el (disabled-command-function): Output in *Disabled Command*.
6074         Explicitly ignore non-keyboard events, and explicitly handle C-g.
6076         * textmodes/flyspell.el (flyspell-large-region):
6077         Pass args differently for aspell.
6079         * files.el (mode-require-final-newline): Doc fix.
6081 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
6083         * progmodes/which-func.el (which-function):
6084         Specify NOERROR when calling imenu--make-index-alist.
6086 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6088         * simple.el (normal-erase-is-backspace): Define default value.
6090         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
6091         (custom-reevaluate-setting): Simple function to handle
6092         variables that are defined before their default value can really
6093         be computed.
6095         * startup.el (command-line): Use it for temporary-file-directory,
6096         small-emporary-file-directory, auto-save-file-name-transforms,
6097         blink-cursor-mode, and normal-erase-is-backspace.
6099         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
6100         progress, even with buggy anchored keywords.
6102 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
6104         * simple.el (goto-line): Remove unbalanced final parenthesis.
6106 2005-03-05  Richard M. Stallman  <rms@gnu.org>
6108         * simple.el (goto-line): Use a number at point as the default.
6109         With C-u as arg, switch buffers.
6111 2005-03-05  Juri Linkov  <juri@jurta.org>
6113         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
6114         with `no-blinking-cursor'.
6116         * startup.el (no-blinking-cursor): New defvar.
6117         (command-line): Add `--no-blinking-cursor' to longopts.
6118         Set `no-blinking-cursor' to t for command line arguments
6119         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
6120         with `no-blinking-cursor' in the condition for calling
6121         `blink-cursor-mode'.
6123 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
6125         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
6126         (menu-bar-options-save): Add blink-cursor-mode.
6127         (menu-bar-options-menu): Add blink-cursor-mode.
6129 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
6131         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
6132         (icalendar-export-file, icalendar-export-region)
6133         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
6134         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
6136 2005-03-04  Lute Kamstra  <lute@gnu.org>
6138         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
6139         (debug-function-list): Ditto.
6141 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
6143         * textmodes/texinfmt.el (texinfo-append-refill):
6144         Redefine the types of line to which @refill
6145         is not appended by replacing a search for `@refill\\|@bye' with
6146         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
6147         itemize@refill' bug and the unfilled long lines bug.
6148         (texinfmt-version): Update number and date.
6150 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6152         * international/code-pages.el (windows-1250, windows-125[2-8])
6153         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
6155 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6157         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
6158         bound yet.
6160 2005-03-02  Romain Francoise  <romain@orebokech.com>
6162         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
6163         buffer after removing limits.
6164         (ibuffer-pop-filter): Ditto.
6165         Update copyright.
6167 2005-03-02  Miles Bader  <miles@gnu.org>
6169         * button.el (make-text-button): If the user doesn't specify a
6170         type, use the default.  Rewrite to use `add-text-properties' and
6171         plist functions.
6173 2005-03-01  Lute Kamstra  <lute@gnu.org>
6175         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
6176         (debugger-jumping-flag): New var.
6177         (debug-entry-code): Use it.
6178         (debugger-jump): Use debugger-jumping-flag and add
6179         debugger-reenable to post-command-hook.
6180         (debugger-reenable): Use debugger-jumping-flag and remove itself
6181         from post-command-hook.
6182         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
6183         debugger-reenable.
6185 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
6187         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
6188         inclusion of "itemize\\|", which may be unnecessary, is certainly
6189         inelegant, and stops refilling in itemize lists when formatting
6190         Japanese Texinfo files to Info.
6191         Update copyright to 2005.
6193 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
6195         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
6196         of an error if GDB can't find the source file.
6198 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
6200         * calendar/calendar.el (redraw-calendar): Work from any buffer,
6201         not just the calendar.
6203         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
6204         first.
6205         (diary-redraw-calendar): New function.
6206         (make-diary-entry): Add diary-redraw-calendar to local
6207         write-contents-functions.  Turn off selective display before
6208         inserting in diary.
6210 2005-03-01  Kim F. Storm  <storm@cua.dk>
6212         * emacs-lisp/copyright.el (copyright-fix-years): New command.
6214 2005-03-01  Lute Kamstra  <lute@gnu.org>
6216         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
6217         that debug-entry-code can be safely removed from a function while
6218         this code is being evaluated.  Revert the 2005-02-27 change as the
6219         new implementation no longer requires it.  Make sure that a
6220         function body containing just a string is not mistaken for a docstring.
6221         (debug): Skip one more frame in case of debug on entry.
6222         (debugger-setup-buffer): Delete one more frame line in case of
6223         debug on entry.
6224         (debugger-frame-number): Update to use the new text introduced by
6225         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
6227 2005-02-28  Kim F. Storm  <storm@cua.dk>
6229         * double.el (double-translate-key): Call force-window-update after
6230         read-event to avoid crash in redisplay.
6232 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6234         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
6235         (debug): Use it.  Move the inhibit-trace earlier.
6236         (debug-entry-code): New const.
6237         (debug-on-entry-1): Use it.
6239 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
6241         * international/utf-16.el (ccl-encode-mule-utf-16le):
6242         Fix BUFFER_MAGNIFICATION to 2.
6243         (ccl-encode-mule-utf-16be): Likewise.
6245 2005-02-28  Kenichi Handa  <handa@m17n.org>
6247         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6248         Fix BUFFER_MAGNIFICATION to 4.
6249         (ccl-encode-mule-utf-16be-with-signature): Likewise.
6251 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
6253         * speedbar.el (speedbar-update-flag): Doc fix.
6254         (speedbar-show-info-under-mouse): Give set-mouse-position the right
6255         argument.
6257 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6259         * reveal.el (reveal-post-command): Don't try to reveal overlays which
6260         have a non-nil `invisible' property but are actually visible.
6262         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
6263         for perldoc sections.
6264         (perl-outline-regexp, perl-outline-level): New var and function.
6265         (perl-mode): Use them.
6267 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
6269         * calendar/diary-lib.el (diary-remind): Discard any mark portion
6270         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
6272 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
6274         * cus-edit.el: Comment change.
6275         (custom-buffer-create-internal): Slightly reword text at top of
6276         Custom buffers.  Mention there that saving an option edits the
6277         init file.  Add link to Emacs manual node on `custom-file'.
6278         (custom-magic-alist): Rewrite individual State messages to use
6279         capitalized keywords.  Doc fix.
6281 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
6283         * calendar/calendar.el (calendar-buffer): Move above
6284         calendar-week-start-day.
6285         (calendar-week-start-day): Doc fix.  Add :set function.
6286         (calendar-minimum-window-height): New variable.
6287         (generate-calendar-window): Only resize window if selected-window
6288         is displaying the calendar buffer.  Use new variable
6289         calendar-minimum-window-height.
6290         (generate-calendar): Reword error message.
6291         (calendar-mode-map): Bind DEL to scroll-other-window-down.
6293 2005-02-27  Andreas Schwab  <schwab@suse.de>
6295         * vc.el (vc-do-command): Don't run command asynchronously when
6296         operating in a remote directory.
6298         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
6299         change from sync with Tramp 2.0.47.
6301 2005-02-27  Richard M. Stallman  <rms@gnu.org>
6303         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
6305         * textmodes/flyspell.el (flyspell-mode-on):
6306         Call ispell-change-dictionary only if necessary.
6308         * emacs-lisp/re-builder.el (regexp-builder): New function.
6310         * register.el (describe-register-1): Explicitly handle
6311         yank-excluded-properties = t.
6313         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
6314         (custom-magic-alist): Change the status descriptions again.
6315         (face widget-type): Total rewrite based on `restricted-sexp'
6316         to eliminate the confusing double hiding levels.
6318         * emacs-lisp/debug.el (debug-on-entry-1):
6319         If function body is empty, add nil as body form.
6321 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6323         * emacs-lisp/trace.el (inhibit-trace): New var.
6324         (trace-make-advice): Use it.
6326         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
6328 2005-02-26  Kim F. Storm  <storm@cua.dk>
6330         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
6331         (mouse-on-link-p, mouse-drag-region-1): Use it.
6333 2005-02-25  Lute Kamstra  <lute@gnu.org>
6335         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
6337 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
6339         * frame.el (blink-cursor-mode): Add :group keyword.
6341 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
6343         * calendar/icalendar.el (icalendar--decode-isodatetime):
6344         New optional argument DAY-SHIFT.
6345         (icalendar-export-region): Fix coding-system-for-write.
6346         (icalendar--convert-ical-to-diary): Shift end-day of all-day
6347         events by one.
6349 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6351         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
6353 2005-02-24  Kim F. Storm  <storm@cua.dk>
6355         * international/iso-acc.el (iso-accents-compose): Fix crash
6356         during redisplay.  Call force-window-update after read-event
6357         and delete-region to signal that window is not accurate.
6359 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6361         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
6362         Remove unused and inexistent var `inhibit-trace'.
6363         (debugger-mode): Use run-mode-hooks.
6364         (debugger-list-functions): Add buttons; setup xref stack.
6366 2005-02-23  Richard M. Stallman  <rms@gnu.org>
6368         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
6369         appointment says it was explicitly made.
6370         (appt-add): Set the 3rd element.
6371         (appt-make-list): Preserve explicit appointments.
6373         * subr.el (find-tag-default): Catch errors in forward-sexp.
6375 2005-02-23  Juri Linkov  <juri@jurta.org>
6377         * info.el (Info-isearch-search): New defcustom.
6378         (Info-isearch-search): Call the default isearch function
6379         when Info-isearch-search is nil.
6380         (Info-isearch-wrap): Use variable Info-isearch-search.
6382 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
6384         * cus-edit.el: Comment change.
6386 2005-02-22  Kim F. Storm  <storm@cua.dk>
6388         * progmodes/hideif.el (hide-ifdef-use-define-alist):
6389         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
6391 2005-02-22  Simon Josefsson  <jas@extundo.com>
6393         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
6394         New variable.
6395         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
6396         Oskarsson" <myrkraverk@users.sourceforget.net>.
6398 2005-02-22  Kim F. Storm  <storm@cua.dk>
6400         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
6401         check that window of that event is the selected window.
6402         (mouse-drag-region-1): Compare mouse event window to selected
6403         window before setting point.
6405         * tooltip.el (tooltip-show-help-function): Pass event to
6406         mouse-on-link-p so it can check selected window.
6408 2005-02-22  Kenichi Handa  <handa@m17n.org>
6410         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
6411         (ps-mule-show-warning): New function.
6412         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
6413         characters are found.
6415         * ps-print.el (ps-header-footer-string): Return a list of header
6416         and footer strings.
6418 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6420         * pcvs.el (cvs-retrieve-revision): Fix thinko.
6422 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6424         * frame.el (blink-cursor-mode): Use define-minor-mode.
6426         * term/mac-win.el (function-key-map): Use char-names more consistently.
6427         (file-name-coding-system): Only set it for MacOS-9.  The other case is
6428         already handled in mule-cmds.el (where it also works when mac-win.el
6429         is not used).
6431 2005-02-21  Kenichi Handa  <handa@m17n.org>
6433         * international/mule.el (ctext-pre-write-conversion): Always use
6434         " *code-converting-work*" buffer for work.
6436         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
6438 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
6440         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
6442 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
6444         * ses.el (undo-more): Restore defadvice, but only the part that
6445         allows changes outside the restricted area of the buffer.
6447 2005-02-20  Kim F. Storm  <storm@cua.dk>
6449         * simple.el (line-move): Add fourth optional arg try-vscroll which
6450         must be set to perform auto-window-vscroll.
6451         When moving backwards and doing auto-window-vscroll, automatically
6452         vscroll to the last part of lines which are taller than the window.
6453         (next-line, previous-line): Set try-vscroll arg on line-move.
6455 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
6457         * replace.el (query-replace, query-replace-regexp)
6458         (replace-string, replace-regexp): When operating on region, make
6459         the minibuffer prompt say so.
6461         * isearch.el (isearch-forward): Document isearch-query-replace and
6462         isearch-query-replace-regexp keybindings.
6464 2005-02-19  Jay Belanger  <belanger@truman.edu>
6466         * calc/calc-aent.el (math-read-token): Add local variable.
6468         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
6469         (calc-edit-top): Move declaration to earlier in file.
6470         (calc-edit-macro-repeats): Add local variables.
6472         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
6473         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
6474         calcFunc-tanh.
6475         Adjust integration rule for calcFunc-tan.
6477 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
6479         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
6480         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
6481         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
6482         (viper-skip-separators): Bug fix.
6483         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
6484         particular major mode.
6485         (viper-del-backward-char-in-replace): Don't put deleted char on the
6486         kill ring.
6488         * viper-ex.el (viper-color-display-p): New function.
6489         (viper-has-face-support-p): Use viper-color-display-p.
6491         * viper-keym.el (viper-gnus-modifier-map): New keymap.
6493         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
6495         * viper-util.el (viper-glob-unix-files): Fix shell status check.
6496         (viper-file-remote-p): Make equivalent to file-remote-p.
6498         * viper.el (viper-major-mode-modifier-list):
6499         Use viper-gnus-modifier-map.
6501 2005-02-19  David Kastrup  <dak@gnu.org>
6503         * subr.el (subregexp-context-p): Fix garbled doc string by adding
6504         quoting.
6506 2005-02-19  Jay Belanger  <belanger@truman.edu>
6508         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
6509         Remove extra definitions.
6510         (calc-coth): New function.
6511         (calcFunc-cot): Fix `let'.
6513 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
6515         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
6516         the reasons we use "type pc" in these faces.
6518         * button.el (button): Ditto.
6520 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
6522         * replace.el (query-replace-read-from): Set the value of
6523         query-replace-from-history-variable to handle the case of an empty
6524         string entered to accept the suggested default.
6526         * net/tramp.el (tramp-file-name-for-operation):
6527         Use dired-call-process instead of dired-call-process-command.
6529 2005-02-19  Jay Belanger  <belanger@truman.edu>
6531         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
6532         (math-div-non-trig): New variables.
6533         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
6534         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
6535         (math-combine-prod, math-div-symb-fancy): Add simplifications for
6536         trig expressions.
6538 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
6540         * progmodes/gdb-ui.el (gdb-var-update-handler)
6541         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
6542         for watch expressions,
6543         (gdb-var-create-handler): Don't set speedbar-update-flag.
6544         (gdb-post-prompt): Simplify test for speedbar.
6546 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
6548         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
6549         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
6550         we use the syntax table of the correct buffer.
6551         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
6552         Felix Gatzemeier.
6554         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
6555         (ediff-file-remote-p): Make synonymous with file-remote-p.
6556         In all deffaces ediff-*-face-*, use min-colors.
6558         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
6559         ediff-recurse-to-subdirectories.
6560         (ediff-mark-if-equal): Check that the arguments are strings, use
6561         ediff-same-contents (after to Felix Gatzemeier).
6563         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
6564         nil.
6566 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6568         * log-view.el (log-view-message-re): Fix up Subversion regexp.
6570 2005-02-18  David Kastrup  <dak@gnu.org>
6572         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
6573         use `mark-active' when defined.
6575 2005-02-18  Kenichi Handa  <handa@m17n.org>
6577         * ps-print.el (ps-font-info-database): New entry
6578         ZapfChancery-MediumItalic with correct font name.  Fix font name
6579         of the entry Zapf-Chancery-MediumItalic.
6581 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
6583         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
6585 2005-02-16  Kim F. Storm  <storm@cua.dk>
6587         * ido.el (ido-fallback-command): Pass user input to fallback command.
6589 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
6591         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6592         (gdb-find-file-hook): Add server prefix.
6594 2005-02-16  Richard M. Stallman  <rms@gnu.org>
6596         * replace.el (perform-replace): Pass new args to replace-highlight.
6597         (replace-highlight): Take region args,
6598         and pass them to isearch-lazy-highlight-new-loop.
6600         * novice.el (disabled-command-hook): Autoload the defalias
6601         and the make-obsolete-variable call.
6603         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
6605         * isearch.el (isearch-lazy-highlight-start-limit)
6606         (isearch-lazy-highlight-end-limit): New variables limit
6607         the region for highlighting.
6608         (isearch-lazy-highlight-new-loop): New args BEG and END.
6609         (isearch-lazy-highlight-search): Use the new vars.
6610         (isearch-lazy-highlight-update): Likewise.
6612         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
6614         * cus-start.el (all): Use default-boundp.
6616 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
6618         * menu-bar.el (menu-bar-select-frame): Handle current frame.
6620 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
6622         * autorevert.el (auto-revert-stop-on-user-input)
6623         (auto-revert-verbose): Doc fixes.
6625 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
6627         * international/mule-cmds.el (set-locale-environment): Remove call
6628         to set-selection-coding-system on Windows.
6630 2005-02-15  Jay Belanger  <belanger@truman.edu>
6632         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6633         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6634         calcFunc-coth.
6635         (math-simplify-sqrt): Add simplifications.
6637         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6638         to list.
6640         * calc/calc-ext.el: Add functions to autoloads.
6642         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6643         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6644         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6645         (math-csc-raw, math-cot-raw): New functions.
6647         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6649         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6650         the variable name in a message.
6652         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6653         calcFunc-csc, calcFunc-cot.
6655         * calc/calcalg2.el: Add derivative and integration rules for
6656         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6657         calcFunc-csch, calcFunc-coth.
6658         (math-do-integral-methods): Add to checks for when to use
6659         substitutions.
6661         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6663 2005-02-15  Lute Kamstra  <lute@gnu.org>
6665         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6666         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
6667         <monnier@iro.umontreal.ca>
6668         (lisp-outline-level): Improve efficiency.  Suggested by David
6669         Kastrup <dak@gnu.org>.
6671 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
6673         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6674         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6675         (gdb-set-gud-minor-mode-existing-buffers): New functions.
6676         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
6677         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6679 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
6681         * cus-start.el (all): Comment change.
6683 2005-02-14  Lute Kamstra  <lute@gnu.org>
6685         * cus-start.el (all): Check if symbol is void.
6687 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
6689         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6690         optional argument to \cite.
6692 2005-02-14  Richard M. Stallman  <rms@gnu.org>
6694         * cus-edit.el (custom-buffer-create-internal): Update help message.
6695         (custom-magic-alist): Update help messages.
6697         * cus-start.el (all): Allow a var to specify a standard value.
6699 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
6701         * custom.el (custom-theme-set-variables): Handle variable aliases.
6703         * frame.el (blink-cursor-timer): Doc fix.
6704         (blink-cursor): Make it an alias for `blink-cursor-mode' and
6705         declare obsolete.
6706         (blink-cursor-mode): Define with defcustom and use correct
6707         standard expression in that defcustom.
6708         * startup.el (command-line): Adapt to above changes in frame.el.
6710 2005-02-11  Lute Kamstra  <lute@gnu.org>
6712         * apropos.el (apropos-score-doc): Prevent division by zero.
6714 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
6716         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6717         (icalendar--get-event-property-attributes)
6718         (icalendar--get-event-properties)
6719         (icalendar--datetime-to-diary-date): New functions.
6720         (icalendar--split-value): Doc fix.
6721         (icalendar--datetime-to-noneuropean-date)
6722         (icalendar--datetime-to-european-date): New optional argument
6723         SEPARATOR.  Return result as a string instead of a list.
6724         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6725         (icalendar--convert-string-for-export): Rename arg S to STRING.
6726         (icalendar-export-region): Doc fix.  Change name of error buffer.
6727         Save output buffer.
6728         (icalendar-import-file): Add blank at end of prompt.
6729         (icalendar-import-buffer): Doc fix.  Do not switch to error
6730         buffer.  Indicate status in return value.
6731         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
6732         buffer.  Save output buffer.  Handle exception from recurrence
6733         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
6734         events.  Fix problems with weekly all-day events.
6736 2005-02-10  Richard M. Stallman  <rms@gnu.org>
6738         * simple.el (eval-expression-print-format):
6739         Avoid warning about edebug-active.
6741         * help.el (help-for-help-internal): Rename from help-for-help.
6742         (help-for-help): Define with defalias.
6744         * font-core.el (font-lock-default-function): Use with-no-warnings.
6746         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6748         * custom.el (defface): Doc fix.
6750 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
6752         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6753         width 0" to prevent word wrapping problems.
6755 2005-02-09  Kim F. Storm  <storm@cua.dk>
6757         * ido.el (ido-file-extensions-order): New defcustom.
6758         (ido-file-extension-lessp, ido-file-extension-aux)
6759         (ido-file-extension-order): New advanced file ordering.
6760         (ido-file-lessp): New simple file ordering.
6761         (ido-sort-list): Remove.
6762         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6763         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6765 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
6767         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6768         that some versions of grep produce.
6769         (grep-mode-font-lock-keywords): Likewise.
6771 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
6773         * progmodes/gdb-ui.el (gdb-location-list): New variable.
6774         (gdb-cdir): Delete.
6775         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6776         (gdb-source-info): Treat case when source file is in another
6777         directory properly.
6778         (gdb-get-location): New function.
6780 2005-02-07  Jay Belanger  <belanger@truman.edu>
6782         * calc/calc-prog.el (calc-write-parse-table-part)
6783         (calc-fix-token-name): Fix a check for language type.
6785         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6787 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
6789         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6790         as directory not writable.
6792 2005-02-07  Kim F. Storm  <storm@cua.dk>
6794         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6795         (cua--standard-movement-commands): Remove list.
6796         Instead, set CUA property value to move for movement commands.
6797         (cua-movement-commands): Remove.  Users must set CUA prop instead.
6798         (cua--pre-command-handler): Check CUA property.
6799         (cua--init-keymaps): Don't remap undo commands.
6800         (cua-mode): Don't call cua--rectangle-on-off.
6802         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6803         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6804         (cua--rect-undo-set-point): New var.
6805         (cua--rectangle-undo-boundary): Setup undo apply entry.
6806         (cua--rect-undo-handler): New function for rectangle undo.
6807         (cua--rect-start-position, cua--rect-end-position): Add.
6808         (cua--rectangle-post-command): Call cua--rectangle-set-corners
6809         for restored rectangle.  Set point if cua--rect-undo-set-point.
6811 2005-02-06  Jay Belanger  <belanger@truman.edu>
6813         * calc/calc-lang.el (calc-tex-language): Display more information
6814         in messages.
6816         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6817         in TeX mode.
6819 2005-02-06  Richard M. Stallman  <rms@gnu.org>
6821         * emacs-lisp/lisp.el (buffer-end): Doc fix.
6823 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6825         * net/ldap.el (ldap-search-internal): Support attributes with
6826         optional descriptions separated by a semi-colon, as in
6827         "userCertificate;binary".
6829 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6831         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6832         isn't a cons (i.e. the version is 0).
6834 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
6836         * help.el (help-for-help): Doc fix.
6838 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
6840         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
6841         GDB-Windows on the menu-bar as this works better.
6843 2005-02-04  Jay Belanger  <belanger@truman.edu>
6845         * calc/calc-embed.el (calc-embedded-update): Don't put in
6846         unnecessary newlines.  Adjust the end of formula marker.
6848         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6849         (math-latex-parse-two-args): New function.
6851 2005-02-03  Lute Kamstra  <lute@gnu.org>
6853         * help-fns.el (help-with-tutorial): Make sure that users cannot
6854         remove the entire text of the tutorial by means of `undo'.
6856 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6858         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6859         in recent changes, where the ispell process was repeatedly
6860         killed & restarted.
6862         * international/mule-cmds.el (set-locale-environment): Set file-name
6863         coding system to utf-8 on Darwin systems.
6864         (set-default-coding-systems): Don't set default-file-name-coding-system
6865         on Darwin systems.
6867 2005-02-03  Richard M. Stallman  <rms@gnu.org>
6869         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6871 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
6873         * faces.el (list-faces-display): Add optional argument.
6875 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6877         * font-core.el (font-lock-default-function): Handle the rare case where
6878         only font-lock-keywords is set.
6880 2005-02-02  Kenichi Handa  <handa@m17n.org>
6882         * international/characters.el: Cancel previous change for
6883         I-WITH-DOT-ABOVE and DOTLESS-i.
6885         * international/latin-5.el: Cancel previous change.
6887 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
6889         * progmodes/gud.el: Correction to syntax in gud-menu-map.
6891 2005-02-02  Kenichi Handa  <handa@m17n.org>
6893         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6894         DOTLESS-i.
6896         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6897         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6899         * case-table.el (get-upcase-table): New function.
6900         (copy-case-table): Copy upcaes table too if non-nil.
6901         (set-case-syntax-delims): Maintain upcase table too.
6902         (set-case-syntax-pair): Likewise.
6903         (set-upcase-syntax, set-downcase-syntax): New functions.
6904         (set-case-syntax): Maintain upcase table too.
6906 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
6908         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6910         * progmodes/gud.el (gud-goto-info): New function.
6911         (gud-tool-bar-map): Use correct icon.
6913 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
6915         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6916         When delegating, order args in the funcall correctly.
6918 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
6920         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6922 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
6924         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6925         buffer not visiting a file.
6927 2005-01-31  Jay Belanger  <belanger@truman.edu>
6929         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6930         bound on the line with the formula.
6932 2005-01-31  Kim F. Storm  <storm@cua.dk>
6934         * ses.el (ses-create-cell-variable-range)
6935         (ses-destroy-cell-variable-range, ses-reset-header-string)
6936         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6937         (ses-insert-row): Fix format of apply undo entries.
6939 2005-01-31  Jay Belanger  <belanger@truman.edu>
6941         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6942         parts.
6944         * calc/calc-embed.el (calc-embedded-open-formula)
6945         (calc-embedded-close-formula): Ignore matrix environments.
6947         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6948         TeX mode.
6950         * calc/calc-lang.el (math-function-table, math-oper-table)
6951         (math-variable-table): Adjust the LaTeX portions.
6953         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6954         (math-latex-ignore-words): New constant.
6956 2005-01-31  Richard M. Stallman  <rms@gnu.org>
6958         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6959         (ispell-local-dictionary): Doc fix.
6960         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6961         Don't reinitialize at run time.  Don't defcustom.
6962         All uses changed to append ispell-local-dictionary-alist,
6963         or check it first.
6964         (ispell-current-dictionary): New variable for dictionary in use.
6965         (ispell-dictionary): Now used only for global default.
6966         (ispell-start-process): Set ispell-current-dictionary,
6967         not ispell-dictionary.
6968         (ispell-change-dictionary): Use this only for setting
6969         user preferences.
6970         (ispell-internal-change-dictionary): New function
6971         to change the current dictionary in use.
6972         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6973         Use ispell-current-dictionary.
6974         Handle ispell-local-dictionary-overridden.
6975         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6977 2005-01-31  Jay Belanger  <belanger@truman.edu>
6979         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6981         * calc/calc-ext.el: Add calc-latex-language to autoloads.
6982         (calc-mode-map): Add calc-latex-language.
6984         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6985         (math-latex-print-frac): New functions.
6986         (math-oper-table, math-function-table, math-variable-table)
6987         (math-complex-format, math-input-filter): Add latex properties.
6988         (calc-set-language): Set math-expr-special-function-mapping.
6990         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6991         (calc-write-parse-table-part): Add LaTeX support.
6993         * calc/calc.el (calc-language): Adjust docstring.
6994         (calc-set-mode-line): Add LaTeX support.
6995         (math-expr-special-function-mapping): New variable.
6996         (math-tex-ignore-words): Add to list.
6998         * calc/calccomp.el (math-compose-expr, math-compose-rows):
6999         Add LaTeX support.
7000         (math-compose-expr): Add support for special functions.
7002         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
7004 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
7006         * progmodes/gdb-ui.el (gdb-memory-address)
7007         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
7008         (gdb-memory-mode-map, gdb-memory-format-keymap)
7009         (gdb-memory-format-menu, gdb-memory-unit-keymap)
7010         (gdb-memory-unit-menu): New variables for a buffer
7011         that lets the user examine program memory.
7012         (gdb-memory-set-address, gdb-memory-set-repeat-count)
7013         (gdb-memory-format-binary, gdb-memory-format-octal)
7014         (gdb-memory-format-unsigned, gdb-memory-format-signed)
7015         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
7016         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
7017         (gdb-memory-unit-word, gdb-memory-unit-halfword)
7018         (gdb-memory-unit-byte, gdb-memory-unit-menu)
7019         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
7020         (gdb-memory-mode, gdb-memory-buffer-name)
7021         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
7022         New functions for above buffer.
7024 2005-01-30  Richard M. Stallman  <rms@gnu.org>
7026         * cus-edit.el (custom-bury-buffer): Function deleted.
7027         (custom-buffer-done-function): Option deleted.
7028         (custom-buffer-done-kill): New (replacement option.
7029         (Custom-buffer-done): Call quit-window.
7030         (custom-buffer-create-internal): Update for above changes.
7032 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
7034         * simple.el (undo-ask-before-discard): New var.
7035         (undo-outer-limit-truncate): Implement it.
7036         (undo-extra-outer-limit): Doc update.
7038 2005-01-29  Richard M. Stallman  <rms@gnu.org>
7040         * ses.el (undo-more): Delete defadvice.
7041         (ses-begin-change): Doc fix.
7043         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
7044         instead of rebinding C-x u and C-_.
7046         * files.el (normal-backup-enable-predicate): Return nil for files
7047         in /tmp, regardless of temporary-file-directory.
7049         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
7051         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
7052         (open-rectangle, delete-whitespace-rectangle-line)
7053         (clear-rectangle-line): If FILL, pass t instead of FILL
7054         for move-to-column's 2nd arg.
7056         * simple.el (undo): Fix the test for continuing a series of undos.
7057         (undo-more): Set pending-undo-list to t when we reach end.
7058         (pending-undo-list): Move up defvar.
7060         * wid-edit.el (widget-button-click):
7061         Shorten the range of the track-mouse binding.
7063         * comint.el (comint-insert-input): Undo previous changes;
7064         use last-input-event in interactive spec.
7066 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
7068         * progmodes/compile.el (compilation-start): Bind buffer-read-only
7069         to nil before invoking call-process.  Reset buffer's modified flag
7070         after fontifying it in the no-async branch.
7072         * wid-edit.el (widget-specify-button): If mouse pointer shape
7073         cannot be changed, use mouse face instead.
7075 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
7077         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7078         (gdb-goto-breakpoint): Make breakpoint handling work on template
7079         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
7080         (gdb-assembler-custom): Update to recognise breakpoint information
7081         added on 2005-01-19.
7083 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7085         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
7086         (dsssl-mode): Use define-derived-mode.
7087         (scheme-mode-initialize): Remove.
7088         (scheme-mode): Use run-mode-hooks.
7090         * cus-edit.el (customize-group-other-window)
7091         (custom-buffer-create-other-window): Don't override special-display-*.
7092         (custom-mode-map): Make it dense.
7094         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
7095         sets the default value.
7097 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
7099         * descr-text.el: Add more keywords.
7101 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7103         * speedbar.el: Avoid unnecessary use of locate-library.
7105         * international/mule-cmds.el (standard-display-european-internal):
7106         Don't fiddle with latin-1 non-break space any more since it's now
7107         special cased in the C code.
7108         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
7110 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
7112         * cus-start.el (all): Add `undo-outer-limit'.
7114 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7116         * textmodes/bibtex.el (bibtex-format-entry):
7117         Use `bibtex-empty-field-re' only on the text of fields, not on entire
7118         field lines.
7119         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
7120         not on part of a buffer.
7122 2005-01-25  Lute Kamstra  <lute@gnu.org>
7124         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
7125         nonempty field text strings like "{letters\\macro{}more letters}".
7126         Clarify docstring.
7127         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
7128         (bibtex-entry-offset, bibtex-parse-association)
7129         (bibtex-parse-field-name): Fix typos in docstrings.
7130         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
7132 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
7134         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
7135         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
7136         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
7137         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
7139         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
7140         isearch minor mode.
7142 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
7144         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
7146 2005-01-24  Lute Kamstra  <lute@gnu.org>
7148         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
7149         CASECHARS and NOT-CASECHARS regular expressions of the
7150         "nederlands" and "nederlands8" dictionaries to prevent a "Range
7151         striding over charsets" error.
7153 2005-01-24  Jay Belanger  <belanger@truman.edu>
7155         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
7156         display variable name.
7158 2005-01-24  Kenichi Handa  <handa@m17n.org>
7160         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
7161         Fix setting of the element of encoded-kbd-iso2022-invocations.
7163 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
7165         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7166         (gdb-threads-select): Change to also accept mouse events.
7167         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
7168         (gdb-threads-mouse-select): Delete.
7170 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
7172         * files.el (insert-directory): Take care of empty directory,
7173         listed without -a switch.
7175 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7177         * textmodes/refill.el (refill-post-command-function):
7178         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
7179         to the list of functions that we should be careful not to undo.
7180         (refill-late-fill-paragraph-function): Remove.
7181         (refill-saved-state): New var.
7182         (refill-mode): Use it to save fill-paragraph-function.
7183         Save also the value of auto-fill-function.
7185         * term/w32-win.el: Simplify code.
7187 2005-01-23  Kim F. Storm  <storm@cua.dk>
7189         * simple.el (line-move): Adapt to new return value from
7190         pos-visible-in-window-p.
7192         * simple.el (line-move): Fix last change.  Check partial
7193         visibility at point rather than at window-start.
7195 2005-01-22  Jason Rumney  <jasonr@gnu.org>
7197         * term/w32-win.el (xw-defined-colors): Remove debug-message.
7199 2005-01-22  David Kastrup  <dak@gnu.org>
7201         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
7203 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
7205         * type-break.el (type-break-mode): Add a test for
7206         type-break-file-name being non-nil.
7208 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
7210         * net/eudc.el (top level): Call (message "") via progn, so that
7211         eudc-options-file is loaded.
7213 2005-01-22  Kim F. Storm  <storm@cua.dk>
7215         * simple.el (line-move-1): Rename from line-move.
7216         (line-move): New function that adjusts vscroll for partially
7217         visible rows, and calls line-move-1 otherwise.
7219 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
7221         * pcomplete.el: define pcomplete-read-event instead of read-event,
7222         since it's not a complete read-event implementation
7224 2005-01-20  Jay Belanger  <belanger@truman.edu>
7226         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
7227         for called function.
7229 2005-01-20  Steven Tamm  <steventamm@mac.com>
7231         * term/mac-win.el (process-connection-type): Remove.
7232         Controlled now by s/darwin.h:PTY_ITERATION.
7234 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7236         * window.el (handle-select-window): Don't switch window when we're
7237         in the minibuffer.
7239 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
7241         * subr.el (dotimes-with-progress-reporter): New macro.
7243         * ses.el (ses-dotimes-msg): Remove macro.
7244         Use `dotimes-with-progress-reporter' instead.
7246 2005-01-19  Steven Tamm  <steventamm@mac.com>
7248         * term/mac-win.el (process-connection-type): Use new
7249         operating-system-release variable to use ptys on Darwin 7 (OSX
7250         10.3) when using carbon build.
7252 2005-01-19  Jay Belanger  <belanger@truman.edu>
7254         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
7255         flags if the last command was a tab or M-tab.
7257         * calc/calc-prog.el (calc-user-define-edit): Put original formula
7258         in formula editing buffer.
7260 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
7262         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
7263         breakpoint image symbol in margin.
7265 2005-01-19  Jay Belanger  <belanger@truman.edu>
7267         * calc/calc-prog.el (calc-execute-kbd-macro):
7268         Ignore calc-keep-arg-flag.
7270 2005-01-19  Kenichi Handa  <handa@m17n.org>
7272         * textmodes/ispell.el (ispell-looking-at): New function.
7273         (ispell-process-line): Use ispell-looking-at to compare the ispell
7274         output and the buffer contents.
7276 2005-01-18  Jay Belanger  <belanger@truman.edu>
7278         * calc/calc.el (calc-display-raw): Fix docstring.
7280 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7282         * simple.el (blink-matching-open): Strip extra info from syntax.
7284         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
7285         funny chars in the end-of-here-doc marker.
7287 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
7289         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
7290         that enable/disabled state of breakpoints is shown correctly in
7291         fringe and on ttys.
7292         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
7293         Add breakpoint information as text properties.
7294         (gdb-mouse-toggle-breakpoint):
7295         Rename to gdb-mouse-set-clear-breakpoint.
7296         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
7297         breakpoints in the margin.
7298         (gdb-remove-strings): Simplify.
7300 2005-01-17  Jay Belanger  <belanger@truman.edu>
7302         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
7303         erasing buffer.
7305 2005-01-17  Richard M. Stallman  <rms@gnu.org>
7307         * progmodes/grep.el (grep-find): Copy from `grep' the condition
7308         for calling grep-compute-defaults.
7310         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
7311         if buffer is empty.
7313         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
7315 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7317         * hilit-chg.el (highlight-changes-mode): Don't autoload.
7319         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
7320         non-preloaded variables.
7322 2005-01-17  Steven Tamm  <steventamm@mac.com>
7324         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
7325         tex-shell cause to force interactivity when using pipes.
7327 2005-01-17  Kim F. Storm  <storm@cua.dk>
7329         * simple.el (just-one-space): Make arg optional.
7331 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
7333         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
7334         posn-at-x-y to t to access left-margin.
7336 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
7338         Sync with Tramp 2.0.47.
7340         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
7341         catching keep-date problems in cp/scp operations.
7342         (tramp-handle-copy-file): Don't call `set-file-modes'
7343         unconditionally.  Specialized functions should know better what is
7344         necessary.  This improves performance a little bit, and the
7345         functions could catch errors with `cp -p' and `scp -p'.
7346         (tramp-do-copy-or-rename-file-via-buffer)
7347         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
7348         when appropriate.
7349         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
7350         Call `set-file-modes' when appropriate.
7351         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
7352         Johnsson <isak@hypergene.com>
7353         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
7354         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
7355         <joakim@verona.se>
7356         (tramp-file-name-for-operation): Mark `shell-command' as magic for
7357         Emacs only.
7359         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
7360         `find-file-hooks' and `dired-mode-hook'.
7361         (tramp-minor-mode-map): Respective map.  Add remapping for
7362         `compile' and `recompile'.
7363         (tramp-remap-command, tramp-recompile): New defuns.
7364         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
7365         in buffer "*Compilation*".  Call the commands asynchronously.
7367         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
7368         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
7369         `shell-command', because it isn't magic in XEmacs.  Reported by
7370         Adrian Aichner <adrian@xemacs.org>.
7372         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
7373         `substitute-in-file-name.
7374         (tramp-smb-handle-substitute-in-file-name): New defun.
7375         (tramp-smb-advice-PC-do-completion): Delete advice.
7377 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
7379         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
7380         Fix error in deleting region.
7382 2005-01-15  Richard M. Stallman  <rms@gnu.org>
7384         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
7385         In non-temp buffer, switch syntax table temporarily.
7387         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
7389         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
7391         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
7393         * imenu.el (imenu--split-menu): Copy menulist before sorting.
7394         (imenu--generic-function): Use START, not BEG, as pos of definition.
7396         * simple.el (just-one-space): Argument specifies number of spaces.
7398         * simple.el (eval-expression-print-format): Avoid warning
7399         about edebug-active.
7401 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
7403         * progmodes/sh-script.el: Code copied from make-mode.el
7404         with small changes,
7405         (sh-mode-map): Bind C-c C-\.
7406         (sh-backslash-column, sh-backslash-align): New variables.
7407         (sh-backslash-region, sh-append-backslash): New functions.
7409 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
7411         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
7412         (rmail-pop-password, rmail-pop-password-required): Move to
7413         rmail-obsolete group.
7414         (rmail-set-pop-password): Rename to rmail-set-remote-password.
7415         All callers updated.
7416         (rmail-get-pop-password): Rename to rmail-get-remote-password.
7417         Take an argument specifying whether it is POP or IMAP mailbox we
7418         are using.  All callers updated.
7419         (rmail-pop-password-error): Rename to
7420         rmail-remote-password-error.  Added mailutils-specific error message.
7421         (rmail-movemail-search-path)
7422         (rmail-movemail-variant-in-use): New variables.
7423         (rmail-remote-password, rmail-remote-password-required):
7424         New customization variables.
7425         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
7426         (rmail-parse-url): New function.
7427         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
7428         with GNU mailutils movemail.
7430 2005-01-15  Kevin Ryde  <user42@zip.com.au>
7432         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
7433         suffix to space, $ or '$, to correctly position point when going
7434         to @table style constants like DBL_MAX.
7436 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
7438         * type-break.el (type-break-mode, type-break-file-time)
7439         (type-break-file-keystroke-count, type-break-choose-file):
7440         Don't store data in or load data from the file if type-break-file-name
7441         is nil.
7442         (type-break-file-name): Doc update as per the above.
7444 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
7446         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
7447         lookup-key might return nil; handle that.
7449 2005-01-15  Alan Mackenzie  <acm@muc.de>
7451         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
7452         rather than the element found, thus enabling the tree to be setcar'd.
7454 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
7456         * textmodes/org.el (org-show-following-heading): New option.
7457         (org-show-hierarchy-above): Use `org-show-following-heading'.
7458         (org-cycle): Documentation fix.
7460         * textmodes/org.el (orgtbl-optimized): New option
7461         (orgtbl-mode): New command, a minor mode.
7462         (orgtbl-mode-map): New variable.
7463         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
7464         (orgtbl-error, orgtbl-self-insert-command)
7465         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
7467         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
7468         a local variable in each org-mode buffer.
7470         * textmodes/org.el (org-set-regexps-and-options): Rename from
7471         `org-set-regexps'.  Added checking for STARTUP keyword.
7472         (org-get-current-options): Add STARTUP options.
7473         (org-table-insert-row): Mode mode intelligent about when
7474         realignment is needed.
7475         (org-self-insert-command, org-delete-backward-char, org-delete-char):
7476         New commands.
7477         (org-enable-table-editor): New default value `optimized'.
7478         (org-table-blank-field): Support blanking regions if active.
7480 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
7482         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
7483         if the year is not given.
7485         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
7486         Add new escapes %m and %M, fixed bug with %F by adding
7487         save-match-data.
7488         (reftex-reference): Remove ?. from list of spaces.
7489         (reftex-label-info): Add automatic label prefix recognition.
7491         * textmodes/reftex-index.el (reftex-index-next-phrase):
7492         Add slave parameter to call of `reftex-index-this-phrase'.
7493         (reftex-index-this-phrase): New optional argument.
7494         (reftex-index-region-phrases): Add slave parameter to call of
7495         `reftex-index-this-phrase'.
7496         (reftex-display-index): New argument redo.
7497         (reftex-index-rescan): Add 'redo to arguments of
7498         `reftex-display-index'.
7499         (reftex-index-Rescan, reftex-index-revert)
7500         (reftex-index-switch-index-tag): Add 'redo to arguments of
7501         `reftex-display-index'.
7502         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
7503         indexing.  Fix bug with matching is there is a quote before or
7504         after the word.
7506         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
7507         Fix bug when collecting citation keys in lines with comments.
7508         (reftex-citation): Prefix argument no longer rescans the document,
7509         but forces prompting for optional arguments of cite macros.
7510         (reftex-do-citation): Prompting for optional arguments implemented.
7512         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7513         Add optional arguments to most cite commands.
7514         (reftex-cite-cleanup-optional-args): New option
7515         (reftex-cite-prompt-optional-args): New option.
7516         (reftex-trust-label-prefix): New option.
7518         * textmodes/reftex-toc.el (reftex-toc-find-section):
7519         Add push-mark before changing the position in the buffer.
7521         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
7522         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
7524 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
7526         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
7527         more carefully.
7529 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7531         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
7532         (sgml-mode): Use it.
7533         (sgml-get-context): Better keep track of implicitly closed tags.
7535 2005-01-13  Kenichi Handa  <handa@m17n.org>
7537         * textmodes/ispell.el: These changes are to fix misalignment error
7538         caused by equivalent characters of different Emacs charsets.
7539         (ispell-unified-chars-table): New variable.
7540         (ispell-get-decoded-string): New function.
7541         (ispell-get-casechars, ispell-get-not-casechars)
7542         (ispell-get-otherchars): Call ispell-get-decoded-string.
7544 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
7546         * custom.el (custom-declare-variable): Just put symbol instead
7547         of (defvar . symbol) in `current-load-list'.
7549 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7551         * emacs-lisp/elint.el: Fixed typo in Commentary section.
7553 2005-01-12  Jay Belanger  <belanger@truman.edu>
7555         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
7556         to create a Calc summary.
7558 2005-01-12  Kim F. Storm  <storm@cua.dk>
7560         * mouse.el (mouse-on-link-p): Change functionality and doc
7561         string to comply with latest description in lisp ref.
7563 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
7565         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
7566         Enable mouse clicks on mode-line, header-line and margin.
7567         (event-type): Give mouse event symbols an 'event-kind property
7568         with value 'mouse-click.
7570 2005-01-12  Juri Linkov  <juri@jurta.org>
7572         * facemenu.el (list-colors-display): Add new arg buffer-name.
7573         Use it.  Fix docstring.  Replace code for identifying duplicate
7574         colors by the name with call to `list-colors-duplicates' which
7575         identifies duplicate colors by the value unless the color
7576         is one of special Windows colors.  Set truncate-lines to t.
7577         Print sorted duplicate color names on each line.  Indent to 22
7578         \(the longest color name in rgb.txt) instead of 20.  Optimize.
7579         (list-colors-duplicates): New function.
7580         (facemenu-color-name-equal): Delete function.
7582         * facemenu.el (list-colors-print): New function created from code
7583         in list-colors-display.  Print #RRGGBB at the window right edge.
7584         (list-colors-display): When temp-buffer-show-function is not
7585         defined, call list-colors-print from temp-buffer-show-hook
7586         to get the right value of window-width in list-colors-print
7587         after the buffer is displayed.
7589         * simple.el (pop-mark): Move deactivate-mark out of conditional
7590         part to deactivate the active mark regardless of the state of the
7591         mark ring.
7593         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
7594         variables line in desktop files.
7596 2005-01-12  Juri Linkov  <juri@jurta.org>
7598         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
7599         Bring together isearch highlight related options.
7600         (lazy-highlight): Replace group `replace' by `matching'.
7601         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7602         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7603         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
7604         and declare them obsolete.
7605         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
7606         (isearch-faces): Remove defgroup.
7607         (isearch-overlay, isearch-highlight, isearch-dehighlight):
7608         Move isearch highlighting code closer to lazy highlighting code.
7610         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
7611         (query-replace-highlight, query-replace-lazy-highlight)
7612         (query-replace): Move definitions to the beginning of the file.
7614 2005-01-11  Juri Linkov  <juri@jurta.org>
7616         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
7617         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
7618         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
7620         * info.el (Info-history-forward): New variable.
7621         (Info-select-node): Reset Info-history-forward to nil.
7622         (Info-last): Turn into defalias.
7623         (Info-history-back): Rename from Info-last.
7624         Add current node to Info-history-forward.
7625         (Info-history-forward): New fun.
7626         (Info-mode-map): Replace Info-last by Info-history-back.
7627         Bind Info-history-forward to "r".
7628         (Info-mode-menu): Replace Info-last by Info-history-back.
7629         Fix menu item text.  Add menu item for Info-history-forward.
7630         (info-tool-bar-map): Replace Info-last by Info-history-back.
7631         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
7632         for Info-history-forward.
7633         (Info-mode): Replace Info-last by Info-history-back in docstring.
7634         Add local variable Info-history-forward.
7635         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7637 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7639         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7640         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7641         Ignore select-window events rather than fiddle with
7642         mouse-autoselect-window.
7644 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
7646         * type-break.el (type-break-mode): Fix previous change.
7648 2005-01-10  Jay Belanger  <belanger@truman.edu>
7650         * calc/calc-ext.el (calc-reset): Reset when inside embedded
7651         calculator; only reset when point is inside a calculator.
7652         Don't adjust the window height if the window takes up the whole height
7653         of the frame.
7655 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
7657         * ebuff-menu.el (Electric-buffer-menu-mode):
7658         Preserve value of buffer-local var header-line-format.
7660 2005-01-09  Jay Belanger  <belanger@truman.edu>
7662         * calc/calc.el (calc-mode-var-list-restore-saved-values):
7663         Make sure settings file exists before accessing it.
7665         * calc/calc-embed.el (calc-embedded-subst):
7666         Replace math-multi-subst-rec, which is only supposed to be called
7667         by math-multi-subst, by math-multi-subst.
7669 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
7671         * vc.el (vc-allow-async-revert): New user option.
7672         (vc-disable-async-diff): New internal variable.
7673         (vc-revert-buffer): Use them to disable asynchronous diff.
7675         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7676         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7677         asynchronously if vc-disable-async-diff is t.
7679 2005-01-09  Jay Belanger  <belanger@truman.edu>
7681         * calc/calc.el (defcalcmodevar): New macro.
7682         (calc-mode-var-list-restore-default-values)
7683         (calc-mode-var-list-restore-saved-values): New functions.
7684         (calc-mode-var-list): Use defcalcmodevar to define it.
7685         (calc-always-load-extensions, calc-line-numbering)
7686         (calc-line-breaking, calc-display-just, calc-display-origin)
7687         (calc-number-radix, calc-leading-zeros, calc-group-digits)
7688         (calc-group-char, calc-point-char, calc-frac-format)
7689         (calc-prefer-frac, calc-hms-format, calc-date-format)
7690         (calc-float-format, calc-full-float-format, calc-complex-format)
7691         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7692         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7693         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7694         (calc-matrix-brackets, calc-language, calc-language-option)
7695         (calc-left-label, calc-right-label, calc-word-size)
7696         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7697         (calc-display-raw, calc-internal-prec, calc-angle-mode)
7698         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7699         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7700         (calc-window-height, calc-display-trail, calc-show-selections)
7701         (calc-use-selections, calc-assoc-selections)
7702         (calc-display-working-message, calc-auto-why, calc-timing)
7703         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7704         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7705         (calc-gnuplot-default-device, calc-gnuplot-default-output)
7706         (calc-gnuplot-print-device, calc-gnuplot-print-output)
7707         (calc-gnuplot-geometry, calc-graph-default-resolution)
7708         (calc-graph-default-resolution-3d, calc-invocation-macro)
7709         (calc-show-banner): Use defcalcmodevar to declare them and set
7710         their default values.
7712         * calc/calc-ext.el (calc-reset): Restore saved values of variables
7713         instead of default values (but restore default values if there is
7714         an argument of 0).
7716 2005-01-09  David Kastrup  <dak@gnu.org>
7718         * desktop.el (desktop-restore-eager): Fix typo in type.
7720 2005-01-08  Richard M. Stallman  <rms@gnu.org>
7722         * cus-edit.el (customize): Delete :link.
7724 2005-01-08  Jay Belanger  <belanger@truman.edu>
7726         * calc/calc.el (calc-mode): Remove the extension from the
7727         `calc-settings-file' file name when loading it.
7729 2005-01-08  Kim F. Storm  <storm@cua.dk>
7731         * info.el (Info-mode-map, Info-next-link-keymap)
7732         (Info-prev-link-keymap, Info-up-link-keymap):
7733         Map follow-link to mouse-face.
7734         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7736 2005-01-08  Jay Belanger  <belanger@truman.edu>
7738         * calc/calc.el (calc-settings-file): Change default value.
7739         Suggested by cgw in a comment in calc-mode.el.
7741         * calc/calc-mode.el (calc-settings-file-name):
7742         Compare calc-settings-file to user-init-file instead of ~/.emacs.
7743         Replace ~/.emacs in a prompt by calc-settings-file.
7745 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
7747         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7748         (desktop-lazy-idle-delay): New customizable variables.
7749         (desktop-buffer-args-list): New variable.
7750         (desktop-append-buffer-args): New function.
7751         (desktop-save): Call desktop-append-buffer-args for some buffers.
7752         (desktop-lazy-create-buffer): New function.
7753         (desktop-idle-create-buffers): New function.
7754         (desktop-read): Add message about buffers to restore lazily.
7755         (desktop-lazy-abort): New command.
7756         (desktop-clear): Call desktop-lazy-abort.
7757         (desktop-lazy-complete): New command.
7759 2005-01-06  Richard M. Stallman  <rms@gnu.org>
7761         * emacs-lisp/find-func.el (find-face-definition):
7762         Rename from find-face.
7764 2005-01-06  Kim F. Storm  <storm@cua.dk>
7766         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7768         * man.el (Man-xref-man-page, Man-xref-header-file)
7769         (Man-xref-normal-file): Add follow-link property.
7771 2005-01-06  Jay Belanger  <belanger@truman.edu>
7773         * calc/calc-units.el: Make sure the proper macro definitions are
7774         available when compiling.
7776 2005-01-06  Juri Linkov  <juri@jurta.org>
7778         * isearch.el (isearch-lazy-highlight-update):
7779         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7781 2005-01-06  Miles Bader  <miles@gnu.org>
7783         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7784         (isearch-lazy-highlight-face): Use new name.
7786 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7788         * uniquify.el (uniquify-rationalize-file-buffer-names):
7789         Re-add an interactive spec.
7790         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7791         to the same name.
7793         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7794         (isearch-update, isearch-done): Adjust calls accordingly.
7796 2005-01-05  Richard M. Stallman  <rms@gnu.org>
7798         * custom.el (custom-set-variables, custom-theme-set-variables):
7799         Clarify documentation.
7801         * emacs-lisp/find-func.el (find-variable)
7802         (find-variable-other-window, find-variable-other-frame):
7803         Fix the TYPE args to find-function-read and find-function-do-it.
7804         (find-function): Doc fix.
7805         (find-function-at-point): Replace function-at-point alias.
7807 2005-01-04  Richard M. Stallman  <rms@gnu.org>
7809         * cus-face.el (custom-declare-face):
7810         Record defface in current-load-list.
7812         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7814         * emacs-lisp/find-func.el: Doc fixes.
7815         (find-face-regexp): New variable.
7816         (find-function-regexp-alist): New variable.
7817         (find-function-C-source): Third arg is now TYPE.
7818         (find-function-search-for-symbol): Handle general TYPE.
7819         (find-function-read, find-function-do-it): Handle general TYPE.
7820         (find-definition-noselect, find-face): New functions.
7821         (function-at-point): Alias deleted.
7823 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7825         * battery.el (display-battery-mode): Rename from display-battery.
7826         Handle the case where it gets turned off.
7828 2005-01-04  Richard M. Stallman  <rms@gnu.org>
7830         * cus-edit.el (customize): Make :link point to user doc.
7832         * man.el (Man-fontify-manpage): Turn off undo generation.
7834         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7836 2005-01-04  Andreas Schwab  <schwab@suse.de>
7838         * files.el (insert-directory): Only look for error lines in
7839         inserted text.  Don't move too far after processing --dired markers.
7841 2005-01-04  Richard M. Stallman  <rms@gnu.org>
7843         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7844         Don't expand if the character is @, period, dash, etc.
7845         (define-mail-abbrev): Quote names that contain problem characters.
7847 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
7849         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7851 2005-01-03  Richard M. Stallman  <rms@gnu.org>
7853         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7854         (query-replace-highlight, query-replace-lazy-highlight)
7855         (query-replace): Definitions moved up.  Doc fix.
7857 2005-01-03  Richard M. Stallman  <rms@gnu.org>
7859         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7860         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7861         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7862         (lazy-highlight-face): Rename from isearch-lazy-...
7863         Change all references to them.
7865 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
7867         * cus-edit.el (custom-file): Doc fix for defcustom.
7868         (custom-file): The function no longer sets the variable
7869         `custom-file' to its return value.
7871         * startup.el (command-line): No longer load `custom-file'.
7873 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7875         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7877         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7878         Don't confuse module-prefixed identifiers for labels.
7879         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7881 2005-01-02  Richard M. Stallman  <rms@gnu.org>
7883         * files.el (basic-save-buffer-1): Fix previous change.
7885         * loadhist.el (file-loadhist-lookup): New function.
7886         (file-provides, file-requires): Use it.
7888         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7889         instead of calculating the right size.
7891 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
7893         * vc-svn.el (vc-svn-diff): Stay local if possible.
7895 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7897         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7899         * files.el (hack-local-variables): Fix last change.
7901 2005-01-02  Jay Belanger  <belanger@truman.edu>
7903         * calc/calc-yank.el (calc-edit-top): New variable.
7904         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7905         object.  Change header properties.
7906         (calc-edit-finish, calc-edit-finish-stack-object)
7907         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7908         edited object.
7909         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7910         for the beginning of the edited object.
7911         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7912         for the beginning of the edited object.
7913         * calc/calc-prog.el (calc-edit-macro-finish-edit)
7914         (calc-finish-formula-edit, calc-macro-repeats)
7915         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7916         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7917         beginning of the edited object.
7918         (calc-user-define-edit): Change the header for editing macros.
7919         Remove unnecessary variable.
7921 2005-01-01  Jay Belanger  <belanger@truman.edu>
7923         * calc/calc-yank.el (calc-edit-mode): Change default header.
7924         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7925         * calc/calc-store.el (calc-edit-variable): Change title to match new
7926         header.
7927         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7928         mode to match new header.
7929         (calc-user-define-edit): Change titles to include names of commands.
7930         (calc-finish-formula-edit): Adjust to handle new header.
7931         (calc-finish-macro-edit): Remove.
7932         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7933         (calc-edit-macro-command, calc-edit-macro-command-type)
7934         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7935         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7936         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7937         (calc-edit-macro-finish-edit): New functions.
7938         (calc-user-define-edit): Use new functions to edit named calc macros.
7940 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
7942         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7944         * ses.el (copy-region-as-kill): Deactivate mark.
7946 2005-01-01  Richard M. Stallman  <rms@gnu.org>
7948         * replace.el (occur-1): If the output buffer is also an input,
7949         don't kill it, rename it.
7951         * faces.el (set-face-background, set-face-foreground): Doc fix.
7953         * cus-face.el (custom-face-attributes): Fix :help-echo strings
7954         for :foreground and :background.
7956         * dired.el (dired-view-command-alist): Variable deleted.
7957         (dired-view-file, dired-mouse-find-file-other-window):
7958         Delete the code to use it.
7960 2005-01-01  Kim F. Storm  <storm@cua.dk>
7962         * image.el (insert-sliced-image): Use t for line-height property.
7964 2004-12-31  Jay Belanger  <belanger@truman.edu>
7966         * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7967         for "var-" at the beginning of the minibuffer.
7969 2004-12-31  Richard M. Stallman  <rms@gnu.org>
7971         * faces.el (read-face-name):
7972         Don't treat an attribute spec as a list of faces.
7974         * simple.el (undo): Use undo-equiv-table to detect
7975         unexpected changes since previous undo.
7976         (undo-list-saved): Variable deleted.
7977         (buffer-disable-undo): Don't alter undo-list-saved.
7979         * files.el (require-final-newline): Allow `visit' and `visit-save'.
7980         (mode-require-final-newline): New option.
7981         (after-find-file): Handle require-final-newline with new values.
7982         (basic-save-buffer): Handle new values of require-final-newline.
7984         * progmodes/sh-script.el (sh-require-final-newline):
7985         Alist value now controls whether to use mode-require-final-newline.
7986         (sh-set-shell): Implement that new meaning.
7988         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7989         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7990         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7991         Delete old-Emacs compatibility code.
7992         (antlr-c-common-init): Function deleted.
7994         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7995         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7996         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7997         * progmodes/python.el (python-mode): Use mode-require-final-newline.
7998         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7999         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
8000         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
8001         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
8002         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
8003         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
8004         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
8005         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
8006         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
8007         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
8008         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
8009         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
8011 2004-12-31  Jay Belanger  <belanger@truman.edu>
8013         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
8014         way to return to Calc.
8016         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
8017         finish, C-xk as the way to cancel the edit.  Add cancel routine to
8018         kill-buffer-hook.
8020         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
8021         MacEdit code.
8023         * calc/calc-prog.el: Remove obsolete MacEdit code.
8024         (calc-macro-edit-algebraic, calc-macro-edit-variable)
8025         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
8027 2004-12-31  Kenichi Handa  <handa@m17n.org>
8029         * international/mule.el (buffer-file-coding-system-explicit):
8030         Rename for explicit-buffer-file-coding-system.
8031         (after-insert-file-set-coding): Adjust for the above change.
8033         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
8034         to buffer-file-coding-system-explicit.
8035         (basic-save-buffer-1): Likewise.
8037 2004-12-30  Richard M. Stallman  <rms@gnu.org>
8039         * textmodes/artist.el (artist-butlast-fn): Var deleted.
8040         (artist-butlast, artist-last): Functions deleted.
8041         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
8042         (artist-compute-key-compl-table): Call remq directly.
8043         (artist-remove-nulls): Function deleted.
8044         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
8045         (artist-push, artist-pop): Macro deleted.
8047 2004-12-30  Andreas Leue  <al@sphenon.de>
8049         * textmodes/artist.el (artist-version): 1.2.6
8050         (artist-prev-next-op-alist): New variable.
8051         (artist-select-next-op-in-list): New function.
8052         (artist-select-prev-op-in-list): New function.
8053         (artist-make-prev-next-op-alist): New function.
8054         (artist-is-in-op-list-p): New function.
8055         (artist-get-first-non-nil-op): New function.
8056         (artist-get-last-non-nil-op): New function.
8057         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
8058         artist-prev-next-op-alist.
8059         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
8060         change drawing operation.
8062 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
8064         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
8066 2004-12-31  Masatake YAMATO  <jet@gyve.org>
8068         * server.el (server-process-filter): Suppress `error', too.
8070 2004-12-30  Jay Belanger  <belanger@truman.edu>
8072         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
8073         Change the way a variable is displayed in a message.
8075         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
8076         (calc-user-define-permanent, calc-execute-kbd-macro):
8077         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
8079 2004-12-30  Kenichi Handa  <handa@m17n.org>
8081         * files.el (basic-save-buffer-1):
8082         Set explicit-buffer-file-coding-system to last-coding-system-used.
8083         (revert-buffer): Pay attention to
8084         explicit-buffer-file-coding-system (not buffer-file-coding-system)
8085         on bind coding-system-for-read.
8087         * international/mule.el (explicit-buffer-file-coding-system):
8088         New buffer local variable.
8089         (after-insert-file-set-coding): Set it to coding-system-for-read.
8091 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
8093         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
8095 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
8097         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
8098         that include line numbers.
8100 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
8102         * files.el (hack-local-variables): If no PREFIX, set it to "^".
8103         Redundant variable PREFIXLEN removed.
8105 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
8107         * eshell/em-hist.el (eshell-previous-matching-input):
8108         Start the deletion from the end of the output.
8110 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8112         * term/mac-win.el: Require x-dnd.
8113         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
8115 2004-12-29  David Kastrup  <dak@gnu.org>
8117         * international/mule.el (decode-coding-inserted-region):
8118         Don't barf if `buffer-undo-list' is already set to `t'.
8120 2004-12-29  Jay Belanger  <belanger@truman.edu>
8122         * calc/calc-prog.el (calc-user-define-formula): Put default values
8123         for function names in prompts.
8124         (calc-user-define-permanent, calc-user-define-composition)
8125         (calc-user-define-formula): Remove the need for "calcFunc-" in the
8126         default input for algebraic functions.
8128 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
8130         * vc-rcs.el (vc-rcs-annotate-command):
8131         Fix omission bug: Call `vc-setup-buffer'.
8133 2004-12-29  Kenichi Handa  <handa@m17n.org>
8135         * international/mule.el (recode-region): New function.
8137 2004-12-28  Richard M. Stallman  <rms@gnu.org>
8139         * simple.el (undo-extra-outer-limit): New variable.
8140         (undo-outer-limit-truncate): Test and set it.
8142         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
8143         enables the feature to extend the existing region.
8145         * simple.el (mark-word): New arg ALLOW-EXTEND
8146         enables the feature to extend the existing region.
8148         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
8149         enables the feature to extend the existing region.
8151         * startup.el (site-run-file): Don't allow setting it with Custom.
8153         * simple.el (buffer-disable-undo): Fix previous change.
8155 2004-12-27  Masatake YAMATO  <jet@gyve.org>
8157         * hexl.el (hexlify-buffer): Remove fontification here.
8158         Use font lock mechanism instead.
8159         (hexl-font-lock-keywords): New font lock kewords.
8160         (hexl-mode-old-font-lock-keywords): New variable.
8161         (hexl-mode): Store the old font lock keywords.
8162         (hexl-mode-exit): Restore the old font lock keywords.
8164 2004-12-27  Richard M. Stallman  <rms@gnu.org>
8166         * simple.el (undo): Fix previous change.
8168 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8170         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
8171         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
8172         Call x-open-connection on Mac OS X.
8174 2004-12-27  Richard M. Stallman  <rms@gnu.org>
8176         * files.el (buffer-save-without-query): New var (buffer-local).
8177         (save-some-buffers): Save those buffers first, w/o asking.
8179         * files.el (insert-directory-ls-version): New variable.
8180         (insert-directory): When ls returns an error, test the version
8181         number to decide what the return code means.
8182         With --dired output format, detect and distinguish lines
8183         that are really error messages.
8184         (insert-directory-adj-pos): New function.
8186         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
8188         * battery.el (battery-mode-line-format): Remove initial spaces.
8190         * uniquify.el (uniquify-rationalize-file-buffer-names):
8191         Delete interactive spec.
8193         * type-break.el (type-break-mode): Set buffer-save-without-query.
8194         Remove code that tried to set save-some-buffers-always.
8195         (type-break-file-keystroke-count): Bind deactivate-mark.
8197         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
8199         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
8200         Test that the buffer is live, and maybe reject current buffer too.
8201         Clarify.
8202         (next-error-find-buffer): Rewrite for clarity.
8204         * loadup.el: Don't use buffer-disable-undo; do it directly.
8206         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
8207         (describe-variable): Call symbol-file with `defvar'.
8209         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
8210         (symbol-file): Rewritten to handle new load-history format.
8211         Now takes an arg TYPE to specify looking for a particular
8212         type of definition only.
8214         * emacs-lisp/debug.el (debugger-make-xrefs):
8215         Call symbol-file with `defun'.
8217         * emacs-lisp/find-func.el (find-function-noselect):
8218         Call symbol-file with `defun'.
8219         (find-variable-noselect): Call symbol-file with `defvar'.
8221         * eshell/esh-cmd.el (eshell-find-alias-function):
8222         Call symbol-file with `defun'.
8224         * eshell/esh-test.el (eshell-test-goto-func):
8225         Call symbol-file with `defun'.
8227         * mail/rmail.el (rmail-resend):
8228         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
8230         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
8232         * progmodes/compile.el (compilation-find-buffer): Rename arg.
8234         * textmodes/texinfmt.el (texinfo-format-buffer-1):
8235         Call buffer-disable-undo.
8237         * simple.el (undo-list-saved): New variable (buffer-local).
8238         (undo): Set and test it.
8239         (buffer-disable-undo): Move here from buffer.c.
8240         Clear out undo-list-saved.
8242         * international/mule.el (decode-coding-inserted-region):
8243         Set buffer-undo-list in a correct and optimal way.
8245         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
8246         (cperl-font-lock-unfontify-region-function): No need to save and
8247         restore info, since font-lock.el does it for us.
8249         * ansi-color.el (save-buffer-state): Definition deleted.
8250         (ansi-color-unfontify-region): Don't use save-buffer-state.
8252 2004-12-27  Dave Love  <fx@gnu.org>
8254         * wid-edit.el (function): Use restricted-sexp as parent.
8256 2004-12-27  Kevin Ryde  <user42@zip.com.au>
8258         * simple.el (next-matching-history-element): Use same
8259         `interactive' form as previous-matching-history-element.
8261         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
8262         it can appear unencoded and has been seen from yahoo.
8264 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
8266         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
8267         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
8269 2004-12-27  Kenichi Handa  <handa@m17n.org>
8271         * international/utf-8.el (utf-translate-cjk-load-tables):
8272         Bind coding-system-for-read to nil while loading subst-*.
8274 2004-12-26  Jay Belanger  <belanger@truman.edu>
8276         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
8277         default input.
8279 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
8281         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
8282         before reverting and disable undo recording while reverting.
8284 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
8286         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
8287         (hs-make-overlay): New function.
8288         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
8289         (hs-flag-region): Delete function.
8290         (hs-hide-comment-region): No longer use `hs-flag-region'.
8291         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
8292         (hs-hide-block-at-point): Likewise.
8293         (hs-hide-level-recursive): Use `hs-discard-overlays'.
8294         (hs-hide-all, hs-show-all): Likewise.
8295         (hs-show-block): Likewise.
8296         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
8298 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
8300         * progmodes/hideshow.el: Require `cl' when compiling.
8301         Remove XEmacs and Emacs 19 compatibility.
8302         Use `dolist' and `add-to-list' for load-time actions.
8303         (hs-discard-overlays): Use `dolist'.
8304         (hs-show-block): Likewise.
8306 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
8308         * faces.el (mode-line, mode-line-inactive): Use min-colors.
8310 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
8312         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
8313         When extending backwards, move outside the current comment first.
8315 2004-12-22  Kenichi Handa  <handa@m17n.org>
8317         * international/quail.el (quail-start-translation): Fix prompt
8318         string for the case if input-method-use-echo-area being non-nil.
8319         (quail-start-conversion): Likewise.
8320         (quail-show-guidance): Don't show guidance if
8321         input-method-use-echo-area is non-nil.
8323 2004-12-21  Richard M. Stallman  <rms@gnu.org>
8325         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
8327 2004-12-21  Markus Rost  <rost@ias.edu>
8329         * calendar/diary-lib.el (mark-diary-entries):
8330         Set mark-diary-entries-in-calendar only after checking for diary-file.
8332 2004-12-21  Richard M. Stallman  <rms@gnu.org>
8334         * faces.el (escape-glyph): Use blue against light foreground.
8336         * simple.el (undo-outer-limit-truncate): New function.
8337         (undo-outer-limit-function): Use undo-outer-limit-truncate.
8339 2004-12-21  Eli Barzilay  <eli@barzilay.org>
8341         * calculator.el (calculator-radix-grouping-mode)
8342         (calculator-radix-grouping-digits)
8343         (calculator-radix-grouping-separator):
8344         New defcustoms for the new radix grouping mode functionality.
8345         (calculator-mode-hook): Now used in electric mode too,
8346         (calculator): Call it.
8347         (calculator-mode-map): Some new keys.
8348         (calculator-message): New function.  Some new calls.
8349         (calculator-op, calculator-set-register): Use it.
8350         (calculator-string-to-number): New function, mostly moved and
8351         updated code from calculator-curnum-value.
8352         (calculator-curnum-value): Use it.
8353         (calculator-paste): Use it, and update grabbing the current-kill.
8354         (calculator-rotate-displayer)
8355         (calculator-rotate-displayer-back): Toggle digit grouping when
8356         in radix mode, use calculator-message.
8357         (calculator-displayer-prev, calculator-displayer-next):
8358         Change digit group size when in radix mode.
8359         (calculator-number-to-string): Rename from
8360         calculator-num-to-string.  Now deals with digit grouping in
8361         radix mode.
8362         (calculator-update-display, calculator-put-value): Use the new name.
8363         (calculator-fact): Return a floating point number.
8364         (calculator-mode): Doc fix.
8366 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
8368         * calendar/calendar.el (view-other-diary-entries): Add autoload.
8369         * calendar/diary-lib.el (view-other-diary-entries):
8370         Use current-prefix-arg in interactive spec.
8372 2004-12-19  Jay Belanger  <belanger@truman.edu>
8374         * calc/calc-aent.el (calcAlg-blank-matching-open):
8375         Temporarily adjust the syntax of both delimiters of half-open intervals.
8377 2004-12-19  Kim F. Storm  <storm@cua.dk>
8379         * mouse.el (mouse-1-click-follows-link): Doc fix.
8381 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8383         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
8384         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
8385         instead of centraleuropean as the name
8387 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
8389         Sync with Tramp 2.0.46.
8391         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
8392         parameters wrt Tramp convention.
8393         (tramp-handle-file-attributes-with-perl)
8394         (tramp-handle-directory-files-and-attributes): Apply it.
8395         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
8396         `copy-program'.  Reported by Zack Weinberg
8397         <zack@codesourcery.com>.
8398         (top): Set `edebug-form-spec' property directly rather than
8399         calling `def-edebug-spec'.
8401         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
8402         advice less fragile.  Surround temporary redefinition of
8403         `substitute-in-file-name' with `unwind-protect'.  Suggested by
8404         Matt Hodges <MPHodges@member.fsf.org>.
8406 2004-12-17  Juri Linkov  <juri@jurta.org>
8408         * replace.el (occur-accumulate-lines, occur-engine):
8409         Make forcing deferred font-lock fontification jit-specific.
8411 2004-12-17  Kim F. Storm  <storm@cua.dk>
8413         * mouse.el (mouse-1-click-follows-link): New defcustom.
8414         (mouse-on-link-p): New function.
8415         (mouse-drag-region-1): Implement mouse-1-click-follows-link
8416         functionality.  Map a mouse-1 click event into a mouse-2 (or
8417         other) event when position is inside a link.
8419         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
8420         prefix in tooltip text with "mouse-1" when this is a link
8421         recognized by mouse-1-click-follows-link functionality.
8423         * help.el (describe-key): Report effective and original binding
8424         for mouse-1 when clicked on a link.
8425         (describe-mode): Add follow-link property to "minor-mode" button.
8427         * help-fns.el (describe-variable): Add follow-link property to
8428         "below" button.
8430         * help-mode.el (help-xref): Add follow-link property.
8432         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
8433         (apropos-command, apropos-variable, apropos-face, apropos-group)
8434         (apropos-widget, apropos-plist): Add follow-link property.
8436         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
8437         checks if position is in a filename, rather than some other
8438         clickable item.  Function looks for cvs-filename-face at position.
8440         * wid-edit.el (widget-specify-field, widget-specify-button):
8441         Map a :follow-link keyword into a follow-link property.
8442         (link): Add :follow-link keyword, map to RET binding.
8444         * dired.el (dired-mode-map): Map follow-link to mouse-face.
8446         * progmodes/compile.el (compilation-minor-mode-map)
8447         (compilation-button-map, compilation-mode-map): Likewise.
8449 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
8451         * play/zone.el (zone): Init `line-spacing' from orig buffer.
8452         (zone-replace-char): Take `count' and `del-count'
8453         instead of `direction'.  Update callers.  When `del-count' is
8454         non-nil, delete that many characters, otherwise `count' characters
8455         backwards.  Insert the newly-replaced string `count' times.
8456         (zone-fret): Handle chars w/ width greater than one.
8457         (zone-fall-through-ws): No longer take window width `ww'.
8458         Update callers.  Add handling for `char-width' greater than one.
8459         (zone-pgm-drip): Update var holding window-end position every cycle.
8461 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
8463         * vc.el (vc-default-update-changelog): Use insert-file-contents,
8464         rather than insert-file.
8466 2004-12-16  Jay Belanger  <belanger@truman.edu>
8468         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
8469         (math-init-random-base, math-random-digit): Check to see if
8470         var-RandSeed is bound.
8471         (math-random-last): Declare it.
8472         (math-random-digit): Don't make math-random-last local.
8474 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
8476         * play/zone.el (zone): Fix omission bug: Use a self-disabling
8477         one-shot thunk for uniform (error, quit, normal) recovery.
8478         Reported by John Paul Wallington.
8479         (zone-pgm-random-life): Fix bug:
8480         Recognize empty initial field by lack of "@" chars.
8482 2004-12-16  Juri Linkov  <juri@jurta.org>
8484         * help.el (function-called-at-point):
8485         * help-fns.el (variable-at-point): As a last resort try stripping
8486         non-word prefixes and suffixes.
8488         * descr-text.el (describe-property-list): Don't treat syntax-table
8489         specially.  Use describe-text-sexp which inserts [show] button
8490         for large objects and handles printing errors.  Sort properties
8491         by names in alphabetical order instead of by value sizes.
8492         Add `mouse-face' to list of properties for `describe-face' widget.
8493         (describe-char): Mask out face-id from 19 bits of character.
8494         Print face-id separately.
8496         * replace.el (occur-accumulate-lines, occur-engine):
8497         Fontify unfontified matching lines in the source buffer
8498         before copying them.
8499         (occur-engine): Don't put mouse-face on context lines.
8500         (occur-next-error): Set point to line beginning/end
8501         before searching for prev/next property to skip multiple
8502         matches on a line (not supported by occur engine).
8503         Remove redundant prefix-numeric-value.
8505 2004-12-15  Juri Linkov  <juri@jurta.org>
8507         * replace.el (match): New face.
8508         (list-matching-lines-face): Change default from `bold' to `match'.
8510         * progmodes/grep.el (grep-match-face): New defvar.
8511         (grep-mode-font-lock-keywords): Use grep-match-face instead of
8512         compilation-column-face to highlight grep matches.
8514         * apropos.el (apropos-match-face): Change default from
8515         `secondary-selection' to `match'.
8517         * info-look.el (info-lookup-highlight-face): Change default from
8518         `highlight' to `match'.
8520 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
8522         * progmodes/executable.el (executable-interpret): Eliminate
8523         obsolete compile-internal, and switch to comint for interaction.
8525 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
8527         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
8528         `&&' when skipping multiple statements on a line.
8530 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
8532         * play/zone.el (zone): Set `truncate-lines'.
8533         Also, init `tab-width' with value from original buffer.
8534         (zone-shift-up): Rewrite for speed.
8535         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
8536         (zone-pgm-jitter): Remove redundant entries from ops vector.
8537         (zone-exploding-remove): Reduce iteration count.
8538         (zone-cpos): Convert to defsubst.
8539         (zone-replace-char): New defsubst.
8540         (zone-park/sit-for): Likewise.
8541         (zone-fret): Take window-start arg.
8542         Update callers.  Use `zone-park/sit-for'.
8543         (zone-fill-out-screen): Rewrite.
8544         (zone-fall-through-ws): Likewise.  Update callers.
8545         (zone-pgm-drip): Use `zone-replace-char'.
8546         Move var inits before while-loop.  Use `zone-park/sit-for'.
8547         (zone-pgm-random-life): Handle empty initial field.
8548         Use `zone-replace-char' and `zone-park/sit-for'.
8550 2004-12-15  Juri Linkov  <juri@jurta.org>
8552         * isearch.el (isearch-update): Test isearch-lazy-highlight
8553         before calling isearch-lazy-highlight-new-loop.
8554         (isearch-lazy-highlight-new-loop):
8555         Don't test isearch-lazy-highlight.
8557         * replace.el (perform-replace): Add isearch-case-fold-search.
8558         Use delimited-flag for isearch-regexp.
8559         Reset isearch-lazy-highlight-last-string to force lazy
8560         highlighting when called from isearch mode.
8561         (query-replace-highlight): Revert defcustom type to boolean.
8562         (query-replace-lazy-highlight): New defcustom.
8563         (query-replace): New face.
8564         (perform-replace, replace-highlight, replace-dehighlight):
8565         Test query-replace-lazy-highlight instead of special value
8566         `isearch' of query-replace-highlight.
8567         (replace-dehighlight): Don't call isearch-dehighlight.
8568         (replace-highlight): Don't call isearch-highlight.
8569         Use face `query-replace' unconditionally.
8571 2004-12-14  Kim F. Storm  <storm@cua.dk>
8573         * simple.el (inhibit-mark-movement): Remove defvar.
8574         (beginning-of-buffer, end-of-buffer): Don't use it.
8576         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8577         Don't use inhibit-mark-movement.
8579         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
8580         (cua--undo-push-mark): Remove.
8581         (cua--pre-command-handler, cua--post-command-handler):
8582         Don't fiddle with inhibit-mark-movement.
8584 2004-12-14  Juri Linkov  <juri@jurta.org>
8586         * buff-menu.el (list-buffers-noselect): Collect internal info
8587         for every buffer in BUFFER-LIST arg too.
8588         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
8589         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
8590         Bind same-window-buffer-names and same-window-regexps to nil.
8592 2004-12-13  Juri Linkov  <juri@jurta.org>
8594         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
8596         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
8597         (sc-cite-region, sc-uncite-region, sc-recite-region):
8598         Fix previous change to handle not alist as a symbol, but
8599         a citation frame as a symbol that represents a variable name.
8601 2004-12-13  Richard M. Stallman  <rms@gnu.org>
8603         * filecache.el (file-cache-add-directory-using-find):
8604         Only set up file-cache-find-command-posix-flag if we will use it.
8606         * bindings.el (mode-line-buffer-identification-keymap):
8607         Don't cancel the mode-line's usual down-mouse-1 binding.
8609         * cus-edit.el (custom-face-selected): Handle `default' specs.
8610         (custom-face-edit): Increase extra-offset.
8611         (custom-display): Handle `default' specs.
8613         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
8615         * emacs-lisp/elint.el (elint-standard-variables)
8616         (elint-unknown-builtin-args): Move definitions up.
8618         * net/browse-url.el (browse-url-url-at-point): Add autoload.
8620         * info.el (info-xref-visited): Use `default' instead of t.
8621         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
8623         * faces.el (header-line, mode-line-inactive, tool-bar):
8624         Use `default' instead of t for setting the defaults.
8625         (face-spec-choose): Separate `t' from `default'.
8627         * subr.el (while-no-input): New macro.
8629 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
8631         * filecache.el (file-cache-add-directory-using-find):
8632         Only test file-cache-find-command-posix-flag on some systems.
8634 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8636         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8637         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8638         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8639         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8640         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8642 2004-12-12  Juri Linkov  <juri@jurta.org>
8644         * files.el (find-file-other-window, find-file-other-frame):
8645         Add the first buffer to the returned value to return the complete
8646         list of all visited buffers.
8647         (find-file-read-only, find-file-read-only-other-window)
8648         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8649         `find-file-read-args'.  Signal an error about non-existent file
8650         only if file name doesn't contain wildcards.  Toggle read-only in
8651         all visited buffers.
8652         (find-alternate-file, find-alternate-file-other-window):
8653         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
8654         called interactively.  Pass arg `wildcards' to other functions.
8655         (find-file-noselect): Doc fix.
8657         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8658         Doc fix.
8659         (ffap-directory-finder): New variable.
8660         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8661         (ffap-file-at-point): Add /* to immediately rejected names.
8662         Return absolute file names matching ffap-dired-wildcards.
8663         (ffap-read-file-or-url): Set default value for `completing-read'
8664         to `buffer-file-name'.
8665         (find-file-at-point): When filename matches ffap-dired-wildcards,
8666         call ffap-file-finder with t arg `wildcards', instead of dired.
8667         (ffap-other-window, ffap-other-frame): Return visited buffers.
8668         (ffap-read-only, ffap-read-only-other-window)
8669         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8670         (dired-at-point): Call ffap-directory-finder instead of dired.
8671         (ffap-dired-other-window, ffap-dired-other-frame)
8672         (ffap-list-directory): New commands.
8673         (ffap-bindings): New keybindings for new commands.
8675 2004-12-12  Juri Linkov  <juri@jurta.org>
8677         * simple.el (beginning-of-buffer, end-of-buffer):
8678         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8679         Do not push mark when mark is active in transient-mark-mode.
8681         * simple.el (mark-word):
8682         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8683         * textmodes/paragraphs.el (mark-paragraph):
8684         Extend the region when mark is active in transient-mark-mode,
8685         regardless of the last command.  Doc fix.
8687         * simple.el (mark-word): Preserve direction when repeating.
8688         Make arg optional.  Interactive "p" -> "P".
8689         (transient-mark-mode, inhibit-mark-movement): Doc fix.
8691         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8692         preserving direction, to mark forward instead of backward when mark
8693         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8695 2004-12-12  Juri Linkov  <juri@jurta.org>
8697         * isearch.el (isearch-edit-string): Set 7th arg of
8698         `read-from-minibuffer' to `t' to inherit the current input
8699         method (whose name is indicated by [IM] in the minibuffer prompt)
8700         from the current buffer to the minibuffer.
8701         (isearch-lazy-highlight-update): Put body to `with-local-quit'
8702         to allow C-g quitting for lazy highlighting looping inside the
8703         search with nested repetition operators.  Add overlay to the list
8704         before setting its face and other properties to avoid the case of
8705         code quitting after placing the new overlay but before it's
8706         recorded on the list.  Select the window where isearch was
8707         activated, to highlight matches in the right window when isearch
8708         switches the current window to the minibuffer.
8710         * international/isearch-x.el
8711         (isearch-process-search-multibyte-characters):
8712         Use `isearch-message' as initial input for `read-string' instead
8713         of adding it to the minibuffer prompt.  After reading a string
8714         remove the initial value of `isearch-message' from the string.
8716         * replace.el (replace-match-maybe-edit): Doc fix.
8717         (perform-replace): Don't call `replace-highlight' when automatic
8718         replacement is requested in literal mode, since it is intended
8719         only to highlight words during entering a new replacement string
8720         for \? in non-literal mode.
8722         * replace.el (query-replace-highlight): Add new value `isearch'
8723         that allows query replacement to use isearch highlighting.
8724         Change type from `boolean' to `choice'.  Doc fix.
8725         (replace-highlight, replace-dehighlight, perform-replace):
8726         Use isearch highlighting if query-replace-highlight eq `isearch'.
8728 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8730         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8731         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8733         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8734         case of \end{verbatim}.
8736 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
8738         * term.el (term-termcap-format): Synchronyze with terminfo.
8739         (term-emulate-terminal): Handle reset.
8740         (term-reset-terminal): New function.
8742 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
8744         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8745         (zone-fill-out-screen): New func.
8746         (zone-pgm-drip): Use `zone-fill-out-screen'.
8747         Also, no longer go to point-min on every cycle.
8748         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8749         (zone-pgm-random-life-wait): New user var.
8750         (zone-pgm-random-life): New func.
8752 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
8754         * files.el (auto-mode-alist): Map .com to DCL mode.
8756 2004-12-09  Richard M. Stallman  <rms@gnu.org>
8758         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8760 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
8762         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8763         buffer with a display margin.
8765 2004-12-08  Jay Belanger  <belanger@truman.edu>
8767         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8768         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8770 2004-12-08  Richard M. Stallman  <rms@gnu.org>
8772         * faces.el: Delete code to set display table.
8773         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
8775 2004-12-08  Jay Belanger  <belanger@truman.edu>
8777         * calc/calc.el: Add math-read-preprocess-string to autoloads.
8779         * calc/calc-ext.el (math-read-replacement-list)
8780         (math-read-superscripts, math-read-preprocess-string): Move to
8781         calc-aent.el.
8783         * calc/calc-aent.el (math-read-replacement-list)
8784         (math-read-superscripts, math-read-preprocess-string): Move from
8785         calc-ext.el.
8787 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8789         * isearch.el (isearch-quote-char): Fix up typo in last change.
8791 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
8793         * mouse.el (mouse-set-font): Handle the case where the command was
8794         not invoked using the mouse.
8796         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8797         (edmacro-finish-edit): Further update for keyboard macros that are
8798         lambda forms.
8799         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8801 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8803         * font-lock.el (font-lock-unfontify-region): Save buffer state.
8804         (font-lock-default-unfontify-region): Don't save buffer state any more.
8806 2004-12-07  Jay Belanger  <belanger@truman.edu>
8808         * calc/calc-help.el (calc-describe-key):
8809         Set calc-summary-indentation even when Calc Summary buffer exists.
8811 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
8813         * calendar/holidays.el (holiday-easter-etc): Make arguments
8814         optional for backwards compatibility.  Doc fix.
8815         Remove un-necessary local vars mandatory, output-list.
8816         (holiday-advent): Make arguments optional for backwards
8817         compatibility.  Doc fix.
8819 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8821         * paren.el (show-paren-function): Fix last change (2004-12-02).
8823         * international/mule-util.el (char-displayable-p): Return nil for
8824         unibyte mode.
8826         * subr.el (subregexp-context-p): New function.
8828         * isearch.el (isearch-quote-char): Use it.
8830         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8831         (regexp-opt-not-groupie*-re): Remove.
8832         (regexp-opt): Properly handle inputs with duplicate entries.
8834 2004-12-06  Richard M. Stallman  <rms@gnu.org>
8836         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8838         * cus-edit.el (custom-file): Doc fix.
8840         * textmodes/org.el: New file.
8842 2004-12-06  Kenichi Handa  <handa@m17n.org>
8844         * ldefs-boot.el: Update international/mule-util.el section.
8846 2004-12-05  Sam Steingold  <sds@gnu.org>
8848         * net/tramp.el (tramp-handle-file-accessible-directory-p):
8849         Fix `tramp-time-diff' comparison logic.
8851 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
8853         * progmodes/which-func.el (which-function):
8854         Use `run-hook-with-args-until-success' instead of a custom loop.
8855         Fixes bug with local hooks.
8857 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8859         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8860         Use delete-dups when calculating the initial value.
8861         (bibtex-autokey-get-title): Use <=.
8862         (bibtex-goto-line): New function.
8863         (bibtex-reposition-window): Use line numbers instead of point
8864         positions.  Use window-body-height.
8865         (bibtex-find-crossref): Use bibtex-reposition-window.
8866         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
8867         position of entry if key is found or nil if not found.
8869 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8871         * cus-edit.el (custom-file): Doc fix.
8873         * progmodes/sh-script.el (sh-indent-for-then): Change default.
8875 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8877         * simple.el (blink-matching-open):
8878         * textmodes/tex-mode.el (tex-validate-region):
8879         Obey syntax-table text properties.
8881 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
8883         * wid-edit.el (widget-specify-field): Add `real-field' property to
8884         boundary.
8885         (widget-field-at): Use it.
8887 2004-12-02  Richard M. Stallman  <rms@gnu.org>
8889         * progmodes/cc-mode.el (awk-mode autoload):
8890         Supply t meaning interactive function.
8892         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
8893         (isearch-mode-map): No special definition for space.
8894         (isearch-whitespace-chars): Command deleted.
8895         (isearch-forward-regexp): Doc fix.
8896         (isearch-quote-char): When a space is not inside brackets,
8897         use `[ ]' instead of just space.
8898         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8900         * imenu.el (imenu--generic-function): Delete code to exclude
8901         matches in comments.
8903         * man.el (Man-reverse-face): Change default to `highlight'.
8905         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8906         (occur-engine): Use `face' prop rather than `font-lock-face'
8907         when specifying use of `match-face'.
8908         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8910         * emacs-lisp/elint.el (elint-standard-variables): Update list.
8912         * add-log.el (add-log-current-defun): Handle the case where point
8913         is in the header part of a DEFUN construct.
8915 2004-12-02  Dave Love  <fx@gnu.org>
8917         * progmodes/python.el (python-font-lock-syntactic-keywords):
8918         Fix previous change.
8920 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
8922         * paren.el (show-paren-function): Check for matching chars
8923         specified by text props.
8925 2004-12-02  Jay Belanger  <belanger@truman.edu>
8927         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8928         when reading a new key sequence.
8930 2004-12-02  Kim F. Storm  <storm@cua.dk>
8932         * faces.el (escape-glyph): Rename from glyph.
8933         (standard-display-table): Set it here.  Add escape-glyph face to
8934         extra slot characters.
8936         * disp-table.el: Undo 2004-12-01 change.  Display table is now
8937         setup in faces.el.
8939 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
8941         * xml.el (xml-parse-dtd): Don't show validity messages when
8942         xml-validating-parser is nil.
8943         (xml-substitute-special): Fix validity error messages to
8944         actually show the unexpandable entity.  Added validity error if &
8945         isn't followed by an entity.
8946         (xml-parse-tag): Concatenate any string following the a
8947         <![CDATA[]]> section to the parsed CDATA.
8948         (xml-parse-dtd): Skip parameter entity declarations and use of
8949         parameter entities.
8951 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
8953         * kmacro.el (kmacro-default-counter-format): New var.
8954         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
8955         (kmacro-display): Remove `nil' from `and' form.  Delete call to
8956         `format' inside `message'.
8957         (kmacro-start-macro): Use `kmacro-default-counter-format'.
8959 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8961         * pcvs.el (cvs-header-msg): New function.
8962         (cvs-update-header): Use it.  Change calling convention.
8963         Correctly handle the case of having simultaneous active processes.
8964         (cvs-sentinel): Don't call cvs-update-header any more.
8965         (cvs-mode-run): Update call and add cvs-update-header to postproc.
8967 2004-12-01  Jay Belanger  <belanger@truman.edu>
8969         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8970         Change message.
8972 2004-12-01  Juri Linkov  <juri@jurta.org>
8974         * progmodes/prolog.el (prolog-mode-variables):
8975         Fix imenu-generic-expression.
8977 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
8979         * faces.el (glyph): New face.
8981         * disp-table.el: Add an autoloaded table, that doesn't require
8982         this library, with glyph face.
8984         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8985         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8986         (conf-quote-normal): Allow normalizing only ' or ".
8987         (conf-mode): Regexp-quote constructed comment-start and don't
8988         match section {} where "name" contains braces.
8990         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8991         files.
8993 2004-12-01  Kenichi Handa  <handa@m17n.org>
8995         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8996         (x-select-text): Don't treat eight-bit-control/graphic chars
8997         specially.  Store the encoded text in the X cut buffer.
8998         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8999         with x-last-selected-text-cut-encoded.
9001 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9003         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
9005 2004-11-30  Markus Rost  <rost@ias.edu>
9007         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
9008         AUCTeX.
9010 2004-11-30  Jay Belanger  <belanger@truman.edu>
9012         * calc/calc-arith.el (math-possible-signs): Made stronger checks
9013         on signs of intervals.
9014         (math-pow-of-zero): Strengthen checks for positive and negative
9015         exponents.
9017         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
9018         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
9019         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
9020         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
9021         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
9022         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
9023         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
9024         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
9025         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
9026         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
9027         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
9028         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
9029         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
9030         with provide statements.
9032         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
9034         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
9036         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
9037         (calc-load-everything, math-defsimplify): Replace dummy autoloading
9038         functions by require statements.
9039         (math-defsimplify): Move to calc-alg.el, add to autoloads.
9041         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9042         (calc-gnuplot-print): Give them values.
9044         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
9045         autoloads.
9046         Add calc-do-embedded-activate to autoloads.
9047         (calc-gnuplot-name, calc-gnuplot-plot-command)
9048         (calc-gnuplot-print-command): Move them to calc-graph.el.
9050 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9052         * term/mac-win.el (ccl-encode-mac-roman-font)
9053         (ccl-encode-mac-cyrillic-font)
9054         (ccl-encode-mac-centraleuropean-font, encoder-list)
9055         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
9056         Support Cyrillic, CentralEuropean, and Dingbat font display
9058 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
9060         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
9062         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
9063         still nil.
9065 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
9067         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
9068         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
9070 2004-11-29  Jay Belanger  <belanger@truman.edu>
9072         * calc/calc-arith.el (math-pow-of-zero): Take into account different
9073         cases of the base and exponent.
9075 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9077         * simple.el (next-error-buffer-p): Allow for inclusive and
9078         exclusive tests for finding a buffer.
9079         (next-error-find-buffer): Pass the exclusive and inclusive tests
9080         to next-error-buffer-p.
9082         * replace.el (occur-next-error): Switch to the Occur buffer when
9083         appropriate, use the exclusive filter to next-error-find-buffer to
9084         do it.  Use the absolute value of the motion amount.
9086 2004-11-29  Kenichi Handa  <handa@m17n.org>
9088         * startup.el (command-line): Decode all default-directory by
9089         locale-coding-system.
9091 2004-11-29  Jay Belanger  <belanger@truman.edu>
9093         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
9094         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
9095         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
9096         Replace calls to calc-extensions by appropriate require, replace
9097         calc-extensions-loaded by appropriate featurep.
9099         * calc/calc-ext.el: Move require to end of file.
9100         Remove redundant loading of calc.el.
9101         (calc-extensions-loaded): Remove unnecessary variable.
9102         (calc-extensions): Remove unnecessary function.
9103         (calc-load-everything): Replace calc-need-macros by appropriate require.
9105         * calc/calc-macs.el: Move provide to end of file.
9106         (calc-need-macros): Remove unnecessary function.
9108         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
9109         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
9110         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
9111         Replace calc-extensions by appropriate require.
9112         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
9114         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
9115         Replace calc-need-macros by appropriate require.
9117         * calc/calc.el: Move require to end of file.
9118         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
9119         Remove unnecessary variable.
9120         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
9121         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
9122         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
9123         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
9124         (math-stack-value-offset, math-format-value, math-format-flat-expr)
9125         (math-format-number, math-format-bignum, math-read-number)
9126         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
9127         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
9128         by appropriate require.
9129         (calc-check-defines): Replace calc-need-macros by appropriate require.
9131 2004-11-29  Kim F. Storm  <storm@cua.dk>
9133         * macros.el (insert-kbd-macro): Handle kmacro functions.
9135 2004-11-28  Juri Linkov  <juri@jurta.org>
9137         * compare-w.el (compare-windows-highlight): Attach each overlay
9138         to its window to properly highlight differences while comparing
9139         two windows of the same buffer.  Fix arguments.
9140         (compare-windows-sync-default-function): Fix arguments of
9141         `compare-windows-highlight'.
9143         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
9144         Use `read-expression-history'.  Set initial contents only if
9145         `edebug-global-break-condition' is non-nil.  Set histpos to 1
9146         if initial contents is equal to the last history element.
9147         (edebug-set-conditional-breakpoint): Instead of temporarily
9148         prepending the current condition to the history, set initial
9149         contents to the current condition.  Set histpos to 1 if initial
9150         contents is equal to the last history element.
9152         * info.el (Info-search-whitespace-regexp): Remove shy group.
9153         (Info-search): Forward line if search is on the header line.
9154         Use search-whitespace-regexp in two other places.
9156 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
9158         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
9159         warning.  Delay real definition, which uses
9160         `set-fringe-indicators-1' till after the definition of that function.
9162 2004-11-28  Kim F. Storm  <storm@cua.dk>
9164         * fringe.el (fringe): New defgroup.
9165         (fringe-mode): Move to fringe group.
9166         (fringe-indicators): New defcustom.
9167         (set-fringe-indicators-1): New defun.
9169         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
9170         (menu-bar-showhide-fringe-ind-menu): New keymap.
9171         (menu-bar-showhide-fringe-ind-empty)
9172         (menu-bar-showhide-fringe-ind-mixed)
9173         (menu-bar-showhide-fringe-ind-box)
9174         (menu-bar-showhide-fringe-ind-right)
9175         (menu-bar-showhide-fringe-ind-left)
9176         (menu-bar-showhide-fringe-ind-none): New defuns.
9177         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
9179 2004-11-27  Richard M. Stallman  <rms@gnu.org>
9181         * comint.el (comint-read-noecho): Add trivial compatibility definition.
9183         * generic.el (define-generic-mode): Doc fix.
9185         * menu-bar.el (menu-bar-options-save): For the options
9186         that are toggled with menu-bar-make-mm-toggle, don't check
9187         for customized-value prop.
9189 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
9191         * mail/supercite.el (sc-cite-region): Handle the case where
9192         sc-cite-frame-alist is a symbol.
9193         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
9194         a symbol.
9195         (sc-recite-region): Handle the case where sc-recite-frame-alist is
9196         a symbol.
9198 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
9200         * wid-edit.el (widget-narrow-to-field): New function.
9201         (widget-complete): Use it.
9203 2004-11-27  Jay Belanger  <belanger@truman.edu>
9205         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
9206         variable.
9207         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
9208         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
9209         (math-alg-inequalities): Move declaration to earlier in the file.
9211         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
9212         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
9213         Declare them.
9215         * calc/calc-lang.el (math-expr-data, math-expr-token)
9216         (math-exp-old-pos): Declare them.
9218         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
9219         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
9221 2004-11-27  Kim F. Storm  <storm@cua.dk>
9223         * progmodes/flymake.el: Use (featurep 'xemacs).
9224         (flymake-makehash): Change to defsubst.  Use fboundp.
9225         (flymake-time-to-float): Remove.
9226         (flymake-float-time): Merge code from flymake-time-to-float here.
9227         (flymake-replace-regexp-in-string): Change to defsubst.
9228         (flymake-split-string-remove-empty-edges):
9229         Rename to flymake-split-string.
9230         (flymake-split-string): Remove previous defalias.
9231         (flymake-get-temp-dir): Change to defsubst.
9232         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
9233         Define for xemacs only.
9234         (flymake-master-file-count-limit): Change into compiler defvar only.
9235         (flymake-find-possible-master-files): Let-bind it dynamically while
9236         sorting files using flymake-master-file-compare.
9238 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9240         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
9241         of defun-prompt-regexp matches inside a comment/string but the
9242         beginning is correctly outside everything.
9244         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
9245         appears within a string or a comment.
9247         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
9248         rather than make-symbol for symbols which are used in
9249         a symbol-macrolet or equivalent.
9251 2004-11-26  Jay Belanger  <belanger@truman.edu>
9253         * calc-misc.el (calc-last-why-command): Declare it.
9255         * calc-vec.el (math-grade-vec): New variable.
9256         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
9257         Replace variable grade-vec by declared variable.
9258         (math-rb-close): New variable.
9259         (math-read-brackets, math-read-vector): Replace variable close by
9260         declared variable.
9262         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
9263         (calc-one-window, calc-edit-handler, calc-restore-trail)
9264         (calc-allow-ret): Declare them.
9266         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
9267         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
9268         (math-radix-float-cache-tag, math-random-cache)
9269         (math-max-digits-cache, math-integral-cache, math-units-table)
9270         (math-format-date-cache, math-holidays-cache-tag): Declare them.
9271         (math-moc-func): New variable.
9272         (math-map-over-constants, math-map-over-constants-rec):
9273         Replace variable func by declared variable.
9275         * calc/calc-store.el (calc-given-value, calc-store-opers):
9276         Declare them.
9277         (calc-var-name-map): Move declaration to earlier in the file.
9278         (calc-pv-pos): New variable.
9279         (calc-permanent-variable, calc-insert-permanent-variable):
9280         Replace variable pos by declared variable.
9282         * calc/calc-mtx.el (calc-det-lu): New variable.
9283         (math-det-raw, math-det-step): Replace variable lu by declared variable.
9285         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
9286         (math-multi-subst, math-multi-subst-rec): Replace variables temp
9287         and arg by declared variables.
9288         (calcFunc-reducer): Fix incorrect variable.
9289         (math-inner-mul-func, math-inner-add-func): New variables.
9290         (calcFunc-inner, math-inner-mats): Replace variables mul-func
9291         and add-func by declared variables.
9293         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
9294         (calc-digit-value): Declare them.
9296         * calc/calc-help.el (Info-history): Declare it.
9297         (calc-describe-key): Make calc-summary-indentation a local variable.
9298         (calc-help-long-names): Move declaration to earlier in file.
9300         * calc/calc-embed.el (calc-original-buffer): Declare it.
9301         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
9302         (calc-embed-bot): New variables.
9303         (calc-do-embedded, calc-embedded-mark-formula)
9304         (calc-embedded-find-bounds, calc-embedded-duplicate)
9305         (calc-embedded-new-formula, calc-embedded-make-info):
9306         Replace vars outer-top, outer-bot, bot and top by declared variables.
9307         (calc-embed-prev-modes): New variable.
9308         (calc-embedded-set-modes, calc-embedded-update): Replace variable
9309         prev-modes with declared variable.
9310         (calc-embed-vars-used): New variable.
9311         (calc-embedded-make-info, calc-embedded-evaluate-expr)
9312         (calc-embedded-update, calc-embedded-find-vars): Replace variable
9313         vars-used by declared variable.
9315         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
9316         (math-format-radix-float): Remove unnecessary setq.
9317         (math-radix-float-cache): Declare it.
9319         * calc/calcsel2.el (calc-keep-selection): Declare it.
9321         * calc/calc-maint.el: Remove file.
9323 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9325         * textmodes/bibtex.el (bibtex-sort-entry-class)
9326         (bibtex-comment-start): Use defcustom.
9327         (bibtex-entry-field-alist): Use nil if initial content of the
9328         field is undefined.  Fix docstring.
9329         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
9330         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
9331         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
9332         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
9333         Fix docstring.
9334         (bibtex-autokey-title-terminators): Use only one regexp.
9335         (bibtex-string-maybe-empty-head): New variable.
9336         (bibtex-remove-delimiters-string): New function.
9337         (bibtex-text-in-field-bounds, bibtex-text-in-string):
9338         Use bibtex-remove-delimiters-string.
9339         (bibtex-progress-message, bibtex-field-left-delimiter)
9340         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
9341         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
9342         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
9343         Simplify.
9344         (bibtex-format-entry): Use save-excursion for inherited booktitle.
9345         Use eq and bibtex-remove-delimiters-string.  For end markers use
9346         insertion type so that marker stays after inserted text.
9347         (bibtex-autokey-get-names): Return empty string if name is missing.
9348         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
9349         calling bibtex-autokey-name-case-convert.
9350         (bibtex-autokey-demangle-title):
9351         Call bibtex-autokey-titleword-case-convert.  Remove call to
9352         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
9353         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
9354         (bibtex-read-key): New optional arg global.
9355         (bibtex-files-expand): New optional arg force.
9356         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
9357         (bibtex-complete-crossref-cleanup): Rename from
9358         bibtex-complete-key-cleanup.  Simplify code.
9359         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
9360         Operate on current entry.
9361         (bibtex-button): Add docstring.
9362         (bibtex-entry): Simplify.
9363         (bibtex-make-field): Replace optional arg called-by-yank with more
9364         specific args move and interactive.
9365         (bibtex-end-of-entry): Use forward-sexp.
9366         (bibtex-find-entry-globally): Remove.
9367         (bibtex-find-crossref): Allow for crossref key located in other buffer.
9368         Bound to C-c C-x.
9369         (bibtex-find-entry): New optional args global and display.
9370         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
9371         (bibtex-validate): Use arg force of bibtex-files-expand.
9372         (bibtex-clean-entry): Bugfix, clean string entries properly.
9373         Always keep point at beginning of entry.
9374         (bibtex-complete): Bugfix.  Handle string entries properly.
9375         Call cleanup functions only if needed.
9376         (bibtex-String): Use bibtex-read-string-key.
9377         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
9378         case of replacement text.
9380 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
9382         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
9383         (tramp-perl-directory-files-and-attributes): New constant.
9384         (tramp-file-name-handler-alist): Delete file-directory-files, add
9385         directory-files-and-attributes.
9386         (tramp-perl-file-attributes): Surround uid and gid by double
9387         quotes.  Change parameter id-format from nonnumeric.
9388         (tramp-convert-file-attributes): New function.
9389         (tramp-handle-file-attributes): Use it.
9390         (tramp-maybe-send-perl-script): New function.
9391         (tramp-handle-file-attributes-with-perl): Use it.  Don't convert
9392         file mode.  Change parameter id-format from nonnumeric.
9393         (tramp-handle-file-attributes-with-ls): Change parameter id-format
9394         from nonnumeric.
9395         (tramp-post-connection): Don't send tramp-perl-file-attributes
9396         script.  Reset connection property "perl-scripts".
9397         (tramp-handle-insert-directory): Run real handler when ls-lisp is
9398         in use.
9400 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
9402         * desktop.el (desktop-read): Replace mapcar with mapc.
9403         (desktop-create-buffer): Replace mapcar with mapc.
9404         Remove redundant piece of code.
9406 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
9408         * progmodes/gud.el (gud-display-line): Use display-buffer
9409         for GDB-UI as for GUD.
9411         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
9412         Delete variables.
9413         (gdb-ann3): Don't make GUD buffer dedicated.
9414         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
9415         (gdb-display-source-buffer): Delete function.
9416         (gdb-view-source-function, gdb-view-assembler): Delete functions.
9417         (menu): Delete menu bindings for viewing source/assembler.
9418         (gdb-setup-windows, gdb-restore-windows):
9419         Don't dedicate GUD.  No assembler now.
9420         (gdb-reset): No need to undedicate source buffers now.
9421         (gdb-source-info): No assembler now.
9423 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
9425         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
9426         width to those for special frames.
9427         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
9428         Use display-buffer.
9429         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
9430         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9431         (gdb-frame-assembler-buffer): Rework like
9432         gdb-frame-breakpoints-buffer.
9434 2004-11-25  Richard M. Stallman  <rms@gnu.org>
9436         * progmodes/flymake.el: Reindent.
9437         (flymake-split-string): Turn into defalias.
9438         (flymake-fix-file-name): Rename from flymake-fix-path-name.
9439         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
9440         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
9441         (flymake-build-relative-filename): Rename from ...path.
9442         Fix error message.
9444 2004-11-25  Cheng Gao  <chenggao@gmail.com>
9446         * progmodes/flymake.el: Much whitespace and capitalization change.
9447         Move `provide' to end.  Require `compile' only when compiling.
9449 2004-11-24  Jay Belanger  <belanger@truman.edu>
9451         * calc/calc-alg.el: Added comment.
9452         (math-polynomial-base): Replace variable mpb-top-expr by
9453         math-poly-base-top-expr.
9455         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
9456         (math-polynomial-p1): Replace variable mpb-top-expr by declared
9457         variable.
9458         (math-poly-base-total-base): New variable.
9459         (math-total-polynomial-base, math-polynomial-p1): Replace variable
9460         mpb-total-base by declared variable.
9461         (math-factored-vars, math-to-list): Declare it.
9462         (math-fact-expr): New variable.
9463         (calcFunc-factors, calcFunc-factor, math-factor-expr)
9464         (math-factor-expr-try, math-factor-expr-part): Replace variable
9465         expr by declared variable.
9466         (math-fet-x): New variable.
9467         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
9468         by declared variable.
9469         (math-factor-poly-coefs): Make temp a local variable.
9471         * calc/calc-units.el (calc-convert-units): Make units a local
9472         variable.
9473         (calc-num-units, calc-den-units): New variables.
9474         (calc-explain-units, calc-explain-units-rec): Replace variables
9475         num-units and den-units by declared variables.
9476         (math-cu-unit-list): New variable.
9477         (math-build-units-table, math-compare-unit-names)
9478         (math-convert-units, math-convert-units-rec): Replace variable
9479         unit-list by declared variable.
9480         (math-fbu-base, math-fbu-entry): New variables.
9481         (math-find-base-units, math-find-base-units-rec): Replace variables
9482         base and entry by declared variables.
9483         (math-which-standard): New variable.
9484         (math-to-standard-units, math-to-standard-rec): Replace variable
9485         which-standard by declared variable.
9486         (math-fcu-u): New variable.
9487         (math-find-compatible-unit, math-find-compatible-unit-rec):
9488         Replace variable u by declared variable.
9489         (math-cu-new-units, math-cu-pure): New variables.
9490         (math-convert-units, math-convert-units-rec): Replace variables
9491         new-units and pure by declared variables.
9492         (math-try-cancel-units): New variable.
9493         (math-simplify-units-quotient): Replace variable try-cancel-units by
9494         declared variable.
9496 2004-11-24  Richard M. Stallman  <rms@gnu.org>
9498         * textmodes/ispell.el (ispell-check-version):
9499         If default-directory is nonexistent, use home dir.
9501         * progmodes/grep.el (grep-regexp-alist):
9502         Don't match parens around line numbers.
9504         * progmodes/cperl-mode.el (cperl-indent-region)
9505         (cperl-imenu--create-perl-index, cperl-xsub-scan):
9506         Don't print progress messages.
9508         * progmodes/compile.el (compilation-mode-map):
9509         Don't inherit from compilation-minor-mode-map;
9510         copy its bindings instead.  But the menu bar Compile
9511         entry now does inherit from compilation-menu-map.
9513         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9514         Use with-no-warnings around compiler-macroexpand.
9516         * imenu.el: Don't always require newcomment.
9517         (imenu--generic-function): Call comment-normalize-vars
9518         if we have a comment syntax.
9519         Exit the loop if REGEXP matches the null string.
9520         Test comment-start as well as comment-start-skip
9521         when deciding whether to check for comments.
9523         * tooltip.el (tooltip-mode): Doc fix.
9525         * term.el (term-escape-char, term-mode): Doc fixes.
9527 2004-11-24  Dave Love  <fx@gnu.org>
9529         * progmodes/python.el (python-font-lock-syntactic-keywords):
9530         Check for escapes in the regexp.
9531         (python-quote-syntax): Don't do it here.
9533 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
9535         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
9536         (gdb-frames-mode-map, gdb-threads-mode-map)
9537         (gdb-registers-mode-map, gdb-locals-mode-map)
9538         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
9539         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
9541         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
9542         (dedicated-switch-to-buffer): Rework.
9543         (gdb-var-evaluate-expression-handler, gdb-put-string):
9544         Remove unused variable bindings.
9545         (gdb-setup-windows, gdb-display-buffer):
9546         Simplify.  Use pop-to-buffer.
9547         (gdb-view-source-function): Simplify.
9548         (gdb-frame-breakpoints-buffer):
9549         Use pop-to-buffer, special-display-regexps.
9551 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
9553         * progmodes/f90.el (f90-smart-end)
9554         (f90-previous-statement, f90-beginning-of-block): Doc fix.
9555         (f90-calculate-indent): Handle un-named PROGRAM blocks.
9556         (f90-end-of-block): Doc fix.  Make check of outermost block
9557         conditional on value of `f90-smart-end'.
9558         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
9559         Handle case where END-BLOCK is nil.
9560         (f90-match-end): Handle un-named PROGRAM blocks.
9561         (f90-backslash-not-special): New function.
9563 2004-11-24  Jay Belanger  <belanger@truman.edu>
9565         * calc/calc.el (calc-embedded-active): Removed unnecessary
9566         declaration.
9567         (calc-show-banner): Removed redundant declaration.
9569         * calc/calc-graph.el (calc-gnuplot-default-device)
9570         (calc-gnuplot-default-output, calc-gnuplot-print-device)
9571         (calc-gnuplot-print-output, calc-gnuplot-geometry)
9572         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
9573         Remove redundant initial values.
9575         * calc/calc-arith.el (math-scalar-functions)
9576         (math-nonscalar-functions, math-scalar-if-args-functions)
9577         (math-real-functions, math-positive-functions)
9578         (math-nonnegative-functions, math-real-scalar-functions)
9579         (math-real-if-arg-functions, math-integer-functions)
9580         (math-num-integer-functions, math-rounding-functions)
9581         (math-float-rounding-functions, math-integer-if-args-functions)
9582         (math-super-types): Move declarations to earlier in file.
9583         (math-unit-prefixes): Declared it.
9584         (math-floor-prec, math-trunc-prec): New variables.
9585         (math-trunc-fancy): Replace variable prec by declared variable.
9586         (math-floor-fancy): Replace variable prec by declared variable.
9587         (math-com-bterms): New variable.
9588         (math-commutative-equal, math-commutative-collect):
9589         Replace variable bterms by declared variable.
9591         * calc/calc-misc.el (math-trunc): Replace variable prec by
9592         math-trunc-prec.
9593         (math-floor): Replace variable prec by math-floor-prec.
9595         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
9596         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
9597         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
9598         (math-format-date, math-format-date-part): Replace variables
9599         date, dt, year, month, day, weekday, hour, minute, second and
9600         bc-flag by declared variables.
9601         (math-pd-str): New variable.
9602         (math-parse-date, math-parse-date-word, math-parse-standard-date):
9603         Replace variable str by declared variable.
9604         (math-daylight-savings-hook, math-tzone-names): Move definitions
9605         to earlier in the file.
9606         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
9607         (math-sh-year): New variable.
9608         (math-setup-add-holidays, math-setup-holidays)
9609         (math-setup-year-holidays): Replace variable `year' by declared
9610         variable.
9612         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
9613         New variables.
9614         (math-nth-root-float, math-nth-root-float-iter): Replace variables
9615         n, nf and nfm1 by declared variables.
9616         (math-nri-n): New variable.
9617         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
9618         n by declared variable.
9619         (calcFunc-log): Removed misplaced condition.
9621 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9623         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9625 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
9627         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
9628         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9629         Dedicate gdb-related windows.
9630         (gdb-display-buffer): Dedicate gdb-related windows.
9631         Don't grab other frames.
9632         (gdb-reset): Remove dedicated property after debugging.
9634 2004-11-24  Jay Belanger  <belanger@truman.edu>
9636         * calc/calc-sel.el: Add comment.
9638         * calc/calc.el (math-stack-value-offset): Replace variables c,
9639         wid and off with math-svo-c, math-svo-wid and math-svo-off.
9641         * calc/calccomp.el (math-comp-sel-tag): Declare it.
9642         (math-svo-c, math-svo-wid, math-svo-off): New variables.
9643         (math-stack-value-offset-fancy): Replace variables c, wid and off
9644         by declared variables.
9645         (math-comp-just, math-comp-comma-spc): New variables.
9646         (math-compose-expr, math-compose-matrix): Replace variables `just'
9647         and comma-spc by declared variable.
9648         (math-comp-vector-prec): New variable.
9649         (math-compose-expr, math-compose-matrix, math-compose-rows):
9650         Replace variable vector-prec by declared variable.
9651         (math-comp-left-bracket, math-comp-right-bracket)
9652         (math-comp-comma): New variables.
9653         (math-compose-expr, math-compose-rows): Replace variables
9654         left-bracket, right-bracket and comma by declared variables.
9655         (math-comp-full-width): New variable.
9656         (math-comp-to-string-flat, math-comp-to-string-flat-term):
9657         Replace variable full-width by declared variable.
9658         (math-comp-highlight, math-comp-word, math-comp-level)
9659         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9660         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9661         New variables.
9662         (math-comp-to-string-flat, math-comp-to-string-flat-term)
9663         (math-comp-sel-flat-term): Replace variables comp-highlight,
9664         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9665         declared variables.
9666         (math-comp-simplify, math-comp-simplify-term)
9667         (math-comp-add-string, math-comp-add-string-sel):
9668         Replace variables comp-highlight, comp-buf, comp-base,
9669         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9671 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9673         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9675         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9676         and x-server-version may throw.
9678 2004-11-23  Kim F. Storm  <storm@cua.dk>
9680         * subr.el (substitute-key-definition-key): Optimize.
9681         Don't call indirect-function for nil defn (always signals error).
9683         * ido.el (ido-read-internal): Fix require-match check when
9684         ido-directory-too-big is set.
9686 2004-11-23  Jay Belanger  <belanger@truman.edu>
9688         * calc/calc-ext.el (math-read-replacement-list)
9689         (math-read-superscripts): New variables.
9690         (math-read-preprocess-string): New function.
9691         (math-read-expr): Filter input through math-read-preprocess-string.
9693         * calc/calc-aent.el (math-read-exprs): Filter input through
9694         math-read-preprocess-string.
9696 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
9698         * progmodes/compile.el (compilation-start): In cd command use
9699         substitute-env-vars -- not quite shell compatible but better than
9700         nothing.
9701         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9702         handle the newer versions messages, which are more parseable.
9704 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9706         * reveal.el (reveal-mode-map): New var.
9707         (reveal-mode): Use it.
9709 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
9711         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9712         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9714 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9716         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9717         header-line when needed.
9718         Use fixed-pitch only in the header-line.
9719         Build the underline automatically.  Use emdash if available.
9721 2004-11-22  Richard M. Stallman  <rms@gnu.org>
9723         * dired.el (dired-recursive-copies): Move from dired-aux.el.
9724         * dired-aux.el (dired-recursive-copies): Move to dired.el.
9726 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
9728         * progmodes/gdb-ui.el (gdb-resync): New function.
9729         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9730         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9731         Use it to fail more gracefully.
9732         (gdb-variables): Delete variable.
9733         Re-order variables to reduce byte-compiler warnings.
9735 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9737         * descr-text.el (describe-char):
9738         * paren.el (show-paren-function):
9739         * subr.el (syntax-after): Undo last change.
9741         * progmodes/python.el (run-python): Don't hard code *Python*.
9742         Don't modify global process-environment.
9743         (python-send-region, python-load-file): Don't assume that
9744         python-buffer == (process-buffer (python-proc)).
9745         (python-switch-to-python): Simplify.
9747         * dired.el (dired-align-file): Don't assume line starts with spaces.
9749 2004-11-21  Jay Belanger  <belanger@truman.edu>
9751         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9752         Replace variable `lines' by math-read-big-lines.
9753         (math-read-big-expr): Replace variables the-baseline, the-h2
9754         and err-msg by math-read-big-baseline, math-read-big-h2 and
9755         math-read-err-msg.
9756         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9758         * calc/calc-lang.el (math-read-big-rec): Fix typo.
9759         (math-read-big-balance): Replace unbound variable by value.
9760         (math-read-big-lines): New variable.
9761         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9762         (math-read-big-error, math-read-big-balance): Replace variable
9763         `lines' by declared variable.
9764         (math-read-big-baseline, math-read-big-h2): New variables.
9765         (math-read-big-rec): Replace variables the-baseline and the-h2
9766         by declared variables.
9767         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9768         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9769         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9770         declared variables.
9771         (math-read-big-err-msg): New variable.
9772         (math-read-big-error): Replace variable err-msg by declared variable.
9774 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9776         * ses.el: Add coding cookie.
9777         Fix up docstrings, follow new commenting conventions.
9778         (ses-header-line-menu): Fix missing variable rename for header-row.
9779         (ses-cell-size): Remove.
9780         (ses-make-cell): New function.
9781         (ses-cell, ses-insert-row, ses-insert-column): Use it.
9782         (ses-calculate-cell): Remove unused var `symbol'.
9783         (ses-narrowed-p): New function.
9784         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9785         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9786         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9787         (ses-setup): Use restore-buffer-modified-p.
9788         (ses-cleanup): Remove unused var `end'.
9789         (ses-header-string-left-offset): Remove.
9790         (ses-create-header-string): Adjust to new behavior of `align-to'.
9791         Truncate excessively large fields to preserve alignment.
9792         (ses-reconstruct-all): Remove unused var `refs'.
9793         (ses-read-cell-printer): Remove unused var `prompt'.
9794         (ses-delete-row): Remove unused var `pos'.
9795         (ses-delete-column): Remove unused var `new'.
9797 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9799         * ps-print.el: Insert :version tag into all defgroup and defcustom.
9800         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9801         Eliminate eval-and-compile usage.
9802         (ps-insert-file): Use insert-file-contents instead of insert-file.
9803         (ps-setup): Code fix.
9805         * printing.el (pr-setup, lpr-setup): Code fix.
9807 2004-11-21  Jay Belanger  <belanger@truman.edu>
9809         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9810         (calc-original-buffer): Declare them.
9811         (calc-user-formula-alist): New variable.
9812         (calc-user-define-formula, calc-fix-user-formula)
9813         (calc-user-define-composition, calc-finish-formula-edit):
9814         Replace variable `alist' by declared variable.
9815         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9816         (var-q7, var-q7, var-q8, var-q9): Declare them.
9817         (calc-kbd-push): Don't check to see if var-q0 through var-q9
9818         are bound.
9819         (calcFunc-typeof): Replace undeclared variable by expression.
9820         (math-exp-env): New variable.
9821         (math-define-body, math-define-exp): Replace exp-env by declared var.
9822         (math-define-exp): Replace misplaced variable by expression.
9824         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9825         (calc-curve-model, calc-curve-coefnames): New variables.
9826         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9827         varnames, model and coefnames by declared variables.
9828         (math-root-widen): New variable.
9829         (math-search-root, math-find-root): Replace variable root-widen by
9830         declared variable.
9831         (var-DUMMY): Declare it.
9832         (math-root-vars, math-min-vars): Move the declarations to earlier in
9833         the file.
9834         (math-brent-min): Make d a local variable.
9835         (math-find-minimum): Replace non-existent variable.
9836         (math-ninteg-romberg): Remove unnecessary variable.
9837         (math-ninteg-temp): New variable.
9838         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9839         integ-temp by declared variable.
9840         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9841         New variables.
9842         (math-general-fit): Replace variables first-var, first-coef and
9843         new-coefs by declared variables.
9844         (calcFunc-fitvar): Replace variable first-var by declared variable.
9845         (calcFunc-fitparam): Replace variable first-coef by declared variable.
9846         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9847         (math-all-vars-vars, math-all-vars-found): New variables.
9848         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9849         found by declared variable math-all-vars-vars.
9851 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
9853         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9854         of `defconst'.
9856 2004-11-20  Richard M. Stallman  <rms@gnu.org>
9858         * isearch.el (isearch-mode-map): Don't bind SPC.
9859         (isearch-whitespace-chars): Function deleted.
9860         (isearch-search): Bind search-spaces-regexp.
9861         (isearch-lazy-highlight-search): Likewise.
9862         (search-whitespace-regexp): Doc fix.
9863         (isearch-forward-regexp): Doc fix.
9865         * emacs-lisp/bytecomp.el (byte-compile-form):
9866         Move the calls to byte-compile-set-symbol-position,
9867         to avoid having two for the same symbol occurrence.
9869         * comint.el (comint-input-ring-size): Increase to 150.
9871         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9872         New variables.
9873         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9874         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9876         * imenu.el (imenu--generic-function):
9877         Ensure we keep moving backward even if BEG isn't further back.
9879         * replace.el (query-replace-read-to, query-replace-read-from):
9880         Specify t for KEEP-ALL in read-from-minibuffer.
9882         * progmodes/python.el (python-switch-to-python):
9883         If Python isn't running, start it.
9884         Don't alter debug-ignored-errors.
9886         * progmodes/cperl-mode.el (cperl-indent-region):
9887         Don't mind imenu-scanning-message.
9889         * bindings.el (global-map): Bind C-e to move-end-of-line.
9891         * simple.el (line-move-finish): New arg FORWARD.
9892         Ignore invisible newlines, not intangible ones.
9893         Conditions for acceptable stopping positions depend on FORWARD.
9894         (line-move): Pass FORWARD arg to line-move-finish.
9896         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9897         of HEADER.  Compensate for this change in the code to add display
9898         properties.  Don't make the first line intangible.
9900         * info.el (Info-search): Fix previous change.
9902 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
9904         * Makefile.in (recompile): Revert 2004-11-19 change.
9905         (compile): Likewise.
9907 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
9909         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9911 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9913         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
9914         defgroup and defcustom.  Eliminate eval-and-compile usage.
9916         * progmodes/ebnf-otz.el: Fix typos.
9918 2004-11-19  Jay Belanger  <belanger@truman.edu>
9920         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9921         (calc-edit-finish, calc-finish-stack-edit): Replace variable
9922         disp-trail by declared variable.
9924         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9925         (calc-finish-selection-edit): Replace variable disp-trail by
9926         declared variable.
9927         (calc-selection-cache-entry): Move declaration to earlier in the file.
9928         (calc-selection-cache-num, calc-selection-cache-comp)
9929         (calc-selection-cache-offset, calc-selection-true-num)
9930         (calc-final-point-line, calc-final-point-column)
9931         (calc-original-buffer): Declare them.
9932         (calc-fnp-op, calc-fnp-num): New variables.
9933         (calc-find-nth-part, calc-find-nth-part-rec)
9934         (calc-select-previous): Replace op and num by declared variables.
9935         (calc-rsf-old, calc-rsf-new): New variables.
9936         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9937         Replace variables old and new by declared variables.
9938         (calc-sel-reselect): New variable.
9939         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9940         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9941         (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9942         reselect with declared variable.
9944         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9945         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9946         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9947         (math-import-list, math-rewrite-phase): Declare them.
9948         (math-rewrite): Use let* to declare variables.
9949         (calc-rewrite-selection): Make rules a local variable.
9950         (calc-rewr-sel): New variable.
9951         (calc-rewrite-selection, calc-locate-selection-marker)
9952         (calc-rewrite): Use the declared variable calc-rewr-sel instead
9953         of sel.
9954         (math-rewrite-whole-expr): New variable.
9955         (math-rewrite, math-rewrite-phase): Replace variable expr by
9956         declared variable.
9957         (math-rewrite-heads-heads, math-rewrite-heads-skips)
9958         (math-rewrite-heads-blanks ): New variables.
9959         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9960         heads, skips and blanks by declared variables.
9961         (math-rwcomp-subst-old, math-rwcomp-subst-new)
9962         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9963         New variables.
9964         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9965         old, new, old-func and new-func by declared variables.
9966         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9967         Remove unnecessary variable.
9968         (math-apply-rw-regs): New variable.
9969         (math-apply-rewrites, math-rwapply-replace-regs)
9970         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9971         (math-apply-rw-ruleset): New variable.
9972         (math-apply-rewrites, math-rwapply-remember): Replace variable
9973         ruleset by declared variable.
9975 2004-11-19  Richard M. Stallman  <rms@gnu.org>
9977         * info.el (Info-search): Use search-whitespace-regexp.
9979 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
9981         * vc-rcs.el (vc-rcs-parse): New function.
9982         (vc-rcs-annotate-command): Likewise.
9983         (vc-rcs-annotate-current-time): Likewise.
9984         (vc-rcs-annotate-time): Likewise.
9985         (vc-rcs-annotate-extract-revision-at-line): Likewise.
9987 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
9989         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9991 2004-11-18  Jay Belanger  <belanger@truman.edu>
9993         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9995 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9997         * printing.el: Eliminate use of interactive-p and eval-and-compile.
9998         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9999         Use make-temp-file to generate PostScript files in any situation.
10000         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
10001         (pr-interactive-p): Eliminate var.
10002         (pr-save-interactive): Eliminate macro.
10003         (pr-interface, pr-ps-directory-preview)
10004         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10005         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10006         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10007         (pr-ps-buffer-ps-print, pr-ps-region-preview)
10008         (pr-ps-region-using-ghostscript, pr-ps-region-print)
10009         (pr-ps-region-ps-print, pr-ps-mode-preview)
10010         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10011         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10012         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
10013         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10014         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10015         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10016         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10017         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10018         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10019         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10020         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10021         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
10022         Eliminate pr-save-interactive usage.
10023         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
10024         Eliminate pr-interactive-p usage.
10025         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
10026         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
10027         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
10028         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
10029         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
10030         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
10031         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
10032         New funs.
10033         (pr-ps-file): Use make-temp-file to generate a temporary file.
10035 2004-11-17  Jay Belanger  <belanger@truman.edu>
10037         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
10038         a local variable.
10039         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
10040         (math-top-only): New variable.
10041         (math-simplify, math-simplify-step): Replace variable top-only by
10042         declared variable math-top-only.
10043         (math-simplify-expr): Declare it.
10044         Replace argument expr in all calls of math-defsimplify by
10045         math-simplify-expr.
10046         (math-simplify-plus, math-simplify-times, math-simplify-divide)
10047         (math-simplify-divisor, math-simplify-one-divisor)
10048         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
10049         (math-simplify-pow): Replace variable expr by declared variable
10050         math-simplify-expr.
10051         (math-simplify-divisor): Remove local variables temp and op.
10052         (math-simplify-one-divisor): Make temp and op local variables.
10053         (math-simplify-divisor-nover, math-simplify-divisor-dover):
10054         New variables.
10055         (math-simplify-divisor, math-simplify-one-divisor):
10056         Replace variables nover and dover by declared variables.
10057         (math-expr-subst-new, math-expr-subst-old): New variables.
10058         (math-expr-subst, math-expr-subst-rec): Replace variables new
10059         and old by declared variables.
10060         (math-is-poly-degree, math-is-poly-loose): New variables.
10061         (math-is-polynomial, math-is-poly-rec): Replace variables degree
10062         and loose by declared variables.
10063         (math-poly-base-const-ok, math-poly-base-pred): New variables.
10064         (math-polynomial-base, math-polynomial-base-rec):
10065         Replace variables const-ok and mpb-pred by declared variables.
10067         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
10069         * calc/calc-ext.el (math-defsimplify): Change the argument in
10070         the created function to math-simplify-expr.
10072         * calc/calc-units.el (math-simplify-expr): Declare it.
10073         Replace argument expr in all calls of math-defsimplify by
10074         math-simplify-expr.
10075         (math-simplify-units-prod): Replace variable expr by declared
10076         variable math-simplify-expr.
10078 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10080         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
10081         Replace mapcar->dolist, format->string.
10083 2004-11-17  Miles Bader  <miles@gnu.org>
10085         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
10086         * progmodes/idlwave.el: Remove RCS keywords.
10088 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
10090         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
10091         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
10092         Update to IDLWAVE version 5.5.  Too many changes to list them here.
10093         * progmodes/idlw-help.el: New file.
10095 2004-11-16  Richard M. Stallman  <rms@gnu.org>
10097         * international/iso-cvt.el (iso-tex2iso-trans-tab):
10098         Discard spaces after \i according to TeX rules.
10100         * international/mule.el (set-buffer-file-coding-system):
10101         New arg NOMODIFY.
10102         (after-insert-file-set-coding): Pass that new arg.
10103         Prevent set-buffer-multibyte from trying to lock the file.
10105         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
10107         * saveplace.el (save-place): Doc fix.
10109         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
10110         temporarily widen before finding the following word to copy.
10112         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
10113         (cl-map-keymap): Definition deleted.
10115         * subr.el (map-keymap-internal): New function.
10117 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10119         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
10120         when pressing rather than when releasing mouse-2.  Simplify.
10122 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10124         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
10125         (compilation-mode): Set it here instead.
10127         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
10129         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
10130         (loop, cl-parse-loop-clause, defsetf): Use backquote.
10132 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10134         * progmodes/compile.el (compilation-internal-error-properties):
10135         Fix up a transposition-typo.  Check end-col before using it.
10137 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
10139         * international/iso-cvt.el (iso-tex2iso-trans-tab):
10140         Discard whitespace after macro \i when converting it.
10142 2004-11-16  Juri Linkov  <juri@jurta.org>
10144         * emacs-lisp/find-func.el (find-function-regexp):
10145         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
10146         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
10147         Remove invalid `\W' from [^cgv\W].  Doc fix.
10148         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
10150 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
10152         * play/life.el: Maintainer is now FSF.
10153         (life-patterns, life-neighbor-deltas, life-window-start)
10154         (life-current-generation, life-generation-string): Use defvar
10155         instead of defconst.
10157 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10159         * progmodes/compile.el (compilation-move-to-column): New fun.
10160         (compilation-internal-error-properties)
10161         (compilation-next-error-function): Use it to make sure we don't go past
10162         the end of line.
10164 2004-11-15  John Paul Wallington  <jpw@gnu.org>
10166         * autoinsert.el (auto-insert-alist): Insert the user's name in
10167         copyright notice, rather than Free Software Foundation, for the
10168         Emacs Lisp header case too.
10170 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10172         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
10173         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10174         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
10175         return the list of string in a string.
10176         (pr-call-process): Message if calling process returns an error, that
10177         is, the exit status is different of zero.
10179 2004-11-15  Jay Belanger  <belanger@truman.edu>
10181         * calc/calcalg2.el (math-integrate-by-parts): Remove unused
10182         variable var-thing.
10183         (math-integ-depth, math-integ-level, math-integral-limit)
10184         (math-enable-subst, math-any-substs, math-integ-msg)
10185         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
10186         (math-int-threshold, math-int-factors, math-double-roots)
10187         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
10188         (var-GenCount): Declare these variables.
10189         (calcFunc-integ): Don't check if var-IntegLimit is bound.
10190         (math-integral-cache, math-integral-cache-state):
10191         Move declarations to earlier in the file.
10192         (math-deriv-var, math-deriv-total, math-deriv-symb)
10193         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
10194         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
10195         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
10196         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
10197         (math-solve-res): New variables
10198         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
10199         (math-integral, math-replace-integral-parts)
10200         (math-integrate-by-parts, calc-dump-integral-cache)
10201         (math-try-integral, math-do-integral, math-do-integral)
10202         (math-do-integral-methods, math-try-solve-for)
10203         (math-try-solve-prod, math-solve-poly-funny-powers)
10204         (math-solve-crunch-poly, math-decompose-poly)
10205         (math-solve-find-root-term, math-find-root-in-prod)
10206         (math-integ-try-linear-substitutions)
10207         (math-integ-try-substitutions, math-expr-rational-in)
10208         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
10209         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
10210         (math-solve-for, math-solve-system, math-solve-system-rec)
10211         (math-solve-get-sign, math-solve-get-int)
10212         (math-solve-system-subst): Replace undeclared variables with newly
10213         declared variables.
10215 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10217         * winner.el (winner-active-region, winner-edges, winner-window-list):
10218         Define at toplevel.
10219         (winner-mode-map): Move init inside declaration.
10221 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
10223         * files.el (convert-standard-filename): Doc fix.
10225 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
10227         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
10228         passwd, group, shadow, default/* and pam.d/*.
10230 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10232         * printing.el (pr-menu-spec): Adjust menu specification.
10234 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10236         * printing.el: Doc fix.  Insert :version tag into all defcustom.
10237         Handle interactive-p as is recommended in Emacs Lisp Reference.
10238         Set the file permission bits for newly created files.
10239         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10240         The printing menu specification (in `pr-menu-spec') was merged.
10241         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10242         (pr-version): New version number (6.8.3).
10243         (pr-file-modes): New option.
10244         (pr-interactive-p): New var.
10245         (pr-save-interactive, pr-save-file-modes): New macros.
10246         (pr-setup): Code fix.
10247         (pr-menu-spec): Menu specification merged.
10248         (pr-call-process, pr-text2ps): Set file permission bits.
10249         (pr-despool-print): Set file permission bits.  Handle interactive-p as
10250         is recommended.
10251         (pr-interface, pr-ps-directory-preview)
10252         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10253         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10254         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10255         (pr-ps-buffer-ps-print, pr-ps-region-preview)
10256         (pr-ps-region-using-ghostscript, pr-ps-region-print)
10257         (pr-ps-region-ps-print, pr-ps-mode-preview)
10258         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10259         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10260         (pr-despool-using-ghostscript, pr-despool-ps-print)
10261         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10262         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10263         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10264         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10265         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10266         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10267         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10268         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10269         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
10270         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
10271         Handle interactive-p as is recommended.
10273 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10275         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
10276         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
10278         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
10279         so it doesn't forget to highlight the beginning of the region either.
10281 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
10283         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
10284         (c-font-lock-init): Eliminate obsolete make-local-hook.
10285         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
10286         (awk-mode): Use run-mode-hooks.
10288         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
10290 2004-11-13  Kim F. Storm  <storm@cua.dk>
10292         * mouse.el (mouse-drag-copy-region): Add :version.
10293         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
10294         while dragging mode line, so mode line can be dragged downwards.
10295         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
10296         while pressing mouse button so window doesn't scroll until we
10297         release the mouse if clicking on partially visible line.
10299 2004-11-12  Jay Belanger  <belanger@truman.edu>
10301         * calc/calc-graph.el (calc-dumb-map): Declare it.
10302         (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
10303         than unbound.
10304         (calc-graph-name): Made `end' a local variable.
10305         (calc-graph-lookup): Made `varname' a local variable.
10306         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
10307         Declare them.
10308         (calc-graph-format-data): Don't check if var-PlotRejects is bound.
10309         (calc-graph-plot, calc-graph-compute-3d): Remove references to
10310         the unused variable y3vec.
10311         (calc-graph-show-dumb): Remove reference to unused variable found-pt.
10312         (calc-graph-kill-hook, calc-graph-plot): Remove reference to
10313         calc-graph-prev-kill-hook.
10314         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
10315         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
10316         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
10317         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
10318         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
10319         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
10320         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
10321         (calc-graph-y3value, calc-graph-y3name)
10322         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
10323         (calc-graph-stepcount, calc-graph-is-splot)
10324         (calc-graph-surprise-splot, calc-graph-blank)
10325         (calc-graph-non-blank, calc-graph-curve-num): New variables.
10326         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
10327         (calc-graph-recompute-2d, calc-graph-compute-3d)
10328         (calc-graph-format-data): Replace undeclared variables with the
10329         above newly declared variables.
10331 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
10333         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
10334         `rsf-beep' and `rsf-sleep-after-message'.
10336         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
10337         list if `message-sender' is non-nil.
10339 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
10341         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
10342         consing by using mapc instead of mapcar.
10344 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
10346         * tooltip.el (require): Explain why CL is needed.
10348 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10350         * printing.el: Insert :version into defgroup (printing).  All reference
10351         to Files option in menubar were changed to File.
10352         (pr-version): New version number (6.8.2).
10353         (pr-get-symbol): Call easy-menu-intern.
10354         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
10355         compilation gripes.
10357 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10359         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
10360         new byte-compile-function-environment binding to t.
10362         * font-lock.el (font-lock-fontify-syntactically-region):
10363         Don't forget to highlight the last char when we hit `end'.
10365         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
10366         (mwheel-scroll): Adjust accordingly.
10368         * cvs-status.el: Reduce spurious warnings.
10369         (cvs-status-checkout): Remove.
10370         (cvs-status-mode-map): Use cvs-mode-checkout instead.
10372         * pcvs.el (cvs-mode-checkout): New command.
10374         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
10376         * tooltip.el: Require CL.
10378         * emacs-lisp/bytecomp.el: Use push.
10379         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
10380         (defalias): Remove the `byte-compile' property and add
10381         a `byte-hunk-handler'.
10383 2004-11-11  Juri Linkov  <juri@jurta.org>
10385         * info.el (Info-search): Save match data for isearch.
10386         Skip Tag Table node.
10388         * descr-text.el (describe-char): Replace syntax-after with code
10389         from its previous version.
10391         * files.el (magic-mode-alist): Use optimization for SGML mode too.
10392         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
10394         * international/mule.el (sgml-html-meta-auto-coding-function):
10395         Remove > after <html to allow HTML attributes.
10397 2004-11-11  Jay Belanger  <belanger@truman.edu>
10399         * calc/calc-comb.el (math-prime-factors-finished): Declare it as
10400         a variable.
10401         (calcFunc-dfac): Replace unbound max by n.
10402         (math-stirling-local-cache): New variable.
10403         (math-stirling-number, math-stirling-1, math-stirling-2):
10404         Replace the variable `cache' by the declared variable
10405         math-stirling-local-cache.
10406         (var-RandSeed): Declare it as a variable.
10407         (math-init-random-base, math-random-digit): Don't check to see if
10408         var-RandSeed is bound.
10409         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
10410         Declare them instead of just setting them.
10411         (math-init-random-base): Made i a local variable.
10412         (math-random-digit): Made math-random-last a local variable.
10413         (math-prime-test-cache): Move declaration to before it is used.
10414         (math-prime-test-cache-k, math-prime-test-cache-q)
10415         (math-prime-test-cache-nm1, math-prime-factors-finished):
10416         Declare them as variables.
10418 2004-11-11  Jay Belanger  <belanger@truman.edu>
10420         * calc/calc-ext.el (math-defcache): Use defvar for the new
10421         variables it creates.
10423 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
10425         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
10426         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
10427         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
10428         (desktop-save): Add :version.
10430 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10432         * printing.el (pr-get-symbol): Don't downcase.
10434 2004-11-10  Jay Belanger  <belanger@truman.edu>
10436         * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
10437         string to kill-ring.
10439         * calc/calc-aent.el (calc-alg-exp, math-toks)
10440         (math-exp-pos,math-exp-old-pos, math-exp-token)
10441         (math-exp-keep-spaces, math-exp-str): New variables.
10442         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
10443         (calcAlg-enter): Use declared variable calc-alg-exp.
10444         (math-build-parse-table, math-find-user-token): Use declared
10445         variable math-toks.
10446         (math-read-exprs, math-read-token, calc-check-user-syntax)
10447         (calc-match-user-syntax, match-factor-after, math-read-factor):
10448         Use declared variables math-exp-pos math-exp-old-pos.
10449         (math-read-exprs, math-read-token, math-read-expr-level)
10450         (calc-check-user-syntax, calc-match-user-syntax)
10451         (match-factor-after, math-read-factor): Use declared variable
10452         math-exp-token.
10453         (math-read-exprs, math-read-expr-list, math-read-token)
10454         (math-read-factor): Use declared variable math-exp-keep-spaces.
10455         (math-read-exprs, math-read-token): Use declared variable
10456         math-exp-str.
10457         (calc-match-user-syntax): Make m a local variable.
10459         * calc/calc-ext.el (math-read-expr): Use declared variables
10460         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
10461         math-exp-keep-spaces.
10463         * calc/calc-forms.el (math-read-angle-bracket): Use declared
10464         variables math-exp-pos, math-exp-str.
10466         * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
10467         math-exp-old-pos.
10468         (math-parse-fortran-vector, math-parse-fortran-vector-end)
10469         (math-parse-eqn-prime): Use declared variable math-exp-token.
10471         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
10472         Use declared variable math-exp-pos.
10473         (math-check-for-commas): Use declared variable math-exp-str.
10474         (math-read-brackets): Use declared variables math-exp-old-pos,
10475         math-exp-keep-spaces.
10476         (math-read-brackets, math-read-vector, math-read-matrix):
10477         Use declared variable math-exp-token.
10479 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10481         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
10482         where the keymap is a symbol.
10483         (easy-menu-add-item): Use keymap-prompt.  Simplify.
10485         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
10487         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
10488         (sgml-parse-tag-backward): Use it to skip spurious < or >.
10490 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
10492         * ebuff-menu.el: Doc fixes throughout.
10493         (electric-buffer-menu-mode-hook): New defvar.
10495 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
10497         * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
10498         The resulting compiler warnings appear to be harmless.
10500 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
10502         * textmodes/conf-mode.el: New file.
10504         * files.el (auto-mode-alist, magic-mode-alist): Use it.
10506 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10508         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
10510 2004-11-09  Jay Belanger  <belanger@truman.edu>
10512         * calc/calc-ext.el (calc-init-extensions): Remove old code.
10514         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
10515         (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
10516         (calc-z-prefix-help, calc-user-function-list): Use declared
10517         variables calc-z-prefix-buf, calc-z-prefix-msgs.
10518         (math-map-tree, math-map-tree-rec): Use declared variables
10519         math-mt-many, math-mt-func.
10520         (math-read-expression, math-read-string): Use declared variable
10521         math-expr-data.
10523         * calc/calc-ext.el (math-normalize-nonstandard): Use declared
10524         variable math-normalize-a.
10526         * calc/calc.el (math-normalize-a): New variable.
10527         (math-normalize): Use declared variable math-normalize-a.
10529         * calc/calc-poly.el (math-expand-form): Use declared variable
10530         math-mt-many.
10532         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10533         Use declared variable math-mt-many.
10534         (math-rewrite): Use declared variable math-mt-func.
10536         * calc/calc-vec.el (math-read-brackets, math-read-vector)
10537         (math-read-matrix): Use declared variable math-expr-data.
10539         * calc/calc-lang.el (math-parse-fortran-vector)
10540         (math-parse-fortran-vector-end, math-parse-tex-sum)
10541         (math-parse-eqn-matrix, math-parse-eqn-prime)
10542         (math-read-math-subscr): Use declared variable math-expr-data.
10544         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
10545         (math-read-expr-level, math-read-token, calc-check-user-syntax)
10546         (calc-match-user-syntax, math-read-if, math-factor-after)
10547         (math-read-factor): Use declared variable math-expr-data.
10549 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
10551         * calendar/diary-lib.el (diary-from-outlook)
10552         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
10553         interactive-p; but rather new optional argument NOCONFIRM.
10555 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10557         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
10558         (easy-menu-name-match): Revert correspondingly.
10560 2004-11-09  Richard M. Stallman  <rms@gnu.org>
10562         * emacs-lisp/bytecomp.el (byte-compile-defalias):
10563         Turn off warnings for the new function even if definition not constant.
10564         If the definition isn't a quoted symbol, record (FUNCTION . t).
10565         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
10566         (byte-compile-callargs-warn): Handle (FUNCTION . t).
10567         (display-call-tree, byte-compile-arglist-warn):
10568         Handle t returned by byte-compile-fdefinition.
10570 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10572         * Makefile.in (maintainer-clean): Depend on distclean.
10574         * help-fns.el (help-C-file-name): File name must be in build-files
10575         to be returned.
10577 2004-11-09  Jay Belanger  <belanger@truman.edu>
10579         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
10580         (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
10582         * calc/calc.el (calc, calc-trail-display, calc-mode):
10583         Remove obsolete sections.
10585         * calc/calc.el (calc-x-paste-text): Remove.
10587         * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
10588         mouse-2.
10590 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
10592         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
10593         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
10594         current frame (in case of recursive calls).
10595         (gdb-show-changed-values): Add :version keyword.
10597 2004-11-09  Kenichi Handa  <handa@m17n.org>
10599         * international/mule-cmds.el: Change coding: tag back to
10600         iso-2022-7bit.
10602 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10604         * international/mule-cmds.el: Change coding-system to utf-8.
10605         (select-safe-coding-system-interactively):
10606         New function extracted from select-safe-coding-system.
10607         (select-safe-coding-system): Use it.
10609 2004-11-08  Richard M. Stallman  <rms@gnu.org>
10611         * subr.el (syntax-after): Doc fix.
10613         * paren.el (show-paren-function): Change calls to syntax-after
10614         for new way of returning the value.
10616         * menu-bar.el (menu-bar-file-menu): Make this the real name
10617         and menu-bar-files-menu the alias.  Use the former.
10618         (global-map): Use `file', not `files', as the symbol.
10620         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
10622         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10623         Don't use beginning-of-buffer.
10624         (filesets-cmd-show-result): Use with-no-warnings.
10626 2004-11-08  Juri Linkov  <juri@jurta.org>
10628         * progmodes/compile.el (compile): Don't overwrite last command in
10629         minibuffer history with default command if they are not equal.
10631 2004-11-08  Jay Belanger  <belanger@truman.edu>
10633         * calc/calcalg2.el (math-do-integral-methods): Try linear then
10634         non-linear substitutions.
10636 2004-11-08  Jay Belanger  <belanger@truman.edu>
10638         * calc/calcalg2.el (math-linear-subst-tried): New variable.
10639         (math-do-integral): Set `math-linear-subst-tried' to nil.
10640         (math-do-integral-methods): Use `math-linear-subst-tried' to
10641         determine what type of substitution to try.
10642         (math-integ-try-linear-substituion):
10643         Set `math-linear-subst-tried' to t.
10645 2004-11-08  Kim F. Storm  <storm@cua.dk>
10647         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10649 2004-11-07  Juri Linkov  <juri@jurta.org>
10651         * info-look.el (info-lookup): Allow reusing in the current buffer
10652         not only *info* buffer, but all (even renamed) Info buffers
10653         by checking for major-mode instead of *info* buffer name.
10654         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10655         (octave-mode, maxima-mode) <doc-spec>:
10656         Allow long dashes generated by Texinfo 4.7 before definitions.
10657         (texinfo-mode) <doc-spec>: Add space to suffix to find command
10658         definitions with argument separated by space.
10660 2004-11-06  Richard M. Stallman  <rms@gnu.org>
10662         * simple.el (next-error group, face): Move before first use.
10663         (next-error-highlight, next-error-highlight-no-select): Likewise.
10665         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10666         (line-move): New args NOERROR and TO-END.
10667         Return t if if succeed in moving specified number of lines.
10668         (move-end-of-line): New function.
10670         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10671         (end-of-buffer-other-window): Likewise.
10673         * simple.el (line-move-ignore-invisible): Default to t.
10675         * subr.el (syntax-after): Return the syntax letter, not the raw code.
10677         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10679         * international/iso-cvt.el (iso-cvt-define-menu):
10680         Rename menu-bar-files-menu to menu-bar-file-menu.
10682         * net/browse-url.el (browse-url-gnome-moz-program)
10683         (browse-url-gnome-moz-arguments): Move up before first use.
10685         * net/tramp.el (tramp group): Add :version.
10687         * progmodes/ada-xref.el (ada-gdb-application):
10688         Use goto-char instead of beginning-of-buffer.
10690         * progmodes/cperl-mode.el (cperl-info-on-command):
10691         Use goto-char instead of beginning-of-buffer.
10693         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10694         Move up before first use.
10695         (idlwave-shell-temp-pro-file): Likewise.
10696         (idlwave-shell-temp-rinfo-save-file): Likewise.
10697         (idlwave-shell-temp-file): Minor doc fix.
10699         * textmodes/flyspell.el (flyspell-external-point-words):
10700         Use goto-char instead of beginning-of-buffer.
10702 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
10704         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10705         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
10706         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10708 2004-11-06  David Ponce  <david@dponce.com>
10710         * recentf.el (recentf-menu-path): Use menu item name.
10712 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
10714         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10715         display doesn't support images.
10717 2004-11-06  Andreas Schwab  <schwab@suse.de>
10719         * tempo.el (tempo-match-finder): Doc fix.
10721         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10723 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10725         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10726         (easy-menu-lookup-name): New fun to replace it.
10727         (easy-menu-get-map): Use it to obey menu item names (rather than just
10728         keys) when looking up `path'.
10729         (easy-menu-always-true-p): Rename from easy-menu-always-true.
10730         (easy-menu-convert-item-1): Adjust to new name.
10732 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
10734         * outline.el (hide-body): Don't hide lines at the top of the file
10735         that precede the first header line.
10737 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
10739         * align.el (align-areas): Delete whitespace before reindenting, so
10740         that tabs are never placed after spaces.
10742 2004-11-06  Alan Shutko  <ats@acm.org>
10744         * macros.el (insert-kbd-macro): Do completions based on macros,
10745         rather than all commands.
10747 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
10749         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10750         to solve a bug whereby tags with 'b' don't match.
10752 2004-11-05  Juri Linkov  <juri@jurta.org>
10754         * info.el (Info-search): Don't search in node header lines
10755         and file headers.
10757         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10758         symbol-constituent characters after dot, not only digits.
10760 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
10762         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10764 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10766         * dired.el (dired-read-dir-and-switches): Call read-directory-name
10767         if a dialog will be used, read-file-name otherwise.
10769 2004-11-04  Richard M. Stallman  <rms@gnu.org>
10771         * textmodes/table.el (table group): Add :version.
10773         * textmodes/ispell.el (ispell-word):
10774         Don't alter args; set them only thru `interactive' spec.
10776         * textmodes/flyspell.el (flyspell-word):
10777         Don't alter FOLLOWING; set it only thru `interactive' spec.
10779         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10781         * net/browse-url.el (browse-url-maybe-new-window):
10782         Use called-interactively-p.
10784         * mail/supercite.el (sc-cite-region):
10785         Don't use interactive-p.  Add arg INTERACTIVE.
10786         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
10788         * international/mule-cmds.el (set-input-method, toggle-input-method):
10789         Don't use interactive-p.  Add arg INTERACTIVE.
10791         * eshell/esh-mode.el (eshell-show-maximum-output):
10792         Don't use interactive-p.
10793         (eshell-truncate-buffer): Just message, no error, if buffer is short.
10795         * mouse.el (mouse-show-mark): Get positions to delete from mark
10796         and point, not from mouse-drag-overlay.
10798         * imenu.el (imenu-eager-completion-buffer): Add :version.
10800         * filesets.el (filesets group): Add :version.
10802 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
10804         * files.el (xml-based-modes): Delete var.
10805         (magic-mode-alist): New more general var.
10806         (set-auto-mode): Use it.
10808         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10809         when clicking from another window.
10811 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
10813         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10814         (vc-cvs-annotate-time): Incorporate value of deleted var.
10815         Remove special-case handling of beginning-of-buffer cruft.
10816         Cache ending position (point) and return value in text property
10817         `vc-cvs-annotate-time', and consult it on subsequent invocations.
10819         * vc-cvs.el (vc-cvs-annotate-command):
10820         Delete extraneous lines from beginning of buffer.
10821         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10823         * progmodes/grep.el (grep-default-command): Take empty string
10824         for tag if all other methods yield nil.  Shell-quote the tag.
10826         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10827         spec in `interactive' form, and mention it in the docstring.
10828         Also, make sure point is at bol after calling `annotate-time'.
10830 2004-11-02  Richard M. Stallman  <rms@gnu.org>
10832         * cus-edit.el (customize-group-other-window):
10833         Select the window that displays the custom buffer.
10834         (custom-buffer-create-other-window): Likewise.
10836         * comint.el (comint-insert-input): Fix previous change.
10838         * emacs-lisp/elp.el (elp-instrument-function):
10839         Use called-interactively-p.
10841         * emacs-lisp/easymenu.el (easy-menu-intern):
10842         Don't downcase; rather, case-flip the first letter of each word.
10844         * emacs-lisp/easy-mmode.el (define-minor-mode):
10845         Use called-interactively-p.
10847         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10848         Add interactive-only.
10849         (byte-compile-warnings): Add interactive-only as option.
10850         (byte-compile-interactive-only-functions): New variable.
10851         (byte-compile-form): Warn about calls to functions
10852         in byte-compile-interactive-only-functions.
10854         * emacs-lisp/autoload.el (update-file-autoloads):
10855         Don't use interactive-p; take new arg SAVE-AFTER.
10857         * emacs-lisp/advice.el (ad-make-advised-definition):
10858         Use called-interactively-p.
10860 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10862         * files.el (find-file-existing): New function.
10864         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10865         find-file-existing.  Add "New File..." that calls find-file.
10867         * diropen.pbm, diropen.xpm: New files.
10869         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10870         icon diropen.  New tool bar item find-file-existing uses icon open.
10872         * dired.el (dired-read-dir-and-switches): Call read-directory-name
10873         instead of read-file-name.
10875 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
10877         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10878         (icalendar--split-value): Change name of work buffer.
10879         (icalendar--get-weekday-abbrev): Return nil on error.
10880         (icalendar--date-to-isodate): New function.
10881         (icalendar-convert-diary-to-ical)
10882         (icalendar-extract-ical-from-buffer): Use only two args for
10883         make-obsolete (XEmacs compatibility).
10884         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10885         (icalendar-export-region): Doc fix.
10886         If error, return non-nil and write errors to a buffer.
10887         Use correct weekday for weekly recurring events.
10888         Check whether date has been parsed for ordinary events.
10889         Make weekly events start in the year 2000.
10890         DTEND is non-inclusive, shift end date by one day if
10891         necessary (not for entries that have date and time).
10892         Rename local let variables: oops -> found-error, datestring ->
10893         startdatestring.
10895 2004-11-02  Kim F. Storm  <storm@cua.dk>
10897         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10898         keep-mode-if-same variable.  Add it as optional arg instead.
10899         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10901         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10902         substitute-command-keys will select lower-case bindings like those
10903         used in the static help texts.
10905         * descr-text.el (describe-text-properties): Don't err if called in
10906         the *Help* buffer; output to *Help-2* buffer instead.
10908         * kmacro.el (group kmacro): Add :version.
10909         (kmacro-keyboard-quit): New function to cleanup on C-g.
10910         (kmacro-start-macro): Set defining-kbd-macro to append when
10911         appending to last macro.
10913         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10915 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
10917         * progmodes/gdb-ui.el (gdb-enable-debug-log)
10918         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10919         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10920         Add :version keyword.
10922 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
10924         * progmodes/flymake.el (flymake-err-line-patterns):
10925         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10926         `compilation-error-regexp-alist-alist' to internal Flymake format.
10928         * progmodes/flymake.el: Eliminate byte-compiler warnings.
10930 2004-11-01  Jay Belanger  <belanger@truman.edu>
10932         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10933         with `interactive "s"'.
10935 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10937         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10938         Revert change from 2004-10-16.  '*' checks the current buffer, but the
10939         mouse click may be in another buffer.
10941 2004-11-01  John Paul Wallington  <jpw@gnu.org>
10943         * files.el (large-file-warning-threshold): Add :version keyword.
10944         (kill-some-buffers): Doc fix.
10946         * thumbs.el (group thumbs): Add :version keyword.
10948         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10950 2004-11-01  Richard M. Stallman  <rms@gnu.org>
10952         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10954         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10956         * allout.el (allout group): Add :version.
10957         (allout-init): Don't use interactive-p.
10958         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10959         (allout-forward-current-level, allout-backward-current-level):
10960         Don't use interactive-p.
10962         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10963         (bibtex-find-text): Likewise.
10965         * progmodes/vhdl-mode.el (vhdl-fill-region)
10966         (vhdl-beginning-of-statement): Don't use interactive-p.
10968         * progmodes/idlwave.el (idlwave-update-routine-info):
10969         Don't use interactive-p.
10971         * progmodes/idlw-shell.el (idlwave-shell-send-char):
10972         Don't use interactive-p.
10974         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10975         Don't use interactive-p.
10977         * progmodes/ada-xref.el (ada-make-body-gnatstub):
10978         Don't use interactive-p.
10980         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10981         (fortune-in-buffer): Doc fix.
10983         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10985         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10986         don't select the temporary buffer.
10987         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10988         (eudc-get-phone): Likewise.
10990 2004-11-01  Kim F. Storm  <storm@cua.dk>
10992         * man.el (Man-xref-normal-file): Fix help-echo.
10994 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10996         * reveal.el (reveal-last-tick): New var.
10997         (reveal-post-command): Use it to avoid closing overlays when we're
10998         appending text to them.
11000 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11002         * textmodes/bibtex.el: Require button.
11003         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
11004         (bibtex-reference-keys): Distinguish between header keys and
11005         crossref keys.
11006         (bibtex-beginning-of-field): New function.
11007         (bibtex-url-map): Remove.
11008         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
11009         (bibtex-font-lock-url-regexp): Assume that field names begin at
11010         the beginning of a line.
11011         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
11012         Remove field delimiters.  Use bibtex-beginning-of-field.
11013         Bugfix, point can be inside a field with a url.
11014         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
11015         New functions.
11016         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
11017         (bibtex-key-in-head): Simplify.
11018         (bibtex-current-line): Use bolp.
11019         (bibtex-parse-keys): Remove unused arg `add'.
11020         Use bibtex-type-in-head and bibtex-key-in-head.
11021         (bibtex-parse-entry, bibtex-autofill-entry):
11022         Use bibtex-type-in-head and bibtex-key-in-head.
11023         (bibtex-autokey-get-field): Do not alter case of replacement text.
11024         (bibtex-autokey-get-names): Do all processing of name list.
11025         (bibtex-autokey-get-year): New function.
11026         (bibtex-autokey-get-title): Do all processing of title words.
11027         (bibtex-generate-autokey): Simplify.
11028         (bibtex-string-files-init): Use default-directory.
11029         Allow for absolute file names in bibtex-string-files.
11030         (bibtex-files, bibtex-file-path): New variables.
11031         (bibtex-files-expand): New function.
11032         (bibtex-find-entry-globally): New command.
11033         (bibtex-summary-function): New variable.
11034         (bibtex-summary): Default value of bibtex-summary-function.
11035         (bibtex-find-crossref): New optional args pnt and split.
11036         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
11037         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
11038         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
11039         Fix handling of required and alternative fields.
11040         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
11041         Use cons and display-buffer.
11042         (bibtex-validate-globally): New command.
11043         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
11044         bibtex-parse-keys and bibtex-parse-strings for updating
11045         bibtex-reference-keys and bibtex-strings.
11046         (bibtex-realign): Remove blank lines past the last entry.
11047         (bibtex-reformat): Use bibtex-entry-format as default.
11048         (bibtex-choose-completion-string): Remove.
11049         (bibtex-complete): Do not use bibtex-choose-completion-string.
11050         (bibtex-url): Simplify.
11052 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11054         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
11055         (x-dnd-types-alist, x-dnd-open-file-other-window)
11056         (x-dnd-known-types): Add :version.
11058 2004-10-31  John Paul Wallington  <jpw@gnu.org>
11060         * ibuffer.el (group ibuffer): Add :version keyword.
11062 2004-10-31  Kim F. Storm  <storm@cua.dk>
11064         * ido.el (group ido): Add :version keyword.
11065         (ido-mode): Remove :version keyword.
11067         * emulation/cua-base.el (group cua): Add :version keyword.
11068         (cua-mode): Remove :version keyword.
11070 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
11072         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
11074         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
11075         compiler warning.
11076         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
11077         function.
11078         (help-at-pt-display-when-idle): Remove autoload.
11080 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11082         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
11084 2004-10-30  Juri Linkov  <juri@jurta.org>
11086         * help.el (function-called-at-point):
11087         * help-fns.el (variable-at-point): Read -> intern.
11089 2004-10-30  Simon Josefsson  <jas@extundo.com>
11091         * progmodes/autoconf.el (autoconf-font-lock-keywords):
11092         Recognize AS_* too.
11094 2004-10-29  Simon Josefsson  <jas@extundo.com>
11096         * subr.el (read-passwd): Move back from password.el.
11098         * password.el: Remove, not ready yet.
11100 2004-10-29  Andreas Schwab  <schwab@suse.de>
11102         * speedbar.el (speedbar-frame-parameters): Improve customize type.
11104 2004-10-29  Sam Steingold  <sds@gnu.org>
11106         * mouse.el (mouse-show-mark): Replace the last occurrence of
11107         x-lost-selection-hooks with x-lost-selection-functions.
11109 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11111         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
11112         x-lost-selection-functions is bound.
11114         * mouse-sel.el (mouse-sel-mode):
11115         * emacs-lisp/lselect.el: Adjust to new names for
11116         x-(lost|sent)-selection-functions.
11118         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
11119         New obsolete aliases of x-lost-selection-functions and
11120         x-sent-selection-functions.
11122 2004-10-28  Kim F. Storm  <storm@cua.dk>
11124         * imenu.el (imenu-scanning-message): Remove.
11125         (imenu-progress-message): Make it a no-op.
11127 2004-10-28  John Paul Wallington  <jpw@gnu.org>
11129         * files.el (set-auto-mode): Call `throw' correctly.
11131 2004-10-28  Juri Linkov  <juri@jurta.org>
11133         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
11134         to search `Info-...' commands in `info' manual.
11135         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11136         Add 'info-file "emacs" property.
11137         (Info-find-emacs-command-nodes): Fix index line number regexp.
11138         Set real line number (instead of fake 0) in first element of the
11139         returned list.
11140         (Info-goto-emacs-command-node): Use line number of first element
11141         to set point in the first found Info node.
11143         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
11144         code to `grep-mode-font-lock-keywords'.
11145         (grep-mode-font-lock-keywords): Delete grep markers instead
11146         of making them invisible.
11148 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11150         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
11151         and x-server-version in bug report.
11153 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
11155         * files.el (set-auto-mode-0): New function.
11156         (set-auto-mode): Use it to handle aliased modes and to
11157         be consistent between C-x C-f and C-x C-w.
11159 2004-10-28  Kenichi Handa  <handa@m17n.org>
11161         * international/utf-8.el (utf-translate-cjk-charsets):
11162         Add katakana-jisx0201.
11164         * international/subst-jis.el: Add data for JISX0201.
11166 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11168         * obsolete/hilit19.el (hilit-mode): New function.
11169         Move all the toplevel side-effecting stuff into it, so that loading
11170         hilit19 doesn't mess everything up any more.
11172 2004-10-27  Richard M. Stallman  <rms@gnu.org>
11174         * add-log.el (add-change-log-entry): Set up mailing address
11175         and full name later, and don't alter add-log-mailing-address
11176         or add-log-full-name.
11178         * elide-head.el (elide-head): Change error to message.
11179         (elide-head-show): Likewise.
11181         * apropos.el (apropos-macrop): Doc fix.
11183         * mouse.el (mouse-show-mark): Do most processing the same
11184         regardless of transient-mark-mode.
11186         * shadowfile.el (shadow-copy-files): Use interactive-p
11187         only to control whether to print a message.
11189         * tar-mode.el (tar-mode): Use write-contents-functions,
11190         not write-contents-hooks.
11192         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
11193         directory-sep-char.
11195 2004-10-27  Richard M. Stallman  <rms@gnu.org>
11197         * strokes.el (strokes-unload-hook): Fix previous change.
11199         * type-break.el (type-break-run-at-time): Always use run-at-time;
11200         forget the alternatives.
11201         (type-break-cancel-function-timers): Always use cancel-function-timers;
11202         forget the alternatives.
11204         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
11206 2004-10-27  Kenichi Handa  <handa@m17n.org>
11208         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
11210         * international/subst-gb2312.el: Likewise.
11212         * international/subst-big5.el: Likewise.
11214         * international/subst-ksc.el: Likewise.
11216         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
11217         New variable.
11218         (utf-translate-cjk-set-unicode-range): New function.
11219         (utf-translate-cjk-unicode-range): Make it customizable.
11220         (utf-8-post-read-conversion):
11221         Use utf-translate-cjk-unicode-range-string.
11222         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
11223         Unicode ranges.
11225 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
11227         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
11228         trivial variants to shorten the list.
11229         (xml-based-modes): New var.
11230         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
11231         declaration higher priority than auto-mode-alist.
11233         * find-file.el (cc-other-file-alist): Bring it in line with
11234         cc-mode's auto-mode-alist entries and use \' instead of $.
11236         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
11237         and add "Id" and "Name" submenus to it.
11239         * imenu.el (imenu--generic-function): Skip matches in comments.
11241 2004-10-26  Jay Belanger  <belanger@truman.edu>
11243         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
11244         (full-calc-keypad, calc-trail-display): Use an extra argument
11245         instead of `interactive-p'.
11247         * calc/calc-misc.el (calc-other-window): Use an extra argument
11248         instead of `interactive-p'.
11250         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
11251         `interactive-p'.
11253 2004-10-26  Kim F. Storm  <storm@cua.dk>
11255         * help.el (describe-key): Describe both down-event and up-event
11256         for a mouse click.
11258 2004-10-26  Richard M. Stallman  <rms@gnu.org>
11260         * woman.el (woman): Don't call interactive-p.
11262         * pcomplete.el (pcomplete): Instead of interactive-p,
11263         use an arg set non-nil by the interactive spec.
11265         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
11266         use an arg set non-nil by the interactive spec.
11268         * man.el (Man-cleanup-manpage): Instead of interactive-p,
11269         use an arg set non-nil by the interactive spec.
11271 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
11273         * progmodes/flymake.el (flymake-split-string):
11274         Use `flymake-split-string-remove-empty-edges' in any case.
11276 2004-10-26  Masatake YAMATO  <jet@gyve.org>
11278         * progmodes/flymake.el (flymake-err-line-patterns):
11279         Use `compilation-error-regexp-alist-alist' instead of
11280         `compilation-error-regexp-alist'.
11282 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11284         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
11285         verbatim face on the \ of \end{verbatim}.
11287 2004-10-25  Jay Belanger  <belanger@truman.edu>
11289         * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
11290         erasing minibuffer.
11292 2004-10-25  Simon Josefsson  <jas@extundo.com>
11294         * subr.el (read-passwd): Move to net/password.el.
11296         * net/password.el (read-passwd): Add.  Autoload it.
11298 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
11300         * mouse-sel.el (mouse-sel-mode): Specify custom group.
11302         * simple.el (process-file): Fix logic.
11304 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
11306         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
11307         (increase-right-margin): Remove erroneous call to `interactive-p'.
11309 2004-10-24  Kim F. Storm  <storm@cua.dk>
11311         * help.el (describe-mode): Fix 2004-10-13 change.
11312         Copy pure "Auto Fill" string so it can be propertized later
11313         without causing a read-only error.
11315 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
11317         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
11318         style indexes.
11320 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
11322         * simple.el (process-file): Accept nil for INFILE.  Reported by
11323         Luc Teirlinck.
11325 2004-10-24  Masatake YAMATO  <jet@gyve.org>
11327         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
11328         Handle periods and underscores in a function name.
11329         Remove the address fontification.
11331 2004-10-24  Masatake YAMATO  <jet@gyve.org>
11333         * progmodes/asm-mode.el (asm-font-lock-keywords):
11334         Use font-lock-variable-name-face for registers.
11336 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
11338         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
11339         kill-all-local-variables.
11340         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
11341         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
11342         Use kill-all-local-variables and provide mode-hooks.
11343         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
11344         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
11345         Suggested by Masatake YAMATO <jet@gyve.org>.
11347 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
11349         * simple.el (process-file): New function, similar to call-process
11350         but supports file handlers.
11351         * vc.el (vc-do-command): Use it, instead of call-process.
11352         * net/tramp-vc.el (vc-do-command): Do not advise it if
11353         process-file is fboundp.
11354         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
11355         process-file.
11356         (tramp-handle-process-file): New function.
11357         (tramp-file-name-for-operation): Support process-file.
11359 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
11361         * calendar/icalendar.el (icalendar--weekday-array): New constant.
11362         (icalendar-weekdayabbrev-table)
11363         (icalendar-monthnumber-table): Delete.
11364         (icalendar--get-month-number): Use calendar-month-name-array.
11365         (icalendar--get-weekday-number): New function.
11366         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
11367         (icalendar-export-region): Handle multi-line entries.
11368         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
11370 2004-10-23  John Paul Wallington  <jpw@gnu.org>
11372         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
11373         `wildcards' set to t in interactive spec.
11375         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
11376         interactive spec rather than use `interactive-p'.
11377         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
11378         rather than use function `interactive-p'.
11380 2004-10-22  Kenichi Handa  <handa@m17n.org>
11382         * international/mule.el (translate-region): Implement it in Lisp
11383         as a front end of translate-region-internal.
11385 2004-10-21  Jay Belanger  <belanger@truman.edu>
11387         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
11388         Declare these variables with defvar.
11390         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
11391         is bound, only check to see if it is bound.
11393 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11395         * textmodes/tex-mode.el (tex-compilation-parse-errors):
11396         Don't output messages.
11398         * calc/calc-help.el (calc-describe-bindings): Fix last change.
11400 2004-10-21  John Paul Wallington  <jpw@gnu.org>
11402         * calc/calc-graph.el (calc-graph-init):
11403         Use `set-process-query-on-exit-flag'.
11405 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
11407         * progmodes/compile.el (compilation-start): Rely on `cd' to get
11408         dir right and also allow argumentless cd.
11410 2004-10-19  Richard M. Stallman  <rms@gnu.org>
11412         * textmodes/flyspell.el (flyspell-mode): Doc fix.
11414         * eshell/em-unix.el (eshell-grep):
11415         Don't bind compilation-process-setup-function.
11417         * comint.el (comint-insert-input): Use @ in `interactive'.
11418         (comint-input-filter-functions): Doc fix.
11419         (comint-kill-whole-line, comint-get-source): Doc fix.
11421         * progmodes/compile.el (compilation-setup):
11422         Don't set buffer-read-only if MINOR is non-nil.
11424 2004-10-19  Jay Belanger  <belanger@truman.edu>
11426         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
11427         (calc-emacs-type-gnu19): Remove.
11428         (calc-digit-map, calc-read-key-sequence, calc-read-key):
11429         Remove check for old emacs versions.
11431         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
11432         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
11433         for current Emacs.
11435         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
11436         the end of the minibuffer.
11437         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
11438         copy `esc-map'.
11440         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
11442         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
11443         call that would be given when the current emacs was used.
11445 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
11447         * calendar/icalendar.el: Set coding to utf-8.
11448         (icalendar-version): Increase to 0.07.
11449         (icalendar-monthnumber-table): Change March pattern.
11450         (icalendar-get-all-event-properties)
11451         (icalendar-set-event-property): Delete.
11452         (icalendar-all-events): No longer interactive.
11453         (icalendar-convert-diary-to-ical)
11454         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
11455         their replacements.
11456         (icalendar-export-file, icalendar-export-region): New functions;
11457         essentially old `icalendar-convert-diary-to-ical' but appending to
11458         target rather than overwriting.
11459         (icalendar-import-file): Append to target file rather than
11460         overwriting.  Fourth arg deleted.
11461         (icalendar-import-buffer): New name for old
11462         `icalendar-extract-ical-from-buffer'.
11463         (icalendar--convert-string-for-import): New name for
11464         old `icalendar-convert-for-import'.
11465         (include-icalendar-files): Delete.
11466         Prefix for all internal functions changed from `icalendar-'
11467         to `icalendar--'.
11469 2004-10-19  Richard M. Stallman  <rms@gnu.org>
11471         * paths.el (news-path): Fix previous change.
11473 2004-10-18  Jay Belanger  <belanger@truman.edu>
11475         * calc/calc-help.el (calc-describe-bindings):
11476         Set `buffer-read-only' to nil while working in the keybindings buffer;
11477         remove some extra information from the keybindings buffer.
11479 2004-10-18  David Ponce  <david@dponce.com>
11481         * mouse.el (mouse-drag-move-window-top): New function.
11482         (mouse-drag-mode-line-1): Use it.
11484 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
11486         * info.el (Info-fontify-node): For multiline refs,
11487         arrange to unfontify newline and surrounding whitespace.
11489 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11491         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
11492         directory is missing.
11494 2004-10-17  John Paul Wallington  <jpw@gnu.org>
11496         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
11497         New customizable variable; whether to display buffers that match
11498         `ibuffer-maybe-show-predicates' by default.
11499         (ibuffer-maybe-show-predicates): Mention it in docstring.
11500         (ibuffer-display-maybe-show-predicates): New variable.
11501         (ibuffer-update): Prefix arg now toggles whether buffers that
11502         match `ibuffer-maybe-show-predicates' should be displayed.
11503         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
11504         locally to heed `ibuffer-default-display-maybe-show-predicates'.
11505         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
11507 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
11509         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
11510         work correctly.
11512 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
11514         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
11515         (Buffer-menu-beginning): New helper function.
11516         (Buffer-menu-execute): Use it.
11517         (Buffer-menu-select): Use it.
11518         (Buffer-menu-sort): Use it and also keep markers.
11520 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11522         * paths.el (news-directory): Rename from news-path.  Old name alias.
11523         (rmail-spool-directory): Use defvar.
11524         (sendmail-program): Use defcustom.
11525         (remote-shell-program): Use defcustom.
11526         (term-file-prefix): Use defvar.
11527         (abbrev-file-name): Use defvar.
11529         * term.el: Add maintainer.
11531         * subr.el (with-local-quit): Return nil if there's a quit.
11532         (read-passwd): Use with-local-quit.  Doc fix.
11534         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
11535         (strokes-unload-hook): Set as a variable with add-hook.
11537         * startup.el (fancy-splash-tail, normal-splash-screen):
11538         Update copyright year.
11540         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
11542         * server.el (server-unload-hook): Set as a variable with add-hook.
11544         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
11546         * frame.el (special-display-popup-frame):
11547         Make the buffer current as its frame is created.
11549         * delsel.el (delsel-unload-hook): Set as a variable.
11551         * comint.el (comint-output-filter-functions):
11552         Add comint-watch-for-password-prompt.
11553         (comint-read-noecho): Function deleted.
11554         (send-invisible): Use read-passwd.
11556         * fringe.el (fringe-mode-initialize): New function.
11557         (fringe-mode): Use fringe-mode-initialize as :initialize.
11559 2004-10-17  Kim F. Storm  <storm@cua.dk>
11561         * language/indian.el (indian-script-language-alist): Swap value and doc.
11562         (indian-font-char-index-table): Doc fix.
11564 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11566         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
11568 2004-10-16  Juri Linkov  <juri@jurta.org>
11570         * progmodes/compile.el (compilation-start): Move let-binding of
11571         `process-environment' into `with-current-buffer' body.
11572         Reported by Matt Hodges <MPHodges@member.fsf.org>.
11574 2004-10-16  Richard M. Stallman  <rms@gnu.org>
11576         * pcvs-util.el (cvs-bury-buffer):
11577         Don't call get-buffer-window for effect.
11579         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
11581         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
11583         * msb.el (msb-unload-hook): Set the variable.
11585         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11586         Use * to err if buffer is readonly.
11588         * subr.el (looking-back): Return only t or nil.
11590         * whitespace.el (whitespace-unload-hook): Set the variable.
11592         * view.el (view-mode-enable): Set view-page-size and
11593         view-half-page-size to nil.
11594         (view-set-half-page-size-default): view-half-page-size = nil
11595         means the default.
11596         (View-scroll-page-forward): Use view-page-size-default.
11597         (View-scroll-page-backward): Likewise.
11598         (view-page-size, view-half-page-size): Doc fixes.
11600         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
11602         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
11604         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
11605         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
11606         (byte-compile-log-1): Bind inhibit-read-only.
11607         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
11608         (byte-compile-log-warning): Likewise.
11609         (byte-compile-file-form-require): Detect "cl" from the arg value.
11611         * progmodes/compile.el (compilation-start): Assume compilation-mode
11612         will make the buffer read-only.
11613         (compilation-mode): Take arg name-of-mode.
11614         (compilation-setup): Make buffer read-only.
11615         (compilation-handle-exit): Bind inhibit-read-only.
11617         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
11618         (ispell-message): Likewise.
11619         (ispell-show-choices): Don't call get-buffer-window uselessly.
11620         (ispell-init-process): Use set-process-query-on-exit-flag.
11622 2004-10-16  Kim F. Storm  <storm@cua.dk>
11624         * fringe.el (fringe-bitmaps): Only initialize when defined.
11626         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11627         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11629         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11631 2004-10-15  Simon Josefsson  <jas@extundo.com>
11633         * net/password.el: Add.
11635 2004-10-14  Masatake YAMATO  <jet@gyve.org>
11637         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11638         (gdb-script-end-of-defun): New function.
11639         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11640         `gdb-script-end-of-defun' as *-of-defun-function.
11642 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
11644         * button.el (button-activate): Allow a marker to display as an action.
11646         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11648         * help.el (describe-mode): Use it to make minor mode list into
11649         hyperlinks.
11651 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11653         * vc.el (vc-annotate-display-select): Fix typo.
11655         * subr.el (substitute-key-definition-key): New function.
11656         (substitute-key-definition): Use it with map-keymap.
11657         (event-modifiers): Use push.
11658         (mouse-movement-p, with-temp-buffer): Simplify.
11660 2004-10-12  Jay Belanger  <belanger@truman.edu>
11662         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11663         New variables.
11664         (calc-help-index-entries): New function.
11665         (calc-describe-function): Use `calc-help-function-list' instead of
11666         obarray for completion.
11667         (calc-describe-variable): Use `calc-help-variable-list' instead
11668         of obarray for completion.
11670 2004-10-12  Richard M. Stallman  <rms@gnu.org>
11672         * info-look.el (info-lookup-file): Add info-file property.
11673         (info-lookup-symbol): Likewise.
11675         * info.el (info-xref): Add underlining.
11676         (info): Add info-file property.
11677         (Info-find-emacs-command-nodes): Specify case-sensitive search.
11679 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
11681         Sync with Tramp 2.0.45.
11683         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11684         defined.  This is not the case for XEmacs without package "edebug".
11685         (tramp-set-auto-save-file-modes): Set permissions of autosaved
11686         remote files to the permissions of the original file.  This is not
11687         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
11688         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
11689         (tramp-perl-decode): Fix an error in Perl implementation.
11690         $pending must be cleared every loop.  Reported by Benjamin Place
11691         <benjaminplace@sprintmail.com>
11693         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11694         Don't activate advice during definition.  This is done later on,
11695         depending on test result of `substitute-in-file-name'.
11696         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11698 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11700         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11702         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11704 2004-10-12  David Ponce  <david@dponce.com>
11706         * recentf.el (recentf-edit-list): Update the menu when the recentf
11707         list has been modified.
11709 2004-10-12  Simon Josefsson  <jas@extundo.com>
11711         * net/tls.el (tls-certtool-program): New variable.
11712         (tls-certificate-information): New function, based on
11713         ssl-certificate-information.
11715 2004-10-12  Kenichi Handa  <handa@m17n.org>
11717         * international/mule.el (coding-system-equal): Move from mule-util.el.
11719         * international/mule-util.el (coding-system-equal): Move to mule.el.
11721 2004-10-12  Kim F. Storm  <storm@cua.dk>
11723         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11724         reset kmacro-initial-counter-value if set.
11725         (kmacro-set-counter): Only set kmacro-counter if defining or executing
11726         macro.  Set kmacro-initial-counter-value otherwise.  Never set both.
11727         (kmacro-display): Show macro counter if non-zero.
11729         * subr.el (substitute-key-definition): Mention command remapping
11730         in doc string.
11732 2004-10-11  Jay Belanger  <belanger@truman.edu>
11734         * calc/calc-misc.el (calc-info-goto-node): New function.
11735         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11736         node in one step.
11737         (calc-describe-copying, calc-describe-distribution)
11738         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11739         Go to appropriate info node in one step.
11741 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11743         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11745         * font-lock.el (font-lock-apply-highlight): Fix last change.
11747 2004-10-11  Simon Josefsson  <jas@extundo.com>
11749         * mail/smtpmail.el (smtpmail-open-stream): Look for
11750         starttls-gnutls-program instead of starttls-program iff
11751         starttls-use-gnutls is non-nil.
11752         (smtpmail-open-stream): Don't overwrite user settings of
11753         starttls-extra-arguments and starttls-extra-args.
11755 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11757         * comint.el (comint-mouse-insert-input): Remove.
11758         (comint-insert-input): Make it work for mouse bindings.
11759         (comint-mode-map): Move defs into the declaration.
11760         (comint-output-filter): Typo.
11762         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11764 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
11766         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11767         (ange-ftp-call-chmod): Reference remote-shell-program instead of
11768         ange-ftp-remote-shell.
11770 2004-10-10  Andreas Schwab  <schwab@suse.de>
11772         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11773         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11774         Reported by <sri@asu.edu>.
11776 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
11778         * vc.el (vc-annotate-mode): Remove variable.
11779         (vc-annotate-display-select): Only call vc-annotate-mode
11780         if we're not in that mode already.
11782 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11784         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11785         (imenu-choose-buffer-index): Check here for rescan instead.
11787         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11788         where the face expression evals to nil.
11790         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11791         (tex-font-lock-keywords-2): Use it.
11792         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11794         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11796 2004-10-09  Kim F. Storm  <storm@cua.dk>
11798         * subr.el (progress-reporter-update): Define before first usage.
11799         (make-progress-reporter): Doc fix.
11801 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
11803         * textmodes/paragraphs.el (sentence-end-double-space)
11804         (sentence-end-without-period, sentence-end-without-space)
11805         (sentence-end): Doc fixes.
11807 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
11809         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11810         Change paragraph-start regexp so we don't fill code starting with #'(.
11812 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
11814         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11815         New defcustom.
11816         (extract-address-components): Use it.
11818 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
11820         * subr.el (make-progress-reporter, progress-reporter-update)
11821         (progress-reporter-force-update, progress-reporter-do-update)
11822         (progress-reporter-done): New functions.
11824         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11826         * progmodes/etags.el (etags-tags-completion-table): Use progress
11827         reporter.
11828         (etags-tags-apropos): Likewise.
11830 2004-10-08  Alan Mackenzie  <acm@muc.de>
11832         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11833         of current line.
11835 2004-10-08  Masatake YAMATO  <jet@gyve.org>
11837         * server.el (server-process-filter): Wrap `process-send-region'
11838         by `condition-case' to guard the case when the pipe to PROC is closed.
11840 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
11842         * xml.el (xml-substitute-special): Limit handling of external entities.
11844 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
11846         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11848 2004-10-06  John Paul Wallington  <jpw@gnu.org>
11850         * xml.el (xml-parse-dtd): Fix `error' call.
11852 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
11854         * xml.el (xml-substitute-special): Return a single string instead
11855         of a list of strings if an entity substitution is made.
11857 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
11859         * calendar/icalendar.el: New file.
11861 2004-10-05  Juri Linkov  <juri@jurta.org>
11863         * isearch.el (isearch-done): Set mark after running hook.
11864         Reported by Drew Adams <drew.adams@oracle.com>.
11866         * info.el (Info-history, Info-toc): Fix Info headers.
11867         (Info-toc): Narrow buffer before Info-fontify-node.
11868         (Info-build-toc): Don't check for special Info file names.
11869         Set main-file to nil if Info-find-file returns a symbol.
11871 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
11873         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11874         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11875         * calendar/cal-menu.el (calendar-mode-map): Ditto.
11877 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
11879         * calendar/cal-iso.el (calendar-iso-read-args): New function,
11880         for old interactive spec from calendar-goto-iso-date.
11881         (calendar-goto-iso-date): Use it.
11882         (calendar-goto-iso-week): New function.  Suggested by Emilio
11883         C. Lopes <eclig@gmx.net>.
11885 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
11887         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11888         `set-right-margin' bindings that follow the minor mode conventions.
11890 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11892         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11893         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11894         (latex-block-args-alist): Add minipage and picture.
11895         (latex-block-body-alist): Use reftex-label if enabled.
11896         (latex-insert-block): Don't insert a \n if not necessary.
11897         (tex-compile-commands): Make sure dvips doesn't send to printer.
11898         (tex-compile-default): Handle the case where no executable is found.
11899         (latex-noindent-environments): New var.
11900         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
11901         If tex-indent-allhanging is non-nil, make sure we only align for macros
11902         at beginning of line.
11904 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
11906         * newcomment.el (comment-beginning): Doc fix and don't choke on
11907         unset `comment-end-skip' when at beginning of comment.
11909 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
11911         * term.el (term-adjust-current-row-cache): Don't allow the current
11912         row to become negative.
11913         (term-emulate-terminal): Fix insert mode.  Handle tab insertion at
11914         the end of the line.  Fix scroll down.  Add comments.
11915         (term-handle-ansi-escape): Don't exceed terminal width when moving
11916         right.
11917         (term-scroll-region): Move the cursor after setting the scroll region.
11919 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
11921         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11922         to `width' for consistency with docstring.  Doc fix.
11924 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
11926         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11927         This is necessary for derived modes.
11929 2004-09-30  Kim F. Storm  <storm@cua.dk>
11931         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11932         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11934         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11935         kmacro-extract-lambda functions.
11936         (edit-kbd-macro): Handle kmacro lambda forms.
11937         Include counter and counter format in edit buffer.
11938         (edmacro-finish-edit): Get counter and format from edit buffer and
11939         update kmacro bindings when found.
11941 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
11943         * textmodes/paragraphs.el (forward-paragraph):
11944         Avoid args-out-of-range error when point winds up at the beginning of
11945         the buffer and hard newlines are enabled.
11947         * newcomment.el (comment-multi-line): Doc fix.
11949 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11951         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11952         (diff-fixup-modifs): Catch unified-diff file-headers.
11954 2004-09-29  Kim F. Storm  <storm@cua.dk>
11956         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11957         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11958         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11960         * fringe.el (fringe-bitmap-p): New macro.
11961         (fringe-bitmaps): Add standard fringe bitmaps on load.
11963 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11965         * dired.el (dired-view-command-alist): Use more efficient regexps.
11966         Remove dubious arguments.
11967         (dired-align-file): New function.
11968         (dired-insert-directory): Use it.
11969         (dired-move-to-end-of-filename): Make the " -> " search more specific.
11970         (dired-buffers-for-dir): Remove unused var `pattern'.
11972 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
11974         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11975         from diary display excursion.  Store diary buffer's point for
11976         `simple-diary-display'.
11977         (simple-diary-display): Set window point and start when
11978         displaying buffer, to preserve point.
11980 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
11982         * textmodes/enriched.el (enriched-translations): Replace defconst
11983         with defvar.
11985 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11987         * printing.el: Doc fix.
11988         (pr-version): New version number (6.8.1).
11989         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11990         make-temp-name.
11991         (pr-delete-file): Check if file exists before deleting it.
11992         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11994 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11996         * term.el (term-display-table): New variable.
11997         (term-mode): Use it.
11998         (term-exec-1): Set the coding system to binary.
11999         (term-emulate-terminal): Decode the string before inserting it.
12001 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
12003         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
12004         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
12005         (map): Bind S-prior, S-next and S-insert.
12006         (term-mode): Set `indent-tabs-mode' to nil.
12007         (term-paste): New function to be bound to S-insert.
12008         (term-send-del, term-send-backspace): Change the strings sent.
12009         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
12010         (term-handle-colors-array): Fix handling of underline and reverse.
12011         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
12012         (term-erase-in-line): Fix comparison.
12013         (term-emulate-terminal): Fix line wrap handling.
12014         (term-start-output-log): Rename from `term-set-output-log'.
12015         (term-stop-output-log): Rename from `term-stop-photo'.
12016         (term-switch-to-alternate-sub-buffer): Comment out, unused.
12018 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12020         * dired.el (dired-move-to-filename): Don't output a message if
12021         raise-error is non-nil.  Fix return position and value.
12023         * files.el (insert-directory): Obey --dired even with symlinks.
12025 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
12027         * ls-lisp.el (ls-lisp-format): Mark file names with property
12028         dired-filename.
12030 2004-09-25  Kim F. Storm  <storm@cua.dk>
12032         * ido.el (ido-max-directory-size): New defcustom.
12033         (ido-decorations): Add "too big" element.
12034         (ido-directory-too-big): New dynamic var.
12035         (ido-may-cache-directory): Don't cache big directories.
12036         (ido-directory-too-big-p): New defun.
12037         (ido-set-current-directory): Update ido-directory-too-big.
12038         (ido-read-internal): Make empty ido-cur-item if too-big.
12039         (ido-buffer-internal): Use ido-read-internal directly instead of
12040         ido-read-buffer.
12041         (ido-file-internal): Init ido-directory-too-big.
12042         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
12043         and redo completion with full list.
12044         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
12045         it, and show completions.
12046         (ido-all-completions): Let bind ido-directory-too-big to nil.
12047         (ido-exhibit): Handle ido-directory-too-big.
12048         (ido-read-buffer): Handle fallback to read-buffer.
12049         Init ido-directory-too-big.
12050         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
12051         Init ido-directory-too-big.
12053 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
12055         * subr.el (delay-mode-hooks): Doc fix.
12057 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
12059         * textmodes/enriched.el
12060         (enriched-default-text-properties-local-flag): New variable.
12061         (enriched-mode): Make sure that enabling and disabling the mode is
12062         a no-op.  Doc fix.
12064 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
12066         * calendar/holidays.el (holiday-advent): Report on a specified day
12067         offset from advent, not just advent.
12068         (holiday-easter-etc): Report on one specified day offset from
12069         easter, not all easter holidays.  Various Easter holidays moved to
12070         `christian-holidays' variable in calendar.el.
12071         * calendar/calendar.el (christian-holidays): Adapt for new
12072         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
12074 2004-09-23  Kim F. Storm  <storm@cua.dk>
12076         * image.el (insert-sliced-image): Add doc string.
12078         * ido.el (ido-choice-list): New dynamic var for `list' context.
12079         (ido-context-switch-command): New dynamic var.
12080         (ido-define-mode-map): Generalize switch between file/buffer contexts.
12081         (ido-read-internal): Handle new `list' context.
12082         Handle insert-buffer and insert-file ido-exit values.
12083         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
12084         ido-context-switch-command.  Handle insert-file ido-exit value.
12085         (ido-read-buffer): Set ido-context-switch-command to 'ignore
12086         unless it is already bound by caller.
12087         (ido-file-internal): New arg switch-cmd.  Use it to setup
12088         ido-context-switch-command.  Handle insert-buffer ido-exit value.
12089         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
12090         used for context switching.
12091         (ido-all-completions): Handle new `list' context.
12092         (ido-make-choice-list): Return choices for `list' context.
12093         (ido-find-file-in-dir, ido-display-file, ido-write-file)
12094         (ido-display-buffer, ido-kill-buffer): Disable context switching.
12095         (ido-insert-buffer, ido-insert-file): Setup context switching.
12096         (ido-exhibit): Handle `list' context.
12097         (ido-read-file-name): Disable context switching.  Handle fallback.
12098         (ido-read-directory-name): Disable context switching.
12099         (ido-completing-read): New defun like completing-read.  Setup and
12100         use new `list' context.
12102 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
12104         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
12106 2004-09-21  Jay Belanger  <belanger@truman.edu>
12108         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
12109         `calc-graph-set-styles' so the gnuplot buffer will appear in a
12110         separate window.
12112 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
12114         * subr.el (after-change-major-mode-hook): Doc fix.
12116 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12118         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
12119         of ghostscript for monochrome PostScript file in Windows.
12121 2004-09-21  Kenichi Handa  <handa@m17n.org>
12123         * descr-text.el (describe-char): Checking of quail activation fixed.
12125 2004-09-21  Jay Belanger  <belanger@truman.edu>
12127         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
12129 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
12131         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
12132         after the mode hooks instead of before.  Doc fix.
12134 2004-09-20  Jason Rumney  <jasonr@gnu.org>
12136         * startup.el (command-line) [windows-nt]: Try .emacs first, then
12137         _emacs, but revert to .emacs if neither exists in home directory.
12139 2004-09-20  John Paul Wallington  <jpw@gnu.org>
12141         * bindings.el (completion-ignored-extensions): Add .dfsl.
12143 2004-09-20  Richard M. Stallman  <rms@gnu.org>
12145         * bindings.el (scroll-left): Make it disabled.
12147         * files.el (enable-local-eval): Doc fix.
12149         * indent.el (move-to-left-margin): Special case for minibuffer.
12151         * term.el (term-emulate-terminal): Turn off undo for output.
12152         Use with-current-buffer and save-selected-window.
12154         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
12156         * progmodes/make-mode.el (makefile-fill-paragraph):
12157         Don't insist on spaces when looking for comments.  # is enough.
12159         * files.el (hack-local-variables): Copy the variables list
12160         to another buffer, strip prefixes and suffixes there, then read.
12161         (enable-local-eval): Doc fix.
12162         (ignored-local-variables): Initialize to nil.
12163         (risky-local-variable-p): Don't check ignored-local-variables here.
12164         (hack-one-local-variable): Ignore var if in ignored-local-variables.
12166 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
12168         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
12169         of = to "." (punctuation).
12171 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12173         * subr.el (event-basic-type): Fix mask (extend to 22bits).
12175 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
12177         * textmodes/enriched.el (enriched-rerun-flag): New variable.
12178         (enriched-before-change-major-mode): New function.
12179         Add it to `change-major-mode-hook'.
12180         (enriched-after-change-major-mode): New function.
12181         Add it to `after-change-major-mode-hook'.
12182         (enriched-mode): Make it work correctly if called from
12183         `after-change-major-mode-hook'.
12184         No longer set `indent-line-function'.
12186         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
12188         * subr.el (after-change-major-mode-hook): New variable.
12189         (run-mode-hooks): Implement it.
12191 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12193         * battery.el (battery-linux-proc-apm): Use string-to-number.
12194         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
12195         Use dolist (and less indentation).  Use erase-buffer.
12196         Pre-initialize `design-capacity', `warn', and `low'.
12197         (battery-format): Use replace-regexp-in-string.
12199 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12201         * battery.el: Delete superfluous empty lines.
12202         (battery-linux-proc-acpi): Attempt to gather information from all
12203         battery subdirectories regardless of their file name.
12204         (battery-linux-proc-apm): Replace all occurrences of
12205         battery-hex-to-int-2 with string-to-int (base 16).
12206         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
12207         (battery-hex-map): Delete variable.
12209 2004-09-18  John Paul Wallington  <jpw@gnu.org>
12211         * calc/calc-units.el (calc-quick-units): Fix overzealous
12212         s/or/unless/.
12214 2004-09-17  Jay Belanger  <belanger@truman.edu>
12216         * calc/calc.el (calc-mode-var-list): Fix the value of
12217         `calc-matrix-brackets'.
12219 2004-09-17  Romain Francoise  <romain@orebokech.com>
12221         * ibuf-ext.el (define-ibuffer-filter filename):
12222         Expand dired-directory since buffer-file-name is absolute.
12224 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
12226         * ediff-init.el (ediff-current-diff-face-A)
12227         (ediff-current-diff-face-B, ediff-current-diff-face-C)
12228         (ediff-current-diff-face-Ancestor)
12229         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12230         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12231         (ediff-even-diff-face-A, ediff-even-diff-face-B)
12232         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12233         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12234         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12235         Use min-colors.
12237         * term.el (term-down): Perform vertical motion if DOWN is negative.
12238         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
12239         (term-termcap-format): Synchronyze with the eterm terminfo entry
12240         in etc/e/eterm.ti.
12241         (term-handle-colors-array): If the current foreground or
12242         background are zero (i.e. unspecified), use the foreground and
12243         background of the default face for reverse video.
12244         (term-ansi-at-eval-string, term-ansi-default-fg)
12245         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
12246         (term-mem): Delete ununsed function.
12247         (term-protocol-version): Increment.
12248         (term-current-face): Set to default.
12250 2004-09-15  Jay Belanger  <belanger@truman.edu>
12252         * calc/calc.el (calc-mode-var-list): Define this variable.
12253         (calc-always-load-extensions, calc-line-numbering)
12254         (calc-line-breaking, calc-display-just, calc-display-origin)
12255         (calc-number-radix, calc-leading-zeros, calc-group-digits)
12256         (calc-group-char, calc-point-char, calc-frac-format)
12257         (calc-prefer-frac, calc-hms-format, calc-date-format)
12258         (calc-float-format, calc-full-float-format, calc-complex-format)
12259         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12260         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12261         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12262         (calc-matrix-brackets, calc-language, calc-language-option)
12263         (calc-left-label, calc-right-label, calc-word-size)
12264         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12265         (calc-display-raw, calc-internal-prec, calc-angle-mode)
12266         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12267         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12268         (calc-window-height, calc-display-trail, calc-show-selections)
12269         (calc-use-selections, calc-assoc-selections)
12270         (calc-display-working-message, calc-auto-why, calc-timing)
12271         (calc-mode-save-mode, calc-standard-date-formats)
12272         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
12273         (calc-user-parse-tables, calc-gnuplot-default-device)
12274         (calc-gnuplot-default-output, calc-gnuplot-print-device)
12275         (calc-gnuplot-print-output, calc-gnuplot-geometry)
12276         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12277         (calc-invocation-macro, calc-show-banner): Give these values as
12278         part of `calc-mode-var-list's initialization after the variables
12279         are declared with defvar.
12280         (calc-bug-address): Change email address to send bug reports to.
12281         Change the maintainer address at the top.
12282         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
12283         than "\\.emacs" to determine if it is the user-init-file.
12285         * calc/calc-embed.el (calc-embedded-set-modes): Use
12286         `calc-mode-var-list' correctly.
12288 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
12290         * vc.el (annotate-time): Document point handling.
12291         (vc-annotate-display-autoscale): Doc fix.
12293 2004-09-15  Miles Bader  <miles@gnu.org>
12295         * generic.el (generic-make-keywords-list): Use symbol rather than
12296         word anchors in regexp.
12298 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
12300         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
12301         no file name consider `dired-directory'.
12303 2004-09-14  Kim F. Storm  <storm@cua.dk>
12305         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
12307 2004-09-14  Simon Josefsson  <jas@extundo.com>
12309         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
12311         * textmodes/dns-mode.el: Add.
12313 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12315         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
12316         (disabled-command-function): Make the ?\  char more obvious.
12318         * vc-arch.el (vc-arch-root, vc-arch-registered):
12319         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
12321 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
12323         * windmove.el (windmove-frame-edges): Report coordinates of
12324         outside edges of frame, not inside edges.
12325         (windmove-coordinates-of-position): Convert into wrapper to new
12326         function `windmove-coordinates-of-window-position';
12327         `compute-motion' always applies to selected window.
12328         (windmove-coordinates-of-position): Update documentation to refer
12329         to Emacs 21 Lisp Reference Manual.
12330         (windmove-find-other-window): Fix off-by-one errors for max x,y.
12332 2004-09-13  Kim F. Storm  <storm@cua.dk>
12334         * isearch.el (isearch-resume-in-command-history): Rename from
12335         isearch-resume-enabled and change default to nil.
12337 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12339         * vc-hooks.el (vc-ignore-dir-regexp): New var.
12340         (vc-registered): Use it.
12341         (vc-find-root): New fun.
12343         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12344         Don't tell to use \\{...} when it's already done.
12346         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
12347         Provide a sample complex default.
12348         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
12349         (bibtex-entry): Use mapc.
12351 2004-09-12  Kim F. Storm  <storm@cua.dk>
12353         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
12355         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
12356         inhibit-field-text-motion to t so rectangles work in comint buffers.
12358         * simple.el (choose-completion-string): Set buffer before running
12359         choose-completion-string-functions hook so it can be buffer-local.
12361 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
12363         * progmodes/compile.el (compilation-start): Parse command to see
12364         if it starts with a cd, and if so perform it for the *compilation*
12365         buffer.  Change the header to reflect this.
12367 2004-09-11  Kim F. Storm  <storm@cua.dk>
12369         * ido.el (ido-enable-dot-prefix): Doc fix.
12370         (ido-enable-dot-prefix): New defcustom.
12371         (ido-set-matches1): Use it.
12373 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12375         * textmodes/bibtex.el (bibtex-mark-active)
12376         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
12378 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12380         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
12381         used in a case insensitive environment.
12382         (bibtex-mode-map): Rearrange order of menus.
12383         (bibtex-quoted-string-re): Obsolete.
12384         (bibtex-complete-key-cleanup): Variable replaced by new function.
12385         (bibtex-font-lock-keywords): Use backquotes.
12386         (bibtex-font-lock-url-regexp): New internal variable.
12387         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
12388         "OPT" and "ALT".
12389         (bibtex-insert-current-kill, bibtex-make-field)
12390         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
12391         (bibtex-parse-field-text): Simplify.
12392         (bibtex-string=): New helper function.
12393         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
12394         (bibtex-map-entries): Use bibtex-string=.
12395         (bibtex-search-entry): Use not.
12396         (bibtex-enclosing-field): Fix docstring.
12397         (bibtex-assoc-regexp): Obsolete.
12398         (bibtex-format-entry): Use assoc-string and bibtex-string=.
12399         (bibtex-autokey-get-names): Handle empty name field.
12400         (bibtex-parse-strings): Use assoc-string and unless.
12401         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
12402         Use assoc-string.
12403         (bibtex-pop): Simplify.
12404         (bibtex-mode): Set font-lock-extra-managed-props.
12405         (bibtex-entry-update): Use assoc-string.
12406         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
12407         (bibtex-autofill-entry): Use bibtex-string=.
12408         (bibtex-print-help-message): Simplify.
12409         (bibtex-find-entry): New optional arg START.
12410         (bibtex-validate): Use bibtex-string= and assoc-string.
12411         Do not call obsolete function compilation-parse-errors.
12412         (bibtex-remove-delimiters): Only remove delimiters if present.
12413         (bibtex-copy-entry-as-kill): Add docstring.
12414         (bibtex-clean-entry): Use bibtex-string=.  Handle empty keys.
12415         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
12416         (bibtex-complete): Use bibtex-predefined-month-strings,
12417         bibtex-string=, and new function bibtex-complete-key-cleanup.
12418         (bibtex-generate-url-list): New variable.
12419         (bibtex-url): New command bound to C-c C-l and mouse-2.
12420         (bibtex-url-map): New local keymap for bibtex-url-mouse.
12421         (bibtex-font-lock-url): New function.
12423 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12425         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
12427 2004-09-09  Kim F. Storm  <storm@cua.dk>
12429         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
12430         counter and format with binding.
12431         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
12432         the declared macro uses own macro counter and format.  Give symbol
12433         kmacro property.
12434         (kmacro-keymap): Bind kmacro-name-last-macro to n.
12435         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
12436         (kmacro-end-and-call-macro): Doc fix.
12438 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
12440         * desktop.el (desktop-clear-preserve-buffers):
12441         Remove make-obsolete-variable.
12443 2004-09-08  Richard M. Stallman  <rms@gnu.org>
12445         * buff-menu.el (list-buffers-noselect): Call format-mode-line
12446         with the buffer as argument.
12448 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12450         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
12452 2004-09-08  Juri Linkov  <juri@jurta.org>
12454         * replace.el (perform-replace): Use `query-replace-descr'.
12456         * cus-start.el (history-delete-duplicates): Specify customization.
12458         * diff-mode.el (diff-mode-map):
12459         * progmodes/compile.el (compilation-mode-map):
12460         * progmodes/grep.el (grep-mode-map):
12461         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
12462         to `next-error-follow-minor-mode'.
12464 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12466         * isearch.el (isearch-lazy-highlight-update): Take into account
12467         the case of zero-length match at the search bound.
12469 2004-09-08  Kim F. Storm  <storm@cua.dk>
12471         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
12472         change.  Use zero width overlays when necessary.
12474 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12476         * subr.el (split-string): Docfix.
12478 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12480         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
12481         (display-call-tree): Ensure newline after caller/calls blocks.
12483 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12485         * startup.el (command-line-1): Make option
12486         --directory/-L modify `load-path' straight away.
12488 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12490         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
12492 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12494         * emacs-lisp/autoload.el (make-autoload):
12495         Handle `define-compilation-mode'.
12497         * emacs-lisp/lisp-mode.el (define-compilation-mode):
12498         Specify `doc-string-elt' property.
12500 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12502         * bs.el (bs-mode): Doc fix.
12504 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12506         * info.el (Info-insert-dir): Fix temp buffer leak bug.
12508 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12510         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
12512 2004-09-08  Kenichi Handa  <handa@m17n.org>
12514         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
12515         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
12516         ps-mule-next-point -> 1+).
12518         * composite.el (encode-composition-rule): Add autoload cooky.
12520 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
12522         * format.el (buffer-auto-save-file-format): Make it permanent local.
12524 2004-09-07  Kim F. Storm  <storm@cua.dk>
12526         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
12527         (authors-fixed-entries): Fix typo.
12528         (authors-canonical-author-name): Compact multiple spaces.
12529         Ignore trivial names (e.g. only first name).
12531         * term.el (term-window-width): Only use full window width on
12532         window system if overflow-newline-into-fringe is enabled.
12533         (term-mode): Don't disable overflow-newline-into-fringe.
12535 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12537         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
12538         motion as seen on my Mac OS X xterms.
12540         * newcomment.el (uncomment-region-default, comment-region-default):
12541         New functions extracted from uncomment-region and comment-region.
12542         (comment-region, comment-region-function, uncomment-region)
12543         (uncomment-region-function): Use them.
12545         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
12547         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
12548         It's not crucial but can make sense at times.
12550         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
12551         the first commit.
12553         * vc.el (vc-buffer-context, vc-restore-buffer-context):
12554         Disable obsolete code.
12556 2004-09-07  Juri Linkov  <juri@jurta.org>
12558         * progmodes/grep.el (grep-highlight-matches): Change default from
12559         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
12560         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
12561         if grep option `--color' is available, or to `nil' otherwise.
12562         (grep-process-setup): Call `grep-compute-defaults' if
12563         `grep-highlight-matches' is not computed.  Set env-vars only
12564         if `grep-highlight-matches' is `t'.
12565         (grep-use-null-device): Remove redundant type `boolean' (`choice'
12566         is already defined).
12568         * progmodes/compile.el (compilation-start): Use copy of
12569         `process-environment' created by `copy-sequence' to not
12570         modify env-vars in the global `process-environment'.
12572 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
12574         * simple.el (next-error-follow-minor-mode): Fix last change.
12576 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
12578         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
12579         permanent local.
12581 2004-09-04  Richard M. Stallman  <rms@gnu.org>
12583         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
12584         highlighting if the search string is empty.
12586 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
12588         * facemenu.el (facemenu-active-faces): Change condition of inner
12589         `while' loop to also check the first two elements of `face-atts'
12590         and `mask-atts'.
12592 2004-09-04  John Paul Wallington  <jpw@gnu.org>
12594         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
12595         (thumbs-view-image-mode): Make buffer read-only.
12597 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
12599         * textmodes/ispell.el (ispell-really-aspell): New defvar.
12600         (ispell-check-version): Set it.
12601         (ispell-send-replacement): New function.
12602         (ispell-process-line): Call ispell-send-replacement.
12604 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
12606         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
12607         Support choosing seconds with "s".
12609 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
12611         * terminal.el (te-escape): Show `?' in prompt for help key.
12613 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
12615         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
12617 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
12619         * simple.el (next-error-follow-minor-mode)
12620         (next-error-follow-mode-post-command-hook): New functions.
12621         (next-error-follow-last-line): New defvar.
12623         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
12624         * progmodes/compile.el (compilation-mode-map): Likewise.
12625         * progmodes/grep.el (grep-mode-map): Likewise.
12626         * replace.el (occur-mode-map): Likewise.
12628         * newcomment.el (uncomment-region): Bind comment-use-global-state
12629         to nil.
12631 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
12633         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12634         locally around the call to `revert-buffer'.
12636 2004-09-03  Juri Linkov  <juri@jurta.org>
12638         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12639         `isearch-adjusted' to `t'.
12640         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12641         (isearch-message-prefix): Add "pending" for isearch-adjusted.
12642         (isearch-other-meta-char): Restore isearch-point unconditionally.
12643         (isearch-query-replace): Add new arg `regexp-flag' and use it.
12644         Set point to start of match if region is not active in transient
12645         mark mode (to include the current match to region boundaries).
12646         Push the search string to `query-replace-from-history-variable'.
12647         Add prompt "Query replace regexp" for isearch-regexp.
12648         Add region beginning/end as last arguments of `perform-replace.'
12649         (isearch-query-replace-regexp): Replace code by the call to
12650         `isearch-query-replace' with arg `t'.
12652 2004-09-03  Richard M. Stallman  <rms@gnu.org>
12654         * startup.el (normal-top-level): Undo previous TERM change.
12656 2004-09-03  Kim F. Storm  <storm@cua.dk>
12658         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12659         highlight overlays; allow using RET when cursor is over a button.
12660         (cua--highlight-rectangle): Use it.
12661         (cua--rectangle-set-corners): Don't move backwards at eol.
12662         (cua--forward-line): Don't move into void after eob.
12664         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12665         point is set (and displayed) inside rectangle.
12666         (cua--rectangle-operation): Fix for highlight of empty lines.
12667         (cua--highlight-rectangle): Fix highlight for tabs.
12668         Position cursor at left/right edge of rectangle using new `cursor'
12669         property on overlay strings.
12670         (cua--indent-rectangle): Don't tabify.
12671         (cua-rotate-rectangle): Ignore that point has moved.
12673 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12675         * term/mac-win.el: Add ASCII equivalents for some function keys.
12676         (mode-line-frame-identification): Sync with x-win.el.
12678 2004-09-02  Juri Linkov  <juri@jurta.org>
12680         * progmodes/compile.el (compilation-buffer-name): Compare major
12681         mode with second element of compilation-arguments instead of third
12682         to reflect latest changes in compilation-arguments structure.
12683         (recompile): Use global variable `compilation-directory' to get
12684         recent compilation directory only when `recompile' is invoked NOT
12685         in the compilation buffer.  Otherwise, use `default-directory' of
12686         the compilation buffer.
12687         (compilation-error-properties): Allow to funcall col and end-col.
12688         (compilation-mode-font-lock-keywords): Check col and end-col by
12689         `integerp'.
12690         (compilation-goto-locus): If end-mk is non-nil in transient mark
12691         mode don't activate the mark (and don't display message in
12692         push-mark), but highlight overlay between mk and end-mk.
12694         * progmodes/grep.el (grep-highlight-matches): New defcustom.
12695         (grep-regexp-alist): Add rule to highlight grep matches.
12696         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12698         * info.el (Info-fontify-node): Don't compute other-tag
12699         if Info-hide-note-references=hide.
12701         * help.el (function-called-at-point):
12702         * help-fns.el (variable-at-point):
12703         Try `find-tag-default' when other methods failed.
12705         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12706         Do not push mark if inhibit-mark-movement is non-nil.
12708         * textmodes/ispell.el (ispell-html-skip-alists):
12709         Fix backslashes in docstring.
12711 2004-09-01  Juri Linkov  <juri@jurta.org>
12713         * isearch.el (isearch-wrap-function)
12714         (isearch-push-state-function): New defvars.
12715         (isearch-pop-fun-state): New defsubst.
12716         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12717         (isearch-push-state): Set the result of calling
12718         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12719         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12720         restore the mode-specific starting point of terminated search.
12721         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12722         (isearch-repeat): Call `isearch-wrap-function' if defined.
12723         (isearch-message-prefix): Don't add prefix "over" to the message
12724         for wrapped search if `isearch-wrap-function' is defined.
12725         (isearch-search): Call function saved in `isearch-pop-fun-state' to
12726         restore the mode-specific starting point of failed search.
12728         * info.el (Info-search-whitespace-regexp): Fix backslashes.
12729         (Info-search): Add new optional arguments for the sake of isearch.
12730         Replace whitespace in Info-search-whitespace-regexp literally.
12731         Add backward search.  Don't call `Info-select-node' if regexp is
12732         found in the same Info node.  Don't add node to Info-history for
12733         wrapped isearch.
12734         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12735         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12736         (Info-mode): Set local variables `isearch-search-fun-function',
12737         `isearch-wrap-function', `isearch-push-state-function',
12738         `search-whitespace-regexp'.
12740         * isearch.el: Remove ancient Change Log section.
12741         (isearch-string, isearch-message-string, isearch-point)
12742         (isearch-success, isearch-forward-flag, isearch-other-end)
12743         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12744         (isearch-barrier, isearch-within-brackets)
12745         (isearch-case-fold-search): Add suffix `-state' to state-related
12746         defsubsts to avoid name clashes with other function names.
12748         * simple.el (next-error): New defgroup and defface.
12749         (next-error-highlight, next-error-highlight-no-select):
12750         New defcustoms.
12751         (next-error-no-select): Let-bind next-error-highlight to the value
12752         of next-error-highlight-no-select before calling `next-error'.
12754         * progmodes/compile.el (compilation-goto-locus):
12755         Use `next-error' face instead of `region'.  Set 4-th argument of
12756         `move-overlay' to `current-buffer' to move overlay to different
12757         source buffers.  Use new variable `next-error-highlight'.
12759         * simple.el (next-error-find-buffer): Move the rule
12760         "if current buffer is a next-error capable buffer" after the
12761         rule "if next-error-last-buffer is set to a live buffer".
12762         Simplify to test all rules in one `or'.
12763         (next-error): Doc fix.
12764         (next-error, previous-error, first-error)
12765         (next-error-no-select, previous-error-no-select):
12766         Make arguments optional.
12768 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
12770         * macros.el (apply-macro-to-region-lines): Make it operate on all
12771         lines that begin in the region, rather than on all complete lines
12772         in the region.
12774 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12776         * x-dnd.el (x-dnd-protocol-alist): Document update.
12777         (x-dnd-known-types): Defcustom it.
12778         (x-dnd-handle-motif): Print message-atom in error message.
12780 2004-08-30  John Paul Wallington  <jpw@gnu.org>
12782         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12783         strings rather than programatically constructing message.
12785 2004-08-30  Richard M. Stallman  <rms@gnu.org>
12787         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12788         Don't return a string that would read as the wrong character code.
12790 2004-08-29  Kim F. Storm  <storm@cua.dk>
12792         * emulation/cua-base.el (cua-auto-expand-rectangles):
12793         Remove automatic rectangle padding feature; replace by non-destructive
12794         virtual rectangle edges feature.
12795         (cua-virtual-rectangle-edges): New defcustom.
12796         (cua-auto-tabify-rectangles): New defcustom.
12797         (cua-paste): If paste into a marked rectangle, insert rectangle at
12798         current column, even if virtual; also paste exactly as many lines
12799         as has been marked (ignore additional lines or add empty lines),
12800         but paste whole source if only one line is marked.
12801         (cua--update-indications): No longer use overwrite-cursor to
12802         indicate rectangle padding
12804         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12805         (cua--rectangle-virtual-edges): New defun.
12806         (cua--rectangle-get-corners): Remove optional PAD arg.
12807         (cua--rectangle-set-corners): Never do padding.
12808         (cua--forward-line): Remove optional PAD arg.  Simplify.
12809         (cua-resize-rectangle-right, cua-resize-rectangle-left)
12810         (cua-resize-rectangle-down, cua-resize-rectangle-up):
12811         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12812         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12813         (cua--rectangle-move): Never do padding.  Simplify.
12814         (cua--tabify-start): New defun.
12815         (cua--rectangle-operation): Add tabify arg.  All callers changed.
12816         (cua--pad-rectangle): Remove.
12817         (cua--delete-rectangle): Handle delete with virtual edges.
12818         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12819         (cua--insert-rectangle): Handle insert at virtual column.
12820         Perform auto-tabify if necessary.
12821         (cua--activate-rectangle): Remove optional FORCE arg.
12822         Never do padding.  Simplify.
12823         (cua--highlight-rectangle): Enhance for virtual edges.
12824         (cua-toggle-rectangle-padding): Remove command.
12825         (cua-toggle-rectangle-virtual-edges): New command.
12826         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
12827         (cua--rectangle-post-command): Don't force rectangle padding.
12828         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12830 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
12832         * indent.el (edit-tab-stops-buffer): Doc fix.
12834 2004-08-28  Richard M. Stallman  <rms@gnu.org>
12836         * progmodes/grep.el (grep-default-command): Use find-tag-default.
12837         (grep-tag-default): Function deleted.
12839         * subr.el (find-tag-default): Move from etags.el.
12841         * progmodes/etags.el (find-tag-default): Move to subr.el.
12843         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12844         into the basic character if it has an uppercase form.
12846 2004-08-27  Kenichi Handa  <handa@m17n.org>
12848         * international/utf-8.el (utf-8-post-read-conversion): If the
12849         buffer is unibyte, temporarily make it multibyte.
12851 2004-08-27  Masatake YAMATO  <jet@gyve.org>
12853         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12855 2004-08-25  John Paul Wallington  <jpw@gnu.org>
12857         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12858         0, 1, and many mismatches in message.
12859         (tex-start-shell): Use `set-process-query-on-exit-flag'.
12861         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12862         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12864 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12866         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12867         vc-diff-switches differently.
12869 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
12871         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12872         before and a real defvar after
12873         `speedbar-supported-extension-expressions'.  This is to silence
12874         the compiler without breaking bootstrapping.
12876 2004-08-22  Richard M. Stallman  <rms@gnu.org>
12878         * textmodes/flyspell.el (flyspell-word):
12879         Use set-process-query-on-exit-flag.
12880         (flyspell-highlight-duplicate-region): Take POSS as arg.
12881         (flyspell-word): Pass POSS as arg.
12883         * progmodes/ada-xref.el: Many doc and style fixes.
12884         (ada-find-any-references): Use compilation-start.
12885         (ada-get-ali-file-name): Improve error msg.
12886         (ada-get-ada-file-name): Likewise.
12888         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12889         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12891         * mail/mail-extr.el (mail-extr-all-top-level-domains):
12892         Add forward defvar.
12894         * whitespace.el (global-whitespace-mode): New alias
12895         for whitespace-global-mode.
12897         * speedbar.el (speedbar-file-regexp): Move definition up.
12898         (speedbar-mode, speedbar-set-mode-line-format):
12899         Use with-no-warnings.
12900         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12902         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12903         controls whether to display the error buffer.
12905         * ps-mule.el: Delete compatibility code for old Emacses.
12906         (ps-mule-find-wrappoint): Don't use chars-in-region.
12908         * frame.el (display-mouse-p, display-selections-p):
12909         Use with-no-warnings.
12911         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12913 2004-08-22  David Kastrup  <dak@gnu.org>
12915         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12916         information.
12918         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12920 2004-08-22  Andreas Schwab  <schwab@suse.de>
12922         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12924 2004-08-22  Masatake YAMATO  <jet@gyve.org>
12926         * cvs-status.el (cvs-status-checkout): New function.
12927         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12929 2004-08-21  David Kastrup  <dak@gnu.org>
12931         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12932         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12933         has been converted to use hashtables, the relation `nil=none' is
12934         no longer valid, as `nil' is not a hashtable.  This patch tries to
12935         reduce the number of resulting errors.
12937 2004-08-21  John Paul Wallington  <jpw@gnu.org>
12939         * subr.el (process-kill-without-query): Made obsolete in
12940         version 21.4, not 21.5.
12942         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12943         (vc-previous-comment, vc-next-comment)
12944         (vc-comment-search-reverse, vc-comment-search-forward)
12945         (vc-comment-to-change-log): Likewise.
12947         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12949 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
12951         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12952         Correct indentation of DEFMETHODS with non-standard method
12953         combinations (e.g., PROGN, MIN, MAX).
12955 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12957         * startup.el (normal-top-level-add-subdirs-to-load-path):
12958         Avoid unnecessarily checking system-type.
12959         (normal-top-level): Set TERM to "dumb".  Simplify.
12961         * avoid.el (mouse-avoidance-ignore-p): New fun.
12962         Also ignore switch-frame, select-window, double, and triple clicks.
12963         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12964         (mouse-avoidance-fancy-hook): Use it.
12966 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
12968         * avoid.el (mouse-avoidance-nudge-mouse)
12969         (mouse-avoidance-banish-destination): Stay within the current window
12970         to avoid problems with mouse-autoselect-window.
12972 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12974         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12975         the newer format of some messages in cvs-1.12.1.
12977 2004-08-19  Masatake YAMATO  <jet@gyve.org>
12979         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12980         (elp-results-jump-to-definition-by-mouse)
12981         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12982         (elp-output-result): Use elp-output-insert-symname.
12984 2004-08-18  Kenichi Handa  <handa@m17n.org>
12986         * language/cyrillic.el: Register koi8-r in
12987         ctext-non-standard-encodings-alist.
12988         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12990 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
12992         * emacs-lisp/copyright.el (copyright-update-year): Delete code
12993         that replaces 20xy with xy.
12995 2004-08-17  John Paul Wallington  <jpw@gnu.org>
12997         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12998         (reb-force-update): Doc fix.
13000 2004-08-16  Richard M. Stallman  <rms@gnu.org>
13002         * progmodes/which-func.el (which-func-update-1): Doc fix.
13004         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
13005         (sh-mode-abbrev-table): New variable.
13007         * progmodes/compile.el (compilation-mode): Doc fix.
13009         * emacs-lisp/lisp-mode.el (eval-last-sexp):
13010         Don't cons a new symbol each time.
13011         (eval-last-sexp-fake-value): New variable.
13013         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
13014         (copyright-update-year): Detect continuation of list of years.
13016         * term.el (term-default-fg-color, term-default-bg-color)
13017         (ansi-term-color-vector): Use `unspecified', not nil, as default.
13019         * imenu.el: Several doc fixes: don't say variables are buffer-local.
13021 2004-08-16  Davis Herring  <herring@lanl.gov>
13023         * isearch.el (isearch-string, isearch-message-string, isearch-point)
13024         (isearch-success, isearch-forward-flag, isearch-other-end)
13025         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13026         (isearch-barrier, isearch-within-brackets)
13027         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
13029 2004-08-16  Kenichi Handa  <handa@m17n.org>
13031         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
13033 2004-08-15  Kenichi Handa  <handa@m17n.org>
13035         * term/x-win.el (x-selection-value): If utf8 was successful but
13036         ctext was not, use utf8 string.
13038 2004-08-14  Davis Herring  <herring@lanl.gov>
13040         * isearch.el: Remove accidental changes of March 4.  Fix backing
13041         up when a regexp isearch is made more general.  Use symbolic
13042         accessor functions for isearch stack frames to make usage clearer.
13043         (search-whitespace-regexp): Made groups in documentation shy (as
13044         is the group in the default value).
13045         (isearch-fallback): New function, addresses problems with regexps
13046         liberalized by `\|', adds support for liberalization by `\}' (the
13047         general repetition construct), and incorporates behavior for
13048         `*'/`?'.
13049         (isearch-}-char): New command, calls `isearch-fallback' with
13050         arguments appropriate to a typed `}'.
13051         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
13052         appropriately.
13053         (isearch-mode-map): Bind `}' to `isearch-}-char'.
13054         (isearch-string, isearch-message,string, isearch-point)
13055         (isearch-success, isearch-forward-flag, isearch-other-end)
13056         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13057         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
13058         New inline functions to read fields of a stack frame.
13060 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
13062         * battery.el (battery-linux-proc-acpi): Look into battery
13063         directories matching the literal string "CMB", too (required for
13064         Linux kernel version 2.6.7).
13066 2004-08-14  John Paul Wallington  <jpw@gnu.org>
13068         * cus-start.el (read-file-name-completion-ignore-case): Add.
13069         (blink-cursor-alist): Change version to "21.4".
13071         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
13073 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
13075         * speedbar.el (speedbar-scan-subdirs): New option.
13076         (speedbar-file-lists): Don't ignore file-name case on Unix and use
13077         dolist.
13078         (speedbar-insert-files-at-point): Take an extra argument and use
13079         it to optionally find out if a subdir is empty.  Also unreadable
13080         files don't get expand buttons.
13081         (speedbar-directory): New image (unused pixmap already existed).
13082         (speedbar-expand-image-button-alist): Use it.
13084 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
13086         CC Mode update to 5.30.9:
13088         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
13089         Move from cc-vars to cc-defs for dependency reasons.  Fix the
13090         POSIX char class test to check that it works in
13091         `skip-chars-(forward|backward)' too.
13093         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
13094         first argument starts with a special brace list.
13096         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
13097         when `c-opt-type-concat-key' is used (i.e. in Pike).
13099         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
13100         Fix bug when the inner char pair doesn't have paren syntax,
13101         i.e. "(<>)".
13103         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
13104         whitespace safe.
13106         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
13107         position for `arglist-intro', `arglist-cont-nonempty' and
13108         `arglist-close' when there are two arglist open parens on the same
13109         line and there's nothing in front of the first.
13111         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
13112         locking of qualified names in Java, which previously could fontify
13113         common indexing expressions in many cases.  The standard Java
13114         naming conventions are used to tell them apart.
13116         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
13117         Fix inconsistency wrt opening parens on the first line inside a paren
13118         block.
13120         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
13121         compile time for the sake of `c-major-mode-is'.
13123         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
13124         `c-major-mode-is' in the event that this is used inside a
13125         `c-lang-defconst'.
13127         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
13128         `c-lang-defconst' so that it works better with fallback languages.
13130         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
13131         it to fail to record the base mode.
13133         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13134         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
13135         is used.  Reorder the syntax checks to get more efficient
13136         skipping in some situations.
13138         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
13139         continuation which might precede the newly inserted '{'.
13141         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13142         Fix cases where it could loop indefinitely.
13144         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
13145         size specs correctly.  Only fontify identifiers in front of '('
13146         with as functions - don't accept any paren char.  Tighten up
13147         initializer skipping to stop before function and class blocks.
13149         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
13150         the point could be left directly after an open paren when finding
13151         the beginning of the first decl in the block.
13153         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
13154         table when filtering out legitimate open parens to be recorded.
13155         This could cause cache inconsistencies when e.g.
13156         `c++-template-syntax-table' was temporarily in use.
13158         * progmodes/cc-engine.el (c-on-identifier)
13159         (c-simple-skip-symbol-backward): Small fix for handling "-"
13160         correctly in `skip-chars-backward'.  Affected the operator lfun
13161         syntax in Pike.
13163         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
13164         Fix bug that could cause an error from `after-change-functions' when
13165         the changed region is at bob.
13167 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
13169         CC Mode update to 5.30.9:
13171         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
13172         to say that <TAB> doesn't insert WS into a CPP line.
13173         (c-indent-command, c-tab-always-indent): Amend doc strings.
13175         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
13176         checks for user errors, thus eliminating cryptic and unhelpful
13177         Emacs error messages.  (1) Check the arg to `c-set-style' is a
13178         string.  (2) Check that settings to `c-offsets-alist' are not
13179         spuriously quoted.
13181         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
13182         which precedes the newly inserted `{'.
13184 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
13186         Sync with Tramp 2.0.44.
13188         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
13189         function "tramp_file_attributes".  Otherwise, file names
13190         containing spaces are misinterpreted.  Reported by Magnus Henoch
13191         <mange@freemail.hu>.
13192         (tramp-handle-file-truename): FILENAME must be expanded first.
13193         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
13194         obscure results.  Reported by D. Goel <deego@gnufans.org>.
13195         (tramp-handle-verify-visited-file-modtime): If file does not
13196         exist, say it is not modified if and only if that agrees with the
13197         buffer's record.  Check whether a file is visiting the buffer, or
13198         the buffer has no recorded last modification time.  Return t in
13199         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
13200         <teirllm@auburn.edu>.
13201         (tramp-handle-write-region): Pass modtime explicitely to
13202         `set-visited-file-modtime', because filename can be different
13203         from (buffer-file-name) if `file-precious-flag' is set.
13204         `set-visited-file-modtime' must be called always when `visit' is t
13205         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
13206         (tramp-handle-set-visited-file-modtime): If `time-list' is not
13207         nil, don't apply the whole body.  If the file doesn't exists, set
13208         modtime to '(-1 65535).  Suggested by Luc Teirlinck
13209         <teirllm@auburn.edu>.
13211 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
13213         * help.el (describe-bindings): Doc fix.
13215         * subr.el (kbd): Doc fix.
13217 2004-08-08  John Paul Wallington  <jpw@gnu.org>
13219         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
13220         instead of `string-to-int'.
13221         (define-ibuffer-column mode): Fix indentation.
13223 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
13225         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
13227 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
13229         * subr.el (global-unset-key, local-unset-key): Doc fixes.
13231         * novice.el (disabled-command-function): New variable renamed from
13232         `disabled-command-hook'.
13233         (disabled-command-hook): Keep the _variable_ as alias for
13234         `disabled-command-function' and make obsolete.
13235         (disabled-command-function): Function renamed from
13236         `disabled-command-hook'.  Adapt code to name change of the variable.
13238 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
13240         * simple.el (completion-root-regexp): New defvar.
13241         (completion-setup-function): Use it instead of a literal string.
13243 2004-08-07  John Paul Wallington  <jpw@gnu.org>
13245         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
13246         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
13247         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
13248         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
13250 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
13252         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
13253         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
13255 2004-08-04  Kenichi Handa  <handa@m17n.org>
13257         * international/encoded-kb.el (encoded-kbd-setup-keymap):
13258         Fix previous change.
13260 2004-08-03  Kenichi Handa  <handa@m17n.org>
13262         * international/encoded-kb.el: The following changes are to
13263         utilize key-translation-map instead of minor mode map.
13264         (encoded-kbd-iso2022-non-ascii-map): Delete it.
13265         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
13266         (encoded-kbd-last-key): New function.
13267         (encoded-kbd-iso2022-single-shift): New function.
13268         (encoded-kbd-iso2022-designation)
13269         (encoded-kbd-self-insert-iso2022-7bit)
13270         (encoded-kbd-self-insert-iso2022-8bit)
13271         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
13272         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
13273         key-translation-map.
13274         (encoded-kbd-setup-keymap): Setup key-translation-map.
13275         (saved-key-translation-map): New variable.
13276         (encoded-kbd-mode): Save/restore key-translation-map.
13277         Adjust for the change of encoded-kbd-setup-keymap.
13279 2004-08-02  Kim F. Storm  <storm@cua.dk>
13281         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
13282         and call compute-motion with nil for topos and width to get proper
13283         usable width and height for both window and non-window systems.
13285         * windmove.el (windmove-coordinates-of-position): Let compute-motion
13286         calculate usable window width and height.
13288         * window.el (window-buffer-height): Call compute-motion with nil width.
13290 2004-08-01  David Kastrup  <dak@gnu.org>
13292         * replace.el (query-replace-read-from):
13293         Use `query-replace-compile-replacement'.
13294         (query-replace-compile-replacement): New function.
13295         (query-replace-read-to): Use `query-replace-compile-replacement'
13296         for repeating the last command.
13298 2004-08-01  John Paul Wallington  <jpw@gnu.org>
13300         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
13301         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
13302         (pr-switches): Remove period from end of error messages.
13304         * help-mode.el (help-go-back): Likewise.
13306         * abbrev.el (only-global-abbrevs): Doc fix.
13307         (edit-abbrevs-map): Define within defvar.
13308         (quietly-read-abbrev-file): Doc fix.
13310 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
13312         * novice.el (enable-command, disable-command): Doc fixes.
13314         * subr.el (event-modifiers, event-basic-type): Doc fixes.
13316 2004-07-30  Richard M. Stallman  <rms@gnu.org>
13318         * subr.el (with-local-quit): Doc fix.
13320 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
13322         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
13324 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
13326         * custom.el (defcustom): Doc fix.
13328 2004-07-28  Masatake YAMATO  <jet@gyve.org>
13330         * progmodes/etags.el (etags-tags-apropos): Show building progress.
13332 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13334         * imenu.el (imenu-prev-index-position-function)
13335         (imenu-extract-index-name-function, imenu-name-lookup-function)
13336         (imenu--index-alist): Docstring redundancy fix.
13338 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
13340         * wdired.el (wdired-finish-edit): Require dired-aux before locally
13341         binding dired-backup-overwrite.
13343 2004-07-25  John Paul Wallington  <jpw@gnu.org>
13345         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
13347 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
13349         * term/tty-colors.el (tty-color-approximate): Doc fix.
13351         * select.el (x-get-selection, x-set-selection): Doc fixes.
13353         * frame.el (make-frame): Doc fix.
13355 2004-07-24  Richard M. Stallman  <rms@gnu.org>
13357         * mail/rmail.el (rmail-mime-charset-pattern):
13358         Don't include semicolon in the charset value.
13360         * replace.el (occur-next-error): Call set-window-point.
13361         (occur-engine): Handle negative NLINES.
13363 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
13365         * frame.el (modify-all-frames-parameters): Minor doc fix.
13366         (set-frame-configuration): Doc fix.
13368 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
13370         * simple.el (completion-setup-function): Compute the common parts
13371         and the first difference place correctly when
13372         partial-completion-mode is on.
13374 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13376         * ps-print.el: Doc fix.
13377         (ps-print-version): New version 6.6.5.
13378         (ps-printing-region): Doc fix.
13379         (ps-generate-string-list): Comment fix.
13380         (ps-message-log-max): Code fix.
13382 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13384         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
13385         generated PostScript.
13387 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
13389         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
13390         with Gnus v5_10 branch.)
13392 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13394         * calendar/time-date.el (time-to-number-of-days): New function.
13395         Imported from from Gnus.
13397 2004-07-22  Kim F. Storm  <storm@cua.dk>
13399         * progmodes/make-mode.el: Fix comments.
13401 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13403         * printing.el: Doc fix.
13405 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
13407         * frame.el (modify-all-frames-parameters): Minor doc fix.
13409 2004-07-20  Richard M. Stallman  <rms@gnu.org>
13411         * textmodes/fill.el (fill-nobreak-p): If this break point is
13412         at the end of the line, don't consider the newline which follows
13413         as a reason to return t.
13415 2004-07-19  John Paul Wallington  <jpw@gnu.org>
13417         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
13419 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
13421         * dired-aux.el (dired-do-kill-lines): Expand docstring.
13422         Delete irrelevant code.
13424 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
13426         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13427         New docstring.  From Luc Teirlinck.
13429 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
13431         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
13432         section.
13433         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
13434         non-file buffers.  We know it is nil.
13436 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
13438         Sync with Tramp 2.0.43.
13440         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13441         Remove outdated comment.
13442         (tramp-locked, tramp-locker): New variables for implementing a
13443         global lock.
13444         (tramp-sh-file-name-handler): Use them to implement the global lock.
13446 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
13448         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
13449         calls to respective `xxx` calls.
13450         (tramp-process-alive-regexp): Precise doc string.
13451         (tramp-multi-action-process-alive): New defun.
13452         (tramp-multi-actions): Use it.
13453         (tramp-handle-find-backup-file-name): `copy-tree' is available
13454         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
13455         in order to avoid this function.
13456         (tramp-handle-write-region): Set current buffer.  If connection
13457         wasn't open, `file-modes' has changed it accidently.  Reported by
13458         David Kastrup <dak@gnu.org>.
13459         (tramp-enter-password, tramp-read-passwd): New arguments USER and
13460         HOST.
13461         (tramp-action-password, tramp-multi-action-password): Apply it.
13462         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
13463         name must still contain the port number.  Otherwise, we have two
13464         Tramp buffers, with all the confusion.  Reported by Myron Selby
13465         <myron@xytech.com> and Rolf Dubitzky
13466         <Dubitzky@physi.uni-heidelberg.de>.
13468         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
13469         HOST to `tramp-enter-passwd'.
13471         * net/tramp-vc.el (all): Code cleanup.  Change all
13472         `tramp-handle-xxx' calls to respective `xxx` calls.
13474 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
13476         * emacs-lisp/testcover.el: New category "potentially-1valued" for
13477         functions that are not erroneous if either 1-valued or
13478         multi-valued.  Detect functions in this class.
13479         (testcover-1value-functions, testcover-compose-functions)
13480         (testcover-progn-functions) Add some additional functions to lists.
13481         (testcover-mark): Bugfix when marking up the definition for an
13482         empty function.
13484 2004-07-17  Richard M. Stallman  <rms@gnu.org>
13486         * replace.el (occur-read-primary-args): Pass default to
13487         read-from-minibuffer.
13489         * mail/footnote.el (footnote-section-tag): Use defcustom.
13491         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
13492         Compile font-lock-keywords, not KEYWORDS.
13493         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
13494         Add warn, check-type.  Handle cerror like error.
13496 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
13498         * progmodes/which-func.el (which-func-keymap): New var.
13499         (which-func-face): New face.
13500         (which-func-format): Use them.
13502 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
13504         * buff-menu.el (list-buffers-noselect): Append the buffer's
13505         process status to its mode name.
13507 2004-07-16  Kim F. Storm  <storm@cua.dk>
13509         * simple.el (inhibit-mark-movement): New defvar.
13510         (beginning-of-buffer, end-of-buffer): Do not push mark if
13511         inhibit-mark-movement is non-nil or C-u prefix is given.
13513         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
13514         Init to beginning-of-buffer and end-of-buffer.
13515         (cua--undo-push-mark): New defvar.
13516         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
13517         already active and command is in cua--preserve-mark-commands.
13518         Also fix check for shift modifier on non-window systems.
13519         (cua--post-command-handler): Clear inhibit-mark-movement if set.
13521 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
13523         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
13524         of two integers, instead of a cons.
13526         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13527         `visited-file-modtime' now returns a list of two integers, instead
13528         of a cons.
13530         * dired.el (dired-directory-changed-p): Ditto.
13532         * progmodes/grep.el (grep): Doc fix.
13534 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
13536         * autorevert.el (auto-revert-tail-mode)
13537         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
13538         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
13539         in both at the same time.
13540         (auto-revert-tail-mode): New command.
13541         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
13542         (auto-revert-handler): Revert only either tail or whole file.
13544         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
13545         add auto-revert-tail-mode.
13547 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13549         * printing.el: Doc fix.  Change name of some funs.
13550         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
13551         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
13552         (pr-standard-file-name): New fun.  Replace pr-standard-path.
13553         (pr-call-process): Code fix.
13555 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
13557         * subr.el (with-selected-window): Doc fix.
13559 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
13561         * subr.el (get-buffer-window-list): Doc fix.
13563 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
13565         * files.el (switch-to-buffer-other-window): Doc fix.
13567         * window.el (save-selected-window, one-window-p)
13568         (split-window-keep-point, split-window-vertically)
13569         (split-window-horizontally): Doc fixes.
13571 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13573         * printing.el: Doc fix.  Now it uses call-process instead of
13574         shell-command for low command execution.
13575         (pr-version): New version number (6.8).
13576         (pr-shell-file-name): Option removed.
13577         (pr-shell-command): Fun removed.
13578         (pr-call-process): New fun.  Replace pr-shell-command.
13579         (pr-standard-path, pr-remove-nil-from-list): New funs.
13580         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
13581         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
13582         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
13583         (pr-ps-utility-process, pr-txt-print): Code fix.
13585 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
13587         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
13588         boolean.
13590 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
13592         * wid-edit.el (widget-field-buffer): Doc fix.
13594 2004-07-09  John Paul Wallington  <jpw@gnu.org>
13596         * emacs-lisp/re-builder.el (reb-update-overlays):
13597         Distinguish between one and several matches in message.
13599 2004-07-09  Richard M. Stallman  <rms@gnu.org>
13601         * mouse.el (mouse-set-region-1): If transient-mark-mode
13602         is `identity', change it to `only'.
13604         * simple.el (current-word): Doc fix.
13606 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
13608         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
13609         so that it is more understanding of whitespace.
13611         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
13612         (("ns" . "element") (attr-list) children) instead of
13613         ((:ns . "element") (attr-list) children) in order to reduce the
13614         number of symbols used.
13615         (xml-skip-dtd): Change to use xml-parse-dtd but set
13616         xml-validating-parsing to nil.
13617         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
13618         (xml-substitute-entity): Remove in favor of new entity substitution.
13619         (xml-substitute-special): Rewrite in to substitute complex
13620         entities from DOCTYPE declarations.
13621         (xml-parse-fragment): Parse fragments from entity deleclarations.
13622         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13623         (xml-parse-dtd, xml-substitute-special): Make validity checks
13624         conditioned on xml-validating-parser.  Add "Not Well Formed" to
13625         error messages about well-formedness.
13627 2004-07-08  Steven Tamm  <steventamm@mac.com>
13629         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13630         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13631         Do not treat double clicks and triple clicks specially in the
13632         scroll bar (preventing strange repositioning problems)
13634 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13636         * replace.el (query-replace-regexp-eval): Fix last change.
13638 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13640         * replace.el (query-replace-descr): New fun.
13641         (query-replace-read-from, query-replace-read-args): Default to the
13642         previous from&to.
13643         (query-replace-read-to): Quote the `from' string when displaying it.
13644         (query-replace-regexp-eval): Immediately check read-only status.
13645         Use query-replace-read-from to get the \n checking.
13646         Quote the `from' string when displaying it.
13647         (map-query-replace-regexp, occur-read-primary-args):
13648         Quote the `from' string when displaying it.
13650         * isearch.el (isearch-query-replace): Pass the regexp-ness and
13651         delimited-ness of the search to query-replace.
13653         * replace.el (query-replace-read-from, query-replace-read-to):
13654         New funs extracted from query-replace-read-args.
13655         (query-replace-read-args): Use them.
13657         * replace.el (query-replace-interactive, query-replace-read-args):
13658         Remove the `initial' special value.
13659         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13660         (occur-engine): Remove unused var `matchend'.
13662         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13663         Use the search string without prompting.
13665 2004-07-05  Kenichi Handa  <handa@m17n.org>
13667         * international/mule.el (decode-coding-inserted-region):
13668         Set last-coding-system-used only when coding is nil.
13670 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
13672         * progmodes/grep.el (grep-compute-defaults, grep-command)
13673         (grep-program, find-program, grep-find-use-xargs, grep-history)
13674         (grep-find-history, grep-tag-default, grep-find-command)
13675         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13676         Add autoload cookies, for unbundled packages that load `compile'
13677         and expect all grep-related symbols to become defined.
13679 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
13681         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13682         (iimage-mode-image-search-path): New user option to search the
13683         image file.
13684         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
13685         have locate-file.
13686         (iimage-mode-buffer): Use it.
13688 2004-07-03  Nick Roberts  <nickrob@gnu.org>
13690         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13691         carefully.
13692         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13694 2004-07-03  Juri Linkov  <juri@jurta.org>
13696         * replace.el (query-replace-read-args): Swallow space after 'foo,
13697         not after (quote foo).  Match space only immediately after symbol,
13698         not anywhere in the whole string.
13700 2004-07-02  Richard M. Stallman  <rms@gnu.org>
13702         * replace.el (query-replace-read-args): Swallow space after
13703         symbols, not after closeparens.  But avoid error if string ends there.
13705         * progmodes/python.el (python-beginning-of-statement):
13706         Exit the loop if backward-up-list gets error.
13708         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13710 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
13712         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13713         only if vc-consult-headers is non-nil.
13715 2004-07-02  Juri Linkov  <juri@jurta.org>
13717         * pcvs.el (cvs-mode-diff-repository): New command.
13719         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13721 2004-07-01  Juri Linkov  <juri@jurta.org>
13723         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13724         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
13725         C-M-% to isearch-query-replace-regexp.
13726         (minibuffer-local-isearch-map): Add arrow key bindings.
13727         Bind C-f to isearch-yank-char-in-minibuffer.
13728         (isearch-forward): Doc fix.
13729         (isearch-edit-string): Doc fix.
13730         (isearch-query-replace, isearch-query-replace-regexp): New funs.
13731         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
13732         (isearch-yank-char): Add optional arg.
13733         (isearch-yank-char-in-minibuffer): New fun.
13735         * replace.el (query-replace-interactive): Change type from boolean
13736         to choice.  Add value `initial'.
13737         (query-replace-read-args): Handle value `initial' of
13738         query-replace-interactive.
13740 2004-06-29  Kim F. Storm  <storm@cua.dk>
13742         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13743         (breakpoint-disabled-bitmap-face): Add :group 'gud.
13745         * progmodes/ada-xref.el (ada-tight-gvd-integration):
13746         Add :group 'ada.
13748         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13750 2004-06-29  Juri Linkov  <juri@jurta.org>
13752         * replace.el (query-replace-read-args): Swallow a space after
13753         everything except )]" which in most cases means after a symbol.
13755         * emacs-lisp/pp.el (pp-buffer): Add autoload.
13757 2004-06-28  Richard M. Stallman  <rms@gnu.org>
13759         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13760         More changes to go with previous change in font-lock.el.
13762 2004-06-26  David Kastrup  <dak@gnu.org>
13764         * replace.el (perform-replace): Highlight the match even in
13765         non-query mode if there is potential replace string editing.
13767 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
13769         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13770         agree with new return value of `file-remote-p'.
13771         This syncs with Tramp 2.0.42.
13773         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13774         according to new documentation of `file-remote-p'.
13776         * files.el (file-remote-p): Fix doc to say that return value is
13777         identification of remote system, if not nil.
13778         (file-relative-name): Use new return value of `file-remote-p'.
13780 2004-06-26  Nick Roberts  <nickrob@gnu.org>
13782         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13783         (gdb-goto-breakpoint): Fix breakage.
13785 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
13787         * man.el (Man-getpage-in-background): Add windows-nt to the list
13788         of systems where shell-file-name should be used instead of
13789         literal "sh".
13791 2004-06-25  Sam Steingold  <sds@gnu.org>
13793         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13794         function names `(setf symbol)'.
13796 2004-06-24  Richard M. Stallman  <rms@gnu.org>
13798         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13800         * font-lock.el (font-lock-keywords): Change format of compiled values.
13801         Document it.
13802         (font-lock-add-keywords): If font-lock-keywords is compiled,
13803         extract the uncompiled version, modify, then recompile.
13804         (font-lock-remove-keywords): Likewise.
13805         (font-lock-fontify-keywords-region): Handle changed format.
13806         (font-lock-compile-keywords): Handle changed format.
13807         (font-lock-set-defaults): Compile the keywords explicitly here.
13809 2004-06-24  David Kastrup  <dak@gnu.org>
13811         * replace.el (query-replace-read-args): Implement `\,' and `\#'
13812         replacements here.
13813         (query-replace-regexp): Doc string explaining this and the new
13814         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
13815         is better placed in `query-replace-read-args'.
13816         (replace-regexp): Explain `\,', `\#' and `\?'.
13817         (replace-match-data): New function for thorough reuse/destruction
13818         of old match-data.
13819         (replace-match-maybe-edit): Function for implementing `\?' editing.
13820         (perform-replace): Fix maintaining of the match stack including
13821         already matched regions, implement `\?', fix various problems
13822         with regions while editing and other stuff.
13823         (replace-highlight): Simplify.
13825 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
13827         * progmodes/grep.el (grep-error-screen-columns): New variable.
13828         (grep-regexp-alist): Give it the full functionality of gnu style
13829         compilation messages with line and column ranges.  Ask me for the
13830         perl script I'm working on, that uses these.
13832 2004-06-23  Nick Roberts  <nickrob@gnu.org>
13834         * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13835         Remove.
13836         (comint-insert-input, comint-mouse-insert-input): New functions
13837         based on comint-insert-clicked-input for two bindings but just
13838         one functionality.
13840 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
13842         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13844 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
13846         * files.el (write-contents-functions): Doc fix.
13848 2004-06-21  Juanma Barranquero  <lektu@terra.es>
13850         * image.el (image-library-alist): Rewrite docstring in active voice.
13852 2004-06-20  Richard M. Stallman  <rms@gnu.org>
13854         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13856         * isearch.el (isearch-repeat): Avoid testing old match data.
13857         (isearch-message): Display trailing space in special font
13858         when search is failing.
13859         (isearch-search-fun-function): Doc fix.
13861         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13863 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
13865         * frame.el (show-trailing-whitespace): Doc fix.
13867         * cus-edit.el (custom-variable-documentation): New function.
13868         (custom-variable): Use it.
13870 2004-06-19  Nick Roberts  <nickrob@gnu.org>
13872         * man.el (Man-getpage-in-background): Revert previous change but
13873         make cygwin a special case.
13875 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
13877         * autorevert.el (global-auto-revert-non-file-buffers):
13878         Update docstring.
13880 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
13882         * progmodes/compile.el (compilation-error-properties): Store one
13883         more than end-col, if present, so that transient-mark-mode will
13884         highlight last char too.
13885         * progmodes/grep.el (grep-regexp-alist): Match columns and column
13886         ranges, if present.
13888 2004-06-18  Jason Rumney  <jasonr@gnu.org>
13890         * makefile.w32-in: Double percent signs in for loops.
13892 2004-06-17  David Kastrup  <dak@gnu.org>
13894         * replace.el (query-replace-read-args): Only warn about use of \n
13895         and \t when we are doing a regexp replacement and the actual
13896         escaped character is n or t.
13897         (query-replace-regexp): Add \, and \# interpretation to
13898         interactive call and document it.
13899         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13900         as shortkey for replace-count.
13901         (replace-quote): New function for doubling backslashes.
13903 2004-06-17  Juanma Barranquero  <lektu@terra.es>
13905         * files.el (parse-colon-path, cd): Mention in docstring that the
13906         path separator is colon in GNU-like systems.
13908         * newcomment.el (comment-region-internal): Fix docstring.
13910         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13911         (ewoc-invalidate, ewoc-collect): Doc fixes.
13912         (ewoc--create-node, ewoc--delete-node-internal):
13913         Fix typos in docstring.
13915 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
13917         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13918         manual to docstring.
13920 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13922         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13924 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
13926         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13927         Add hyperlink to emacs-xtra manual to docstring.
13929         * autorevert.el (global-auto-revert-non-file-buffers):
13930         Add hyperlink to emacs-xtra manual to docstring, as well as an
13931         info-link.
13933 2004-06-14  Juanma Barranquero  <lektu@terra.es>
13935         * image.el (image-library-alist): New variable to map image types
13936         to external libraries.  Initialized to nil, unless system-specific
13937         configs change it.
13938         (image-type-available-p): Determine whether an image type is
13939         available by calling `init-image-library'.
13941         * term/w32-win.el (image-library-alist): Initialize to a known set
13942         of probable library names.
13944 2004-06-14  Kenichi Handa  <handa@m17n.org>
13946         * international/code-pages.el (windows-1256, cp1125): Fix tables
13947         for several characters.
13949         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13951 2004-06-13  Richard M. Stallman  <rms@gnu.org>
13953         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13955         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13956         not "`pc-selection-mode'".
13958         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13960         * simple.el (previous-matching-history-element): Specify a default.
13962         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13964         * cus-face.el (custom-declare-face): Simplify code.
13966         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13968 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
13970         * files.el (before-save-hook): Add `time-stamp' to the options.
13972         * time-stamp.el (time-stamp): Recommend adding it to
13973         `before-save-hook', rather than `write-file-functions'.
13974         Make a similar change in `Commentary' section.
13976 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13978         * diff-mode.el (diff-current-defun): If at start of hunk, use
13979         position of first change.
13981 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
13983         * dired-x.el (dired-mark-omitted): Bind to "*O".
13985 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
13987         * bookmark.el (bookmark-bmenu-relocate): New function, as
13988         suggested by David J. Biesack <David.Biesack@sas.com>.
13989         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13990         (bookmark-bmenu-mode): Describe binding in doc string.
13991         (bookmark-set-filename): Save the bookmark list if it's time.
13993 2004-06-13  Kenichi Handa  <handa@m17n.org>
13995         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13996         (ccl-untranslated-to-ucs): Fix typo.
13998 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
14000         * progmodes/python.el (python-open-block-statement-p):
14001         Fix indentation after a block opening that contains a comment.
14003 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
14005         * bindings.el (completion-ignored-extensions): Add file extensions
14006         of Python byte-compiled files.
14008 2004-06-12  Juri Linkov  <juri@jurta.org>
14010         * info.el (Info-goto-node): Add autoload.
14011         (Info-toc): Add substring-no-properties on Info file name.
14012         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
14013         (Info-mode-map): Bind L to Info-history, T to Info-toc.
14015 2004-06-12  Kenichi Handa  <handa@m17n.org>
14017         * international/mule-cmds.el (set-language-environment):
14018         Load subst tables if necessary.
14020         * international/mule.el (decode-char): Load subst tables if necessary.
14021         (encode-char): Likewise.
14023         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
14024         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
14025         (utf-16le-decode-loop): Set r5 to -1 before loop.
14026         (utf-16be-decode-loop): Likewise.
14027         (ccl-decode-mule-utf-16le): Add EOF processing block.
14028         (ccl-decode-mule-utf-16be): Likewise.
14029         (ccl-decode-mule-utf-16le-with-signature): Likewise.
14030         (ccl-decode-mule-utf-16be-with-signature): Likewise.
14031         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
14032         (ccl-mule-utf-16-encode-untrans): New CCL.
14033         (utf-16-decode-to-ucs): Handle pre-read character.
14034         (utf-16le-encode-loop): Handle surrogate pair.
14035         (utf-16be-encode-loop): Likewise.
14036         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
14037         of utf-16le-encode-loop.
14038         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
14039         of utf-16be-encode-loop.
14040         (mule-utf-16-post-read-conversion):
14041         Call utf-8-post-read-conversion at first.
14042         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
14043         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
14044         Add post-read-conversion and pre-write-conversion.
14046         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
14047         (utf-translate-cjk-unicode-range): New variable.
14048         (utf-translate-cjk-load-tables): New function.
14049         (utf-lookup-subst-table-for-decode): New function.
14050         (utf-lookup-subst-table-for-encode): New function.
14051         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
14052         tables here.  Update safe-charsets of utf-* coding systems.
14053         (ccl-mule-utf-untrans): New CCL.
14054         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
14055         at end of each branch.
14056         (ccl-mule-utf-8-encode-untrans): New CCL.
14057         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
14058         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
14059         length of encoding.  Don't return r0.
14060         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
14061         (utf-8-post-read-conversion): Narrow to region properly.
14062         If utf-translate-cjk-mode is on, load tables if necessary.
14063         Call utf-8-compose with hash-table arg if necessary.
14064         Call XXX-compose-region instead of XXX-post-read-convesion.
14065         (utf-8-pre-write-conversion): New function.
14066         (mule-utf-8): Include CJK charsets in safe-charsets if
14067         utf-translate-cjk-mode is on.  Add pre-write-conversion.
14069         * international/characters.el: Temporarily set
14070         utf-translate-cjk-mode to nil.
14072         * language/devan-util.el (devanagari-compose-region):
14073         Add autoload cookie.
14075         * international/ccl.el (ccl-dump-call): Fix printing the
14076         subroutine name.
14078 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
14080         * dired.el (dired-revert): If buffer is marked unmodified before
14081         reverting, keep it marked unmodified.
14082         Adapt to new conventions for commenting out code.
14083         (dired-make-relative): Adapt to new conventions for commenting out code.
14085 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
14087         * eshell/esh-module.el (eshell-load-defgroups):
14088         Bind `vc-handled-backends' to nil when opening files.
14090 2004-06-11  Juanma Barranquero  <lektu@terra.es>
14092         * files.el (parse-colon-path, cd): Doc fixes (refer to
14093         `path-separator', not colon).
14095 2004-06-10  Juanma Barranquero  <lektu@terra.es>
14097         * newcomment.el (comment-search-forward)
14098         (comment-search-backward): Fix typos in docstring.
14099         (comment-region): Doc fix.
14101 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
14103         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
14104         switch is no longer stored in `dired-switches-alist'.
14106         * dired-aux.el (dired-insert-subdir): Do not store R switch in
14107         `dired-switches-alist'.
14109 2004-06-10  Kim F. Storm  <storm@cua.dk>
14111         * pcvs.el (cvs-mode-diff-yesterday): New command.
14113         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
14115 2004-06-10  Juri Linkov  <juri@jurta.org>
14117         * emacs-lisp/edebug.el (edebug-eval-defun):
14118         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
14119         Fix docstring.
14121         * simple.el (eval-expression-print-format): Don't print additional
14122         information on the first call to `eval-print-last-sexp'.
14123         (next-error-find-buffer): Fix punctuation.
14124         (killing) <defgroup>: Fix punctuation.
14125         (yank-excluded-properties): Change group from editing to killing.
14127         * replace.el (perform-replace): Use `limit' to terminate the
14128         while-loop explicitly.
14130 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14132         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
14133         Use lc-*.xpm as prefix instead of *-locol.xpm.
14135         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
14136         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
14137         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
14138         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
14139         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
14140         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
14141         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
14142         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
14143         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
14144         * toolbar/lc-up_arrow.xpm:
14145         Rename from *-locol.xpm.
14147 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
14149         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
14150         include forms like &<str>; as valid url patterns.
14152 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
14154         * dired.el (dired-diff, dired-backup-diff)
14155         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
14156         (dired-do-chown, dired-do-touch, dired-do-print)
14157         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
14158         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
14159         (dired-create-directory, dired-do-copy, dired-do-symlink)
14160         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
14161         (dired-do-copy-regexp, dired-do-hardlink-regexp)
14162         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
14163         (dired-maybe-insert-subdir, dired-next-subdir)
14164         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
14165         (dired-kill-subdir, dired-tree-up, dired-tree-down)
14166         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
14167         (dired-run-shell-command, dired-query): Remove redundant,
14168         or incorrect, autoloads.
14170         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
14171         does not end in a slash.  Add optional argument KILL-ROOT.
14172         Update docstring.
14173         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
14174         (dired-query): Add autoloads.
14176 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
14178         * progmodes/compile.el (compilation-set-window-height):
14179         Rearrange the save-* functions because a buffer can have several current
14180         point in different windows.
14181         (compilation-error-regexp-alist-alist): Recognize {standard input}
14182         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
14184 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14186         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
14187         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
14188         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
14189         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
14190         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
14191         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
14192         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
14193         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
14194         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
14195         * toolbar/up_arrow-locol.xpm:
14196         New versions of icons that uses fewer colors.
14198         * toolbar/tool-bar.el (tool-bar-local-item)
14199         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
14200         if display-color-cells is 256 or less.
14202 2004-06-08  Kim F. Storm  <storm@cua.dk>
14204         * wid-edit.el (widget-specify-button): Use hand pointer rather
14205         than mouse-face as visible mouse-over effect.
14207 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
14209         * saveplace.el (save-place-alist-to-file): Bind `print-length'
14210         and `print-level' to nil when writing out `save-place-alist'.
14211         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
14213 2004-06-07  Juanma Barranquero  <lektu@terra.es>
14215         * completion.el (completion-kill-region): Doc fix.
14217         * format.el (format-insert-annotations)
14218         (format-annotate-location): Doc fixes.
14219         (format-subtract-regions): Make arguments match their use in docstring.
14221         * simple.el (kill-region): Doc fix.
14223         * subr.el (insert-buffer-substring-no-properties)
14224         (insert-buffer-substring-as-yank): Doc fixes.
14226 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
14228         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14229         Update docstring.
14230         (dired-reset-subdir-switches): New function.
14232         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
14233         Limit scope of `buffer-read-only' binding.
14235 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
14237         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
14238         eshell-explicit-command-char.
14240 2004-06-06  Juanma Barranquero  <lektu@terra.es>
14242         * help-fns.el (help-argument-name): Inherit from italic face only
14243         if the frame supports it.
14245 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14247         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
14248         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
14249         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
14250         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
14251         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
14252         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
14253         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
14254         New conversions from xpm files.
14256         * toolbar/README: New file.
14258 2004-06-06  Richard M. Stallman  <rms@gnu.org>
14260         * isearch.el (isearch-mode-map): Undo previous change.
14262 2004-06-05  Juri Linkov  <juri@jurta.org>
14264         * bindings.el (debug-ignored-errors): Add regexps for history
14265         related messages.  Remove $ from "No further undo information".
14266         Move Ediff's messages to ediff.el.
14268         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
14270         * cus-edit.el (custom-display): Add `min-colors'.
14272         * custom.el (defface): Add `supports' to docstring.
14274         * help-fns.el (help-argument-name): Add :group 'help.
14276 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
14278         * find-dired.el (find-ls-subdir-switches): New user option.
14279         (find-dired): No longer call `abbreviate-file-name' on DIR.
14280         Set `dired-subdir-switches' buffer-locally.
14282         * locate.el: Merge the two `Commentary' sections.
14283         (locate-ls-subdir-switches): New user option.
14284         (locate): Update for other changes.
14285         (locate-mode-map): Restore Dired binding for mouse-2.
14286         Bind `locate-mouse-view-file' to M-mouse-2.
14287         Bind `l' to `locate-do-redisplay'.
14288         (locate-main-listing-line-p, locate-do-redisplay): New functions.
14289         (locate-mouse-view-file, locate-tags, locate-find-directory):
14290         Print message if used outside main listing.
14291         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
14292         Various changes to support inserted subdirectories.
14293         (locate-insert-header): Change header of *Locate* buffer.
14295         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14296         Change interactive default switches.
14297         (dired-rename-subdir-2): Update `dired-switches-alist'.
14298         (dired-insert-subdir, dired-kill-subdir):
14299         Handle `dired-switches-alist'.  Do not mark buffer modified.
14300         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
14301         (dired-insert-subdir-doinsert): Omit messages.
14302         Handle `dired-subdir-switches'.
14303         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
14305         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
14306         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
14307         subdirs if -R switch is used for a subdir.
14308         (dired-mode): Set `dired-switches-alist'.
14309         (dired-build-subdir-alist): Only print number of directories in
14310         echo area when invoked interactively.
14312 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
14314         * dired-x.el (dired-omit-mode): Rename from
14315         dired-omit-files-p.  Use define-minor-mode to define it.
14316         (dired-omit-files-p): Add as alias for dired-omit-mode.
14317         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
14318         dired-mark-omitted.
14319         (dired-mark-omitted): Add.  Bind to M-O.
14321 2004-06-05  Kenichi Handa  <handa@m17n.org>
14323         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
14325 2004-06-05  Juanma Barranquero  <lektu@terra.es>
14327         * help-fns.el (help-argument-name): Reintroduce face.
14328         (help-default-arg-highlight): Use it, now that
14329         `face-differs-from-default-p' can be trusted.
14331 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
14333         * textmodes/table.el: Sentence commands added to Point Motion
14334         group; kill and backward-kill commands added to Extraction group.
14336 2004-06-04  Mario Lang  <mlang@delysid.org>
14338         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
14339         systems appear to use mW, make the code handle this.  Fix a
14340         division-by-zero bug while at it, and handle kernels with
14341         a slightly different layout in /proc/acpi.
14343 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
14345         * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
14346         because the latter is a CL-ism.  This fixes the bug reported by
14347         Shawn Boyette <mdxi@collapsar.net> in
14348         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
14350 2004-06-04  Miles Bader  <miles@gnu.org>
14352         * faces.el (display-supports-face-attributes-p): Function moved to
14353         C code.  Previously only the tty-related portion of this function
14354         was done in C; however the previous attempt to do a halfway-proper
14355         job for non-tty displays in lisp didn't work properly because of
14356         funny conditions during Emacs startup.
14357         (face-differs-from-default-p): Simplify, now that
14358         display-supports-face-attributes-p works properly on all display
14359         types.  Remove :stipple from comparison; it doesn't really work
14360         in emacs anyway.
14362 2004-06-04  Miles Bader  <miles@gnu.org>
14364         * faces.el (face-differs-from-default-p): Use a different
14365         implementation, so we can really check whether FACE displays
14366         differently or not.
14368 2004-06-04  Miles Bader  <miles@gnu.org>
14370         * faces.el (display-supports-face-attributes-p): Implement a
14371         `different from default' check for non-tty displays.
14373 2004-06-03  David Kastrup  <dak@gnu.org>
14375         * woman.el (woman-mapcan): More concise code.
14376         (woman-topic-all-completions, woman-topic-all-completions-1)
14377         (woman-topic-all-completions-merge): Replace by a simpler and
14378         much faster implementation based on O(n log n) sort/merge instead
14379         of the old O(n^2) behavior.
14381 2004-06-03  Miles Bader  <miles@gnu.org>
14383         * subr.el (read-number): Use canonical format for default in prompt.
14385         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
14386         Add regexp for " [...]" style defaults.
14388 2004-06-02  Romain Francoise  <romain@orebokech.com>
14390         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
14391         groups: if the user asks for a hidden buffer, open the
14392         corresponding filter group to expose it.
14394         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
14395         `ibuffer-jump-to-buffer'.
14396         (ibuffer-jump-offer-only-visible-buffers): New user option.
14398 2004-06-02  Juanma Barranquero  <lektu@terra.es>
14400         * faces.el (frame-update-faces): Add empty docstring so the one
14401         for `ignore' doesn't show through.
14403         * subr.el (process-kill-without-query): Remove spurious "\n" on
14404         obsolescence string.
14405         (focus-frame, unfocus-frame): Add obsolescence declaration and
14406         empty docstring.
14408         * international/mule.el (register-char-codings): Make alias for
14409         `ignore'.  Move docstring to obsolescence info and remove redundancy.
14411 2004-06-02  Kim F. Storm  <storm@cua.dk>
14413         * frame.el (blink-cursor-start): Turn cursor off initially so blink
14414         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
14416 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14418         * comint.el (comint-replace-by-expanded-history-before-point):
14419         Obey `start' as the docstring says.
14420         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
14421         (comint-update-fence): Prevent font-lock from running unnecessarily.
14422         (comint-dynamic-list-completions): Use with-current-buffer.
14424 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14426         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
14427         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
14428         (bibtex-entry-update): Handle alternatives and optional fields.
14429         (bibtex-parse-entry): Bugfix, handle empty key.
14431 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14433         * vc-arch.el (vc-arch-state): Don't assume the file exists.
14435 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
14437         * desktop.el (desktop-save): Don't save minor modes without a
14438         known mode initialization function.
14440 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
14442         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
14444         * autorevert.el: Update `Commentary' section.
14446 2004-05-30  Juanma Barranquero  <lektu@terra.es>
14448         * dos-fns.el (convert-standard-filename):
14449         * files.el (convert-standard-filename):
14450         * w32-fns.el (convert-standard-filename):
14451         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
14453 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
14455         Sync with Tramp.
14457         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
14458         (tramp-let-maybe): Move to an earlier spot in the file.
14459         Patch by Andreas Schwab.
14461 2004-05-30  Andreas Schwab  <schwab@suse.de>
14463         * dired.el (dired-get-filename): Don't use dired-re-dot.
14465 2004-05-30  Richard M. Stallman  <rms@gnu.org>
14467         * files.el (find-file): Doc fix.
14469         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
14471 2004-05-30  Nick Roberts  <nickrob@gnu.org>
14473         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
14474         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
14475         modeline of the locals buffer.
14476         (gdb-goto-breakpoint): Handle gdbmi.
14477         (gdb-get-frame-number): Change for gdbmi.
14479 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
14481         * files.el (file-remote-p): Apply file name handler for operation
14482         `file-remote-p'.  It isn' a property any longer.
14483         (file-relative-name): `fh' and `fd' get the required value via
14484         `find-file-name-handler' already.
14486         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
14487         (top): Remove setting of `file-remote-p' property for
14488         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
14490 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
14492         Version 2.0.41 of Tramp released.
14494         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
14495         Throw away if process has died.
14496         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
14497         (tramp-out-of-band-prompt-regexp): Rename to
14498         `tramp-process-alive-regexp', because its usage is widen.
14499         (tramp-actions-copy-out-of-band): Apply it.
14500         (tramp-actions-before-shell, tramp-multi-actions):
14501         Add `tramp-action-process-alive' action.
14502         (tramp-action-process-alive): New defun.
14503         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14504         Add entry for `file-remote-p'.
14505         (tramp-handle-file-remote-p): New defun.
14506         (top): Remove setting of `file-remote-p'.  Don't set
14507         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
14509         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14510         `file-remote-p'.
14512         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
14513         counted for (last) line.  [They should or they shouldn't?  --Stef]
14514         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
14516 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
14518         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
14519         not really necessary but seems to keep the shell history smaller
14520         in some cases.  It is no substitute for setting HISTFILE and
14521         HISTSIZE from tramp-open-connection-setup-interactive-shell,
14522         though.  Suggested by Luc Teirlinck.
14523         (tramp-open-connection-setup-interactive-shell): Export variables
14524         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
14525         (tramp-set-process-query-on-exit-flag): New compat function.
14526         (tramp-open-connection-multi, tramp-open-connection-su)
14527         (tramp-open-connection-rsh, tramp-open-connection-telnet)
14528         (tramp-do-copy-or-rename-file-out-of-band): Use it.
14529         (tramp-let-maybe): New macro, let-binds a variable only if it
14530         isn't obsolete.
14531         (tramp-check-ls-commands, tramp-handle-expand-file-name)
14532         (tramp-handle-file-truename): Use it.
14533         (tramp-completion-file-name-regexp-unified): Avoid matching
14534         filenames starting with "/:" -- those are reserved for
14535         file-name-non-special.
14537         * tramp-smb.el (tramp-smb-open-connection):
14538         Use tramp-set-process-query-on-exit-flag compat function.
14540 2004-05-29  Richard M. Stallman  <rms@gnu.org>
14542         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
14544         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
14545         (eval-last-sexp-print-value): Print char equivalent regardless
14546         of standard-output value.
14548         * thumbs.el (thumbs-subst-char-in-string): Delete.
14549         (thumbs-thumbname): Use subst-char-in-string.
14550         (thumbs-resize-image): Use condition-case, not ignore-errors.
14551         (thumbs-kill-buffer): Likewise.
14553         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
14554         (thumbs-mode): Make buffer read-only.
14555         (thumbs-make-thumb): Unconditionally accept an existing file.
14556         (thumbs-insert-thumb): Add thumb-image-file property to the image.
14557         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
14558         (thumbs-show-thumbs-list): Error if images not supported.
14559         (thumbs-save-current-image): Improve prompt string.
14560         (thumbs-mode-map): Define u, R, x.
14561         (thumbs-unmark): New command.
14562         (thumbs-emboss-image): Minor cleanup.
14563         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
14564         (thumbs-rename-images): New command.
14565         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
14567         * thumbs.el (thumbs-current-image): New function.
14568         (thumbs-file-list, thumbs-file-alist): New functions.
14569         (thumbs-find-image): Delete arg L.
14570         Don't set up thumbs-fileL as buffer-local global var.
14571         (thumbs-find-image-at-point): Use thumbs-current-image.
14572         (thumbs-set-image-at-point-to-root-window): Likewise.
14573         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
14574         Record and warn about errors.  Update thumbs-markedL for deletions.
14575         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
14576         (thumbs-redraw-buffer): Use thumbs-file-list.
14577         (thumbs-mark): Use thumbs-current-image.
14578         (thumbs-show-name): Use thumbs-current-image.
14580         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
14581         and imenu--last-menubar-index-alist.
14583         * subr.el (with-selected-window): Undo previous change.
14585 2004-05-29  John Paul Wallington  <jpw@gnu.org>
14587         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
14588         (thumbs-mouse-find-image): New command.
14589         (thumbs-mode-map): Bind it to mouse-2.
14590         (thumbs-mode): Make mode-class special.
14591         (thumbs-view-image-mode): Likewise.
14593 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
14595         * flymake.el: New file.
14597 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
14599         * files.el (find-file-noselect-1): Do not bind
14600         `inhibit-read-only' to t during execution of
14601         `find-file-not-found-functions'.
14603 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14605         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
14606         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
14608 2004-05-28  Juri Linkov  <juri@jurta.org>
14610         * simple.el (eval-expression-print-format): New fun.
14612         * simple.el (eval-expression):
14613         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14614         * emacs-lisp/edebug.el (edebug-compute-previous-result)
14615         (edebug-eval-expression): Print additionally the value returned by
14616         `eval-expression-print-format'.
14618         * emacs-lisp/lisp.el (insert-pair-alist): New var.
14619         (insert-pair): Make arguments optional.  Find character pair
14620         from `insert-pair-alist' according to the last input event.
14621         (insert-parentheses): Make arguments optional.
14622         (raise-sexp, delete-pair): New funs.
14624         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14625         (emacs-lisp-mode-map, lisp-interaction-mode-map):
14626         Bind C-M-q to `indent-pp-sexp'.
14628         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14629         `pp-to-string' modified to be able to format text with newlines.
14630         (pp-to-string): Move the buffer-formatting part of the code to
14631         `pp-buffer'.  Call `pp-buffer'.
14633         * info.el (Info-desktop-buffer-misc-data): Don't save information
14634         about virtual files.
14635         (Info-restore-desktop-buffer): Restore Info buffers in prepared
14636         buffers with names obtained from the desktop file instead of the
14637         default *info* buffer.
14639 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14641         * subr.el (with-selected-window): Only save/restore the selected window.
14643         * progmodes/compile.el (compilation-error-regexp-alist):
14644         Use expand-file-name and data-directory.
14646         * progmodes/grep.el (grep-tree): Rework previous fix.
14648         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14649         after the user marked text with the mouse.
14651         * startup.el (command-line): Keep the first regexp of
14652         auto-save-file-name-transforms intact.
14654 2004-05-28  Juanma Barranquero  <lektu@terra.es>
14656         * cus-edit.el (customize-face, customize-face-other-window)
14657         (custom-face-edit-delete): Make arguments match their use in
14658         docstring.
14659         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14660         docstring.
14662         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14663         not `cvs-butlast'.
14665         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14666         `nbutlast' are in subr.el).
14668         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14669         (set-w32-system-coding-system): Doc fixes.
14671         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14672         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14673         Make arguments match their use in docstring.
14674         (artist-draw-region-trim-line-endings)
14675         (artist-mouse-choose-operation): Fix typo in docstring.
14676         (artist-key-set-point-common): Doc fix.
14678 2004-05-28  Simon Josefsson  <jas@extundo.com>
14680         * mail/smtpmail.el (smtpmail-open-stream):
14681         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14683 2004-05-26  Simon Josefsson  <jas@extundo.com>
14685         * starttls.el: Merge with my GNUTLS based starttls.el.
14686         (starttls-gnutls-program, starttls-use-gnutls)
14687         (starttls-extra-arguments, starttls-process-connection-type)
14688         (starttls-connect, starttls-failure, starttls-success): New variables.
14689         (starttls-program, starttls-extra-args): Doc fix.
14690         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14691         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14692         and pass on to corresponding *-gnutls function if it is set.
14694 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
14696         * autorevert.el (auto-revert-handler): Disable auto-reverting of
14697         remote files.
14699 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
14701         * files.el (file-name-non-special): There are more operations
14702         which need handling: `find-backup-file-name',
14703         `insert-file-contents', `verify-visited-file-modtime',
14704         `write-region'.  Rename t value of method to `add'.  Add new
14705         methods `quote' and `unquote-then-quote' to file-arg-indices.
14707 2004-05-25  Juri Linkov  <juri@jurta.org>
14709         * info.el (Info-toc): Call Info-mode on intermediate buffer.
14710         (Info-index-nodes): Enclose code in condition-case to catch errors.
14711         (Info-index-node): Don't search all index nodes if request is only
14712         for the current node and file is not in the cache of index nodes.
14713         (Info-mode-map): Bind Info-copy-current-node-name to `w'
14714         for consistency with dired-copy-filename-as-kill.
14715         Bind `S' to Info-search-case-sensitively.
14716         (Info-copy-current-node-name): New arg.  With zero prefix arg put
14717         the name inside a function call to `info'.  Display copied text in
14718         the echo area.
14720 2004-05-25  Sam Steingold  <sds@gnu.org>
14722         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14723         strip the package prefix from the symbol name, if any.
14724         Make it the `find-tag-default-function' for `lisp-mode'.
14726 2004-05-25  John Paul Wallington  <jpw@gnu.org>
14728         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14729         instead of obsolete `process-kill-without-query'.
14731         * textmodes/texinfmt.el (texinfo-indexvar-alist):
14732         Declare as variable, not constant.
14734 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
14736         * files.el (find-file-noselect-1): Fix bug introduced by
14737         Revision 1.694.  As a side effect, `inhibit-read-only'
14738         is again, by default, t during execution of
14739         `find-file-not-found-functions'.
14740         (insert-directory): Check that lines were really inserted by
14741         the --dired switch, before erasing them.
14743 2004-05-24  Nick Roberts  <nickrob@gnu.org>
14745         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14746         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14747         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14748         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14749         gud-minor-mode (gdbmi).
14751 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
14753         * net/browse-url.el (browse-url-interactive-arg): Enable user to
14754         explicitly select the text to be taken as URL.
14756 2004-05-23  Juri Linkov  <juri@jurta.org>
14758         * info.el (Info-index-nodes): New var and fun.
14759         (Info-goto-index, Info-index, info-apropos)
14760         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14761         (Info-index): Fix docstring.  Store and restore Info-history-list.
14762         (Info-complete-nodes): New var.
14763         (Info-complete-menu-item): Use it.
14764         (Info-index-node): New fun.
14765         (Info-final-node, Info-forward-node, Info-backward-node)
14766         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14767         Use Info-index-node.
14768         (Info-extract-menu-item, Info-extract-menu-counting): Set second
14769         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14770         (Info-find-node-2): If a node with period in its name not found,
14771         try to find a node without the name part after period.
14772         (Info-select-node): Call Info-fontify-node only if
14773         Info-fontify-maximum-menu-size is not nil.
14774         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14775         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14776         Preserve Info-history-list.
14777         (Info-toc): Set Info-current-file.
14778         (Info-build-toc): Move point to the beginning of the buffer.
14779         Add main-file variable.
14780         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14781         Use backslashed representation of the control character ^_.
14783         * textmodes/texinfmt.el (texinfo-print-index): Print index line
14784         numbers in the new Texinfo 4.7 format.
14786         * add-log.el (change-log-font-lock-keywords): Remove `:' from
14787         regexps for function and variable names.
14789         * descr-text.el (describe-property-list): Add [show] button for
14790         `syntax-table' property with action to pp to a separate buffer.
14791         (describe-char): Replace search-forward by re-search-forward with
14792         whitespace regexp after "character:" to not fail in too narrow windows.
14794         * simple.el (next-error-find-buffer): Add a rule to return
14795         next-error capable buffer if one window on the selected frame
14796         displays such buffer.
14798 2004-05-23  Nick Roberts  <nickrob@gnu.org>
14800         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14801         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14802         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14803         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14804         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14805         Handle new value for gud-minor-mode (gdbmi).
14806         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14807         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14808         Change from local to global gdb variable set.
14809         (gdb-ann3): Initialise above gdb variable set.
14810         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14811         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14812         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14813         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14814         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14815         (gdb-info-locals-handler, gdb-invalidate-assembler)
14816         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14817         set as global variables.
14818         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14819         Handle gdbmi.
14820         (gdb-info-breakpoints-custom): Fix regexp.
14821         (def-gdb-var): Delete.
14823         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14824         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14825         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14826         a new mode.  The file (gdb-mi.el) for this mode will be included
14827         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14828         primary interface.
14830 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
14832         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14833         interpreted as a directory.
14835 2004-05-22  Richard M. Stallman  <rms@gnu.org>
14837         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14838         as a close quote.
14840         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14842         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14843         Use assoc-string, not assoc-ignore-case.
14845         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14847         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14848         If moving back then fwd gets a defun that ends before point,
14849         try again moving fwd then back.
14851         * files.el (file-name-non-special): Allow t in file-arg-indices
14852         to mean requote the return value.  Use `identity' as an element
14853         rather than as the whole value.
14855         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
14857 2004-05-22  Juanma Barranquero  <lektu@terra.es>
14859         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14860         `help-make-usage'.
14861         (help-highlight-arguments): Skip function name before searching
14862         for arguments.
14864 2004-05-21  Juanma Barranquero  <lektu@terra.es>
14866         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14867         Don't mention in the docstring these arguments meant for
14868         internal (recursive) use only.
14869         (allout-char-spec): Comment out (it's not implemented).
14870         (allout-old-expose-topic, allout-exposure): Fix docstring and add
14871         obsolescence declaration.
14872         (allout-flatten-exposed-to-buffer)
14873         (allout-indented-exposed-to-buffer): Fix typos in docstring.
14874         (my-mark-marker): Doc fix.
14875         (produce-allout-mode-map, allout-sibling-index)
14876         (allout-isearch-expose, allout-distinctive-bullet)
14877         (allout-open-topic, allout-reindent-body)
14878         (allout-rebullet-heading, allout-process-exposed)
14879         (allout-insert-listified, allout-latex-verb-quote)
14880         (allout-insert-latex-header, allout-insert-latex-trailer):
14881         Make arguments match their use in docstring.
14882         (allout-primary-bullet, allout-old-style-prefixes)
14883         (allout-inhibit-protection, allout-init, allout-mode)
14884         (allout-before-change-protect, allout-flag-region):
14885         Use "Emacs" instead of "emacs" in docstrings.
14887 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
14889         * international/characters.el: Modify syntax of more characters.
14891 2004-05-21  Masatake YAMATO  <jet@gyve.org>
14893         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14894         (etags-tags-completion-table): Show parsing progress.
14896 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
14898         * locate.el (locate-prompt-for-command): Shorten first line of
14899         docstring.
14900         (locate-mode): Expand docstring and include keymap summary.
14902         * files.el (find-file-noselect-1): Limit the scope of the
14903         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
14904         is, by default, nil during the execution of
14905         `find-file-not-found-functions' and `find-file-hook'.
14907 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
14909         * facemenu.el (facemenu-color-name-equal): New function.
14910         (list-colors-display): Use it to compare colors instead of
14911         facemenu-color-equal.
14913 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
14915         * compare-w.el (compare-windows-face): Use min-colors instead of
14916         checking for tty or pc types.
14918 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14920         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14921         (completion-setup-function): Use with-current-buffer.
14922         Properly save excursion.  Simplify.
14923         Don't assume there is necessarily a `mouse-face' property somewhere.
14925         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14927         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
14929         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14930         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14931         Use with-current-buffer.
14932         (byte-goto-log-buffer): Delete.
14933         (byte-compile-log-file): Call compilation-forget-errors.
14935 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
14937         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14938         output messages into the search result.
14940 2004-05-19  Masatake YAMATO  <jet@gyve.org>
14942         * wid-edit.el (widget-radio-button-notify): Revert my last
14943         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14945 2004-05-19  Kenichi Handa  <handa@m17n.org>
14947         * international/characters.el: Fix syntax (open/close) of CJK chars.
14949 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
14951         * help-mode.el (help-go-back): Don't depend on position of back button.
14953 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14955         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14956         files files don't contain an accidental additional /.
14958         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14959         in source buffer.
14961 2004-05-18  Masatake YAMATO  <jet@gyve.org>
14963         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14964         to widget-apply.  :action method assumes 2 arguments, not 3.
14966 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
14968         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14969         New constants.
14970         (hs-special-modes-alist): Add an f90-mode entry.
14972 2004-05-17  Sam Steingold  <sds@gnu.org>
14974         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14975         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
14977 2004-05-16  Kim F. Storm  <storm@cua.dk>
14979         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14981 2004-05-15  John Wiegley  <johnw@newartisans.com>
14983         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14984         (eshell-output-object-to-target): Improve output speed 20% by not
14985         calling `eshell-stringify' if something is already known to be a string.
14987 2004-05-15  Alex Ott  <ott@jet.msk.su>
14989         * textmodes/ispell.el (ispell-local-dictionary-alist):
14990         Add windows-1251 to the choice of coding systems.
14991         (ispell-dictionary-alist-6): Add support for "russianw.aff",
14992         encoded in cp1251.
14994 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
14996         * progmodes/compile.el (compilation-warning-face)
14997         (compilation-info-face): Use min-colors.
14999 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15001         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
15002         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
15003         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
15004         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
15005         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
15006         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
15007         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
15008         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
15009         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
15010         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
15011         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
15012         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
15013         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
15014         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
15016 2004-05-15  Kim F. Storm  <storm@cua.dk>
15018         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
15019         Use it to set triggered-p element of timer.
15020         (timer-event-handler): Set triggered-p element non-nil while running
15021         the timer function.
15023 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15025         * descr-text.el (describe-char-unicode-data)
15026         (describe-char-unicodedata-file): Re-enable the unicode code now that
15027         the licensing issues have been cleared in the unicode-4 license.
15028         (describe-text-properties-1): Remove unused `overlay' var.
15029         (describe-char): Remove unused var `buffer'.
15031 2004-05-14  David Ponce  <david@dponce.com>
15033         * tree-widget.el: New file.
15035 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
15037         * language/european.el ("Brazilian Portuguese"): Add support for
15038         Brazilian Portuguese.
15040 2004-05-13  John Wiegley  <johnw@newartisans.com>
15042         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
15043         `recentf-mode' if this variable has been customized to t.
15045         * eshell/esh-test.el (eshell-test): Call the function
15046         `emacs-version' rather than trying to build a custom version string.
15048 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15050         * net/telnet.el (telnet-mode): Use define-derived-mode.
15051         Don't modify the global value of comint-prompt-regexp.
15053 2004-05-13  John Paul Wallington  <jpw@gnu.org>
15055         * version.el (emacs-version): Check for `gtk' feature before
15056         `x-toolkit' feature.
15058 2004-05-13  Juanma Barranquero  <lektu@terra.es>
15060         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
15061         arguments in the docstring, they're used only in recursive calls.
15063         * help-fns.el (help-arg-highlighting-function)
15064         (help-argument-name): Delete.
15065         (help-default-arg-highlight): New function.
15066         (help-do-arg-highlighting): Use it.
15068 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
15070         * calendar/appt.el (appt-disp-window):
15071         Use `calendar-set-mode-line' for a centered mode-line.
15073 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
15075         * calendar/appt.el (appt-disp-window): Do not split window
15076         excessively when `split-height-threshold' is low.
15078 2004-05-12  Nick Roberts  <nickrob@gnu.org>
15080         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
15081         kill-buffer-hook here and make it local.
15082         (gud-kill-buffer-hook): Use kill-process for a sure kill.
15084 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
15086         * progmodes/compile.el (compilation-set-window-height):
15087         Use save-excursion to protect against misplaced marker.
15089 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15091         * custom.el (defface): Document that type can have value gtk.
15093         * faces.el (face-spec-set-match-display): Handle type gtk in display.
15095 2004-05-12  Kenichi Handa  <handa@m17n.org>
15097         * descr-text.el: Require quail at comile time.
15098         (describe-char): If an input method is on and it supports the
15099         character, show how to input it.
15101         * international/quail.el (quail-install-decode-map): Accept a
15102         char-table whose subtype is `quail-decode-map'.
15103         (quail-store-decode-map-key, quail-gen-decode-map1)
15104         (quail-gen-decode-map, quail-find-key1, quail-find-key)
15105         (quail-show-key): New functions.
15107 2004-05-12  Juanma Barranquero  <lektu@terra.es>
15109         * generic.el (define-generic-mode): Remove redundant arglist info.
15111         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
15112         Make arguments match their use in docstring.
15113         (help-arg-highlighting-function): New variable.
15114         (help-argument-name): Mention it in the docstring.
15115         (help-do-arg-highlight): Use it.  Expand regexp to accept also
15116         ARG-xxx and xxx-ARG references.
15118 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
15120         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
15121         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
15122         and "mailto:addr1?to=addr2" equal.
15124 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
15126         * man.el (Man-getpage-in-background): Use shell-file-name
15127         and shell-command-switch variables instead of hard-coded values.
15129 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
15131         * iimage.el: New file.
15133 2004-05-11  Juanma Barranquero  <lektu@terra.es>
15135         * custom.el (custom-initialize-default, defcustom):
15136         Fix typo in docstring.
15138         * files.el (set-visited-file-name, file-expand-wildcards):
15139         Fix docstring.
15141 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15143         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
15145         * subr.el (eventp): Be more discriminating with integers.
15147 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
15149         * progmodes/compile.el (compile): Add universal prefix arg.
15150         (compilation-error-regexp-alist-alist): Add edg patterns.
15152 2004-05-10  Sam Steingold  <sds@gnu.org>
15154         * textmodes/ispell.el (ispell-message):
15155         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
15157 2004-05-10  Dave Love  <fx@gnu.org>
15159         * progmodes/python.el (help-buffer): Autoload when compiling.
15160         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
15161         (run-python): Prepend to any existing PYTHONPATH.
15163 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
15165         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
15166         for pending breakpoints.
15168 2004-05-10  Richard M. Stallman  <rms@gnu.org>
15170         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
15171         directly without calling any functions in Rmail.
15172         (unrmail-unprune): Function deleted.
15174 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15176         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
15177         C-c C-z binding.
15179 2004-05-10  Kenichi Handa  <handa@m17n.org>
15181         * descr-text.el (describe-char): Fix previous change.  Don't make
15182         a unibyte character to multibyte in the *Help* buffer.
15184 2004-05-10  Miles Bader  <miles@gnu.org>
15186         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
15187         buffer an error if the debugger process is actually running.
15189 2004-05-10  Juanma Barranquero  <lektu@terra.es>
15191         * help-fns.el (help-argument-name): Default to italic.
15192         (help-highlight-arguments): Return always (usage . doc), even when
15193         usage is nil.
15195         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
15196         (define-ibuffer-filter): Add usage info.
15197         (define-ibuffer-op): Add usage info (but CL-style defaults for
15198         keyword args are not shown).
15200         * subr.el (remove-overlays, read-passwd): Fix docstring.
15201         (start-process-shell-command): Fix docstring.  Put usage info in a
15202         format usable by `describe-function'.
15203         (open-network-stream, open-network-stream-nowait)
15204         (open-network-stream-server): Fix docstring.
15206 2004-05-09  Jason Rumney  <jasonr@gnu.org>
15208         * international/code-pages (cp932, cp936, cp949, c950): Remove.
15209         Only define cp125* if windows-125* is already defined.
15211         * language/korean.el (cp949): Add alias.
15213         * language/chinese.el (cp936, cp950): Add aliases.
15215         * language/japanese.el (cp932): Add alias.
15217         * term/w32-win.el: Require code-pages.
15219         * international/mule-cmds.el (set-locale-environment):
15220         On MS-Windows use ansi code-page for default coding-systems.
15221         Set up paper sizes for Windows 3 letter languages.
15223         * international/code-pages.el (cp932, cp936, cp949, cp950):
15224         Add aliases.  Also add cp125* if not already defined.
15226 2004-05-09  Juanma Barranquero  <lektu@terra.es>
15228         * help-fns.el (help-highlight-arguments): Don't try to highlight
15229         missing or autoloaded arglists.  Accept structured arguments, like
15230         the first ones of `do' and `flet'.
15232         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
15233         (cvs-get-marked): Remove redundant arglist info.
15235         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
15236         Don't use CL-style default args.
15238 2004-05-08  Andreas Schwab  <schwab@suse.de>
15240         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
15242         * international/subst-ksc.el: Fix references to utf-translate-cjk
15243         into utf-translate-cjk-mode.
15244         * international/subst-big5.el: Likewise.
15245         * international/subst-gb2312.el: Likewise.
15246         * international/subst-jis.el: Likewise.
15247         * international/utf-16.el: Likewise.
15248         * international/utf-8.el: Likewise.
15250 2004-05-08  John Wiegley  <johnw@newartisans.com>
15252         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
15253         "virtual buffers" (off by default), which makes it possible to
15254         switch to the "virtual" buffers of recently visited files.  When a
15255         buffer name search fails, and this option is on, iswitchb will
15256         look at the list of recently visited files, and permit matching
15257         against those names.  When the user hits RET on a match, it will
15258         revisit that file.
15259         (iswitchb-read-buffer): Add two optional arguments, which makes
15260         isearchb.el possible.
15261         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
15262         (iswitchb-next-match): Add support for virtual buffers.
15264         * isearchb.el: This module extends iswitchb to provide "as you
15265         type" buffer selection.
15267         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
15268         Ignore the read-only property when flyspell highlighting is on.
15269         Not ignoring it leads to a series of confusing errors.
15270         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
15271         but also make sure to call flyspell-incorrect-hook.
15272         (flyspell-maybe-correct-transposition): Perform transposition test
15273         by bit twiddling a string, rather than using a temp buffer.
15274         (flyspell-maybe-correct-doubling): Use a string rather than a temp
15275         buffer.  This is also the original version of the code, which
15276         could not be checked in before due to a previous lack of
15277         assignment papers.  This version has seen heavy usage on my system
15278         for several years now.
15280         * calendar/cal-bahai.el: New file, which adds support for the
15281         Baha'i calendar to Emacs.  This calendar is based on a solar year
15282         of 19 months of 19 days, with 4 intercalary days.  Each year
15283         begins on March 21, with the calendar starting in 1844.
15285         * calendar/cal-menu.el, calendar/calendar.el
15286         * calendar/diary-lib.el, calendar/holidays.el:
15287         Added support for using cal-bahai.el.
15289         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
15290         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
15291         function can be used outside of eshell buffers.
15292         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
15294 2004-05-08  Juanma Barranquero  <lektu@terra.es>
15296         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
15297         word constituent so FOO-ARG is not recognized as an arg.
15298         (help-highlight-arguments): Don't skip lists in mandatory arguments.
15300         * simple.el (next-error): Fix typo in docstring.
15301         (open-line): Make argument names match their use in docstring.
15302         (split-line): Fix docstring.
15304         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
15305         usable by `describe-function'.
15306         (gensym, gentemp, typep, ignore-errors): Make argument names match
15307         their use in docstring.
15309         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
15310         argument to `help-setup-xref'.
15312 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
15314         Version 2.0.40 of Tramp released.
15316         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
15317         Use symbol-function to invoke functions only known on some Emacs
15318         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
15319         Scaldeferri <kevin@scaldeferri.com>.
15320         (tramp-do-copy-or-rename-file-via-buffer): Rename from
15321         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
15322         consistent with the other tramp-do-* functions.
15323         (tramp-do-copy-or-rename-file): Calls adjusted.
15324         (tramp-process-initial-commands): Avoid liveness check on shell --
15325         we know that it must be alive since we're opening a connection at
15326         this moment.
15327         (tramp-last-cmd): New internal variable.
15328         (tramp-process-echoes): New tunable.
15329         (tramp-send-command): Set tramp-last-cmd.
15330         (tramp-wait-for-output): Delete echo, if applicable.
15331         (tramp-read-passwd): Construct the key for the password cache in a
15332         way that works for multi methods, too.
15333         (tramp-bug): Add backup-directory-alist and
15334         bkup-backup-directory-info to bug reports, with Tramp counterparts.
15336 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
15338         * net/tramp*.el: Suppress byte-compiler warnings where possible.
15340         * net/tramp.el (tramp-out-of-band-prompt-regexp)
15341         (tramp-actions-copy-out-of-band): New defcustoms.
15342         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
15343         used instead of a synchronous one.  Allows password entering.
15344         (tramp-action-out-of-band): New defun.
15345         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
15346         Remove restriction with password from doc string.
15347         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
15348         `tramp-out-of-band-prompt-regexp',
15349         `tramp-actions-copy-out-of-band', `password-cache' and
15350         `password-cache-expiry'.
15351         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
15352         password caching.
15353         (tramp-touch): FILE can be a local file, too.
15354         (TODO): Remove items done.
15355         (tramp-handle-insert-directory): Properly quote file name also if
15356         not full-directory-p.  Handle wildcard case.  Reported by Andreas
15357         Schwab <schwab@suse.de>.
15358         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
15359         new file.
15360         (tramp-handle-file-local-copy, tramp-handle-write-region):
15361         The permissions of the temporary file are set if filename exists.
15362         Reported by Ted Stern <stern@cray.com>.
15363         (tramp-backup-directory-alist)
15364         (tramp-bkup-backup-directory-info): New defcustoms.
15365         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
15366         (tramp-handle-find-backup-file-name): New function.
15367         Implements Tramp's find-backup-file-name.
15369         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
15370         for `find-backup-file-name'.
15372         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
15373         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
15375 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
15377         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
15379 2004-05-07  Juanma Barranquero  <lektu@terra.es>
15381         * subr.el (lambda): Add arglist description to docstring.
15382         (declare): Fix typo in docstring.
15383         (open-network-stream): Fix docstring.
15384         (process-kill-without-query): Fix docstring and add obsolescence info.
15385         (last, butlast, nbutlast): Make arguments match their use in docstring.
15386         (insert-buffer-substring-no-properties): Likewise.
15387         (insert-buffer-substring-as-yank): Likewise.
15388         (split-string): Fix docstring.
15390         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15391         Make argument names match their use in docstring.
15393         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
15395 2004-05-06  Nick Roberts  <nickrob@gnu.org>
15397         * progmodes/gdb-ui.el: Improve/extend documentation strings.
15398         Fit first sentence on one line for apropos-command.
15400 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15402         Changes largely merged in from Dave Love's code.
15403         * progmodes/python.el: Doc fixes.
15404         (python-mode-map): Add python-complete-symbol.
15405         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
15406         (python-comment-indent, python-complete-symbol)
15407         (python-symbol-completions, python-partial-symbol)
15408         (python-try-complete): New.
15409         (python-indent-line): Remove optional arg.  Use python-block-end-p.
15410         (python-check): Bind compilation-error-regexp-alist.
15411         (inferior-python-mode): Use rx.  Move keybindings to top level.
15412         Set comint-input-filter.
15413         (python-preoutput-filter): Use rx.
15414         (python-input-filter): Re-introduce.
15415         (python-proc): Start new process if necessary.
15416         Check python-buffer non-nil.
15417         (view-return-to-alist): Defvar.
15418         (python-send-receive): New.
15419         (python-eldoc-function): Use it.
15420         (python-mode-running): Don't defvar.
15421         (python-mode): Set comment-indent-function.
15422         Maybe update hippie-expand-try-functions-list.
15423         (python-indentation-levels): Initialize differently.
15424         (python-block-end-p): New.
15425         (python-indent-line): Use it.
15426         (python-compilation-regexp-alist): Augment.
15427         (run-python): Import `emacs' module to Python rather than loading
15428         code directly.  Set python-buffer differently.
15429         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
15430         Use python-proc.
15431         (python-send-command): Go to end of comint buffer.
15432         (python-load-file): Use python-proc, emacs.eimport.
15433         (python-describe-symbol): Simplify interactive form.
15434         Use emacs.help.  Do use temp-buffer-show-hook.
15435         Call print-help-return-message.
15436         (hippie-exp): Require when compiling.
15437         (python-preoutput-continuation): Use rx.
15439         * diff-mode.el (diff-make-unified): Fix regexp.
15441 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
15443         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
15444         filter groups from the buffer when rebuilding the Ibuffer buffer
15445         and `ibuffer-show-empty-filter-groups' is nil.
15447 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15449         * ps-print.el (ps-print-quote): Call ps-value-string.
15450         (ps-setup): Call ps-comment-string.
15451         (ps-value-string, ps-comment-string): New funs.
15453 2004-05-06  Juanma Barranquero  <lektu@terra.es>
15455         * ehelp.el (electric-help-command-loop): Check whether the last
15456         character is visible, not (point-max).
15458         * help-fns.el (help-argument-name): Default to bold; don't inherit
15459         from font-lock-variable-name-face.
15460         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
15462 2004-05-05  Kenichi Handa  <handa@m17n.org>
15464         * descr-text.el (describe-char): Copy the character with text
15465         properties and overlays into the first line, and call
15466         describe-text-properties on it.
15468 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
15470         * iswitchb.el (iswitchb-global-map): Fix typo.
15471         Remove unwanted ###autoloads from source file.
15473 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
15475         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
15476         in run-hooks.  Use substitute-command-keys in message.
15477         (wdired-abort-changes): Add message.
15479 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
15481         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
15482         (sql-emacs20-p): Remove.
15483         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
15484         (sql-builtin-face, sql-doc-face): Remove.
15485         (sql-mode-ansi-font-lock-keywords)
15486         (sql-mode-oracle-font-lock-keywords)
15487         (sql-mode-postgres-font-lock-keywords)
15488         (sql-mode-linter-font-lock-keywords)
15489         (sql-mode-ms-font-lock-keywords)
15490         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
15491         (sql-product-font-lock): Fix font-lock reset when font rules change.
15492         (sql-highlight-product): Remove incorrect font-lock reset logic.
15494 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
15496         * ses.el (ses-set-parameter): Fix typo.
15498 2004-05-04  Kim F. Storm  <storm@cua.dk>
15500         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
15501         Must expand directory for completion to work; and don't mess with
15502         process-environment.
15503         (ido-read-file-name): If command has ido property, don't use ido
15504         if value is ignore, or read as directory if value is dir.
15505         Set ido ignore property for dired-do-rename command.
15507 2004-05-04  Juanma Barranquero  <lektu@terra.es>
15509         * ehelp.el (electric-help-command-loop, electric-help-undefined)
15510         (electric-help-help): Check against unmapped commands.
15512         * help-fns.el (help-argument-name): New face, inheriting from
15513         font-lock-variable-name-face, to highlight function arguments in
15514         `describe-function' and `describe-key'.
15515         (help-do-arg-highlight): Auxiliary function to highlight a given
15516         list of arguments in a string.
15517         (help-highlight-arguments): Highlight the function arguments and
15518         all uses of them in the docstring.
15519         (describe-function-1): Use it.  Do docstring output via `insert',
15520         not 'princ', so text attributes are preserved.
15522         * winner.el (winner-mode-map): Move `winner-undo' and
15523         `winner-redo' to C-c <left> and C-c <right>, respectively (the
15524         previous bindings conflict with `prev-buffer', `next-buffer').
15526 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15528         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
15529         (bibtex-entry-update): New command bound to C-c C-u.
15530         (bibtex-text-in-string): Fix regexp.
15531         (bibtex-assoc-of-regexp): Remove.
15532         (bibtex-progress-message): Fix docstring.
15533         (bibtex-inside-field): Use if.
15534         (bibtex-assoc-regexp): New function.
15535         (bibtex-format-entry): Make code more robust so that it formats
15536         also old entries.
15537         (bibtex-autokey-demangle-title): Merge with obsolete function
15538         bibtex-assoc-of-regexp.
15539         (bibtex-field-list): New function.
15540         (bibtex-entry): Use bibtex-field-list.
15541         (bibtex-parse-entry): Fix docstring.
15542         (bibtex-print-help-message): Use bibtex-field-list.
15543         (bibtex-make-field): Use bibtex-field-list.
15544         (bibtex-entry-index): Bugfix.  Return crossref key if required.
15545         (bibtex-lessp): Fix docstring.
15547 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
15549         * select.el (xselect-convert-to-string): Move comment to intended line.
15551 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15553         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
15554         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
15556 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15558         * term/x-win.el (x-clipboard-yank): Don't exit on error from
15559         x-get-selection.
15561 2004-05-03  Jason Rumney  <jasonr@gnu.org>
15563         * makefile.nt: Remove.
15565 2004-05-03  Kim F. Storm  <storm@cua.dk>
15567         * emulation/cua-base.el (cua--update-indications): Fix last change.
15568         (cua-mode): Deactivate mark when cua-mode is enabled.
15570 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
15572         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
15574 2004-05-03  Nick Roberts  <nickrob@gnu.org>
15576         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
15577         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
15578         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
15579         window over visible frames.
15580         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
15582 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15584         * progmodes/compile.el (compilation-gcpro): New var.
15585         (compilation-fake-loc): Use it.
15586         (compilation-forget-errors): Reset it.
15588 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
15590         * diff-mode.el (diff-header-face, diff-file-header-face):
15591         Use min-colors.
15593 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15595         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
15596         (bibtex-clean-entry): Disentangle code.
15597         (bibtex-realign): New function.
15598         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
15599         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
15600         Remove undocumented optional arg called-by-convert-alien.
15601         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
15602         for sorting instead of bibtex-sort-buffer.
15604 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
15606         * progmodes/compile.el (compilation-start): In the
15607         no-async-subprocesses branch, call sit-for to give redisplay a
15608         chance to show the updated process status in the mode line, and
15609         fontify the buffer explicitly after the process exits.
15611 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15613         * progmodes/python.el (python-compilation-line-number): Remove.
15614         (python-compilation-regexp-alist): Don't use it any more.
15615         (python-orig-start, python-input-filter): Remove.
15616         (inferior-python-mode): Don't set up comint-input-filter-functions.
15617         (python-send-region): Use compilation-fake-loc.
15619         * progmodes/compile.el (compilation-messages-start): New var.
15620         (compilation-mode): Don't setup next-error-function here.
15621         (compilation-setup): Set it up here instead (for minor modes as well).
15622         Make compilation-messages-start buffer local.
15623         (compilation-next-error-function): Use it.
15624         (compilation-forget-errors): Set compilation-messages-start.
15626 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
15628         * ielm.el (ielm-prompt-read-only): Update docstring.
15630         * comint.el (comint-prompt-read-only): Update docstring.
15631         (comint-update-fence, comint-kill-whole-line)
15632         (comint-kill-region): New functions.
15634         * simple.el (kill-whole-line): Use "p" instead of "P" in
15635         interactive form.
15637 2004-05-01  Juanma Barranquero  <lektu@terra.es>
15639         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15640         format arglist so default values in CL-style argument lists are
15641         correctly shown.
15643 2004-05-01  Jason Rumney  <jasonr@gnu.org>
15645         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15647 2004-05-01  Kenichi Handa  <handa@m17n.org>
15649         * international/titdic-cnv.el (miscdic-convert): Don't generate a
15650         quail file if it is up to date.
15652 2004-04-30  Juri Linkov  <juri@jurta.org>
15654         * cus-edit.el (custom-mode-map):
15655         Add key binding `C-x C-s' to `Custom-save'.
15657         * outline.el (outline-blank-line): New var.
15658         (outline-next-preface, outline-show-heading)
15659         (outline-end-of-subtree): Use it.
15661         * dired-aux.el (dired-touch-initial): New fun.
15662         (dired-do-chxxx): Call it for op-symbol `touch'.
15663         (dired-diff): Use `dired-dwim-target-directory'
15664         if current dired buffer has no buffer mark.
15666         * bindings.el (propertized-buffer-identification):
15667         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15668         Add C-M-arrow keys for consistency.
15670         * files.el (confirm-kill-emacs):
15671         Change group from top-level `emacs' to `convenience'.
15673         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15674         Push mark on the first call of successive command calls.
15675         (insert-pair): New fun created from `insert-parentheses' with
15676         `open' and `close' arguments added.  Enclose active regions
15677         in paired characters.  Compare adjacent characters syntax with
15678         inserted characters syntax before inserting a space.
15679         (insert-parentheses): Call `insert-pair' with ?\( ?\).
15681         * delsel.el: Don't put `delete-selection' property
15682         on `insert-parentheses' symbol to take advantage of
15683         region handling in `insert-pair' function.
15684         Suggested by Stephan Stahl <stahl@eos.franken.de>.
15686 2004-04-30  Kim F. Storm  <storm@cua.dk>
15688         * emulation/cua-base.el: Add support for changing cursor types;
15689         based on patch from Michael Mauger.
15690         (cua-normal-cursor-color, cua-read-only-cursor-color)
15691         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15692         Customization cursor type and/or cursor color.
15693         (cua--update-indications): Handle cursor type changes.
15694         (cua-mode): Update cursor indications if enabled.
15696         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15698         * mouse.el (mouse-drag-copy-region): New defcustom.
15699         (mouse-set-region, mouse-drag-region-1): Use it.
15701         * simple.el (kill-ring-save): If region face background color is
15702         unspecified (if no highlighting), show extent of fully visible
15703         region even if transient-mark-mode is enabled.
15705         * emulation/cua-base.el (cua--standard-movement-commands):
15706         Add cua-scroll-up and cua-scroll-down.
15707         (cua-scroll-up, cua-scroll-down): New commands.
15708         (cua--init-keymaps): Remap scroll-up and scroll-down.
15710         * emulation/cua-rect.el (cua--convert-rectangle-as):
15711         New defmacro.
15712         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15713         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15714         New commands (suggested by Jordan Breeding).
15716 2004-04-30  Juanma Barranquero  <lektu@terra.es>
15718         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15720 2004-04-30  Mario Lang  <mlang@delysid.org>
15722         * diff.el (diff-switches): Fix typo in docstring.
15724 2004-04-30  Alex Schroeder  <alex@gnu.org>
15726         * xml.el (xml-debug-print-internal): Don't add newline and
15727         indentation to text nodes and write empty elements as empty tags
15728         instead of opening and closing tags.
15729         (xml-debug-print): Take optional indent-string argument.
15730         (xml-print): Alias for xml-debug-print.
15732 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
15734         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15735         than duplicate call to `line-beginning-position'.
15737         * progmodes/f90.el (f90-get-present-comment-type):
15738         Return whitespace, as well as comment chars, for consistent filling
15739         of comment blocks.  Use `match-string-no-properties'.
15740         (f90-break-line): Trim trailing whitespace when filling comments.
15742 2004-04-30  Dave Love  <fx@gnu.org>
15744         * calendar/diary-lib.el (diary-outlook-formats): New variable.
15745         (diary-from-outlook-internal, diary-from-outlook)
15746         (diary-from-outlook-gnus, diary-from-outlook-rmail):
15747         New functions to import diary entries from Outlook-format
15748         appointments in mail messages.
15750 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15752         * progmodes/python.el (python-send-command): New fun.
15753         (python-send-region, python-load-file): Use it.
15755         * progmodes/compile.el (compilation-last-buffer): Add var alias.
15757         * help-fns.el (help-C-file-name): Use new subr-name.
15758         Prepend `src/' to the file name.
15759         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15760         (describe-function-1, describe-variable): Only find a C source file
15761         name if DOC is already loaded.
15763         * help-mode.el (help-function-def, help-variable-def):
15764         Use the new find-function-search-for-symbol functionality.
15765         Allow FILE to be `C-source'.
15767         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15768         (find-function-C-source): New fun.
15769         (find-function-search-for-symbol): Use it.
15771 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
15773         * progmodes/sql.el (sql-product-alist): Rename variable
15774         `sql-product-support'.  Add Postgres login parameters.
15775         (sql-set-product, sql-product-feature): Update with renamed variable.
15776         (sql-connect-postgres): Add username prompt.
15777         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15778         Make patterns less product specific.
15779         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15780         (sql-mode-abbrev-table): Modify initialization.
15781         (sql-builtin-face): Add variable.
15782         (sql-keywords-re): Add macro.
15783         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15784         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15785         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15786         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15787         (sql-mode-linter-font-lock-keywords)
15788         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15789         (sql-mode-sybase-font-lock-keywords)
15790         (sql-mode-informix-font-lock-keywords)
15791         (sql-mode-interbase-font-lock-keywords)
15792         (sql-mode-ingres-font-lock-keywords)
15793         (sql-mode-solid-font-lock-keywords)
15794         (sql-mode-sqlite-font-lock-keywords)
15795         (sql-mode-db2-font-lock-keywords): Default to nil.
15796         (sql-product-font-lock): Always highlight ANSI keywords.
15797         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15798         (sql-send-string): Add function.
15800 2004-04-29  Dave Love  <fx@gnu.org>
15802         * progmodes/cfengine.el (cfengine-beginning-of-defun)
15803         (cfengine-end-of-defun): Ensure progress through buffer.
15805         * info-look.el (cfengine-mode): Accept a terminal ().
15807 2004-04-29  Juri Linkov  <juri@jurta.org>
15809         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15810         instead of isearch-yank-word-or-char.  Add new key bindings for
15811         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15812         (isearch-del-char): New fun.
15813         (isearch-forward, isearch-edit-string): Update docstring.
15814         (isearch-yank-char): Doc fix.
15815         (isearch-other-meta-char): Restore point after scrolling.
15817         * progmodes/compile.el (compilation-context-lines): Add nil option
15818         to disable compilation output window scrolling.
15819         (compilation-set-window): Use it.
15821         * outline.el (outline-next-preface, outline-show-heading):
15822         Don't leave unhidden blank line before heading.
15823         (outline-end-of-subtree): Include last newline into subtree.
15824         (hide-entry): Leave point at beginning of heading instead of end.
15825         (outline-up-heading): Push mark for the first call of successive
15826         command calls.
15828 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
15830         * comint.el (comint-prompt-read-only): New variable.
15831         (comint-output-filter): Implement it.
15833         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15834         (ielm-prompt-internal): New variable.
15835         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15836         (ielm-send-input): Delete unused variable `buf'.
15837         (ielm-eval-input): Use `ielm-prompt-internal'.
15838         (inferior-emacs-lisp-mode): Use new variables
15839         `comint-prompt-read-only' and `ielm-prompt-internal'.
15840         Get rid of obsolete variable `directory-sep-char'.
15841         (ielm): Use `zerop'.
15843 2004-04-29  John Paul Wallington  <jpw@gnu.org>
15845         * thumbs.el (toplevel): Require cl at compile time.
15846         Remove conditional definitions of `ignore-errors' and `caddar'
15847         because they occur at run time.
15849 2004-04-28  Nick Roberts  <nickrob@gnu.org>
15851         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15852         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15853         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15854         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15856         * progmodes/gud.el (gud-common-init): Throw an error if program is
15857         already running under gdb.
15859 2004-04-28  John Paul Wallington  <jpw@gnu.org>
15861         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15862         (thumbs-show-image-num): Move assignment of
15863         `thumbs-current-image-filename' within scope of `i'.
15864         (thumbs-emboss-image): Don't use `evenp'.
15866 2004-04-28  Richard M. Stallman  <rms@gnu.org>
15868         * progmodes/compile.el (compilation-context-lines): Default now 0.
15870 2004-04-28  Juanma Barranquero  <lektu@terra.es>
15872         Use `time-less-p' from calendar/time-date.el instead of defining
15873         custom versions of it.
15875         * pcomplete.el (pcomplete-time-less-p): Remove.
15877         * thumbs.el (time-less-p): Remove.
15879         * calendar/timeclock.el (timeclock-time-less-p): Remove.
15880         (timeclock-generate-report): Use `time-less-p'.
15882         * emacs-lisp/autoload.el (autoload-before-p): Remove.
15883         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15885 2004-04-28  Masatake YAMATO  <jet@gyve.org>
15887         * subr.el (remove-overlays): Make arguments optional.
15889         * wid-edit.el (widget-specify-button): Put evaporate to the
15890         overlay for sample.
15891         (widget-specify-sample): Put evaporate to the overlay for sample.
15892         (widget-specify-doc): Put evaporate to the overlay for documentation.
15894 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
15896         * info.el (info-apropos): Make it an index node.  Align node names
15897         like makeinfo.
15899 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
15901         * net/browse-url.el (browse-url-netscape-sentinel)
15902         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15903         (browse-url-epiphany-sentinel, browse-url-mosaic):
15904         Use browse-url-*-program instead of a literal program name.
15906 2004-04-27  Kevin Ryde  <user42@zip.com.au>
15908         * eshell/em-alias.el:
15909         * eshell/em-dirs.el:
15910         * eshell/em-hist.el:
15911         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15912         features when M-x customize-group loads modules before the main
15913         eshell.el.
15915 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
15917         * subr.el (momentary-string-display): Support EXIT-CHAR that is
15918         either a character representation of an event or an event
15919         description list.
15921         * type-break.el: Capitalise Emacs and Lisp.
15922         (type-break-good-break-interval, type-break-demo-boring-stats)
15923         (type-break-terse-messages, type-break-file-name): New defcustoms.
15924         (type-break-post-command-hook)
15925         (type-break-warning-countdown-string): Quote variable names in doc.
15926         (type-break-interval-start, type-break-auto-save-file-name): New vars.
15927         (type-break-mode): Document type-break-good-break-interval and the
15928         "session" file.  Schedule break according to the session file.
15929         Kill session file buffer on exit.  Organise for save-some-buffers
15930         to always save the session file.
15931         (type-break-mode-line-message-mode, type-break-query-mode):
15932         Uppercase arguments.
15933         (type-break-file-time, type-break-file-keystroke-count, timep)
15934         (type-break-choose-file, type-break-get-previous-time)
15935         (type-break-get-previous-count): New defuns.
15936         (type-break): Avoid break querying after a completed break in the
15937         case where the query was initiated during user invocation of the
15938         break.  Optional terse messages.
15939         Use type-break-good-break-interval if type-break-good-rest-interval is
15940         nil.  File the break time.
15941         (type-break-schedule): New optional args for overriding the use of
15942         the current time.
15943         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15944         after a break.
15945         (type-break-check): File the keystroke count.
15946         (type-break-do-query): Prevent a second query when the break is
15947         interrupted.  Optional terse message.
15948         (type-break-keystroke-reset): Record the start of a typing interval.
15949         (type-break-demo-boring): Optional terse messages.  Display word
15950         per minute and keystroke counts according to
15951         type-break-demo-boring-stats.
15953 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
15955         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15956         directories, make sure they exist under archive-tmpdir.
15958 2004-04-27  Juri Linkov  <juri@jurta.org>
15960         * help.el (view-emacs-news): With argument, display info for the
15961         selected version by finding it among different NEWS files, and
15962         narrowing the buffer to the selected version.
15964         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15965         same-window-buffer-names.
15966         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
15967         non-numeric prefix argument, append the number to the buffer name
15968         for numeric prefix argument.
15969         (info-other-window): Bind same-window-regexps to nil.
15970         (Info-reference-name): Rename to Info-point-loc.
15971         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15972         and Info-find-index-name for stringy Info-point-loc.
15973         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
15974         without middle `.', but with final `.' and optional line number
15975         for it.  Set Info-point-loc for index nodes.
15976         (Info-index): Remove middle `.' from index entry regexp.
15977         Modify line number regexp.
15978         (Info-index-next): Decrement line number.
15979         (info-apropos): Remove middle `.' from index entry regexp.
15980         Add optional line number regexp at the end.  Add matched value
15981         for line number to the result list and insert it to the buffer.
15982         Replace match-string by match-string-no-properties.
15983         Reorder result list.
15984         (Info-fontify-node): Hide index line numbers.
15985         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15986         empty matches.
15987         (Info-follow-reference): Use `str' instead of
15988         Info-following-node-name-re.
15989         (Info-toc): Use full file names.  Set Info-current-node to "Top".
15990         (Info-fontify-node): Compare file names without directory name.
15991         (Info-try-follow-nearest-node): Don't set Info-reference-name.
15992         Set second arg of Info-extract-menu-node-name for index nodes.
15993         (info-xref-visited): Use magenta3 instead of magenta4.
15994         (Info-mode): Add info-apropos to docstring.
15996         * log-view.el (log-view-diff): Replace interactive code "r"
15997         by a list to allow to call it even if region is not active.
15999         * paren.el (show-paren-highlight-openparen): New var.
16000         (show-paren-function): Turn on openparen highlighting when
16001         matching forward if show-paren-highlight-openparen is non-nil.
16003         * simple.el (kill-ring-save): Use blink-matching-delay instead of
16004         the constant value 1.
16005         (completions-common-part): Expand docstring.
16007         * textmodes/picture.el (picture-mode-map): Add arrow keys.
16009 2004-04-27  Kim F. Storm  <storm@cua.dk>
16011         * image.el (insert-sliced-image): Use line-height instead of
16012         line-spacing property on newline.
16014 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
16016         * desktop.el (desktop-buffer-misc-data-function): Rename to
16017         desktop-save-buffer and change docstring.
16018         (desktop-buffer-modes-to-save): Delete.
16019         (desktop-save-buffer-p): Use desktop-save-buffer instead of
16020         desktop-buffer-modes-to-save.
16021         (desktop-save): Rename desktop-buffer-misc-data-function to
16022         desktop-save-buffer and allow non-function value.
16023         (desktop-missing-file-warning): Correct docstring.
16025         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
16026         to desktop-save-buffer.
16028         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
16029         desktop-save-buffer.
16031         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
16033         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
16035 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
16037         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
16039 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
16041         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
16042         (ielm): Only go to the end of the buffer when starting a new process.
16044 2004-04-25  Juanma Barranquero  <lektu@terra.es>
16046         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
16047         mode line.  Bind `inhibit-read-only' to t before modifying
16048         properties of text in the buffer.
16049         (ielm): Force point to the end of buffer, even when running ielm
16050         from inside itself.
16052 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16054         * info.el (info-apropos): Reset Info-complete-cache.
16056 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
16058         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16059         Also recognize severe Irix et al. messages.
16060         (compilation-normalize-filename, compile-abbreviate-directory):
16061         Delete functions.
16062         (compilation-get-file-structure): New function inherits
16063         functionality of the two preceding ones.
16064         (compilation-internal-error-properties, compilation-fake-loc):
16065         Use it so that different paths to the same file share the same
16066         markers.  Also optimize finding adjacent marker slightly.
16068 2004-04-25  Kim F. Storm  <storm@cua.dk>
16070         * image.el (insert-sliced-image): Add line-spacing t property
16071         to newlines separating image lines.
16073 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
16075         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
16077         * ielm.el (ielm-prompt-read-only): New user option.
16078         (ielm-prompt): Expand docstring to describe new behavior.
16079         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
16080         mention it in the docstring.
16082 2004-04-24  Andreas Schwab  <schwab@suse.de>
16084         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
16086         * diff.el (diff): Set default-directory in diff buffer.
16088 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
16090         * mail/sendmail.el (mail-bury): Don't delete the frame where the
16091         mail was being composed if the terminal cannot display more than
16092         one frame; instead, switch to previous frame.
16094         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
16095         (rmail-start-mail): Support rmail-mail-new-frame even on
16096         terminals that can display only one frame at a time.
16098 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16100         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
16101         (checkdoc-output-font-lock-keywords): Remove error regexp.
16102         (checkdoc-output-mode-map): Remove.
16103         (checkdoc-output-mode): Derive from compilation-mode.
16104         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
16106         * dired.el (dired-mode-map): Add a menu entry for wdired.
16108         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
16109         (rx-bracket, rx-check-any, rx-any): Clean up name space.
16111         * wdired.el (wdired-mode-map): Move init into declaration.
16112         Fix `return' binding.
16113         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
16114         Use force-mode-line-update.
16115         (wdired-get-filename): Use `unless'.
16116         (wdired-preprocess-files): Don't assume names have no \n and use / for
16117         dir separator.
16118         (wdired-normalize-filename): Use replace-regexp-in-string.
16119         (wdired-load-hooks): Remove.
16120         (wdired-mode-hooks): Rename to wdired-mode-hook.
16122         * info-look.el: Add support for cfengine-mode.
16123         (info-lookup-setup-mode): Use dolist.
16125 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
16127         * wdired.el: New file.
16129 2004-04-23  Juanma Barranquero  <lektu@terra.es>
16131         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
16133         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
16134         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
16135         (pcomplete--help, pcomplete--here): Doc fixes.
16137 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
16139         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
16140         handles wrong-number-of-arguments in backend call.
16142         * vc.el (vc-print-log): Likewise.
16144 2004-04-20  Dave Love  <fx@gnu.org>
16146         * emacs-lisp/rx.el: Doc fixes.
16147         (rx-constituents): Add/extend many forms.
16148         (rx-check): Check form is a list.
16149         (bracket): Defvar.
16150         (rx-check-any, rx-any, rx-check-not): Modify.
16151         (rx-not): Simplify.
16152         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
16153         (rx-kleene): Use rx-trans-forms.
16154         (rx-quote-for-set): Delete.
16155         (rx): Allow multiple args.
16157 2004-04-23  Kenichi Handa  <handa@m17n.org>
16159         * international/mule-util.el (char-displayable-p): Simplify by
16160         using internal-char-font.
16162 2004-04-23  Juanma Barranquero  <lektu@terra.es>
16164         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
16166 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16168         * diff-mode.el (diff-next-error): New fun.
16169         (diff-mode): Use it.
16171         * simple.el (next-error): Change arg name.
16172         Add support for the documented C-u C-x ` usage.
16174         * frame.el (special-display-popup-frame, next-multiframe-window)
16175         (previous-multiframe-window): Only consider frames on same display.
16177 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
16179         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
16180         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
16182 2004-04-22  Kim F. Storm  <storm@cua.dk>
16184         * net/telnet.el (telnet): Add optional port arg.
16186 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16188         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16189         Minor sanity check on the `hyperlink' slot.
16191         * Makefile.in (recompile): Compile new files.
16193         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
16194         Add byte-recompile-directory's optional `arg'.
16196         * cvs-status.el (cvs-tree-use-charset): New var.
16197         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
16198         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
16199         (cvs-status-cvstrees): Use it.
16201         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
16202         Make it a normal major mode.
16203         (checkdoc-buffer-label): Make sure the file name is meaningful.
16204         (checkdoc-output-to-error-buffer): Remove.
16205         (checkdoc-error, checkdoc-start-section): Rewrite.
16207         * info.el (info-node, info-menu-5, info-xref, info-header-node)
16208         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16209         (Info-title-4-face): Use new syntax.
16210         (info-xref-visited): Inherit from info-xref.
16212         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
16214 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16216         * simple.el (next-error-last-buffer, next-error-function):
16217         New variables for the next-error framework.
16218         (next-error-buffer-p): New function.
16219         (next-error-find-buffer): Generalize compilation-find-buffer.
16220         (next-error, previous-error, first-error, next-error-no-select)
16221         (previous-error-no-select): Move from compile.el.
16223         * replace.el (occur-next-error, occur-1): Hook into the next-error
16224         framework.
16226         * progmodes/compile.el (compilation-start):
16227         Set next-error-last-buffer so next-error knows where to jump.
16228         (compilation-setup): Set the buffer-local variable
16229         next-error-function to 'compilation-next-error-function.
16230         (compilation-buffer-p, compilation-buffer-internal-p): Use an
16231         alternate way to find if a buffer is a compilation buffer, for
16232         next-error convenience.
16233         (next-error-no-select, previous-error-no-select, next-error)
16234         (previous-error, first-error): Move to simple.el.
16235         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
16236         (compilation-last-buffer): Remove.
16237         (compilation-start, compilation-next-error, compilation-setup)
16238         (compilation-next-error-function, compilation-find-buffer):
16239         Remove compilation-last-buffer use.
16241 2004-04-21  Juanma Barranquero  <lektu@terra.es>
16243         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
16244         (font-lock-warning-face): Fix spacing.
16246         * makefile.w32-in (WINS): Add url/ directory.
16248 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
16250         * desktop.el (desktop-buffer-mode-handlers): New variable.
16251         Alist of major mode specific functions to restore a desktop buffer.
16252         (desktop-buffer-handlers): Make variable obsolete.
16253         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
16254         Catch errors signaled in handlers.  Update buffer count.
16255         Evaluate desktop-buffer-point.
16256         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
16257         move to dired.el.
16258         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
16259         move to info.el.
16260         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
16261         move to mail/rmail.el.
16262         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
16263         to mh-e/mh-e.el.
16264         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
16265         On fail, print message (to message buffer) even if
16266         desktop-missing-file-warning is nil.
16267         (desktop-buffer-misc-data-function): New buffer local variable.
16268         Function returning major mode specific data.
16269         (desktop-buffer-misc-functions): Make variable obsolete.
16270         (desktop-save): Use desktop-buffer-misc-data-function.
16271         (desktop-buffer-dired-misc-data): Rename to
16272         dired-desktop-buffer-misc-data and move to dired.el.
16273         (desktop-buffer-info-misc-data): Rename to
16274         Info-desktop-buffer-misc-data and move to info.el.
16275         (desktop-read): Add message about number of buffers restored/failed.
16277         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
16278         Add parameters.  Pause to display error only when
16279         desktop-missing-file-warning is non-nil.
16280         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
16281         (dired-mode): Bind desktop-buffer-misc-data-function.
16283         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
16284         Add Parameters.
16285         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
16286         (Info-mode): Bind desktop-buffer-misc-data-function.
16288         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
16289         Add Parameters.
16291         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
16292         Add Parameters.
16294 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
16296         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
16297         the case of letters in case-insensitive expansions when the
16298         abbrev is preceded by characters with letter syntax.
16300 2004-04-21  Richard M. Stallman  <rms@gnu.org>
16302         * progmodes/cperl-mode.el (cperl-putback-char):
16303         Delete Emacs 18 definition.
16305         * international/mule.el (ctext-post-read-conversion):
16306         Use assoc-string, not assoc-ignore-case.
16308         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
16310         * emacs-lisp/easymenu.el (easy-menu-add):
16311         Do call x-popup-menu, but only if it's defined.
16313         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
16315         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
16316         Handle multiple args: compile like progn.
16318         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
16319         take all args as &rest arg.
16321         * autoinsert.el (auto-insert-alist): Insert the user's name in
16322         copyright notice, rather than Free Software Foundation.
16324 2004-04-21  Kenichi Handa  <handa@m17n.org>
16326         * descr-text.el (describe-char): Make it work on *Help* buffer.
16328 2004-04-21  Kim F. Storm  <storm@cua.dk>
16330         * image.el (insert-image): Add optional SLICE arg.
16331         (insert-sliced-image): New defun.
16333 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
16335         * subr.el (read-number): Check whether `default' is nil.
16337 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16339         * progmodes/compile.el (compilation-error-properties):
16340         Split into two.
16341         (compilation-internal-error-properties): New one.
16342         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
16344 2004-04-20  Richard M. Stallman  <rms@gnu.org>
16346         * window.el (split-window-save-restore-data):
16347         Don't update the data if OLD-INFO is nil.
16349         * view.el (view-return-to-alist): Mark it permanent local.
16351         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
16353         * recentf.el (recentf-save-list): Catch and warn about errors.
16355         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
16356         so "Buffers" won't be pure.
16358         * help-mode.el (help-mode-finish): Set help-return-alist first
16359         thing, setting only the entry for the selected window.
16361         * help-fns.el (describe-function-1): If many non-control non-meta
16362         keys run the command, don't list all of them.
16364 2004-04-20  Juanma Barranquero  <lektu@terra.es>
16366         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
16367         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
16369         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
16371 2004-04-20  Kenichi Handa  <handa@m17n.org>
16373         * international/quail.el (quail-lookup-key): New optional arg
16374         NOT-RESET-INDICES.
16375         (quail-get-translations): Call quail-lookup-key with
16376         NOT-RESET-INDICES t.
16377         (quail-completion): Likewise.
16378         (quail-lookup-map-and-concat): Likewise.
16380 2004-04-20  Kenichi Handa  <handa@m17n.org>
16382         * international/quail.el (quail-update-translation): Don't insert
16383         such an unsupported multibyte char in a unibyte buffer.
16385 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
16387         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
16388         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
16389         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
16390         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
16391         (gdb-frame-assembler-buffer): Improve behaviour with
16392         multiple frames.
16393         (gdb-display-buffer): Extend search to all visible frames.
16395 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
16397         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
16398         characters left after base64 decoding.
16399         (rmail-decode-region): Use -dos variety of `coding', to remove any
16400         ^M characters left after qp or base64 decoding.
16402 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16404         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
16405         messages.
16407 2004-04-19  Stephen Eglen  <stephen@gnu.org>
16409         * add-log.el (add-change-log-entry): Update doc string to mention
16410         add-log-full-name and add-log-mailing-address.
16412 2004-04-18  Juri Linkov  <juri@jurta.org>
16414         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
16415         (Info-find-node-2): Simplify error message.
16416         (Info-insert-dir): Use Info-following-node-name.
16417         (Info-goto-node): Remove *info-history* and *info-toc*.
16418         (Info-history): Create a node of the virtual history file.
16419         (Info-toc): Create a node of the virtual toc file.
16420         (Info-insert-toc): New arg `curr-file' for reference file names.
16421         (info-apropos): Remove redundant var binding for temp-file.
16422         (Info-index, Info-index-next, Info-mode): Doc fix.
16423         (Info-goto-emacs-command-node): Don't jump to *info* from
16424         non-*info* Info buffers.
16425         (Info-fontify-node): Don't show the file name of external
16426         references if `Info-hide-note-references' is `hide'.  Don't hide
16427         newlines at the end of paragraphs.
16429         * international/mule-diag.el (list-input-methods):
16430         Fix args to help-xref-button.
16432         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
16433         to put into effect local variables from TUTORIAL files.
16435         * textmodes/paragraphs.el (sentence-end) <function>: New fun
16436         with default value taken from the variable `sentence-end'.
16437         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
16438         Add nil const to :type.
16439         (sentence-end-without-period, sentence-end-double-space)
16440         (sentence-end-without-space): Doc fix.
16442         * textmodes/paragraphs.el (forward-sentence):
16443         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
16444         (fill-delete-newlines):
16445         * progmodes/cc-cmds.el (c-beginning-of-statement):
16446         Use function `sentence-end' instead of variable `sentence-end'.
16448 2004-04-18  Andreas Schwab  <schwab@suse.de>
16450         * progmodes/compile.el (compilation-start): Set window start to
16451         point-min if compilation-scroll-output is nil.
16453 2004-04-18  John Wiegley  <johnw@newartisans.com>
16455         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
16457 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
16459         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
16460         (gdb-info-breakpoints-custom): Revert previous change.
16461         (gdb-view-assembler): Update assembler if necessary.
16462         (gdb-frame-handler): Parse correctly for gdb-current-frame.
16463         (gdb-display-source-buffer): Update properly when both source and
16464         assembler are visible.
16466 2004-04-17  John Wiegley  <johnw@newartisans.com>
16468         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
16469         which limits the number of names shown in the minibuffer.  Off by
16470         default.
16471         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
16472         up iswitchb for users with a multitude of open buffers by showing
16473         only the first and last N/2 buffers in the completion list (which
16474         is enough to aid C-s/C-r, and to know that more characters are
16475         needed to refine the completion list).
16477 2004-04-17  Richard M. Stallman  <rms@gnu.org>
16479         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
16480         (file-truename): Expand all ~ constructs directly.
16481         (insert-directory): Delete any error msg output by the
16482         `insert-directory-program'.
16484         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
16485         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
16486         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
16487         (allout-init): Use find-file-hook, not find-file-hooks.
16488         (allout-mode): Eliminate Emacs 18 support.
16489         Use write-contents-functions, not local-write-file-hooks.
16491 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
16493         * progmodes/compile.el (compilation-error-properties): Fix for
16494         adding messages when there are already markers for their file.
16495         (compilation-fake-loc): New function.
16497 2004-04-16  Dave Love  <fx@gnu.org>
16499         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
16500         (python-load-file): Fix python-orig-start setting.
16502         * progmodes/compile.el: Doc fixes.
16503         (compilation-error-regexp-alist-alist)
16504         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
16505         (compilation-assq): Wrap in eval-when-compile.
16506         (compilation-mode-font-lock-keywords): Don't use list*.
16507         (compilation-start): Avoid warning.
16508         (compilation-compat-error-properties)
16509         (compilation-directory-properties): Add keymap property.
16510         (compilation-parsing-end): Make it a marker for better compatibility.
16512         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
16514 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
16516         * xml.el: Doc fixes.
16517         (xml-get-children): Only looks at sub-tags and ignore strings.
16519         * xml.el (xml-parse-tag): Avoid overwriting node-name.
16521 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16523         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
16525 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
16527         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
16529         * vc.el (vc-print-log): Likewise.
16531 2004-04-16  Masatake YAMATO  <jet@gyve.org>
16533         * simple.el (completion-setup-function): Set an initial value
16534         to `element-common-end' before entering loop.  Set a value
16535         to `element-common-end' at the end of loop.
16536         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
16537         (completions-common-part): Rename from completion-de-emphasis.
16538         (completions-first-difference): Rename from completion-emphasis.
16539         Suggested by RMS.
16541 2004-04-16  Juanma Barranquero  <lektu@terra.es>
16543         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
16544         (bookmark-edit-annotation-mode): Add mode name.
16546 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16548         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
16549         for nested conflict markers.
16550         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
16552 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
16554         * progmodes/gdb-ui.el (gdb-goto-info): New function.
16556         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
16558 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16560         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
16561         Give a backtrace if requested.
16563         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
16565         * progmodes/python.el (python-mouse-2-command, python-RET-command):
16566         Remove unused functions.
16567         (python-orig-start-line, python-orig-file): Remove.
16568         (python-orig-start): New var.
16569         (python-input-filter, python-compilation-line-number)
16570         (python-send-region, python-load-file): Use it.
16572         * info.el (info): Always jump to *info*.
16574         * subr.el (posn-set-point): New function.
16576         * mouse.el (mouse-set-point): Use it.
16578         * progmodes/compile.el (compile-goto-error): Use it.
16579         (compilation-button-map): New keymap.
16580         (compilation-error-properties): Use it.
16581         (compilation-shell-minor-mode-map): Don't bind mouse-2.
16583         * smerge-mode.el (smerge-popup-context-menu): Use it.
16585         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
16586         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
16587         mouse and non-mouse case.
16589         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
16590         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
16592         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
16593         Make it work for non-mouse events.
16595         * pcvs-info.el (cvs-status-map): Update binding name.
16597 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
16599         * xml.el (xml-maybe-do-ns): New function to handle namespace
16600         parsing of both attribute and element names.
16601         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
16602         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
16603         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
16604         (xml-parse-attlist): Make it do its own namespace parsing.
16606 2004-04-14  Dave Love  <fx@gnu.org>
16608         * progmodes/python.el (run-python): Fix use of \n.
16609         (python-load-file): Remove `try' from Python fragment.
16610         (python-describe-symbol): Fix message.
16612         * comint.el: Doc fixes.
16613         (comint-last-input-start, comint-last-input-end)
16614         (comint-last-output-start): Give them values.
16615         (comint-arguments): Avoid warning.
16616         (comint-skip-prompt): Use line-end-position.
16617         (comint-backward-matching-input): Rename arg to agree with doc.
16618         (comint-extract-string): Use syntax-ppss.
16619         (comint-dynamic-simple-complete): Delete useless list construction.
16620         (comint-redirect-subvert-readonly): New.
16621         (comint-redirect-preoutput-filter): Use it.
16623         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16624         Correctly handle negative arguments when calling hook functions.
16626 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
16628         * info.el (info-apropos): Don't clobber Info-history-list.
16630 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
16632         * progmodes/compile.el (compilation-setup):
16633         Localize overlay-arrow-position.
16634         (compilation-sentinel): Restructure code equivalently.
16635         (compilation-next-error): Find message on same line after point if
16636         not found before point.
16637         (compile-mouse-goto-error): Restore function so that compilation
16638         buffer need not be current and use compile-goto-error.
16639         (compile-goto-error): Restore function.
16640         (next-error): Set overlay-arrow-position.
16641         (compilation-forget-errors): Don't localize already local
16642         compilation-locs and remove FIXME about refontifying.
16644 2004-04-14  Kim F. Storm  <storm@cua.dk>
16646         * startup.el (emacs-quick-startup): New defvar (set by -Q).
16647         (command-line): New option -Q.  Like -q --no-site-file, but
16648         in addition it also disables menu-bar, tool-bar, scroll-bars,
16649         tool-tips, and the blinking cursor.
16650         (command-line-1): Skip startup screen if -Q.
16651         (fancy-splash-head): Use ":align-to center" prop to center splash image.
16653         * emulation/cua-base.el (cua-read-only-cursor-color)
16654         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16656 2004-04-13  Dave Love  <fx@gnu.org>
16658         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
16659         (syntax): Don't require.
16660         (python) <defgroup>: Add :version.
16661         (python-quote-syntax): Re-written.
16662         (inferior-python-mode): Move stuff here from run-python and add
16663         some more.
16664         (python-preoutput-continuation, python-preoutput-result)
16665         (python-dotty-syntax-table): New.
16666         (python-describe-symbol): Use them.
16667         (run-python): Move stuff to inferior-python-mode.  Modify code
16668         loaded into Python.
16669         (python-send-region): Use python-proc, python-send-string.
16670         (python-send-string): Send newlines too.  Callers changed.
16671         (python-load-file): Re-written.
16672         (python-eldoc-function): New.
16673         (info-look): Don't require.
16674         (python-after-info-look): New.  A modified version of former
16675         top-level code for use with eval-after-load.
16676         (python-maybe-jython, python-guess-indent): Use widened buffer.
16677         (python-fill-paragraph): Re-written.
16678         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
16679         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
16681 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16683         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16684         Set compilation-error-regexp-alist earlier.
16686         * progmodes/compile.el (compilation-minor-mode-map)
16687         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16688         (compile-goto-error): Re-merge the mouse and non-mouse commands.
16690 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16692         * progmodes/compile.el (compile-goto-error): Select the buffer/window
16693         corresponding to the event.
16695 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
16697         * loadup.el: Add cygwin to system-type list, for unexec() support.
16699 2004-04-12  John Paul Wallington  <jpw@gnu.org>
16701         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16702         (ibuffer-restore-window-config-on-quit): New variable to replace
16703         `ibuffer-delete-window-on-quit'.  Update all references.
16704         (ibuffer-prev-window-config): New variable.
16705         (ibuffer-quit): Restore previous window configuration instead of
16706         deleting window.
16707         (ibuffer): Save window configuration before showing Ibuffer buffer.
16709         * help.el (describe-mode): Doc fix.
16711 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16713         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16714         not to treat nil as a function.
16716         * vc-arch.el (vc-arch-root): Be a bit more careful.
16717         (vc-arch-register): Save the buffer if we modified it.
16718         (vc-arch-delete-rej-if-obsolete): Save excursion.
16719         (vc-arch-find-file-hook): Use the simpler after-save-hook.
16720         (vc-arch-responsible-p, vc-arch-init-version): New functions.
16722         * net/ldap.el (ldap-search): Use list*.
16724 2004-04-12  Juri Linkov  <juri@jurta.org>
16726         * info.el (Info-follow-reference): Allow multiline reference name.
16728 2004-04-11  Dave Love  <fx@gnu.org>
16730         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16732         * progmodes/python.el: New file.
16734 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
16736         * vc-hooks.el (vc-arg-list): Function removed.
16737         (vc-default-workfile-unchanged-p): Use condition-case to check for
16738         backward compatibility.
16740         * vc.el (vc-print-log): Use condition-case to check for backward
16741         compatibility.
16743 2004-04-11  Juri Linkov  <juri@jurta.org>
16745         * dired.el (dired-faces): New defgroup.
16746         (dired-header, dired-mark, dired-marked, dired-flagged)
16747         (dired-warning, dired-directory, dired-symlink, dired-ignored):
16748         New faces.
16749         (dired-header-face, dired-mark-face, dired-marked-face)
16750         (dired-flagged-face, dired-warning-face, dired-directory-face)
16751         (dired-symlink-face, dired-ignored-face): New face variables.
16752         (dired-font-lock-keywords): Use them instead of font-lock faces.
16753         Split the rule for dired marks into 3 separate rules: for marks,
16754         marked file names and flagged file names.
16756         * help-mode.el (help-make-xrefs): Add a final newline to the
16757         *Help* buffer.
16759 2004-04-11  John Paul Wallington  <jpw@gnu.org>
16761         * replace.el (occur-engine): Distinguish between one and several
16762         matches in the matches per buffer heading.
16764 2004-04-11  Kim F. Storm  <storm@cua.dk>
16766         * ido.el (ido-confirm-unique-completion): New defcustom.
16767         (ido-complete): Use it.
16768         (ido-write-file): Set it to t unconditionally.
16770 2004-04-10  Miles Bader  <miles@gnu.org>
16772         RCS keyword removal (only non-comment changes are enumerated here):
16774         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16775         (byte-compile-insert-header): Don't use `byte-compile-version'.
16776         * forms.el (forms-version): Variable removed.
16777         (forms-mode): Don't use `forms-version'.
16778         * recentf.el (recentf-version): Variable removed.
16779         * progmodes/delphi.el (delphi-version): Variable removed.
16780         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16782 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16784         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16786 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
16788         * info.el (info-apropos): Improve menu item regexp.
16790 2004-04-09  Simon Josefsson  <jas@extundo.com>
16792         * mail/smtpmail.el: Add comment, based on report by
16793         kdc@rcn.com (Kevin D. Clark).
16795 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16797         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16798         Redo one more thing that I didn't notice Daniel had undone.
16800 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
16802         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16803         (gdb-goto-breakpoint, gdb-display-buffer)
16804         (gdb-display-source-buffer, gdb-view-source-function)
16805         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16806         (gdb-source-info, gdb-frame-handler): Don't specify a window
16807         for display.
16808         (gdb-info-breakpoints-custom): Remove superfluous update of
16809         assembler buffer.
16810         (gdb-many-windows): Make settable outside gdb.
16812 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
16814         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16815         Derive from fundamental-mode rather than text-mode.
16817 2004-04-08  Juri Linkov  <juri@jurta.org>
16819         * info.el (Info-history): Doc fix.
16820         (Info-history-list): New var.
16821         (info-xref): Change magenta4 to blue, remove bold for dark and
16822         light backgrounds, change bold to underline for non-color classes.
16823         (info-xref-visited): New face.
16824         (Info-fontify-visited-nodes): New custom.
16825         (Info-hide-note-references): Add new value `hide'.  Doc fix.
16826         (Info-reference-name): New var.
16827         (Info-selection-hook): New custom.
16828         (Info-edit-mode-hook): New var.
16829         (Info-find-file): New fun.
16830         (Info-find-node): Move part of code to Info-find-file.
16831         (Info-find-node-2): Add anchors to Info-history-list.  Move point
16832         to the place with the reference name if name is defined.
16833         (Info-select-node): Add current node to Info-history-list.
16834         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16835         (Info-search-whitespace-regexp): New custom.
16836         (Info-search-case-fold): New var.
16837         (Info-search): Add "case-sensitively" to the prompt.
16838         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
16839         (Info-search-case-sensitively, Info-search-next): New fun.
16840         (Info-up): Move point to the menu item of the current node.
16841         (Info-history): New fun.  Add *info-history* to
16842         same-window-buffer-names.
16843         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
16844         (Info-insert-toc): New fun.
16845         (Info-build-toc): New fun.
16846         (Info-follow-reference): Add new arg `fork'.  Doc fix.
16847         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
16848         with the same name prefer the reference closest to point.
16849         (Info-next-reference): Replace * by + in the *Note regexp.
16850         Add regexp for http:// and ftp://.  Skip the *Note prefix.
16851         (Info-prev-reference): Replace * by + in the *Note regexp.
16852         Add regexp for http:// and ftp://.  Skip the *Note prefix.
16853         (Info-follow-nearest-node): Add new arg `fork'.
16854         (Info-try-follow-nearest-node): Add new arg `fork'.
16855         Call browse-url for http:// and ftp:// references.
16856         Set Info-reference-name for index entries.
16857         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16858         Info-search-next, Info-history, Info-toc, clone-buffer.
16859         (Info-menu-update): Replace * by + in the *Note regexp.
16860         (Info-mode): Add documentation for Info-history, Info-toc,
16861         Info-search-case-sensitively, Info-search-next, clone-buffer.
16862         (Info-fontify-menu-headers): Remove fun.  Move code to
16863         Info-fontify-node.
16864         (Info-fontify-node): Add docstring.  Add local vars
16865         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
16866         then fontify header line, titles, menu headers, http and ftp
16867         references, refill paragraphs.  If not-fontified-p is t or
16868         fontify-visited-p is t then fontify cross references, menu items.
16869         Fontify menu headers.  Fontify http and ftp references.
16870         Change regexp for cross references to require whitespace after *Note,
16871         add matching groups for file and node names.  Remove hack for quote.
16872         Use display property for Info-hide-note-references=t.  Use fifth
16873         or fourth match for help-echo.  Display visited nodes in a
16874         different face.  Unhide file names of external references.
16875         Unhide newlines.  Display visited menu items in a different face.
16877 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16879         * progmodes/compile.el: Require CL.
16880         (compilation-mode-font-lock-keywords): Re-install the "line as
16881         function" patch.
16883         * help-fns.el (help-C-source-directory): New var.
16884         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16885         (describe-function-1, describe-variable): Use them.
16887         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16888         to C source files specially.
16890 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
16892         * info.el (Info-hide-cookies-node): New function.
16893         (Info-select-node): Use it.
16894         (Info-display-images-node): Remove message with image file name.
16896 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
16898         * progmodes/compile.el (compilation-warning-face)
16899         (compilation-info-face, compilation-skip-threshold)
16900         (compilation-skip-visited, compilation-context-lines):
16901         Declare :version when added to Emacs.
16902         (compilation-error-regexp-alist-alist): Extend caml and irix.
16903         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16904         (compilation-mode-font-lock-keywords): Temporarily undo line as
16905         function patch, which wasn't ready.
16907 2004-04-07  Kenichi Handa  <handa@m17n.org>
16909         * international/latin1-disp.el (latin1-display-setup): Check each
16910         character is displayable or not instead of calling
16911         latin1-display-check-font.
16913 2004-04-06  Kenichi Handa  <handa@m17n.org>
16915         * language/ethio-util.el (ethio-sera-being-called-by-w3):
16916         New variable.
16917         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16918         instead of sera-being-called-by-w3.
16919         (ethio-fidel-to-sera-buffer): Likewise.
16920         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16921         instead of sera-being-called-by-w3.
16922         (ethio-write-file): Likewise.
16924 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16926         * printing.el: Doc fix.
16928 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
16930         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16931         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16932         (gdb-setup-windows): Only use separate IO buffer if required.
16934 2004-04-06  Kim F. Storm  <storm@cua.dk>
16936         * term.el (term-is-xemacs): Remove.
16937         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16938         (term-window-width): New function.
16939         (term-mode, term-check-size): Use it.
16940         (term-mode): Disable overflow-newline-into-fringe in term buffer.
16942 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16944         * cus-edit.el (custom-add-parent-links): Change unbound variable
16945         `symbol' to `name'.
16947 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
16948         * info.el (info-apropos): New function.
16949         (Info-mode-menu): Add it.
16950         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16952         * help-mode.el (help-make-xrefs): Recognize aliased variable with
16953         inherited docstring.
16955         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16957 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16959         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16961         * progmodes/compile.el (font-lock): Don't require any more.
16962         (compilation-error-properties, compilation-start, compilation-sentinel)
16963         (compilation-filter, next-error): Use with-current-buffer.
16964         (compilation-skip-to-next-location, compilation-skip-threshold)
16965         (compilation-skip-visited): Move to silence the byte-compiler.
16966         (compilation-setup): Simplify.
16967         (compilation-next-error): Use line-(beginning|end)-position.
16968         Make sure `pt' is non-nil before using compilation-loop.
16969         (compile-goto-error): Add optional event arg.  Use it.
16970         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16971         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16972         Update the binding for mouse-2.
16973         (first-error): Set compilation-current-error to nil rather than bob.
16974         (compilation-parsing-end, compilation-parse-errors-function)
16975         (compilation-error-list, compilation-old-error-list):
16976         "New" compatibility variables.
16977         (compile-buffer-substring, compilation-compat-error-properties)
16978         (compilation-compat-parse-errors, compilation-forget-errors):
16979         New compatibility functions.
16980         (compilation-mode-font-lock-keywords): Use them.
16982 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
16984         * autorevert.el (auto-revert-handler): If point (or a window
16985         point) is at the end of the buffer, keep it there after
16986         reverting.  This allows to tail a file.
16987         Mention this in the `Commentary'.
16989         * format.el (format-write-file): Add optional argument CONFIRM
16990         and make it behave like the analogous argument to `write-file'.
16992 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16994         * progmodes/ebnf2ps.el: Doc fix.
16995         (ebnf-version): New version number (4.2).
16996         (ebnf-syntax): Customization and docstring fix.
16997         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16998         Put autoloaded funs before first use.
16999         (ebnf-style-database): Add dtd entry.
17000         (ebnf-syntax-alist): Add dtd initialization.
17001         (ebnf-token-sequence): New fun.
17002         (ebnf-comment-table): Add new comment action character.
17003         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
17005         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
17006         Type Definition for XML).
17008         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
17009         * progmodes/ebnf-bnf.el (ebnf-sequence):
17010         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
17011         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
17012         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
17013         Code simplification: call ebnf-token-sequence.
17015 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
17017         * calendar/timeclock.el (timeclock-relative)
17018         (timeclock-get-project-function, timeclock-get-workday-function)
17019         (timeclock-query-out, timeclock-when-to-leave)
17020         (timeclock-when-to-leave-string, timeclock-log-data)
17021         (timeclock-generate-report, timeclock-in): Doc fixes.
17023 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17025         * url/: New dir.  Import the URL package from its repository.
17027 2004-04-03  Andreas Schwab  <schwab@suse.de>
17029         * diff-mode.el (diff-mode): Fix missing quote.
17031 2004-04-03  Juri Linkov  <juri@jurta.org>
17033         * descr-text.el (describe-property-list): Add `font-lock-face'.
17035         * dired.el (dired-font-lock-keywords): Fix permission regexps.
17037 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17039         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
17040         Use utf-16le on little endian machines and utf-16be otherwise.
17042 2004-04-02  David Kastrup  <dak@gnu.org>
17044         * net/browse-url.el (browse-url-generic): Use call-process
17045         instead of start-process to allow browsers that fork and detach.
17047 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
17049         * compile.el (compilation-current-error): New var.
17050         (compilation-setup, compile-mouse-goto-error)
17051         (compile-goto-error, next-error): Use it.
17052         (compilation-skip-to-next-location): Default to t, which gives
17053         contiguous skipping like old compile (where this was redundant).
17054         (compilation-next-error): Prevent previous-* commands from moving
17055         back to message at or just before point.
17057 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
17059         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
17060         (gdb-source-info): Don't display source at startup, if required.
17061         (gdb-show-main): New option.
17062         (gdba): Update documentation.
17063         (gdb-source): Cover case of auto-display output.
17065 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
17067         * autorevert.el: Delete obsolete autoload's and defvar's.
17068         (auto-revert-check-vc-info): New user option.
17069         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17070         (auto-revert-handler-vc): Delete.
17071         (auto-revert-handler): Treat return value `fast' of
17072         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
17074         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
17075         return `fast'.
17077         * files.el (buffer-stale-function): Doc change.
17079 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17081         * printing.el: New tip on Tips section.
17082         (pr-version): New version number (6.7.4).
17083         (pr-shell-file-name): Initialization fix.
17085 2004-03-31  Juri Linkov  <juri@jurta.org>
17087         * dired.el: Add autoload for `dired-do-touch'.
17088         (dired-touch-program): New var.
17089         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
17090         (dired-no-confirm): Add `touch' to docstring.
17092         * dired-aux.el (dired-do-touch): New fun.
17093         (dired-do-chxxx): Add argument -t for touch operation.
17095         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
17096         `dired-move-to-filename-regexp'.
17098 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
17100         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
17102 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17104         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
17105         and only if the buffer was modified.
17107 2004-03-30  Kenichi Handa  <handa@m17n.org>
17109         * international/characters.el: Delete pairs for U+2308..U+230B.
17111 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
17113         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
17114         to detect the beginning of a level 2 or 3 annotation.
17116 2004-03-29  Kenichi Handa  <handa@m17n.org>
17118         * international/ucs-tables.el (ucs-insert): Fix the error message.
17120 2004-03-29  Kenichi Handa  <handa@m17n.org>
17122         * international/mule-util.el (char-displayable-p): Fix generation
17123         of XLFD file name.
17125         * Makefile.in (setwins, setwins_almost): Change directory to $wd
17126         before finding directories by `find'.
17128 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17130         * subr.el (interactive-form): Delete.  Now implemented in C.
17132         * pcvs.el (cvs-parse-process): Workaround for Darwin.
17134         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
17135         (vc-diff-label): New fun.
17136         (vc-diff-internal): Use it.
17138         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
17140 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17142         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
17144         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
17145         specify XML (EBNFX).
17147         * progmodes/ebnf2ps.el: Doc fix.
17148         (ebnf-version): New version number (4.1).
17149         (ebnf-syntax): Adjust customization.
17150         (ebnf-style-database): Add ebnfx entry.
17151         (ebnf-syntax-alist): Add ebnfx initialization.
17152         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
17154         * printing.el: Doc fix.
17155         (pr-version): New version number (6.7.3).
17156         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
17157         returns nil for mouse position.  Reported by Drew Adams
17158         <drew.adams@oracle.com>.
17159         (pr-update-menus): Modify interactive declaration.  Reported by Drew
17160         Adams <drew.adams@oracle.com>.
17162 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
17164         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
17165         (gud-gdba-marker-filter): Log the process input and output, if
17166         required.  From Stefan Monnier.
17167         (gdb-debug-log, gdb-enable-debug-log): New variables.
17168         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
17170 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17172         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
17173         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
17175 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
17177         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
17178         Call vc-find-file-hook here instead of in auto-revert-buffers.
17179         (auto-revert-buffers): Delete call to vc-find-file-hook.
17180         (auto-revert-verbose, global-auto-revert-non-file-buffers)
17181         (global-auto-revert-mode, auto-revert-set-timer)
17182         (auto-revert-handler, auto-revert-buffers): Doc fixes.
17184 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
17186         * woman.el (woman-change-fonts): Rename local variable
17187         woman-font-alist to font-alist to avoid a compiler warning.
17189 2004-03-27  Dave Love  <fx@gnu.org>
17191         * emacs-lisp/rx.el (rx): Doc fix.
17192         Fix copyright years.
17194         * strokes.el (strokes-global-set-stroke-string): New function.
17195         (strokes-list-strokes): Cope with strings, not just commands.
17196         Set foreground colour of image.
17197         (strokes-global-set-stroke): Doc fix.
17199 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
17201         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
17202         Auto Revert mode.
17203         (Buffer-menu-files-only): New variable.
17204         (Buffer-menu-toggle-files-only): New function.
17205         (Buffer-menu-mode-map): Bind it to `T'.
17206         (Buffer-menu-mode): Mention `T' in docstring.
17207         Set buffer-stale-function.
17208         (list-buffers-noselect): Mark buffer non-modified and set
17209         Buffer-menu-files-only.
17211         * dired.el (buffer-stale-function): Remove no longer needed defvar.
17213         * autorevert.el (auto-revert-handler): Print revert message
17214         before, rather than after, reverting.
17215         (buffer-stale-function): Move to files.el.
17217         * files.el (buffer-stale-function): Move here from autorevert.el.
17219 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17221         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
17223         * calc/calc.el (calc-mode-map): Use mapc.
17225         * apropos.el (apropos-mode): Don't autoload.
17226         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
17227         (apropos): Use it.
17228         (apropos-print): Add optional `text' argument.
17229         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
17230         Don't assume point-min == 1.
17232         * bs.el (bs-buffer-list): Use buffer-local-value.
17233         (bs--set-toggle-to-show): Use with-current-buffer.
17235         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
17236         New funs.
17237         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
17239         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
17241         * dabbrev.el (dabbrev-expand): Fix regexp construction.
17242         (dabbrev--find-expansion): Use pop.
17243         (dabbrev--search): Use match-string-no-properties.
17245         * dired.el (dired-mode): Use run-mode-hooks.
17246         (dired-move-to-end-of-filename): Use match-string.
17248         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
17249         is bound before using it.
17250         (ediff-verbose-p): Make it into a var since it's not constant.
17252         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
17254         * faces.el (read-face-font): Don't cons up unnecessarily.
17255         (header-line, tool-bar): Share common parts.
17257         * files.el (file-relative-name): Use compare-strings.
17259         * finder.el (finder-mode): Follow coding convention.
17261         * subr.el (read-number): New function.
17263         * ses.el (ses-read-number): Move to subr.el.
17264         (ses-set-header-row): Use read-number.
17266 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
17268         * vc-hooks.el (vc-arg-list): New function, which handles both
17269         compiled and uncompiled code.
17270         (vc-default-workfile-unchanged-p): Use it.
17272         * vc.el (vc-print-log): Undo prev change, use new function
17273         vc-arg-list from vc-hooks.el.
17275 2004-03-26  Masatake YAMATO  <jet@gyve.org>
17277         * simple.el (completion-setup-function): Emphasize the
17278         first uncommon characters in the completions; and de-emphasize
17279         the common prefix substrings.
17280         (completion-emphasis): New face.
17281         (completion-de-emphasis): New face.
17283 2004-03-25  Juanma Barranquero  <lektu@terra.es>
17285         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
17286         Comment out (it's unused and unfinished code).
17288 2004-03-25  Sam Steingold  <sds@gnu.org>
17290         * vc.el (vc-print-log): Fix a bug in the last patch:
17291         backend-function may be a byte-compiled object, not a lambda.
17293 2004-03-25  Juri Linkov  <juri@jurta.org>
17295         * descr-text.el (describe-property-list): Add a button
17296         for `face' property that calls `describe-face'.
17297         Suggested by luis fernandes <elf@ee.ryerson.ca>
17299         * international/mule.el (keyboard-coding-system):
17300         * kmacro.el (kmacro-call-macro): Fix docstring.
17302         * dired.el: Fix comments.
17304         * textmodes/fill.el (fill): Fix Info link.
17306         * font-lock.el (fast-lock, lazy-lock):
17307         * jit-lock.el (jit-lock): Remove links to removed Support Modes
17308         Info node.
17310         * eshell/eshell.el (eshell): Fix broken info-link.
17312         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
17313         * eshell/em-banner.el (eshell-banner):
17314         * eshell/em-smart.el (eshell-smart):
17315         * eshell/esh-cmd.el (eshell-cmd):
17316         Comment out broken info-links to incomplete Info manual.
17318         * info-xref.el: Fix commentary.
17320 2004-03-25  Kevin Ryde  <user42@zip.com.au>
17322         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
17323         Remove spurious node duplicate suppression, doesn't work, not wanted.
17324         (info-xref-output): Take format style args, add "sit-for 0" to let
17325         user see the results as they progress.
17326         (info-xref-check-all-custom): New function.
17328 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
17330         * gdb-ui.el: Moved to progmodes.
17332 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17334         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
17336 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
17338         * calendar/appt.el (appt-check): Remove superfluous progn.
17339         When finished with diary buffer: if it was not being displayed
17340         before, kill it; otherwise restore its original state.
17341         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
17343         * calendar/calendar.el (calendar-set-mode-line): Use total
17344         available mode-line width, rather than frame-width.
17346         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
17347         after mode change so effect not lost.
17349 2004-03-23  Dave Love  <fx@gnu.org>
17351         * dired.el (dired) <defgroup>: Add link to manual.
17352         (dired-font-lock-keywords): Add highlighting on unusual permissions.
17353         (dired-revert): Use dolist.
17354         (dired-mode-map): Add U binding.
17355         (dired-mode): Add font-lock-beginning-of-syntax-function.
17356         (dired-garbage-files-regexp): Make it a defcustom.
17358 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17360         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
17361         is equivalent to nil.
17362         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
17363         (vc-arch-mode-line-string): Accept `added' state.
17364         (vc-arch-state): Use inode-sigs if available.
17365         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
17366         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
17367         (vc-arch-tagline-re): New var.
17368         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
17369         New functions.
17370         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
17371         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
17373         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
17374         (vc-file-not-found-hook): Use it.
17376         * diff-mode.el (diff-default-read-only): Change default.
17377         (diff-mode-hook): Make it a defcustom.  Add some options.
17378         (diff-mode-map): Bind diff-refine-hook.
17379         (diff-yank-handler): New var.
17380         (diff-yank-function): New fun.
17381         (diff-font-lock-keywords): Use them.
17382         (diff-end-of-file): Handle case where file-header looks like diff text.
17383         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
17384         (diff-file-kill): Delete a subsequent empty line, if applicable.
17385         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
17386         (diff-find-file-name): Use it.
17387         (diff-tell-file-name): New command.
17388         (diff-mode): Be careful with view-mode.
17389         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
17390         New functions, for use in diff-mode-hook.
17391         (diff-find-source-location): Catch "regex too large" errors.
17392         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
17393         (diff-refine-hunk): New command.
17395         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
17396         (smerge-context-menu-map): Remove unused var.
17397         (smerge-keep-all): Preserve markers.
17398         (smerge-keep-n): New fun.
17399         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
17400         (smerge-keep-current, smerge-ediff): Use it.
17401         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
17402         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
17403         (smerge-resolve): Resolve trivial 3-part conflicts.
17405 2004-03-23  Juri Linkov  <juri@jurta.org>
17407         * man.el (Man-width): New var.
17408         (Man-getpage-in-background): Use it.
17409         (Man-support-local-filenames): New var and fun.
17410         (Man-build-man-command): Don't add a second %s.
17411         (Man-fontify-manpage): Clean up message.
17412         (Man-mode): Set outline-regexp, outline-level,
17413         imenu-generic-expression.
17415         * woman.el (woman-fill-frame): Doc fix.
17416         (woman-decode-region): Use window-width instead of frame-width.
17418         * abbrevlist.el (list-one-abbrev-table):
17419         * descr-text.el (describe-char):
17420         * international/mule-diag.el (describe-current-coding-system):
17421         * international/quail.el (quail-insert-decode-map):
17422         Use window-width instead of frame-width.
17424         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
17425         (jka-compr-mode-alist-additions): Add tbz.
17426         (jka-compr-write-region, jka-compr-insert-file-contents):
17427         Add message for undefined compress-program.
17428         (jka-compr-write-region): Remove redundant var bindings.
17430         * dired-x.el (dired-guess-shell-alist-default): Add choices for
17431         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
17432         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
17433         (dired-man): Use dired-guess-shell-command.
17434         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
17435         Change default nil to t.
17437         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
17438         (dired-compare-directories): Add default value for empty input.
17440         * help-at-pt.el: Move suggestions for key bindings to Commentary.
17442         * time.el (display-time-string-forms): Fix help-echo date format.
17444 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
17446         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
17447         (buffer-stale-function): New variable.
17448         (auto-revert-list-diff, auto-revert-dired-file-list)
17449         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
17450         (auto-revert-handler): Take over some functionality of deleted
17451         functions.
17452         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
17454         * dired.el (dired-directory-changed-p): New fun, extracted from
17455         dired-internal-noselect.
17456         (dired-buffer-stale-p): New fun.
17457         (dired-internal-noselect): Use dired-directory-changed-p.
17458         Eliminate revert messages.
17459         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
17461 2004-03-23  Kenichi Handa  <handa@m17n.org>
17463         * international/characters.el: Setup syntaxes for more parentheses
17464         Unicode characters.
17466         * international/mule-cmds.el (select-safe-coding-system):
17467         Merge coding-system and auto-cs before comparing them.
17469 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17471         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
17473         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17474         normal-auto-fill-function and comment-indent-function.
17475         The default values now work just as well.
17476         Don't set font-lock-beginning-of-syntax-function since we already set
17477         syntax-begin-function.
17478         (lisp-outline-level): Put ;;;###autoload at same level as (.
17479         (prin1-char): Quote special chars.
17481         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
17482         than with-no-warnings.
17484         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
17485         if the source location can't be found.
17486         (edebug-compute-previous-result): Use prin1-char.
17488         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
17489         (debug-ignored-errors): Add an entry.
17491         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
17492         (byte-compile-file): Output warning when deleting a file.
17494         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
17495         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
17497         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
17498         (byte-compile-inline-expand): Use backquote.
17499         (byte-optimize-pure-func): Rename from byte-optimize-concat.
17500         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
17502         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
17504         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
17506 2004-03-22  Juri Linkov  <juri@jurta.org>
17508         * finder.el (finder-known-keywords): Fix data, tex, unix.
17510         * play/landmark.el: Fix keywords.
17512         * language/ethio-util.el (ethio-find-file): Doc fix.
17514         * emacs-lisp/warnings.el: Doc fix.
17516         * textmodes/ispell.el (ispell-help): Doc fix.
17518 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
17520         * format.el (format-insert-file): Always return a list of two
17521         elements, like insert-file-contents does.
17523 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
17525         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
17526         and vc-BACKEND-diff.
17527         (vc-print-log): If the print-log implementation supports it, use
17528         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
17529         (vc-version-diff, vc-diff-internal): Doc fixes.
17531         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
17532         implementation supports it, let diff output go to *vc*,
17533         not *vc-diff*, since this is an internal call.
17535         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
17537         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
17539         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
17541 2004-03-21  Dave Love  <fx@gnu.org>
17543         * progmodes/cfengine.el (cfengine-mode):
17544         Set parse-sexp-ignore-comments.
17546         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
17548 2004-03-21  Juanma Barranquero  <lektu@terra.es>
17550         * allout.el (allout-mode): Fix docstring.
17552 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
17554         * files.el (insert-directory): Fix bug if SWITCHES is a list.
17556         * autorevert.el (auto-revert-interval): Make new value take
17557         effect immediately when set through Custom.
17558         (auto-revert-set-timer): Add interactive declaration.
17560 2004-03-19  David Ponce  <david@dponce.com>
17562         * ruler-mode.el (ruler-mode-header-line-format-old):
17563         Don't `make-variable-buffer-local'.
17564         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
17565         (ruler-mode-header-line-format): Simply funcall the above.
17566         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
17567         to save/restore a previous header line format.
17568         (ruler-mode-space): Don't depend on a numeric WIDTH value.
17569         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
17570         fringes and margins width.
17571         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
17573 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17575         * log-edit.el (log-edit-font-lock-keywords): Typo.
17577         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
17578         (tex-send-tex-command): Rather than here.
17579         (tex-compilation-parse-errors): Simplify.
17581         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
17583         * time.el (display-time-string-forms): Add help-echo with date on time.
17585         * composite.el (compose-region): Use restore-buffer-modified-p.
17587         * disp-table.el (standard-display-8bit): Simplify.
17589         * server.el (server-process-filter): Delete temp frame.
17591         * add-log.el (add-change-log-entry): Simplify.
17593 2004-03-19  Kim F. Storm  <storm@cua.dk>
17595         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
17596         (hexl-follow-line): Don't require 'fringe.
17598         * progmodes/compile.el (compilation-start): Always set
17599         compilation-last-buffer and return it.
17601 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
17603         * simple.el (clone-buffer): Doc fix.
17605 2004-03-18  Juanma Barranquero  <lektu@terra.es>
17607         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
17609 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17611         * log-edit.el (log-edit-font-lock-keywords): New var.
17612         (log-edit-mode): Use it.
17614 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
17616         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
17617         properly for watching in speedbar.
17619 2004-03-17  Masatake YAMATO  <jet@gyve.org>
17621         * smerge-mode.el (smerge-popup-context-menu):
17622         Put `unwind-protect' around `overlay-put' and `popup-menu'.
17624 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17626         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17627         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17628         Take sealed revisions into account.
17629         (vc-arch-checkin): Extract a summary line from the message.
17631 2004-03-16  Masatake YAMATO  <jet@gyve.org>
17633         * register.el (register): Provide `register' feature.
17635 2004-03-15  Masatake YAMATO  <jet@gyve.org>
17637         Added context menu support in smerge mode.
17638         Most of the part is written by Stefan Monnier.
17640         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17641         New keymap and menu.
17642         (smerge-text-properties): New function.
17643         (smerge-remove-props): New function.
17644         (smerge-popup-context-menu): New function.
17645         (smerge-resolve): Call `smerge-remove-props'.
17646         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17647         (smerge-keep-current): Ditto.
17648         (smerge-kill-current): New function.
17649         (smerge-match-conflict): Put text properties.
17650         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17652 2004-03-15  David Ponce  <david@dponce.com>
17654         * ruler-mode.el (ruler-mode-left-fringe-cols)
17655         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17656         (ruler-mode-right-scroll-bar-cols): Remove.
17657         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17658         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17659         Use fringe-columns and scroll-bar-columns.
17661 2004-03-15  Masatake YAMATO  <jet@gyve.org>
17663         * hl-line.el (hl-line-range-function): New variable.
17664         (hl-line-move): New function.
17665         (global-hl-line-highlight): Use `hl-line-move'.
17666         (hl-line-highlight): Ditto.
17668         * scroll-bar.el (scroll-bar-columns):
17669         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17671         * ruler-mode.el (top-level): Require scroll-bar and fringe.
17672         (ruler-mode-left-fringe-cols)
17673         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17674         (ruler-mode-right-scroll-bar-cols)
17675         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17676         (ruler-mode-ruler-function): New variable.
17677         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17678         if the value for `ruler-mode-ruler-function'is given.
17680         * hexl.el (hexl-mode-hook): Make the hook customizable.
17681         (hexl-address-area, hexl-ascii-area): New customize variables.
17682         (hexlify-buffer): Put font-lock-faces on the address area and
17683         the ascii area.
17684         (hexl-activate-ruler): New function.
17685         (hexl-follow-line): New function.
17686         (hexl-highlight-line-range): New function.
17687         (hexl-mode-ruler): New function.
17689 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17691         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
17692         (vc-default-find-file-hook): New fun.
17693         (vc-find-file-hook): Call new find-file-hook operation.
17695         * vc-arch.el: New file.
17697 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
17699         * info-look.el (info-lookup): Reuse an existing Info window.
17701 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
17703         * woman.el (woman-preserve-ascii): Default value changed to t and
17704         doc string revised.
17706 2004-03-12  Richard M. Stallman  <rms@gnu.org>
17708         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17709         Fix minor bug.
17711         * replace.el (occur-engine): Change message for count of matches.
17713         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17714         For strings, do compare text properties.
17716 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
17718         * progmodes/compile.el (compile-auto-highlight)
17719         (compilation-error-list, compilation-old-error-list)
17720         (compilation-parse-errors-function, compilation-parsing-end)
17721         (compilation-error-message, compilation-directory-stack)
17722         (compilation-enter-directory-regexp-alist)
17723         (compilation-leave-directory-regexp-alist)
17724         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17725         (compilation-current-file, compilation-regexps): Remove vars.
17727         (compile-error-at-point, compilation-error-filedata)
17728         (compilation-error-filedata-file-name, compile-reinitialize-errors)
17729         (compilation-next-error-locus, compilation-forget-errors)
17730         (count-regexp-groupings, compilation-parse-errors)
17731         (compile-collect-regexps, compile-buffer-substring): Remove funs.
17733         (compile-internal): Make obsolete.
17735         (compilation-first-column, compilation-error)
17736         (compilation-directory-matcher, compilation-page-delimiter)
17737         (compilation-mode-font-lock-keywords, compilation-debug)
17738         (compilation-error-face, compilation-warning-face)
17739         (compilation-info-face, compilation-line-face)
17740         (compilation-column-face, compilation-enter-directory-face)
17741         (compilation-leave-directory-face, compilation-skip-threshold)
17742         (compilation-skip-visited, compilation-context-lines): New vars.
17744         (compilation-warning-face, compilation-info-face)
17745         (compilation-message-face): New faces.
17747         (compilation-error-regexp-alist-alist): New constant.
17749         (compilation-face, compilation-directory-properties)
17750         (compilation-assq, compilation-error-properties, compilation-start)
17751         (define-compilation-mode, compilation-loop)
17752         (compilation-set-window): New functions.
17754         (compile): Additional argument for interactive compiles like TeX.
17756         * progmodes/grep.el (kill-grep): Move here from compile.el
17757         (grep-error, grep-hit-face, grep-error-face)
17758         (grep-mode-font-lock-keywords): New variables.
17759         (grep-regexp-alist): Simplify regexp and add `binary' case.
17760         (grep-mode): New mode.
17761         (grep-process-setup): Simplify.
17763 2004-03-11  Jason Rumney  <jasonr@gnu.org>
17765         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17766         letters on DOS/Windows.
17768 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17770         * server.el (server-name): New var.
17771         (server-socket-dir): New var to replace server-socket-name.
17772         (server-start): Use them.
17774 2004-03-11  Simon Josefsson  <jas@extundo.com>
17776         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17777         died to avoid infloop.  Reported by Jonathan Glauner
17778         <jglauner@sbum.org>.
17780 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17782         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17783         (smerge-mode-menu): Use it to deactivate menu entries.
17784         (smerge-keep-current): New fun.
17785         (smerge-keep-current): Use it.
17787 2004-03-10  John Paul Wallington  <jpw@gnu.org>
17789         * foldout.el (foldout-fold-list, foldout-modeline-string):
17790         Declare them as variables, not constants.
17792 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17794         * ps-print.el: Modification to print *Messages* buffer.
17795         (ps-print-version): New version 6.6.4.
17796         (ps-message-log-max): New fun.
17797         (ps-spool-without-faces, ps-spool-with-faces)
17798         (ps-count-lines-preprint): Code fix.
17800         * printing.el: New tips in Tips section.
17802 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17804         * delim-col.el: Doc fix.
17806         * printing.el: Doc fix.  New doc section (Tips).
17808 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17810         * type-break.el (type-break-emacs-variant): Remove.
17811         (type-break-run-at-time, type-break-cancel-function-timers):
17812         Use fboundp rather than version name and number.
17814 2004-03-09  Masatake YAMATO  <jet@gyve.org>
17816         * hexl.el (hexl-mode): Use `make-local-variable' instead of
17817         `make-variable-buffer-local'.
17819 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
17821         * find-dired.el (find-dired): Call `shell-command' instead of
17822         `start-process-shell-command'.  By this, Tramp takes over
17823         handling of remote directories.
17825 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17827         * newcomment.el (comment-use-global-state): New var.
17828         (comment-search-forward): Use it.
17830         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17832         * cus-edit.el (fill) <defgroup>: Move to fill.el.
17834         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17835         (enable-kinsoku): Make it a defcustom.
17836         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17837         paragraph to same-comment-start-marker.
17839 2004-03-07  Dave Love  <fx@gnu.org>
17841         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17842         (browse-url-mail): Use it.
17844         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17845         (rfc2368-unhexify-string): Use replace-regexp-in-string.
17847 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
17849         * woman.el (woman-man.conf-path): Doc fix.
17850         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17852 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
17854         * sort.el (sort-columns): Remove ms-dos from the list of systems
17855         where the external `sort' command is not used.
17857 2004-03-07  Kim F. Storm  <storm@cua.dk>
17859         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17860         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17861         from overlay-arrow-variable-list.
17862         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17864 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
17866         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17867         overlay arrow string properly for the assembler buffer.
17869 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17871         * mail/sendmail.el (mail-mode): Fix last change.
17873 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
17875         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17876         for the assembler buffer.
17877         (gdb-assembler-custom): Position the overlay arrow.
17878         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17880 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17882         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17884         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17885         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17887         * mail/sendmail.el (mail-mode): Set comment-start-skip.
17889         * newcomment.el (uncomment-region): Allow non-terminated comment.
17890         (comment-normalize-vars): Check the user-specified comstart marker.
17892 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17894         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17895         Otherwise, do use it if the region only contains font-lock text
17896         properties.
17898 2004-03-04  Masatake YAMATO  <jet@gyve.org>
17900         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17901         as the callback function for eldoc.
17902         (hexl-print-current-point-info): New function.
17903         (hexl-current-address): Print the address in both decimal
17904         and hexadecimal format.
17906 2004-03-04  Richard M. Stallman  <rms@gnu.org>
17908         * mail/rmail.el (rmail-convert-to-babyl-format):
17909         Specify t for UNIBYTE when calling mail-unquote-printable-region.
17911         * mail/mail-utils.el (mail-unquote-printable-region):
17912         New arg UNIBYTE.
17914         * startup.el (command-switch-alist): Doc fix.
17916         * simple.el (undo): Temporarily set this-command to `undo-start',
17917         then set it to `undo' once undo-start returns without error.
17919         * simple.el (minibuffer-history-sexp-flag): Doc fix.
17921         * simple.el (kill-line): Don't disregard trailing whitespace
17922         in eol condition, if show-trailing-whitespace is set.
17924         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17925         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17926         When disabling, restore old values only if mouse-sel-has-been-enabled.
17928         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17929         (isearch-{-char): New function.
17930         (isearch-mode-map): Bind { to isearch-{-char.
17932         * font-lock.el (lisp-font-lock-keywords-2):
17933         Turn off the CL with-... and do-... general patterns.
17934         Instead, recognize several specific with... and do... constructs.
17936         * files.el (switch-to-buffer-other-window):
17937         Bind same-window-buffer-names and same-window-regexps to nil.
17938         (switch-to-buffer-other-frame): Likewise.
17940 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17942         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17943         recognizing leading comment on code line.
17945 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17947         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17948         hidden files/directories.
17950 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17952         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17953         only comment-start (in case the mode hasn't set it).
17955         * Makefile.in (AUTOGENEL): New var.
17956         (bootstrap-prepare): Rename from bootstrap-clean.
17957         Don't remove elc files.
17958         (maintainer-clean): New target.
17960         * xml.el (xml-get-attribute-or-nil): Simplify.
17962 2004-03-02  Juri Linkov  <juri@jurta.org>
17964         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17965         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17966         URL to prevent their substitution with the environment variable
17967         values by browsers.
17969 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17971         * ps-print.el: Doc fix.
17972         (ps-print-version): New version number (6.6.3).
17973         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17974         Docstring fix.
17975         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17976         before printing.
17977         (ps-time-stamp-yyyy-mm-dd): New fun.
17978         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17980 2004-03-02  Kim F. Storm  <storm@cua.dk>
17982         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17984 2004-03-01  Juanma Barranquero  <lektu@terra.es>
17986         * allout.el (allout-rebullet-heading): Fix typo in docstring.
17988         * desktop.el (desktop-file-version)
17989         (desktop-after-read-hook): Fix typos.
17990         (desktop-clear-preserve-buffers): Remove redundant info in
17991         docstring already shown by the obsolescence message.
17992         (desktop-truncate, desktop-internal-v2s)
17993         (desktop-value-to-string): Change argument name to match docstring.
17995         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17997         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17998         docstring.
18000 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18002         * printing.el: Replace "As Is..." in PostScript file print/preview by
18003         "No Preprocessing...".  Suggested by Colin Marquardt
18004         <_marquardt_@zmd.de>.
18005         (pr-insert-section-4): Adjust buffer interface.
18007 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
18009         Version 2.0.39 of Tramp released.
18011         * net/tramp.el (tramp-handle-file-local-copy)
18012         (tramp-handle-write-region, tramp-open-connection-rsh):
18013         Variable name typo.  Small change.  From Patrick Tullmann
18014         <tullmann@flux.utah.edu>.
18015         (tramp-process-connection-type): New variable.
18016         (tramp-maybe-open-connection): Use it.
18017         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
18018         (tramp-touch): Set last-modified time of a remote file.
18019         (tramp-handle-write-region): Say which function is used when encoding.
18021 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
18023         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
18024         case of non-existing filename, too.  Reported by Christoph Bauer
18025         <c_bauer@informatik.uni-kl.de>.
18026         (tramp-smb-get-file-entries): The directory in question should
18027         have permissions "drwxrwxrwx".  Just virtual, because we don't
18028         know the real permissions.  Don't we know?
18029         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
18030         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
18031         (tramp-smb-wait-for-output): Optimize algorithm getting pending
18032         output.  If it was received chunkwise, there have been problems.
18033         Remove the "prompt not found" error message; it is obvious.
18034         Simplify algorithm.
18035         (tramp-smb-process-running): Remove.  Since we acknowledge the
18036         virtual prompt for shares, there's no need for distinction of
18037         reading shares (process ends afterwards) and interactive mode of
18038         smblient.
18039         (tramp-smb-open-connection): Setting process sentinel removed.
18040         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
18041         "NT_STATUS_NETWORK_ACCESS_DENIED".
18042         (tramp-smb-maybe-open-connection): Set `process-connection-type'
18043         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
18044         (top-level): Setting default value in `tramp-default-method-alist'
18045         corrected.  Order of USER and HOST have been wrong.
18046         Nobody complained for months ...
18047         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
18048         (tramp-smb-open-connection): Clear password cache if login has failed.
18050         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
18051         `tramp-unified-filenames'.
18052         (tramp-completion-mode): Make test for XEmacs explicitely.
18053         `event-to-character' can exists in Emacs packages too.
18054         Reported by Matt Swift <swift@alum.mit.edu>.
18055         (tramp-buffer-name): Buffer name must contain the user if exists.
18056         Reported by Adrian Phillips <a.phillips@met.no>.
18057         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
18058         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
18059         (tramp-do-copy-or-rename-file-out-of-band): Rename from
18060         `tramp-do-copy-or-rename-file-one-local', because it handles also
18061         the case both files use the same out-of-band method.
18062         Implementation added.
18063         (tramp-handle-file-local-copy, tramp-handle-write-region):
18064         Out-of-band handling removed.  `copy-file' called instead, which
18065         calls `tramp-do-copy-or-rename-file-out-of-band'.
18066         (tramp-action-password): Check for out-of-band method removed.
18067         This function is used for 'login-program.
18068         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
18069         appropriate.
18070         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
18071         and `tramp-parse-sknownhosts'.
18072         (tramp-completion-function-alist): It's a defvar now, because we
18073         want to apply the optimized `tramp-set-completion-function'
18074         instead of a static list.
18075         (tramp-set-completion-function): Implementation tuned.
18076         Avoid double entries, and entries where the function or the
18077         file/directory doesn't exist.
18078         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
18079         for SSH2.
18080         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
18081         (tramp-handle-dired-compress-file): New function.
18082         (tramp-async-proc): New variable.
18083         (tramp-handle-shell-command): Adding asynchronous processes.
18084         They are far from being perfect, but it works at least for
18085         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
18086         (top-level): Require password.el if visible.  Should be mandatory
18087         once No Gnus has found its way into (X)Emacs.
18088         (tramp-read-passwd): Invoke `password-read' if available,
18089         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
18090         fallback any longer.
18091         (tramp-clear-passwd): New function.
18092         (tramp-process-actions, tramp-process-multi-actions):
18093         Clear password cache if login has failed.
18095         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
18096         its own module.
18097         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
18098         `ange-ftp-ftp-name-res'.  There could be incorrect values from
18099         previous calls in case the "ftp" method is used in the Tramp file
18100         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18102 2004-02-28  Richard M. Stallman  <rms@gnu.org>
18104         * term.el (term-mouse-paste): Call mouse-set-point.
18106         * thumbs.el: New file.
18108 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18110         * progmodes/ebnf-abn.el: Doc fix.
18112         * progmodes/ebnf-bnf.el: Doc fix.
18113         (ebnf-repeat): Code fix.
18115         * progmodes/ebnf2ps.el: Doc fix.
18116         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
18118 2004-02-28  Juri Linkov  <juri@jurta.org>
18120         * ffap.el (dired-at-point): Additional writability test for
18121         relative directory names.
18122         (dired-at-point-prompter): Treat directories as a directory, get
18123         the directory component from files.
18124         (ffap-string-at-point): Return string from region if region is active.
18125         (ffap-file-at-point): Remove redundant code.
18127 2004-02-28  Kim F. Storm  <storm@cua.dk>
18129         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
18130         Initialize margin area images to nil.
18131         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
18132         (breakpoint-enabled-bitmap-face)
18133         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
18134         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
18135         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
18136         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
18137         (gdb-reset): Use gdb-remove-breakpoint-icons.
18138         (gdb-put-string): Add dprop arg to specify alternative display
18139         property (for setting fringe bitmap).
18140         (gdb-remove-strings): Doc fix.
18141         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
18142         icon in fringe (if available), or else as icon or text in display
18143         margin.  Creates necessary icons in breakpoint-bitmap,
18144         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
18145         Also make left window margin if required.
18146         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
18147         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
18148         no longer needed.
18149         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
18150         gdb-put-breakpoint-icon.
18151         (gdb-assembler-mode): Don't set left-margin-width here.
18153 2004-02-27  Kevin Ryde  <user42@zip.com.au>
18155         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
18156         comma, so that it DTRT in macros.
18158 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
18160         * progmodes/sh-script.el (sh-shell-arg)
18161         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
18162         (sh-leading-keywords, sh-other-keywords): Fix custom type.
18164 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
18166         * faces.el (face-spec-set-match-display): Add a new attribute,
18167         `min-colors'.
18168         (region, highlight, secondary-selection): Use `min-colors'.
18170         * custom.el (defface): Add documentation for `min-colors'.
18172         * font-lock.el (font-lock-comment-face, font-lock-string-face)
18173         (font-lock-keyword-face, font-lock-function-name-face)
18174         (font-lock-variable-name-face, font-lock-constant-face):
18175         Use `min-colors'.
18177         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
18179 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18181         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
18182         define assq-delete-all if it's not defined.
18183         (ebnf-generate-region): Code fix.
18185         * printing.el: Doc fix.
18186         (pr-version): New version number (6.7.2).
18187         (pr-command): Return empty string if command is an empty string.
18189 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18191         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
18193         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
18194         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
18195         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
18196         "tt" ["test"] ).  Reported by Markus Dreyer
18197         <mdreyer@ix.urz.uni-heidelberg.de>.
18198         (ebnf-version): New version number (4.0).
18199         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
18200         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
18201         (ebnf-delete-style): New commands.
18202         (ebnf-directory, ebnf-file): New funs.
18203         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
18204         (ebnf-production-name-p, ebnf-stop-on-error): New options.
18205         (ebnf-syntax-alist): New var.
18206         (ebnf-element-width): New fun replacing ebnf-list-width.
18207         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
18208         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
18209         (ebnf-prologue): Adjust vars.
18210         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
18211         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
18212         (ebnf-check-style-values, ebnf-generate-production)
18213         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
18214         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
18215         (ebnf-token-repeat): Code fix.
18217         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
18218         %right, %left and %prec.  Suggested by Matthew K. Junker
18219         <junker@alum.mit.edu>.
18220         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
18222         * progmodes/ebnf-iso.el: Doc fix.
18223         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
18224         (ebnf-iso-lex): Code fix.
18226         * progmodes/ebnf-bnf.el: Doc fix.
18227         (ebnf-bnf-lex): Code fix.
18229         * progmodes/ebnf-otz.el: Doc fix.
18231 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
18233         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
18234         (abbrev-prefix-mark): Doc fix.
18236 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
18238         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
18239         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
18240         (gdb-var-delete): Make interactive (really).
18241         (gdb-edit-value): Make non-interactive.
18243         * progmodes/gud.el (gud-speedbar-menu-items):
18244         Add gdb-var-delete and, indirectly, gdb-edit-value.
18245         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
18246         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
18247         (gud-gdb-marker-filter): Add comment for annotations.
18249 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
18251         * calendar/calendar.el (generate-calendar)
18252         (calendar-read-date): Prevent display of BC calendars once more -
18253         reverts 2003-10-01 change.
18254         (generate-calendar-month): Doc fix.
18256 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
18258         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
18259         return value of increment-calendar-month.
18261 2004-02-21  Stephen Compall  <s11@member.fsf.org>
18263         * saveplace.el (save-place-forget-unreadable-files)
18264         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
18265         (save-place-forget-unreadable-files): New function.
18266         (save-place-alist-to-file): Use it to filter out files that are
18267         no longer readable.
18269         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
18270         current Texinfo environment, using the same method as in
18271         `texinfo-insert-@end', and insert a space rather than a newline if
18272         point in a @table environment.
18274 2004-02-21  Juri Linkov  <juri@jurta.org>
18276         * ffap.el (ffap-file-at-point): Try parent directories.
18278 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
18280         * vcursor.el (vcursor-modifiers): New defcustom.
18281         (vcursor-cs-binding): Use vcursor-modifiers instead of a
18282         hard-coded list.
18284 2004-02-21  Masatake YAMATO  <jet@gyve.org>
18286         * play/animate.el (animate-birthday-present): Accept names other
18287         than `Sarah', too.
18289 2004-02-21  Juri Linkov  <juri@jurta.org>
18291         * startup.el: Remove table of command line arguments from the
18292         Commentary section.
18294 2004-02-20  John Wiegley  <johnw@newartisans.com>
18296         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
18297         again" modifier from 'e' to 'E', since 'e' is also used by the
18298         "file extension" modifier.
18300 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
18302         * help-fns.el (describe-categories): Doc fix.
18304 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
18306         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
18307         temporary file for buffer already visiting one.  This change makes
18308         output likely to be directly usable by patch program.
18309         Suggested by Adrian Aichner  <adrian@xemacs.org>
18311 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
18313         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
18314         case of variables defined in compound statements.
18315         (gdb-setup-windows, gdb-source-info, gdb-source-info):
18316         Simplify constructions using switch-to-buffer.
18318 2004-02-19  Simon Josefsson  <jas@extundo.com>
18320         * play/morse.el: Fix typo.
18321         (morse-code): Add @.
18323 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
18325         * calendar/appt.el (appt-display-format): Change default to
18326         'ignore, for backwards compatibility.
18327         (appt-display-message): If appt-display-format is 'ignore,
18328         respect old vars appt-msg-window and appt-visible.
18329         (appt-activate): Don't depend on return value of cancel-timer.
18331         * calendar/calendar.el (calendar-holidays): Doc fix.
18333         * calendar/cal-coptic.el (coptic-prompt-for-date):
18334         Use assoc-string instead of assoc-ignore-case.
18335         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
18336         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
18337         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
18338         * calendar/cal-islam.el (calendar-goto-islamic-date)
18339         (mark-islamic-diary-entries): Ditto.
18340         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
18341         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
18342         (calendar-read-mayan-tzolkin-date): Ditto.
18343         * calendar/calendar.el (calendar-read-date): Ditto.
18344         * calendar/diary-lib.el (mark-diary-entries): Ditto.
18346 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
18348         * progmodes/executable.el (executable-command-find-posix-p):
18349         Fix choice of the directory.
18351 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
18353         * simple.el (interprogram-cut-function)
18354         (interprogram-paste-function, kill-new, kill-append):
18355         Doc fixes.
18356         (kill-region): Make it return nil.  Doc fix.
18357         (yank-pop): Make its argument optional.
18358         (yank): Make ARG `-' equivalent to `-1'.
18360 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
18362         * mail/rmail.el (rmail-get-new-mail): Don't reference
18363         rmail-use-spam-filter if rmail-spam-filter is not loaded.
18365 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
18367         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
18368         if one of global-auto-revert-non-file-buffers or autorevert-mode
18369         is non-nil.
18371 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
18373         * subr.el (delete-dups): A better implementation from Karl Heuer
18374         <kwzh@gnu.org>.
18376 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
18378         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
18379         correct place.
18380         * progmodes/icon.el (icon-indent-command): Ditto.
18381         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
18383 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
18385         * progmodes/grep.el (grep-compute-defaults): Undo change from
18386         2004-01-29: don't use executable-command-find-posix-p.
18388 2004-02-16  Richard Sharman  <rsharman@pobox.com>
18390         * hilit-chg.el: Use require instead of eval-and-compile.
18391         (highlight-compare-buffers): New function.
18393 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
18395         * man.el (Man-fontify-manpage): Render section headings in
18396         `Man-overstrike-face' even when overstrike was not used by man
18397         formatter for section headings.
18399 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
18401         * rmail-spam-filter.el (vm-use-spam-filter)
18402         (rsf-min-region-length-added-to-spam-list): New variables.
18403         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
18404         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
18405         spam testing.  Don't delete spam message if automatic deletion
18406         after output via variable rmail-delete-after-output is turned on.
18407         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
18408         rsf-bbdb-dont-create-entries-for-spam.
18409         (check-field): New function, extracted from code in
18410         rmail-spam-filter to ease addition of header fields like content-type.
18411         (message-content-type): New variable to check the content-type:
18412         field added, also in defcustom of rsf-definitions-alist.
18413         (rmail-spam-filter): Replace repeated test code for header fields
18414         by calls to check-field; change the call to
18415         rmail-output-to-rmail-file such that rmail-current-message stays
18416         the same to avoid wrong deletion of unseen flags.
18417         (rsf-add-contents-type): New function to convert old format
18418         of rmail-spam-definitions-alist into new one.
18419         Change prefixes of all variables and functions from
18420         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
18422 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
18424         * loadhist.el (unload-hook-features-list): New defvar.
18426 2004-02-16  Dave Love  <fx@gnu.org>
18428         * loadhist.el (unload-feature): Doc fix.  Rename flist to
18429         unload-hook-features-list.
18431 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
18433         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
18434         cookie.  Don't check if we are looking-at open-formula.
18436 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
18438         * subr.el (match-string-no-properties): Use substring-no-properties.
18440 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
18442         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
18443         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
18444         Use lower-case "rx" in all error message.
18446 2004-02-16  Dave Love  <fx@gnu.org>
18448         * emacs-lisp/rx.el (rx-or): Put group around result.
18449         (rx-constituents): Add backref.
18450         (rx-syntax): Add string-delimiter, comment-delimiter.
18451         (rx-categories): Add combining-diacritic.
18452         (rx-check-not, rx-greedy, rx): Doc fix.
18453         (rx-backref, rx-check-backref): New.
18455 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
18457         * newcomment.el (uncomment-region): Allow eob as comment end.
18459 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
18461         * filecache.el: All message and error commands now use prefix
18462         "Filecache:" to make it easy to read *Messages* buffer.
18464 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
18466         * autorevert.el: Add support to detect changed dired and VC buffers.
18467         (auto-revert-active-p, auto-revert-list-diff)
18468         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
18469         (auto-revert-handler, auto-revert-active-p): New functions.
18470         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
18471         and `auto-revert-active-p'.
18472         (eval-when-compile): Defvar dired-directory and vc-mode.
18473         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18474         (auto-revert-handler-vc): New functions.
18476 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18478         * progmodes/compile.el (compilation-directory): New defvar.
18479         (compile): Save current directory in compilation-directory.
18480         (recompile): Bind default-directory to compilation-directory if
18481         that is non-nil.
18483 2004-02-16  Dave Love  <fx@gnu.org>
18485         * newcomment.el (comment-insert-comment-function)
18486         (comment-region-function, uncomment-region-function): New.
18487         (comment-indent): Use comment-insert-comment-function.
18488         (uncomment-region): Use uncomment-region-function.
18489         (comment-region): Use comment-region-function.
18491         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
18493 2004-02-16  Richard Stallman  <rms@gnu.org>
18495         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
18496         loaddefs* and ldefs-boot*.
18498 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
18500         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
18501         and email address at the beginning and end of the address.
18503         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
18504         anchored at the beginning of the email address.
18506 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
18508         * international/ccl.el (ccl-compile-write): Pass `left' to
18509         ccl-embed-code to generate correct code of write-expr-register.
18511 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
18513         * progmodes/grep.el (grep-compute-defaults): Fix typos.
18515 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18517         * x-dnd.el: Mention support for Motif in commentary.
18518         (x-dnd-handle-drag-n-drop-event): Ditto.
18520 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
18522         * ses.el: Use "ses--" prefixes for buffer-local variables.
18523         Use (point-min) instead of 1, even when we know the buffer
18524         is unnarrowed.
18525         (ses-build-load-map): Delete.  Distribute its content to defconst's for
18526         the three maps.
18527         (ses-menu, ses-header-line-menu): New menus.
18528         (ses-mode-map): Use them.
18529         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
18531 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
18533         * Makefile.in: Fix the CC Mode recompile kludge so it works
18534         when building in a different directory.
18536 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
18538         * simple.el (kill-new): Put yank-handler property on the entire string.
18540 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18542         * diff.el: Don't use compile any more, use diff-mode instead.
18543         (diff-regexp-alist, diff-old-file, diff-new-file)
18544         (diff-parse-differences, diff-process-setup): Remove.
18545         (diff-sentinel): New fun.
18546         (diff): Use it.  Run the process ourselves.
18547         Use diff-mode for the rest of the processing.
18549         * diff.el (diff): Simplify code handling `switch'.
18551 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18553         * pcvs-defs.el (cvs-menu): Add `tag'.
18555 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
18557         * simple.el (kill-append): Doc fix.
18559         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18560         Adapt outline-regexp to the new conventions for commenting out code.
18562 2004-02-11  John Paul Wallington  <jpw@gnu.org>
18564         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
18566 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18568         * diff.el (diff-switches): New fun.
18569         (diff, diff-backup): Use it.
18570         (diff): Clean up the args construction.  Use backquote.
18571         Use listp instead of consp to avoid putting a nil arg.
18572         (diff): Add a revert-buffer function.
18574 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18576         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
18577         handled by x-dnd-handle-file-name.
18578         (x-dnd-known-types): Add COMPOUND_TEXT.
18579         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
18580         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
18581         x-dnd-empty-state.
18582         (x-dnd-forget-drop): Ditto.
18583         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
18584         (x-dnd-handle-one-url): Return private when inserting text.
18585         (x-dnd-insert-ctext): New function.
18586         (x-dnd-handle-file-name): New function for FILE_NAME.
18587         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
18588         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
18589         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
18591 2004-02-10  Kenichi Handa  <handa@m17n.org>
18593         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
18594         instead of while loop.
18596 2004-02-10  Miles Bader  <miles@gnu.org>
18598         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
18600 2004-02-09  Kenichi Handa  <handa@m17n.org>
18602         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
18603         have end-of-line.
18605 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
18607         * Makefile.in: Added extra dependencies in the recompile target
18608         needed to cope with the compile time macro expansions in CC Mode.
18610 2004-02-09  Kim F. Storm  <storm@cua.dk>
18612         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
18613         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
18614         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
18615         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
18616         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
18617         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
18618         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
18619         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
18620         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
18621         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
18622         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
18624 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18626         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18627         Don't allow shrink if there's a window on our right.
18629         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18630         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18631         Bring together declaration and initialization.
18632         (prolog-mode-variables): Don't set the syntax table.
18633         Don't set paragraph-start and comment-indent-function.
18634         Add /*..*/ to the comment regexps.
18635         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
18636         (prolog-mode-map): Don't bind TAB.
18637         (prolog-mode): Set the syntax table.
18638         (prolog-comment-indent): Remove.
18639         (inferior-prolog-mode-map): Initialize in the declaration.
18640         (inferior-prolog-mode-syntax-table)
18641         (inferior-prolog-mode-abbrev-table): New vars.
18642         (inferior-prolog-mode): Derive from comint-mode.
18643         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18644         minibuffer windows.
18646         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18647         in file names, as long as it is unabmiguous.
18649 2004-02-08  Andreas Schwab  <schwab@suse.de>
18651         * textmodes/reftex-toc.el
18652         (reftex-toc-load-all-files-for-promotion): Remove useless use of
18653         format.  Doc fix.
18655         * textmodes/refer.el (refer-find-entry-internal): Remove extra
18656         format string arguments.
18658         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18659         string argument.
18661         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18663         * play/zone.el (zone-call): Fix format string.
18665         * net/webjump.el (webjump-builtin): Add missing format string argument.
18667         * midnight.el (midnight-delay-set): Remove extra format string argument.
18669         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18671         * hexl.el (hexl-insert-char): Add missing format string argument.
18673         * format.el (format-decode): Fix format string.
18675         * emulation/vi.el (vi-mode): Remove extra format string argument.
18676         (vi-repeat-last-search): Likewise.
18677         (vi-reverse-last-search): Likewise.
18678         (vi-goto-mark): Likewise.
18679         (vi-reverse-last-find-char): Likewise.
18680         (vi-repeat-last-find-char): Likewise.
18681         (vi-locate-def): Likewise.
18683         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18685         * ediff-util.el (ediff-toggle-read-only): Remove extra format
18686         string argument.
18687         (ediff-toggle-regexp-match): Likewise.
18689         * dired-aux.el (dired-do-query-replace-regexp): Add missing
18690         format string argument.
18692         * calc/calc-map.el (calc-get-operator): Remove extra format
18693         string argument.
18695         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18697         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18698         string argument.
18700         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18702         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18704         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18706         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18707         (cl-struct-setf-expander): Likewise.
18709         * vc.el (with-vc-file): Fix unsafe uses of error.
18710         (vc-cancel-version): Likewise.
18712 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
18714         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18715         thousands separator; fixes <class>:<line-number> regexp for
18716         non-english locales.
18718 2004-02-08  Andreas Schwab  <schwab@suse.de>
18720         * view.el (view-mode-enable): Revert previous change.
18722 2004-02-07  Kim F. Storm  <storm@cua.dk>
18724         * simple.el (line-number-at-pos): Rename from line-at-pos.
18725         Uses changed (what-line and vc-annotate-warp-version).
18727 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18729         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18730         (diff-mode): Remove aborted attempt at support for compile.el.
18731         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18733 2004-02-06  Andreas Schwab  <schwab@suse.de>
18735         * view.el (view-mode-enable): Add view-mode-map to
18736         minor-mode-overriding-map-alist.
18738 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18740         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18742 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18744         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18745         with point inside rather than after the paragraph.
18747 2004-02-04  Sam Steingold  <sds@gnu.org>
18749         * mail/smtpmail.el (smtpmail-try-auth-methods):
18750         Do not try authentication when no mechanism is available.
18751         Pass port-name as defaultport to `netrc-machine'.
18753 2004-02-04  Stephen Eglen  <stephen@gnu.org>
18755         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18756         to show how minibuffer height can be constrained.
18758 2004-02-04  John Paul Wallington  <jpw@gnu.org>
18760         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18762 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18764         * x-dnd.el: New file for drag and drop.
18766         * term/x-win.el: require x-dnd, set after-make-frame-functions
18767         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18768         drag-n-drop event.
18770         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18771         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18772         (dired-dnd-handle-file): New functions for drag and drop support.
18773         (dired-mode): Initialize drag and drop if x-dnd present.
18775 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18777         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18778         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18779         (cperl-mode): Set fill-paragraph-function.
18780         (cperl-fill-paragraph): Make it non-interactive.
18782 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
18784         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18786 2004-02-02  David Kastrup  <dak@gnu.org>
18788         * replace.el (perform-replace): Allow 'literal argument in
18789         regexp-flag to indicate literal replacement.
18790         (query-replace-regexp-eval): Use it.
18792 2004-02-01  Andreas Schwab  <schwab@suse.de>
18794         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18796 2004-02-01  Stephen Eglen  <stephen@gnu.org>
18798         * info-look.el: Add support for maxima-mode.  Update commentary
18799         because info-lookup-symbol is now bound to C-h S.
18801 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
18803         * simple.el (edit-and-eval-command): Bind print-level and
18804         minibuffer-history-sexp-flag around call to read-from-minibuffer.
18805         Correct initial position in command-history.
18807 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
18809         * files.el (read-directory-name): Adapt the docstring to recent
18810         change in Fread_file_name.
18812 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
18814         * ses.el (ses-print-cell): If print format too wide for column
18815         width, truncate decimal places if that helps to avoid "#####" fill.
18816         * ses.el (ses-initial-column-width): Revert previous change.
18818 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18820         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18821         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18822         Add edebug info.
18823         (jit-lock-mode): Setup/cancel the new timer.
18824         (jit-lock-context-fontify): New fun.  Extracted from
18825         context fontification code of jit-lock-stealth-fontify.
18826         (jit-lock-stealth-fontify): Don't do context fontification any more.
18828         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18829         (jit-lock-fontify-now): Handle the `quit' case.
18830         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18832 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
18834         * progmodes/executable.el (executable-command-find-posix-p):
18835         New.  Check if find handles arguments Posix-style.
18837         * progmodes/grep.el (grep-compute-defaults):
18838         Use executable-command-find-posix-p.
18839         (grep-find): Check `grep-find-command'.
18841         * filecache.el (file-cache-find-posix-p): Delete.
18842         (file-cache-add-directory-using-find):
18843         Use `executable-command-find-posix-p'.
18845 2004-01-29  Dave Love  <fx@gnu.org>
18847         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18848         Iterate the hook function if arg is given.
18849         (mark-defun, narrow-to-defun): Change order of finding the limits.
18851         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18852         (byte-compile-format-warn): New.
18853         (byte-compile-callargs-warn): Use it.
18854         (Format, message, error): Add byte-compile-format-like property.
18855         (byte-compile-maybe-guarded): New.
18856         (byte-compile-if, byte-compile-cond): Use it.
18857         (byte-compile-lambda): Compile interactive forms,
18858         just to make warnings about them.
18860 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
18862         * ses.el (ses-initial-column-width): Increase to 14, so it will
18863         work well with the default printer of "%.7g" for extreme values
18864         like "-1.234567e+07".
18866 2004-01-29  Kenichi Handa  <handa@m17n.org>
18868         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18870 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
18872         * dos-w32.el: Added support for the `default-printer-name' function.
18874 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18876         * server.el (server-socket-name): Don't use the hostname in the
18877         socket name since /tmp is local to the host anyway.
18879         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18880         robust check of widening and fix var-naming.
18882 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
18884         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18885         or rmail-spam- to rsf- in all function and variable names.
18886         (rsf-min-region-to-spam-list): New variable.
18887         (rsf-bbdb-auto-delete-spam-entries): Rename from
18888         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
18889         scanned together with the recipients field for spam testing; Don't
18890         delete spam message if rmail-delete-after-output is non-nil;
18891         (rsf-check-field): New function, extracted from code in
18892         rmail-spam-filter to ease addition of header fields like
18893         content-type:;
18894         (message-content-type): New variable.  The content-type: field was
18895         added also in defcustom of rsf-definitions-alist;
18896         (rmail-spam-filter): Replace repeated test code for header fields
18897         by calls to check-field; change the call to
18898         rmail-output-to-rmail-file such that rmail-current-message stays
18899         the same to avoid wrong deletion of unseen flags.
18900         (rmail-use-spam-filter): Add autoload cookie.
18902 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
18904         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
18905         (file-cache-add-directory-using-find): Add Cygwin support.
18906         (file-cache-find-command-posix-flag): New user variable.
18908         * filecache.el (file-cache-add-directory): Check for
18909         directories an remove them from dir-files.
18911 2004-01-27  Richard M. Stallman  <rms@gnu.org>
18913         * man.el (Man-fontify-manpage): Clean up message.
18915 2004-01-27  Kenichi Handa  <handa@m17n.org>
18917         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18918         (sentence-end): Define using sentence-end-without-space.
18920         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18921         a sentence ends with one of a character in sentence-end-without-space.
18923 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18925         * font-lock.el (font-lock): Add jit-lock as explicit group member.
18926         (jit-lock): Group declaration moved to jit-lock.el.
18927         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18928         when necessary.
18930         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18931         (jit-lock-context-unfontify-pos): Rename from
18932         jit-lock-first-unfontify-pos.
18933         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18935 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
18937         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18938         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18939         (fortran-fill): When filling a string, adjust re-search-backward
18940         argument for special case of string just on fill-column.
18941         When filling non-string, allow one extra char if
18942         fortran-break-before-delimiters is non-nil.
18943         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18944         Use fortran-break-delimiters-re and fortran-no-break-re to
18945         correctly handle cases such as "**".
18947         * progmodes/f90.el (f90-break-delimiters): Doc fix.
18948         (f90-no-break-re): Add some extra tokens.  Doc fix.
18950 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
18952         * mail/rmail-spam-filter.el:
18953         Use two semicolons as Commentary line prefix.
18954         Add ";;; Code:" stylized comment.
18955         Delete end-of-line whitespace.
18956         Wrap (require 'cl) with `eval-when-compile'.
18958 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
18960         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18961         at the top level of vc.el.
18963 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
18965         * vc.el (vc-current-line): Function removed.  This is now done by
18966         the new function line-at-pos in simple.el.
18967         (vc-annotate-warp-version): Use line-at-pos instead of
18968         vc-current-line.
18970 2004-01-22  Kim F. Storm  <storm@cua.dk>
18972         * simple.el (line-at-pos): New defun.
18973         (what-line): Use it.  Optimize by only counting lines in narrowed
18974         region once.
18976 2004-01-22  Kenichi Handa  <handa@m17n.org>
18978         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18979         point (register r1) only for charset mule-unicode-0100-24ff.
18981 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
18983         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18984         trailing white space and ensure a final newline.
18986         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18987         Add autoload cookie.
18989 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
18991         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18992         activate view-mode explicitly.
18994 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18996         * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18997         menu-bar-enable-clipboard and make Paste use clipboard first.
18999 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19001         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
19002         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
19003         (vc-mcvs-cvs): Remove.
19004         (vc-mcvs-command): Remove use of assert.
19006         * outline.el (outline-insert-heading): Tighten up match.
19007         (outline-demote, outline-move-subtree-down): Don't assume anything
19008         about outline-regexp.
19010         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
19011         (texinfo-show-structure): Explicitly add ^, and simplify.
19013 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
19015         * calendar/appt.el (appt-check): Restore usage of
19016         appt-issue-message deleted in previous change.
19017         (top-level): Activate package when loaded (needed for backwards
19018         compatibility).
19020 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19022         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
19023         following previous change to smtpmail-send-data.
19025 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
19027         * vc.el (vc-default-previous-version): Doc enhancement.
19028         (vc-default-next-version): New function.
19029         (vc-print-log): New arg FOCUS-REV.
19030         (vc-annotate-mode): Derive from view-mode.
19031         (vc-annotate): New args REVISION, DISPLAY-MODE.
19032         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
19033         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
19034         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
19035         (vc-annotate-show-diff-revision-at-line, vc-current-line)
19036         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
19038         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
19040 2004-01-19  Karl Berry  <karl@gnu.org>
19042         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
19043         or "TexInfo".
19045 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
19047         * subr.el (delete-dups): New function.
19049 2004-01-19  Karl Berry  <karl@gnu.org>
19051         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
19052         with ^, since that's what texinfo-show-structure
19053         documentation says (plus it works much better in texinfo.txi).
19055 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
19057         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
19059 2004-01-18  David Ponce  <david@dponce.com>  (tiny change)
19061         * progmodes/which-func.el (which-function-mode): Don't cancel
19062         which-func-update-timer if not set.
19064 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
19066         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
19067         Remove spurious left square bracket in XX:XXam regexp.
19069 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
19071         * progmodes/cc-defs.el: Do not require cl at run time.
19073 2004-01-16  Richard M. Stallman  <rms@gnu.org>
19075         * emacs-lisp/cl.el (cl-cannot-unload): New function.
19076         (cl-unload-hook): Defvar this to run cl-cannot-unload.
19078         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
19079         Call rmail-spam-filter.  Delete and expunge spam.
19080         Print number of spam messages deleted.
19081         Save and restore the deletion status of old messages when reading
19082         new mail with spam filter, so that expunging spam does not expunge
19083         msgs deleted by the user.
19084         (rmail-only-expunge): Add an optional argument dont-show to
19085         prevent showing message after expunge.
19087 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
19089         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
19090         * subr.el (declare): New macro.
19092 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
19094         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
19096 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19098         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19099         Test window-system rather than system-type (for X11/Mac).
19101 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
19103         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
19105 2004-01-12  Richard M. Stallman  <rms@gnu.org>
19107         * mail/rmail.el (rmail-convert-to-babyl-format):
19108         Use mail-unquote-printable-region.
19109         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
19110         (rmail-hex-char-to-integer): Functions deleted.
19112         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
19113         (mail-unquote-printable-region): New arg NOERROR.
19114         For invalid encoding, either signal an error to just return nil.
19116 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
19118         * calendar/appt.el: Update copyright and commentary.
19119         (appt-issue-message): Make obsolete.
19120         (appt-visible, appt-msg-window): Make obsolete, in favour of
19121         appt-display-format.
19122         (appt-display-mode-line, appt-display-duration)
19123         (appt-display-diary, appt-time-msg-list, appt-mode-string)
19124         (appt-prev-comp-time, appt-display-count, appt-timer)
19125         (appt-convert-time): Doc change.
19126         (appt-disp-window-function, appt-delete-window-function):
19127         Use defcustom rather than defvar.
19128         (appt-display-format): New variable.
19129         (appt-display-message): New function with display code from appt-check.
19130         (appt-check): Add optional FORCE argument.  Doc change.
19131         Add appt-make-list to diary-hook if displaying diary.
19132         Remove checking of view-diary-entries-initially.
19133         Message display section removed to new function appt-display-message.
19134         (appt-display-window): Doc change.  Remove unused internal var
19135         this-buffer.  Do not beep, since appt-display-message does that.
19136         (appt-make-list): Doc change.  Use caar.
19137         (appt-sort-list): Simplify by using builtin sort function.
19138         (appt-update-list): New function for updating appts when diary is
19139         saved.
19140         (appt-activate): New autoloaded function to toggle package
19141         functionality.
19143         * calendar/cal-x.el: (calendar-one-frame-setup)
19144         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
19146         * calendar/calendar.el: Update copyright.
19147         (view-diary-entries-initially, european-calendar-style): Doc change.
19148         (calendar-setup): Make defcustom rather than defvar.
19149         (mark-visible-calendar-date): Initialize temp-face and faceinfo
19150         in let binding so local to function.
19152         * calendar/diary-lib.el: Update copyright.
19153         (diary, diary-entry-time): Doc change.
19154         (list-diary-entries): Doc change.  Trivial logic change.
19155         (fancy-diary-display): Restore make-face command mistakenly
19156         deleted 2003-05-08.
19157         (show-all-diary-entries): Allow to pop-up frame if needed.
19159 2004-01-09  John Paul Wallington  <jpw@gnu.org>
19161         * bindings.el (mode-line-change-eol): Add EVENT parameter.
19162         Temporarily select EVENT's window for changing eol type.
19164 2004-01-09  Deepak Goel  <deego@gnufans.org>
19166         * calendar/diary-lib.el (diary-entry-time):
19167         Also accept time in the form XX[.XX][am/pm/AM/PM].
19168         (fancy-diary-font-lock-keywords): Likewise.
19169         (diary-font-lock-keywords): Likewise.
19170         * calendar/appt.el (appt-add): Likewise.
19171         (appt-make-list): Likewise.
19172         (appt-convert-time): Likewise.
19174 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
19176         * gdb-ui.el (gdb-ann3): Revert previous change.
19177         (gdb-source-info): Allow for case of where compilation directory
19178         is not recorded.
19180 2004-01-08  John Paul Wallington  <jpw@gnu.org>
19182         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
19184 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
19186         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
19188         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
19189         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
19190         problems.
19191         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
19193 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
19195         * files.el (write-file-functions, write-contents-functions):
19196         Clarify docstrings.
19198 2004-01-07  Kenichi Handa  <handa@m17n.org>
19200         * international/mule.el (set-auto-coding): Fix for the case that
19201         end-of-line is only CR.
19203 2004-01-07  Kim F. Storm  <storm@cua.dk>
19205         * subr.el (event-start, event-end): Doc fix.
19206         (posn-string, posn-image): New defuns.
19207         (posn-object): Return either image or string object.
19208         (posn-object-x-y): Return 8th element of position.
19209         (posn-object-width-height): New defun.
19211 2004-01-06  Andreas Schwab  <schwab@suse.de>
19213         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
19214         output.
19216 2004-01-05  Karl Berry  <karl@gnu.org>
19218         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
19219         / and *, too.
19221 2003-12-31  Simon Josefsson  <jas@extundo.com>
19223         * files.el (before-save-hook): Add.
19224         (basic-save-buffer): Use before-save-hook.
19226         * emacs-lisp/copyright.el: Fix comment to recommend
19227         before-save-hook instead of write-file-functions.
19229 2004-01-05  Richard M. Stallman  <rms@gnu.org>
19231         * finder.el (finder-commentary): Call delete-other-windows.
19233         * net/ange-ftp.el (ange-ftp-file-attributes):
19234         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
19236 2004-01-04  Karl Berry  <karl@gnu.org>
19238         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
19239         comment characters % and # in the copyright year notice,
19240         as well as ;.
19242 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
19244         * wid-edit.el (default): Define dummy :value-delete.
19245         Reported by Jesper Harder <harder@ifa.au.dk>.
19247 2004-01-03  Richard M. Stallman  <rms@gnu.org>
19249         * progmodes/compile.el (compile-internal): Use point, not point-min,
19250         for set-window-point.
19252         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
19254         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
19256         * progmodes/grep.el (grep-mode-map):
19257         Don't remap next-line, previous-line.
19259 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
19261         * speedbar.el (speedbar-edit-line): Change regexp to position
19262         the cursor on the first character of this line's button.
19264 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
19266         * subr.el (functionp): Doc fix.
19268 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19270         * progmodes/idlwave.el (idlwave-make-tags):
19271         * textmodes/flyspell.el (flyspell-large-region):.
19272         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
19273         * emulation/viper-util.el (viper-glob-unix-files):
19274         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
19275         * man.el (Man-init-defvars):
19276         * jka-compr.el (jka-compr-call-process):
19277         * files.el (get-free-disk-space,insert-directory):
19278         * ediff-ptch.el (ediff-test-patch-utility):
19279         * ediff-diff.el (ediff-test-utility):
19280         * dired-aux.el (dired-check-process):
19281         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
19282         test the return value of call-process, because it can be a string.
19284 2003-12-31  John Paul Wallington  <jpw@gnu.org>
19286         * bindings.el (completion-ignored-extensions): Add .pfsl.
19288 2003-12-31  Kim F. Storm  <storm@cua.dk>
19290         * ido.el (ido-nonreadable-directory-p): New defun to check for
19291         nonreadable directory without activating tramp (to avoid problems
19292         with checking incomplete tramp paths).
19293         (ido-set-current-directory, ido-file-internal)
19294         (ido-file-name-all-completions1): Use it.
19296 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
19298         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
19299         documentation if the anchor (or node) name is preceded by `info
19300         anchor' or `Info anchor' in addition to earlier `info node' and
19301         `Info node'.
19302         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
19304 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
19306         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
19307         error in arguments to base64-decode-region.  Remove ^M characters
19308         after decoding base64.
19310 2003-12-30  Simon Josefsson  <jas@extundo.com>
19312         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
19313         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
19314         have only been distributed with Emacs for some years.
19315         (texinfo-mode-hook): Customize.
19317 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
19319         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
19320         cleaner (suggested by Richard Stallman).
19322         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
19323         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
19324         file-name clashes on 8+3 DOS filesystems.
19326         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
19327         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
19328         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
19329         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
19330         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
19331         file-name clashes on 8+3 filesystems.
19333         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
19334         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
19335         file-name clashes on 8+3 DOS filesystems.
19337 2003-12-29  Richard M. Stallman  <rms@gnu.org>
19339         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
19340         Upcase the character.
19342         * textmodes/flyspell.el (mail-mode-flyspell-verify):
19343         Search for header separator alone on a line, literally,
19344         and search for it backward, not forward.
19345         (flyspell-abbrev-table): Always use global-abbrev-table
19346         if there is no local one.
19348         * progmodes/sh-script.el (sh-get-indent-info):
19349         Don't move point back if at bob.
19351         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
19353         * play/handwrite.el (handwrite): Make the handwrite credit message
19354         a comment rather than an output command.
19356         * obsolete/sc.el: Display message that this file is obsolete.
19358         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
19360         * mail/rfc822.el (rfc822-address-start): Declare variable.
19361         Renamed from address-start.  All uses changed.
19363         * term.el (term-exec): Set up sentinel.
19364         (term-sentinel): New function.
19365         (term-handle-exit): New function.
19367         * subr.el (assoc-ignore-case, assoc-ignore-representation):
19368         Use assoc-string, and mark them obsolete.
19369         (delay-mode-hooks): Mark as permanent local.
19371         * simple.el (sendmail-user-agent-compose): Use assoc-string.
19373         * register.el (copy-rectangle-to-register): Doc fix.
19375         * info.el (Info-insert-dir): Use assoc-string.
19377         * info-look.el (info-lookup): Use assoc-string.
19379         * frame.el (pop-up-frame-function): Use quote, not `function'.
19380         (frame-notice-user-settings): Calculate ADJUSTED-TOP
19381         copying with lists as coordinate values.
19383         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
19385         * find-dired.el (kill-find): New command.
19386         (find-dired): Make buffer read-only.
19387         Set up a keymap with C-c C-k running kill-find.
19388         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
19390         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
19392         * filecache.el (file-cache-ignore-case): New variable.
19393         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
19395         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
19396         (comint-dynamic-complete-as-filename): Rename local vars.
19397         (comint-dynamic-list-filename-completions): Likewise.
19399         * comint.el (comint-dynamic-list-completions-config): New var.
19400         (comint-dynamic-list-completions): Handle both SPC and TAB right.
19402         * comint.el (comint-file-name-chars): Add [].
19403         (comint-word): Use skip-chars-backward, not search.
19405         * shell.el (shell-file-name-chars): Add [].
19407         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
19409         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
19411         * generic.el (define-generic-mode): Doc fix.
19413 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
19415         * files.el (kill-some-buffers): Doc fix.
19417 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
19419         * comint.el (comint-watch-for-password-prompt): Pass `string' as
19420         arg to send-invisible
19421         (send-invisible): Doc fix.  The argument is now a prompt, not the
19422         string to send.
19423         (comint-read-noecho): Doc fix.
19425 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
19427         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
19428         "@", as required by some ISP hosting service.  Fix defcustom
19429         argument syntax errors that prevented use of customization.
19431 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
19433         * xml.el (xml-get-attribute-or-nil): Doc fix.
19435 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
19437         * net/zone-mode.el (zone-mode): Use write-file-functions, not
19438         write-file-hooks.
19440 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
19442         * autorevert.el (auto-revert-interval): Doc fix.
19444 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
19446         * xml.el (xml-get-attribute-or-nil): New function, like
19447         xml-get-attribute, but returns nil if the attribute was not found.
19448         (xml-get-attribute): Convert to defsubst, uses
19449         xml-get-attribute-or-nil.
19451 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
19453         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
19455 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
19457         * custom.el (custom-declare-theme): Use `value' when putting
19458         properties on `theme'.
19460 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
19462         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
19463         for each yank-handler segment.
19464         (insert-for-yank-1): New function, with the body of the previous
19465         insert-for-yank.
19467         * textmodes/table.el (table-yank-handler): New defcustom.
19468         (table--put-cell-indicator-property): Put yank-handler property
19469         that indicates the yank handler for the table cell.
19471 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19473         * generic-x.el (etc-modules-conf-generic-mode): A more complete
19474         set of keywords.
19476 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
19478         * international/mule-cmds.el (reset-language-environment)
19479         (set-language-environment): Don't invoke fontset-related functions
19480         if fontset-list is not fboundp.
19482 2003-12-29  Kenichi Handa  <handa@m17n.org>
19484         * international/mule-cmds.el (reset-language-environment):
19485         Call set-overriding-fontspec-internal with nil.
19486         (set-language-environment): Call set-overriding-fontspec-internal
19487         if the language environment specify `overriding-fontspec'.
19488         (language-info-alist): Doc added.
19490         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
19491         characters of mule-unicode-0100-24ff.
19492         (ccl-encode-windows-1251-font): New CCL program.
19493         ("Bulgarian"): Specify overriding-fontspec.
19494         ("Belarusian"): Likewise.
19496 2003-12-28  Sam Steingold  <sds@gnu.org>
19498         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
19499         parameter ID-FORMAT to conform with the 2003-11-30 patch.
19501 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
19503         * progmodes/gud.el (gud-gdb-command-name): Set default to
19504         "gdb --annotate=3".
19505         (gud-gdb-marker-filter): Look out for annotations.
19506         (gdb-first-pre-prompt): New variable.
19507         Remove trailing white space.
19509         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
19510         if necessary.
19511         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
19512         annotations are detected.
19513         (gud-gdba-marker-filter): Use global variable gud-marker-acc
19514         instead of a local one to allow transition from
19515         gud-gdb-marker-filter.
19516         Remove trailing white space.
19518 2003-12-27  Kim F. Storm  <storm@cua.dk>
19520         * ido.el: Handle non-readable directories.
19521         (ido-decorations): Add 9th element for non-readable directory.
19522         (ido-directory-nonreadable): New dynamic var.
19523         (ido-set-current-directory): Set it.
19524         (ido-read-buffer, ido-file-internal):
19525         (ido-read-file-name, ido-read-directory-name): Let-bind it.
19526         (ido-file-name-all-completions1): Return empty list for
19527         non-readable directory.
19528         (ido-exhibit): Print [Not readable] if directory is not readable.
19529         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
19530         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
19531         Use it.
19533 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
19535         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
19536         calls to directory-files-and-attributes and file-attributes.
19537         (ls-lisp-format): Remove system dependent handling of user and
19538         group id's.
19540 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
19542         * ffap.el (ffap-read-file-or-url): Revert previous change.
19544 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
19546         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
19547         new list of included files called `files-with-node-lines', that
19548         only have node lines.  This way @include commands can include any
19549         file, such as version and update files without node lines, not
19550         just files that are chapters.
19552 2003-12-25  Andreas Schwab  <schwab@suse.de>
19554         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
19555         file not found.
19557 2003-12-08  Miles Bader  <miles@gnu.org>
19559         * dired.el (dired-between-files): Always use dired-move-to-filename,
19560         which is more robust in non-english locales.
19562 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
19564         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
19566 2003-12-24  Andreas Schwab  <schwab@suse.de>
19568         * shell.el (shell-file-name-quote-list): Add backslash.
19570         * comint.el (comint-quote-filename): Correctly handle backslash
19571         in comint-file-name-quote-list.
19573 2003-12-24  Kenichi Handa  <handa@m17n.org>
19575         * international/mule-cmds.el (set-default-coding-systems):
19576         Call ucs-set-table-for-input for all buffers that don't have local
19577         value of buffer-file-coding-system.
19579         * international/ucs-tables.el (ucs-set-table-for-input):
19580         If translation-table-for-encode is a symbol, get its
19581         translation-table property.
19583 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
19585         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
19586         to `completing-read' on a recently fixed bug.
19588         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
19589         instead of SPACE, to get the list of possible fringe modes.
19590         SPACE only works if both `partial-completion-mode' and
19591         `completion-auto-help' are nil.
19593         * complete.el (PC-is-complete-p): Delete.
19594         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
19595         calls to `test-completion'.
19597 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
19599         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
19600         to edit values when there are no children.
19602         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
19603         a mode called "Assembler" already exists.
19604         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
19605         (gud-watch): Use format option.  Remove font properties from string.
19606         (gdb-var-create-handler, gdb-var-list-children-handler):
19607         Don't bother about properties as there are none.
19608         (gdb-var-create-handler, gdb-var-list-children-handler)
19609         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
19610         with two arguments.
19611         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
19612         Let speedbar show value changes with a different font.
19613         (gdb-edit-value): New defun.
19614         (gdb-clear-partial-output, gdb-clear-inferior-io)
19615         (def-gdb-auto-update-handler): Use erase-buffer.
19616         (gdb-frame-handler): Display watch expressions in
19617         FUNCTION::VARIABLE format if required.
19619 2003-12-23  John Paul Wallington  <jpw@gnu.org>
19621         * info.el (Info-unescape-quotes, Info-split-parameter-string)
19622         (Info-goto-emacs-command-node): Doc fixes.
19624 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
19626         * cus-edit.el (custom-add-parent-links): Define "many".
19628 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
19630         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19631         (widget-child-validate, widget-type-value-create)
19632         (widget-type-default-get, widget-type-match): New functions.
19633         (lazy): New widget.
19634         (menu-choice, checklist, radio-button-choice, editable-list)
19635         (group, documentation-string): Remove redundant (per 2003-10-25
19636         change) calls to `widget-children-value-delete'.
19637         (widget-choice-value-get, widget-choice-value-inline): Remove.
19638         (menu-choice): Update widget.
19640 2003-12-03  Kenichi Handa  <handa@m17n.org>
19642         * language/cyrillic.el: Register "microsoft-cp1251" in
19643         ctext-non-standard-encodings-alist.
19644         ("Bulgarian"): Add ctext-non-standard-encodings.
19645         ("Belarusian"): Likewise.
19647         * international/mule-conf.el (compound-text-with-extensions):
19648         Change the type to 2 (iso-2022 base).
19650         * international/mule.el (ctext-non-standard-encodings-alist):
19651         Change the format.
19652         (ctext-non-standard-encodings): New variable.
19653         (ctext-post-read-conversion): Fully re-written.
19654         (ctext-non-standard-designations-alist): Delete it.
19655         (ctext-non-standard-encodings-table): New function.
19656         (ctext-pre-write-conversion): Fully re-written.
19658 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
19660         * cus-edit.el (custom-add-parent-links): Add documentation links
19661         for parent, if the item has none of its own.
19663 2003-11-30  Richard M. Stallman  <rms@gnu.org>
19665         * dired-aux.el (dired-do-query-replace-regexp):
19666         Report files visited read-only.
19668 2003-11-30  Juri Linkov  <juri@jurta.org>
19670         * dired-aux.el (dired-compare-directories): New command.
19671         (dired-file-set-difference, dired-files-attributes): New functions.
19673 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
19674         Version 2.0.38 of Tramp released.
19676         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
19677         Charles Curley <charlescurley@charlescurley.com>.
19678         (tramp-multi-connection-function-alist): Add ssht entry which adds
19679         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
19680         Aichner.
19681         (tramp-get-method-parameter): New function to retrieve a method
19682         parameter.  This allows for omission of method parameters.
19683         Callers adjusted.
19685 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
19687         * net/tramp.el: Add new optional parameter ID-FORMAT to
19688         `file-attributes'.  Calls of `file-attributes' won't use this
19689         parameter for backward compatibility reasons.
19690         (tramp-perl-file-attributes): Add a new parameter to Perl script
19691         in order to handle uid/gid as strings, if desired.
19692         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19693         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19694         order to make the function more general.
19695         (tramp-handle-file-attributes): Replace proprietary optional
19696         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19697         (tramp-handle-file-attributes-with-perl): Handle parameter
19698         NONNUMERIC if set.  This wasn't done in the past.
19699         (tramp-post-connection): Apply second parameter "$2" if
19700         `tramp-remote-perl' is called.
19702         * net/tramp-smb.el (tramp-smb-handle-delete-file):
19703         Correct cut'n'waste error (`filename' instead of `directory').
19704         (tramp-smb-handle-directory-files-and-attributes)
19705         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19706         introduced parameter ID-FORMAT.
19707         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19708         error (`directory' instead of `ldir').
19710         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19711         `file-attributes' has a second parameter.  If yes, apply it with
19712         value "'integer".  Otherwise, don't use that parameter (default is
19713         integer format).
19715 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
19717         * help.el (help-map): Bind `display-local-help' to `C-h .'.
19718         (help-for-help): Add `C-h .' to the listed Help options.
19719         Remove trailing whitespace.
19721         * help-at-pt.el: New file.
19723 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
19725         * subr.el (noreturn, 1value): New macros for test coverage.
19726         See `testcover.el'.
19728         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19730         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19731         for macro `1value'.
19732         (testcover-1value): New function.  Checks that a 1value form
19733         actually returns only one value.  Requested by RMS.
19735 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
19737         * gdb-ui.el (gud-watch, gdb-var-create-handler)
19738         (gdb-var-list-children, gdb-var-list-children-handler)
19739         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19740         gdb commands that use mi to keep them out of the command history.
19742 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19744         * cus-start.el (all): Add use-file-dialog.
19746 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19748         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19750 2003-11-27  Kim F. Storm  <storm@cua.dk>
19752         * subr.el (posn-object-x-y): New defun.
19754 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19756         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19757         Don't use `space' for \\\n.
19758         Be more selective as to which # are comment-starters.
19760 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
19762         * subr.el (number-sequence): Improve handling of floating point
19763         arguments (suggested by Kim Storm).  Allow negative arguments.
19765 2003-11-26  Kenichi Handa  <handa@m17n.org>
19767         * international/mule-cmds.el (standard-display-european-internal):
19768         Cancel the standard-display-table setting for ` and '.
19770 2003-11-26  Kim F. Storm  <storm@cua.dk>
19772         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19773         New defcustoms to add ffap-like functionality to ido.
19774         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
19775         (ido-no-final-slash): New defun.
19776         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19777         (ido-read-file-name): ): Toggle VC checking via
19778         vc-handled-backends instead of vc-master-templates.
19779         (ido-file-internal): Handle ido-use-url-at-point and
19780         ido-use-filename-at-point via code borrowed from ffap-guesser.
19781         Handle new ido-exit code ffap.
19782         (ido-sort-list): Ignore final slash when sorting file names.
19784 2003-11-25  Kim F. Storm  <storm@cua.dk>
19786         * emulation/cua-base.el (cua--standard-movement-commands):
19787         Add forward-sentence and backward-sentence.
19789 2003-11-25  Stephen Eglen  <stephen@gnu.org>
19791         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19792         iswitchb-exit is set to 'usefirst when user selects buffer at head
19793         of list using RET.  (Selecting buffers at the head of the list was
19794         broken if the substring was also a complete buffername.)
19796 2003-11-23  Kim F. Storm  <storm@cua.dk>
19798         * progmodes/compile.el (grep-command, grep-use-null-device)
19799         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19800         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19801         (grep-regexp-alist, grep-program, find-program)
19802         (grep-find-use-xargs, grep-history, grep-find-history)
19803         (grep-process-setup, grep-compute-defaults)
19804         (grep-default-command, grep, grep-tag-default, grep-find)
19805         (grep-expand-command-macros, grep-tree-last-regexp)
19806         (grep-tree-last-files, grep-tree): Move grep variables, functions
19807         and commands to new file grep.el.
19808         (compilation-mode-map): Remove grep commands from Compile sub-menu.
19809         (compilation-process-setup-function): Doc fix.
19810         (compilation-highlight-regexp, compilation-highlight-overlay): New
19811         defvars used for highlighting current compile error in source buffer.
19812         (compile-internal): New optional args HIGHLIGHT-REGEXP and
19813         LOCAL-MAP which overrides compilation-highlight-regexp and
19814         compilation-mode-map for this compilation.
19815         Delay calling compilation-set-window-height until after running
19816         compilation-process-setup-function so it can buffer-local override
19817         compilation-window-height.
19818         Check buffer-local value of compilation-scroll-output.
19819         (compilation-set-window-height): Use buffer-local value of
19820         compilation-window-height.
19821         (compilation-revert-buffer): Don't pass (undefined)
19822         preserve-modes arg to revert-buffer.
19823         (next-error-no-select, previous-error-no-select): New commands.
19824         (compilation-goto-locus): Temporarily highlight current match in
19825         source buffer using compilation-highlight-regexp.
19827         * progmodes/grep.el: New file with grep code from compile.el.
19828         (grep): New defcustom group.
19829         (grep-window-height): New defcustom, like compilation-window-height.
19830         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19831         (grep-scroll-output): New defcustom, like compilation-scroll-output.
19832         (grep-command, grep-use-null-device, grep-find-command)
19833         (grep-tree-files-aliases, grep-tree-ignore-case)
19834         (grep-tree-ignore-CVS-directories): Move to grep custom group.
19835         (grep-setup-hook): New hook variable.
19836         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
19837         (grep-last-buffer): New defvar, override compilation-last-buffer.
19838         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
19839         Call compile-internal with args highlight-regexp and grep-mode-map.
19841 2003-11-23  Kim F. Storm  <storm@cua.dk>
19843         * subr.el (event-start, event-end): Doc fix.
19844         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19845         (posn-area, posn-actual-col-row, posn-object): New defuns.
19846         (posn-col-row): Simplify doc.  Rewrite to use cond.
19847         (posn-point): Also return buffer position for events outside text
19848         area (that info is now present in the event position).
19850         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19851         mouse-set-point so that hscroll still works now that clicks on
19852         fringes generate specific mouse events.
19853         (mouse-set-point): Note that it now works in fringes and margins
19854         too due to new semantics of posn-point in fringes and margins.
19856         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19857         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19859 2003-11-20  Kim F. Storm  <storm@cua.dk>
19861         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19862         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19863         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19864         to 100 for icons to avoid increasing line height when shown.
19866 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19868         * newcomment.el (comment-normalize-vars): Initialize properly if
19869         comment-start was nil.
19871 2003-11-19  Andreas Schwab  <schwab@suse.de>
19873         * simple.el (set-variable): Fix indentation.
19875 2003-11-17  Kenichi Handa  <handa@m17n.org>
19877         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19878         Fix docstring.
19880 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19882         * international/latin1-disp.el (latin1-display): Fix docstring.
19884 2003-11-16  John Wiegley  <johnw@newartisans.com>
19886         * eshell/em-ls.el (eshell-ls-file): There are times with
19887         size-width is nil and uncomputed (when directories are created in
19888         dired, for example); in this case, 4 is reasonable default value,
19889         although it may caused skewed new entries (which could be avoided
19890         by returning the original value of 8 in all cases, but 99% of the
19891         time this is a waste of whitespace).
19893 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
19895         * cc-engine.el (c-guess-continued-construct)
19896         (c-guess-basic-syntax): Check a little more carefully if it's a
19897         function declaration when an unknown construct followed by a block
19898         is found inside a statement context.  This avoids macros followed
19899         by blocks to be taken as function declarations.
19901         (c-guess-continued-construct): Change the analysis of a statement
19902         continuation with a brace open to `substatement-block', for
19903         consistency with recognized statements.
19905         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19906         start is in a position so that `c-beginning-of-statement-1' jumped
19907         to the beginning of the same statement.
19909         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19910         Don't accept binary operators in the arglist if we're in a function
19911         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
19912         template recognition in cases like "if (a < b || c > d)".
19914         (c-restricted-<>-arglists): New more appropriate name for
19915         `c-disallow-comma-in-<>-arglists'.
19917         Accessing functions updated for the variable name change.
19919         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19920         match data could get clobbered if NOT-INSIDE-TOKEN is used.
19922         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19923         labels.
19925         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19926         instead of duplicating parts of it.  This fixes bogus label
19927         recognition.
19929         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19930         of checking the context in which to apply the minimum indentation,
19931         so that it isn't enforced in e.g. namespace blocks.
19933         * cc-vars.el (c-inside-block-syms): New constant used by
19934         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
19935         to somewhat reduce the risk of becoming stale.
19937         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19938         cc-cmds to cc-engine to allow use from cc-align.
19940         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19941         qualified identifiers containing "::".
19943         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19944         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19946         * cc-vars.el (c-emacs-features): Use a space in front of the name
19947         of the temporary buffer.  That also avoids dumping problems in
19948         XEmacs due to undo info being left around after the buffer is killed.
19950         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19951         arglist to see if it's a K&R style declaration.
19953         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19954         before returning `knr-argdecl-intro'.
19956 2003-11-16  John Wiegley  <johnw@newartisans.com>
19958         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19959         field in a long-listing always 8 characters, use `size-width',
19960         which has already been computed.
19962 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
19964         * subr.el (minor-mode-list): Add `hs-minor-mode'.
19966 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
19968         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19969         Support operation while narrowed, with `diff-restrict-view'.
19971 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
19973         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19974         Take additional optional arg NARROWFUN.  For the generated functions:
19975         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
19976         include frags that arrange to check for and save narrowing state before
19977         the move and then conditionally call NARROWFUN after the move.
19979 2003-11-14  John Wiegley  <johnw@newartisans.com>
19981         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19982         that was optional, but obviously missing based on surrounding code.
19984         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19985         string arguments to numbers unless the whole argument was seen as
19986         a number.
19988 2003-11-14  Kenichi Handa  <handa@m17n.org>
19990         * international/mule.el (ctext-non-standard-encodings-alist):
19991         Fix coding systems.
19993 2003-11-10  Kenichi Handa  <handa@m17n.org>
19995         * language/kannada.el ("Kannada"): Add sample-text.
19997         * language/knd-util.el (kannada-compose-region)
19998         (kannada-compose-string, kannada-post-read-conversion):
19999         Add autoload cookie.
20001         * international/quail.el (quail-completion): Change the message
20002         "corresponding translations" to "corresponding characters".
20004 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
20006         * descr-text.el (describe-char): Fix typo.
20008 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
20010         These changes are to support Kannada language/script.
20012         * Makefile.in (DONTCOMPILE): Add kannada.el.
20014         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
20016         * loadup.el: Preload kannada.el.
20018         * language/ind-util.el (ucs-kannada-to-is13194-alist)
20019         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
20020         New variables.
20022         * language/kannada.el: New file.
20024         * language/knd-util.el: New file.
20026 2003-11-07  Andreas Schwab  <schwab@suse.de>
20028         * progmodes/autoconf.el (autoconf-font-lock-keywords):
20029         Also highlight AH_*.
20031         * xml.el (xml-parse-dtd): Fix misplaced paren.
20033 2003-11-07  Kenichi Handa  <handa@m17n.org>
20035         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
20037 2003-11-05  Juri Linkov  <juri@jurta.org>
20039         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
20040         (desktop-buffer-file): Use saved buffer-file-coding-system
20041         for file reading.  Set auto-insert to nil to prevent automatic
20042         insertion into restored empty files.
20044 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
20046         * files.el (risky-local-variable-p): Make second argument optional.
20048 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20050         * subr.el (add-hook): Fix last change.
20052 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
20054         * mail/rmail.el (rmail-convert-to-babyl-format):
20055         If base64-decode-region signals an error, catch it and silently
20056         ignore it.
20058 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
20060         * xml.el (xml-parse-region): Allow comments to appear after the
20061         topmost element has closed.
20062         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
20063         (xml-ns-expand-attr): New functions to do namespace handling.
20064         (xml-intern-attrlist): Back-compatible handling of attribute names.
20065         (xml-parse-tag): Move namespace handling to separate functions.
20066         Now produces elements in the form ((:ns . "element") (attr-list)
20067         children) instead of ('ns:element (attr-list) children).
20068         (xml-parse-attlist): Fix attribute parsing.
20069         (xml-parse-dtd): Change parsing so that it produces strings
20070         instead of interned symbols.
20072 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
20074         * dired.el (dired-ls-sorting-switches): Doc fix.
20076 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
20078         * emacs-lisp/rx.el (rx-or): Fix the case of
20079         "(rx (and ?a (or ?b ?c) ?d))".
20081 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
20083         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
20084         (texinfo-format-region): Use it.
20085         (texinfo-format-buffer-1): Ditto.
20087 2003-11-01  Alan Mackenzie  <acm@muc.de>
20089         Changes to allow scrolling whilst in isearch mode:
20090         * isearch.el (isearch-unread-key-sequence): New function,
20091         extracted from isearch-other-meta-char.
20092         (top level): (put 'foo 'isearch-scroll) on all Emacs's
20093         "scrollable" standard functions.
20094         (isearch-allow-scroll): New customizable variable.
20095         (isearch-string-out-of-window, isearch-back-into-window)
20096         (isearch-reread-key-sequence-naturally)
20097         (isearch-lookup-scroll-key): New functions.
20098         (isearch-other-meta-char): Doc string and functionality enhanced.
20099         Now accepts a prefix argument.
20100         (isearch-lazy-highlight-window-end): New variable.
20101         (isearch-lazy-highlight-new-loop): Pay attention to the window's
20102         end (thru isearch-lazy-highlight-window-end), not only its start.
20104         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
20105         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
20106         (universal-argument, universal-argument-more, negative-argument)
20107         (digit-argument, universal-argument-other-key): Minor changes.
20109 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
20111         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
20112         recursively if the last message is deleted, thus avoiding an
20113         infinite loop.
20115 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20117         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
20118         (tex-main-file): Don't add .tex if the extension is already present.
20119         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
20121 2003-10-29  Lute Kamstra  <lute@gnu.org>
20123         * progmodes/octave-inf.el (inferior-octave-prompt):
20124         Recognize version number in prompt.
20126 2003-10-28  Dave Love  <fx@gnu.org>
20128         * international/characters.el: Fix some Unicode ranges.
20130 2003-10-28  Kenichi Handa  <handa@m17n.org>
20132         * disp-table.el (standard-display-8bit)
20133         (standard-display-default, standard-display-ascii)
20134         (standard-display-g1, standard-display-graphic)
20135         (standard-display-underline): Assure that standard-display-table
20136         is a display table.
20138 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20140         * simple.el (reindent-then-newline-and-indent): Delete space *after*
20141         reindenting the first line.
20143 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
20145         * wid-edit.el (widget-default-delete): Always delete child widgets.
20147 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20149         * newcomment.el (comment-indent): Don't call indent-according-to-mode
20150         if the line has code.
20151         Don't try to line up with something that's too far left.
20153         * progmodes/octave-mod.el (octave-comment-start): Simplify.
20154         (octave-mode-syntax-table): Add % as a comment starter.
20155         (octave-point): Remove.
20156         (octave-in-comment-p, octave-in-string-p)
20157         (octave-not-in-string-or-comment-p, calculate-octave-indent)
20158         (octave-blink-matching-block-open, octave-auto-fill):
20159         Use line-(beginning|end)-position instead.
20161 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
20163         * emacs-lisp/authors.el (authors-aliases): Add correct realname
20164         for Francesco Potort\e,Al\e(B.
20166 2003-10-23  Dave Love  <fx@gnu.org>
20168         * international/mule-cmds.el (locale-charset-to-coding-system):
20169         Don't rely on nil being a coding system.
20171         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
20172         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
20173         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
20175 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
20177         * gdb-ui.el (gdb-current-language): New variable.
20178         (gdb-update-flag): Remove variable.
20179         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
20180         (gdb-take-last-elt): Remove function.
20181         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
20182         (gdb-post-prompt): Check for variable object changes here.
20184         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
20185         object changes in gdb-ui.el.
20187 2003-10-21  Richard M. Stallman  <rms@gnu.org>
20189         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
20191         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
20192         Don't check for foo*/ wildcard form here.
20193         (insert-directory): Recognize foo*/ as a wildcard.
20194         Separate wildcard-regexp variable from the arg, wildcard.
20196         * subr.el (add-hook): Correctly detect when make-local-hook was used.
20197         (remove-hook): Correctly handle strange cases about local hooks.
20199 2003-10-21  David Ponce  <david@dponce.com>
20201         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
20202         argument REAL, to return a real number instead of a rounded
20203         integer value.  Define as inline function.
20204         (ruler-mode-right-fringe-cols): Likewise.
20205         (ruler-mode-scroll-bar-cols): New function.
20206         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
20207         (ruler-mode-right-scroll-bar-cols): Likewise.
20208         (ruler-mode-space): New function.
20209         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
20210         scroll bar mode and margins in a more robust way.
20212 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
20214         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
20215         (antlr-c-init-language-vars): New function.
20216         (antlr-mode): Use it with cc-mode before v5.29.
20217         (antlr-c-common-init): Don't set some local vars here.
20218         (antlr-mode): Set them here.
20219         (antlr-c-forward-sws): New function alias.
20220         (antlr-mode): Redefine with cc-mode before v5.30.
20221         (antlr-skip-sexps): Use it.
20222         (antlr-skip-exception-part): Ditto.
20223         (antlr-skip-file-prelude): Ditto.
20224         (antlr-outside-rule-p): Ditto.
20225         (antlr-end-of-body): Ditto.
20226         (antlr-option-kind): Ditto.
20227         (antlr-insert-option-area): Ditto.
20228         (antlr-file-dependencies): Ditto.
20230 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20232         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
20233         Move backward only if point was not inside an entry.
20235 2003-10-21  Richard M. Stallman  <rms@gnu.org>
20237         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
20239 2003-10-21  Juri Linkov  <juri@jurta.org>
20241         * compare-w.el: Automatically skip non-matching text to resync.
20242         (compare-windows-whitespace): Doc fix.
20243         (compare-windows-sync, compare-windows-sync-string-size)
20244         (compare-windows-recenter, compare-ignore-whitespace)
20245         (compare-windows-highlight, compare-windows-face): New variables.
20246         (compare-windows): Use compare-windows-sync.
20247         (compare-windows-highlight, compare-windows-dehighlight)
20248         (compare-windows-sync-regexp)
20249         (compare-windows-sync-default-function): New functions.
20251 2003-10-21  Juri Linkov  <juri@jurta.org>
20253         * diff.el (diff-parse-differences): Don't visit the files now;
20254         instead, just record the error locus.
20256 2003-10-21  Dave Love  <fx@gnu.org>
20258         * progmodes/cfengine.el: New file.
20260 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20262         * complete.el (PC-do-completion): Do not forget to use `pred' as the
20263         default-directory when completing file names.
20265 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
20267         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
20268         followed by the word `face', it gets treated as a face, even if
20269         it is also defined as a variable or a function.
20271 2003-10-20  Dave Love  <fx@gnu.org>
20273         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20274         Avoid incf in macro expansion.
20276 2003-10-20  John Paul Wallington  <jpw@gnu.org>
20278         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
20279         `evenp' so we don't implicitly require cl library at runtime.
20281 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
20283         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
20284         (help-make-xrefs): Only make cross-references for faces if
20285         preceded or followed by the word `face'.  Do not make a
20286         cross-reference for variables without variable documentation,
20287         unless preceded by the word `variable' or `option'.  Update doc
20288         string accordingly.
20290 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
20292         * progmodes/hideshow.el: Rewrite one-armed `if'
20293         constructs using either `when' or `unless'.
20294         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
20296 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
20298         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
20299         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
20300         instead of 12x12.
20302 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
20304         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
20305         message while converting to Babyl.
20307 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
20309         * allout.el (allout-mode): Doc fix.
20311 2003-10-16  Lute Kamstra  <lute@gnu.org>
20313         * subr.el (force-mode-line-update): Fix docstring.
20315 2003-10-14  Dave Love  <fx@gnu.org>
20317         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
20318         (default-input-method): Add :link, improve :type.
20319         (locale-charset-language-names): Fix utf-8 pattern.
20320         (locale-charset-match-p, locale-charset-alist)
20321         (locale-charset-to-coding-system): New.
20322         (set-locale-environment): Deal with codeset part of locale specs.
20324 2003-10-14  Lute Kamstra  <lute@gnu.org>
20326         * fringe.el (fringe-mode): Use active voice in docstring.
20327         (set-fringe-style): Ditto.
20329 2003-10-13  Lute Kamstra  <lute@gnu.org>
20331         * fringe.el (fringe-mode): Fix docstring.
20332         (set-fringe-style): Ditto.
20334 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
20336         * ediff-mult.el (ediff-filegroup-action):
20337         Use ediff-default-filtering-regexp.
20339         * ediff-util.el (ediff-recenter): Don't call
20340         ediff-restore-highlighting twice.
20341         (ediff-select-difference): Set current difference.
20342         (ediff-unselect-and-select-difference): Add comment.
20344         * ediff.el (ediff-directories,ediff-directory-revisions)
20345         (ediff-directories3,ediff-merge-directories)
20346         (ediff-merge-directories-with-ancestor)
20347         (ediff-merge-directory-revisions)
20348         (ediff-merge-directory-revisions-with-ancestor):
20349         Use ediff-default-filtering-regexp.
20351 2003-10-12  Andreas Schwab  <schwab@suse.de>
20353         * international/mule-cmds.el (locale-charset-language-names):
20354         Simplify regex by removing unused grouping.
20356 2003-10-10  Dave Love  <fx@gnu.org>
20358         * bindings.el: Don't bind stop.
20360 2003-10-08  Miles Bader  <miles@gnu.org>
20362         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
20363         face instead of attempting to emulate it.
20365 2003-10-07  Kenichi Handa  <handa@m17n.org>
20367         * international/mule-diag.el (list-coding-systems-1): List coding
20368         systems that are loaded automatically.
20370         * international/code-pages.el (iso-8859-11): Add autoload cookie.
20372         * international/mule.el (autoload-coding-system): New function.
20374 2003-10-07  Andreas Schwab  <schwab@suse.de>
20376         * log-edit.el (log-edit-changelog-entries): Prefer local value of
20377         change-log-default-name in the buffer visiting the file.
20379 2003-10-06  Dave Love  <fx@gnu.org>
20381         * files.el (find-file-hook): Customize.
20382         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
20384         * bindings.el (completion-ignored-extensions): Remove .log.
20385         (global-map): Add again, open, stop keys.
20387 2003-10-05  Richard M. Stallman  <rms@gnu.org>
20389         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
20390         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
20391         Use sh-modify directly.
20392         (sh-select): Use sh-append, not eval.
20394         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
20396         * info.el (Info-following-node-name): New function.
20398         * loadhist.el (unload-feature-special-hooks):
20399         Rename from loadhist-hook-functions.
20400         (loadhist-hook-functions): Now an alias.
20402 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
20404         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
20405         file-name clashes on 8+3 filesystems.
20407         * Makefile.in (DONTCOMPILE, bootstrap-clean):
20408         Rename loaddefs-boot.el to ldefs-boot.el
20410         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
20411         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
20413 2003-10-03  Lute Kamstra  <lute@gnu.org>
20415         * info.el (Info-mode): Revert previous change.
20416         (Info-escape-percent): New function.
20417         (Info-fontify-node): Use it.
20419 2003-10-02  Andreas Schwab  <schwab@suse.de>
20421         * loaddefs-boot.el: Regenerated.
20423 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
20425         * ffap.el: Remove defadvice related code from CVS since `complete'
20426         provides a `PC-completion-as-file-name-predicate' variable that
20427         ffap can override.
20429 2003-10-02  Kenichi Handa  <handa@m17n.org>
20431         * international/utf-8.el (ccl-decode-mule-utf-8):
20432         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
20434         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
20435         * international/subst-big5.el: Likewise.
20436         * international/subst-gb2312.el: Likewise.
20437         * international/subst-ksc.el: Likewise.
20439 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
20441         * calendar/calendar.el (increment-calendar-month)
20442         (calendar-leap-year-p, calendar-absolute-from-gregorian)
20443         (generate-calendar, calendar-read-date, calendar-interval)
20444         (calendar-day-of-week): Handle years BC.
20445         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
20447 2003-10-01  Dave Love  <fx@gnu.org>
20449         * language/cyrillic.el (cp1251): Alias for windows-1251.
20451         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
20452         bootstrap.
20454 2003-10-01  Lute Kamstra  <lute@gnu.org>
20456         * files.el: Fix typo.
20457         * imenu.el (imenu--generic-function): Docstring fix.
20459 2003-09-30  Richard M. Stallman  <rms@gnu.org>
20461         * dired.el (dired-mode): Handle dired-directory as a list.
20463 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
20465         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
20467         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
20469         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
20470         Replace gud-display with gud-watch.
20471         (gud-speedbar-buttons): Add stuff for watching expressions
20472         in the speedbar when using M-x gdba.  Use dolist on old part
20473         of this function.
20475         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
20476         (gdb-update-flag): New variables.
20477         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
20478         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
20479         (gud-watch, gdb-var-create-handler) : New functions.
20480         (gdb-var-list-children, gdb-var-list-children-handler)
20481         (gdb-var-create-regexp, gdb-var-update-regexp)
20482         (gdb-var-list-children-regexp): New constants.
20483         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
20484         (gdb-annotation-rules): Reduce annotation set (level 3).
20485         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
20486         (gdb-post-prompt): Don't update GDB buffers every time speedbar
20487         updates.
20488         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
20489         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
20490         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
20491         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
20492         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
20493         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
20494         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
20495         (gud-display, gud-display1)
20496         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
20497         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
20498         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
20499         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
20500         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
20501         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
20502         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
20503         (gdb-display-display-buffer, gdb-toggle-display)
20504         (gdb-delete-display, gdb-expressions-popup-menu)
20505         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
20506         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
20507         to display buffer.
20509 2003-09-30  Richard M. Stallman  <rms@gnu.org>
20511         * progmodes/ada-mode.el (ada-mode): Don't use advice.
20512         Instead, set which-func-functions.
20514         * progmodes/which-func.el (which-func-modes): Add ada-mode.
20515         (which-func-functions): New variable.
20516         (which-function): Use that.
20518         * info.el (Info-mode): Double each `%' in header line.
20520         * emacs-lisp/lisp-mnt.el (lm-with-file):
20521         When FILE is nil, run BODY in current buffer.
20523         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
20525         * help.el (describe-mode): Start with a brief list of minor modes.
20526         Find them thru minor-mode-list so as to find them all.
20527         Show them in alphabetical order.
20529         * mail/sendmail.el (mail-aliases): Doc fix.
20531         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
20533 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
20535         * mail/rmailsum.el (rmail-make-summary-line-1):
20536         Change comma after last label to a space.
20537         (rmail-summary-font-lock-keywords): Adapt to that change.
20539 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
20541         * progmodes/scheme.el (scheme-mode-variables): When setting
20542         `font-lock-defaults', also specify that "#" should
20543         be interpreted with `word' syntax.
20544         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
20546 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
20548         * desktop.el: A lot of comments updated.
20549         (desktop-save-mode): Minor mode introduced.
20550         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
20551         (desktop-load-default): Function made obsolete.
20552         (desktop-locals-to-save): Variable made customizable.
20553         (desktop-read): Optional parameter `dirname' added.
20554         (desktop-change-dir, desktop-revert): Parameter `dirname' in
20555         `desktop-read' used.
20556         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
20558 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
20560         * whitespace.el (whitespace-clean-msg): Add user customizable message
20561         for displaying ``clean'' output.
20562         (whitespace-buffer): Use `whitespace-clean-msg'.
20563         (whitespace-global-mode): Fix typo.
20565 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
20567         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
20569 2003-09-29  Lute Kamstra  <lute@gnu.org>
20571         * bindings.el (mode-line-modes): Remove superfluous :propertize
20572         construct in initialization.
20573         (mode-line-position): Change cons cell into proper list in
20574         initialization.
20576 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
20578         * international/mule.el (decode-coding-inserted-region): Use car
20579         of the return value of find-operation-coding-system.
20581 2003-09-29  Kenichi Handa  <handa@m17n.org>
20583         * descr-text.el (describe-char): Fix previous change.
20585 2003-09-28  Kenichi Handa  <handa@m17n.org>
20587         * descr-text.el (describe-char-display): New function.
20588         (describe-char): Pay attention to display table on describing how
20589         a character is displayed.
20591         * international/mule-cmds.el (encoded-string-description):
20592         Prepend "0x" to each encoded byte.
20594 2003-09-28  Andreas Schwab  <schwab@suse.de>
20596         * find-file.el (ff-special-constructs): Add autoload cookie.
20598 2003-09-28  Kevin Ryde  <user42@zip.com.au>
20600         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
20601         makeinfo appends to duplicate index entries.
20603 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
20605         * dired-x.el (dired-clean-tex): Doc fix.
20607         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
20608         using a Chinese tutorial.
20610 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20612         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
20613         between "MAIL FROM:" and "RCPT TO:" and the following address.
20615 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20617         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
20619 2003-09-28  David Ponce  <david@dponce.com>
20621         * recentf.el (recentf-initialize-file-name-history): New defcustom.
20622         (recentf-load-list): When `recentf-initialize-file-name-history'
20623         is non-nil, initialize an empty `file-name-history' with the
20624         recent list.
20626 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
20628         * man.el (Man-default-man-entry): Remove the leading `*' from the
20629         word at point.
20631 2003-09-26  Lute Kamstra  <lute@gnu.org>
20633         * bindings.el (mode-line-position): Mention size indication in
20634         docstring.
20636 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
20638         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20640         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20641         because it's autoloaded now.
20643 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
20645         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20646         (sh-font-lock-keywords, sh-feature): Fix previous change of
20647         sh-feature to avoid infloop with sh-font-lock-keywords.
20649 2003-09-25  Kim F. Storm  <storm@cua.dk>
20651         * frame.el (frame-current-scroll-bars): New defun.
20653         * window.el (window-current-scroll-bars): New defun.
20655 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20657         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20658         cause errors when the state cache contains info on parts that have
20659         been narrowed out.
20661 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20663         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20664         `c-setup-paragraph-variables' has to be used when this variable is
20665         changed; it doesn't work to reinitialize the mode since that
20666         typically clobbers the variable.
20668         * progmodes/cc-styles.el (c-setup-paragraph-variables):
20669         Make it interactive.
20671 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20673         * progmodes/cc-fonts.el (c-font-lock-declarations):
20674         Fix recognition of constructors and destructors for classes whose
20675         names are matched by `*-font-lock-extra-types'.
20677         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20678         followed by an identifier in C++ then it's a type.
20680 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20682         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20683         problem that primarily affected XEmacs.  Don't use faces to find
20684         unterminated strings since Emacs and XEmacs fontify strings
20685         differently - this function should now work better in XEmacs.
20687 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20689         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20690         `expand-abbrev' workaround which caused braces to misbehave inside
20691         macros.
20693         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20694         handling.  This bug could cause interactive font locking to bail out.
20696 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20698         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20699         Handle paren-style types in Pike.  Also fixed some cases of
20700         insufficient handling of unbalanced parens.
20702 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
20704         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20705         common shell prompts that are not common filename or URL characters.
20706         (ffap-file-at-point): Use the new regexp to strip the prompts from
20707         the file names.  This is an issue mostly for user prompts that
20708         don't have a trailing space and find-file-at-point is invoked from
20709         within a shell inside Emacs.
20711 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
20713         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20714         stamps numerically, rather than textually.
20716 2003-09-24  Kenichi Handa  <handa@m17n.org>
20718         * language/devan-util.el (devanagari-post-read-conversion):
20719         * language/mlm-util.el (malayalam-post-read-conversion):
20720         * language/tml-util.el (tamil-post-read-conversion):
20721         Add autoload cookie.
20723         * international/utf-8.el (utf-8-post-read-conversion):
20724         Call post-read-conversion functions for Devanagari, Malayalam,
20725         and Tamil.
20727 2003-09-23  Dave Love  <fx@gnu.org>
20729         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20731 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
20733         * progmodes/gud.el (perldb): Add gud-until to list of commands.
20734         Update gud-remove.
20736 2003-09-22  Richard M. Stallman  <rms@gnu.org>
20738         * progmodes/sh-script.el (sh-mode-default-syntax-table):
20739         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
20740         (sh-mode-syntax-table-input): New variable.
20741         (sh-require-final-newline): Don't use eval.
20742         (sh-builtins, sh-leading-keywords, sh-other-keywords)
20743         (sh-variables, sh-font-lock-keywords): Don't use eval.
20744         (sh-set-shell): When setting require-final-newline,
20745         treat value = `require-final-newline' as don't change it.
20746         Set sh-mode-syntax-table locally based on
20747         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20749         * progmodes/compile.el (compile-internal):
20750         Call compilation-set-window-height before setting window start.
20752 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
20754         * emacs-lisp/bytecomp.el (byte-compile-log-file):
20755         Clear out byte-compile-last-warned-form.
20757 2003-09-22  Richard M. Stallman  <rms@gnu.org>
20759         * woman.el (woman-file-name, woman-follow-word):
20760         If current-word returns nil, use "".
20762         * simple.el (eval-expression): Bind standard-output in to-buffer case.
20764 2003-09-22  Richard M. Stallman  <rms@gnu.org>
20766         * emacs-lisp/lisp-mnt.el (lm-with-file):
20767         Don't visit the file, just use insert-file-contents in temp buffer.
20769 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
20771         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20772         Add surrounding \\( and \\) around the header, as in
20773         for lm-history-header 'Change Log\\|History'.
20775 2003-09-22  John Paul Wallington  <jpw@gnu.org>
20777         * progmodes/ld-script.el: Add Commentary section,
20778         minor cleanup of file header.
20779         (ld-script-font-lock-keywords): Doc fix.
20780         (toplevel): Provide `ld-script' feature.
20782 2003-09-21  Kim F. Storm  <storm@cua.dk>
20784         * scroll-bar.el (set-scroll-bar-mode): Initialize to
20785         new built-in variable default-frame-scroll-bars.
20786         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20787         scroll-bar-mode; notably, use it instead of t when we toggle
20788         scroll-bars on.
20789         (toggle-scroll-bar): Use default-frame-scroll-bars.
20791 2003-09-19  Masatake YAMATO  <jet@gyve.org>
20793         * pcvs.el (cvs-do-removal): Change the prompt depending on
20794         `filter' value.
20796 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
20798         * startup.el (command-line-1): Stop startup-echo-area-message
20799         being hidden by "Loading image..." message.
20800         (use-fancy-splash-screens-p, display-splash-screen):
20801         Move display-graphic-p test from latter to former.
20803         * progmodes/sh-script.el (sh-font-lock-keywords):
20804         Highlight escaped EOLs differently from other backslash constructs.
20806 2003-09-19  Richard M. Stallman  <rms@gnu.org>
20808         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20809         New functions.
20810         (edebug-enter, edebug-outside-excursion): Use them.
20812         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20813         Fix the condition for whether to print "In WHERE".
20815 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
20817         * finder.el (finder-mode-hook): New variable.
20818         (finder-mode): Run hook finder-mode-hook
20820 2003-09-18  Masatake YAMATO  <jet@gyve.org>
20822         * progmodes/ebrowse.el: Fix broken magic autoload comments.
20824 2003-09-17  Mario Lang  <mlang@delysid.org>
20826         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20827         "p %e" to actually print the value in the GUD buffer.
20829 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
20831         From David Ponce <david.ponce@wanadoo.fr>:
20832         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20833         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20834         from loaddefs-boot.el if necessary.
20836 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
20838         * progmodes/gud.el (gud-find-class): Make jdb work again since
20839         cc-mode changed the syntactic information.
20841 2003-09-15  David Ponce  <david@dponce.com>
20843         * recentf.el: (recentf-exclude): Accept predicates too.
20844         (recentf-file-readable-p): New function.
20845         (recentf-include-p): Handle predicates in recentf-exclude.
20846         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
20847         (recentf-cleanup): Likewise.
20848         (recentf-save-list): Use write-file to handle backup of
20849         recentf-save-file.
20851 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
20853         * loaddefs-boot.el: Renamed from `loaddefs.el'
20854         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20855         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20856         necessary.
20858 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
20860         * electric.el (Electric-pop-up-window): For the `one-window' case,
20861         no longer disconcertingly move point in the original buffer.
20863 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20865         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20867 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
20869         * dired.el (dired-mode-map): Fix typo.
20871 2003-09-11  Richard M. Stallman  <rms@gnu.org>
20873         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20875 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
20877         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20878         the function is less noisy.  Now only `kill-buffer' can ask questions.
20880 2003-09-10  Mario Lang  <mlang@delysid.org>
20882         * battery.el: Update Commentary and Copyright.
20883         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20884         appear due to wrong ordering of the expressions in `or'.
20886 2003-09-09  Lute Kamstra  <lute@gnu.org>
20888         * misc.el (upcase-char): Fix docstring.
20889         (zap-up-to-char): New command.
20891 2003-09-08  David Ponce  <david@dponce.com>
20893         Ensure that recentf correctly updates the menu bar.
20894         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20895         (recentf-menu-bar): New function.
20896         (recentf-clear-data): Use it
20897         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
20898         of easy-menu-change.
20900 2003-09-08  Lute Kamstra  <lute@gnu.org>
20902         * simple.el (size-indication-mode): New.
20903         * bindings.el (mode-line-position): Add buffer size indicator.
20905 2003-09-04  Mario Lang  <mlang@delysid.org>
20907         * battery.el (battery-linux-proc-acpi): New function.
20908         (battery-status-function): Modify default value calculation to also
20909         check for availability of ACPI.
20910         (battery-echo-area-format): Ditto.
20911         (battery-mode-line-format): Ditto.
20913 2003-09-06  Dave Love  <fx@gnu.org>
20915         * ielm.el (ielm-mode-hook): Add :options.
20917         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20918         (eldoc-print-current-symbol-info): Use it.
20920 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
20922         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20923         being displayed in GUD buffer.
20924         (gdb-idle-input-queue): Remove var.  Use just one queue.
20925         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20926         Remove functions.  Use just one queue.
20927         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20928         (gdb-invalidate-assembler, gdb-get-current-frame):
20929         Modify functions.  Use just one queue.
20931 2003-09-04  Dave Love  <fx@gnu.org>
20933         * cus-start.el: Add blink-cursor-alist.
20935         * ruler-mode.el (ruler-mode-fill-column-char)
20936         (ruler-mode-current-column-char): Use char-displayable-p,
20937         not window-system.
20939         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20941         * language/european.el (windows-1252): Move from code-pages.
20943         * language/cyrillic.el ("Windows-1251"): Delete.
20944         ("Bulgarian", "Belarusian"): Remove `features'.
20945         (windows-1251): Move from code-pages.
20947         * international/mule-diag.el (non-iso-charset-alist):
20948         Remove `codepage' stuff.
20949         (print-designation, list-coding-systems-1): Output fixes.
20951         * international/code-pages.el (cp-make-translation-table)
20952         (cp-valid-codes): Made defsubsts.
20953         (cp-fix-safe-chars): Delete.
20954         (mule-diag): Don't require.
20955         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20956         (top-level): Check for defined coding system when defining
20957         cp... aliases.  Change w32-add-charset-info test to avoid warning.
20958         (non-iso-charset-alist): Defvar when compiling.
20959         (cp-make-coding-system): Doc fix.
20961 2003-09-02  Jason Rumney  <jasonr@gnu.org>
20963         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20964         line-ends from CVS before doing conversion.
20966 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
20968         * calendar/diary-lib.el (diary-header-line-flag)
20969         (diary-header-line-format): New variables.
20970         (list-diary-entries): Use them to set header line in simple diary.
20972         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20973         other than font-lock-string-face to highlight backslashes.
20975 2003-09-01  Jason Rumney  <jasonr@gnu.org>
20977         * international/titdic-cnv.el (tit-read-key-value): Include \r in
20978         regexp.
20980 2003-09-01  Dave Love  <fx@gnu.org>
20982         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20984         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20985         and :help; also line and column numbers labels.
20987         * international/mule-util.el (char-displayable-p): Move from
20988         latin1-disp, rename and autoload.
20990         * international/latin1-disp.el (latin1-char-displayable-p):
20991         Now obsolete alias.  Replace uses with char-displayable-p.
20992         (latin1-display-ucs-per-lynx): Fix last change.
20994         * international/mule-cmds.el (standard-display-european-internal):
20995         Don't use char code for Latin-1 NBSP.
20996         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
20997         U+2018, U+2019 for `'.
20998         (select-safe-coding-system): Message fix.
21000 2003-09-01  Kenichi Handa  <handa@m17n.org>
21002         * international/fontset.el (setup-default-fontset): For Thai
21003         font, specify "*" family.
21005 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
21007         * progmodes/compile.el (previous-error): Accept a prefix
21008         argument, similarly to next-error.
21010 2003-08-31  Masatake YAMATO  <jet@gyve.org>
21012         * pcvs.el (cvs-do-removal): Use = instead of eq to check
21013         the number of files.  Bind the number of files to a local
21014         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
21016 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
21018         * vc-hooks.el (vc-make-version-backup): Fix the change made on
21019         2003-07-26: msdos-long-file-names is a function, not a variable.
21021 2003-08-29  Richard M. Stallman  <rms@gnu.org>
21023         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
21024         Do nothing with mail-personal-alias-file if it is nil.
21026         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
21027         Do nothing if mail-personal-alias-file is nil.
21029         * term.el (term-exec-1): Bind coding-system-for-read.
21031         * dired.el (dired-mouse-find-file-other-window):
21032         Use dired-view-command-alist here, as in dired-view-file.
21033         (dired-view-command-alist): Use %s to substitute file name.
21034         Handle .ps_pages, .eps, .jpg, .gif, .png.
21036 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
21038         * info.el (Info-mode-map): Bind S-tab and <backtab> to
21039         `Info-prev-reference', instead of M-tab.
21041 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
21043         * simple.el (blink-matching-open): Work correctly on chars that
21044         are designated as parens through the syntax-table text property.
21046 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
21048         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
21049         line break position in the middle of a non-kinsoku (e.g. latin)
21050         word, making it skip until either a space or a character with
21051         category "|".
21052         (kinsoku-longer): Test for end of buffer.
21054 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
21056         * mail/rmail.el (rmail-convert-to-babyl-format):
21057         Detect quoted-printable- and base64-encoded messages and decode them
21058         automatically.  Set the message's encoding from the charset=
21059         header, if any.  Decode base64-encoded messages in Mail format as well.
21061 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
21063         * mail/smtpmail.el: Fix previous change.
21064         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
21065         calling smtpmail-via-smtp.
21066         (smtpmail-via-smtp): Add fall-back values for envelope-from.
21068 2003-08-26  John Paul Wallington  <jpw@gnu.org>
21070         * image.el (image-jpeg-p): Don't search beyond length of data.
21072 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
21074         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
21075         misfeature in `expand-abbrev' which caused electric keywords like
21076         "else" to disappear if an open brace was typed directly afterwards.
21078 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
21080         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
21081         mandatory in `define-widget'.
21083         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
21084         Don't align the operators "!=", "<=" and ">=" as assignment operators.
21086         (c-assignment-operators): New language constant that only contains
21087         the assignment operators.
21089         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
21091 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
21093         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21094         Safeguard against unbalanced sexps.
21096 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
21098         * version.el (emacs-version): Check for gtk.  Include gtk version info.
21100 2003-08-25  John Paul Wallington  <jpw@gnu.org>
21102         * man.el (Man-default-man-entry): Don't whizz past the section
21103         number before looking for it.
21105 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
21107         * progmodes/gud.el (gud-display-line): Don't set window-point if
21108         source buffer is not visible.  (Only happens with M-x gdba.)
21110         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
21111         documentation.
21112         (gdb-source, gdb-source-info): Update to assembler unnecessary
21113         as its done after each GDB command anyway.
21114         (gdb-pre-prompt): Use with-current-buffer.
21115         (gdb-insert-field): Add help-echo text.
21116         (gdb-invalidate-assembler): Re-display of assembler now done in
21117         gdb-info-breakpoints-custom.
21118         (gdb-info-breakpoints-custom): Force re-display of assembler to
21119         happen *after* update of breakpoints buffer.
21120         (gdb-display-source-buffer): Don't choke if gdb-source-window
21121         isn't visible.
21122         (gdb-put-string, gdb-put-arrow): Remove free variables.
21124 2003-08-24  John Paul Wallington  <jpw@gnu.org>
21126         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
21128         * man.el (Man-default-man-entry): Strip text properties when
21129         snarfing parts of entry because `format' preserves properties.
21131 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
21133         * files.el (file-newest-backup): Use `expand-file-name'.
21135         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
21136         Allow the diary to pop up a new frame, if needed.
21138         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
21139         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
21140         (smtpmail-send-it): Make treatment of envelope-from consistent with
21141         sendmail.el.
21143         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
21144         (sh-leading-keywords): Add the bash `time' reserved word.
21145         (sh-variables): Add some bash variables.
21146         (sh-add-completer): Fix nil branch of case statement.
21148 2003-08-24  Masatake YAMATO  <jet@gyve.org>
21150         * progmodes/ld-script.el: New file.
21152 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
21154         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
21156 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
21158         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
21159         Better explain obsolescence, and what to use instead.
21161 2003-08-23  Masatake YAMATO  <jet@gyve.org>
21163         * pcvs.el (cvs-do-removal): Show the deleted file name
21164         on the prompt.
21166 2003-08-20  Dave Love  <fx@gnu.org>
21168         * international/mule.el (make-coding-system)
21169         (set-buffer-file-coding-system): Doc fix.
21171         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
21173         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
21175         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
21177         * international/utf-16.el: Add mime-text-unsuitable coding system
21178         properties.
21180         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
21182         * cus-edit.el: Add some :links.
21183         (bib): Remove.
21185         * textmodes/bib-mode.el (bib): Add :group external.
21187 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
21189         * wid-edit.el (widget-echo-help): Make it handle expressions that
21190         evaluate to strings.
21192 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
21194         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
21196         Simplify selection of SQL products to define highlighting and
21197         interactive mode.  Includes detailed instructions on adding
21198         support for new products.
21200         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
21201         product for use in highlighting and interactive mode.
21202         (sql-interactive-product): New variable.  SQL product for
21203         sql-interactive-mode.
21204         (sql-product-support): New variable.  Specifies product-specific
21205         parameters to drive highlighting and interactive mode.
21206         (sql-imenu-generic-expression): Add more object types.
21207         (sql-sqlite-options): Correct comment.
21208         (sql-ms-program): Use "osql" rather than "isql".
21209         (sql-prompt-regexp, sql-prompt-length): Update comment.
21210         (sql-mode-menu): Add "Start SQLi session" entry.
21211         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
21212         (sql-mode-abbrev-table): Add abbreviations.  Support of
21213         SYSTEM-FLAG on define-abbrev.  Support was removed with last
21214         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
21215         (sql-mode-font-lock-object-name): Add font-lock pattern for object
21216         names.
21217         (sql-mode-ansi-font-lock-keywords): Set as default value.
21218         (sql-mode-oracle-font-lock-keywords): Set as default value.
21219         Support Oracle 9i keywords.
21220         (sql-mode-postgres-font-lock-keywords): Set as default value.
21221         (sql-mode-linter-font-lock-keywords): Set as default value.
21222         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
21223         SQLServer 2000.
21224         (sql-mode-sybase-font-lock-keywords)
21225         (sql-mode-interbase-font-lock-keywords)
21226         (sql-mode-sqlite-font-lock-keywords)
21227         (sql-mode-strong-font-lock-keywords)
21228         (sql-mode-mysql-font-lock-keywords)
21229         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
21230         keywords.
21231         (sql-mode-font-lock-defaults): Update comment.
21232         (sql-product-feature): New function.  Returns feature associated
21233         with a product from `sql-product-support' alist.
21234         (sql-product-font-lock): New function.  Set font-lock support
21235         based on `sql-product'.
21236         (sql-add-product-keywords): New function.  Add font-lock rules to
21237         product-specific keyword variables.
21238         (sql-set-product): New function.  Set `sql-product' and apply
21239         appropriate font-lock highlighting.
21240         (sql-highlight-product): New function.  Set font-lock support
21241         based on a product.  Also set mode name to include product name.
21242         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
21243         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
21244         Use `sql-set-product'.
21245         (sql-highlight-ms-keywords)
21246         (sql-highlight-sybase-keywords)
21247         (sql-highlight-interbase-keywords)
21248         (sql-highlight-strong-keywords)
21249         (sql-highlight-mysql-keywords)
21250         (sql-highlight-sqlite-keywords)
21251         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
21252         (sql-get-login): Prompt in the same order as the tokens.
21253         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
21254         (sql-product-interactive): New function.  Common portions of
21255         product-specific interactive mode wrappers.
21256         (sql-interactive-mode): Rewritten to use product features.
21257         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
21258         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
21259         (sql-db2, sql-linter): Use `sql-product-interactive'.
21260         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
21261         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
21262         (sql-connect-ingres, sql-connect-postgres)
21263         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
21264         New functions.  Format command line parameters and invoke comint on
21265         the appropriate interpreter.  Code was in the corresponding
21266         `sql-xyz' function before.
21267         (sql-connect-ms): New function.  Support -E argument to use
21268         operating system credentials for authentication.
21270 2003-08-18  Kenichi Handa  <handa@m17n.org>
21272         * international/mule.el (encode-char): Fix for the ASCII case.
21274 2003-08-15  Kenichi Handa  <handa@m17n.org>
21276         * international/fontset.el (setup-default-fontset): Change "*" to
21277         nil in the specifications of font family.
21279 2003-08-18  Kim F. Storm  <storm@cua.dk>
21281         * kmacro.el (kmacro-keymap): Group related bindings in
21282         initialization for clarity.  Bind C-s to start macro.
21283         Remove C-r binding.
21284         (kmacro-initial-counter-value): New defvar to hold initial counter
21285         value in case we set the value before defining a macro.
21286         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
21287         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
21288         not defining or executing macro.  Doc fix.
21289         (kmacro-add-counter): Clear kmacro-initial-counter-value.
21290         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
21291         temporarily view older elements on the macro ring without cycling
21292         the ring.
21293         (kmacro-display): Doc fix.
21294         (kmacro-exec-ring-item): New helper function.
21295         (kmacro-call-ring-2nd): Use it.
21296         (kmacro-call-ring-2nd-repeat): Doc fix.
21297         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
21298         (kmacro-end-or-call-macro): Execute last viewed macro (using
21299         kmacro-exec-ring-item) from ring if this follows
21300         kmacro-view-macro.  This allows us to find a macro on the ring
21301         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
21302         the ring to bring it to the head of the ring.
21303         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
21304         Allow binding to reserved keys without specifying C-x C-k prefix.
21305         Ask for confirmation if entered key sequence is already bound to
21306         a non-macro command.
21307         (kmacro-view-macro): Repeating command will show older elements
21308         on the macro ring; C-k will execute the last viewed macro.
21309         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
21310         property from 'ring to 'head.
21312 2003-08-17  Alan Shutko  <ats@acm.org>
21314         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
21315         keeping December out of the alist.
21317 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
21319         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
21320         * calendar/calendar.el (calendar-mode-map): Bind it to key.
21321         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
21322         (calendar-flatten): New function.
21323         (calendar-mouse-view-other-diary-entries)
21324         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
21325         in the menu title and to show multi-line diary entries correctly
21326         in the menu.
21328 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
21330         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
21331         defcustom, because the default was recently changed.
21333 2003-08-16  Richard M. Stallman  <rms@gnu.org>
21335         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
21337         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
21338         New subroutine, broken out of eval-last-sexp-1.
21339         (eval-last-sexp-1): Use eval-last-sexp-print-value.
21341         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
21343         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
21345         * simple.el (eval-expression): Use eval-last-sexp-print-value.
21347 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
21349         * progmodes/compile.el (compilation-error-regexp-alist):
21350         Add Java ANt error detection as described in document
21351         http://ant.apache.org/faq.html
21353 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
21355         * simple.el (backward-word, forward-to-indentation)
21356         (backward-to-indentation): Argument changed to optional.
21357         (next-line, previous-line): Use `or' instead of `unless'.
21359 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21361         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
21362         instead of a constant.
21364 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
21366         * shell.el (shell): With prefix-arg, suggest a new buffer name.
21368 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
21370         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
21371         (vc-sccs-workfile-version): Search the entire delta table, rather
21372         than just the first entry, because that might be a deleted version.
21374 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
21376         * menu-bar.el (menu-bar-options-menu): Supply a body for the
21377         [save-place] binding in the Options menu.  Have it require
21378         'saveplace' and then toggle the variable manually, to avoid an an
21379         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
21380         for the bug report.
21382 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
21384         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
21385         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
21386         (gdb-info-threads-custom): Add help-echo text.
21387         (gdb-display-back): Don't use purecopy.
21388         (gdb-info-breakpoints-custom, gdb-reset)
21389         (gdb-assembler-custom): Use display-images-p to test if breakpoint
21390         icons can be displayed.
21392 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
21394         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
21396 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
21398         * bookmark.el (bookmark-completing-read):
21399         Return a string, instead of a list of one string.
21400         Use a popup menu if activated from the mouse.
21401         (bookmark-edit-annotation): Remove unused vars.
21402         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
21403         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
21404         to bookmark-completing-read.
21405         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
21406         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
21407         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
21408         and erase-buffer.
21409         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
21410         (bookmark-menu-jump, bookmark-menu-insert)
21411         (bookmark-popup-menu-and-apply-function)
21412         (bookmark-menu-popup-paned-bookmark-menu): Remove.
21413         (bookmark-menu-build-paned-menu): Remove by folding it into
21414         bookmark-menu-popup-paned-menu.
21415         (menu-bar-bookmark-map): Move the define-key statements here.
21416         Use the "non-menu" commands since they now pop up a menu if needed.
21417         (bookmark-exit-hook-internal): Simplify.
21419 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
21421         * reftex-toc.el (reftex-toc-rename-label): New function.
21422         (reftex-toc-check-docstruct): New function.
21424         * reftex.el (reftex-region-active-p): New function.
21426         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
21427         regexp to find the \bibliography macro.
21429         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
21430         which does not exist in LaTeX.
21431         (reftex-cite-format-builtin): Added amsrefs support.
21432         (reftex-toc-confirm-promotion): New option
21434         * reftex-toc.el
21435         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
21436         (reftex-toc-demote, reftex-toc-promote)
21437         (reftex-toc-do-promote, reftex-toc-promote-prepare)
21438         (reftex-toc-promote-action, reftex-toc-extract-section-number)
21439         (reftex-toc-newhead-from-alist)
21440         (reftex-toc-load-all-files-for-promotion): New functions.
21441         (reftex-toc-help): Added description of new keys.
21442         (reftex-toc-split-windows-fraction): New option.
21443         (reftex-recenter-toc-when-idle): Search *toc* window on all
21444         visible frames.
21445         (reftex-toc): Additional parameter REUSE
21446         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
21447         with REUSE argument.
21448         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
21449         the call of `reftex-toc'.
21450         (reftex-make-separate-toc-frame): New function .
21451         (reftex-toc-recenter): When called with triple prefix arg, call
21452         `reftex-make-separate-toc-frame' first.
21453         (reftex-toc-toggle-dedicated-frame): New command.
21454         (reftex-toc-quit): Adapted to delete frame when called in
21455         dedicated frame.
21457         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
21458         all enclosing macros.
21461 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21463         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
21464         first use.
21466 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21468         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
21470 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
21472         * calendar/calendar.el (list-diary-entries-hook)
21473         (diary-display-hook, nongregorian-diary-listing-hook)
21474         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
21475         Add some customize options for these hooks.
21476         (calendar-abbrev-construct): Don't try to take a substring longer
21477         than the original string.
21479 2003-08-05  Richard M. Stallman  <rms@gnu.org>
21481         * emacs-lisp/testcover.el (noreturn): Report error if does return.
21482         (testcover-reinstrument-clauses): Doc fix.
21484         * emacs-lisp/warnings.el: Doc fixes, args renamed.
21485         (warning-type-format): Rename from warning-group-format.
21487         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
21488         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
21489         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
21490         to prevent warnings about defvar for an obsolete variable.
21492         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
21493         warning-group-format renamed to warning-type-format.
21495         * subr.el (read-passwd): Use clear-string instead of fillarray.
21497         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
21498         Use vconcat instead of concat.
21499         (edmacro-sanitize-for-string): New function.
21501 2003-08-05  Dave Love  <fx@gnu.org>
21503         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
21504         line-number-display-limit-width.
21506         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
21508 2003-08-05  Kenichi Handa  <handa@m17n.org>
21510         * international/code-pages.el: Don't require mule-diag.
21512         * international/mule-diag.el (non-iso-charset-alist):
21513         Add autoload cookie.
21515         * language/devan-util.el (dev-glyph-order): Add an entry for the
21516         glyph code #xC4.
21518 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
21520         * calendar/calendar.el (diary-file, diary-file-name-prefix)
21521         (european-calendar-style, diary-date-forms)
21522         (calendar-day-name-array, calendar-month-name-array): Doc change.
21523         (generate-calendar-month): Adapt for new behaviour of
21524         `calendar-day-name' function.
21525         (calendar-abbrev-length, calendar-day-abbrev-array)
21526         (calendar-month-abbrev-array): New variables.
21527         (calendar-abbrev-construct): New function.
21528         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
21529         rather than fixing abbrevs at some width.  Calling syntax change.
21530         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
21531         (calendar-date-string): Adapt for new behaviours of
21532         `calendar-day-name' and `calendar-month-name' functions.
21534         * calendar/diary-lib.el (list-diary-entries): Adapt for new
21535         behaviour of `calendar-day-name' and `calendar-month-name' functions.
21536         (diary-name-pattern): Use abbrev arrays, rather than fixing
21537         abbrevs at three chars.  Calling syntax change.
21538         (mark-diary-entries): Adapt for new behaviours of
21539         `diary-name-pattern' and `calendar-make-alist' functions.
21540         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
21541         `diary-name-pattern' function.
21542         (font-lock-diary-date-forms): Use abbrev arrays, rather than
21543         fixing abbrevs at three chars.  Calling syntax change.
21544         (cal-hebrew, cal-islam): Require when compiling.
21545         (diary-font-lock-keywords): Adapt for new behaviour of
21546         `font-lock-diary-date-forms' function.
21548         * calendar/cal-hebrew.el: Reposition some code so defined before used.
21549         (calendar-hebrew-month-name-array-common-year)
21550         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
21551         (list-hebrew-diary-entries): Adapt for new behaviours of
21552         `calendar-day-name' and `add-to-diary-list' functions.
21553         (mark-hebrew-diary-entries): Adapt for new behaviours of
21554         `diary-name-pattern' and `calendar-make-alist' functions.
21556         * calendar/cal-islam.el (calendar-islamic-month-name-array):
21557         Add doc string.
21558         (list-islamic-diary-entries): Adapt for new behaviours of
21559         `calendar-day-name' and `add-to-diary-list' functions.
21560         (mark-islamic-diary-entries): Adapt for new behaviours of
21561         `diary-name-pattern' and `calendar-make-alist' functions.
21563         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
21564         `calendar-month-name' function.
21566         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
21568         * calendar/solar.el (solar-seasons-data): Move definition before use.
21570         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
21571         (cal-tex-LaTeX-hourbox): Move definition before use.
21573         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
21574         * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
21575         * lunar.el, solar.el (displayed-month, displayed-year):
21576         Define for compiler.
21578 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
21580         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
21581         MODE.  Renamed from c-init-c-language-vars'.
21582         (c-initialize-cc-mode): Change accordingly.
21583         (c-common-init): Ditto.
21584         (c-mode): Ditto.
21585         (c++-mode): Use `c-init-language-vars-for'.
21586         (objc-mode): Ditto.
21587         (java-mode): Ditto.
21588         (idl-mode): Ditto.
21589         (pike-mode): Ditto.
21590         (awk-mode): Ditto.
21592 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
21594         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
21595         or not the point moved.
21597         (c-search-decl-header-end): Don't trip up on operator identifiers
21598         in C++ and operators like == in all languages.
21600         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21601         Detect leading labels correctly.
21603 2003-08-02  Andreas Schwab  <schwab@suse.de>
21605         * textmodes/ispell.el: Don't redo key bindings on loading, put
21606         them only in loaddefs.el.
21607         * bookmark.el: Likewise.
21608         * dabbrev.el: Likewise.
21609         * emerge.el: Likewise.
21611         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
21612         has more than one member.
21614         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
21616 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21618         * lpr.el (printify-region): It was ending conversion before the
21619         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
21621 2003-07-31  John Paul Wallington  <jpw@gnu.org>
21623         * net/browse-url.el (browse-url-epiphany): Doc fix.
21625 2003-07-30  Kenichi Handa  <handa@m17n.org>
21627         * international/fontset.el (setup-default-fontset):
21628         Change registry names of Akurti fonts.
21630 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21632         * comint.el (comint-read-noecho): Use `clear-string' instead of
21633         `fillarray'.
21635 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
21637         * outline.el (outline-mode-hook): Add defvar.
21639 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
21641         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21642         Restore assembler in source window if that is what has been selected.
21643         (menu): Add gdb-restore-windows to menu.  Make gdba
21644         specific menus only visible from gdba.
21646 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
21648         * progmodes/compile.el (compilation-environment): New user variable.
21649         (compile-internal): Respect it.
21651 2003-07-23  Masatake YAMATO  <jet@gyve.org>
21653         * progmodes/gud.el (gdb-script-font-lock-keywords):
21654         Put `font-lock-function-name-face' on a symbol which includes
21655         `-' like `hook-run'.  Put font-lock-variable-name-face
21656         on a symbol starting with $.
21658 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
21660         * files.el (set-visited-file-name): Use truename for buffer-file-name.
21662 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
21664         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21666 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
21668         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21669         Use with-no-warnings.
21670         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21671         rather than to find-file-not-found-hook, which doesn't exist.
21673 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
21675         * international/quail.el (quail-translate-key): Fix previous change.
21677 2003-07-25  John Paul Wallington  <jpw@gnu.org>
21679         * server.el (server-start): Check `server-process' is non-nil
21680         before killing it to avoid killing current buffer's process.
21682         * simple.el (choose-completion-string): Use `minibufferp';
21683         test `completion-reference-buffer' if `buffer' arg is nil.
21684         (push-mark): Use `when' and `unless'.
21685         (pop-mark): Use `when'.
21687         * mouse-sel.el (mouse-sel-get-selection-function):
21688         Check `x-last-selected-text-primary'.  Don't barf if it or
21689         `x-last-selected-text' aren't bound.
21691 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
21693         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21695 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
21697         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21699 2003-07-23  John Paul Wallington  <jpw@gnu.org>
21701         * tooltip.el (defface tooltip): Inherit from variable-pitch.
21703 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
21705         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21706         string.  Defvar the derived hook.
21708         * macros.el (insert-kbd-macro): Escape double quote character.
21709         From Thomas W Murphy <twm@andrew.cmu.edu>.
21711 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
21713         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21714         to match the specific mark rather than reusing comment-start-skip.
21716 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
21718         * progmodes/hideshow.el (hs-special-modes-alist):
21719         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
21721 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
21723         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21724         value using ?\s.
21726 2003-07-21  John Paul Wallington  <jpw@gnu.org>
21728         * subr.el (with-selected-window): Add closing paren.
21730 2003-07-21  Richard M. Stallman  <rms@gnu.org>
21732         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21733         (lisp-mode): Likewise.
21735         * subr.el (with-selected-window): Copy code form save-selected-window
21736         so as to call select-window with norecord arg.
21737         (dynamic-completion-table): Doc fix.
21738         (lazy-completion-table): Doc fix.
21740         * international/mule-cmds.el (set-locale-environment):
21741         langinfo renamed to locale-info.
21743         * international/mule.el (auto-coding-functions): Doc fix.
21745 2003-07-21  Kenichi Handa  <handa@m17n.org>
21747         * international/quail.el (quail-translate-key):
21748         Update quail-current-str correctly.
21750 2003-07-21  Andreas Schwab  <schwab@suse.de>
21752         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21753         ?, to "_".
21755 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
21756         Version 2.0.36 of Tramp released.
21758         * net/tramp.el (tramp-default-password-end-of-line): Rename from
21759         tramp-password-end-of-line.
21760         (tramp-password-end-of-line): New method parameter.
21761         (tramp-get-password-end-of-line): Function to access method
21762         parameter `tramp-password-end-of-line', or variable
21763         `tramp-default-password-end-of-line' (default value).
21764         (tramp-methods): Add entries for new parameter
21765         tramp-password-end-of-line.
21766         (tramp-enter-password): Use new function
21767         `tramp-get-password-end-of-line'.
21768         (tramp-handle-insert-file-contents): Do not
21769         unconditionally inhibit the file operation file-local-copy, only
21770         do that when the inhibit-file-name-operation is currently
21771         insert-file-contents.  This fixes finding remote CVS-controlled
21772         files.  (It would barf on inserting the CVS/Entries file
21773         literally, because the file-local-copy handler wasn't called.)
21774         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21775         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21776         (tramp-initial-commands): New variable.
21777         (tramp-process-initial-commands): New function, using the variable.
21778         (tramp-open-connection-setup-interactive-shell): Call the new function.
21779         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21780         method into the buffer name, never use nil.  Reported by Hanak
21781         David <dhanak@inf.bme.hu>.
21782         (tramp-open-connection-setup-interactive-shell): Erase buffer
21783         before sending "stty -onlcr".
21785         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21787 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
21789         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21791 2003-07-19  John Paul Wallington  <jpw@gnu.org>
21793         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21794         (artist-draw-rect, artist-draw-square): Doc fixes.
21796         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21798         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21800 2003-07-19  Kenichi Handa  <handa@m17n.org>
21802         * international/kkc.el (kkc-show-conversion-list-update):
21803         Highlight the correct candidate in the message.
21805 2003-07-18  John Paul Wallington  <jpw@gnu.org>
21807         * simple.el (current-word): Don't include punctuation char when
21808         `really-word' arg is non-nil.
21810 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
21812         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21813         moved to the directory obsolete.
21815 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
21817         * info.el (Info-menu-entry-name-re): Allow newlines in
21818         menu entry names.
21820         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21821         syntax-ppss-after-change-function.
21822         (syntax-ppss-after-change-function): New alias.  Update uses.
21823         (syntax-ppss): Catch the case where the buffer is narrowed.
21825 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
21827         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21828         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21830 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
21832         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21833         since it might be modified.
21835         * progmodes/cc-langs.el (c++-make-template-syntax-table)
21836         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21837         names to these language constants.
21839 2003-07-15  Kim F. Storm  <storm@cua.dk>
21841         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21842         All uses changed.
21844 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
21846         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21847         Namespace support.
21849 2003-07-13  Juanma Barranquero  <lektu@terra.es>
21851         * frame.el (modify-all-frames-parameters): Reinstall (copyright
21852         papers received).
21854 2003-07-13  Karl Eichwalder  <ke@suse.de>
21856         * textmodes/po.el (po-find-charset): White space at the start of the
21857         Content-Type field body is non-mandatory.
21859 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
21861         * textmodes/texinfo.el (texinfo-section-list):
21862         Append appendixsection; a synonym for appendixsec.
21864 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
21866         * man.el (Man-translate-cleanup): New.
21867         (Man-translate-references): Call `Man-translate-cleanup' to clean
21868         leading, trailing and middle spaces.
21870 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
21872         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21873         Handle `dired-directory' being a list.
21875 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21877         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21878         it doesn't exist.
21880 2003-07-12  Richard M. Stallman  <rms@gnu.org>
21882         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21884         * progmodes/cc-defs.el (c-make-keywords-re):
21885         Don't use delete-duplicates.
21886         (c-lang-const): Don't use mapcan.
21888         * apropos.el (apropos-show-scores): Make it customizable.
21889         Document new meaning.
21890         (apropos): Compute scores from symbols.
21891         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21893 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21895         * ps-bdf.el: Fix copyright line.
21896         (bdf-directory-list): Fix initialization code.
21898 2003-07-11  John Paul Wallington  <jpw@gnu.org>
21900         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21901         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21902         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21904 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
21906         * emacs-lisp/ring.el (ring-elements): Doc fix.
21908 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
21910         * calendar/timeclock.el (timeclock-relative)
21911         (timeclock-ask-before-exiting, timeclock-use-display-time):
21912         Doc changes.
21913         (timeclock-modeline-display): Give a message if
21914         `timeclock-use-display-time' is non-nil but `display-time-mode'
21915         is not active.
21917 2003-07-11  Kenichi Handa  <handa@m17n.org>
21919         * international/mule-cmds.el (set-language-environment):
21920         Set current-language-environment to the correct string.
21922 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21924         * ps-print.el: Print line number correctly in a region.  Reported by
21925         Tim Allen <timallen@ls83.fsnet.co.uk>.
21926         (ps-print-version): New version number (6.6.2).
21927         (ps-printing-region): Code fix.
21929 2003-07-10  John Paul Wallington  <jpw@gnu.org>
21931         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21932         this function can be called from `add-completions-from-tags-table'.
21934 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
21936         * calendar/timeclock.el (timeclock-use-display-time)
21937         (timeclock-day-over-hook, timeclock-workday-remaining)
21938         (timeclock-status-string, timeclock-when-to-leave)
21939         (timeclock-when-to-leave-string, timeclock-log-data)
21940         (timeclock-find-discrep, timeclock-day-base)
21941         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21942         (timeclock-modeline-display): Set the variable
21943         `timeclock-modeline-display'.
21944         (timeclock-update-modeline): Doc fix.  Respect value of
21945         `timeclock-relative'.
21947 2003-07-09  Richard M. Stallman  <rms@gnu.org>
21949         * textmodes/reftex-parse.el (reftex-all-document-files):
21950         Add autoload cookie.
21952         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21953         (reftex-scanning-info-available-p): Add autoload cookie.
21955         * international/mule-cmds.el
21956         (set-display-table-and-terminal-coding-system): Delete duplicate
21957         aset on standard-display-table.
21959         * view.el (view-file): If existing buffer's major mode is special,
21960         don't go into view mode.
21962         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21964 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21966         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21967         buffer changes; there's third party code that calls this function
21968         directly.
21970 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21972         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21973         (autodoc-font-lock-keywords): Don't byte compile on font lock
21974         initialization when running from byte compiled files.
21976 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21978         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21979         statement ends with auto-increment "++".
21981 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21983         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21984         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21985         these are changed, so declare them as variables and not constants.
21987 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
21989         * subr.el (dolist, dotimes): Doc fix.
21991 2003-07-08  Kim F. Storm  <storm@cua.dk>
21993         * international/mule-cmds.el
21994         (set-display-table-and-terminal-coding-system): Don't break
21995         bootstrap if standard-display-table isn't setup yet.
21997 2003-07-07  Richard M. Stallman  <rms@gnu.org>
21999         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
22000         Give it a doc string, and autoload it.
22002         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
22003         Use with-no-warnings.
22005         * info.el (Info-search): If find invisible text, search again.
22007         * isearch.el (search-whitespace-regexp): Add a shy group around it.
22009         * man.el (Man-name-regexp): Match + as part of name.
22011         * simple.el (visible-mode): Rename from vis-mode.
22012         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
22014         * simple.el (current-word): New arg REALLY-WORD specifies
22015         don't include punctuation chars.
22017         * emacs-lisp/debug.el (debug, debugger-env-macro):
22018         Use with-no-warnings while accessing and binding unread-command-char.
22020         * international/mule-cmds.el
22021         (set-display-table-and-terminal-coding-system): Use explicit loop
22022         instead of calling standard-display-default.
22024         * net/ange-ftp.el (ange-ftp-file-symlink-p):
22025         Use condition-case to catch error in ange-ftp-get-files.
22027         * net/browse-url.el (browse-url-browser-function):
22028         Add alternative for Epiphany.
22029         (browse-url-epiphany-program, browse-url-epiphany-arguments)
22030         (browse-url-epiphany-startup-arguments)
22031         (browse-url-epiphany-new-window-is-tab): New variables.
22032         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
22034         * progmodes/compile.el (compile-auto-highlight): Default now t.
22035         (compile): Doc fix.
22036         (compilation-next-error): Fix previous change.
22038         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
22040         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
22042 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
22044         * gdb-ui.el (gdb-source-info): Display current frame when
22045         attaching to an existing process.
22046         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
22047         while laying out windows when attaching to an existing process.
22049 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
22051         * info.el (Info-menu): Use Info-menu-entry-name-re.
22053 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
22055         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
22056         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
22058         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
22059         to match the same text.
22061 2003-07-06  John Paul Wallington  <jpw@gnu.org>
22063         * vc.el (vc-annotate-offset): Move defvar up.
22065 2003-07-06  Kim F. Storm  <storm@cua.dk>
22067         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
22068         This should fix the infinite loop when extracting menu names.
22070 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
22072         * files.el (auto-mode-alist, interpreter-mode-alist):
22073         Remove entries to CC Mode modes to avoid duplicates; they are now added
22074         with autoload directives in cc-mode.el.
22076 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
22078         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22079         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22080         these are changed, so declare them as variables and not constants.
22082         * progmodes/cc-mode.el: Fix some autoload problems: Try to
22083         ensure that the entry for ".c" extension comes before the one for
22084         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
22085         Fix incorrect entries that were added to `interpreter-mode-alist'.
22086         Move the autoload directives for AWK to the top level since they
22087         aren't recognized anywhere else.  Do not use the new AWK mode doc
22088         in the autoload form for the old AWK mode.
22090 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22092         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
22093         (bibtex-sort-ignore-string-entries): Default value t.
22094         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
22095         erroneously in previous version.
22096         (bibtex-string-files): Docstring reflects new parsing scheme.
22097         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
22098         docstring, add # as one of the chars to crush
22099         (bibtex-autokey-prefix-string, bibtex-autokey-names)
22100         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
22101         (bibtex-autokey-name-change-strings)
22102         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
22103         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
22104         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
22105         (bibtex-autokey-title-terminators)
22106         (bibtex-autokey-titlewords-stretch)
22107         (bibtex-autokey-titleword-ignore)
22108         (bibtex-autokey-titleword-case-convert)
22109         (bibtex-autokey-titleword-abbrevs)
22110         (bibtex-autokey-titleword-abbrevs)
22111         (bibtex-autokey-titleword-change-strings)
22112         (bibtex-autokey-titleword-length)
22113         (bibtex-autokey-titleword-separator)
22114         (bibtex-autokey-name-year-separator)
22115         (bibtex-autokey-year-title-separator)
22116         (bibtex-autokey-before-presentation-function)
22117         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
22118         Fix docstring.
22119         (bibtex-strings, bibtex-reference-keys):
22120         Use lazy-completion-table and make-variable-buffer-local.
22121         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
22122         (bibtex-braced-string-syntax-table)
22123         (bibtex-quoted-string-syntax-table): New variables.
22124         (bibtex-parse-nested-braces): Remove.
22125         (bibtex-parse-field-string): Use syntax table and forward-sexp.
22126         (bibtex-parse-association): Simplify.
22127         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
22128         (bibtex-parse-field-text): Simplify.
22129         (bibtex-search-forward-field, bibtex-search-backward-field):
22130         argument BOUND can take value t.
22131         (bibtex-start-of-field, bibtex-start-of-name-in-field)
22132         (bibtex-end-of-name-in-field, bibtex-end-of-field)
22133         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
22134         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
22135         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
22136         (bibtex-skip-to-valid-entry): Return buffer position of beginning
22137         and ending of entry.  Update for changes of bibtex-search-entry.
22138         Simplify.
22139         (bibtex-map-entries): FUN is called with three arguments.
22140         (bibtex-search-entry): Return a cons pair with buffer positions of
22141         beginning and end of entry.
22142         (bibtex-enclosing-field): Simplify.
22143         (bibtex-format-entry): Use booktitle to set a missing title.
22144         (bibtex-autokey-get-names): Fiddle with regexps.
22145         (bibtex-generate-autokey): Use identity.
22146         (bibtex-parse-keys): Use simplified parsing algorithm if
22147         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
22148         arguments.  Return alist of keys.
22149         (bibtex-parse-strings): Simplify.  Return alist of strings.
22150         (bibtex-complete-string-cleanup): Fix docstring.
22151         (bibtex-read-key): New function.
22152         (bibtex-mode): Fix docstring.  Do not parse for keys and
22153         strings when the mode is entered.  Set fill-paragraph-function to
22154         bibtex-fill-field.  Setup font-lock-mark-block-function the way
22155         font-lock intended.
22156         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
22157         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
22158         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
22159         (bibtex-Preamble): Avoid hard coded constants.
22160         (bibtex-make-field): Fix docstring.  Simplify.
22161         (bibtex-beginning-of-entry): Always return new position of point.
22162         (bibtex-end-of-entry): Rearrange cond clauses.
22163         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
22164         Update for changes of bibtex-map-entries.
22165         (bibtex-ispell-abstract): Do not move point.
22166         (bibtex-entry-index): Use downcase.  Simplify.
22167         (bibtex-lessp): Handle catch-all.
22168         (bibtex-find-crossref): Turn into a command.
22169         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
22170         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
22171         preamble entries.
22172         (bibtex-fill-field-bounds): New function.
22173         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
22174         (bibtex-fill-entry): Use bibtex-fill-field-bounds
22175         (bibtex-String): Use bibtex-strings.  Always obey
22176         bibtex-sort-ignore-string-entries.
22178 2003-07-05  John Paul Wallington  <jpw@gnu.org>
22180         * cus-theme.el (customize-create-theme):
22181         Call `customize-create-theme' in Reset widget's notify function.
22183         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
22184         (ibuffer-mark-interactive): Use `or' instead of `unless'.
22185         (define-ibuffer-column name): Add summarizer.
22186         (define-ibuffer-column size): Likewise.
22187         (define-ibuffer-column filename): Likewise.
22188         (define-ibuffer-column process): Likewise.  Change BODY's output too.
22189         (define-ibuffer-column filename-and-process): Likewise, likewise.
22190         (ibuffer): Remove local vars `already-in' and `need-update'.
22192         * ibuf-ext.el: Don't require `derived' at compile-time.
22194 2003-07-05  Kim F. Storm  <storm@cua.dk>
22196         * info.el: Disable paragraph refilling.
22197         (Info-refill-paragraphs): New defcustom.
22198         (Info-fontify-node): Use it.
22200 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
22202         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
22203         thingies from constructors created by defstruct.
22205         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
22206         the default value of the variable.
22207         (byte-code-meter): Move declaration to top level.
22209         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
22211         * info.el (Info-following-node-name-re): New fun.
22212         (Info-following-node-name): Remove.
22213         (Info-insert-dir): Use the new fun.
22214         (Info-extract-pointer): Don't save restriction; use new fun.
22215         (Info-menu-entry-name-re): New const.
22216         (Info-menu-entry-name-re): Use it along with new fun.
22217         (Info-node-spec-re): Use new fun.
22218         (Info-complete-menu-item, Info-fontify-node): Use new const.
22219         (Info-goto-node, Info-follow-reference, Info-menu-update):
22220         Use match-string.
22221         (Info-follow-reference): Use assoc-string.
22222         Use a list of strings for the completion table.
22223         (Info-fontify-node): Use match-string, line-end-position.
22224         Limit the search for `node:' to the first line.
22226         * newcomment.el (uncomment-region): Remove padding coming from
22227         comment-start rather than just from comment-padding.
22229         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
22230         (vc-cvs-stay-local-p): Use vc-stay-local-p.
22231         (vc-cvs-rename-file): Remove (use the default).
22232         (vc-cvs-register): Register parent dir if needed.
22233         (vc-cvs-could-register): Return non-nil if parent can be registered.
22234         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
22235         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
22237         * vc-svn.el (vc-svn-use-edit): Make it into a const.
22238         (vc-svn-update): Fix the arguments to `svn'.
22239         (vc-svn-diff-tree): Just use `vc-svn-diff'.
22240         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
22241         Simple implementations, assuming `name' is a URL.
22243         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
22244         set of chars allowed unquoted in a case pattern.
22246         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
22248         * font-lock.el (font-lock-extra-types-widget)
22249         (c-font-lock-extra-types, c++-font-lock-extra-types)
22250         (objc-font-lock-extra-types, java-font-lock-extra-types)
22251         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
22252         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
22253         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
22254         (font-lock-match-c++-structor-declaration)
22255         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
22256         (c++-font-lock-keywords-3, c++-font-lock-keywords)
22257         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
22258         (objc-font-lock-keywords-3, objc-font-lock-keywords)
22259         (java-font-lock-keywords-1, java-font-lock-keywords-2)
22260         (java-font-lock-keywords-3, java-font-lock-keywords)
22261         (java-font-lock-syntactic-face-function): Remove obsolete code
22262         and constants.  It's all in cc-fonts.el now.
22264 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
22266         * mail/sendmail.el (mail-specify-envelope-from)
22267         (mail-envelope-from): Doc fix.
22269 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
22271         * generic-x.el: Do away with the dependency on `c-emacs-features'
22272         when populating `rul-generic-mode-syntax-table'; we already know
22273         this isn't XEmacs.
22275 See ChangeLog.10 for earlier changes.
22277 ;; Local Variables:
22278 ;; coding: iso-2022-7bit
22279 ;; End:
22281     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
22282   Copying and distribution of this file, with or without modification,
22283   are permitted provided the copyright notice and this notice are preserved.
22285 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1