(define-minor-mode): Don't automatically add a :require to the defcustom.
[emacs.git] / lisp / ChangeLog
blobbd5a4d8503185064a01449682be3452790488d05
1 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
4         a :require to the defcustom.
6         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7         defcustoms corresponding to minor modes.
9 2005-06-26  David Ponce  <david@dponce.com>
11         * recentf.el: Require 'tree-widget instead of 'wid-edit.
12         (recentf-filename-handler): Fix widget :type.
13         (recentf-cancel-dialog, recentf-open-more-files)
14         (recentf-open-files-action): Doc fix.
15         (recentf-dialog-goto-first): New function.
16         (recentf-dialog-mode-map): Set parent keymap first.
17         (recentf-dialog-mode): Define with define-derived-mode.
18         Don't display continuation lines in dialogs.
19         (recentf-edit-list): Rename from recentf-edit-selected-items.
20         (recentf-edit-list-select): Rename from recentf-edit-list-action.
21         Simplify.
22         (recentf-edit-list-validate): New function.
23         (recentf-edit-list): Update accordingly.
24         (recentf-open-files-item-shift): Remove.
25         (recentf-open-files-item): Convert menu elements into tree and
26         link widgets.  Don't create the widgets.
27         (recentf-open-files): Update accordingly.
28         (recentf-save-list): Untabify.
30 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
32         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
33         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
34         partially contained in the active region.  Do not take active
35         region into account when called from Lisp, unless INTERACTIVE arg
36         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
37         avoid trouble with fields.  Make marker point nowhere when no
38         longer used.  Always return nil.  Doc fix.
39         (flush-lines): Add INTERACTIVE arg.  Do not take active region
40         into account when called from Lisp, unless INTERACTIVE arg is
41         non-nil.  Use `forward-line' instead of `beginning-of-line' to
42         avoid trouble with fields.  Make marker point nowhere when no
43         longer used.  Always return nil.  Doc fix.
44         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
45         interchangeable.  Do not take active region into account when
46         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
47         message in echo area when called from Lisp, unless INTERACTIVE arg
48         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
49         Return the number of matches.  Doc fix.
50         (occur): Doc fix.
51         (perform-replace): Make comment follow double space convention for
52         the sake of `outline-minor-mode'.
54         * faces.el (facep): Doc fix.
56 2005-06-25  Richard M. Stallman  <rms@gnu.org>
58         * facemenu.el (facemenu-enable-faces-p): New function.
59         (facemenu-background-menu, facemenu-foreground-menu)
60         (facemenu-face-menu): Add menu-enable property.
62         * jka-compr.el (jka-compr-insert-file-contents):
63         Special handling if cannot find the uncompression program.
65         * cus-face.el (custom-face-attributes): Add autoload.
67         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
68         Bind comment-indent-function locally.
70         * window.el (save-selected-window): Use save-current-buffer.
72         * subr.el (with-selected-window): Use save-current-buffer.
74         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
75         and with-current-buffer.
77 2005-06-24  Richard M. Stallman  <rms@gnu.org>
79         * simple.el (line-move-1): Fix previous change.
81 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
83         * replace.el (occur-1): Set `buffer-read-only' and the
84         buffer-modified flag before running `occur-hook' to protect
85         against unintentional buffer switches that can lead to data loss.
87 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
89         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
90         (gud-gdb-marker-filter): Use font-lock-warning-face for any
91         initial error.
93         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
94         after fresh input.
95         (gdb-var-create-handler): Put name of expression in quotes.
97 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
99         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
100         elements of RING in order, and without bogus nil elements.
102 2005-06-23  Richard M. Stallman  <rms@gnu.org>
104         * simple.el (set-variable): Args renamed; doc fix.
105         (line-move-1): When there are overlays around, use vertical-motion.
107         * faces.el (escape-glyph): Use brown against light background.
108         (nobreak-space): Rename from no-break-space.
109         Fix previous change.
111         * dired-aux.el (dired-do-copy): Fix arg prompt.
113         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
115 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
117         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
118         rather than "Distributor".
120 2005-06-23  Lute Kamstra  <lute@gnu.org>
122         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
123         (debug-on-entry): Use it.  New interactive declaration that uses
124         function-called-at-point.
126 2005-06-23  Kim F. Storm  <storm@cua.dk>
128         * subr.el (save-match-data): Add comment about using evaporate arg
129         to set-match-data.
131 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
133         * cus-edit.el (customize-face)
134         (customize-face-other-window): Handle face aliases.
136         * faces.el (face-documentation, set-face-attribute)
137         (face-spec-set): Handle face aliases.
139 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
141         * help-mode.el (help-make-xrefs): If a symbol representing a face
142         name is not followed by the word "face", it could still be a
143         function or variable name, so don't bypass other checks.
145 2005-06-22  Juri Linkov  <juri@jurta.org>
147         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
148         Replace aliased functions with calls where second arg `inherit' is t.
150 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
152         * progmodes/gdb-ui.el (gdb-error): New variable.
153         (gdb-error): New function.
154         (gdb-annotation-rules): Act on error-begin and error annotations.
155         (gdb-concat-output): Use font-lock-warning-face for errors.
157 2005-06-22  Miles Bader  <miles@gnu.org>
159         * bindings.el (propertized-buffer-identification): Use renamed
160         `Buffer-menu-buffer' face.
162         * faces.el (vertical-border): Rename from `vertical-divider'.
163         (escape-glyph): Change dark-background color back to `cyan'.
165 2005-06-21  Juri Linkov  <juri@jurta.org>
167         * faces.el (face-user-default-spec): Try getting `customized-face'
168         prior to `saved-face'.
169         (frame-background-mode): Refill docstring.
171         * emacs-lisp/lisp-mode.el (eval-defun-1):
172         * emacs-lisp/edebug.el (edebug-eval-defun):
173         Set `saved-face' temporarily to nil before calling form.
174         Set `customized-face' to the new spec after that.
176 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
178         * subr.el (1value, lambda, key-substitution-in-progress):
179         Doc fixes.
181         * autoinsert.el (auto-insert-alist):
182         * ses.el (ses-call-printer):
183         * subr.el (noreturn):
184         * emacs-lisp/lisp.el (check-parens):
185         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
186         * net/browse-url.el (browse-url-mosaic):
187         * progmodes/cc-defs.el (c-safe-scan-lists):
188         * progmodes/ebnf-abn.el (ebnf-abn-lex):
189         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
190         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
191         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
192         * progmodes/ebnf-iso.el (ebnf-iso-lex):
193         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
195 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
197         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
199 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
201         * calendar/appt.el (appt-make-list): Activate the package, if
202         not already active (for backwards compatibility).
204 2005-06-20  Kim F. Storm  <storm@cua.dk>
206         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
208 2005-06-20  Miles Bader  <miles@gnu.org>
210         * faces.el (vertical-divider): New face.
212 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
214         * simple.el (kill-whole-line): Doc fix.
215         (next-error-buffer-p, next-error-find-buffer)
216         (clone-indirect-buffer): Fix typos in docstrings.
217         (comment-line-break-function): Doc fix: don't say variable
218         is automatically buffer-local (it isn't).
220 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
222         * net/tramp-ftp.el (top):
223         * net/tramp-smb.el (top):
224         * net/tramp-util.el (top):
225         * net/tramp-uu.el (top):
226         * net/tramp-vc.el (top):
227         * net/tramp.el (top): Revert copyright years back to original
228         ones.  Tramp has a life outside GNU Emacs.
230 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
232         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
234 2005-06-18  Juri Linkov  <juri@jurta.org>
236         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
237         end of first regexp to limit the match to the position between
238         line number and source line with same separator character as used
239         between file name and line number.  In the second regexp limit
240         mouse-face area to file name and line number by adding new group
241         for them and referring it in HYPERLINK arg.
242         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
243         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
244         previous line where grep markers may be already removed.
246 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
248         * progmodes/ps-mode.el: Update version and maintainer's email address.
250 2005-06-18  Steve Youngs  <steve@xemacs.org>
252         * net/browse-url.el (browse-url-browser-function)
253         (browse-url-default-browser): Add firefox.
254         (browse-url-firefox-program, browse-url-firefox-arguments)
255         (browse-url-firefox-startup-arguments)
256         (browse-url-firefox-new-window-is-tab): New defcustoms.
257         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
259 2005-06-17  Richard M. Stallman  <rms@gnu.org>
261         * startup.el (command-line): Warn if specified user name has
262         no home directory.
264         * term.el (term-get-old-input, term-input-filter, term-input-sender)
265         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
267         * longlines.el (longlines-mode, longlines-show-hard-newlines):
268         Doc fixes.
270         * faces.el (underline): Try bold if terminal doesn't support underline.
272         * mail/sendmail.el (mail-setup-with-from): New variable.
273         (mail-insert-from-field): New function.
274         (sendmail-send-it): Call it.
275         (mail-setup): Optionally call it here.
277         * term/linux.el: Call tty-no-underline.
279 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
281         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
283 2005-06-17  Miles Bader  <miles@gnu.org>
285         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
286         (ediff-current-diff-C, ediff-current-diff-Ancestor)
287         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
288         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
289         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
290         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
291         Remove "-face" suffix from face names.
292         (ediff-current-diff-face-A, ediff-current-diff-face-B)
293         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
294         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
295         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
296         (ediff-even-diff-face-A, ediff-even-diff-face-B)
297         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
298         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
299         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
300         New backward-compatibility aliases for renamed faces.
301         (ediff-current-diff-face-A, ediff-current-diff-face-B)
302         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
303         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
304         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
305         (ediff-even-diff-face-A, ediff-even-diff-face-B)
306         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
307         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
308         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
309         Use renamed ediff faces.
311         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
312         Remove "-face" suffix from face names.
313         (eshell-test-ok-face, eshell-test-failed-face):
314         New backward-compatibility aliases for renamed faces.
315         (eshell-run-test): Use renamed eshell-test faces.
317         * eshell/em-prompt.el (eshell-prompt):
318         Remove "-face" suffix from face name.
319         (eshell-prompt-face): New backward-compatibility alias for renamed face.
320         (eshell-emit-prompt): Use renamed eshell-prompt face.
322         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
323         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
324         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
325         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
326         Remove "-face" suffix from face names.
327         (eshell-ls-directory-face, eshell-ls-symlink-face)
328         (eshell-ls-executable-face, eshell-ls-readonly-face)
329         (eshell-ls-unreadable-face, eshell-ls-special-face)
330         (eshell-ls-missing-face, eshell-ls-archive-face)
331         (eshell-ls-backup-face, eshell-ls-product-face)
332         (eshell-ls-clutter-face):
333         New backward-compatibility aliases for renamed faces.
334         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
336         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
337         Remove "-face" suffix from face name.
338         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
339         instead of literal face.
341 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
343         * emacs-lisp/warnings.el (display-warning, lwarn)
344         (warning-minimum-log-level): Doc fixes.
345         (warning-minimum-level, warning-minimum-log-level):
346         Add :debug to :type choices.
348         * progmodes/ada-mode.el (ada-format-paramlist)
349         (ada-get-indent-case, ada-check-matching-start)
350         (ada-check-defun-name, ada-goto-matching-decl-start)
351         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
352         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
353         (ada-make-subprogram-body): Follow error conventions.
354         (ada-case-exception-file, ada-indent-comment-as-code)
355         (ada-indent-handle-comment-special, ada-indent-renames)
356         (ada-indent-return, ada-search-directories-internal)
357         (ada-tab-policy, ada-case-exception-substring)
358         (ada-other-file-alist, ada-matching-start-re)
359         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
360         (ada-imenu-generic-expression, ada-compile-goto-error)
361         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
362         (ada-popup-menu, ada-add-extensions, ada-mode)
363         (ada-region-selected, ada-create-case-exception)
364         (ada-create-case-exception-substring, ada-after-keyword-p)
365         (ada-activate-keys-for-case, ada-adjust-case-region)
366         (ada-adjust-case-buffer, ada-format-paramlist)
367         (ada-scan-paramlist, ada-insert-paramlist)
368         (ada-indent-newline-indent)
369         (ada-indent-newline-indent-conditional)
370         (ada-justified-indent-current, ada-goto-previous-word)
371         (ada-indent-current, ada-get-indent-open-paren)
372         (ada-get-indent-paramlist, ada-get-indent-end)
373         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
374         (ada-get-indent-block-start, ada-get-indent-subprog)
375         (ada-get-indent-noindent, ada-get-indent-label)
376         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
377         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
378         (ada-goto-stmt-end, ada-goto-next-word)
379         (ada-check-matching-start, ada-check-defun-name)
380         (ada-goto-matching-decl-start, ada-goto-matching-start)
381         (ada-goto-matching-end, ada-search-ignore-string-comment)
382         (ada-in-decl-p, ada-looking-at-semi-or)
383         (ada-looking-at-semi-private, ada-in-paramlist-p)
384         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
385         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
386         (ada-next-procedure, ada-previous-procedure, ada-next-package)
387         (ada-previous-package, ada-create-menu)
388         (ada-fill-comment-paragraph-justify)
389         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
390         (ada-other-file-name, ada-last-which-function-line)
391         (ada-last-which-function-subprog, ada-which-function)
392         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
393         (ada-gen-treat-proc, ada-check-emacs-version)
394         (ada-continuation-indent, ada-align-region-separate):
395         Fix typos in docstrings.
396         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
398 2005-06-16  Lute Kamstra  <lute@gnu.org>
400         * simple.el (fundamental-mode): Run after-change-major-mode-hook
401         conditionally.
403 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
405         * comint.el (comint-replace-by-expanded-filename)
406         (comint-prompt-regexp, comint-delimiter-argument-list)
407         (comint-preinput-scroll-to-bottom):
408         * info.el (Info-hide-cookies-node):
409         * ls-lisp.el (ls-lisp-classify):
410         * find-file.el (ff-search-directories, ff-special-constructs)
411         (ff-find-other-file):
412         * font-lock.el (font-lock-keywords):
413         * shell.el (shell-prompt-pattern)
414         (shell-dynamic-complete-functions, shell-mode)
415         (shell-delimiter-argument-list):
416         * term.el (term-replace-by-expanded-filename)
417         (term-prompt-regexp, term-delimiter-argument-list):
418         * woman.el (woman-ignore, woman0-if):
419         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
420         * emacs-lisp/elint.el (elint-init-env):
421         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
422         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
423         * language/ethio-util.el (ethio-tilde-escape)
424         (ethio-use-three-dot-question):
425         * net/zone-mode.el (zone-mode-load-time-setup):
426         * progmodes/cc-align.el (c-lineup-argcont):
427         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
428         * progmodes/cperl-mode.el (cperl-set-style-back):
429         * progmodes/inf-lisp.el (inferior-lisp-prompt):
430         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
431         Fix spellings in docstrings.
433         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
434         * progmodes/modula2.el (m2-for): Fix spellings.
436         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
438         * simple.el (undo-more): Don't use `format' on `error' arguments.
439         Improve argument/docstring consistency.
440         (pending-undo-list): Doc fix.
442         * smerge-mode.el (smerge-ensure-match):
443         * emulation/vip.el (vip-ex):
444         * net/zone-mode.el (zone-mode-update-serial):
445         * progmodes/idlwave.el (idlwave-complete):
446         * progmodes/vhdl-mode.el (vhdl-visit-file)
447         (vhdl-compose-wire-components):
448         Don't use `format' on `error' arguments.
450         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
451         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
452         (tooltip-help-tips): Fix typos in docstrings.
454 2005-06-16  David Ponce  <david@dponce.com>
456         * tree-widget.el (tree-widget-value-create): Simplify last change.
458 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
460         * ido.el (ido-incomplete-regexp): New variable.
461         (ido-set-matches-1): Handle invalid-regexp error and set
462         ido-incomplete-regexp.
463         (ido-incomplete-regexp): New face.
464         (ido-completions): Use it.
465         (ido-complete, ido-exit-minibuffer, ido-completions):
466         Handle incomplete regexps.
467         (ido-completions): Add check for complete match when entering a regexp.
469 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
471         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
473 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
475         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
476         by field delimiters.
478 2005-06-15  David Ponce  <david@dponce.com>
480         * tree-widget.el: eval-and-compile inlined functions so they will
481         be available at run-time too.
482         (tree-widget-super-format-handler)
483         (tree-widget-format-handler): Remove.
484         (tree-widget-value-create): Handle the :indent property.
486 2005-06-15  Miles Bader  <miles@gnu.org>
488         * progmodes/which-func.el (which-func): Only inherit
489         `font-lock-function-name-face' when that makes sense against the
490         default mode-line face, otherwise set the face color explicitly.
492         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
493         faces instead of (non-existent) variables.
495 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
497         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
498         (iswitchb-get-matched-buffers): Likewise.  Simplify.
500 2005-06-14  Miles Bader  <miles@gnu.org>
502         * progmodes/ld-script.el (ld-script-location-counter):
503         Remove "-face" suffix from face name.
504         (ld-script-location-counter-face):
505         New backward-compatibility alias for renamed face.
506         (ld-script-location-counter-face): Use renamed face.
508         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
509         (cperl-hash): Remove "-face" suffix from face names.
510         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
511         New backward-compatibility aliases for renamed faces.
512         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
513         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
515         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
516         name.
517         (which-func-face): New backward-compatibility alias for renamed face.
518         (which-func-format): Use renamed which-func face.
520         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
521         (vhdl-function, vhdl-directive, vhdl-reserved-word)
522         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
523         names.
524         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
525         (vhdl-speedbar-configuration, vhdl-speedbar-package)
526         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
527         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
528         (vhdl-speedbar-architecture-selected)
529         (vhdl-speedbar-configuration-selected)
530         (vhdl-speedbar-package-selected)
531         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
532         names.
533         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
534         Use renamed faces.
535         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
536         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
537         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
538         Use renamed faces.
539         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
540         names.
541         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
542         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
543         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
544         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
545         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
546         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
548         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
549         face name.
550         (sh-heredoc-face): New backward-compatibility alias for renamed face.
551         (sh-heredoc-face): Use renamed sh-heredoc face.
553         * progmodes/idlw-help.el (idlwave-help-link):
554         Remove "-face" suffix from face name.
555         (idlwave-help-link-face):
556         New backward-compatibility alias for renamed face.
557         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
559         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
560         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
561         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
562         New backward-compatibility aliases for renamed faces.
563         (idlwave-shell-disabled-breakpoint-face)
564         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
566         * progmodes/flymake.el (flymake-errline, flymake-warnline):
567         Remove "-face" suffix from face names.
568         (flymake-errline-face, flymake-warnline-face):
569         New backward-compatibility aliases for renamed faces.
570         (flymake-highlight-line): Use renamed flymake faces.
572         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
573         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
574         (ebrowse-member-class, ebrowse-progress):
575         Remove "-face" suffix from face names.
576         (ebrowse-tree-mark-face, ebrowse-root-class-face)
577         (ebrowse-file-name-face, ebrowse-default-face)
578         (ebrowse-member-attribute-face, ebrowse-member-class-face)
579         (ebrowse-progress-face):
580         New backward-compatibility aliases for renamed faces.
581         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
582         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
583         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
584         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
586         * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
587         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
588         (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
589         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
590         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
591         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
592         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
593         New backward-compatibility aliases for renamed faces.
594         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
595         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
596         (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
597         "font-lock-".  Use renamed antlr-mode faces.
598         (antlr-font-lock-additional-keywords): Use renamed faces.
599         Replace literal face-names with face variable references.
601         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
602         face name.
603         (Buffer-menu-buffer-face): New backward-compatibility alias for
604         renamed face.
605         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
607 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
609         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
610         Eliminate "-face" suffix.
611         (makefile-targets): Inherit from font-lock-function-name-face and
612         eliminate "-face" suffix.
613         (makefile-shell): Remove attributes and eliminate "-face" suffix.
614         (makefile-*-font-lock-keywords): Append makefile-targets in rule
615         actions, instead of prepending, to make it less visible.
616         (makefile-previous-dependency, makefile-match-dependency):
617         Don't match a target on a continuation line.
619         * files.el (auto-mode-alist): Put Makefile in gmake mode.
621 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
623         * progmodes/gdb-ui.el (menu): Re-order menu items.
624         (gdb-tooltip-print): Respect tooltip-use-echo-area.
626         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
627         Define in tooltip.el.
628         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
629         (gud-tooltip-tips): Respect tooltip-use-echo-area and
630         gud-tooltip-echo-area.
632         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
633         backward compatibility and make obsolete.
634         (tooltip-help-tips): Use tooltip-use-echo-area.
635         (tooltip-show-help-function): Rename to...
636         (tooltip-show-help): ...this, because it is a function.
637         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
639 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
641         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
642         (edebug-print-length, edebug-print-level, edebug-print-circle)
643         (edebug-modify-breakpoint, edebug-eval-last-sexp)
644         (edebug-eval-print-last-sexp): Doc fixes.
646 2005-06-14  Kim F. Storm  <storm@cua.dk>
648         * ido.el (ido-mode): Make a new keymap every time we enable ido,
649         as the coverage buffer/file/both may change.
651 2005-06-14  Lute Kamstra  <lute@gnu.org>
653         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
654         and run-mode-hooks.  Simplify.
656         * mail/rmailedit.el (rmail-edit-mode):
657         * progmodes/octave-inf.el (inferior-octave-mode):
658         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
660         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
661         and run-mode-hooks.
662         (recentf-edit-list, recentf-open-files): Don't call
663         kill-all-local-variables directly.
665         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
667 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
669         * emacs-lisp/byte-run.el (make-obsolete)
670         (define-obsolete-function-alias): Rename arguments FUNCTION and
671         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
672         (make-obsolete-variable, define-obsolete-variable-alias):
673         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
674         respectively.
676         * isearchb.el (isearchb-activate):
677         * pcvs.el (cvs-mode):
678         * ses.el (ses-load):
679         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
680         * net/tramp.el (tramp-find-file-exists-command)
681         (tramp-find-shell):
682         * progmodes/ada-mode.el (ada-create-case-exception)
683         (ada-create-case-exception-substring, ada-make-subprogram-body):
684         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
685         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
686         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
687         * textmodes/org.el (org-promote, org-evaluate-time-range)
688         (org-agenda-next-date-line, org-agenda-previous-date-line)
689         (org-agenda-error, org-open-at-point, org-table-move-row)
690         (org-format-table-table-html-using-table-generate-source)
691         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
692         * textmodes/reftex.el (reftex-access-scan-info):
693         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
694         (reftex-toc-promote-prepare): Follow error conventions.
696         * diff-mode.el (diff-mode): Fix typo in docstring.
698         * forms.el (forms--intuit-from-file): Fix reference to
699         `forms-number-of-fields' in error message.
700         (forms-print): Fix quoting in error message.
702         * forms.el (forms-mode):
703         * emulation/vi.el (vi-goto-insert-state):
704         * progmodes/flymake.el (flymake-new-err-info)
705         (flymake-start-syntax-check-for-current-buffer)
706         (flymake-simple-cleanup):
707         * eshell/esh-var.el (eshell/export):
708         * progmodes/gud.el (xdb):
709         * textmodes/flyspell.el (flyspell-incorrect-hook)
710         (flyspell-maybe-correct-transposition)
711         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
713 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
715         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
716         minibuffer prompt.
718 2005-06-13  Kim F. Storm  <storm@cua.dk>
720         * subr.el (add-to-ordered-list): New defun.
722         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
723         add cua--keymap-alist to emulation-mode-map-alists.
725 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
727         * subr.el (complete-in-turn): New macro.
728         (dynamic-completion-table, lazy-completion-table): Add debug info.
730         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
731         in preference to face aliases.
733         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
734         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
735         Remove unused vars `start' and `firstline'.
736         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
737         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
739 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
741         * cus-start.el (all): Don't complain about missing GTK-related
742         variables, unless either `gtk' is boundp or this isn't a
743         `windows-nt' build.
745 2005-06-13  Lute Kamstra  <lute@gnu.org>
747         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
748         run-mode-hooks.
750         * ediff-mult.el (ediff-meta-mode):
751         * ediff-util.el (ediff-mode): Use run-mode-hooks.
753         * ledit.el (ledit-mode): Use delay-mode-hooks.
755         * woman.el (woman-mode-line-format): Delete constant.
756         (woman-mode-map): Initialize it properly.
757         (woman-mode): Set mode-class property to special.
758         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
759         Set major-mode and mode-name.  Don't set mode-line-format directly.
760         (Man-getpage-in-background): Don't reference woman-mode-line-format.
762         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
763         string argument obsolete.
765 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
767         * textmodes/org.el (org-CUA-compatible): New option.
768         (org-disputed-keys): New variable.
769         (org-key): New function.
770         (orgtbl-make-binding): Add docstring to the created function.
771         (org-mode): Set paragraph start/separate regexps.
772         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
773         (org-archive-location, org-archive-mark-done)
774         (org-archive-stamp-time): New options.
775         (org-archive-subtree): New command.
776         (org-fill-paragraph): New function.
777         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
778         (org-fake-empty-table-line): Function removed.
779         (org-format-org-table-html): Do not create empty table lines at
780         separator lines.  Improved table header treatment.
781         (org-link-format): New option.
782         (org-make-link): New function.
783         (org-insert-link, org-store-link): Use org-make-link.
784         (org-open-file): Quote file name for shell command, to allow
785         spaces in file names.
786         (org-link-regexp): Fix bug with mailto link.
787         (org-link-maybe-angles-regexp, org-protected-link-regexp):
788         New constants.
789         (org-export-as-html): Deal with the optional angles around a link.
790         Better treatment of file: links.
791         (org-open-at-point): Replace @{ and @} with < and >.
792         (org-run-mode-hooks): Function removed.
793         (org-agenda-mode): No longer use `org-run-mode-hooks'.
795 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
797         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
798         MI command -data-list-register-values.
799         (gdb-post-prompt): Indent properly.
801 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
803         * hilit-chg.el (highlight-changes-colors): Rename from
804         `highlight-changes-colours'.
805         (highlight-changes-colours): Keep as obsolete alias.
806         (highlight-changes-face-list): Doc fix.
807         (hilit-chg-make-list): Use `highlight-changes-colors'.
809 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
811         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
812         defun-prompt-regexp.
814 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
816         * loadup.el: Don't say we are dumping under 2 names on windows-nt
817         and cygwin.
819         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
820         Don't use an old loaddefs.el, as in Makefile.in.
822 2005-06-12  Lute Kamstra  <lute@gnu.org>
824         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
826         * man.el (Man-mode-map): Initialize it properly.
827         (Man-mode): Set mode-class property to special.
829         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
831 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
833         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
834         A newline is needed in the docstring there.
836         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
837         Doc fixes.
839 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
841         * printing.el: Doc fix.  The menubar is no more changed when printing
842         is loaded, it only changes when pr-menu-bind or pr-update-menus is
843         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
844         (pr-version): New version number (6.8.4).
845         (pr-menu-bind): New command.
846         (pr-update-menus): Docstring and code fix.
847         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
848         Docstring fix.
849         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
850         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
852 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
854         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
855         "Returns" to "return", document useful return values, etc.
857 2005-06-11  Alan Mackenzie  <acm@muc.de>
859         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
860         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
861         (adaptive-file-function): Minor amendment to doc-string.
863 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
865         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
866         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
867         Fix :type--it is `integer', not `string'.
869         * faces.el (modeline-highlight): Rename from (the erroneous)
870         `modeline-higilight'.
872 2005-06-11  Lute Kamstra  <lute@gnu.org>
874         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
875         lisp-interaction-mode-map but make it the parent.
876         (edebug-eval-mode): Use define-derived-mode.
878 2005-06-11  Andreas Schwab  <schwab@suse.de>
880         * bindings.el: Add binding of `ESC functionkey' for every
881         `M-functionkey'.
882         * hexl.el (hexl-mode-map): Likewise.
884 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
886         * progmodes/compile.el (compilation-error-regexp-alist-alist)
887         [msft]: update regexp for newer msft compilers.
889 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
891         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
892         ATTLIST portions of included DTDs.
893         (xml-parse-dtd): Eliminate use of inefficient match-data.
895 2005-06-10  Miles Bader  <miles@gnu.org>
897         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
898         (mpuz-text): Remove "-face" suffix from face names.
899         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
900         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
901         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
903         * play/gomoku.el (gomoku-O, gomoku-X):
904         Remove "-face" suffix from face names.
905         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
906         New backward-compatibility aliases for renamed faces.
907         (gomoku-font-lock-keywords): Use renamed gomoku faces.
909 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
911         * thumbs.el: Fixes for changes of 2005-06-09.
912         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
913         as a directory.
914         (thumbs-thumbname): Remove directory separator from format string;
915         `thumbs-thumbsdir' now returns a valid directory name.
916         (thumbs-temp-dir): New defsubst.
917         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
918         Use it.
920         * cus-edit.el (minibuffer):
921         * files.el (make-backup-file-name-function):
922         * filesets.el (filesets-external-viewers):
923         * hilit-chg.el (highlight-changes-colours)
924         (highlight-changes-face-list, highlight-changes-rotate-faces):
925         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
926         * kmacro.el (kmacro-call-macro):
927         * log-edit.el (log-edit-changelog-full-paragraphs):
928         * mouse.el (mouse-1-click-follows-link):
929         * skeleton.el (skeleton-autowrap):
930         * subr.el (insert-for-yank-1):
931         * tempo.el (tempo-insert-region):
932         * terminal.el (terminal-emulator):
933         * time.el (display-time-mail-face):
934         * vc.el (vc-annotate):
935         * vcursor.el (vcursor-copy-line):
936         * woman.el (woman-bold-headings, woman-ignore)
937         (woman-default-faces, woman-monochrome-faces):
938         * calendar/todo-mode.el (todo-insert-threshold):
939         * emulation/pc-select.el (pc-select-selection-keys-only)
940         (pc-selection-mode):
941         * emulation/vip.el (vip-find-char-forward):
942         * emulation/viper-cmd.el (viper-find-char-forward):
943         * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
944         (input-method-exit-on-invalid-key):
945         * international/mule-diag.el (describe-coding-system):
946         * international/ucs-tables.el (unify-8859-on-encoding-mode):
947         * net/browse-url.el (browse-url-xterm-program):
948         * obsolete/lazy-lock.el (lazy-lock-mode):
949         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
950         (cperl-mode):
951         * progmodes/cpp.el (cpp-face-light-name-list)
952         (cpp-face-dark-name-list):
953         * progmodes/delphi.el (delphi-newline-always-indents):
954         Fix spellings in docstrings.
956         * ido.el (ido-mode, ido-file-extensions-order)
957         (ido-default-file-method, ido-default-buffer-method)
958         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
959         (ido-decorations, ido-read-file-name-as-directory-commands)
960         (ido-read-file-name-non-ido, ido-work-directory-list)
961         (ido-ignore-item-temp-list, ido-current-directory)
962         (ido-magic-forward-char, ido-enter-find-file)
963         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
964         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
966 2005-06-10  Lute Kamstra  <lute@gnu.org>
968         * play/dunnet.el (dun-mode): Use define-derived-mode.
969         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
970         obsolete alias.
972         * play/doctor.el (doctor-mode-map): Remove defvar.
973         (doctor-mode): Use define-derived-mode.
975         * mail/mspools.el (mspools-mode):
976         * net/eudc-hotlist.el (eudc-hotlist-mode):
977         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
979 2005-06-10  Miles Bader  <miles@gnu.org>
981         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
982         Remove "-face" suffix from face names.
983         (flyspell-incorrect-face, flyspell-duplicate-face):
984         New backward-compatibility aliases for renamed faces.
985         (flyspell-mode-on, make-flyspell-overlay)
986         (flyspell-highlight-incorrect-region)
987         (flyspell-highlight-duplicate-region)
988         (flyspell-display-next-corrections)
989         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
991         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
992         from face name.
993         (texinfo-heading-face): New backward-compatibility alias for
994         renamed face.
995         (texinfo-heading-face): Use renamed texinfo-heading face.
997         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
998         suffix from face names.
999         (tex-math-face, tex-verbatim-face):
1000         New backward-compatibility aliases for renamed faces.
1001         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
1002         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
1003         literal face name.
1005         * textmodes/table.el (table-cell): Remove "-face" suffix from face
1006         name.
1007         (table-cell-face): New backward-compatibility alias for renamed face.
1008         (table--put-cell-face-property, table--update-cell-face):
1009         Use renamed table-cell face.
1011         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
1012         from face name.
1013         (sgml-namespace-face): New backward-compatibility alias for
1014         renamed face.
1015         (sgml-namespace-face): Use renamed sgml-namespace face.
1017         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
1018         (org-level-4, org-level-5, org-level-6, org-level-7)
1019         (org-level-8, org-warning, org-headline-done)
1020         (org-deadline-announce, org-scheduled-today)
1021         (org-scheduled-previously, org-link, org-done, org-table)
1022         (org-time-grid): Remove "-face" suffix from face names.
1023         (org-level-1-face, org-level-2-face, org-level-3-face)
1024         (org-level-4-face, org-level-5-face, org-level-6-face)
1025         (org-level-7-face, org-level-8-face, org-warning-face)
1026         (org-headline-done-face, org-deadline-announce-face)
1027         (org-scheduled-today-face, org-scheduled-previously-face)
1028         (org-link-face, org-done-face, org-table-face)
1029         (org-time-grid-face):
1030         New backward-compatibility aliases for renamed faces.
1031         (org-level-faces, org-set-font-lock-defaults, org-timeline)
1032         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
1033         (org-agenda-get-timestamps, org-agenda-get-scheduled)
1034         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
1036         * emulation/viper-init.el (viper-search, viper-replace-overlay)
1037         (viper-minibuffer-emacs, viper-minibuffer-insert)
1038         (viper-minibuffer-vi): Remove "-face" suffix from face names.
1039         (viper-search-face, viper-replace-overlay-face)
1040         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1041         (viper-minibuffer-vi-face):
1042         New backward-compatibility aliases for renamed faces.
1043         (viper-search-face, viper-replace-overlay-face)
1044         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1045         (viper-minibuffer-vi-face): Use renamed viper faces.
1047         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
1048         Remove "-face" suffix from face names.
1049         (testcover-nohits-face, testcover-1value-face):
1050         New backward-compatibility aliases for renamed faces.
1051         (testcover-mark): Use renamed testcover faces.
1053         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
1054         face name.
1055         (diary-button-face): New backward-compatibility alias for renamed face.
1056         (diary-entry): Use renamed diary-button face.
1058         * calendar/calendar.el (diary, calendar-today, holiday)
1059         (mark-visible-calendar-date): Remove "-face" suffix from face names.
1060         (diary-face, calendar-today-face, holiday-face):
1061         New backward-compatibility aliases for renamed faces.
1062         (eval-after-load "facemenu", diary-entry-marker)
1063         (calendar-today-marker, calendar-holiday-marker, diary-face):
1064         Use renamed calendar faces.
1066         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
1067         (compare-windows-face): New backward-compatibility alias for
1068         renamed face.
1069         (compare-windows-highlight): Use renamed compare-windows face.
1071         * strokes.el (strokes-char): Remove "-face" suffix from face name.
1072         (strokes-char-face): New backward-compatibility alias for renamed face.
1073         (strokes-encode-buffer): Use renamed strokes-char face.
1075         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
1076         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
1077         Remove "-face" suffix from face names.
1078         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
1079         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
1080         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
1081         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
1082         Use renamed pcvs faces.
1083         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
1084         * pcvs-defs.el (cvs-mode-map): Likewise.
1085         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
1087         * info.el (info-title-1, info-title-2, info-title-3)
1088         (info-title-4): Remove "-face" suffix from and downcase face names.
1089         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
1090         (Info-title-4-face):
1091         New backward-compatibility aliases for renamed faces.
1092         (Info-fontify-node): Use renamed info faces.
1094         * hilit-chg.el (highlight-changes, highlight-changes-delete):
1095         Remove "-face" suffix from face names.
1096         (highlight-changes-face, highlight-changes-delete-face):
1097         New backward-compatibility aliases for renamed faces.
1098         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
1099         (hilit-chg-make-list): Use renamed highlight-changes faces.
1101         * generic-x.el (show-tabs-tab, show-tabs-space):
1102         Remove "-face" suffix from face names.
1103         (show-tabs-tab-face, show-tabs-space-face):
1104         New backward-compatibility aliases for renamed faces.
1105         (show-tabs-generic-mode-font-lock-defaults-1)
1106         (show-tabs-generic-mode-font-lock-defaults-2):
1107         Use renamed show-tabs faces.
1109         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
1110         (smerge-markers): Remove "-face" suffix from face names.
1111         (smerge-mine-face, smerge-other-face, smerge-base-face)
1112         (smerge-markers-face):
1113         New backward-compatibility aliases for renamed faces.
1114         (smerge-mine-face, smerge-other-face, smerge-base-face)
1115         (smerge-markers-face): Use renamed smerge faces.
1117         * log-view.el (log-view-file, log-view-message):
1118         Remove "-face" suffix from face names.
1119         (log-view-file-face, log-view-message-face):
1120         New backward-compatibility aliases for renamed faces.
1121         (log-view-file-face, log-view-message-face): Use renamed log-view faces.
1123         * paren.el (show-paren-match, show-paren-mismatch):
1124         Remove "-face" suffix from face names.
1125         (show-paren-match-face, show-paren-mismatch-face):
1126         New backward-compatibility aliases for renamed faces.
1127         (show-paren-function): Use renamed show-paren faces.
1129         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
1130         (ruler-mode-margins, ruler-mode-fringes)
1131         (ruler-mode-column-number, ruler-mode-fill-column)
1132         (ruler-mode-comment-column, ruler-mode-goal-column)
1133         (ruler-mode-tab-stop, ruler-mode-current-column):
1134         Remove "-face" suffix from face names.
1135         (ruler-mode-default-face, ruler-mode-pad-face)
1136         (ruler-mode-margins-face, ruler-mode-fringes-face)
1137         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
1138         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
1139         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
1140         New backward-compatibility aliases for renamed faces.
1141         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
1142         (ruler-mode-column-number, ruler-mode-fill-column)
1143         (ruler-mode-comment-column, ruler-mode-goal-column)
1144         (ruler-mode-tab-stop, ruler-mode-current-column)
1145         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
1147         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
1148         face name.
1149         (whitespace-highlight-the-space): Use renamed face.
1150         (whitespace-highlight-face): New backward-compatibility alias for
1151         renamed face.
1153         * woman.el (woman-italic, woman-bold, woman-unknown)
1154         (woman-addition, woman-symbol-face):
1155         Remove "-face" suffix from face names.
1156         (woman-italic-face, woman-bold-face, woman-unknown-face)
1157         (woman-addition-face):
1158         New backward-compatibility aliases for renamed faces.
1159         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
1160         (woman-decode-region, woman-replace-match)
1161         (woman-display-extended-fonts, woman-special-characters)
1162         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
1163         Use renamed woman faces.
1165         * longlines.el (longlines-visible-face): Face removed.
1167         * diff-mode.el (diff-header, diff-file-header, diff-index)
1168         (diff-hunk-header, diff-removed, diff-added, diff-changed)
1169         (diff-function, diff-context, diff-nonexistent): Remove "-face"
1170         suffix from face names.
1171         (diff-header-face, diff-file-header-face, diff-index-face)
1172         (diff-hunk-header-face, diff-removed-face, diff-added-face)
1173         (diff-changed-face, diff-function-face, diff-context-face)
1174         (diff-nonexistent-face): New backward-compatibility aliases for
1175         renamed faces.
1176         (diff-header-face, diff-file-header-face)
1177         (diff-index, diff-index-face, diff-hunk-header)
1178         (diff-hunk-header-face, diff-removed, diff-removed-face)
1179         (diff-added, diff-added-face, diff-changed-face, diff-function)
1180         (diff-function-face, diff-context-face, diff-nonexistent)
1181         (diff-nonexistent-face): Use renamed diff-mode faces.
1183         * progmodes/compile.el (compilation-warning-face)
1184         (compilation-info-face): Remove "-face" suffix from face names.
1185         (compilation-warning-face, compilation-info-face):
1186         New backward-compatibility aliases for renamed faces.
1187         (compilation-warning-face, compilation-info-face):
1188         Use renamed compilation faces.
1190         * add-log.el (change-log-date, change-log-name)
1191         (change-log-email, change-log-file, change-log-list)
1192         (change-log-conditionals, change-log-function)
1193         (change-log-acknowledgement): Remove "-face" suffix from face names.
1194         (change-log-date-face, change-log-name-face)
1195         (change-log-email-face, change-log-file-face)
1196         (change-log-list-face, change-log-conditionals-face)
1197         (change-log-function-face, change-log-acknowledgement-face):
1198         New backward-compatibility aliases for renamed faces.
1199         (change-log-font-lock-keywords): Use renamed change-log faces.
1201         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
1202         (custom-set, custom-changed, custom-saved, custom-button)
1203         (custom-button-pressed, custom-documentation, custom-state)
1204         (custom-comment, custom-comment-tag, custom-variable-tag)
1205         (custom-variable-button, custom-face-tag, custom-group-tag-1)
1206         (custom-group-tag): Remove "-face" suffix from face names.
1207         (custom-magic-alist, custom-magic-value-create)
1208         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
1209         (custom-invalid-face, custom-rogue-face, custom-modified-face)
1210         (custom-set-face, custom-changed-face, custom-saved-face)
1211         (custom-button-face, custom-button-pressed-face)
1212         (custom-documentation-face, custom-state-face)
1213         (custom-comment-face, custom-comment-tag-face)
1214         (custom-variable-tag-face, custom-variable-button-face)
1215         (custom-face-tag-face, custom-group-tag-face-1)
1216         (custom-group-tag-face):
1217         New backward-compatibility aliases for renamed faces.
1219         * wid-edit.el (widget-documentation, widget-button)
1220         (widget-field, widget-single-line-field, widget-inactive)
1221         (widget-button-pressed): "-face" suffix removed from face names.
1222         (widget-documentation-face, widget-button-face)
1223         (widget-field-face, widget-single-line-field-face)
1224         (widget-inactive-face, widget-button-pressed-face):
1225         New backward-compatibility aliases for renamed faces.
1226         (widget-documentation-face, widget-button-face)
1227         (widget-button-pressed-face, widget-specify-field)
1228         (widget-specify-inactive): Use renamed widget faces.
1230 2005-06-10  Kenichi Handa  <handa@m17n.org>
1232         * term/x-win.el (x-clipboard-yank): Remove condition-case
1233         wrapping.
1235 2005-06-11  Kenichi Handa  <handa@m17n.org>
1237         * add-log.el (change-log-font-lock-keywords): Make the regexp for
1238         date lines stricter.
1240 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
1242         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
1243         of x-get-selection.
1245 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
1247         * comint.el (comint-mode, comint-snapshot-last-prompt):
1248         * frame.el (frame-current-scroll-bars):
1249         * term.el (term-mode, term-check-proc, term-input-sender)
1250         (term-simple-send, term-extract-string, term-word)
1251         (term-match-partial-filename):
1252         * window.el (window-current-scroll-bars):
1253         * emulation/cua-base.el (cua-normal-cursor-color)
1254         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
1255         (cua-global-mark-cursor-color):
1256         * mail/undigest.el (rmail-forward-separator-regex):
1257         Fix typos in docstrings.
1259         * comint.el (comint-check-proc, make-comint-in-buffer)
1260         (comint-source-default): Doc fixes.
1262         * term.el (term-send-string): Improve argument/docstring
1263         consistency.
1265 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
1267         * comint.el (comint-send-input): Bind `inhibit-read-only' around
1268         call to `delete-region'.
1269         (comint-mode-hook): Do not enable Font Lock by default.
1271 2005-06-09  Lute Kamstra  <lute@gnu.org>
1273         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
1274         could be void.
1276 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1278         * emacs-lisp/debug.el (debugger-will-be-back): New var.
1279         (debug): Use it.
1280         (debugger-step-through, debugger-continue, debugger-jump)
1281         (debugger-return-value): Set it when needed.
1282         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
1283         Use inhibit-read-only.
1285 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
1287         * window.el (shrink-window-if-larger-than-buffer)
1288         (window-size-fixed): Fix typo in docstring.
1290         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
1291         thumbnails directory on loading.
1292         (thumbs-conversion-program): Use `eq' to check the system type,
1293         not `equal'.
1294         (thumbs-temp-dir): Initialize to `temporary-file-directory',
1295         not "/tmp".  Fix docstring.
1296         (thumbs-thumbsdir): New function to return the thumbnails
1297         directory, creating it if needed.
1298         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
1299         (thumbs-temp-file): Delete variable and make it into a function.
1300         (thumbs-resize-image, thumbs-modify-image): Use it.
1301         (thumbs-kill-buffer): Simplify.
1302         (thumbs-gensym): Defalias or duplicate CL `gensym'.
1303         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
1304         docstrings.
1306 2005-06-09  Kim F. Storm  <storm@cua.dk>
1308         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
1309         set-match-data to free markers in match-data.
1311         * replace.el (replace-match-data): Pass RESEAT arg `t' to
1312         match-data to unchain markers in match-data.
1314 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1316         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
1317         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
1318         unnecessary now.
1320 2005-06-08  Richard M. Stallman  <rms@gnu.org>
1322         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
1323         give the variable a doc string that doesn't say don't set it directly.
1325         * textmodes/ispell.el (ispell-check-version):
1326         Use match-string-no-properties.
1327         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
1328         (ispell-buffer-local-words): Likewise.
1330         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
1331         except on terminals with enough colors to really display it.
1332         (makefile-dependency-regex): Delete spurious `bb'.
1334         * faces.el (escape-glyph): Use blue once again in last case.
1335         (no-break-space): Redefine so that it isn't invisible on a tty.
1337 2005-06-08  Kim F. Storm  <storm@cua.dk>
1339         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
1340         also when reading directory name.
1342 2005-06-08  Lute Kamstra  <lute@gnu.org>
1344         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
1345         (flyspell-mode-line-string): Remove autoload cookie.
1346         (flyspell-mode): Remove defvar.
1348 2005-06-07  Lute Kamstra  <lute@gnu.org>
1350         * textmodes/org.el (org-run-mode-hooks): New function.
1351         (org-agenda-mode): Use it.
1353 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
1355         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
1357 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1359         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
1361 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
1363         * font-lock.el (font-lock-add-keywords): Doc fix.
1365 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1367         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
1368         (tex-compile-default): In the absence of any history, use the order in
1369         tex-compile-alist to choose the preferred command.
1370         (tex-compile-commands): Reorder a bit.
1372         * textmodes/flyspell.el (flyspell-auto-correct-binding)
1373         (flyspell-incorrect-face, flyspell-duplicate-face):
1374         Use (X)Emacs-agnostic code.
1375         (flyspell-mode-map): Don't overwrite at each load.  Remove code
1376         redundant with the subsequent add-minor-mode.  Merge Emacs and
1377         XEmacs code.
1378         (flyspell-word): Minor simplification.
1379         (flyspell-math-tex-command-p): Quieten the byte-compiler.
1380         (flyspell-external-point-words): Remove unused vars `size' and `start'.
1381         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
1382         Merge the corresponding Emacs code.
1383         (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
1385         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
1386         a dedicated window.
1388         * international/latexenc.el (latexenc-find-file-coding-system):
1389         Undo part of last patch, to turn off a compiler warning.
1391 2005-06-06  Juri Linkov  <juri@jurta.org>
1393         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
1394         Rename `tmm-inactive-face' to `tmm-inactive'.
1396 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
1398         * iswitchb.el: Rename faces.
1400 2005-06-06  Kim F. Storm  <storm@cua.dk>
1402         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
1403         (cua-global-mark): Remove -face suffix from face names.
1405         * emulation/cua-gmrk.el (cua--init-global-mark):
1406         Remove cua-global-mark face setup.
1408 2005-06-06  Richard M. Stallman  <rms@gnu.org>
1410         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
1411         just like other allowed characters.
1412         (makefile-match-dependency): Exclude leading and training whitespace
1413         from the range of regexp subexp 1.
1414         (makefile-macroassign-regex): Don't try to match the body,
1415         just the name of the macro being defined.
1417         * info.el (Info-read-node-name-2): New function.
1418         (Info-read-node-name-1): Use that.
1419         Add a completion-base-size-function property.
1421         * simple.el (completion-setup-function): Look for
1422         completion-base-size-function property of
1423         minibuffer-completion-table.
1425         * files.el (locate-file-completion): Doc fix.
1427         * printing.el: Don't call pr-update-menus; user must do that.
1429         * emacs-lisp/debug.el (debugger-window): New variable.
1430         (debug): Use debugger-window if it is set and still alive.
1431         Record debugger-window for next entry.
1433         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
1435 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
1437         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
1438         (hack-one-local-variable, hack-local-variables)
1439         (hack-local-variables-prop-line): Pass that arg.
1441 2005-06-06  Kim F. Storm  <storm@cua.dk>
1443         * ido.el (ido-first-match, ido-only-match, ido-subdir)
1444         (ido-indicator): Remove -face suffix from face names.
1446 2005-06-06  Juri Linkov  <juri@jurta.org>
1448         * font-lock.el (font-lock-regexp-backslash)
1449         (font-lock-regexp-backslash-construct): New faces.
1450         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
1451         after `('.  Add `while-no-input' to control structures.
1453         * faces.el (no-break-space, shadow): New faces.
1454         (escape-glyph): Use less loud colors pink2 and red4.
1456         * diff-mode.el (diff-context-face)
1457         * dired.el (dired-ignored)
1458         * rfn-eshadow.el (file-name-shadow)
1459         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
1461         * info.el (Info-title-1-face): Use green instead of yellow because
1462         bold yellow is not readable on light backgrounds.
1464         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
1465         before selecting the desired mode to not spend time fontifying
1466         old contents.
1468 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
1470         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
1471         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
1473         * ps-print.el (ps-default-fg, ps-default-bg):
1474         Fix typos in docstrings.
1476         * isearchb.el (isearchb): Don't pass a spurious second argument to
1477         `iswitchb-completions'.
1479 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
1481         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
1482         to preserve point.
1483         (gdb-find-file-hook): Add doc string.
1485         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
1486         C dereferenced pointer expression.
1487         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
1489         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
1491         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
1492         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
1493         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
1494         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
1495         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
1496         Make background transparent.
1498 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
1500         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
1501         (font-lock-remove-keywords): Doc fix.
1502         (font-lock-mode-major-mode): Compiler defvar.
1503         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
1505         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
1506         (font-lock-mode): Update `font-lock-mode-major-mode'.
1507         (font-lock-set-defaults): Compiler defvar.
1508         (font-lock-default-function): Take `font-lock-mode-major-mode'
1509         into account.
1511         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
1512         keep track of which major mode it enabled the minor mode for.
1513         Use find-file-hook again.  Update docstring.
1515         * simple.el (eval-expression-print-level)
1516         (eval-expression-print-length, eval-expression-debug-on-error):
1517         Doc fixes.
1519 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
1521         * iswitchb.el (iswitchb-single-match-face)
1522         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
1523         (iswitchb-invalid-regexp-face): New faces.
1524         (iswitchb-completions): Use them.
1525         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
1526         now marked as an obsolete alias.
1527         (iswitchb-read-buffer): Remove check for bound font variables.
1528         (iswitchb-invalid-regexp): New free variable.
1529         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
1530         set iswitchb-invalid-regexp.
1531         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
1532         invalid regexps.
1533         (iswitchb-completions): Add check for complete match when entering
1534         a regexp.
1535         (iswitchb-completions): Remove require-match argument.
1536         (iswitchb-exhibit): Fix caller.
1537         (iswitchb-common-match-inserted): New variable.
1538         (iswitchb-complete, iswitchb-completion-help): Use it.
1540 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
1542         * url-http.el (url-http-chunked-encoding-after-change-function):
1543         Use `url-http-debug' instead of `message'.
1545 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
1547         * url-http.el (url-http-parse-headers): Pass redirected URL as a
1548         callback argument.
1550 2005-06-04  Kim F. Storm  <storm@cua.dk>
1552         * simple.el (line-move): Only call sit-for when moving backwards.
1554         * ido.el (ido-make-merged-file-list-1): New defun split from
1555         ido-make-merged-file-list.
1556         (ido-make-merged-file-list): Bind throw-on-input around call to
1557         ido-make-merged-file-list-1.  Return input-pending-p if
1558         interrupted by more input available.
1559         (ido-read-internal): Handle input-pending-p return value from
1560         ido-make-merged-file-list.
1562 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1564         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
1565         compatibility code.
1567         * international/latexenc.el (latexenc-find-file-coding-system):
1568         Don't inherit the EOL part of the coding-system from the
1569         tex-main buffer.  Fit within 80 columns.
1571 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
1573         * tmm.el (tmm-inactive-face): New face.
1574         (tmm-remove-inactive-mouse-face): New function.
1575         (tmm-prompt, tmm-add-one-shortcut)
1576         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
1577         but not selectable.
1579 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
1581         * faces.el (face-equal): Improve argument/docstring consistency.
1583 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
1585         * progmodes/make-mode.el (makefile-targets-face)
1586         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
1587         (makefile-bsdmake-dependency-regex)
1588         (makefile-makepp-rule-action-regex)
1589         (makefile-bsdmake-rule-action-regex): New constants.
1590         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
1592         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1593         Allow (...) within `...' for makepp messages.
1595 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
1597         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
1599         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
1600         "." files are deleted from all file lists before comparison.
1602         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1603         (viper-ESC-key): Made them customizable.
1605         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
1607 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
1609         * autorevert.el (auto-revert-buffers): Use save-match-data.
1611 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1613         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
1614         menu items with a nil command binding.
1616 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
1618         * emacs-lisp/cl-macs.el (defsetf):
1619         Improve argument/docstring consistency.
1621         * faces.el (list-faces-display): Improve the formatting by
1622         computing the maximum length required for any face-name (reworked
1623         patch of 1999-01-11, accidentally deleted on 1999-07-21).
1624         (internal-find-face): Remove redundant info in docstring.
1626 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
1628         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
1629         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
1630         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
1631         (gdb-assembler-custom): Improve regexps.
1632         (def-gdb-auto-update-handler): Use window point to preserve point.
1634 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1636         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
1638 2005-05-31  Jay Belanger  <belanger@truman.edu>
1640         * calc/calc-embed.el (calc-embedded-word): Change argument passed
1641         to calc-embedded.
1642         (calc-embedded-make-info): Have plain prefix argument select
1643         entire line.
1645 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
1647         * faces.el (list-faces-display): Signal error if passed a regexp
1648         that matches no face name.
1650         * simple.el (filter-buffer-substring): Fix typo in docstring.
1652 2005-05-31  Richard M. Stallman  <rms@gnu.org>
1654         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
1655         (vhdl-emacs-21): Doc fix.
1656         (vhdl-mode): Unconditionally set comment-padding.
1657         (vhdl-fixup-whitespace-region): Insert spaces only where
1658         there are none.
1659         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
1661 2005-05-30  John Wiegley  <johnw@newartisans.com>
1663         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1664         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
1665         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
1666         `directory-sep-char' to ?/, and all uses of `string-to-int' to
1667         `string-to-number'.
1669 2005-05-30  Jay Belanger  <belanger@truman.edu>
1671         * calc/calc.el (calc-bug-address): Fix docstring.
1672         (calc-window-hook, calc-trail-window-hook): New variables.
1673         (calc-trail-display): Restore use of calc-trail-window-hook.
1674         (calc): Restore use of calc-window-hook.
1676 2005-05-31  Masatake YAMATO  <jet@gyve.org>
1678         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
1680         * help-fns.el (help-C-file-name): Add autoload mark for
1681         `find-function-noselect'.
1683 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1685         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
1686         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
1688 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
1690         * calendar/diary-lib.el (mark-included-diary-files): Only kill
1691         included diary buffer if it was not already being visited.
1692         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
1694         * calendar/icalendar.el (top-level): Do not require 'appt.
1696         * mail/supercite.el (sc-select-attribution): Only use a list
1697         element from sc-attrib-selection-list if it returns a string.
1698         Reported by Davide G. M. Salvetti <salve@debian.org>.
1700 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
1702         * thumbs.el (thumbs-thumbname): The resulting thubname now
1703         includes a hash value to improve its uniqueness, and has a ".jpg"
1704         extension.  Also, it is now a valid filename on all systems.
1705         (thumbs-make-thumb): Use `let', not `let*'.
1706         (thumbs-show-thumbs-list): Check for JPEG availability.
1708 2005-05-30  Richard M. Stallman  <rms@gnu.org>
1710         * filesets.el (filesets-menu-ensure-use-cached):
1711         Prevent warning when emacs-version>= is undefined.
1713         * printing.el (pr-interactive-n-up): Use string-to-number.
1715         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
1717         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1718         Warn only when name to be defined is quoted.
1720 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
1722         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
1723         Make regexp more robust.
1724         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1725         Force regeneration of disassembly.
1727 2005-05-29  Jay Belanger  <belanger@truman.edu>
1729         * calc/calc.el (calc-user-invocation): Check if
1730         calc-invocation-macro is non-nil.
1732 2005-05-29  Juri Linkov  <juri@jurta.org>
1734         * add-log.el (change-log-font-lock-keywords):
1735         Add `+' to e-mail regexp to accept mail address with keywords.
1737         * man.el (Man-name-regexp): Add `:' to accept qualified names.
1739 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
1741         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
1743         * ielm.el (inferior-emacs-lisp-mode): Ditto.
1745 2005-05-29  Richard M. Stallman  <rms@gnu.org>
1747         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1748         Undo the change that moves to end of the current word.
1750 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
1752         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1753         Throw error when count <= 0 to ensure input is a number.
1754         (gdb-read-memory-custom): Pick up address from buffer.
1755         (gdb-memory-mode): Allow user to increment and decrement
1756         memory address from header line.
1758 2005-05-29  Richard M. Stallman  <rms@gnu.org>
1760         * flyspell.el (flyspell-version): Function deleted.
1761         (flyspell-auto-correct-previous-hook): Doc fix.
1763         * jit-lock.el (jit-lock-function, jit-lock-after-change):
1764         Do nothing if memory is full.
1766         * font-lock.el (font-lock-fontify-syntactically-region):
1767         Pass t for GREEDY to looking-back.
1769         * saveplace.el (save-place-alist-to-file): Write the file
1770         using write-region.
1772         * subr.el (looking-back): New argument GREEDY.
1774         * progmodes/compile.el (compilation-start): Set the mode
1775         before inserting the initial text.
1777         * progmodes/which-func.el (which-func-update-1): Turn the mode
1778         off in case of error by setting which-func-mode.
1780 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
1782         * flyspell.el (flyspell-auto-correct-previous-word):
1783         Narrow down to what's on the screen, and recenter overlays
1784         at the end of the next word.
1786 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
1788         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1789         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1790         (flyspell-abbrev-p): Default to nil.
1791         (flyspell-use-global-abbrev-table-p): Doc fix.
1792         (flyspell-large-region): Allow nil as value.
1793         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1795         (mail-mode-flyspell-verify): More robust handling
1796         of `mail-header-separator'.  More efficient signature detection.
1797         Allow for regexp metacharacters in message-header-separator.
1798         Adding `To' not to be checked in mail-mode-flyspell-verify.
1800         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1801         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1802         Bind flyspell-auto-correct-binding.
1803         Bind C-. and C-, .
1804         (flyspell-mode-map): Likewise.
1805         (flyspell-mode): Doc fix.
1806         (flyspell-accept-buffer-local-defs): Preserve current buffer.
1807         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1808         (flyspell-word-cache-result): New var, always local.
1809         (flyspell-check-pre-word-p): Doc fix.
1810         (flyspell-check-changed-word-p): Handle spc like newline.
1811         (flyspell-post-command-hook): Set flyspell-word-cache-result.
1812         (flyspell-word-search-backward, flyspell-word-search-forward):
1813         New functions.
1814         (flyspell-word): Return t if nothing to check.
1815         When parsing TeX code, check for after } or \.
1816         Use flyspell-word-search-backward to find previous word.
1817         Return nil if duplicated word.
1818         For word already checked, return same value as last time.
1819         Set flyspell-word-cache-result after checking.
1820         Don't clobber the return value.
1821         (flyspell-get-word): Major rewrite.
1822         (flyspell-external-point-words): New locals pword, pcount.
1823         Fix size used in progress message.
1824         Find the proper corresponding word in flyspell-large-region-buffer.
1825         (flyspell-region): Check for flyspell-large-region = nil.
1826         (flyspell-highlight-incorrect-region): Clean up overlays in region.
1827         (flyspell-auto-correct-word): Check that WORD is a cons.
1828         (flyspell-correct-word): Likewise.
1830 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
1832         * progmodes/make-mode.el (makefile-rule-action-regex)
1833         (makefile-macroassign-regex, makefile-makepp-mode)
1834         (makefile-bsdmake-mode): Continuation lines may be empty.
1835         Reported by Joshua Varner.
1836         (makefile-makepp-font-lock-keywords): Add $(stem).
1838 2005-05-28  Karl Berry  <karl@gnu.org>
1840         * textmodes/tex-mode.el: Now that tex-send-command calls
1841         shell-quote-argument (2005-03-31 change), remove all calls to
1842         shell-quote-argument; they all end up invoking tex-send-command.
1843         The double quoting loses on filenames with non-safe characters,
1844         such as "@".  Reported by Frederik Fouvry.
1846 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
1848         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1849         about preserving point.
1851 2005-05-27  Jay Belanger  <belanger@truman.edu>
1853         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1854         Info-goto-node.
1856         * calc/calc-embed.el (calc-embed-arg): New variable.
1857         (calc-do-embedded-activate, calc-embedded-activate-formula)
1858         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1859         variable by new variable.
1860         (calc-embedded-make-info): Replace undeclared variable by new
1861         variable.  When selecting region with positive prefix
1862         argument, use end of previous line instead of beginning of line.
1864         * calc/calc-aent.el (calc-arg-values): Declare it.
1866         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1867         Declare them.
1869         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1871         * calc/calc.el (calc-alg-map): Declare it.
1873         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1875 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
1877         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1878         (gdb-registers-buffer, toggle-gdb-all-registers):
1879         Toggle display of floating point registers.
1880         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1882         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
1883         (toggle-gud-tooltip-dereference):
1884         Rename from gud-toggle-tooltip-dereference.
1886 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1888         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1890 2005-05-27  Jay Belanger  <belanger@truman.edu>
1892         * calc/calc-prog.el (calc-kbd-report): Remove.
1893         (calc-kbd-query): Rewrite.
1895 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
1897         * image.el (image-library-alist): Move to image.c.
1898         (image-type-available-p): Doc fix.
1900 2005-05-27  Lute Kamstra  <lute@gnu.org>
1902         * calc/calc.el (calc):
1903         * outline.el (outline-1, outline-2, outline-3, outline-4)
1904         (outline-5, outline-6, outline-7, outline-8):
1905         * textmodes/dns-mode.el (dns-mode):
1906         * textmodes/sgml-mode.el (sgml-namespace-face):
1907         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1908         (tex-verbatim-face, tex-use-reftex):
1909         * textmodes/texinfo.el (texinfo-heading-face):
1910         Specify customization group.
1912         * longlines.el: Don't require easy-mmode.
1913         (longlines-visible-face): Specify customization group.
1915 2005-05-27  Kenichi Handa  <handa@m17n.org>
1917         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1918         encoding table of windows-1251.
1920         * international/ucs-tables.el (ucs-set-table-for-input):
1921         If translation-table-for-input of a coding system is a symbol, get
1922         its translation-table property.
1924         * international/code-pages.el: Don't register a coding system into
1925         non-iso-charset-alist more than once.
1926         (cp-make-coding-system): Likewise.
1928 2005-05-26  John Wiegley  <johnw@newartisans.com>
1930         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1931         `eshell-resume-eval' is wrapped in a list, it indicates that the
1932         command was run asynchronously.  In that case, unwrap the value
1933         before checking the delimiter value.
1935         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1936         character before a space at the end of a line is \, assume the space
1937         is part of the last argument rather than a final argument separator.
1939         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1940         is in use, and the target is `t' or `nil' (which are the most common
1941         values), don't assume that the symbol target is a buffer.
1943 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
1945         * calendar/calendar.el (calendar-mode-line-format):
1946         Use mode-line-highlight as mouse-face.
1948         * time.el (display-time-string-forms, display-time-update):
1949         Use mode-line-highlight as mouse-face.
1951 2005-05-26  Jay Belanger  <belanger@truman.edu>
1953         * calc/calc.el (calc-language-alist): Remove extra defvar.
1955 2005-05-26  Lute Kamstra  <lute@gnu.org>
1957         * arc-mode.el (archive-mode):
1958         * bookmark.el (bookmark-read-annotation-mode)
1959         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1960         * bs.el (bs-mode):
1961         * calc/calc-yank.el (calc-edit-mode):
1962         * calc/calc.el (calc-mode, calc-trail-mode):
1963         * calculator.el (calculator-mode):
1964         * chistory.el (command-history-mode):
1965         * comint.el:
1966         * cus-edit.el (custom-mode):
1967         * descr-text.el (describe-text-mode):
1968         * ebuff-menu.el (Electric-buffer-menu-mode):
1969         * ediff-util.el (ediff-mode):
1970         * emacs-lisp/re-builder.el (reb-mode):
1971         * emulation/vi.el (vi-mode-setup):
1972         * emulation/ws-mode.el (wordstar-mode):
1973         * eshell/esh-mode.el (eshell-mode):
1974         * forms.el (forms-mode):
1975         * help-mode.el (help-mode):
1976         * hexl.el (hexl-mode):
1977         * ibuffer.el (ibuffer-mode):
1978         * ielm.el (inferior-emacs-lisp-mode):
1979         * info.el (Info-mode, Info-edit-mode):
1980         * international/swedish.el:
1981         * ledit.el (ledit-from-lisp-mode):
1982         * locate.el (locate-mode):
1983         * mail/rmail.el (rmail-mode):
1984         * mail/rmailedit.el (rmail-edit-mode):
1985         * mail/rmailsum.el (rmail-summary-mode):
1986         * mail/supercite.el (sc-electric-mode):
1987         * net/eudc.el (eudc-mode):
1988         * net/quickurl.el (quickurl-list-mode):
1989         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1990         * obsolete/ooutline.el (outline-mode):
1991         * obsolete/options.el (Edit-options-mode):
1992         * obsolete/rnews.el (news-mode):
1993         * obsolete/rnewspost.el (news-reply-mode):
1994         * play/5x5.el (5x5-mode):
1995         * play/decipher.el (decipher-mode, decipher-stats-mode):
1996         * play/gomoku.el (gomoku-mode):
1997         * play/snake.el (snake-mode):
1998         * play/solitaire.el (solitaire-mode):
1999         * play/tetris.el (tetris-mode):
2000         * progmodes/ada-mode.el (ada-mode):
2001         * progmodes/antlr-mode.el (antlr-mode):
2002         * progmodes/autoconf.el (autoconf-mode):
2003         * progmodes/dcl-mode.el (dcl-mode):
2004         * progmodes/delphi.el (delphi-mode):
2005         * progmodes/ebrowse.el (ebrowse-tree-mode)
2006         (ebrowse-electric-list-mode, ebrowse-member-mode)
2007         (ebrowse-electric-position-mode):
2008         * progmodes/f90.el (f90-mode):
2009         * progmodes/fortran.el (fortran-mode):
2010         * progmodes/icon.el (icon-mode):
2011         * progmodes/idlw-help.el (idlwave-help-mode):
2012         * progmodes/idlw-shell.el (idlwave-shell-mode):
2013         * progmodes/idlwave.el (idlwave-mode):
2014         * progmodes/inf-lisp.el (inferior-lisp-mode):
2015         * progmodes/m4-mode.el (m4-mode):
2016         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
2017         * progmodes/modula2.el (modula-2-mode):
2018         * progmodes/octave-inf.el (inferior-octave-mode):
2019         * progmodes/octave-mod.el (octave-mode):
2020         * progmodes/pascal.el (pascal-mode):
2021         * progmodes/sh-script.el (sh-mode):
2022         * progmodes/sql.el (sql-mode, sql-interactive-mode):
2023         * progmodes/vhdl-mode.el (vhdl-mode):
2024         * progmodes/xscheme.el (scheme-interaction-mode):
2025         * replace.el (occur-mode):
2026         * ses.el (ses-mode):
2027         * simple.el (completion-list-mode):
2028         * skeleton.el:
2029         * speedbar.el (speedbar-mode):
2030         * term.el (term-mode):
2031         * terminal.el (terminal-edit-mode):
2032         * textmodes/reftex-index.el (reftex-index-mode)
2033         (reftex-index-phrases-mode):
2034         * textmodes/reftex-sel.el (reftex-select-label-mode)
2035         (reftex-select-bib-mode):
2036         * textmodes/reftex-toc.el (reftex-toc-mode):
2037         * wdired.el (wdired-change-to-wdired-mode):
2038         * wid-browse.el (widget-browse-mode):
2039         Use run-mode-hooks.
2041         * array.el (array-mode):
2042         * calendar/todo-mode.el (todo-mode):
2043         * man.el (Man-mode):
2044         * play/landmark.el (lm-mode):
2045         * play/mpuz.el (mpuz-mode):
2046         Use kill-all-local-variables and run-mode-hooks.
2048         * subr.el (delay-mode-hooks): Specify indentation.
2050 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
2052         * xml.el (xml-substitute-special): Don't die for undefined xml entities.
2054 2005-05-26  Jay Belanger  <belanger@truman.edu>
2056         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
2057         of nil.
2059 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
2061         * progmodes/gdb-ui.el (gdb-frame-address):
2062         Rename from gdb-current-address.
2063         (gdb-previous-frame-address): Rename from gdb-previous-address.
2064         (gdb-selected-frame): Rename from gdb-current-frame.
2065         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
2066         (gdb-frame-number): Rename from gdb-current-stack-level.
2067         (gdb-ann3): Match new mode-name for disassembly buffer.
2068         Extend initialisation of variables.
2069         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
2070         (gdb-memory-mode): Use mouse-face in header line.
2071         (gdb-assembler-buffer-name): Call it disassembly and give frame
2072         in mode line.
2073         (gdb-source-spec-regexp, gdb-assembler-custom)
2074         (gdb-invalidate-assembler, gdb-frame-handler):
2075         Make robust to leading zeroes in address format.
2077 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
2079         * textmodes/org.el (org-mode): Use `define-derived-mode' to
2080         define `org-mode'.
2081         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
2083 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2085         * log-edit.el (log-edit-changelog-entries): Distinguish between
2086         filenames like xfns.c and fns.c.
2088 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
2090         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
2091         point after reverting.
2092         (Buffer-menu-make-sort-button): Handle the case where
2093         `Buffer-menu-use-header-line' is nil.
2095 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
2097         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
2098         New funcs.  In minibuffer-local-completion-map bind `]', `/'
2099         and `:' to them.
2101 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2103         * startup.el (normal-top-level): Allow modification of load-path while
2104         we're iterating over it.
2106 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
2108         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
2109         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
2110         (thumbs-resize-interactive, thumbs-insert-image)
2111         (thumbs-insert-thumb, thumbs-dired-show-marked)
2112         (thumbs-find-image-at-point, thumbs-delete-images)
2113         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
2114         (thumbs-increment-image-size, thumbs-decrement-image-size):
2115         Fix typos in docstrings.
2117 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
2119         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
2120         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
2121         (cperl-mode): Use them.
2123 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
2125         * window.el (quit-window, shrink-window-if-larger-than-buffer):
2126         Doc fixes.
2128 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
2130         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
2131         Bind C-d to gdb-inferior-io-eof.
2133         * dired.el (dired-dnd-popup-notice): Use message-box.
2135 2005-05-23  Masatake YAMATO  <jet@gyve.org>
2137         * bindings.el (mode-line-major-mode-keymap):
2138         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
2140         * faces.el (mode-line-highlight): New face.
2142         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
2143         as mouse-face.
2145         * bindings.el (top-level, help-echo, mode-line-modified)
2146         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
2147         as mouse-face.
2149 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
2151         * progmodes/cc-engine.el (c-guess-basic-syntax):
2152         Remove spurious call to `zerop'.
2154         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
2156 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
2158         CC Mode update to 5.30.10:
2160         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
2161         could go past the limit in decoration level 2, thereby causing
2162         errors during interactive fontification.
2164         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
2165         the file is evaluated interactively.
2167         * cc-engine.el (c-guess-basic-syntax): Handle operator
2168         declarations somewhat better in C++.
2170         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
2171         make use of `run-mode-hooks' which has been added in Emacs 21.1.
2172         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2173         (awk-mode): Use it.
2174         (make-local-hook): Suppress warning about obsoleteness.
2176         * cc-engine.el, cc-align.el, cc-cmds.el
2177         (c-append-backslashes-forward, c-delete-backslashes-forward)
2178         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
2179         Compensate for return value from `forward-line' when it has moved
2180         but not to a different line due to eob.
2182         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
2183         `objc-method-intro' and `objc-method-args-cont'.
2185 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
2187         CC Mode update to 5.30.10:
2189         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
2190         in the copyright statement.  Incidentally, change "along with GNU
2191         Emacs" to "along with this program" where it occurs.
2193         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
2194         so that it is interactive, hence can be found by M-x awk-mode
2195         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
2196         <gmorris+emacs@ast.cam.ac.uk>.
2198         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
2199         Mode's regexps.
2201 2005-05-23  Kevin Ryde  <user42@zip.com.au>
2203         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
2204         c-parse-state, to avoid a lisp error (on bad code).
2206 2005-05-23  Lute Kamstra  <lute@gnu.org>
2208         * subr.el (font-lock-defaults): Remove defvar as it's already
2209         defined in font-core.el.
2211         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
2213 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
2215         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
2216         more general and work when GDB variable "print pretty" is on,
2217         as with Emacs, for example.
2219 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
2221         * font-core.el: Update comment.
2223         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
2224         Use `after-change-major-mode-hook' instead of `find-file-hook'.
2226         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
2228 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
2230         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
2231         and `yank-handler' in the doc strings.
2233 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2235         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
2237 2005-05-22  Richard M. Stallman  <rms@gnu.org>
2239         * help.el (describe-key): Move print-help-return-message call
2240         out of conditional.
2242         * progmodes/etags.el (list-tags): Use with-no-warnings.
2244         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
2245         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
2246         (starttls-extra-args, starttls-extra-arguments): Add defvars.
2248         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
2250         * language/viet-util.el (viet-viscii-nonascii-translation-table):
2251         Add defvar.
2253         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
2254         Use defvar, not defconst.
2256         * hexl.el (hexl-follow-line): Use with-no-warnings.
2258         * emulation/tpu-extras.el: Use write-file-functions instead of
2259         write-file-hooks.
2261         * dired.el (dired-font-lock-keywords): Fontify files with junk
2262         extensions even if marked by -F.
2264 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
2266         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
2267         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
2268         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
2269         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
2270         (concatenate, list-length, get*, getf, cl-remprop):
2271         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
2272         (etypecase, progv, lexical-let, lexical-let*)
2273         (multiple-value-bind, multiple-value-setq, shiftf):
2274         Improve argument/docstring consistency.
2276         * subr.el (focus-frame, unfocus-frame):
2277         Revert deletion on 2005-05-01.
2279 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
2281         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
2282         doesn't exist.
2284         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
2285         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
2287 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
2289         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
2290         already deleted variables: auto-fill-hook, blink-paren-hook,
2291         lisp-indent-hook, inhibit-local-variables, unread-command-event,
2292         suspend-hooks, comment-indent-hook, meta-flag,
2293         before-change-function, after-change-function,
2294         font-lock-doc-string-face.
2296 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
2298         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
2300 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
2302         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
2303         rmail-dont-reply-to.
2305 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
2307         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
2308         literal blank when splitting new-header-values.
2310 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
2312         * calendar/cal-menu.el (cal-menu-update): Add separator as a
2313         string so that tmm doesn't create a completion entry for it.
2315         * textmodes/table.el (table-disable-menu): Ditto.
2317 2005-05-21  Richard M. Stallman  <rms@gnu.org>
2319         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
2321         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
2323         * net/rcompile.el (remote-compile): Use compilation-start.
2325         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
2327 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
2329         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
2330         Default to makefile-bsdmake-mode on BSD systems.
2332         * imenu.el (imenu-generic-expression, imenu--generic-function'):
2333         REGEXP may also be a search function now.  The part of doc-string
2334         for describing the structure was 95% identical to that of
2335         `imenu--generic-function'.  Unify it there.
2337         * progmodes/make-mode.el (makefile-imenu-generic-expression):
2338         Use function to find dependencies, because regexp alone is so complex,
2339         it easily goes into an endless loop.
2340         (makefile-makepp-mode): Also add submenu for Perl functions
2341         defined in the makefile.
2342         (makefile-bsdmake-mode): Special imenu-generic-expression no
2343         longer needed, due to function call.
2344         (makefile-match-dependency): Take BOUND into account when checking
2345         if we're through.
2347 2005-05-20  Jay Belanger  <belanger@truman.edu>
2349         * calc/calc-units.el (calc-invalidate-units-table):
2350         Use inhibit-read-only.
2351         (math-build-units-table-buffer): Use view-mode.
2353 2005-05-20  David Kastrup  <dak@gnu.org>
2355         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
2356         easy-menu-add is not a nop on Emacs; and clarify when to call it.
2358 2005-05-20  Lute Kamstra  <lute@gnu.org>
2360         * diff-mode.el (diff-header-face, diff-file-header-face)
2361         (diff-index-face, diff-hunk-header-face, diff-removed-face)
2362         (diff-added-face, diff-changed-face, diff-function-face)
2363         (diff-context-face, diff-nonexistent-face): Put them in the
2364         diff-mode customization group.
2366 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2368         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
2370         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
2372         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
2373         Minor regexp-optimization.
2375 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
2377         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
2378         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
2379         (org-agenda-add-time-grid-maybe): New function.
2380         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
2381         (org-table-create): `dotimes' instead of `mapcar'.
2382         (org-xor): Simplify implementation.
2383         (org-agenda): `inhibit-redisplay' turned on.
2384         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
2385         a consistent line after a state change.
2386         (org-agenda-remove-times-when-in-prefix): New option.
2387         (org-prefix-has-time): New variable.
2388         (org-parse-time-string): Optional argument NODEFAULT.
2389         (org-format-agenda-item): Parse items for time-of-day
2390         specifications and move these into the prefix if possible.
2391         (org-agenda-priority): Get current heading, not previous heading
2392         during agenda remote editing.
2394 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
2396         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
2397         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
2398         (remove-duplicates, delete-duplicates, substitute)
2399         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
2400         (nsubstitute-if-not, find, find-if, find-if-not, position)
2401         (position-if, position-if-not, count, count-if, count-if-not)
2402         (mismatch, search, sort*, stable-sort, merge, member*)
2403         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
2404         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
2405         (intersection, nintersection, set-difference, nset-difference)
2406         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
2407         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
2408         (nsublis, tree-equal): Improve argument/docstring consistency.
2410         * subr.el (send-string, send-region):
2411         Remove obsolescence declaration.
2412         (window-dot, set-window-dot, read-input, show-buffer)
2413         (eval-current-buffer, string-to-int):
2414         Add release number to obsolescence declarations.
2416 2005-05-19  Kim F. Storm  <storm@cua.dk>
2418         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
2419         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
2421 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
2423         * faces.el (list-faces-display): Make back button respect optional
2424         regexp arg.
2426 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
2428         * calculator.el (calculator-radix-grouping-mode)
2429         (calculator-radix-grouping-digits, calculator-displayer)
2430         (calculator-radix-grouping-separator, calculator-copy-displayer):
2431         * dabbrev.el (dabbrev-search-these-buffers-only):
2432         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
2433         (diff-advance-after-apply-hunk, diff-mode-hook)
2434         (diff-minor-mode-prefix):
2435         * imenu.el (imenu-use-popup-menu):
2436         * jit-lock.el (jit-lock-context-time):
2437         * newcomment.el (comment-fill-column, comment-column)
2438         (comment-style, comment-padding, comment-multi-line)
2439         (comment-empty-lines, comment-auto-fill-only-comments):
2440         * reveal.el (reveal-around-mark):
2441         * uniquify.el (uniquify-buffer-name-style)
2442         (uniquify-after-kill-buffer-p)
2443         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
2444         (uniquify-min-dir-content, uniquify-separator)
2445         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
2446         * w32-vars.el (w32-fixed-font-alist):
2447         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2448         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
2449         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
2450         * progmodes/perl-mode.el (perl-indent-level)
2451         (perl-continued-statement-offset, perl-continued-brace-offset)
2452         (perl-brace-offset, perl-brace-imaginary-offset)
2453         (perl-label-offset, perl-indent-continued-arguments)
2454         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
2455         * progmodes/tcl.el (tcl-indent-level)
2456         (tcl-continued-indent-level, tcl-auto-newline)
2457         (tcl-tab-always-indent, tcl-electric-hash-style)
2458         (tcl-help-directory-list, tcl-use-smart-word-finder)
2459         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
2460         (inferior-tcl-source-command):
2461         * textmodes/fill.el (enable-kinsoku):
2462         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
2463         * textmodes/table.el (table-yank-handler):
2464         Specify missing group (and type, if simple) in defcustom.
2466 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
2468         * progmodes/compile.el (compilation-finish-function): Fix defvar.
2470 2005-05-19  Richard M. Stallman  <rms@gnu.org>
2472         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
2474         * subr.el (event-basic-type): Don't get an error.
2475         (left-fringe-p): Function deleted.
2477         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
2478         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
2480         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
2481         in recursive copy.
2483         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
2485         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
2487         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
2488         Call byte-compile-nogroup-warn if appropriate.
2490         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
2491         (compilation-set-window): Don't call left-fringe-p; do it directly.
2493 2005-05-19  Jay Belanger  <belanger@truman.edu>
2495         * calc/calc-graph.el (calc-graph-format-data): Make sure
2496         var-PlotRejects is bound before trying to check its value.
2498 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
2500         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
2501         definition of this variable from reftex-global.el to reftex.el,
2502         because it is needed in the menu.
2504 2005-05-19  Lute Kamstra  <lute@gnu.org>
2506         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
2507         years are fixed.  Don't insert a space after a dash.
2509 2005-05-19  Kim F. Storm  <storm@cua.dk>
2511         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
2513 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
2515         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
2516         strings, because (eq ... ?\\) is fairly frequent.
2518         * progmodes/make-mode.el (makefile-add-this-line-targets):
2519         Simplify and integrate into `makefile-pickup-targets'.
2520         (makefile-add-this-line-macro): Simplify and integrate into
2521         `makefile-pickup-macros.
2522         (makefile-pickup-filenames-as-targets): Simplify.
2523         (makefile-previous-dependency, makefile-match-dependency):
2524         Don't stumble over `::'.
2526 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
2528         * subr.el (post-command-idle-hook, post-command-idle-delay):
2529         Remove obsoletion of post-command-idle-hook and
2530         post-command-idle-delay.
2532         * faces.el (list-faces-display): Provide button when describe-face
2533         is called to take user back to the list of faces.
2535         * help-fns.el (describe-variable): Remove hyperlinks in a
2536         variable's value as these are quite frequently inappropriate.
2538         * follow.el (follow-submit-feedback, follow-mode):
2539         Remove references to post-command-idle-hook.
2541 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
2543         * progmodes/make-mode.el (makefile-previous-dependency)
2544         (makefile-match-dependency): Check for := (and in bsd mode also
2545         !=) to give a better result, even when font-lock is not on.
2547 2005-05-18  Jay Belanger  <belanger@truman.edu>
2549         * calc/calc-help.el (calc-s-prefix-help):
2550         Add `calc-copy-special-constant' to help string.
2552 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
2554         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2556 2005-05-18  Jay Belanger  <belanger@truman.edu>
2558         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
2559         in linear factors are in proper order.
2561 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
2563         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
2564         Support for jurabib.
2566         * textmodes/reftex.el (featurep): Define aliases for overlay
2567         commands, for XEmacs compatibility, and use these aliases in
2568         overlay initializations.
2569         (reftex-highlight): Use `reftex-move-overlay'.
2570         (reftex-unhighlight): Use `reftex-delete-overlay'.
2571         (reftex-uniq): Funktion removed.  Use `reftex-uniquify' instead.
2572         (reftex-access-search-path): Use `reftex-uniquify' instead of
2573         `reftex-uniq'
2575         * textmodes/reftex-sel.el (reftex-select-unmark):
2576         Overlay `before-string' property modification enables for Emacs as well.
2577         (reftex-select-item): Use `reftex-delete-overlay'.
2578         (reftex-select-mark): Use `reftex-make-overlay' and
2579         `reftex-overlay-put'.
2580         (reftex-select-unmark): Use `reftex-delete-overlay' and
2581         `reftex-overlay-put'.
2583 2005-05-18  Lute Kamstra  <lute@gnu.org>
2585         * emacs-lisp/lisp.el (check-parens): Fix docstring.
2587 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
2589         * add-log.el (add-change-log-entry):
2590         * array.el (array-make-template, array-reconfigure-rows)
2591         (array-init-max-row, array-init-max-column)
2592         (array-init-columns-per-line, array-init-field-width):
2593         * replace.el (replace-match-maybe-edit, perform-replace):
2594         * textmodes/spell.el (spell-region):
2595         Replace `read-input' by `read-string'.
2597         * forms.el (forms-mode):
2598         * finder.el (finder-compile-keywords):
2599         * shadowfile.el (shadow-read-files):
2600         Replace `eval-current-buffer' by `eval-buffer'.
2602         * terminal.el (te-pass-through):
2603         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
2604         (ange-ftp-raw-send-cmd):
2605         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
2606         (send-process-next-char, telnet-initial-filter, telnet):
2607         Replace `send-string' by `process-send-string'.
2609         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
2610         (prolog-consult-region): Replace `send-string' by
2611         `process-send-string'; replace `send-region' by `process-send-region'.
2613         * progmodes/delphi.el (delphi-log-msg):
2614         Replace `set-window-dot' by `set-window-point'.
2616         * subr.el (window-dot, set-window-dot, read-input, send-string)
2617         (send-region, show-buffer, eval-current-buffer):
2618         Make really obsolete, as the comment says.
2620 2005-05-17  Kim F. Storm  <storm@cua.dk>
2622         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
2623         (cua--init-keymaps): Bind C-return instead of S-return to set
2624         rectangle mark.
2626         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
2627         instead of S-return to toggle/clear rectangle mark.
2629 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
2631         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
2632         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
2633         Also fontify plain strings assigned to variables, mostly so that a
2634         colon has a face and is thus not taken as a dependency separator.
2635         (makefile-previous-dependency): Inline the new matcher, because it
2636         is too complex to work in both directions.
2637         (makefile-match-dependency): Eliminate `backward' arg (see above).
2638         Completely reimplemented so as to not sometimes go into an endless
2639         loop.  It should also be more efficient, because first it only
2640         searches for `:', instead of applying the very complex regexp.
2641         (makefile-mode): Cancel `font-lock-support-mode', because blocks
2642         to be fontified in one piece can be too long for JIT.
2643         Makefiles are never *that* big.
2645 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
2647         * dired.el (dired-mode): Simplify.
2649 2005-05-17  Lute Kamstra  <lute@gnu.org>
2651         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
2652         defcustom for the mode hook variable.
2654         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
2655         Emacs Lisp Reference Manual.
2657 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
2659         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
2660         (evenp, list*):
2661         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
2662         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
2664         * net/tramp-smb.el (tramp-smb-open-connection):
2665         Pass `tramp-chunksize' as fifth (required) argument.
2667 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
2669         * font-lock.el (lisp-font-lock-keywords-1):
2670         Set `font-lock-negation-char-face' for [^...] char group.
2671         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
2673         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
2674         a var, and refine it to mask one more level of nested vars.
2675         (makefile-rule-action-regex): Turn it into a var, and refine it so
2676         it recognizes backslashed continuation lines as belonging to the
2677         same command.
2678         (makefile-macroassign-regex): Refine it so it recognizes
2679         backslashed continuation lines as belonging to the same command.
2680         (makefile-var-use-regex): Don't look at the next char, because it
2681         might be the same one to be skipped by the initial [^$], leading
2682         to an overlooked variable use.
2683         (makefile-make-font-lock-keywords): Remove two parameters, which
2684         are now variables that some of the modes set locally.
2685         Handle dependency and rule action matching through functions, because
2686         regexps alone match too often.  Dependency matching now comes
2687         last, so it can check, whether a colon already matched something else.
2688         (makefile-mode): Inform that font-lock improves makefile parsing
2689         capabilities.
2690         (makefile-match-dependency, makefile-match-action): New functions.
2692 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
2694         * emacs-lisp/cl-extra.el (equalp): Doc fix.
2696         * align.el (align-regexp):
2697         * ansi-color.el (ansi-color-get-face):
2698         * array.el (array-reconfigure-rows, array-init-max-row)
2699         (array-init-max-column, array-init-columns-per-line)
2700         (array-init-field-width):
2701         * dired-aux.el (dired-trample-file-versions):
2702         * dired-x.el (dired-mark-sexp):
2703         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
2704         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
2705         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
2706         * faces.el (face-read-integer):
2707         * files.el (backup-extract-version, insert-directory):
2708         * hexl.el (hexl-insert-decimal-char):
2709         * server.el (server-process-filter):
2710         * shell.el (shell-extract-num):
2711         * startup.el (command-line-1):
2712         * term.el (term-command-hook):
2713         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
2714         (time-stamp-do-number):
2715         * time.el (display-time-update):
2716         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
2717         (timezone-fix-time):
2718         * vms-patch.el (vms-suspend-resume-hook):
2719         * calendar/appt.el (appt-convert-time):
2720         * calendar/cal-bahai.el (mark-bahai-diary-entries):
2721         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2722         * calendar/cal-islam.el (mark-islamic-diary-entries):
2723         * calendar/calendar.el (calendar-cursor-to-date)
2724         (calendar-star-date):
2725         * calendar/diary-lib.el (diary-attrtype-convert)
2726         (mark-diary-entries, diary-entry-time):
2727         * calendar/solar.el (solar-get-number):
2728         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
2729         * emacs-lisp/re-builder.el (reb-display-subexp):
2730         * emulation/edt.el (edt-set-scroll-margins):
2731         * emulation/tpu-extras.el (tpu-set-scroll-margins):
2732         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
2733         (vip-get-ex-count):
2734         * emulation/viper-ex.el (viper-get-ex-token)
2735         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
2736         * international/fontset.el (fontset-plain-name):
2737         * mail/feedmail.el (feedmail-look-at-queue-directory):
2738         * mail/mailalias.el (mail-get-names):
2739         * mail/rmail.el (rmail-convert-to-babyl-format):
2740         * mail/rmailsum.el (rmail-make-basic-summary-line)
2741         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
2742         (rmail-summary-goto-msg):
2743         * mail/smtpmail.el (smtpmail-read-response):
2744         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
2745         (ange-ftp-vms-add-file-entry):
2746         * play/gametree.el (gametree-looking-at-ply)
2747         (gametree-current-branch-score):
2748         * progmodes/ada-xref.el (ada-prj-find-prj-file)
2749         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2750         * progmodes/cperl-mode.el (condition-case):
2751         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2752         (ebrowse-set-member-buffer-column-width)
2753         (ebrowse-select-1st-to-9nth):
2754         * progmodes/etags.el (etags-snarf-tag):
2755         * progmodes/flymake.el (flymake-parse-line):
2756         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2757         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2758         (idlwave-shell-menu-def):
2759         * progmodes/ps-mode.el (ps-run-goto-error):
2760         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2761         (vhdl-speedbar-contract-level):
2762         * term/mac-win.el (x-handle-numeric-switch):
2763         * term/sun-mouse.el (sun-get-frame-data):
2764         * term/w32-win.el (x-handle-numeric-switch):
2765         * term/x-win.el (x-handle-numeric-switch):
2766         * textmodes/ispell.el (ispell-parse-output):
2767         * textmodes/nroff-mode.el (nroff-outline-level):
2768         * textmodes/reftex-cite.el (reftex-bib-sort-year)
2769         (reftex-bib-sort-year-reverse, reftex-format-citation):
2770         * textmodes/reftex-parse.el (reftex-init-section-numbers)
2771         (reftex-section-number):
2772         * textmodes/texinfmt.el (texinfo-paragraphindent):
2773         Replace `string-to-int' by `string-to-number'.
2775         * international/latexenc.el: Add page marker to force the "Local
2776         Variables:" string out of the last page.
2778 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
2780         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2781         tooltip-change-major-mode.
2782         (gud-tooltip-print-command): Remove case where gud-minor-mode
2783         is gdb ("--fullname").
2784         (gud-tooltip-tips): Turn GUD tooltips off for this case and
2785         explain to user.
2787 2005-05-16  Jay Belanger  <belanger@truman.edu>
2789         * calc/calc-store.el (calc-copy-special-constant): New function.
2791         * calc/calc-ext.el (calc-init-extensions): Add binding for
2792         `calc-copy-special-constant'.
2794         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2795         for the `calc-copy-special-constant' command.
2797 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
2799         * subr.el (left-fringe-p): New function.
2801         * progmodes/compile.el (compilation-setup): Set local value of
2802         overlay-arrow-string to "" always.
2803         (compilation-set-window): Left fringe then don't scroll.
2804         No left fringe then no arrow and scroll message to top.
2805         (compilation-context-lines): Adjust doc string accordingly.
2807 2005-05-16  Kim F. Storm  <storm@cua.dk>
2809         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2810         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2811         (ido-wide-find-dir-or-delete-dir): New command for M-d.
2812         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
2813         (ido-read-file-name): Handle commands with ido property value
2814         equal to find-file as reading a file name, to allow C-d to enter dired.
2815         (ibuffer-find-file): Add ido property with value find-file.
2817 2005-05-15  Kim F. Storm  <storm@cua.dk>
2819         * subr.el (open-network-stream-nowait): Remove.
2820         (open-network-stream-server): Remove.
2822 2005-05-15  Richard M. Stallman  <rms@gnu.org>
2824         * faces.el (describe-face): Output a definition link button.
2826         * help-mode.el (help-face-def): New button type.
2828         * emacs-lisp/copyright.el (copyright-fix-years):
2829         Match properly if the first year is 2-digit.
2830         Don't mess up the whitespace after the years by filling.
2832         * dired-aux.el (dired-mark-confirm):
2833         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2835         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2836         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2837         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2839         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2840         Set font-lock-comment-start-skip.
2842         * font-lock.el (font-lock-comment-start-skip): New variable.
2843         (font-lock-comment-end-skip): New variable.
2844         (font-lock-fontify-syntactically-region): Use them if non-nil.
2846 2005-05-15  Jay Belanger  <belanger@truman.edu>
2848         * calc/calc-store.el (calc-store-value): Return a string rather
2849         than display it as a message.
2850         Use calc-var-name for variable name.
2851         (calc-store-into): Add the result of calc-store-value to message.
2852         (calc-copy-variable): Add a message.
2853         (calc-store-exchange): Improve error messages.
2854         (calc-store-binary, calc-store-map): Don't reset the values of
2855         special constants.
2857 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
2859         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2860         manual to docstring.
2862         * files.el (hack-local-variables-confirm): Add STRING argument.
2863         Make the function handle non file visiting buffers correctly.
2864         (hack-local-variables-prop-line, hack-local-variables)
2865         (hack-one-local-variable): Use STRING arg of
2866         `hack-local-variables-confirm'.
2868 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
2870         Sync with Tramp 2.0.49.
2872         * tramp.el (tramp-handle-dired-call-process)
2873         (tramp-handle-insert-directory):`insert-buffer' cannot be used
2874         because the contents of the Tramp buffer is changed before
2875         insertion (`expand-file' and alike).
2876         (tramp-handle-insert-directory): If `localname' has an empty
2877         nondirectory name, it must not be quoted.
2878         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
2879         variable `tramp-chunksize'.  Change callees.
2880         (tramp-open-connection-setup-interactive-shell): Check remote host
2881         for buggy `send-process-string' implementation.
2882         Set `tramp-chunksize' if found.  Reported by Michael Kifer
2883         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2884         (tramp-handle-shell-command): `insert-buffer' cannot be used
2885         because the contents of the Tramp buffer is changed before
2886         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2887         <frederic.bothamy@free.fr>.
2888         (tramp-set-auto-save): Actions should be done for Tramp file name
2889         handler only.  Ange-FTP has its own auto-save mechanism.
2890         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2891         (tramp-set-auto-save-file-modes): Set file modes of
2892         `buffer-auto-save-file-name' to ?\600 as fallback solution.
2893         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2894         (tramp-bug): Remove obsolete variable.
2895         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
2896         for presence of `mml-mode'.  Make it running for older Emacsen as well.
2898 2005-05-14  John Paul Wallington  <jpw@pobox.com>
2900         * ibuf-ext.el (define-ibuffer-filter filename):
2901         If `dired-directory' is a list, use its car.
2903 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
2905         * ibuffer.el (define-ibuffer-column filename):
2906         If `dired-directory' is a list, use its car.
2908 2005-05-14  Richard M. Stallman  <rms@gnu.org>
2910         * subr.el (symbol-file): Doc fix.
2912         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2913         (byte-compile-form): Call byte-compile-nogroup-warn.
2914         (byte-compile-warning-types): Doc fix.
2916         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2918         * progmodes/cc-engine.el (c-literal-faces):
2919         Add font-lock-comment-delimiter-face.
2921         * net/net-utils.el (dig): Use with-no-warnings.
2923         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2924         (sc-recite-frame-alist, sc-default-cite-frame)
2925         (sc-default-uncite-frame, sc-default-recite-frame)
2926         (sc-attrib-selection-list, sc-rewrite-header-list):
2927         Mark as risky-local-variable.
2929         * international/ogonek.el (ogonek-jak, ogonek-how):
2930         Don't use beginning-of-buffer.
2932         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2934         * calendar/solar.el (solar-data-list): Move definition up.
2936         * dnd.el (dnd-protocol-alist): Add autoload.
2938         * progmodes/sh-script.el: Many doc usage fixes.
2939         (sh-indent-after-do): Change default to match common styles.
2941 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
2943         * files.el (interpreter-mode-alist)
2944         (auto-mode-interpreter-regexp): Doc fixes.
2946 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
2948         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2950         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2952 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2954         * dired.el (dired-mode): make-variable-buffer-local =>
2955         make-local-variable.
2957 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2959         * term/mac-win.el (mac-select-convert-to-string): Try coding
2960         systems in mac-script-code-coding-systems if specified one cannot
2961         encode string for `com.apple.traditional-mac-plain-text'.
2963 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
2965         * progmodes/make-mode.el (makefile-targets-face)
2966         (makefile-shell-face, makefile-makepp-perl-face): New faces.
2967         (makefile-dependency-regex): Fix it to not make the colon in
2968         $(var:a=b) special.
2969         (makefile-rule-action-regex): New regexp for highlighting embedded
2970         Shell strings.
2971         (makefile-macroassign-regex): Handle != for highlighting as
2972         embedded Shell strings.
2973         (makefile-var-use-regex): New const.
2974         (makefile-statements, makefile-automake-statements)
2975         (makefile-gmake-statements, makefile-makepp-statements)
2976         (makefile-bsdmake-statements): New consts.
2977         (makefile-make-font-lock-keywords): New function.
2978         (makefile-automake-font-lock-keywords)
2979         (makefile-gmake-font-lock-keywords)
2980         (makefile-makepp-font-lock-keywords)
2981         (makefile-bsdmake-font-lock-keywords): New consts.
2982         (makefile-mode-map): Add switchers between the various submodes.
2983         (makefile-mode): Document the availability of the variants.
2984         (makefile-automake-mode, makefile-gmake-mode)
2985         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2987         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2988         new variants of makefile-mode.
2990 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2992         * font-lock.el (font-lock-comment-delimiter-face): Fix up
2993         the inheritance.
2995 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
2997         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2998         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
3000         * files.el (normal-mode): Extend the scope of the
3001         `enable-local-variables' binding to include the `set-auto-mode' call.
3002         (magic-mode-alist): Doc fix.
3004 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3006         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
3007         font-lock-comment-face rather than copying its setting.
3009 2005-05-12  Andreas Schwab  <schwab@suse.de>
3011         * eshell/esh-mode.el (eshell-send-input): Doc fix.
3013 2005-05-12  Lute Kamstra  <lute@gnu.org>
3015         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
3016         defcustom for the mode hook variable.  Delete the last argument.
3017         * generic-x.el: Fix callers of define-generic-mode.
3018         (generic-x-modes): Delete group.
3019         (show-tabs-tab-face, show-tabs-space-face): Put them in the
3020         generic-x customization group.
3022 2005-05-12  Kim F. Storm  <storm@cua.dk>
3024         * font-lock.el (font-lock-negation-char-face): Default to "off".
3026         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
3027         font-lock-negation-char-face to ! in !=.
3029 2005-05-12  Masatake YAMATO  <jet@gyve.org>
3031         * add-log.el (find-change-log): Fix typos in the docstring
3032         of function.
3034 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3036         * international/latexenc.el (latexenc-find-file-coding-system):
3037         Avoid `re-search-forward' when looking for input encoding because
3038         of speed and safety.  Better regular expressions for recognizing
3039         input encoding.  Limit a search for TeX-master/tex-main-file to
3040         the local variable section.
3042 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
3044         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
3045         syntax of $ to "'" (quote).
3047 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
3049         * dnd.el (dnd-protocol-alist): Improve custom type.
3051         * dired.el (dired-dnd-protocol-alist): New variable.
3052         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
3053         `dired-mode-hook' to the end.
3055 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3057         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
3058         comment-end if comment-start-skip is not set.
3059         Obey the font-lock-comment-delimiter-face variables.
3061 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3063         * files.el (executable-find): Move from executable.el.  Use locate-file.
3064         * progmodes/executable.el (executable-find): Move to files.el.
3066         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
3067         when trying to ensure forward progress.
3069 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
3071         * mouse-sel.el (mouse-sel-follow-link-p): New function.
3072         (mouse-select, mouse-select-internal, mouse-extend-internal):
3073         Use it to implement mouse-1-click-follows-link functionality.
3075 2005-05-11  Richard M. Stallman  <rms@gnu.org>
3077         * font-lock.el (font-lock-fontify-syntactically-region):
3078         Use font-lock-comment-delimiter-face for comment delimiters.
3080 2005-05-10  Jay Belanger  <belanger@truman.edu>
3082         * calc/calc-help.el (calc-m-prefix-help): Add mention of
3083         preserving embedded modes.
3085 2005-05-10  Richard M. Stallman  <rms@gnu.org>
3087         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
3089         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
3090         Move from ada-stmt.el.
3091         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
3093         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
3094         Move to ada-mode.el.
3095         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
3097         * cus-edit.el (custom-file): Call file-chase-links.
3099         * files.el (read-directory-name): Fix previous change.
3100         (hack-local-variables-confirm): New function.
3101         (hack-local-variables-prop-line, hack-local-variables)
3102         (hack-one-local-variable): Use it.
3104 2005-05-10  Lute Kamstra  <lute@gnu.org>
3106         * font-lock.el (font-lock-keywords-alist)
3107         (font-lock-removed-keywords-alist): Clarify docstrings.
3109 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
3111         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
3112         (gdb-source-info): Check for preprocessor info.
3113         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
3114         a macro for a function.
3115         (gdb-info-breakpoints-custom): Try to find file again if not already
3116         found (user might have used GDB dir command).
3117         (gdb-get-location): Update gdb-location-alist correctly for change
3118         to gdb-info-breakpoints-custom.
3120         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
3121         (gud-tooltip-print-command): Add gdbmi case.
3122         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
3123         preprocessor info.
3125 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
3127         * startup.el (fancy-splash-insert): Fix typo in doc string.
3129 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
3131         * obsolete/float.el (string-to-float):
3132         * obsolete/hilit19.el (hilit-add-pattern):
3133         * obsolete/rnews.el (news-parse-range, news-select-message)
3134         (news-get-pruned-list-of-files): Replace `string-to-int' by
3135         `string-to-number'.
3137         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
3138         `find-file-not-found-hooks'; use `add-hook'.
3139         (uncompress-while-visiting): Set `write-file-functions', not
3140         `write-file-hooks'; use `add-hook'.
3142 2005-05-09  Kim F. Storm  <storm@cua.dk>
3144         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
3145         (cua-paste): Handle clipboard action.
3146         (cua--init-keymaps): Remap clipboard-kill-region and
3147         clipboard-kill-ring-save.
3149 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
3151         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3152         Improve commentary.
3154         * simple.el (next-error-overlay-arrow-position): Revert the change
3155         made on 2005-04-30.
3157 2005-05-07  Jay Belanger  <belanger@truman.edu>
3159         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
3160         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
3161         `calc-sel-reselect'.
3163         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
3164         Calc is in embedded mode.
3166 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
3168         * progmodes/compile.el (compilation-setup):
3169         Set overlay-arrow-string to an empty string on text terminals.
3171         * textmodes/ispell.el (ispell-program-name): Try looking for
3172         "aspell" along exec-path, and if found, use it as the default
3173         speller program.
3175 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
3177         * international/mule.el (sgml-xml-auto-coding-function):
3178         Recognize encoding='FOO' in single quotes as well as in double quotes.
3180 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3182         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
3183         as well as `interactive', so that defmacro* would recognize
3184         `declare' forms.
3186 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
3188         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3189         Explain more about the LIGHTER arg's usage in the doc string.
3190         Add commentary to clarify what the code does.  Fix the regexp that
3191         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
3192         since it could have characters special to regular expressions.
3194 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
3196         * replace.el (occur-1): Bind inhibit-read-only so that
3197         erase-buffer doesn't barf on read-only text properties (likewise
3198         for add-text-properties in occur-engine).  Mark buffer as unmodified.
3199         (occur-engine): Don't set buffer-read-only here.
3201 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3203         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
3204         list-buffers-directory.  This caused the *cvs-commit* buffer to be
3205         sometimes mistakenly reused as a *cvs* buffer.
3207 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
3209         * tooltip.el: Move code for GUD tooltips into gud.el.
3210         (require): CL no longer needed to compile case.
3211         (tooltip-mode): Do not toggle functions for GUD tooltips.
3212         (tooltip-gud-tips-p): Remove.  Replace with minor mode
3213         gud-tooltip-mode in gud.el.
3214         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
3215         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
3216         tooltip-gud prefix with gud-tooltip and obsolete.
3217         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
3218         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
3219         (tooltip-mouse-motion): Mouse movement functions/variable.
3220         Rename in gud.el by adding gud prefix.
3221         (tooltip-gud-original-filter, tooltip-gud-dereference)
3222         (tooltip-gud-event, tooltip-toggle-gud-tips)
3223         (tooltip-gud-process-output, tooltip-gud-print-command)
3224         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
3225         gud.el by replacing tooltip-gud prefix with gud-tooltip.
3226         (gdb-tooltip-print): Move to gdb-ui.el.
3228         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
3229         (require): CL needed to compile case.
3230         (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
3231         tooltip-gud-tips-p.  Make it a minor-mode.
3232         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
3233         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
3234         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
3235         (gud-tooltip-change-major-mode)
3236         (gud-tooltip-activate-mouse-motions-if-enabled)
3237         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
3238         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
3239         (gud-tooltip-original-filter, gud-tooltip-dereference)
3240         (gud-tooltip-event, tooltip-toggle-gud-tips)
3241         (gud-tooltip-process-output, gud-tooltip-print-command)
3242         (gud-tooltip-tips): Move from tooltip.el.
3244         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
3245         (gdb-cpp-define-alist-flags): Doc fix.
3246         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
3247         gud-tooltip-mode is t.
3249 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3251         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
3252         evaporate if their text is deleted.
3253         (goto-address-at-point): Make it work as a mouse binding as well.
3254         (goto-address-at-mouse): Obsolete it.  Update users.
3256 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
3258         * calendar/appt.el (top-level): No longer activate on load.
3260 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
3262         * calendar/cal-bahai.el (mark-bahai-diary-entries):
3263         * net/webjump.el (webjump):
3264         * progmodes/idlw-help.el (idlwave-do-context-help1)
3265         (idlwave-highlight-linked-completions):
3266         * textmodes/po.el (po-find-file-coding-system-guts):
3267         Replace `assoc-ignore-case' by `assoc-string'.
3269 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
3271         * files.el (locate-file): Doc fix.
3273         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
3274         Remove the redundant test for ms-dos.
3276         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
3277         look for the preprocessor with exec-suffixes.  If not found in
3278         standard places, look in exec-path.  Remove most of the tests that
3279         used system-type.
3281         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
3283         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
3285         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
3286         file-name clash with jka-compr.el on 8+3 filesystems.
3288 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3290         * term/mac-win.el: Don't define or bind scroll bar functions if
3291         x-toolkit-scroll-bars is t.
3292         (x-select-text, x-get-selection-value):
3293         Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
3294         (PRIMARY): Put mac-scrap-name property.
3295         (mac-select-convert-to-file-url): New function.
3296         (public.file-url): New selection target type.  Add to
3297         selection-converter-alist.
3298         (x-get-selection, x-selection-value): Handle it.
3299         (x-cut-buffer-or-selection-value): New alias.
3301 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3303         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
3304         entry to avoid calling bibtex-find-entry with arg global
3305         being t.  Remove arg key.
3306         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
3307         (bibtex-copy-summary-as-kill): Change accordingly.
3309 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3311         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
3312         (org-agenda-date-later): Use with-current-buffer.
3314 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
3316         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
3317         (define-obsolete-variable-alias): Doc Fixes.
3319 2005-05-06  Kim F. Storm  <storm@cua.dk>
3321         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
3322         vertical-motion when selective-display is active.
3324         * ido.el (ido-setup-hook): New hook.
3325         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
3326         (ido-input-stack): New var.
3327         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
3328         ido-next-work-file binding to M-O.
3329         Bind M-f to ido-wide-find-file-or-pop-dir.
3330         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
3331         (ido-read-internal): Run ido-setup-hook.
3332         Catch quit in read-file-name and read-string to cancel edit.
3333         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
3334         Automatically pop-all when completing a directory name (RET).
3335         (ido-file-internal): Add with-no-warnings around ffap and dired code.
3336         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
3337         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
3338         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
3339         New functions for M-b/M-f to move among the directory components.
3340         (ido-make-merged-file-list): Catch quit to cancel merge.
3341         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
3342         (ido-completion-help): No warnings for ido-completion-buffer-full.
3344 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
3346         * font-lock.el (font-lock-negation-char-face): New face and variable.
3347         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
3348         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
3349         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
3350         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
3352 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
3354         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
3355         Fix typo in docstring.
3357         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
3358         (ebrowse-print-statistics-line)
3359         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
3361         * term/w32-win.el (image-library-alist): Add additional name for
3362         Xpm library.
3364 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
3366         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
3367         use gcc instead of cpp.
3369         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3370         (gdb-create-define-alist): Use it.
3371         (gdb-cpp-define-alist-program): Update for MS-DOS.
3373 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
3375         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
3377 2005-05-04  Richard M. Stallman  <rms@gnu.org>
3379         * help.el (describe-key): No error when UNTRANSLATED is nil.
3381         * simple.el (line-move-1): Fix previous change to signal errors
3382         appropriately.
3384 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
3386         * calendar/icalendar.el (icalendar-version): Now at 0.12.
3387         (icalendar-duration-correction): Remove.
3388         (icalendar--get-event-properties): Split result at commas.
3389         (icalendar--decode-isoduration): New optional argument
3390         DURATION-CORRECTION.
3391         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
3392         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
3393         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
3394         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
3395         (icalendar--convert-anniversary-to-ical): New functions, extracted
3396         from icalendar-export-region, with bug fixes.
3397         (icalendar-export-region): Use the above functions.
3398         (icalendar-import-buffer): Check before saving diary file.
3399         (icalendar--convert-recurring-to-diary)
3400         (icalendar--convert-non-recurring-all-day-to-diary)
3401         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
3402         extracted from icalendar--convert-ical-to-diary, with bug fixes.
3403         (icalendar--convert-ical-to-diary): Use the above functions.
3405 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
3407         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
3408         Remove these recent additions.
3409         (c-mode): Restore to before 2005-04-28.
3411         * progmodes/cc-vars.el (cc-define-list-program): Remove this
3412         recent addition.
3414         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
3415         (gdb-define-alist): New variables.
3416         (gdb-create-define-alist): New function.
3417         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
3418         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
3419         with string-to-number.
3420         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
3422         * progmodes/gud.el: Replace string-to-int with string-to-number.
3423         (gud-find-file): Handle gdb-define-alist.
3425         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
3427 2005-05-02  Jay Belanger  <belanger@truman.edu>
3429         * calc/calc-aent.el (math-read-token):
3430         * calc/calc-bin.el (calc-word-size):
3431         * calc/calc-ext.el (calc-read-number-fancy):
3432         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
3433         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
3434         * calc/calc-frac.el (calc-over-notation):
3435         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
3436         (calc-graph-num-points, calc-graph-init):
3437         * calc/calc-prog.el (calc-read-parse-table-part)
3438         (calc-edit-macro-repeats):
3439         * calc/calc-yank.el (calc-do-grab-rectangle):
3440         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
3441         Replace `string-to-int' by `string-to-number'.
3443 2005-05-02  Kim F. Storm  <storm@cua.dk>
3445         * kmacro.el: Use executing-kbd-macro-index variable.
3447 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
3449         * net/rlogin.el (rlogin-parse-words): Delete func.
3450         (rlogin): Use split-string, not rlogin-parse-words.
3451         Also, if there are option-like elements in the parsed args,
3452         take the host to be the first arg immediately following them.
3453         Suggested by Michael Mauger.
3455 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
3457         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
3459 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
3461         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
3462         (cc-mode-cpp-program): Rename to cc-define-list-program and
3463         move to cc-vars.el.
3465         * progmodes/cc-vars.el (cc-define-list-program):
3466         Change to "gcc -E -dM -".  Make customizable.
3468 2005-05-02  Kim F. Storm  <storm@cua.dk>
3470         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
3472 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
3474         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
3476         * international/mule-util.el (truncate-string): Remove alias and
3477         obsolete declaration.
3479         * international/mule-cmds.el (update-iso-coding-systems):
3480         Remove alias and obsolete declaration.
3482         * international/mule.el (coding-system-parent): Remove alias and
3483         obsolete declaration.
3485         * subr.el (define-function, sref): Remove aliases and obsolete
3486         declarations.
3487         (chars-in-region): Remove obsolete declaration.
3489 2005-05-01  Richard M. Stallman  <rms@gnu.org>
3491         * info.el (Info-mode): Set widen-automatically to nil, locally.
3493         * simple.el (widen-automatically): New variable.
3494         (pop-global-mark): Obey widen-automatically.
3496 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
3498         * term/xterm.el (function-key-map): Call substitute-key-definition
3499         before the keymap size is increased by a lot of define-key calls.
3501 2005-05-01  Richard M. Stallman  <rms@gnu.org>
3503         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
3504         Rename ARG to ELEMENT.  Doc fix.
3506 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
3508         * allout.el (allout-exposure): Remove macro and obsolete declaration.
3509         Remove references to allout-exposure/change to allout-new-exposure.
3511         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
3512         bytecode symbols.
3514         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
3515         (compiled-function-p, focus-frame, unfocus-frame):
3516         Remove aliases and obsolete declarations.
3517         Back out inadvertent changes from previous commit.
3519 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
3521         * files.el (require-final-newline): Make Custom tags consistent
3522         with mode-require-final-newline.
3523         (mode-require-final-newline): Doc fix.
3525 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
3527         * international/latexenc.el (latexenc-find-file-coding-system):
3528         Fix regular expressions.
3530 2005-05-01  David Kastrup <dak@gnu.org>
3532         * international/latexenc.el (latexenc-find-file-coding-system):
3533         Fix regular expressions.
3535 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
3537         * subr.el (string-to-int): Make obsolete.
3539 2005-04-30  Richard M. Stallman  <rms@gnu.org>
3541         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
3543         * loadup.el: load jka-comp-hook.
3545         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
3546         (jka-compr-handler): Add autoload.  `put' calls moved
3547         to jka-comp-hook.el.
3548         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
3549         (jka-compr-inhibit): Autoload.
3551         * jka-comp-hook.el: New file.
3552         Enable the mode by default.
3554         * files.el (backup-buffer-copy): Use copy-file instead
3555         of write-region, and put back the 'excl.
3557 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
3559         * progmodes/flymake.el (flymake-split-string)
3560         (flymake-split-string, flymake-log, flymake-pid-to-names)
3561         (flymake-reg-names, flymake-get-source-buffer-name)
3562         (flymake-unreg-names, flymake-add-line-err-info)
3563         (flymake-add-err-info): Clarify docstrings.
3564         (flymake-popup-menu, flymake-make-emacs-menu)
3565         (flymake-make-xemacs-menu): Add docstrings.
3566         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
3567         Set variables directly throughout.
3569 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
3571         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
3572         exists.  Initialise cc-define-alist.
3573         (c-mode): Add cc-create-define-alist locally to after-save-hook.
3574         If there is no file (Macroexpansion) don't create an alist.
3576 2005-04-29  Sam Steingold  <sds@gnu.org>
3578         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
3579         (cc-create-define-alist): Use it instead of the hard-coded string.
3581 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3583         * international/mule-conf.el (file-coding-system-alist): Fix regexp
3584         for latexenc.
3586 2005-04-29  Lute Kamstra  <lute@gnu.org>
3588         * emacs-lisp/generic.el: Improve commentary section.
3589         (define-generic-mode): Improve docstring.
3591 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
3593         * textmodes/org.el (many places): Change to quiet the byte compiler.
3594         (org-prefix-format-compiled): New variable.
3595         (org-compile-prefix-format): New function.
3596         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
3597         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
3598         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
3599         (org-get-entries-from-diary): Use `org-get-time-of-day' for
3600         consistency with entries from `org-mode' files.
3601         (org-get-time-of-day): Fix bug with partial matches early in a line.
3602         (org-non-link-chars): New constant.
3603         (org-link-regexp): Respect `org-non-link-chars'.
3604         (org-agenda-day-view): Remove command.
3605         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
3606         (org-follow-bbdb-link, org-store-link): Search also company field.
3607         (org-highlight-overlay): New variable.
3608         (org-highlight, org-unhighlight): New functions.
3609         (org-agenda-mode): Add pre-command-hook to remove highlight.
3610         (org-evaluate-time-range): Behavior depends upon whether time stamp
3611         contains a time or not.
3612         (org-show-subtree, org-show-entry): New functions.
3613         (org-agenda-cleanup-fancy-diary): Remove empty lines.
3615 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
3617         * comint.el (comint-output-filter-functions): Add autoload cookie.
3619 2005-04-28  Kim F. Storm  <storm@cua.dk>
3621         * ido.el (ido-everywhere): Fix last change.
3623 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3625         * international/latexenc.el: New file.
3626         * international/mule-conf.el (file-coding-system-alist): For .tex,
3627         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
3629 2005-04-28  Lute Kamstra  <lute@gnu.org>
3631         * font-lock.el (font-lock-add-keywords)
3632         (font-lock-remove-keywords): Clarify docstring.
3633         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
3634         Don't start docstrings with a `*'.
3635         (font-lock-update-removed-keyword-alist): Give it a docstring.
3637         * generic-x.el: Update commentary section.
3638         Only require font-lock when compiling.
3639         Define all modes conditionally.
3640         Place all generic modes in the generic-x-modes customization group.
3641         (generic-x-modes): New customization group.
3642         (generic-default-modes, generic-mswindows-modes)
3643         (generic-unix-modes, generic-other-modes): New constants.
3644         (generic-define-mswindows-modes, generic-define-unix-modes):
3645         Update docstrings.  Make them obsolete.
3646         (generic-extras-enable-list): New default value.  Update docstring.
3647         Improve :type.  Change :set function.
3648         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
3649         Fix docstring.
3651         * emacs-lisp/generic.el (generic-mode-internal):
3652         Simplify font-lock-defaults.
3653         (define-generic-mode): Fix docstring.
3655 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3657         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
3658         font-lock-face property to highlight matches.
3660 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
3662         * progmodes/cc-mode.el (cc-create-define-alist): New function.
3663         (cc-define-alist): New variable.
3664         (c-mode): Make it local and initialise it.
3666         * progmodes/gdb-ui.el (gdb-active-process): New variable.
3667         (gdb-exited): New function.
3668         (gdb-annotation-rules): Use it.
3669         (gdb-starting): Set gdb-active-process to t.
3670         (gdb-stopping): Amend doc string.
3671         (gdb-reset): Set gdb-active-process to nil.
3673         * tooltip.el (tooltip-gud-tips): Show the associated #define
3674         directives when a C program under GDB is not executing.
3676 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3678         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
3679         font-lock-fontify-syntactic-keywords.
3681         * font-lock.el (font-lock-default-fontify-region): Don't force
3682         parse-sexp-lookup-properties to nil.
3684 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
3686         * man.el (man-mode-syntax-table): Set up `:' to have
3687         word-constituent syntax.
3689 2005-04-27  Lute Kamstra  <lute@gnu.org>
3691         * novice.el (disable-command): Don't add spurious newlines to the
3692         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
3694 2005-04-26  Jay Belanger  <belanger@truman.edu>
3696         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
3697         than one window before deleting window.
3699 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
3701         * shell.el (shell-prompt-pattern): Doc fix.
3702         (shell-mode): Set paragraph-separate buffer locally to "\\'".
3704         * comint.el (comint-prompt-regexp, comint-get-old-input)
3705         (comint-use-prompt-regexp)
3706         (comint-use-prompt-regexp-instead-of-fields)
3707         (comint-replace-by-expanded-history, comint-send-input)
3708         (comint-output-filter, comint-get-old-input-default)
3709         (comint-line-beginning-position, comint-bol, comint-show-output)
3710         (comint-backward-matching-input, comint-forward-matching-input)
3711         (comint-next-prompt, comint-previous-prompt):
3712         Rename `comint-use-prompt-regexp-instead-of-fields' to
3713         `comint-use-prompt-regexp'.  Keep old name as alias and declare
3714         obsolete.
3715         (comint-use-prompt-regexp): Shorten first line of doc string.
3717         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
3718         Set paragraph-separate buffer locally to "\\'".
3720         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
3721         Adapt to above name change.
3723         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3724         (smbclient-prompt-regexp): Ditto.
3726         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
3728 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
3730         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
3731         gdb-location-list.
3732         Break lines that are over 80 characters wide.
3734 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3736         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
3737         New fun and var, to preserve compatibility.
3739         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
3741 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
3743         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
3744         name to file-newer-than-file-p.
3746 2005-04-26  Richard M. Stallman  <rms@gnu.org>
3748         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
3750         * progmodes/python.el (python-mode):
3751         Use new name eldoc-documentation-function.
3753         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3755         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3756         (eldoc-documentation-function):
3757         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
3759 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
3761         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3763 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
3765         * term/xterm.el (function-key-map): Fix strings for
3766         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
3767         {C,S,A,C-S}-{f1-f12}.
3769 2005-04-26  Kenichi Handa  <handa@m17n.org>
3771         * international/mule-cmds.el (select-safe-coding-system):
3772         Fix previous change.
3774 2005-04-26  Lute Kamstra  <lute@gnu.org>
3776         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3778         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3779         (font-lock-comment-delimiter-face): Ditto.
3781         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3783 2005-04-25  Jay Belanger  <belanger@truman.edu>
3785         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3786         to t while inserting information; use help-mode.
3788 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
3790         * term.el (ansi-term-color-vector): Use the xterm colors.
3791         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
3793 2005-04-25  Lute Kamstra  <lute@gnu.org>
3795         * font-core.el (font-lock-defaults): Fix docstring.
3797         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3799 2005-04-25  Kenichi Handa  <handa@m17n.org>
3801         * international/mule-cmds.el (select-safe-coding-system):
3802         Don't check consistency with coding: spec, etc if raw-text or
3803         no-conversion was found to be safe.
3805 2005-04-24  Richard M. Stallman  <rms@gnu.org>
3807         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3808         citation markers at start of each line.
3810         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3811         citation markers at start of each line.
3813         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3815         * files.el (mode-require-final-newline): Fix previous change.
3816         (require-final-newline): Fix type label.
3818 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
3820         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3821         statement in buffer (broken by 2004-11-24 change).
3823 2005-04-24  Kim F. Storm  <storm@cua.dk>
3825         * ido.el (ido-everywhere): Save and restore old read-buffer-function
3826         and read-file-name-function values.  Don't overwrite existing
3827         non-nil values if ido-mode is enabled without ido-everywhere.
3829 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
3831         * files.el (mode-require-final-newline): Minor doc fix.
3833 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
3835         * subr.el (syntax-after): Doc fix.
3836         (syntax-class): If argument is nil, return nil.  Mask off upper 16
3837         bits, not 8 bits.
3839         * files.el (mode-require-final-newline): Doc fix.
3840         (backup-buffer-copy): Fix last change.
3842 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3844         * term/mac-win.el: Require select.  Set selection-coding-system to
3845         mac-system-coding-system.  Call menu-bar-enable-clipboard.
3846         (x-last-selected-text-clipboard, x-last-selected-text-primary)
3847         (x-select-enable-clipboard): New variables.
3848         (x-select-text, x-get-selection, x-selection-value)
3849         (x-get-selection-value, mac-select-convert-to-string)
3850         (mac-services-open-file, mac-services-open-selection)
3851         (mac-services-insert-text): New functions.
3852         (CLIPBOARD, FIND): Put mac-scrap-name property.
3853         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3854         (public.tiff): Put mac-ostype property.
3855         (selection-converter-alist): Add entries for them.
3856         (mac-application-menu-map): New keymap.
3857         (interprogram-cut-function, interprogram-paste-function): Set to
3858         x-select-text and x-get-selection-value, respectively.
3859         (split-window-keep-point): Set to t.
3861 2005-04-23  Richard M. Stallman  <rms@gnu.org>
3863         * files.el (read-directory-name): Always pass non-nil
3864         DEFAULT-FILENAME arg to read-file-name.
3865         (backup-buffer-copy, basic-save-buffer-2): Take care against
3866         writing thru an unexpected existing symlink.
3867         (revert-buffer): In indirect buffer, revert the base buffer.
3868         (magic-mode-alist): Doc fix.
3869         (buffer-stale-function): Doc fix.
3870         (minibuffer-with-setup-hook): Avoid warning.
3871         (mode-require-final-newline): Doc and custom fix.
3873         * follow.el (follow-end-of-buffer): Use with-no-warnings.
3875         * font-lock.el (font-lock-comment-face): On terminals with few colors,
3876         use the default appearance.
3877         (font-lock-comment-delimiter-face): New face, new variable.
3879         * imenu.el (imenu--generic-function): The official position of a
3880         definition is the start of the line that BEG is in.
3882         * midnight.el (midnight-timer): Move defvar up.
3884         * mouse.el (mouse-drag-region-1): Delete some debugging code.
3886         * saveplace.el (save-place-to-alist): Use with-no-warnings.
3888         * startup.el (command-line): Use with-no-warnings.
3890         * window.el (window-size-fixed): New defvar.
3892         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3894         * mail/rmail.el (rmail-font-lock-keywords):
3895         Use font-lock-comment-delimiter-face.
3897         * mail/sendmail.el (mail-font-lock-keywords):
3898         Use font-lock-comment-delimiter-face.
3900         * progmodes/compile.el (next-error-highlight-timer): New defvar.
3902 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
3904         * progmodes/compile.el (compilation-mode-font-lock-keywords):
3905         Specify t for LAXMATCH when matching directories.
3906         Save match data around compilation-compat-error-properties form.
3908 2005-04-23  David Kastrup  <dak@gnu.org>
3910         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3911         Mention that the autoloaded aliases should be kept for AUCTeX.
3913 2005-04-23  Andreas Schwab  <schwab@suse.de>
3915         * isearch.el (isearch-forward): Doc fix.
3917 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
3919         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3920         (jit-lock-stealth-nice): Change default value to 0.5.
3922 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
3924         * abbrev.el (write-abbrev-file): Write table entries in
3925         alphabetical order by table name.
3927 2005-04-22  Kim F. Storm  <storm@cua.dk>
3929         * ido.el (ido-read-internal): Fix `list' completion.
3931 2005-04-22  Kenichi Handa  <handa@m17n.org>
3933         * recentf.el (recentf-save-file-coding-system): New variable.
3934         (recentf-save-list): Encode the file by
3935         recentf-save-file-coding-system and add coding: tag.
3937 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
3939         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3941 2005-04-21  Lute Kamstra  <lute@gnu.org>
3943         * loadhist.el (unload-feature): Don't remove a function from hooks
3944         if it is about to be restored to an autoload .  Remove functions
3945         that will become unbound from auto-mode-alist.  Simplify the code.
3947         * subr.el (assq-delete-all): New implementation that is linear,
3948         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
3949         (rassq-delete-all): New function.
3951         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3952         Add size-indication-mode.
3954 2005-04-21  Kenichi Handa  <handa@m17n.org>
3956         * international/mule-cmds.el: Add autoload for widget-value in
3957         eval-when-compile.
3959 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
3961         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3962         Add tooltip-mode.
3964         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3966 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
3968         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3969         (inferior-lisp-filter-regexp, inferior-lisp-program)
3970         (inferior-lisp-load-command, inferior-lisp-prompt)
3971         (inferior-lisp-mode-hook, lisp-source-modes)
3972         (inferior-lisp-load-hook): defvar->defcustom.
3973         (inferior-lisp-program, inferior-lisp-prompt)
3974         (inferior-lisp-load-hook): Doc fixes.
3975         (inferior-lisp-install-letter-bindings): Small change in
3976         introductory comment.
3978 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
3980         * vc.el (vc-annotate-color-map): Change some colors so that text
3981         using them as foreground is readable on both white and black
3982         backgrounds.
3984 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3986         * international/mule-conf.el (translation-table-for-input):
3987         Remove redundant declaration.
3989 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
3991         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3993         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3994         (tooltip-toggle-gud-tips): New function.
3996 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3998         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3999         right angle brackets.
4001 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
4003         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
4005 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4007         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
4008         Remove.  Update callers to use expand-file-name instead.
4010         * subr.el (syntax-class): New function.
4012         * simple.el (blink-matching-open): Use it.
4014         * paren.el (show-paren-function): Use it to recognize parens that are
4015         also used in 2-char comment markers.
4017 2005-04-19  Lute Kamstra  <lute@gnu.org>
4019         * loadhist.el (unload-feature): Update for new format of
4020         load-history.  Simplify the code.
4022 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4024         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
4025         (mac-add-charset-info): New function.  Initialize variable
4026         mac-charset-info-alist using it.
4027         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
4028         for translation.
4029         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
4030         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
4031         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
4032         New CCL programs.
4034 2005-04-19  Kim F. Storm  <storm@cua.dk>
4036         * simple.el (next-buffer, prev-buffer, next-error)
4037         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4038         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
4040         * bindings.el (next-buffer, prev-buffer, next-error)
4041         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4042         (clone-indirect-buffer-other-window): Move bindings from simple.el.
4043         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
4044         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
4046 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4048         * isearch.el (isearch-edit-string): Make the search-ring available for
4049         minibuffer history commands.
4050         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
4051         the default history commands now work just as well.
4052         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
4054 2005-04-18  Kim F. Storm  <storm@cua.dk>
4056         * emulation/cua-base.el (cua--pre-command-handler): Add more
4057         elaborate check for shift modifier on non-window systems.
4059 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
4061         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
4063 2005-04-18  Kim F. Storm  <storm@cua.dk>
4065         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
4066         and make it optional.  Don't test tooltip-gud-echo-area here.
4067         (tooltip-gud-process-output, gdb-tooltip-print):
4068         Pass tooltip-gud-echo-area to tooltip-show.
4069         (tooltip-help-tips): Remove second optional arg to tooltip-show.
4071 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4073         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
4074         `display-graphic-p' may not be bound yet.
4076 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
4078         * startup.el (command-line): No longer enable Xterm Mouse mode by
4079         default in terminals compatible with xterm.
4081         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
4083 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
4085         * tooltip.el (tooltip-gud-echo-area): Rename from
4086         tooltip-use-echo-area.
4087         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
4088         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
4089         area independently of where help tooltips are displayed.
4091 2005-04-17  David Kastrup  <dak@gnu.org>
4093         * cus-theme.el (custom-theme-write-variables): Quote variables
4094         where necessary.
4096 2005-04-17  Richard M. Stallman  <rms@gnu.org>
4098         * simple.el (yank-excluded-properties): Add follow-link to value.
4100         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
4102         * startup.el (fancy-splash-max-time): Just 30 seconds.
4103         (fancy-splash-delay): Just 7.
4104         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
4106         * loadhist.el (unload-feature): Update for new format of load-history.
4107         Simplify the code.
4109         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
4110         (rmail-font-lock-keywords): Don't fontify the text of a citation.
4112         * mail/sendmail.el (mail-font-lock-keywords):
4113         Don't fontify subject text.
4114         Don't fontify the text of a citation.
4116 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
4118         * comint.el (comint-output-filter): Run comint-output-filter-functions
4119         with point where the user had it.
4121 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4123         * international/ucs-tables.el (ucs-set-table-for-input):
4124         Disable when using unify-on-decoding.
4126 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
4128         * emulation/cua-base.el (cua-global-mark-face): Add special case
4129         for displays supporting a high number of colors.
4131 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
4133         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
4135 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
4137         * filesets.el (filesets-add-buffer): If user supplies a name of a
4138         non-existing fileset, create a new fileset.
4140 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
4142         * textmodes/org.el (org-up-heading-all): Fix bug with
4143         `outline-up-heading-all'.
4145 2005-04-16  Andreas Schwab  <schwab@suse.de>
4147         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
4148         /etc/permissions.d/* and /etc/aliases.d/*.
4150 2005-04-16  Kenichi Handa  <handa@m17n.org>
4152         * international/code-pages.el (cp-make-coding-system):
4153         Set `translation-table-for-input' property value to the symbol
4154         ucs-mule-to-mule-unicode, not to that value.
4155         (pt154): Escape guillemet by `\'.
4157 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
4159         * loadup.el: Load tooltip if x-show-tip is fboundp.
4161         * startup.el (command-line): Add comment.
4163         * tooltip.el (tooltip-mode): Specify correct standard value for
4164         Custom in init-value.
4166 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
4168         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
4169         possible.
4171 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
4173         * textmodes/org.el (org-agenda-date-prompt): Rename from
4174         `org-agenda-date-today'.
4175         (org-evaluate-time-range): Insert at point instead of directly
4176         after time range.
4177         (org-first-headline-recenter, org-subtree-end-visible-p)
4178         (org-optimize-window-after-visibility-change): New functions
4179         (org-agenda-post-command-hook): Don't allow point at end of line,
4180         to make sure it always hits the text properties.
4181         (org-agenda-next-date-line, org-agenda-previous-date-line):
4182         New commands.
4183         (org-set-regexps-and-options): Category may contain white space.
4184         (org-agenda-get-deadlines, org-agenda-get-scheduled):
4185         Improve marker positions.
4186         (org-agenda-new-marker): Argument POS made optional.
4187         (org-agenda-get-timestamps): Deadlines which are done are listed
4188         in org-done-face now.
4189         (org-agenda-get-todos, org-agenda-get-timestamps)
4190         (org-agenda-get-deadlines, org-agenda-get-scheduled):
4191         Set `undone-face' and `done-face' properties.
4192         (org-last-todo-state-is-todo): New variable.
4193         (org-todo): Set `org-last-todo-state-is-todo'.
4194         (org-agenda-todo): Change face according to
4195         `org-last-todo-state-is-todo'.  And change other lines refering to
4196         the same entry.
4197         (org-calendar-goto-agenda): New command.
4198         (org-calendar-to-agenda-key): New option.
4199         (org-startup-folded): New allowed value `content'.
4200         (org-set-regexps-and-options): Accept new value `content' for
4201         `org-startup-folded'.
4202         (org-get-current-options): Handle new value `content' for
4203         `org-startup-folded'.
4204         (org-insert-todo-heading): New command.
4205         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
4206         interactively in empty file and option
4207         `org-insert-mode-line-in-empty-file' has been set.
4208         (org-agenda-todo,org-agenda-priority): Modify to use
4209         `org-agenda-change-all-lines'.
4210         (org-warning-face): Change color on dark background
4212 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4214         * international/mule-cmds.el (set-locale-environment): On Mac OS,
4215         use preferences AppleLocale and AppleLanguages, and variable
4216         mac-system-locale for default locale.  On Mac OS Classic, use
4217         mac-system-coding-system for default coding systems.
4219         * term/mac-win.el: Don't set file-name-coding-system.
4220         Decode variables system-name, emacs-build-system, user-login-name, and
4221         user-full-name by mac-system-coding-system on Mac OS Classic.
4222         (mac-system-coding-system): New variable.
4224 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
4226         * startup.el (command-line): Handle `xterm-mouse-mode' before
4227         reading init file.
4229         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
4231 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
4233         * progmodes/sh-script.el (sh-here-document-word): Make it a
4234         defcustom.  Doc fix.
4235         (sh-add): Bash uses $(( )) for arithmetic.
4236         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
4237         (sh-maybe-here-document): Remove quotes and leading whitespace
4238         from heredoc word when closing.  Indent heredoc with tabs if word
4239         starts with "-".
4241 2005-04-13  Richard M. Stallman  <rms@gnu.org>
4243         * simple.el (undo): Fix previous change.
4245         * custom.el (defface): Doc fix.
4247 2005-04-13  Lute Kamstra  <lute@gnu.org>
4249         * Makefile.in (DONTCOMPILE): Remove list.
4250         (compile, compile-always): Don't use DONTCOMPILE.
4251         (update-authors): Load the library in which batch-update-authors
4252         is defined.
4253         * makefile.w32-in (DONTCOMPILE): Remove list.
4254         (compile, compile-always): Fix comments.
4255         (update-authors): Load the library in which batch-update-authors
4256         is defined.
4258         * generic-x.el (generic-mode-ini-file-find-file-hook):
4259         Rename to ini-generic-mode-find-file-hook.
4260         Keep generic-mode-ini-file-find-file-hook as an alias.
4261         (ini-generic-mode-find-file-hook): Rename from
4262         generic-mode-ini-file-find-file-hook.  Fix docstring.
4263         (ini-generic-mode): Docstring change.
4264         (bat-generic-mode-run-as-comint): Silence the byte compiler.
4266         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
4267         called from lisp.
4269         * generic.el: Move to the emacs-lisp subdir.
4271 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
4273         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
4274         and C-S- function and cursor motion keys.
4276 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
4278         * startup.el (command-line): Enable Xterm Mouse mode by default.
4279         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
4280         for Custom.  No longer show "Mouse" in mode line when enabled.
4281         Doc fix.
4283 2005-04-12  Kim F. Storm  <storm@cua.dk>
4285         * emulation/cua-base.el (cua-rectangle-face)
4286         (cua-rectangle-noselect-face): Define face attributes here.
4288         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
4290 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4292         * startup.el (command-line): Turn off blinking cursor if
4293         cursorBlink in resources is off or false.
4295 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4297         * term/mac-win.el (dnd): Require dnd.
4298         (mac-drag-n-drop): Call dnd-handle-one-url.
4299         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
4300         (kTextEncodingISOLatin2): Remove constants.
4301         (mac-script-code-coding-systems): New constant.
4302         (mac-handle-language-change): New function.
4303         (special-event-map): Bind it to `language-change' event.
4304         (mac-centraleurroman, mac-cyrillic): New coding systems.
4305         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
4306         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
4307         and mac-cyrillic-encoder to encode-mac-centraleurroman and
4308         encode-mac-cyrillic, respectively.
4310 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
4312         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
4313         Don't set overlay-arrow-string to "=>" as this is done
4314         globally in C now.
4316 2005-04-12  Lute Kamstra  <lute@gnu.org>
4318         * generic-x.el (rc-generic-mode, rul-generic-mode):
4319         Fix auto-mode-alist entries.
4320         (etc-fstab-generic-mode): Tweak fontification.
4322         * generic.el (generic-make-keywords-list): Fix docstring.
4323         (generic-mode-internal): Simplify generic-font-lock-keywords.
4325 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
4327         * whitespace.el (whitespace-buffer-leading)
4328         (whitespace-buffer-trailing): Revert the incorrect test inversion.
4329         However, fix the highlight area for the leading and
4330         trailing whitespaces to show space.
4332 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
4334         * whitespace.el (whitespace-version): Bump to 3.5
4336         (whitespace-buffer-leading, whitespace-buffer-trailing):
4337         Invert sense of the test to highlight the whitespace.
4339 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
4341         * progmodes/gud.el (gud-display-line): GUD uses its own
4342         overlay arrow now so don't set overlay-arrow-string.
4343         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
4345 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
4347         * term.el (term-ansi-current-bold, term-ansi-current-underline)
4348         (term-ansi-current-reverse, term-ansi-current-invisible)
4349         (term-ansi-face-already-done): Change to boolean.
4350         (term-reset-terminal, term-handle-colors-array): Handle the above
4351         vars accordingly.
4352         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
4353         (term-emulate-terminal): Use the new name.
4355         * faces.el (secondary-selection): Use yellow1, not yellow.
4356         (trailing-whitespace): Use red1, not red.
4358 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4360         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
4361         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
4362         (dired-dnd-handle-file): Call dnd-get-local-file-uri
4364         * cus-edit.el (dnd): New group.
4366         * term/w32-win.el (dnd): Require dnd
4367         (w32-drag-n-drop): Call dnd-handle-one-url.
4369         * x-dnd.el: Require dnd.
4370         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
4371         Call dnd-handle-one-url.
4372         (x-dnd-types-alist, x-dnd-insert-utf8-text)
4373         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
4374         to dnd-insert-text.
4375         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
4376         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
4377         (x-dnd-get-local-file-name, x-dnd-open-local-file)
4378         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
4380         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
4382 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
4384         * wdired.el: Doc fixes.
4385         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
4386         (wdired-use-dired-vertical-movement): Rename from
4387         wdired-always-move-to-filename-beginning.
4388         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
4389         (wdired-change-to-wdired-mode): Change mode name.
4390         (wdired-newline): Delete.
4392 2005-04-11  Richard M. Stallman  <rms@gnu.org>
4394         * whitespace.el (whitespace-highlight-the-space):
4395         Don't call whitespace-unhighlight-the-space here.
4397         * simple.el (undo): Record t in undo-equiv-table
4398         for the redo record made by an undo-in-region.
4400 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
4402         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
4403         (gdb-frame-inferior-io-buffer): New Functions to control
4404         display of separate IO buffer.
4405         (menu): Add them to menu-bar.
4406         (gdb-display-buffer): Check for buffer another frame.
4407         Protect GUD buffer.
4408         (gdb-setup-windows): Create IO buffer if not already there.
4409         (gdb-memory-mode): Remove purecopy noops.
4411 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
4413         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
4414         and pass to self-insert-command.
4416 2005-04-11  Lute Kamstra  <lute@gnu.org>
4418         * generic.el: Commentary section cleanup.
4419         (generic): Delete.
4420         (generic-use-find-file-hook, generic-lines-to-scan)
4421         (generic-find-file-regexp, generic-ignore-files-regexp)
4422         (default-generic-mode, generic-mode-find-file-hook)
4423         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
4424         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
4425         (generic-use-find-file-hook, generic-lines-to-scan)
4426         (generic-find-file-regexp, generic-ignore-files-regexp)
4427         (default-generic-mode, generic-mode-find-file-hook)
4428         (generic-mode-ini-file-find-file-hook): Move from generic.el.
4430 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
4432         * bookmark.el (bookmark-write-file): Catch errors writing file.
4433         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
4435 2005-04-10  Richard M. Stallman  <rms@gnu.org>
4437         * startup.el (fancy-splash-tail): Update copyright year.
4438         (command-line): Split part of -Q into -D.
4439         (emacs-basic-display): New defvar.
4440         (fancy-splash-text): Correct name of menu item.
4442         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
4444         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
4445         lines in one node.
4447         * comint.el (comint-send-input): New arg ARTIFICIAL.
4448         Callers in this file changed.
4450         * abbrev.el (define-abbrevs): Read system abbrevs properly.
4452         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
4454 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
4456         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
4457         `ldap-search-internal'.
4459 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4461         * files.el (set-auto-mode-1): Use line-end-position.
4463         * international/latin-1.el:
4464         * international/latin-2.el:
4465         * international/latin-3.el:
4466         * international/latin-4.el:
4467         * international/latin-5.el:
4468         * international/latin-8.el:
4469         * international/latin-9.el: Give punctuation syntax to NBSP.
4471         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
4472         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
4473         Use char-classes to accept non-ascii letters, accepted in some recent
4474         bibtex implementations.
4476 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
4478         * custom.el (custom-set-minor-mode): Any non-nil value for the
4479         variable should enable the mode when set through Custom.
4481 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4483         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
4484         TAB binding so tab-always-indent is obeyed.
4485         (vhdl-minibuffer-local-map): Move initialization into declaration.
4486         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
4487         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
4488         (vhdl-hooked-abbrev): Avoid test for XEmacs.
4489         (vhdl-current-line): Use line-beginning-position.
4490         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
4491         with-output-to-temp-buffer, so the current position can be recorded.
4493 2005-04-10  Masatake YAMATO  <jet@gyve.org>
4495         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4496         Add regexp for gcov.
4498 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4500         * calendar/time-date.el (time-to-seconds, seconds-to-time)
4501         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
4502         syntax which Emacs 20 doesn't support.
4504 2005-04-09  Richard M. Stallman  <rms@gnu.org>
4506         * help.el (describe-key-briefly, describe-key):
4507         Replace strings as event types with "(any string)".
4509 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4511         * arc-mode.el (archive-mode-map): Move initialization into
4512         the declaration.  Override *all* bindings of `undo'.
4513         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
4515 2005-04-09  Jay Belanger  <belanger@truman.edu>
4517         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
4519 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
4521         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
4522         (xterm-register-default-colors): Update color values computation
4523         to match xterm-200.
4525 2005-04-09  Kenichi Handa  <handa@m17n.org>
4527         * international/code-pages.el (iso-latin-7): Fix the map.
4529 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
4531         * emacs-lisp/lisp.el (defun-prompt-regexp)
4532         (parens-require-spaces, buffer-end, end-of-defun)
4533         (insert-parentheses): Doc fixes.
4535 2005-04-08  Kim F. Storm  <storm@cua.dk>
4537         * comint.el (comint-highlight-prompt): Fix face spec.
4538         * hi-lock.el (hi-green): Likewise.
4540 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
4542         * cus-edit.el (custom-modified-face):
4543         * comint.el (comint-highlight-input): Fix previous changes.
4544         * term.el (term-handle-ansi-escape): Add a comment.
4546 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4548         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
4549         in the buffer and in whitespace-highlighted-space.
4550         (whitespace-unhighlight-the-space): Simplify.
4551         (whitespace-buffer): Simplify.
4553 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
4555         * textmodes/table.el (table-cell-face): Add special case for
4556         displays supporting a high number of colors.
4557         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
4558         (vhdl-font-lock-reserved-words-face)
4559         (vhdl-speedbar-architecture-face)
4560         (vhdl-speedbar-instantiation-face)
4561         (vhdl-speedbar-architecture-selected-face)
4562         (vhdl-speedbar-instantiation-selected-face): Likewise.
4563         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
4564         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
4565         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
4566         (ebrowse-root-class-face, ebrowse-member-attribute-face)
4567         (ebrowse-progress-face): Likewise.
4568         * progmodes/compile.el (compilation-info-face): Likewise.
4569         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
4570         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
4571         * calendar/calendar.el (diary-face): Likewise.
4572         * woman.el (woman-italic-face, woman-bold-face)
4573         (woman-unknown-face): Likewise.
4574         * wid-edit.el (widget-button-pressed-face): Likewise.
4575         * whitespace.el (whitespace-highlight-face): Likewise.
4576         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
4577         * pcvs-info.el (cvs-marked-face): Likewise.
4578         * info.el (info-xref): Likewise.
4579         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
4580         * hilit-chg.el (highlight-changes-face)
4581         (highlight-changes-delete-face): Likewise.
4582         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
4583         (hi-red-b): Likewise.
4584         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
4585         * font-lock.el (font-lock-keyword-face)
4586         (font-lock-function-name-face, font-lock-warning-face): Likewise.
4587         * cus-edit.el (custom-invalid-face, custom-modified-face)
4588         (custom-set-face, custom-changed-face, custom-variable-tag-face)
4589         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
4590         * comint.el (comint-highlight-prompt): Likewise.
4592 2005-04-08  Lute Kamstra  <lute@gnu.org>
4594         * font-lock.el (font-lock-keywords): Docstring fixes.
4596 2005-04-08  Kenichi Handa  <handa@m17n.org>
4598         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
4599         chars are more than a limit, print " and more..." at the tail.
4601 2005-04-08  Kim F. Storm  <storm@cua.dk>
4603         * emacs-lisp/authors.el (authors-aliases): Update list.
4604         (authors-ignored-files): New list.
4605         (authors-fixed-entries): Fix typo.
4606         (authors-renamed-files-alist): Update list.
4607         (authors-add): Check authors-ignored-files.
4609 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
4611         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
4612         optional, to ensure backward compatibility.
4614 2005-04-08  Stephen Eglen  <stephen@gnu.org>
4616         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
4618 2005-04-08  Kim F. Storm  <storm@cua.dk>
4620         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
4622         * mouse.el (mouse-on-link-p): Doc fix.
4624 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
4626         * ielm.el (ielm-prompt-read-only): Doc fix.
4628         * comint.el (comint-prompt-read-only): Doc fix.
4630 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
4632         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
4633         ensure dired always handles wildcards passed to ffap.
4634         (find-file-at-point): Use it.
4635         (ffap-dired-wildcards): Doc fix.
4637 2005-04-07  Juri Linkov  <juri@jurta.org>
4639         * simple.el (next-error-overlay-arrow-position): New defvar.
4640         Put "=>" on its property `overlay-arrow-string'.  Add it to
4641         `overlay-arrow-variable-list'.
4643         * progmodes/compile.el (compilation-setup):
4644         Set `next-error-overlay-arrow-position' to nil.  Also set it to
4645         nil in the local hook `kill-buffer-hook'.  Make local variable
4646         `overlay-arrow-string' and set it to "=>".
4647         (compilation-goto-locus): Set BOL position to
4648         `next-error-overlay-arrow-position' instead of
4649         `overlay-arrow-position'.
4651         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
4652         locally instead of adding it to the global hook.
4653         (Info-kill-buffer): Move up.
4655 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
4657         * term/xterm.el (xterm-standard-colors): Update color values from
4658         xterm-200.
4660 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4662         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
4664         * fast-lock.el:
4665         * lazy-lock.el: Move them to the obsolete subdir.
4667 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
4669         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
4670         (wdired-add-replace-advice): Remove.
4671         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
4673 2005-04-06  Kim F. Storm  <storm@cua.dk>
4675         * startup.el (command-line): Add --bare-bones alias for -Q.
4677 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4679         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
4680         create the startup fontset if a font specification ends with
4681         `mac-roman'.
4683 2005-04-06  Lute Kamstra  <lute@gnu.org>
4685         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
4686         change.
4688         * emacs-lisp/copyright.el (copyright-update-year): Replace the
4689         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
4691 2005-04-05  Lute Kamstra  <lute@gnu.org>
4693         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
4694         (define-generic-mode): Ditto.  Fix debug declaration.
4696         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4697         Put them in the generic-x group.
4699         * calendar/timeclock.el (timeclock): Doc fix.
4701         * generic.el (define-generic-mode): Don't use custom-current-group.
4702         Document default :group value.
4703         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
4704         (define-global-minor-mode): Don't use custom-current-group.
4706 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
4708         * startup.el (command-line-1): Display startup-echo-area-message
4709         when fancy splash screen is in use.
4711         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
4712         (sh-escaped-newline): New face.
4713         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
4714         newline, and use sh-escaped-newline face.
4716         * progmodes/tcl.el (tcl-escaped-newline): New face.
4717         (tcl-builtin-list): New variable.
4718         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
4719         newlines.  Fix keywords subexpression number.
4721 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
4723         * textmodes/org.el (org-diary-default-entry): Fix call to
4724         `add-to-diary-entry'.
4726 2005-04-05  Kim F. Storm  <storm@cua.dk>
4728         * ediff-init.el: Use (featurep 'xemacs).
4730 2005-04-05  David Ponce  <david@dponce.com>
4732         * cus-edit.el (face): Derive from symbol widget.  Display sample
4733         of the current face on the fly.
4734         (widget-face-sample-face-get, widget-face-notify): New functions.
4735         (widget-face-value-create): Remove.
4737         * wid-edit.el (widget-field-end): Temporarily remove field
4738         narrowing before to call `get-char-property'.
4740 2005-04-04  Jay Belanger  <belanger@truman.edu>
4742         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
4743         (math-read-subscripts): New variable.
4744         (math-read-preprocess-string): Process subscripts.
4746 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
4748         * comint.el (comint-prompt-read-only): Doc fix.
4750         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4751         `-1'.  Doc fix.
4753 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
4755         * textmodes/org.el (org-insert-mode-line-in-empty-file):
4756         Change default value to nil.
4758 2005-04-04  Lute Kamstra  <lute@gnu.org>
4760         * autorevert.el (auto-revert-mode): Specify :group.
4761         * battery.el (display-battery-mode): Specify :group.
4762         * diff-mode.el (diff-minor-mode): Specify :group.
4763         * font-core.el (font-lock-mode): Specify :group.
4764         * hl-line.el (hl-line-mode): Specify :group.
4765         * iimage.el (iimage): New customization group.
4766         (iimage-mode): Specify :group.
4767         * longlines.el (longlines-mode): Specify :group.
4768         * master.el: Don't require easy-mmode.
4769         (master): New customization group.
4770         (master-mode): Specify :group.
4771         * msb.el (msb-mode): Specify :group.
4772         * reveal.el (reveal-mode): Specify :group.
4773         * simple.el (next-error-follow-minor-mode): Specify :group.
4774         * smerge-mode.el (smerge-mode): Specify :group.
4775         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4776         * emulation/cua-base.el (cua-mode): Specify :group.
4777         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4778         * language/thai-util.el (thai-auto-composition-mode)
4779         (thai-word-mode): Specify :group.
4780         * mail/supercite.el (sc-minor-mode): Specify :group.
4781         * progmodes/cwarn.el (cwarn-mode): Specify :group.
4782         * progmodes/flymake.el (flymake-mode): Specify :group.
4783         * progmodes/glasses.el (glasses-mode): Specify :group.
4784         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4785         * textmodes/enriched.el (enriched-mode): Specify :group.
4786         * textmodes/refill.el (refill-mode): Specify :group.
4788         * add-log.el (change-log-font-lock-keywords): Names in
4789         parenthesized lists can contain spaces.
4791 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
4793         * startup.el (fancy-splash-text): Shorten default text of
4794         "Emacs Tutorial" line.  Also, if the current language env
4795         indicates an available tutorial file other than TUTORIAL,
4796         extract its title and append it to the line in parentheses.
4797         (fancy-splash-insert): If arg is a thunk, funcall it.
4799 2005-04-04  Jay Belanger  <belanger@truman.edu>
4801         * calc.el (calc-language-alist): Add tags to customization type.
4803 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
4805         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4806         Doc fix.
4808 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
4810         * add-log.el (change-log-font-lock-keywords): The manual
4811         describing a Change Log entry, says: (...) "Aside from these
4812         header lines, every line in the change log starts with a space or
4813         a tab.".  The font-lock was not highlighting lines started with
4814         spaces, added support for it.
4816 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4818         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4819         (bibtex-generate-url-list): Update docstring accordingly.  Put the
4820         complex example in the docstring.
4821         (bibtex-font-lock-url): Use pop.
4823 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4825         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4827         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4829 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
4831         * filesets.el (filesets-set-default): Doc fix.
4833 2005-04-03  Lute Kamstra  <lute@gnu.org>
4835         * generic.el (define-generic-mode): Add argument to specify
4836         keywords for defcustom.
4837         (default-generic-mode): Specify :group.
4839         * generic-x.el: Specify :group for all generic modes.
4841         * desktop.el (desktop-no-desktop-file-hook)
4842         (desktop-after-read-hook): Doc fix.
4844 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
4846         * simple.el (visible-mode): Use explicit :group keyword.
4847         This changes the group of `visible-mode-hook' from paren-blinking
4848         to editing-basics.
4850 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
4852         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
4853         mailbox specifications as well as URLs.
4854         (rmail-insert-inbox-text): Remove unused conditional branches.
4856 2005-04-01  Jay Belanger  <belanger@truman.edu>
4858         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4859         (calc-gnuplot-print-command): Move definitions to calc.el.
4861         * calc/calc-embed.el (calc-embedded-announce-formula)
4862         (calc-embedded-open-formula, calc-embedded-close-formula)
4863         (calc-embedded-open-word, calc-embedded-close-word)
4864         (calc-embedded-open-plain, calc-embedded-close-plain)
4865         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4866         (calc-embedded-open-mode, calc-embedded-close-mode):
4867         Move definitions to calc.el.
4869         * calc/calc.el (calc-settings-file, calc-language-alist):
4870         Make customizable.
4871         (calc-embedded-announce-formula, calc-embedded-open-formula)
4872         (calc-embedded-close-formula, calc-embedded-open-word)
4873         (calc-embedded-close-word, calc-embedded-open-plain)
4874         (calc-embedded-close-plain, calc-embedded-open-new-formula)
4875         (calc-embedded-close-new-formula, calc-embedded-open-mode)
4876         (calc-embedded-close-mode, calc-gnuplot-name)
4877         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4878         from other files and make customizable.
4880 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4882         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4883         Use buffer-live-p.
4884         (cvs-mode-run): Don't call cvs-update-header here.
4885         (cvs-run-process): Call cvs-update-header.
4886         Use process properties for cvs-postprocess and cvs-buffer so that
4887         the sentinel can behave better if the temp buffer is killed.
4888         Use a pipe rather than a tty, to better handle unexpected prompts.
4889         (cvs-sentinel): Rewrite.  Call cvs-update-header.
4891 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
4893         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4894         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
4896 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4898         * generic.el (define-generic-mode): Add indentation rule.
4900 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
4902         * files.el (mode-require-final-newline): Make Custom correctly
4903         report a nil value and allow to set it to nil via Custom.
4904         Doc fix.
4906 2005-04-01  Kenichi Handa  <handa@m17n.org>
4908         * international/characters.el: Enable the correct case setting for
4909         dotless-i and dotted-I.
4911 2005-04-01  Kim F. Storm  <storm@cua.dk>
4913         * ido.el (ido-file-internal): Fall back to non-ido command if
4914         initial directory is on slow ftp (or tramp) host.
4916 2005-03-31  Richard M. Stallman  <rms@gnu.org>
4918         * emacs-lisp/autoload.el (make-autoload):
4919         Handle define-global-minor-mode.
4921         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4922         Rename from easy-mmode-define-global-mode.
4923         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4925         * progmodes/scheme.el (scheme-mode-syntax-table):
4926         Update syntax of | and # for two-character comment syntax.
4928 2005-03-31  Lute Kamstra  <lute@gnu.org>
4930         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4931         (define-minor-mode): Call custom-current-group at load-time.
4933         * generic.el (define-generic-mode): Add debug declaration.
4934         Add defcustom for the mode hook.
4935         (generic-mode-internal): Use run-mode-hooks.
4937 2005-03-31  Kim F. Storm  <storm@cua.dk>
4939         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4940         (mouse-fixup-help-message): New defun called by show_help_echo
4941         to fixup mouse-2 prefix in help messages when applicable.
4943         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4945 2005-03-31  Kenichi Handa  <handa@m17n.org>
4947         * language/thai-word.el (thai-find-word-ends): Pay attention to
4948         the case that we reach the end of buffer.
4950         * textmodes/fill.el (fill-text-properties-at): New function.
4951         (fill-newline): Use fill-text-properties-at instead of
4952         text-properties-at.
4954 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
4956         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4957         not comint-quote-filename.
4959 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
4961         * help-fns.el (help-with-tutorial): Revert last change.
4963 2005-03-31  Kim F. Storm  <storm@cua.dk>
4965         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4967 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
4969         * calendar/cal-china.el: Update reference to "Calendrical
4970         Calculations" book; there's a new edition.
4971         * calendar/cal-coptic.el: Likewise.
4972         * calendar/cal-french.el: Likewise.
4973         * calendar/cal-hebrew.el: Likewise.
4974         * calendar/cal-islam.el: Likewise.
4975         * calendar/cal-iso.el: Likewise.
4976         * calendar/cal-julian.el: Likewise.
4977         * calendar/cal-mayan.el: Likewise.
4978         * calendar/cal-persia.el: Likewise.
4979         * calendar/calendar.el: Likewise.
4980         * calendar/holidays.el: Likewise.
4981         * calendar/lunar.el: Likewise.
4982         * calendar/solar.el: Likewise.
4984         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4985         white space from doc string.
4987 2005-03-30  Jay Belanger  <belanger@truman.edu>
4989         * calc/calc-help.el (calc-full-help): Remove email address.
4991 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
4993         * help-fns.el (help-with-tutorial): Delete title line.
4995 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
4997         * calendar/cal-x.el (calendar-one-frame-setup)
4998         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4999         rather than 'symbol for set-window-dedicated-p.
5001         * calendar/appt.el (appt-buffer-name): Make it a constant.
5002         (appt-add): Doc fix.
5004         * filesets.el (filesets-menu-path, filesets-menu-before)
5005         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
5006         (filesets-menu-cache-file): Use directory ~/.emacs.d.
5007         (filesets-add-submenu): Delete and use add-submenu instead.
5009 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
5011         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
5012         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
5013         (org-diary-default-entry): New function.
5014         (org-get-entries-from-diary): Better parsing of diary entries.
5015         (org-agenda-check-no-diary): New function.
5016         ("diary-lib"): Advice to function `add-to-diary-list', to allow
5017         linking to diary entries.
5018         (org-agenda-execute-calendar-command): New function.
5019         (org-agenda): Improve visible section in window.
5020         Use `org-fit-agenda-window'.
5021         (org-fit-agenda-window): New option.
5022         (org-move-subtree-down): Better handling of empty lines
5023         at end of subtree.
5024         (org-cycle): Numeric prefix is interpreted now as show-subtree N
5025         levels up.
5026         (org-fontify-done-headline): New option.
5027         (org-headline-done-face): New face.
5028         (org-set-font-lock-defaults): Use `org-headline-done-face'.
5029         (org-table-copy-down): Rename from `org-table-copy-from-above'.
5030         When current field is non-empty, it is copied to next row.
5031         (org-table-copy-from-above): Fix bug which made it
5032         impossible to copy fields containing only a single non-white character.
5034 2005-03-30  Kim F. Storm  <storm@cua.dk>
5036         * kmacro.el (kmacro-end-macro): Isearch may store this command
5037         into the macro -- so ignore it when executing keyboard macro.
5039 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
5041         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
5043 2005-03-29  Kenichi Handa  <handa@m17n.org>
5045         * language/thai.el ("Thai"): Set setup-function and exit-function
5046         for Thai language environment.
5048         * language/thai-util.el: Require thai-word.
5049         (thai-word-mode-map): New variable.
5050         (thai-word-mode): New minor mode.
5051         (setup-thai-language-environment-internal): New function.
5052         (exit-thai-language-environment-internal): New function.
5054         * language/thai-word.el (thai-word-table): Declare it by defvar,
5055         use dolist to initialize it.
5056         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
5057         (thai-fill-find-break-point): New functions.
5059 2005-03-29  Richard M. Stallman  <rms@gnu.org>
5061         * simple.el (idle-update-delay): Move definition up.
5062         (set-mark): Doc fix.
5064 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
5066         * longlines.el: New file.
5068         * simple.el (buffer-substring-filters): New variable.
5069         (filter-buffer-substring): New function.
5070         (kill-region, copy-region-as-kill): Use it.
5072         * register.el (copy-to-register, append-to-register)
5073         (prepend-to-register): Use filter-buffer-substring.
5075 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
5077         * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
5078         (gud-filter-pending-text): Move in front of gdb.
5079         (gud-overlay-arrow-position): New variable.
5080         (gud-sentinel, gud-display-line): Use it in place of
5081         overlay-arrow-position.
5083 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
5085         * progmodes/fortran.el (fortran-if-indent): Doc fix.
5086         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
5087         (fortran-font-lock-keywords-4): New variable.
5088         (fortran-blocks-re, fortran-end-block-re)
5089         (fortran-start-block-re): New constants, for hideshow.
5090         (hs-special-modes-alist): Add a Fortran entry.
5091         (fortran-mode-map): Bind fortran-end-of-block,
5092         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
5093         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
5094         (fortran-looking-at-if-then, fortran-end-of-block)
5095         (fortran-beginning-of-block): New functions, for hideshow.
5097         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
5098         Doc fix.  Tweak regexp.
5099         (f90-beginning-of-block): Push mark first.
5101 2005-03-29  Jay Belanger  <belanger@truman.edu>
5103         * calc/calc.el: Update copyright date.
5104         (calc-version): Increase to 2.1.
5105         (calc-version-date): Remove.
5107         * calc/calc-help.el: Update copyright date.
5108         (calc-full-help): Remove reference to calc-version-date.
5109         Update copyright date.
5111 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5113         * vc.el (vc-do-command): Use a pipe for async processes, so password
5114         prompts don't show up at places where the user can't reply.
5116 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
5118         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
5119         on the file name we pass to the inferior shell.
5121 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
5123         * progmodes/which-func.el (which-function): Be robust in the face of an
5124         imenu--make-index-alist failure.
5126 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5128         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
5130         * progmodes/python.el (python-preoutput-filter): Fix last change.
5132 2005-03-29  Lute Kamstra  <lute@gnu.org>
5134         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
5135         functions and compiled macros.
5136         (debug-convert-byte-code): Handle macros too.
5137         (debug-on-entry-1): Don't signal an error when trying to clear a
5138         function that is not set to debug on entry.
5140 2005-03-29  Jay Belanger  <belanger@truman.edu>
5142         * calc/calc-lang.el: Add functions to math-function-table
5143         properties of tex and math.
5145 2005-03-29  Kenichi Handa  <handa@m17n.org>
5147         * ps-mule.el (ps-mule-plot-string): Translate characters by
5148         ps-print-translation-table.
5149         (ps-mule-begin-job): Call find-charset-region/string with
5150         ps-print-translation-table.
5151         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
5153         * ps-print.el (ps-print-translation-table): New variable.
5154         (ps-plot-region): Translate characters by ps-print-translation-table.
5156 2005-03-29  Juri Linkov  <juri@jurta.org>
5158         * simple.el (next-error-highlight-timer): New variable.
5160         * progmodes/compile.el (compilation-goto-locus):
5161         Use `next-error-highlight-timer' instead of `sit-for'.
5163 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5165         * mail/supercite.el (sc-mail-field): Use assoc-string.
5166         (sc-get-address): Simplify regexps.
5168         * files.el (minibuffer-with-setup-hook): New macro.
5169         (find-file-read-args): Use it to avoid let-binding
5170         minibuffer-with-setup-hook (which breaks turning on/off
5171         file-name-shadow-mode while in the prompt).
5173         * complete.el (PC-read-include-file-name-internal): Use test-completion.
5175 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
5177         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
5179 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5181         * window.el (window-buffer-height): Use count-screen-lines.
5183         * progmodes/python.el (python-preoutput-leftover): New var.
5184         (python-preoutput-filter): Use it.
5185         (python-send-receive): Loop until all the result has been received.
5187 2005-03-28  Juri Linkov  <juri@jurta.org>
5189         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
5191         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
5192         "Recover Crashed Session".
5193         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
5194         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
5195         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
5196         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
5197         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
5198         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
5199         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
5200         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
5202         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
5203         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
5204         Ediff Sessions", "Toggle use of separate control buffer frame",
5205         "Use separate frame for Ediff control buffer".
5207         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
5208         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
5209         "Rename Bookmark", "Delete Bookmark".
5211         * info.el (Info-mode-menu): Remove ellipsis from "Index".
5212         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
5213         Add `:active Info-index-alternatives' to "Next Matching Item".
5215         * wdired.el (wdired-change-to-wdired-mode):
5216         Mention `wdired-abort-changes' key in the initial message.
5218         * international/mule.el (auto-coding-alist): Associate non-ascii
5219         image filename extensions with `no-conversion'.
5221 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5223         * international/iso-acc.el:
5224         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
5226 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
5228         * textmodes/sgml-mode.el (html-mode): Doc update.
5230         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
5232 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
5234         * term.el (term-move-columns): Fix face after extending a line.
5235         (term-insert-spaces): Likewise.
5236         (term-reset-terminal): Fix off by one error.
5238 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
5240         * international/mule.el (auto-coding-alist): Add .xpi files.
5242         * files.el (auto-mode-alist): Add .xpi files.
5244 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
5246         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
5248 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
5250         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
5252 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
5254         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
5255         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
5257         * calendar/cal-move.el (calendar-beginning-of-year): Move the
5258         cursor to Jan 1 when needed.
5259         (calendar-end-of-year): Fix -/+ typo.
5260         Reported by Chong Yidong <cyd@stupidchicken.com>.
5262 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5264         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
5266         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
5267         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
5269 2005-03-25  Richard M. Stallman  <rms@gnu.org>
5271         * filesets.el (filesets-init): Add autoload.
5273         * mail/mailalias.el (mail-directory): Doc fix.
5275 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
5277         * mail/mailalias.el (mail-directory-process): Do nothing if
5278         mail-directory-process is an atom.
5279         (mail-get-names): Ignore mail-directory-names if it is an atom.
5280         (mail-directory-process defvar): Doc fix.
5281         (mail-names): Doc fix.
5283 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
5285         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
5287 2005-03-26  Kenichi Handa  <handa@m17n.org>
5289         * international/mule-util.el (detect-coding-with-priority):
5290         Call update-coding-systems-internal before detect-coding-region.
5292 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
5294         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
5295         (gdb-frames-mode-map): Add follow-link property.
5297 2005-03-25  Jay Belanger  <belanger@truman.edu>
5299         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
5300         for variables.
5302 2005-03-25  Juri Linkov  <juri@jurta.org>
5304         * image-mode.el: Optimize image filename extension regexps in
5305         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
5306         in `auto-mode-alist'.
5307         (image-mode): Add `image-toggle-display-text' to local hook
5308         `change-major-mode-hook'.  Display the image as an image by
5309         default.  Set `cursor-type' and `truncate-lines' if the image
5310         is already displayed.  Take into account the current mode (image
5311         or text) in message.
5312         (image-minor-mode): New minor mode.
5313         (image-mode-maybe, image-toggle-display-text): New functions.
5314         (image-toggle-display): Use called-interactively-p.
5315         Let-bind `inhibit-read-only' to t.
5317         * image-mode.el (image-minor-mode): Set `cursor-type' and
5318         `truncate-lines' if the image is already displayed.  Add turning
5319         image-minor-mode off to `change-major-mode-hook'.  Add message.
5320         Call `image-toggle-display-text' after turning image-minor-mode off.
5322 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5324         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
5325         Terminal.app, use utf-8.
5326         (set-display-table-and-terminal-coding-system): Add coding-system arg.
5327         (set-locale-environment): Use it.
5329         * term/xterm.el: Undo last change, better done in mule-cmds.el.
5331         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
5333         * progmodes/python.el (python-close-block-statement-p)
5334         (python-outdent-p, python-current-defun): Use symbol-end.
5336 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
5338         * files.el (save-some-buffers): Doc fix.
5340 2005-03-25  Werner Lemberg  <wl@gnu.org>
5342         * complete.el, thumbs.el: Replace `legal' with `valid'.
5343         * calendar/calendar.el: Replace `legal' with `valid'.
5344         * emacs-lisp/advice.el: Replace `legal' with `valid'.
5345         * mail/supercite.el: Replace `legal' with `valid'.
5346         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
5347         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
5348         Replace `legal' with `valid'.
5349         * textmodes/reftex-vars.el, textmodes/reftex.el:
5350         Replace `legal' with `valid'.
5352 2005-03-25  Werner Lemberg  <wl@gnu.org>
5354         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
5355         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
5356         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
5357         * emulation/vip.el: Replace `illegal' with `invalid'.
5358         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
5359         * mail/supercite.el: Replace `illegal' with `invalid'.
5360         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
5361         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
5362         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
5363         * progmodes/sh-script.el, progmodes/xscheme.el:
5364         Replace `illegal' with `invalid'.
5365         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
5366         * textmodes/reftex-index.el, textmodes/reftex-parse.el
5367         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
5368         * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
5370 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5372         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
5373         (flymake-find-buildfile, flymake-find-possible-master-files)
5374         (flymake-check-include, flymake-parse-line): Replace loops over the
5375         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
5377         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
5378         Substitute file-name-as-directory in the rest of the file.
5379         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
5380         (flymake-replace-region): Remove unused arg `buffer'.
5381         (flymake-check-patch-master-file-buffer): Update calls to it.
5382         (flymake-add-err-info): Remove unused var `count'.
5383         (flymake-mode): Use define-minor-mode.
5385         * progmodes/flymake.el: Use with-current-buffer.
5386         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
5387         flymake-replace-regexp-in-string, flymake-line-beginning-position)
5388         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
5389         Avoid testing for `xemacs'.
5390         (flymake-nop): Move.
5391         (flymake-region-has-flymake-overlays): Return the computed value.
5392         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
5393         Remove unused var `endline'.
5394         (flymake-get-line-count): Remove unused function.
5395         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
5397         * emulation/vi.el:
5398         * generic.el:
5399         * hilit-chg.el (global-highlight-changes):
5400         * hi-lock.el (hi-lock-mode):
5401         * follow.el: find-file-hooks -> find-file-hook.
5403         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
5405 2005-03-24  Juri Linkov  <juri@jurta.org>
5407         * dired.el (dired-mode-map): Add menu item "Compare directories"
5408         for dired-compare-directories.
5410         * dired-aux.el (dired-compare-directories): Add autoload cookie.
5411         Doc fix.  Replace `read-file-name' with `read-directory-name'.
5413 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5415         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
5417 2005-03-24  Jay Belanger  <belanger@truman.edu>
5419         * calc/calc-embed.el (calc-embedded-mode-change): Save all
5420         relevant mode settings in calc-embedded-original-modes when modes
5421         are permanently changed.
5423 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5425         * autoinsert.el: find-file-hooks -> find-file-hook.
5427 2005-03-24  Lute Kamstra  <lute@gnu.org>
5429         * generic.el (generic-font-lock-defaults): Make it obsolete.
5430         (generic-font-lock-keywords): New variable to replace
5431         generic-font-lock-defaults.
5432         (generic-mode-set-font-lock): Delete it.
5433         (generic-mode-internal): Don't call generic-mode-set-font-lock.
5434         (generic-bracket-support): Add docstring.
5436         * generic-x.el: Rename generic-font-lock-defaults to
5437         generic-font-lock-keywords throughout.
5438         (mailagent-rules-setup-function): Delete it.
5439         (mailagent-rules-generic-mode): Use anonymous function instead.
5440         (show-tabs-generic-mode-font-lock-defaults-1)
5441         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
5442         Quote faces.
5443         (show-tabs-tab-face, show-tabs-space-face): Specify background,
5444         not foreground.
5446         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5447         Recognize define-generic-mode.
5449 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5451         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
5452         if there's no completion table.
5454 2005-03-23  Miles Bader  <miles@gnu.org>
5456         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5457         Remove tty-specific variants, as they're no longer needed.
5459 2005-03-23  Lute Kamstra  <lute@gnu.org>
5461         * generic-x.el: Code cleanup: make args constant whenever possible.
5462         (installshield-statement-keyword-list)
5463         (installshield-system-functions-list)
5464         (installshield-system-variables-list, installshield-types-list)
5465         (installshield-funarg-constants-list): Make them constants.
5467         * generic.el (generic-make-keywords-list): Add autoload cookie.
5469         * calendar/time-date.el: Add comment on time value formats.
5470         Don't require parse-time.
5471         (with-decoded-time-value): New macro.
5472         (encode-time-value): New function.
5473         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5474         (days-to-time): Return a valid time value when arg is huge.
5475         (time-since): Use time-subtract.
5476         (time-to-number-of-days): Use time-to-seconds.
5478 2005-03-23  David Ponce  <david@dponce.com>
5480         * recentf.el: (recentf-keep): New option.
5481         (recentf-menu-action): Default to `find-file'.
5482         (recentf-keep-non-readable-files-flag)
5483         (recentf-keep-non-readable-files-p)
5484         (recentf-file-readable-p, recentf-find-file)
5485         (recentf-cleanup-remote): Remove.
5486         (recentf-include-p): More robust.
5487         (recentf-keep-p): New function.
5488         (recentf-remove-if-non-kept): Rename from
5489         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
5490         All callers updated.
5491         (recentf-menu-items-for-commands): Fix help string.
5492         (recentf-track-closed-file): Update.  Doc fix.
5493         (recentf-cleanup): Update.  Count removed files.  Doc fix.
5495 2005-03-23  Kim F. Storm  <storm@cua.dk>
5497         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5498         Don't inherit from fringe face (now happens automatically).
5500 2005-03-22  Kim F. Storm  <storm@cua.dk>
5502         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
5503         position values.
5505 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5507         * menu-bar.el (showhide-date-time): Remove.
5508         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
5509         (menu-bar-make-mm-toggle): Simplify.
5511 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
5513         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
5514         Accept qualified variable and function names.
5516 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
5518         * bindings.el (completion-ignored-extensions):
5519         Remove ".lis" for `vax-vms'.
5521 2005-03-22  Andreas Schwab  <schwab@suse.de>
5523         * generic-x.el: Revert last change.
5524         * ldefs-boot.el: Update.
5526 2005-03-22  Jay Belanger  <belanger@truman.edu>
5528         * calc/calc-embed (calc-embedded-original-modes): New variable.
5529         (calc-embedded-save-original-modes)
5530         (calc-embedded-restore-original-modes): New functions.
5531         (calc-do-embedded): Save original modes when entering embedded mode
5532         and restore when leaving embedded mode.
5533         (calc-embedded-modes-change): Change the value of
5534         calc-embedded-original-modes to reflect permanent changes.
5536 2005-03-22  Lute Kamstra  <lute@gnu.org>
5538         * generic-x.el: Require generic again.
5540 2005-03-22  Miles Bader  <miles@gnu.org>
5542         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5543         Tweak details to look good on both ttys and bitmap displays, light
5544         or dark background, etc.
5546 2005-03-21  Kim F. Storm  <storm@cua.dk>
5548         * tooltip.el (tooltip-show-help-function): Check car and cdr of
5549         mouse position.
5551 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5553         * icomplete.el: Don't forcibly turn on the mode upon load.
5554         (icomplete-mode): Use define-minor-mode.
5555         (icomplete-eoinput): Default to nil.
5556         (icomplete-minibuffer-setup): Remove autoload.
5557         (icomplete-tidy): Simplify.
5558         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
5559         in the initial state or if the user has modified the field.
5560         Fix handling of icomplete-max-delay-chars.
5561         Remove code that handles the oddball case where
5562         minibuffer-completion-table is an integer.
5563         Wrap icomplete-completions in while-no-input in case building
5564         completions takes more time than expected.
5565         (icomplete-completions): Simplify.
5567 2005-03-21  Richard M. Stallman  <rms@gnu.org>
5569         * jka-compr.el (jka-compr-really-do-compress):
5570         Make variable buffer-local.
5572         * image-mode.el: Handle .xpm files too.
5573         (image-toggle-display): Preserve modification flag.
5575         * help.el (where-is): Don't mention aliases with no key bindings.
5577 2005-03-21  Lute Kamstra  <lute@gnu.org>
5579         * generic.el: Fix commentary section.  Don't require cl for compilation.
5580         (generic-mode-list): Add autoload cookie.
5581         (generic-use-find-file-hook, generic-lines-to-scan)
5582         (generic-find-file-regexp, generic-ignore-files-regexp)
5583         (generic-mode, generic-mode-find-file-hook)
5584         (generic-mode-ini-file-find-file-hook): Fix docstrings.
5585         (define-generic-mode): Make it a defmacro.  Fix docstring.
5586         (generic-mode-internal): Code cleanup.  Add autoload cookie.
5587         (generic-mode-set-comments): Code cleanup.
5588         * generic-x.el: Don't prevent compilation.  Don't require generic.
5589         Follow coding conventions.  Minor code cleanup.
5590         (etc-fstab-generic-mode): Add some keywords.
5591         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
5592         define-generic-mode like a function declaration.
5594 2005-03-21  Jay Belanger  <belanger@truman.edu>
5596         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
5597         changing modes.
5599 2005-03-21  Sam Steingold  <sds@gnu.org>
5601         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
5603 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
5605         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
5606         Add underscore to "f$ lexicals" regexp.
5608 2005-03-20  Juri Linkov  <juri@jurta.org>
5610         * subr.el (progress-reporter-do-update): When `min-value' is equal
5611         to `max-value', set `percentage' to 0 and prevent division by zero.
5613 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
5615         Sync with Tramp 2.0.48.
5617         * tramp.el (all): Change all addresses to .gnu.org.
5618         (tramp-append-tramp-buffers): New defun.
5619         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
5620         Catch `dont-send' signal.
5621         (tramp-set-auto-save-file-modes): Set always permissions, because
5622         there might be an old auto-saved file belonging to another
5623         original file.  This could be a security threat.  Reported by
5624         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
5625         Check for Emacs 21.3.50 removed.
5627         * tramp-smb.el (all): Remove debug construct for
5628         `with-parsed-tramp-file-name'.
5629         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
5630         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
5631         No error message if DIRECTORY or FILENAME doesn't exist.
5632         (tramp-smb-open-connection): Check existence of
5633         `tramp-smb-program'.
5635 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5637         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
5638         Properly handle the case where the `m' or `s' command's argument is not
5639         yet terminated.
5640         (perl-indent-new-calculate): New function.
5641         (perl-indent-line): Use it.
5643 2005-03-20  Miles Bader  <miles@gnu.org>
5645         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
5646         in text-mode too.  Change to new face names.
5647         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
5648         Add `:weight bold' attribute.
5649         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
5651 2005-03-19  Juri Linkov  <juri@jurta.org>
5653         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
5655         * international/mule.el (auto-coding-alist): Sync with
5656         `auto-mode-alist' by adding upper case archive file extensions
5657         and adding ear/war to jar extension.
5659 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
5661         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
5662         running, restart it.
5664 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
5666         * finder.el (finder-current-item): Throw an error on an empty line.
5668         * man.el (Man-follow-manual-reference): If current-word returns
5669         nil, use "".
5671 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
5673         * simple.el (goto-line): Doc fix.
5675 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
5677         * files.el (save-buffer): Doc fix.
5679 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
5681         * recentf.el (recentf-cleanup-remote): New variable.
5682         (recentf-cleanup): Use it to conditionally check availablity of
5683         remote files.
5685 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
5687         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
5688         function names.
5690 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
5692         * language/thai-word.el: New file.
5694 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
5696         * files.el (backup-buffer): If the file's directory is not
5697         writable, use copy instead of move to backup the file.
5699 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
5701         * obsolete/keyswap.el: Moved to obsolete/ from term/.
5703 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5705         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
5706         Use functionp instead of symbolp and fboundp.  Reported by Drkm
5707         <darkman_spam@yahoo.fr>.
5708         (ps-print-version): New version 6.6.6.
5710 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
5712         * textmodes/table.el (table--line-column-position): New idiom.
5713         (table--row-column-insertion-point-p): New function to test
5714         validity of row and column insertion operation at a location.
5715         (table-global-menu, table-cell-menu): Use above functions for
5716         deterministic test operation.
5717         (table--editable-cell-p): Behave in deterministic fashion.
5719 2005-03-18  Juri Linkov  <juri@jurta.org>
5721         * isearch.el (isearch-lazy-highlight-new-loop):
5722         Make arguments beg and end optional.
5723         (isearch-update): Remove optional arguments nil from
5724         isearch-lazy-highlight-new-loop.
5725         (isearch-lazy-highlight-search): Let-bind case-fold-search to
5726         isearch-lazy-highlight-case-fold-search instead of
5727         isearch-case-fold-search, and let-bind isearch-regexp to
5728         isearch-lazy-highlight-regexp.
5729         Use isearch-lazy-highlight-last-string instead of isearch-string.
5731         * replace.el (perform-replace): Remove bindings of global
5732         variables isearch-string, isearch-regexp, isearch-case-fold-search.
5733         Add three new arguments to `replace-highlight'.
5734         (replace-highlight): Add arguments string, regexp, case-fold.
5735         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
5736         to allow isearch-lazy-highlight-new-loop to use these values
5737         to set corresponding isearch-lazy-highlight-* internal
5738         variables whose values lazy highlighting will use regardless of
5739         changes to global variables isearch-string, isearch-regexp,
5740         isearch-case-fold-search during lazy highlighting loop.
5741         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
5742         to `lazy-highlight-cleanup'.
5744         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
5745         (ispell-highlight-face): Set default face to `isearch' when
5746         lazy highlighting is enabled.
5747         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
5748         priority to 1.  Add lazy highlighting.
5749         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
5750         from `isearch-dehighlight'.
5752 2005-03-18  David Ponce  <david@dponce.com>
5754         * files.el (hack-local-variables): Do a case-insensitive search
5755         for End.
5757 2005-03-18  Juri Linkov  <juri@jurta.org>
5759         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5760         `isearch-lazy-highlight-cleanup', add alias to old name and
5761         declare obsolete.  Add release numbers to other obsolete vars.
5762         (isearch-done, isearch-lazy-highlight-new-loop):
5763         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5764         (lazy-highlight-cleanup) <variable>: Doc fix.
5765         (isearch-lazy-highlight-update): Rename obsolete
5766         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5768 2005-03-18  Kenichi Handa  <handa@m17n.org>
5770         * language/thai-util.el: Fix categorization of Thai characters in
5771         thai-category-table.
5772         (thai-composition-pattern): Adjust it for the above change.
5773         (thai-self-insert-command, thai-compose-syllable): New functions.
5774         (thai-compose-region): Use thai-compose-syllable.
5775         (thai-compose-string): Likewise.
5776         (thai-composition-function): Likewise.
5777         (thai-auto-composition): New function.
5778         (thai-auto-composition-mode): New minor mode.
5780         * language/thai.el: Fix patterns to be registered in
5781         composition-function-table.
5783         * international/quail.el (quail-input-method): Locally bind
5784         inhibit-modification-hooks to t.
5786 2005-03-17  Richard M. Stallman  <rms@gnu.org>
5788         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5789         (perl-mode): Use run-mode-hooks.
5791         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5792         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5793         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5795         * mail/sendmail.el (sendmail-send-it): Reenable the code
5796         to compute resend-to-address and use it.
5798         * tar-mode.el (tar-mode): Turn off undo unconditionally.
5800         * image-mode.el: New file.
5802         * image.el (insert-sliced-image): Add autoload cookie.
5804         * font-lock.el (font-lock-lines-before): New user option.
5805         (font-lock-after-change-function): Obey it.
5807         * bindings.el (esc-map): Make M-g a prefix.
5808         Bind M-g g and M-g M-g to goto-line.
5810         * faces.el (face-id): Doc fix.
5812 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
5814         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5815         (rmail-show-message): Use rmail-unknown-mail-followup-to.
5816         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5818         * mail/sendmail.el (mail-yank-ignored-headers)
5819         (mail-font-lock-keywords, mail-mode-fill-paragraph):
5820         Add Mail-Followup-To and Mail-Reply-To headers.
5821         (mail-citation-hook): Add autoload cookie.
5822         (mail-mode): Doc fix.
5823         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5824         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5825         (mail-mode-fill-paragraph): Handle those headers.
5826         (mail-mailing-lists): New variable.
5827         (mail-mail-reply-to, mail-mail-followup-to): New functions.
5829 2005-03-17  Juri Linkov  <juri@jurta.org>
5831         * isearch.el (isearch-fallback): Check for `(car previous)'
5832         before calling `isearch-other-end-state'.
5834 2005-03-17  Kim F. Storm  <storm@cua.dk>
5836         * simple.el (move-beginning-of-line): Move to beginning of buffer
5837         line, as well as beginning of screen line.
5839 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
5841         * calendar/diary-lib.el (mark-diary-entries): Use new optional
5842         argument REDRAW rather than calendar-redrawing variable.
5843         * calendar/calendar.el (calendar-redrawing): Delete.
5844         (redraw-calendar): Do not bind calendar-redrawing.
5846 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
5848         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5849         diary-file buffer.
5851 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5853         * help.el (describe-mode): Allow a :minor-mode-function property to
5854         specify a different minor mode toggle function than the variable.
5855         * simple.el (auto-fill-function):
5856         * subr.el (add-minor-mode): Use it.
5858 2005-03-16  Kenichi Handa  <handa@m17n.org>
5860         * language/ethio-util.el (sera-being-called-by-w3): New variable.
5861         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5862         (ethio-fidel-to-sera-buffer): Likewise.
5864 2005-03-16  Juri Linkov  <juri@jurta.org>
5866         * emacs-lisp/find-func.el (find-function-regexp):
5867         Add defun-emitting macro `menu-bar-make-toggle'.
5869         * isearch.el: Put `isearch-scroll' property to
5870         `split-window-horizontally'.
5872         * info.el: Update error messages for `debug-ignored-errors'.
5873         (Info-isearch-search): Doc fix.
5874         (Info-find-node): Move up code to go into info buffer before
5875         recording the node to the history.
5876         (Info-fontify-node): Fontify titles only if the next line
5877         has two or more `*', `=', `-', `.'.
5878         Display "go to this node" for empty (match-string 3).
5880 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5882         * term/mac-win.el: Add mouse pointer shape constants.
5884 2005-03-15  Kim F. Storm  <storm@cua.dk>
5886         * simple.el (move-beginning-of-line): Use vertical-motion.
5888 2005-03-15  Juri Linkov  <juri@jurta.org>
5890         * isearch.el (isearch-error): New variable.
5891         (isearch-invalid-regexp, isearch-within-brackets): Remove.
5892         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5893         (isearch-within-brackets-state): Remove.
5894         (isearch-case-fold-search-state, isearch-pop-fun-state):
5895         Decrease frame index.
5896         (isearch-mode, isearch-top-state, isearch-push-state)
5897         (isearch-edit-string, isearch-abort, isearch-search-and-update)
5898         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5899         (isearch-search, isearch-lazy-highlight-new-loop):
5900         Replace `isearch-invalid-regexp' with `isearch-error'.
5901         Remove `isearch-within-brackets'.
5902         (isearch-search): Add `search-failed' handler to `condition-case'.
5903         (isearch-lazy-highlight-search): Add `condition-case' to catch
5904         errors and allow `isearch-lazy-highlight-update' to try
5905         highlighting from the beginning of the window.
5906         (isearch-repeat): Move up code to set isearch-wrapped to t
5907         before calling isearch-wrap-function.
5909         * info.el (Info-isearch-initial-node): New internal variable.
5910         (Info-search): Signal an error in isearch mode when search leaves
5911         the initial node.  Signal an error when `bound' is non-nil and
5912         nothing was found in the current subfile.
5913         (Info-isearch-search): Remove `condition-case'.
5914         (Info-isearch-wrap): Don't wrap when search failed during leaving
5915         the initial node.  If `Info-isearch-search' is nil, wrap around
5916         the current node.
5917         (Info-isearch-start): New fun.
5918         (Info-mode): Add buffer-local hook `Info-isearch-start' to
5919         `isearch-mode-hook'.
5921 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5923         * simple.el (normal-erase-is-backspace): Set default to t if
5924         running on Mac.
5926         * term/mac-win.el (function-key-map): Sync with x-win.el.
5928 2005-03-15  Kenichi Handa  <handa@m17n.org>
5930         * international/mule-cmds.el (locale-language-names): Modify the
5931         format of elements and add more entries.
5932         (locale-preferred-coding-systems): Add more entries.
5933         (set-locale-environment): Adjust for the change of
5934         locale-language-names.
5936 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5938         * pcvs.el (smerge-ediff): Remove bogus autoload.
5940 2005-03-14  Lute Kamstra  <lute@gnu.org>
5942         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5943         Ignore a `*' at the beginning of a line.
5945         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5946         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5947         subr.el.
5948         (dont-compile, eval-when-compile, eval-and-compile): Use declare
5949         to specify indentation.
5951         * generic.el (define-generic-mode): Let generic-mode-list be a
5952         list of strings; test membership with equal.
5954 2005-03-14  Kim F. Storm  <storm@cua.dk>
5956         * simple.el (next-line, previous-line): Add optional try-vscroll
5957         arg to recognize interactive use.  Pass it on to line-move.
5958         (line-move): Don't perform auto-window-vscroll when defining or
5959         executing keyboard macro to ensure consistent behaviour.
5961 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5963         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5965 2005-03-13  Lute Kamstra  <lute@gnu.org>
5967         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5968         debugger-setup-buffer so that backtrace marks the frames set to
5969         debug-on-exit and we don't have to do it manually.  Set an extra
5970         debug-on-exit for macro's.
5971         (debugger-setup-buffer): Don't mark the top frame manually.
5973 2005-03-12  Lute Kamstra  <lute@gnu.org>
5975         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5976         lisp-indent-function throughout.
5977         (with-no-warnings): Set lisp-indent-function property.
5979 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
5981         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5982         Add entry for backslash.
5984 2005-03-12  Juri Linkov  <juri@jurta.org>
5986         * info.el (Info-search): Four fixes for backward search.
5988 2005-03-11  Jay Belanger  <belanger@truman.edu>
5990         * calc/calc.el (calc-language-alist): New variable.
5991         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5992         (calc-embedded-find-modes): Use calc-language-alist instead of
5993         calc-embedded-language-alist.
5995 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
5997         * calendar/calendar.el (calendar-redrawing): New internal
5998         variable.
5999         (redraw-calendar): Remove bogus save-excursion from previous
6000         change.  Bind calendar-redrawing to t for mark-diary-entries.
6001         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
6002         calendar if that is why we were called.
6004 2005-03-11  Kenichi Handa  <handa@m17n.org>
6006         * international/mule.el (make-coding-system): Set property
6007         coding-system-define-form to nil.
6008         (define-coding-system-alias): Likewise.
6010 2005-03-11  Kenichi Handa  <handa@m17n.org>
6012         These changes are suggested by Dave Love <fx@gnu.org>.
6014         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
6015         coding: tag.
6016         (adaptive-fill-regexp): Add more bullets.
6017         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
6018         regexps.
6020 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6022         * help.el (describe-mode): Properly handle non-trivial lighters.
6023         Don't ignore minor modes that are not listed in minor-mode-list.
6025         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
6026         feature ON when the user requests to turn it OFF.
6028 2005-03-10  Lute Kamstra  <lute@gnu.org>
6030         * emacs-lisp/debug.el (debug-entry-code): Delete it.
6031         (implement-debug-on-entry): New function to replace debug-entry-code.
6032         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
6033         second argument as the 2005-03-07 change makes it obsolete.
6034         (debug-on-entry, cancel-debug-on-entry): Update call to
6035         debug-on-entry-1.
6036         (debug, debugger-setup-buffer): Comment update.
6037         (debugger-frame-number): Update to work with implement-debug-on-entry.
6039 2005-03-10  Jay Belanger  <belanger@truman.edu>
6041         * calc/calc-embed.el (math-ms-args): Declare it.
6042         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
6043         math-ms-args.
6044         (calc-embedded-subst): Use math-multi-subst-rec to substitute
6045         variables.
6047 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
6049         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
6050         Use message-box.
6052         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
6053         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
6054         (tooltip-gud-tips): Simplify.
6055         (tooltip-gud-tips-p): Remove superflouous :set.
6056         (tooltip-gud-modes): Add fortran-mode.
6057         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
6059         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
6061 2005-03-09  Kim F. Storm  <storm@cua.dk>
6063         * play/animate.el (animate-place-char): Use forward-line instead
6064         of next-line to improve performance.
6066 2005-03-09  Simon Josefsson  <jas@extundo.com>
6068         * net/browse-url.el (browse-url-default-browser): Doc fix.
6070 2005-03-09  Miles Bader  <miles@gnu.org>
6072         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
6073         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
6075 2005-03-09  Kenichi Handa  <handa@m17n.org>
6077         * international/latin-1.el: Set case and syntax for 255 only if
6078         set-case-syntax-set-multibyte is nil.
6080         * textmodes/ispell.el (ispell-insert-word): New function.
6081         (ispell-word): Use ispell-insert-word to insert a new word.
6082         (ispell-process-line): Likewise.
6083         (ispell-complete-word): Likewise.
6085 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
6087         * calendar/calendar.el (redraw-calendar): Preserve point.
6088         Reported by Matt Hodges <MPHodges@member.fsf.org>.
6089         (calendar-week-start-day): Move after definition of
6090         redraw-calendar.  Delete buffer test, since redraw-calendar has
6091         that now.
6093         * calendar/diary-lib.el (mark-diary-entries): Only call
6094         redraw-calendar in the first of any recursive calls.
6095         Reported by Alan Shutko <ats@acm.org>.
6097 2005-03-08  Juri Linkov  <juri@jurta.org>
6099         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
6100         (html-horizontal-rule, html-line, html-image, html-checkboxes)
6101         (html-radio-buttons): Add a space before the trailing `/>' where
6102         sgml-xml-mode is non-nil.
6103         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
6104         the subsequent tag of the empty XML tag.
6105         (html-href-anchor): Don't set initial input to "http:".
6106         (html-image): Ask for the image URL and set point inside alt="".
6107         (html-name-anchor): Duplicate the name in the `id' attribute when
6108         sgml-xml-mode is non-nil.
6109         (html-paragraph): Remove \n before <p>.
6110         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
6111         instead of `checked' when sgml-xml-mode is non-nil.
6113         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
6114         Remove 1 space before #RRGGBB to not truncate it on terminal
6115         windows w/o fringes.  Remove 1 space between bg and fg examples
6116         to get more space.
6117         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
6118         avoid byte-compile warnings.
6120         * image-file.el (image-file-handler): Put `safe-magic' property to
6121         `image-file-handler'.
6123         * info.el (Info-isearch-search): Emulate word search in
6124         isearching through multiple Info nodes with Info-search.
6125         (Info-isearch-wrap): Allow isearch-word.
6127 2005-03-08  Lute Kamstra  <lute@gnu.org>
6129         * emacs-lisp/debug.el (debugger-step-through): Make sure that
6130         stepping into the debugger's code is not possible.
6131         (debugger-jumping-flag): Docstring update.
6133 2005-03-08  Jay Belanger  <belanger@truman.edu>
6135         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
6136         embedded mode begins.
6137         (calc-embedded-language-alist): New variable.
6138         (calc-embedded-find-modes): Use calc-embedded-language-alist to
6139         set default language mode.
6141 2005-03-08  Kenichi Handa  <handa@m17n.org>
6143         * international/ccl.el (define-ccl-program): Fix docstring about
6144         extra 256 bytes assured for the output buffer.
6146         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6147         Fix BUFFER_MAGNIFICATION to 2.
6148         (ccl-encode-mule-utf-16be-with-signature): Likewise.
6150 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
6152         * align.el (align-rules-list): Added an alignment rule for CSS
6153         declarations (applies to css-mode and html-mode buffers).
6155 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6157         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
6159 2005-03-07  Kim F. Storm  <storm@cua.dk>
6161         * simple.el (move-beginning-of-line): New command.
6163         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
6165         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
6167         * emulation/cua-base.el: Put CUA move property on move-end-of-line
6168         and move-beginning-of-line.
6170         * apropos.el (apropos-print): Omit command from M-x ... RET.
6172 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
6174         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
6175         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
6177 2005-03-06  Richard M. Stallman  <rms@gnu.org>
6179         * bindings.el (esc-map): Bind M-g to goto-line.
6181         * facemenu.el (global-map): Bind M-o, not M-g.
6183 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6185         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
6186         "Open Directory" as for "Open File".
6188 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
6190         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
6191         (push-mark-command): Run activate-mark-hook.
6193 2005-03-06  Richard M. Stallman  <rms@gnu.org>
6195         * help-mode.el (help-mode-finish): Don't alter the element
6196         in view-return-to-alist if there already is one.
6198         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
6199         make sure the current buffer is the expected one.
6201         * novice.el (disabled-command-function): Output in *Disabled Command*.
6202         Explicitly ignore non-keyboard events, and explicitly handle C-g.
6204         * textmodes/flyspell.el (flyspell-large-region):
6205         Pass args differently for aspell.
6207         * files.el (mode-require-final-newline): Doc fix.
6209 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
6211         * progmodes/which-func.el (which-function):
6212         Specify NOERROR when calling imenu--make-index-alist.
6214 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6216         * simple.el (normal-erase-is-backspace): Define default value.
6218         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
6219         (custom-reevaluate-setting): Simple function to handle
6220         variables that are defined before their default value can really
6221         be computed.
6223         * startup.el (command-line): Use it for temporary-file-directory,
6224         small-emporary-file-directory, auto-save-file-name-transforms,
6225         blink-cursor-mode, and normal-erase-is-backspace.
6227         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
6228         progress, even with buggy anchored keywords.
6230 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
6232         * simple.el (goto-line): Remove unbalanced final parenthesis.
6234 2005-03-05  Richard M. Stallman  <rms@gnu.org>
6236         * simple.el (goto-line): Use a number at point as the default.
6237         With C-u as arg, switch buffers.
6239 2005-03-05  Juri Linkov  <juri@jurta.org>
6241         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
6242         with `no-blinking-cursor'.
6244         * startup.el (no-blinking-cursor): New defvar.
6245         (command-line): Add `--no-blinking-cursor' to longopts.
6246         Set `no-blinking-cursor' to t for command line arguments
6247         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
6248         with `no-blinking-cursor' in the condition for calling
6249         `blink-cursor-mode'.
6251 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
6253         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
6254         (menu-bar-options-save): Add blink-cursor-mode.
6255         (menu-bar-options-menu): Add blink-cursor-mode.
6257 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
6259         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
6260         (icalendar-export-file, icalendar-export-region)
6261         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
6262         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
6264 2005-03-04  Lute Kamstra  <lute@gnu.org>
6266         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
6267         (debug-function-list): Ditto.
6269 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
6271         * textmodes/texinfmt.el (texinfo-append-refill):
6272         Redefine the types of line to which @refill
6273         is not appended by replacing a search for `@refill\\|@bye' with
6274         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
6275         itemize@refill' bug and the unfilled long lines bug.
6276         (texinfmt-version): Update number and date.
6278 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6280         * international/code-pages.el (windows-1250, windows-125[2-8])
6281         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
6283 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6285         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
6286         bound yet.
6288 2005-03-02  Romain Francoise  <romain@orebokech.com>
6290         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
6291         buffer after removing limits.
6292         (ibuffer-pop-filter): Ditto.
6293         Update copyright.
6295 2005-03-02  Miles Bader  <miles@gnu.org>
6297         * button.el (make-text-button): If the user doesn't specify a
6298         type, use the default.  Rewrite to use `add-text-properties' and
6299         plist functions.
6301 2005-03-01  Lute Kamstra  <lute@gnu.org>
6303         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
6304         (debugger-jumping-flag): New var.
6305         (debug-entry-code): Use it.
6306         (debugger-jump): Use debugger-jumping-flag and add
6307         debugger-reenable to post-command-hook.
6308         (debugger-reenable): Use debugger-jumping-flag and remove itself
6309         from post-command-hook.
6310         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
6311         debugger-reenable.
6313 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
6315         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
6316         inclusion of "itemize\\|", which may be unnecessary, is certainly
6317         inelegant, and stops refilling in itemize lists when formatting
6318         Japanese Texinfo files to Info.
6319         Update copyright to 2005.
6321 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
6323         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
6324         of an error if GDB can't find the source file.
6326 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
6328         * calendar/calendar.el (redraw-calendar): Work from any buffer,
6329         not just the calendar.
6331         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
6332         first.
6333         (diary-redraw-calendar): New function.
6334         (make-diary-entry): Add diary-redraw-calendar to local
6335         write-contents-functions.  Turn off selective display before
6336         inserting in diary.
6338 2005-03-01  Kim F. Storm  <storm@cua.dk>
6340         * emacs-lisp/copyright.el (copyright-fix-years): New command.
6342 2005-03-01  Lute Kamstra  <lute@gnu.org>
6344         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
6345         that debug-entry-code can be safely removed from a function while
6346         this code is being evaluated.  Revert the 2005-02-27 change as the
6347         new implementation no longer requires it.  Make sure that a
6348         function body containing just a string is not mistaken for a docstring.
6349         (debug): Skip one more frame in case of debug on entry.
6350         (debugger-setup-buffer): Delete one more frame line in case of
6351         debug on entry.
6352         (debugger-frame-number): Update to use the new text introduced by
6353         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
6355 2005-02-28  Kim F. Storm  <storm@cua.dk>
6357         * double.el (double-translate-key): Call force-window-update after
6358         read-event to avoid crash in redisplay.
6360 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6362         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
6363         (debug): Use it.  Move the inhibit-trace earlier.
6364         (debug-entry-code): New const.
6365         (debug-on-entry-1): Use it.
6367 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
6369         * international/utf-16.el (ccl-encode-mule-utf-16le):
6370         Fix BUFFER_MAGNIFICATION to 2.
6371         (ccl-encode-mule-utf-16be): Likewise.
6373 2005-02-28  Kenichi Handa  <handa@m17n.org>
6375         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6376         Fix BUFFER_MAGNIFICATION to 4.
6377         (ccl-encode-mule-utf-16be-with-signature): Likewise.
6379 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
6381         * speedbar.el (speedbar-update-flag): Doc fix.
6382         (speedbar-show-info-under-mouse): Give set-mouse-position the right
6383         argument.
6385 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6387         * reveal.el (reveal-post-command): Don't try to reveal overlays which
6388         have a non-nil `invisible' property but are actually visible.
6390         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
6391         for perldoc sections.
6392         (perl-outline-regexp, perl-outline-level): New var and function.
6393         (perl-mode): Use them.
6395 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
6397         * calendar/diary-lib.el (diary-remind): Discard any mark portion
6398         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
6400 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
6402         * cus-edit.el: Comment change.
6403         (custom-buffer-create-internal): Slightly reword text at top of
6404         Custom buffers.  Mention there that saving an option edits the
6405         init file.  Add link to Emacs manual node on `custom-file'.
6406         (custom-magic-alist): Rewrite individual State messages to use
6407         capitalized keywords.  Doc fix.
6409 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
6411         * calendar/calendar.el (calendar-buffer): Move above
6412         calendar-week-start-day.
6413         (calendar-week-start-day): Doc fix.  Add :set function.
6414         (calendar-minimum-window-height): New variable.
6415         (generate-calendar-window): Only resize window if selected-window
6416         is displaying the calendar buffer.  Use new variable
6417         calendar-minimum-window-height.
6418         (generate-calendar): Reword error message.
6419         (calendar-mode-map): Bind DEL to scroll-other-window-down.
6421 2005-02-27  Andreas Schwab  <schwab@suse.de>
6423         * vc.el (vc-do-command): Don't run command asynchronously when
6424         operating in a remote directory.
6426         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
6427         change from sync with Tramp 2.0.47.
6429 2005-02-27  Richard M. Stallman  <rms@gnu.org>
6431         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
6433         * textmodes/flyspell.el (flyspell-mode-on):
6434         Call ispell-change-dictionary only if necessary.
6436         * emacs-lisp/re-builder.el (regexp-builder): New function.
6438         * register.el (describe-register-1): Explicitly handle
6439         yank-excluded-properties = t.
6441         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
6442         (custom-magic-alist): Change the status descriptions again.
6443         (face widget-type): Total rewrite based on `restricted-sexp'
6444         to eliminate the confusing double hiding levels.
6446         * emacs-lisp/debug.el (debug-on-entry-1):
6447         If function body is empty, add nil as body form.
6449 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6451         * emacs-lisp/trace.el (inhibit-trace): New var.
6452         (trace-make-advice): Use it.
6454         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
6456 2005-02-26  Kim F. Storm  <storm@cua.dk>
6458         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
6459         (mouse-on-link-p, mouse-drag-region-1): Use it.
6461 2005-02-25  Lute Kamstra  <lute@gnu.org>
6463         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
6465 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
6467         * frame.el (blink-cursor-mode): Add :group keyword.
6469 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
6471         * calendar/icalendar.el (icalendar--decode-isodatetime):
6472         New optional argument DAY-SHIFT.
6473         (icalendar-export-region): Fix coding-system-for-write.
6474         (icalendar--convert-ical-to-diary): Shift end-day of all-day
6475         events by one.
6477 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6479         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
6481 2005-02-24  Kim F. Storm  <storm@cua.dk>
6483         * international/iso-acc.el (iso-accents-compose): Fix crash
6484         during redisplay.  Call force-window-update after read-event
6485         and delete-region to signal that window is not accurate.
6487 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6489         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
6490         Remove unused and inexistent var `inhibit-trace'.
6491         (debugger-mode): Use run-mode-hooks.
6492         (debugger-list-functions): Add buttons; setup xref stack.
6494 2005-02-23  Richard M. Stallman  <rms@gnu.org>
6496         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
6497         appointment says it was explicitly made.
6498         (appt-add): Set the 3rd element.
6499         (appt-make-list): Preserve explicit appointments.
6501         * subr.el (find-tag-default): Catch errors in forward-sexp.
6503 2005-02-23  Juri Linkov  <juri@jurta.org>
6505         * info.el (Info-isearch-search): New defcustom.
6506         (Info-isearch-search): Call the default isearch function
6507         when Info-isearch-search is nil.
6508         (Info-isearch-wrap): Use variable Info-isearch-search.
6510 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
6512         * cus-edit.el: Comment change.
6514 2005-02-22  Kim F. Storm  <storm@cua.dk>
6516         * progmodes/hideif.el (hide-ifdef-use-define-alist):
6517         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
6519 2005-02-22  Simon Josefsson  <jas@extundo.com>
6521         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
6522         New variable.
6523         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
6524         Oskarsson" <myrkraverk@users.sourceforget.net>.
6526 2005-02-22  Kim F. Storm  <storm@cua.dk>
6528         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
6529         check that window of that event is the selected window.
6530         (mouse-drag-region-1): Compare mouse event window to selected
6531         window before setting point.
6533         * tooltip.el (tooltip-show-help-function): Pass event to
6534         mouse-on-link-p so it can check selected window.
6536 2005-02-22  Kenichi Handa  <handa@m17n.org>
6538         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
6539         (ps-mule-show-warning): New function.
6540         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
6541         characters are found.
6543         * ps-print.el (ps-header-footer-string): Return a list of header
6544         and footer strings.
6546 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6548         * pcvs.el (cvs-retrieve-revision): Fix thinko.
6550 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6552         * frame.el (blink-cursor-mode): Use define-minor-mode.
6554         * term/mac-win.el (function-key-map): Use char-names more consistently.
6555         (file-name-coding-system): Only set it for MacOS-9.  The other case is
6556         already handled in mule-cmds.el (where it also works when mac-win.el
6557         is not used).
6559 2005-02-21  Kenichi Handa  <handa@m17n.org>
6561         * international/mule.el (ctext-pre-write-conversion): Always use
6562         " *code-converting-work*" buffer for work.
6564         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
6566 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
6568         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
6570 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
6572         * ses.el (undo-more): Restore defadvice, but only the part that
6573         allows changes outside the restricted area of the buffer.
6575 2005-02-20  Kim F. Storm  <storm@cua.dk>
6577         * simple.el (line-move): Add fourth optional arg try-vscroll which
6578         must be set to perform auto-window-vscroll.
6579         When moving backwards and doing auto-window-vscroll, automatically
6580         vscroll to the last part of lines which are taller than the window.
6581         (next-line, previous-line): Set try-vscroll arg on line-move.
6583 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
6585         * replace.el (query-replace, query-replace-regexp)
6586         (replace-string, replace-regexp): When operating on region, make
6587         the minibuffer prompt say so.
6589         * isearch.el (isearch-forward): Document isearch-query-replace and
6590         isearch-query-replace-regexp keybindings.
6592 2005-02-19  Jay Belanger  <belanger@truman.edu>
6594         * calc/calc-aent.el (math-read-token): Add local variable.
6596         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
6597         (calc-edit-top): Move declaration to earlier in file.
6598         (calc-edit-macro-repeats): Add local variables.
6600         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
6601         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
6602         calcFunc-tanh.
6603         Adjust integration rule for calcFunc-tan.
6605 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
6607         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
6608         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
6609         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
6610         (viper-skip-separators): Bug fix.
6611         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
6612         particular major mode.
6613         (viper-del-backward-char-in-replace): Don't put deleted char on the
6614         kill ring.
6616         * viper-ex.el (viper-color-display-p): New function.
6617         (viper-has-face-support-p): Use viper-color-display-p.
6619         * viper-keym.el (viper-gnus-modifier-map): New keymap.
6621         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
6623         * viper-util.el (viper-glob-unix-files): Fix shell status check.
6624         (viper-file-remote-p): Make equivalent to file-remote-p.
6626         * viper.el (viper-major-mode-modifier-list):
6627         Use viper-gnus-modifier-map.
6629 2005-02-19  David Kastrup  <dak@gnu.org>
6631         * subr.el (subregexp-context-p): Fix garbled doc string by adding
6632         quoting.
6634 2005-02-19  Jay Belanger  <belanger@truman.edu>
6636         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
6637         Remove extra definitions.
6638         (calc-coth): New function.
6639         (calcFunc-cot): Fix `let'.
6641 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
6643         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
6644         the reasons we use "type pc" in these faces.
6646         * button.el (button): Ditto.
6648 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
6650         * replace.el (query-replace-read-from): Set the value of
6651         query-replace-from-history-variable to handle the case of an empty
6652         string entered to accept the suggested default.
6654         * net/tramp.el (tramp-file-name-for-operation):
6655         Use dired-call-process instead of dired-call-process-command.
6657 2005-02-19  Jay Belanger  <belanger@truman.edu>
6659         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
6660         (math-div-non-trig): New variables.
6661         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
6662         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
6663         (math-combine-prod, math-div-symb-fancy): Add simplifications for
6664         trig expressions.
6666 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
6668         * progmodes/gdb-ui.el (gdb-var-update-handler)
6669         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
6670         for watch expressions,
6671         (gdb-var-create-handler): Don't set speedbar-update-flag.
6672         (gdb-post-prompt): Simplify test for speedbar.
6674 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
6676         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
6677         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
6678         we use the syntax table of the correct buffer.
6679         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
6680         Felix Gatzemeier.
6682         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
6683         (ediff-file-remote-p): Make synonymous with file-remote-p.
6684         In all deffaces ediff-*-face-*, use min-colors.
6686         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
6687         ediff-recurse-to-subdirectories.
6688         (ediff-mark-if-equal): Check that the arguments are strings, use
6689         ediff-same-contents (after to Felix Gatzemeier).
6691         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
6692         nil.
6694 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6696         * log-view.el (log-view-message-re): Fix up Subversion regexp.
6698 2005-02-18  David Kastrup  <dak@gnu.org>
6700         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
6701         use `mark-active' when defined.
6703 2005-02-18  Kenichi Handa  <handa@m17n.org>
6705         * ps-print.el (ps-font-info-database): New entry
6706         ZapfChancery-MediumItalic with correct font name.  Fix font name
6707         of the entry Zapf-Chancery-MediumItalic.
6709 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
6711         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
6713 2005-02-16  Kim F. Storm  <storm@cua.dk>
6715         * ido.el (ido-fallback-command): Pass user input to fallback command.
6717 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
6719         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6720         (gdb-find-file-hook): Add server prefix.
6722 2005-02-16  Richard M. Stallman  <rms@gnu.org>
6724         * replace.el (perform-replace): Pass new args to replace-highlight.
6725         (replace-highlight): Take region args,
6726         and pass them to isearch-lazy-highlight-new-loop.
6728         * novice.el (disabled-command-hook): Autoload the defalias
6729         and the make-obsolete-variable call.
6731         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
6733         * isearch.el (isearch-lazy-highlight-start-limit)
6734         (isearch-lazy-highlight-end-limit): New variables limit
6735         the region for highlighting.
6736         (isearch-lazy-highlight-new-loop): New args BEG and END.
6737         (isearch-lazy-highlight-search): Use the new vars.
6738         (isearch-lazy-highlight-update): Likewise.
6740         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
6742         * cus-start.el (all): Use default-boundp.
6744 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
6746         * menu-bar.el (menu-bar-select-frame): Handle current frame.
6748 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
6750         * autorevert.el (auto-revert-stop-on-user-input)
6751         (auto-revert-verbose): Doc fixes.
6753 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
6755         * international/mule-cmds.el (set-locale-environment): Remove call
6756         to set-selection-coding-system on Windows.
6758 2005-02-15  Jay Belanger  <belanger@truman.edu>
6760         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6761         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6762         calcFunc-coth.
6763         (math-simplify-sqrt): Add simplifications.
6765         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6766         to list.
6768         * calc/calc-ext.el: Add functions to autoloads.
6770         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6771         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6772         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6773         (math-csc-raw, math-cot-raw): New functions.
6775         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6777         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6778         the variable name in a message.
6780         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6781         calcFunc-csc, calcFunc-cot.
6783         * calc/calcalg2.el: Add derivative and integration rules for
6784         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6785         calcFunc-csch, calcFunc-coth.
6786         (math-do-integral-methods): Add to checks for when to use
6787         substitutions.
6789         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6791 2005-02-15  Lute Kamstra  <lute@gnu.org>
6793         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6794         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
6795         <monnier@iro.umontreal.ca>
6796         (lisp-outline-level): Improve efficiency.  Suggested by David
6797         Kastrup <dak@gnu.org>.
6799 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
6801         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6802         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6803         (gdb-set-gud-minor-mode-existing-buffers): New functions.
6804         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
6805         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6807 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
6809         * cus-start.el (all): Comment change.
6811 2005-02-14  Lute Kamstra  <lute@gnu.org>
6813         * cus-start.el (all): Check if symbol is void.
6815 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
6817         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6818         optional argument to \cite.
6820 2005-02-14  Richard M. Stallman  <rms@gnu.org>
6822         * cus-edit.el (custom-buffer-create-internal): Update help message.
6823         (custom-magic-alist): Update help messages.
6825         * cus-start.el (all): Allow a var to specify a standard value.
6827 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
6829         * custom.el (custom-theme-set-variables): Handle variable aliases.
6831         * frame.el (blink-cursor-timer): Doc fix.
6832         (blink-cursor): Make it an alias for `blink-cursor-mode' and
6833         declare obsolete.
6834         (blink-cursor-mode): Define with defcustom and use correct
6835         standard expression in that defcustom.
6836         * startup.el (command-line): Adapt to above changes in frame.el.
6838 2005-02-11  Lute Kamstra  <lute@gnu.org>
6840         * apropos.el (apropos-score-doc): Prevent division by zero.
6842 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
6844         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6845         (icalendar--get-event-property-attributes)
6846         (icalendar--get-event-properties)
6847         (icalendar--datetime-to-diary-date): New functions.
6848         (icalendar--split-value): Doc fix.
6849         (icalendar--datetime-to-noneuropean-date)
6850         (icalendar--datetime-to-european-date): New optional argument
6851         SEPARATOR.  Return result as a string instead of a list.
6852         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6853         (icalendar--convert-string-for-export): Rename arg S to STRING.
6854         (icalendar-export-region): Doc fix.  Change name of error buffer.
6855         Save output buffer.
6856         (icalendar-import-file): Add blank at end of prompt.
6857         (icalendar-import-buffer): Doc fix.  Do not switch to error
6858         buffer.  Indicate status in return value.
6859         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
6860         buffer.  Save output buffer.  Handle exception from recurrence
6861         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
6862         events.  Fix problems with weekly all-day events.
6864 2005-02-10  Richard M. Stallman  <rms@gnu.org>
6866         * simple.el (eval-expression-print-format):
6867         Avoid warning about edebug-active.
6869         * help.el (help-for-help-internal): Rename from help-for-help.
6870         (help-for-help): Define with defalias.
6872         * font-core.el (font-lock-default-function): Use with-no-warnings.
6874         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6876         * custom.el (defface): Doc fix.
6878 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
6880         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6881         width 0" to prevent word wrapping problems.
6883 2005-02-09  Kim F. Storm  <storm@cua.dk>
6885         * ido.el (ido-file-extensions-order): New defcustom.
6886         (ido-file-extension-lessp, ido-file-extension-aux)
6887         (ido-file-extension-order): New advanced file ordering.
6888         (ido-file-lessp): New simple file ordering.
6889         (ido-sort-list): Remove.
6890         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6891         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6893 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
6895         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6896         that some versions of grep produce.
6897         (grep-mode-font-lock-keywords): Likewise.
6899 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
6901         * progmodes/gdb-ui.el (gdb-location-list): New variable.
6902         (gdb-cdir): Delete.
6903         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6904         (gdb-source-info): Treat case when source file is in another
6905         directory properly.
6906         (gdb-get-location): New function.
6908 2005-02-07  Jay Belanger  <belanger@truman.edu>
6910         * calc/calc-prog.el (calc-write-parse-table-part)
6911         (calc-fix-token-name): Fix a check for language type.
6913         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6915 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
6917         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6918         as directory not writable.
6920 2005-02-07  Kim F. Storm  <storm@cua.dk>
6922         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6923         (cua--standard-movement-commands): Remove list.
6924         Instead, set CUA property value to move for movement commands.
6925         (cua-movement-commands): Remove.  Users must set CUA prop instead.
6926         (cua--pre-command-handler): Check CUA property.
6927         (cua--init-keymaps): Don't remap undo commands.
6928         (cua-mode): Don't call cua--rectangle-on-off.
6930         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6931         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6932         (cua--rect-undo-set-point): New var.
6933         (cua--rectangle-undo-boundary): Setup undo apply entry.
6934         (cua--rect-undo-handler): New function for rectangle undo.
6935         (cua--rect-start-position, cua--rect-end-position): Add.
6936         (cua--rectangle-post-command): Call cua--rectangle-set-corners
6937         for restored rectangle.  Set point if cua--rect-undo-set-point.
6939 2005-02-06  Jay Belanger  <belanger@truman.edu>
6941         * calc/calc-lang.el (calc-tex-language): Display more information
6942         in messages.
6944         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6945         in TeX mode.
6947 2005-02-06  Richard M. Stallman  <rms@gnu.org>
6949         * emacs-lisp/lisp.el (buffer-end): Doc fix.
6951 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6953         * net/ldap.el (ldap-search-internal): Support attributes with
6954         optional descriptions separated by a semi-colon, as in
6955         "userCertificate;binary".
6957 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6959         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6960         isn't a cons (i.e. the version is 0).
6962 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
6964         * help.el (help-for-help): Doc fix.
6966 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
6968         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
6969         GDB-Windows on the menu-bar as this works better.
6971 2005-02-04  Jay Belanger  <belanger@truman.edu>
6973         * calc/calc-embed.el (calc-embedded-update): Don't put in
6974         unnecessary newlines.  Adjust the end of formula marker.
6976         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6977         (math-latex-parse-two-args): New function.
6979 2005-02-03  Lute Kamstra  <lute@gnu.org>
6981         * help-fns.el (help-with-tutorial): Make sure that users cannot
6982         remove the entire text of the tutorial by means of `undo'.
6984 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6986         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6987         in recent changes, where the ispell process was repeatedly
6988         killed & restarted.
6990         * international/mule-cmds.el (set-locale-environment): Set file-name
6991         coding system to utf-8 on Darwin systems.
6992         (set-default-coding-systems): Don't set default-file-name-coding-system
6993         on Darwin systems.
6995 2005-02-03  Richard M. Stallman  <rms@gnu.org>
6997         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6999 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
7001         * faces.el (list-faces-display): Add optional argument.
7003 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7005         * font-core.el (font-lock-default-function): Handle the rare case where
7006         only font-lock-keywords is set.
7008 2005-02-02  Kenichi Handa  <handa@m17n.org>
7010         * international/characters.el: Cancel previous change for
7011         I-WITH-DOT-ABOVE and DOTLESS-i.
7013         * international/latin-5.el: Cancel previous change.
7015 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
7017         * progmodes/gud.el: Correction to syntax in gud-menu-map.
7019 2005-02-02  Kenichi Handa  <handa@m17n.org>
7021         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
7022         DOTLESS-i.
7024         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
7025         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
7027         * case-table.el (get-upcase-table): New function.
7028         (copy-case-table): Copy upcaes table too if non-nil.
7029         (set-case-syntax-delims): Maintain upcase table too.
7030         (set-case-syntax-pair): Likewise.
7031         (set-upcase-syntax, set-downcase-syntax): New functions.
7032         (set-case-syntax): Maintain upcase table too.
7034 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
7036         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
7038         * progmodes/gud.el (gud-goto-info): New function.
7039         (gud-tool-bar-map): Use correct icon.
7041 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
7043         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
7044         When delegating, order args in the funcall correctly.
7046 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
7048         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
7050 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
7052         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
7053         buffer not visiting a file.
7055 2005-01-31  Jay Belanger  <belanger@truman.edu>
7057         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
7058         bound on the line with the formula.
7060 2005-01-31  Kim F. Storm  <storm@cua.dk>
7062         * ses.el (ses-create-cell-variable-range)
7063         (ses-destroy-cell-variable-range, ses-reset-header-string)
7064         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
7065         (ses-insert-row): Fix format of apply undo entries.
7067 2005-01-31  Jay Belanger  <belanger@truman.edu>
7069         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
7070         parts.
7072         * calc/calc-embed.el (calc-embedded-open-formula)
7073         (calc-embedded-close-formula): Ignore matrix environments.
7075         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
7076         TeX mode.
7078         * calc/calc-lang.el (math-function-table, math-oper-table)
7079         (math-variable-table): Adjust the LaTeX portions.
7081         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
7082         (math-latex-ignore-words): New constant.
7084 2005-01-31  Richard M. Stallman  <rms@gnu.org>
7086         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
7087         (ispell-local-dictionary): Doc fix.
7088         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
7089         Don't reinitialize at run time.  Don't defcustom.
7090         All uses changed to append ispell-local-dictionary-alist,
7091         or check it first.
7092         (ispell-current-dictionary): New variable for dictionary in use.
7093         (ispell-dictionary): Now used only for global default.
7094         (ispell-start-process): Set ispell-current-dictionary,
7095         not ispell-dictionary.
7096         (ispell-change-dictionary): Use this only for setting
7097         user preferences.
7098         (ispell-internal-change-dictionary): New function
7099         to change the current dictionary in use.
7100         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
7101         Use ispell-current-dictionary.
7102         Handle ispell-local-dictionary-overridden.
7103         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
7105 2005-01-31  Jay Belanger  <belanger@truman.edu>
7107         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
7109         * calc/calc-ext.el: Add calc-latex-language to autoloads.
7110         (calc-mode-map): Add calc-latex-language.
7112         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
7113         (math-latex-print-frac): New functions.
7114         (math-oper-table, math-function-table, math-variable-table)
7115         (math-complex-format, math-input-filter): Add latex properties.
7116         (calc-set-language): Set math-expr-special-function-mapping.
7118         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
7119         (calc-write-parse-table-part): Add LaTeX support.
7121         * calc/calc.el (calc-language): Adjust docstring.
7122         (calc-set-mode-line): Add LaTeX support.
7123         (math-expr-special-function-mapping): New variable.
7124         (math-tex-ignore-words): Add to list.
7126         * calc/calccomp.el (math-compose-expr, math-compose-rows):
7127         Add LaTeX support.
7128         (math-compose-expr): Add support for special functions.
7130         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
7132 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
7134         * progmodes/gdb-ui.el (gdb-memory-address)
7135         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
7136         (gdb-memory-mode-map, gdb-memory-format-keymap)
7137         (gdb-memory-format-menu, gdb-memory-unit-keymap)
7138         (gdb-memory-unit-menu): New variables for a buffer
7139         that lets the user examine program memory.
7140         (gdb-memory-set-address, gdb-memory-set-repeat-count)
7141         (gdb-memory-format-binary, gdb-memory-format-octal)
7142         (gdb-memory-format-unsigned, gdb-memory-format-signed)
7143         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
7144         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
7145         (gdb-memory-unit-word, gdb-memory-unit-halfword)
7146         (gdb-memory-unit-byte, gdb-memory-unit-menu)
7147         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
7148         (gdb-memory-mode, gdb-memory-buffer-name)
7149         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
7150         New functions for above buffer.
7152 2005-01-30  Richard M. Stallman  <rms@gnu.org>
7154         * cus-edit.el (custom-bury-buffer): Function deleted.
7155         (custom-buffer-done-function): Option deleted.
7156         (custom-buffer-done-kill): New (replacement option.
7157         (Custom-buffer-done): Call quit-window.
7158         (custom-buffer-create-internal): Update for above changes.
7160 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
7162         * simple.el (undo-ask-before-discard): New var.
7163         (undo-outer-limit-truncate): Implement it.
7164         (undo-extra-outer-limit): Doc update.
7166 2005-01-29  Richard M. Stallman  <rms@gnu.org>
7168         * ses.el (undo-more): Delete defadvice.
7169         (ses-begin-change): Doc fix.
7171         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
7172         instead of rebinding C-x u and C-_.
7174         * files.el (normal-backup-enable-predicate): Return nil for files
7175         in /tmp, regardless of temporary-file-directory.
7177         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
7179         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
7180         (open-rectangle, delete-whitespace-rectangle-line)
7181         (clear-rectangle-line): If FILL, pass t instead of FILL
7182         for move-to-column's 2nd arg.
7184         * simple.el (undo): Fix the test for continuing a series of undos.
7185         (undo-more): Set pending-undo-list to t when we reach end.
7186         (pending-undo-list): Move up defvar.
7188         * wid-edit.el (widget-button-click):
7189         Shorten the range of the track-mouse binding.
7191         * comint.el (comint-insert-input): Undo previous changes;
7192         use last-input-event in interactive spec.
7194 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
7196         * progmodes/compile.el (compilation-start): Bind buffer-read-only
7197         to nil before invoking call-process.  Reset buffer's modified flag
7198         after fontifying it in the no-async branch.
7200         * wid-edit.el (widget-specify-button): If mouse pointer shape
7201         cannot be changed, use mouse face instead.
7203 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
7205         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7206         (gdb-goto-breakpoint): Make breakpoint handling work on template
7207         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
7208         (gdb-assembler-custom): Update to recognise breakpoint information
7209         added on 2005-01-19.
7211 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7213         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
7214         (dsssl-mode): Use define-derived-mode.
7215         (scheme-mode-initialize): Remove.
7216         (scheme-mode): Use run-mode-hooks.
7218         * cus-edit.el (customize-group-other-window)
7219         (custom-buffer-create-other-window): Don't override special-display-*.
7220         (custom-mode-map): Make it dense.
7222         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
7223         sets the default value.
7225 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
7227         * descr-text.el: Add more keywords.
7229 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7231         * speedbar.el: Avoid unnecessary use of locate-library.
7233         * international/mule-cmds.el (standard-display-european-internal):
7234         Don't fiddle with latin-1 non-break space any more since it's now
7235         special cased in the C code.
7236         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
7238 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
7240         * cus-start.el (all): Add `undo-outer-limit'.
7242 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7244         * textmodes/bibtex.el (bibtex-format-entry):
7245         Use `bibtex-empty-field-re' only on the text of fields, not on entire
7246         field lines.
7247         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
7248         not on part of a buffer.
7250 2005-01-25  Lute Kamstra  <lute@gnu.org>
7252         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
7253         nonempty field text strings like "{letters\\macro{}more letters}".
7254         Clarify docstring.
7255         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
7256         (bibtex-entry-offset, bibtex-parse-association)
7257         (bibtex-parse-field-name): Fix typos in docstrings.
7258         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
7260 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
7262         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
7263         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
7264         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
7265         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
7267         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
7268         isearch minor mode.
7270 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
7272         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
7274 2005-01-24  Lute Kamstra  <lute@gnu.org>
7276         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
7277         CASECHARS and NOT-CASECHARS regular expressions of the
7278         "nederlands" and "nederlands8" dictionaries to prevent a "Range
7279         striding over charsets" error.
7281 2005-01-24  Jay Belanger  <belanger@truman.edu>
7283         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
7284         display variable name.
7286 2005-01-24  Kenichi Handa  <handa@m17n.org>
7288         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
7289         Fix setting of the element of encoded-kbd-iso2022-invocations.
7291 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
7293         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7294         (gdb-threads-select): Change to also accept mouse events.
7295         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
7296         (gdb-threads-mouse-select): Delete.
7298 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
7300         * files.el (insert-directory): Take care of empty directory,
7301         listed without -a switch.
7303 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7305         * textmodes/refill.el (refill-post-command-function):
7306         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
7307         to the list of functions that we should be careful not to undo.
7308         (refill-late-fill-paragraph-function): Remove.
7309         (refill-saved-state): New var.
7310         (refill-mode): Use it to save fill-paragraph-function.
7311         Save also the value of auto-fill-function.
7313         * term/w32-win.el: Simplify code.
7315 2005-01-23  Kim F. Storm  <storm@cua.dk>
7317         * simple.el (line-move): Adapt to new return value from
7318         pos-visible-in-window-p.
7320         * simple.el (line-move): Fix last change.  Check partial
7321         visibility at point rather than at window-start.
7323 2005-01-22  Jason Rumney  <jasonr@gnu.org>
7325         * term/w32-win.el (xw-defined-colors): Remove debug-message.
7327 2005-01-22  David Kastrup  <dak@gnu.org>
7329         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
7331 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
7333         * type-break.el (type-break-mode): Add a test for
7334         type-break-file-name being non-nil.
7336 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
7338         * net/eudc.el (top level): Call (message "") via progn, so that
7339         eudc-options-file is loaded.
7341 2005-01-22  Kim F. Storm  <storm@cua.dk>
7343         * simple.el (line-move-1): Rename from line-move.
7344         (line-move): New function that adjusts vscroll for partially
7345         visible rows, and calls line-move-1 otherwise.
7347 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
7349         * pcomplete.el: define pcomplete-read-event instead of read-event,
7350         since it's not a complete read-event implementation
7352 2005-01-20  Jay Belanger  <belanger@truman.edu>
7354         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
7355         for called function.
7357 2005-01-20  Steven Tamm  <steventamm@mac.com>
7359         * term/mac-win.el (process-connection-type): Remove.
7360         Controlled now by s/darwin.h:PTY_ITERATION.
7362 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7364         * window.el (handle-select-window): Don't switch window when we're
7365         in the minibuffer.
7367 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
7369         * subr.el (dotimes-with-progress-reporter): New macro.
7371         * ses.el (ses-dotimes-msg): Remove macro.
7372         Use `dotimes-with-progress-reporter' instead.
7374 2005-01-19  Steven Tamm  <steventamm@mac.com>
7376         * term/mac-win.el (process-connection-type): Use new
7377         operating-system-release variable to use ptys on Darwin 7 (OSX
7378         10.3) when using carbon build.
7380 2005-01-19  Jay Belanger  <belanger@truman.edu>
7382         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
7383         flags if the last command was a tab or M-tab.
7385         * calc/calc-prog.el (calc-user-define-edit): Put original formula
7386         in formula editing buffer.
7388 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
7390         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
7391         breakpoint image symbol in margin.
7393 2005-01-19  Jay Belanger  <belanger@truman.edu>
7395         * calc/calc-prog.el (calc-execute-kbd-macro):
7396         Ignore calc-keep-arg-flag.
7398 2005-01-19  Kenichi Handa  <handa@m17n.org>
7400         * textmodes/ispell.el (ispell-looking-at): New function.
7401         (ispell-process-line): Use ispell-looking-at to compare the ispell
7402         output and the buffer contents.
7404 2005-01-18  Jay Belanger  <belanger@truman.edu>
7406         * calc/calc.el (calc-display-raw): Fix docstring.
7408 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7410         * simple.el (blink-matching-open): Strip extra info from syntax.
7412         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
7413         funny chars in the end-of-here-doc marker.
7415 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
7417         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
7418         that enable/disabled state of breakpoints is shown correctly in
7419         fringe and on ttys.
7420         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
7421         Add breakpoint information as text properties.
7422         (gdb-mouse-toggle-breakpoint):
7423         Rename to gdb-mouse-set-clear-breakpoint.
7424         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
7425         breakpoints in the margin.
7426         (gdb-remove-strings): Simplify.
7428 2005-01-17  Jay Belanger  <belanger@truman.edu>
7430         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
7431         erasing buffer.
7433 2005-01-17  Richard M. Stallman  <rms@gnu.org>
7435         * progmodes/grep.el (grep-find): Copy from `grep' the condition
7436         for calling grep-compute-defaults.
7438         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
7439         if buffer is empty.
7441         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
7443 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7445         * hilit-chg.el (highlight-changes-mode): Don't autoload.
7447         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
7448         non-preloaded variables.
7450 2005-01-17  Steven Tamm  <steventamm@mac.com>
7452         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
7453         tex-shell cause to force interactivity when using pipes.
7455 2005-01-17  Kim F. Storm  <storm@cua.dk>
7457         * simple.el (just-one-space): Make arg optional.
7459 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
7461         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
7462         posn-at-x-y to t to access left-margin.
7464 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
7466         Sync with Tramp 2.0.47.
7468         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
7469         catching keep-date problems in cp/scp operations.
7470         (tramp-handle-copy-file): Don't call `set-file-modes'
7471         unconditionally.  Specialized functions should know better what is
7472         necessary.  This improves performance a little bit, and the
7473         functions could catch errors with `cp -p' and `scp -p'.
7474         (tramp-do-copy-or-rename-file-via-buffer)
7475         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
7476         when appropriate.
7477         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
7478         Call `set-file-modes' when appropriate.
7479         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
7480         Johnsson <isak@hypergene.com>
7481         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
7482         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
7483         <joakim@verona.se>
7484         (tramp-file-name-for-operation): Mark `shell-command' as magic for
7485         Emacs only.
7487         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
7488         `find-file-hooks' and `dired-mode-hook'.
7489         (tramp-minor-mode-map): Respective map.  Add remapping for
7490         `compile' and `recompile'.
7491         (tramp-remap-command, tramp-recompile): New defuns.
7492         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
7493         in buffer "*Compilation*".  Call the commands asynchronously.
7495         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
7496         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
7497         `shell-command', because it isn't magic in XEmacs.  Reported by
7498         Adrian Aichner <adrian@xemacs.org>.
7500         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
7501         `substitute-in-file-name.
7502         (tramp-smb-handle-substitute-in-file-name): New defun.
7503         (tramp-smb-advice-PC-do-completion): Delete advice.
7505 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
7507         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
7508         Fix error in deleting region.
7510 2005-01-15  Richard M. Stallman  <rms@gnu.org>
7512         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
7513         In non-temp buffer, switch syntax table temporarily.
7515         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
7517         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
7519         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
7521         * imenu.el (imenu--split-menu): Copy menulist before sorting.
7522         (imenu--generic-function): Use START, not BEG, as pos of definition.
7524         * simple.el (just-one-space): Argument specifies number of spaces.
7526         * simple.el (eval-expression-print-format): Avoid warning
7527         about edebug-active.
7529 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
7531         * progmodes/sh-script.el: Code copied from make-mode.el
7532         with small changes,
7533         (sh-mode-map): Bind C-c C-\.
7534         (sh-backslash-column, sh-backslash-align): New variables.
7535         (sh-backslash-region, sh-append-backslash): New functions.
7537 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
7539         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
7540         (rmail-pop-password, rmail-pop-password-required): Move to
7541         rmail-obsolete group.
7542         (rmail-set-pop-password): Rename to rmail-set-remote-password.
7543         All callers updated.
7544         (rmail-get-pop-password): Rename to rmail-get-remote-password.
7545         Take an argument specifying whether it is POP or IMAP mailbox we
7546         are using.  All callers updated.
7547         (rmail-pop-password-error): Rename to
7548         rmail-remote-password-error.  Added mailutils-specific error message.
7549         (rmail-movemail-search-path)
7550         (rmail-movemail-variant-in-use): New variables.
7551         (rmail-remote-password, rmail-remote-password-required):
7552         New customization variables.
7553         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
7554         (rmail-parse-url): New function.
7555         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
7556         with GNU mailutils movemail.
7558 2005-01-15  Kevin Ryde  <user42@zip.com.au>
7560         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
7561         suffix to space, $ or '$, to correctly position point when going
7562         to @table style constants like DBL_MAX.
7564 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
7566         * type-break.el (type-break-mode, type-break-file-time)
7567         (type-break-file-keystroke-count, type-break-choose-file):
7568         Don't store data in or load data from the file if type-break-file-name
7569         is nil.
7570         (type-break-file-name): Doc update as per the above.
7572 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
7574         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
7575         lookup-key might return nil; handle that.
7577 2005-01-15  Alan Mackenzie  <acm@muc.de>
7579         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
7580         rather than the element found, thus enabling the tree to be setcar'd.
7582 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
7584         * textmodes/org.el (org-show-following-heading): New option.
7585         (org-show-hierarchy-above): Use `org-show-following-heading'.
7586         (org-cycle): Documentation fix.
7588         * textmodes/org.el (orgtbl-optimized): New option
7589         (orgtbl-mode): New command, a minor mode.
7590         (orgtbl-mode-map): New variable.
7591         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
7592         (orgtbl-error, orgtbl-self-insert-command)
7593         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
7595         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
7596         a local variable in each org-mode buffer.
7598         * textmodes/org.el (org-set-regexps-and-options): Rename from
7599         `org-set-regexps'.  Added checking for STARTUP keyword.
7600         (org-get-current-options): Add STARTUP options.
7601         (org-table-insert-row): Mode mode intelligent about when
7602         realignment is needed.
7603         (org-self-insert-command, org-delete-backward-char, org-delete-char):
7604         New commands.
7605         (org-enable-table-editor): New default value `optimized'.
7606         (org-table-blank-field): Support blanking regions if active.
7608 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
7610         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
7611         if the year is not given.
7613         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
7614         Add new escapes %m and %M, fixed bug with %F by adding
7615         save-match-data.
7616         (reftex-reference): Remove ?. from list of spaces.
7617         (reftex-label-info): Add automatic label prefix recognition.
7619         * textmodes/reftex-index.el (reftex-index-next-phrase):
7620         Add slave parameter to call of `reftex-index-this-phrase'.
7621         (reftex-index-this-phrase): New optional argument.
7622         (reftex-index-region-phrases): Add slave parameter to call of
7623         `reftex-index-this-phrase'.
7624         (reftex-display-index): New argument redo.
7625         (reftex-index-rescan): Add 'redo to arguments of
7626         `reftex-display-index'.
7627         (reftex-index-Rescan, reftex-index-revert)
7628         (reftex-index-switch-index-tag): Add 'redo to arguments of
7629         `reftex-display-index'.
7630         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
7631         indexing.  Fix bug with matching is there is a quote before or
7632         after the word.
7634         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
7635         Fix bug when collecting citation keys in lines with comments.
7636         (reftex-citation): Prefix argument no longer rescans the document,
7637         but forces prompting for optional arguments of cite macros.
7638         (reftex-do-citation): Prompting for optional arguments implemented.
7640         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7641         Add optional arguments to most cite commands.
7642         (reftex-cite-cleanup-optional-args): New option
7643         (reftex-cite-prompt-optional-args): New option.
7644         (reftex-trust-label-prefix): New option.
7646         * textmodes/reftex-toc.el (reftex-toc-find-section):
7647         Add push-mark before changing the position in the buffer.
7649         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
7650         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
7652 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
7654         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
7655         more carefully.
7657 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7659         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
7660         (sgml-mode): Use it.
7661         (sgml-get-context): Better keep track of implicitly closed tags.
7663 2005-01-13  Kenichi Handa  <handa@m17n.org>
7665         * textmodes/ispell.el: These changes are to fix misalignment error
7666         caused by equivalent characters of different Emacs charsets.
7667         (ispell-unified-chars-table): New variable.
7668         (ispell-get-decoded-string): New function.
7669         (ispell-get-casechars, ispell-get-not-casechars)
7670         (ispell-get-otherchars): Call ispell-get-decoded-string.
7672 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
7674         * custom.el (custom-declare-variable): Just put symbol instead
7675         of (defvar . symbol) in `current-load-list'.
7677 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7679         * emacs-lisp/elint.el: Fixed typo in Commentary section.
7681 2005-01-12  Jay Belanger  <belanger@truman.edu>
7683         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
7684         to create a Calc summary.
7686 2005-01-12  Kim F. Storm  <storm@cua.dk>
7688         * mouse.el (mouse-on-link-p): Change functionality and doc
7689         string to comply with latest description in lisp ref.
7691 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
7693         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
7694         Enable mouse clicks on mode-line, header-line and margin.
7695         (event-type): Give mouse event symbols an 'event-kind property
7696         with value 'mouse-click.
7698 2005-01-12  Juri Linkov  <juri@jurta.org>
7700         * facemenu.el (list-colors-display): Add new arg buffer-name.
7701         Use it.  Fix docstring.  Replace code for identifying duplicate
7702         colors by the name with call to `list-colors-duplicates' which
7703         identifies duplicate colors by the value unless the color
7704         is one of special Windows colors.  Set truncate-lines to t.
7705         Print sorted duplicate color names on each line.  Indent to 22
7706         \(the longest color name in rgb.txt) instead of 20.  Optimize.
7707         (list-colors-duplicates): New function.
7708         (facemenu-color-name-equal): Delete function.
7710         * facemenu.el (list-colors-print): New function created from code
7711         in list-colors-display.  Print #RRGGBB at the window right edge.
7712         (list-colors-display): When temp-buffer-show-function is not
7713         defined, call list-colors-print from temp-buffer-show-hook
7714         to get the right value of window-width in list-colors-print
7715         after the buffer is displayed.
7717         * simple.el (pop-mark): Move deactivate-mark out of conditional
7718         part to deactivate the active mark regardless of the state of the
7719         mark ring.
7721         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
7722         variables line in desktop files.
7724 2005-01-12  Juri Linkov  <juri@jurta.org>
7726         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
7727         Bring together isearch highlight related options.
7728         (lazy-highlight): Replace group `replace' by `matching'.
7729         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7730         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7731         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
7732         and declare them obsolete.
7733         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
7734         (isearch-faces): Remove defgroup.
7735         (isearch-overlay, isearch-highlight, isearch-dehighlight):
7736         Move isearch highlighting code closer to lazy highlighting code.
7738         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
7739         (query-replace-highlight, query-replace-lazy-highlight)
7740         (query-replace): Move definitions to the beginning of the file.
7742 2005-01-11  Juri Linkov  <juri@jurta.org>
7744         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
7745         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
7746         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
7748         * info.el (Info-history-forward): New variable.
7749         (Info-select-node): Reset Info-history-forward to nil.
7750         (Info-last): Turn into defalias.
7751         (Info-history-back): Rename from Info-last.
7752         Add current node to Info-history-forward.
7753         (Info-history-forward): New fun.
7754         (Info-mode-map): Replace Info-last by Info-history-back.
7755         Bind Info-history-forward to "r".
7756         (Info-mode-menu): Replace Info-last by Info-history-back.
7757         Fix menu item text.  Add menu item for Info-history-forward.
7758         (info-tool-bar-map): Replace Info-last by Info-history-back.
7759         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
7760         for Info-history-forward.
7761         (Info-mode): Replace Info-last by Info-history-back in docstring.
7762         Add local variable Info-history-forward.
7763         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7765 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7767         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7768         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7769         Ignore select-window events rather than fiddle with
7770         mouse-autoselect-window.
7772 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
7774         * type-break.el (type-break-mode): Fix previous change.
7776 2005-01-10  Jay Belanger  <belanger@truman.edu>
7778         * calc/calc-ext.el (calc-reset): Reset when inside embedded
7779         calculator; only reset when point is inside a calculator.
7780         Don't adjust the window height if the window takes up the whole height
7781         of the frame.
7783 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
7785         * ebuff-menu.el (Electric-buffer-menu-mode):
7786         Preserve value of buffer-local var header-line-format.
7788 2005-01-09  Jay Belanger  <belanger@truman.edu>
7790         * calc/calc.el (calc-mode-var-list-restore-saved-values):
7791         Make sure settings file exists before accessing it.
7793         * calc/calc-embed.el (calc-embedded-subst):
7794         Replace math-multi-subst-rec, which is only supposed to be called
7795         by math-multi-subst, by math-multi-subst.
7797 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
7799         * vc.el (vc-allow-async-revert): New user option.
7800         (vc-disable-async-diff): New internal variable.
7801         (vc-revert-buffer): Use them to disable asynchronous diff.
7803         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7804         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7805         asynchronously if vc-disable-async-diff is t.
7807 2005-01-09  Jay Belanger  <belanger@truman.edu>
7809         * calc/calc.el (defcalcmodevar): New macro.
7810         (calc-mode-var-list-restore-default-values)
7811         (calc-mode-var-list-restore-saved-values): New functions.
7812         (calc-mode-var-list): Use defcalcmodevar to define it.
7813         (calc-always-load-extensions, calc-line-numbering)
7814         (calc-line-breaking, calc-display-just, calc-display-origin)
7815         (calc-number-radix, calc-leading-zeros, calc-group-digits)
7816         (calc-group-char, calc-point-char, calc-frac-format)
7817         (calc-prefer-frac, calc-hms-format, calc-date-format)
7818         (calc-float-format, calc-full-float-format, calc-complex-format)
7819         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7820         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7821         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7822         (calc-matrix-brackets, calc-language, calc-language-option)
7823         (calc-left-label, calc-right-label, calc-word-size)
7824         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7825         (calc-display-raw, calc-internal-prec, calc-angle-mode)
7826         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7827         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7828         (calc-window-height, calc-display-trail, calc-show-selections)
7829         (calc-use-selections, calc-assoc-selections)
7830         (calc-display-working-message, calc-auto-why, calc-timing)
7831         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7832         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7833         (calc-gnuplot-default-device, calc-gnuplot-default-output)
7834         (calc-gnuplot-print-device, calc-gnuplot-print-output)
7835         (calc-gnuplot-geometry, calc-graph-default-resolution)
7836         (calc-graph-default-resolution-3d, calc-invocation-macro)
7837         (calc-show-banner): Use defcalcmodevar to declare them and set
7838         their default values.
7840         * calc/calc-ext.el (calc-reset): Restore saved values of variables
7841         instead of default values (but restore default values if there is
7842         an argument of 0).
7844 2005-01-09  David Kastrup  <dak@gnu.org>
7846         * desktop.el (desktop-restore-eager): Fix typo in type.
7848 2005-01-08  Richard M. Stallman  <rms@gnu.org>
7850         * cus-edit.el (customize): Delete :link.
7852 2005-01-08  Jay Belanger  <belanger@truman.edu>
7854         * calc/calc.el (calc-mode): Remove the extension from the
7855         `calc-settings-file' file name when loading it.
7857 2005-01-08  Kim F. Storm  <storm@cua.dk>
7859         * info.el (Info-mode-map, Info-next-link-keymap)
7860         (Info-prev-link-keymap, Info-up-link-keymap):
7861         Map follow-link to mouse-face.
7862         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7864 2005-01-08  Jay Belanger  <belanger@truman.edu>
7866         * calc/calc.el (calc-settings-file): Change default value.
7867         Suggested by cgw in a comment in calc-mode.el.
7869         * calc/calc-mode.el (calc-settings-file-name):
7870         Compare calc-settings-file to user-init-file instead of ~/.emacs.
7871         Replace ~/.emacs in a prompt by calc-settings-file.
7873 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
7875         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7876         (desktop-lazy-idle-delay): New customizable variables.
7877         (desktop-buffer-args-list): New variable.
7878         (desktop-append-buffer-args): New function.
7879         (desktop-save): Call desktop-append-buffer-args for some buffers.
7880         (desktop-lazy-create-buffer): New function.
7881         (desktop-idle-create-buffers): New function.
7882         (desktop-read): Add message about buffers to restore lazily.
7883         (desktop-lazy-abort): New command.
7884         (desktop-clear): Call desktop-lazy-abort.
7885         (desktop-lazy-complete): New command.
7887 2005-01-06  Richard M. Stallman  <rms@gnu.org>
7889         * emacs-lisp/find-func.el (find-face-definition):
7890         Rename from find-face.
7892 2005-01-06  Kim F. Storm  <storm@cua.dk>
7894         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7896         * man.el (Man-xref-man-page, Man-xref-header-file)
7897         (Man-xref-normal-file): Add follow-link property.
7899 2005-01-06  Jay Belanger  <belanger@truman.edu>
7901         * calc/calc-units.el: Make sure the proper macro definitions are
7902         available when compiling.
7904 2005-01-06  Juri Linkov  <juri@jurta.org>
7906         * isearch.el (isearch-lazy-highlight-update):
7907         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7909 2005-01-06  Miles Bader  <miles@gnu.org>
7911         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7912         (isearch-lazy-highlight-face): Use new name.
7914 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7916         * uniquify.el (uniquify-rationalize-file-buffer-names):
7917         Re-add an interactive spec.
7918         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7919         to the same name.
7921         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7922         (isearch-update, isearch-done): Adjust calls accordingly.
7924 2005-01-05  Richard M. Stallman  <rms@gnu.org>
7926         * custom.el (custom-set-variables, custom-theme-set-variables):
7927         Clarify documentation.
7929         * emacs-lisp/find-func.el (find-variable)
7930         (find-variable-other-window, find-variable-other-frame):
7931         Fix the TYPE args to find-function-read and find-function-do-it.
7932         (find-function): Doc fix.
7933         (find-function-at-point): Replace function-at-point alias.
7935 2005-01-04  Richard M. Stallman  <rms@gnu.org>
7937         * cus-face.el (custom-declare-face):
7938         Record defface in current-load-list.
7940         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7942         * emacs-lisp/find-func.el: Doc fixes.
7943         (find-face-regexp): New variable.
7944         (find-function-regexp-alist): New variable.
7945         (find-function-C-source): Third arg is now TYPE.
7946         (find-function-search-for-symbol): Handle general TYPE.
7947         (find-function-read, find-function-do-it): Handle general TYPE.
7948         (find-definition-noselect, find-face): New functions.
7949         (function-at-point): Alias deleted.
7951 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7953         * battery.el (display-battery-mode): Rename from display-battery.
7954         Handle the case where it gets turned off.
7956 2005-01-04  Richard M. Stallman  <rms@gnu.org>
7958         * cus-edit.el (customize): Make :link point to user doc.
7960         * man.el (Man-fontify-manpage): Turn off undo generation.
7962         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7964 2005-01-04  Andreas Schwab  <schwab@suse.de>
7966         * files.el (insert-directory): Only look for error lines in
7967         inserted text.  Don't move too far after processing --dired markers.
7969 2005-01-04  Richard M. Stallman  <rms@gnu.org>
7971         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7972         Don't expand if the character is @, period, dash, etc.
7973         (define-mail-abbrev): Quote names that contain problem characters.
7975 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
7977         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7979 2005-01-03  Richard M. Stallman  <rms@gnu.org>
7981         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7982         (query-replace-highlight, query-replace-lazy-highlight)
7983         (query-replace): Definitions moved up.  Doc fix.
7985 2005-01-03  Richard M. Stallman  <rms@gnu.org>
7987         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7988         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7989         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7990         (lazy-highlight-face): Rename from isearch-lazy-...
7991         Change all references to them.
7993 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
7995         * cus-edit.el (custom-file): Doc fix for defcustom.
7996         (custom-file): The function no longer sets the variable
7997         `custom-file' to its return value.
7999         * startup.el (command-line): No longer load `custom-file'.
8001 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8003         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
8005         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
8006         Don't confuse module-prefixed identifiers for labels.
8007         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
8009 2005-01-02  Richard M. Stallman  <rms@gnu.org>
8011         * files.el (basic-save-buffer-1): Fix previous change.
8013         * loadhist.el (file-loadhist-lookup): New function.
8014         (file-provides, file-requires): Use it.
8016         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
8017         instead of calculating the right size.
8019 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
8021         * vc-svn.el (vc-svn-diff): Stay local if possible.
8023 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8025         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
8027         * files.el (hack-local-variables): Fix last change.
8029 2005-01-02  Jay Belanger  <belanger@truman.edu>
8031         * calc/calc-yank.el (calc-edit-top): New variable.
8032         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
8033         object.  Change header properties.
8034         (calc-edit-finish, calc-edit-finish-stack-object)
8035         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
8036         edited object.
8037         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
8038         for the beginning of the edited object.
8039         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
8040         for the beginning of the edited object.
8041         * calc/calc-prog.el (calc-edit-macro-finish-edit)
8042         (calc-finish-formula-edit, calc-macro-repeats)
8043         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
8044         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
8045         beginning of the edited object.
8046         (calc-user-define-edit): Change the header for editing macros.
8047         Remove unnecessary variable.
8049 2005-01-01  Jay Belanger  <belanger@truman.edu>
8051         * calc/calc-yank.el (calc-edit-mode): Change default header.
8052         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
8053         * calc/calc-store.el (calc-edit-variable): Change title to match new
8054         header.
8055         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
8056         mode to match new header.
8057         (calc-user-define-edit): Change titles to include names of commands.
8058         (calc-finish-formula-edit): Adjust to handle new header.
8059         (calc-finish-macro-edit): Remove.
8060         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
8061         (calc-edit-macro-command, calc-edit-macro-command-type)
8062         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
8063         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
8064         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
8065         (calc-edit-macro-finish-edit): New functions.
8066         (calc-user-define-edit): Use new functions to edit named calc macros.
8068 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
8070         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
8072         * ses.el (copy-region-as-kill): Deactivate mark.
8074 2005-01-01  Richard M. Stallman  <rms@gnu.org>
8076         * replace.el (occur-1): If the output buffer is also an input,
8077         don't kill it, rename it.
8079         * faces.el (set-face-background, set-face-foreground): Doc fix.
8081         * cus-face.el (custom-face-attributes): Fix :help-echo strings
8082         for :foreground and :background.
8084         * dired.el (dired-view-command-alist): Variable deleted.
8085         (dired-view-file, dired-mouse-find-file-other-window):
8086         Delete the code to use it.
8088 2005-01-01  Kim F. Storm  <storm@cua.dk>
8090         * image.el (insert-sliced-image): Use t for line-height property.
8092 2004-12-31  Jay Belanger  <belanger@truman.edu>
8094         * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
8095         for "var-" at the beginning of the minibuffer.
8097 2004-12-31  Richard M. Stallman  <rms@gnu.org>
8099         * faces.el (read-face-name):
8100         Don't treat an attribute spec as a list of faces.
8102         * simple.el (undo): Use undo-equiv-table to detect
8103         unexpected changes since previous undo.
8104         (undo-list-saved): Variable deleted.
8105         (buffer-disable-undo): Don't alter undo-list-saved.
8107         * files.el (require-final-newline): Allow `visit' and `visit-save'.
8108         (mode-require-final-newline): New option.
8109         (after-find-file): Handle require-final-newline with new values.
8110         (basic-save-buffer): Handle new values of require-final-newline.
8112         * progmodes/sh-script.el (sh-require-final-newline):
8113         Alist value now controls whether to use mode-require-final-newline.
8114         (sh-set-shell): Implement that new meaning.
8116         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
8117         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
8118         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
8119         Delete old-Emacs compatibility code.
8120         (antlr-c-common-init): Function deleted.
8122         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
8123         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
8124         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
8125         * progmodes/python.el (python-mode): Use mode-require-final-newline.
8126         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
8127         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
8128         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
8129         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
8130         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
8131         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
8132         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
8133         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
8134         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
8135         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
8136         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
8137         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
8139 2004-12-31  Jay Belanger  <belanger@truman.edu>
8141         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
8142         way to return to Calc.
8144         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
8145         finish, C-xk as the way to cancel the edit.  Add cancel routine to
8146         kill-buffer-hook.
8148         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
8149         MacEdit code.
8151         * calc/calc-prog.el: Remove obsolete MacEdit code.
8152         (calc-macro-edit-algebraic, calc-macro-edit-variable)
8153         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
8155 2004-12-31  Kenichi Handa  <handa@m17n.org>
8157         * international/mule.el (buffer-file-coding-system-explicit):
8158         Rename for explicit-buffer-file-coding-system.
8159         (after-insert-file-set-coding): Adjust for the above change.
8161         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
8162         to buffer-file-coding-system-explicit.
8163         (basic-save-buffer-1): Likewise.
8165 2004-12-30  Richard M. Stallman  <rms@gnu.org>
8167         * textmodes/artist.el (artist-butlast-fn): Var deleted.
8168         (artist-butlast, artist-last): Functions deleted.
8169         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
8170         (artist-compute-key-compl-table): Call remq directly.
8171         (artist-remove-nulls): Function deleted.
8172         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
8173         (artist-push, artist-pop): Macro deleted.
8175 2004-12-30  Andreas Leue  <al@sphenon.de>
8177         * textmodes/artist.el (artist-version): 1.2.6
8178         (artist-prev-next-op-alist): New variable.
8179         (artist-select-next-op-in-list): New function.
8180         (artist-select-prev-op-in-list): New function.
8181         (artist-make-prev-next-op-alist): New function.
8182         (artist-is-in-op-list-p): New function.
8183         (artist-get-first-non-nil-op): New function.
8184         (artist-get-last-non-nil-op): New function.
8185         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
8186         artist-prev-next-op-alist.
8187         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
8188         change drawing operation.
8190 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
8192         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
8194 2004-12-31  Masatake YAMATO  <jet@gyve.org>
8196         * server.el (server-process-filter): Suppress `error', too.
8198 2004-12-30  Jay Belanger  <belanger@truman.edu>
8200         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
8201         Change the way a variable is displayed in a message.
8203         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
8204         (calc-user-define-permanent, calc-execute-kbd-macro):
8205         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
8207 2004-12-30  Kenichi Handa  <handa@m17n.org>
8209         * files.el (basic-save-buffer-1):
8210         Set explicit-buffer-file-coding-system to last-coding-system-used.
8211         (revert-buffer): Pay attention to
8212         explicit-buffer-file-coding-system (not buffer-file-coding-system)
8213         on bind coding-system-for-read.
8215         * international/mule.el (explicit-buffer-file-coding-system):
8216         New buffer local variable.
8217         (after-insert-file-set-coding): Set it to coding-system-for-read.
8219 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
8221         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
8223 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
8225         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
8226         that include line numbers.
8228 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
8230         * files.el (hack-local-variables): If no PREFIX, set it to "^".
8231         Redundant variable PREFIXLEN removed.
8233 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
8235         * eshell/em-hist.el (eshell-previous-matching-input):
8236         Start the deletion from the end of the output.
8238 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8240         * term/mac-win.el: Require x-dnd.
8241         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
8243 2004-12-29  David Kastrup  <dak@gnu.org>
8245         * international/mule.el (decode-coding-inserted-region):
8246         Don't barf if `buffer-undo-list' is already set to `t'.
8248 2004-12-29  Jay Belanger  <belanger@truman.edu>
8250         * calc/calc-prog.el (calc-user-define-formula): Put default values
8251         for function names in prompts.
8252         (calc-user-define-permanent, calc-user-define-composition)
8253         (calc-user-define-formula): Remove the need for "calcFunc-" in the
8254         default input for algebraic functions.
8256 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
8258         * vc-rcs.el (vc-rcs-annotate-command):
8259         Fix omission bug: Call `vc-setup-buffer'.
8261 2004-12-29  Kenichi Handa  <handa@m17n.org>
8263         * international/mule.el (recode-region): New function.
8265 2004-12-28  Richard M. Stallman  <rms@gnu.org>
8267         * simple.el (undo-extra-outer-limit): New variable.
8268         (undo-outer-limit-truncate): Test and set it.
8270         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
8271         enables the feature to extend the existing region.
8273         * simple.el (mark-word): New arg ALLOW-EXTEND
8274         enables the feature to extend the existing region.
8276         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
8277         enables the feature to extend the existing region.
8279         * startup.el (site-run-file): Don't allow setting it with Custom.
8281         * simple.el (buffer-disable-undo): Fix previous change.
8283 2004-12-27  Masatake YAMATO  <jet@gyve.org>
8285         * hexl.el (hexlify-buffer): Remove fontification here.
8286         Use font lock mechanism instead.
8287         (hexl-font-lock-keywords): New font lock kewords.
8288         (hexl-mode-old-font-lock-keywords): New variable.
8289         (hexl-mode): Store the old font lock keywords.
8290         (hexl-mode-exit): Restore the old font lock keywords.
8292 2004-12-27  Richard M. Stallman  <rms@gnu.org>
8294         * simple.el (undo): Fix previous change.
8296 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8298         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
8299         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
8300         Call x-open-connection on Mac OS X.
8302 2004-12-27  Richard M. Stallman  <rms@gnu.org>
8304         * files.el (buffer-save-without-query): New var (buffer-local).
8305         (save-some-buffers): Save those buffers first, w/o asking.
8307         * files.el (insert-directory-ls-version): New variable.
8308         (insert-directory): When ls returns an error, test the version
8309         number to decide what the return code means.
8310         With --dired output format, detect and distinguish lines
8311         that are really error messages.
8312         (insert-directory-adj-pos): New function.
8314         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
8316         * battery.el (battery-mode-line-format): Remove initial spaces.
8318         * uniquify.el (uniquify-rationalize-file-buffer-names):
8319         Delete interactive spec.
8321         * type-break.el (type-break-mode): Set buffer-save-without-query.
8322         Remove code that tried to set save-some-buffers-always.
8323         (type-break-file-keystroke-count): Bind deactivate-mark.
8325         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
8327         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
8328         Test that the buffer is live, and maybe reject current buffer too.
8329         Clarify.
8330         (next-error-find-buffer): Rewrite for clarity.
8332         * loadup.el: Don't use buffer-disable-undo; do it directly.
8334         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
8335         (describe-variable): Call symbol-file with `defvar'.
8337         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
8338         (symbol-file): Rewritten to handle new load-history format.
8339         Now takes an arg TYPE to specify looking for a particular
8340         type of definition only.
8342         * emacs-lisp/debug.el (debugger-make-xrefs):
8343         Call symbol-file with `defun'.
8345         * emacs-lisp/find-func.el (find-function-noselect):
8346         Call symbol-file with `defun'.
8347         (find-variable-noselect): Call symbol-file with `defvar'.
8349         * eshell/esh-cmd.el (eshell-find-alias-function):
8350         Call symbol-file with `defun'.
8352         * eshell/esh-test.el (eshell-test-goto-func):
8353         Call symbol-file with `defun'.
8355         * mail/rmail.el (rmail-resend):
8356         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
8358         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
8360         * progmodes/compile.el (compilation-find-buffer): Rename arg.
8362         * textmodes/texinfmt.el (texinfo-format-buffer-1):
8363         Call buffer-disable-undo.
8365         * simple.el (undo-list-saved): New variable (buffer-local).
8366         (undo): Set and test it.
8367         (buffer-disable-undo): Move here from buffer.c.
8368         Clear out undo-list-saved.
8370         * international/mule.el (decode-coding-inserted-region):
8371         Set buffer-undo-list in a correct and optimal way.
8373         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
8374         (cperl-font-lock-unfontify-region-function): No need to save and
8375         restore info, since font-lock.el does it for us.
8377         * ansi-color.el (save-buffer-state): Definition deleted.
8378         (ansi-color-unfontify-region): Don't use save-buffer-state.
8380 2004-12-27  Dave Love  <fx@gnu.org>
8382         * wid-edit.el (function): Use restricted-sexp as parent.
8384 2004-12-27  Kevin Ryde  <user42@zip.com.au>
8386         * simple.el (next-matching-history-element): Use same
8387         `interactive' form as previous-matching-history-element.
8389         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
8390         it can appear unencoded and has been seen from yahoo.
8392 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
8394         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
8395         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
8397 2004-12-27  Kenichi Handa  <handa@m17n.org>
8399         * international/utf-8.el (utf-translate-cjk-load-tables):
8400         Bind coding-system-for-read to nil while loading subst-*.
8402 2004-12-26  Jay Belanger  <belanger@truman.edu>
8404         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
8405         default input.
8407 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
8409         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
8410         before reverting and disable undo recording while reverting.
8412 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
8414         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
8415         (hs-make-overlay): New function.
8416         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
8417         (hs-flag-region): Delete function.
8418         (hs-hide-comment-region): No longer use `hs-flag-region'.
8419         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
8420         (hs-hide-block-at-point): Likewise.
8421         (hs-hide-level-recursive): Use `hs-discard-overlays'.
8422         (hs-hide-all, hs-show-all): Likewise.
8423         (hs-show-block): Likewise.
8424         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
8426 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
8428         * progmodes/hideshow.el: Require `cl' when compiling.
8429         Remove XEmacs and Emacs 19 compatibility.
8430         Use `dolist' and `add-to-list' for load-time actions.
8431         (hs-discard-overlays): Use `dolist'.
8432         (hs-show-block): Likewise.
8434 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
8436         * faces.el (mode-line, mode-line-inactive): Use min-colors.
8438 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
8440         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
8441         When extending backwards, move outside the current comment first.
8443 2004-12-22  Kenichi Handa  <handa@m17n.org>
8445         * international/quail.el (quail-start-translation): Fix prompt
8446         string for the case if input-method-use-echo-area being non-nil.
8447         (quail-start-conversion): Likewise.
8448         (quail-show-guidance): Don't show guidance if
8449         input-method-use-echo-area is non-nil.
8451 2004-12-21  Richard M. Stallman  <rms@gnu.org>
8453         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
8455 2004-12-21  Markus Rost  <rost@ias.edu>
8457         * calendar/diary-lib.el (mark-diary-entries):
8458         Set mark-diary-entries-in-calendar only after checking for diary-file.
8460 2004-12-21  Richard M. Stallman  <rms@gnu.org>
8462         * faces.el (escape-glyph): Use blue against light foreground.
8464         * simple.el (undo-outer-limit-truncate): New function.
8465         (undo-outer-limit-function): Use undo-outer-limit-truncate.
8467 2004-12-21  Eli Barzilay  <eli@barzilay.org>
8469         * calculator.el (calculator-radix-grouping-mode)
8470         (calculator-radix-grouping-digits)
8471         (calculator-radix-grouping-separator):
8472         New defcustoms for the new radix grouping mode functionality.
8473         (calculator-mode-hook): Now used in electric mode too,
8474         (calculator): Call it.
8475         (calculator-mode-map): Some new keys.
8476         (calculator-message): New function.  Some new calls.
8477         (calculator-op, calculator-set-register): Use it.
8478         (calculator-string-to-number): New function, mostly moved and
8479         updated code from calculator-curnum-value.
8480         (calculator-curnum-value): Use it.
8481         (calculator-paste): Use it, and update grabbing the current-kill.
8482         (calculator-rotate-displayer)
8483         (calculator-rotate-displayer-back): Toggle digit grouping when
8484         in radix mode, use calculator-message.
8485         (calculator-displayer-prev, calculator-displayer-next):
8486         Change digit group size when in radix mode.
8487         (calculator-number-to-string): Rename from
8488         calculator-num-to-string.  Now deals with digit grouping in
8489         radix mode.
8490         (calculator-update-display, calculator-put-value): Use the new name.
8491         (calculator-fact): Return a floating point number.
8492         (calculator-mode): Doc fix.
8494 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
8496         * calendar/calendar.el (view-other-diary-entries): Add autoload.
8497         * calendar/diary-lib.el (view-other-diary-entries):
8498         Use current-prefix-arg in interactive spec.
8500 2004-12-19  Jay Belanger  <belanger@truman.edu>
8502         * calc/calc-aent.el (calcAlg-blank-matching-open):
8503         Temporarily adjust the syntax of both delimiters of half-open intervals.
8505 2004-12-19  Kim F. Storm  <storm@cua.dk>
8507         * mouse.el (mouse-1-click-follows-link): Doc fix.
8509 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8511         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
8512         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
8513         instead of centraleuropean as the name
8515 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
8517         Sync with Tramp 2.0.46.
8519         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
8520         parameters wrt Tramp convention.
8521         (tramp-handle-file-attributes-with-perl)
8522         (tramp-handle-directory-files-and-attributes): Apply it.
8523         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
8524         `copy-program'.  Reported by Zack Weinberg
8525         <zack@codesourcery.com>.
8526         (top): Set `edebug-form-spec' property directly rather than
8527         calling `def-edebug-spec'.
8529         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
8530         advice less fragile.  Surround temporary redefinition of
8531         `substitute-in-file-name' with `unwind-protect'.  Suggested by
8532         Matt Hodges <MPHodges@member.fsf.org>.
8534 2004-12-17  Juri Linkov  <juri@jurta.org>
8536         * replace.el (occur-accumulate-lines, occur-engine):
8537         Make forcing deferred font-lock fontification jit-specific.
8539 2004-12-17  Kim F. Storm  <storm@cua.dk>
8541         * mouse.el (mouse-1-click-follows-link): New defcustom.
8542         (mouse-on-link-p): New function.
8543         (mouse-drag-region-1): Implement mouse-1-click-follows-link
8544         functionality.  Map a mouse-1 click event into a mouse-2 (or
8545         other) event when position is inside a link.
8547         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
8548         prefix in tooltip text with "mouse-1" when this is a link
8549         recognized by mouse-1-click-follows-link functionality.
8551         * help.el (describe-key): Report effective and original binding
8552         for mouse-1 when clicked on a link.
8553         (describe-mode): Add follow-link property to "minor-mode" button.
8555         * help-fns.el (describe-variable): Add follow-link property to
8556         "below" button.
8558         * help-mode.el (help-xref): Add follow-link property.
8560         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
8561         (apropos-command, apropos-variable, apropos-face, apropos-group)
8562         (apropos-widget, apropos-plist): Add follow-link property.
8564         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
8565         checks if position is in a filename, rather than some other
8566         clickable item.  Function looks for cvs-filename-face at position.
8568         * wid-edit.el (widget-specify-field, widget-specify-button):
8569         Map a :follow-link keyword into a follow-link property.
8570         (link): Add :follow-link keyword, map to RET binding.
8572         * dired.el (dired-mode-map): Map follow-link to mouse-face.
8574         * progmodes/compile.el (compilation-minor-mode-map)
8575         (compilation-button-map, compilation-mode-map): Likewise.
8577 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
8579         * play/zone.el (zone): Init `line-spacing' from orig buffer.
8580         (zone-replace-char): Take `count' and `del-count'
8581         instead of `direction'.  Update callers.  When `del-count' is
8582         non-nil, delete that many characters, otherwise `count' characters
8583         backwards.  Insert the newly-replaced string `count' times.
8584         (zone-fret): Handle chars w/ width greater than one.
8585         (zone-fall-through-ws): No longer take window width `ww'.
8586         Update callers.  Add handling for `char-width' greater than one.
8587         (zone-pgm-drip): Update var holding window-end position every cycle.
8589 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
8591         * vc.el (vc-default-update-changelog): Use insert-file-contents,
8592         rather than insert-file.
8594 2004-12-16  Jay Belanger  <belanger@truman.edu>
8596         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
8597         (math-init-random-base, math-random-digit): Check to see if
8598         var-RandSeed is bound.
8599         (math-random-last): Declare it.
8600         (math-random-digit): Don't make math-random-last local.
8602 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
8604         * play/zone.el (zone): Fix omission bug: Use a self-disabling
8605         one-shot thunk for uniform (error, quit, normal) recovery.
8606         Reported by John Paul Wallington.
8607         (zone-pgm-random-life): Fix bug:
8608         Recognize empty initial field by lack of "@" chars.
8610 2004-12-16  Juri Linkov  <juri@jurta.org>
8612         * help.el (function-called-at-point):
8613         * help-fns.el (variable-at-point): As a last resort try stripping
8614         non-word prefixes and suffixes.
8616         * descr-text.el (describe-property-list): Don't treat syntax-table
8617         specially.  Use describe-text-sexp which inserts [show] button
8618         for large objects and handles printing errors.  Sort properties
8619         by names in alphabetical order instead of by value sizes.
8620         Add `mouse-face' to list of properties for `describe-face' widget.
8621         (describe-char): Mask out face-id from 19 bits of character.
8622         Print face-id separately.
8624         * replace.el (occur-accumulate-lines, occur-engine):
8625         Fontify unfontified matching lines in the source buffer
8626         before copying them.
8627         (occur-engine): Don't put mouse-face on context lines.
8628         (occur-next-error): Set point to line beginning/end
8629         before searching for prev/next property to skip multiple
8630         matches on a line (not supported by occur engine).
8631         Remove redundant prefix-numeric-value.
8633 2004-12-15  Juri Linkov  <juri@jurta.org>
8635         * replace.el (match): New face.
8636         (list-matching-lines-face): Change default from `bold' to `match'.
8638         * progmodes/grep.el (grep-match-face): New defvar.
8639         (grep-mode-font-lock-keywords): Use grep-match-face instead of
8640         compilation-column-face to highlight grep matches.
8642         * apropos.el (apropos-match-face): Change default from
8643         `secondary-selection' to `match'.
8645         * info-look.el (info-lookup-highlight-face): Change default from
8646         `highlight' to `match'.
8648 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
8650         * progmodes/executable.el (executable-interpret): Eliminate
8651         obsolete compile-internal, and switch to comint for interaction.
8653 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
8655         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
8656         `&&' when skipping multiple statements on a line.
8658 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
8660         * play/zone.el (zone): Set `truncate-lines'.
8661         Also, init `tab-width' with value from original buffer.
8662         (zone-shift-up): Rewrite for speed.
8663         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
8664         (zone-pgm-jitter): Remove redundant entries from ops vector.
8665         (zone-exploding-remove): Reduce iteration count.
8666         (zone-cpos): Convert to defsubst.
8667         (zone-replace-char): New defsubst.
8668         (zone-park/sit-for): Likewise.
8669         (zone-fret): Take window-start arg.
8670         Update callers.  Use `zone-park/sit-for'.
8671         (zone-fill-out-screen): Rewrite.
8672         (zone-fall-through-ws): Likewise.  Update callers.
8673         (zone-pgm-drip): Use `zone-replace-char'.
8674         Move var inits before while-loop.  Use `zone-park/sit-for'.
8675         (zone-pgm-random-life): Handle empty initial field.
8676         Use `zone-replace-char' and `zone-park/sit-for'.
8678 2004-12-15  Juri Linkov  <juri@jurta.org>
8680         * isearch.el (isearch-update): Test isearch-lazy-highlight
8681         before calling isearch-lazy-highlight-new-loop.
8682         (isearch-lazy-highlight-new-loop):
8683         Don't test isearch-lazy-highlight.
8685         * replace.el (perform-replace): Add isearch-case-fold-search.
8686         Use delimited-flag for isearch-regexp.
8687         Reset isearch-lazy-highlight-last-string to force lazy
8688         highlighting when called from isearch mode.
8689         (query-replace-highlight): Revert defcustom type to boolean.
8690         (query-replace-lazy-highlight): New defcustom.
8691         (query-replace): New face.
8692         (perform-replace, replace-highlight, replace-dehighlight):
8693         Test query-replace-lazy-highlight instead of special value
8694         `isearch' of query-replace-highlight.
8695         (replace-dehighlight): Don't call isearch-dehighlight.
8696         (replace-highlight): Don't call isearch-highlight.
8697         Use face `query-replace' unconditionally.
8699 2004-12-14  Kim F. Storm  <storm@cua.dk>
8701         * simple.el (inhibit-mark-movement): Remove defvar.
8702         (beginning-of-buffer, end-of-buffer): Don't use it.
8704         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8705         Don't use inhibit-mark-movement.
8707         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
8708         (cua--undo-push-mark): Remove.
8709         (cua--pre-command-handler, cua--post-command-handler):
8710         Don't fiddle with inhibit-mark-movement.
8712 2004-12-14  Juri Linkov  <juri@jurta.org>
8714         * buff-menu.el (list-buffers-noselect): Collect internal info
8715         for every buffer in BUFFER-LIST arg too.
8716         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
8717         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
8718         Bind same-window-buffer-names and same-window-regexps to nil.
8720 2004-12-13  Juri Linkov  <juri@jurta.org>
8722         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
8724         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
8725         (sc-cite-region, sc-uncite-region, sc-recite-region):
8726         Fix previous change to handle not alist as a symbol, but
8727         a citation frame as a symbol that represents a variable name.
8729 2004-12-13  Richard M. Stallman  <rms@gnu.org>
8731         * filecache.el (file-cache-add-directory-using-find):
8732         Only set up file-cache-find-command-posix-flag if we will use it.
8734         * bindings.el (mode-line-buffer-identification-keymap):
8735         Don't cancel the mode-line's usual down-mouse-1 binding.
8737         * cus-edit.el (custom-face-selected): Handle `default' specs.
8738         (custom-face-edit): Increase extra-offset.
8739         (custom-display): Handle `default' specs.
8741         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
8743         * emacs-lisp/elint.el (elint-standard-variables)
8744         (elint-unknown-builtin-args): Move definitions up.
8746         * net/browse-url.el (browse-url-url-at-point): Add autoload.
8748         * info.el (info-xref-visited): Use `default' instead of t.
8749         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
8751         * faces.el (header-line, mode-line-inactive, tool-bar):
8752         Use `default' instead of t for setting the defaults.
8753         (face-spec-choose): Separate `t' from `default'.
8755         * subr.el (while-no-input): New macro.
8757 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
8759         * filecache.el (file-cache-add-directory-using-find):
8760         Only test file-cache-find-command-posix-flag on some systems.
8762 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8764         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8765         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8766         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8767         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8768         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8770 2004-12-12  Juri Linkov  <juri@jurta.org>
8772         * files.el (find-file-other-window, find-file-other-frame):
8773         Add the first buffer to the returned value to return the complete
8774         list of all visited buffers.
8775         (find-file-read-only, find-file-read-only-other-window)
8776         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8777         `find-file-read-args'.  Signal an error about non-existent file
8778         only if file name doesn't contain wildcards.  Toggle read-only in
8779         all visited buffers.
8780         (find-alternate-file, find-alternate-file-other-window):
8781         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
8782         called interactively.  Pass arg `wildcards' to other functions.
8783         (find-file-noselect): Doc fix.
8785         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8786         Doc fix.
8787         (ffap-directory-finder): New variable.
8788         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8789         (ffap-file-at-point): Add /* to immediately rejected names.
8790         Return absolute file names matching ffap-dired-wildcards.
8791         (ffap-read-file-or-url): Set default value for `completing-read'
8792         to `buffer-file-name'.
8793         (find-file-at-point): When filename matches ffap-dired-wildcards,
8794         call ffap-file-finder with t arg `wildcards', instead of dired.
8795         (ffap-other-window, ffap-other-frame): Return visited buffers.
8796         (ffap-read-only, ffap-read-only-other-window)
8797         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8798         (dired-at-point): Call ffap-directory-finder instead of dired.
8799         (ffap-dired-other-window, ffap-dired-other-frame)
8800         (ffap-list-directory): New commands.
8801         (ffap-bindings): New keybindings for new commands.
8803 2004-12-12  Juri Linkov  <juri@jurta.org>
8805         * simple.el (beginning-of-buffer, end-of-buffer):
8806         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8807         Do not push mark when mark is active in transient-mark-mode.
8809         * simple.el (mark-word):
8810         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8811         * textmodes/paragraphs.el (mark-paragraph):
8812         Extend the region when mark is active in transient-mark-mode,
8813         regardless of the last command.  Doc fix.
8815         * simple.el (mark-word): Preserve direction when repeating.
8816         Make arg optional.  Interactive "p" -> "P".
8817         (transient-mark-mode, inhibit-mark-movement): Doc fix.
8819         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8820         preserving direction, to mark forward instead of backward when mark
8821         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8823 2004-12-12  Juri Linkov  <juri@jurta.org>
8825         * isearch.el (isearch-edit-string): Set 7th arg of
8826         `read-from-minibuffer' to `t' to inherit the current input
8827         method (whose name is indicated by [IM] in the minibuffer prompt)
8828         from the current buffer to the minibuffer.
8829         (isearch-lazy-highlight-update): Put body to `with-local-quit'
8830         to allow C-g quitting for lazy highlighting looping inside the
8831         search with nested repetition operators.  Add overlay to the list
8832         before setting its face and other properties to avoid the case of
8833         code quitting after placing the new overlay but before it's
8834         recorded on the list.  Select the window where isearch was
8835         activated, to highlight matches in the right window when isearch
8836         switches the current window to the minibuffer.
8838         * international/isearch-x.el
8839         (isearch-process-search-multibyte-characters):
8840         Use `isearch-message' as initial input for `read-string' instead
8841         of adding it to the minibuffer prompt.  After reading a string
8842         remove the initial value of `isearch-message' from the string.
8844         * replace.el (replace-match-maybe-edit): Doc fix.
8845         (perform-replace): Don't call `replace-highlight' when automatic
8846         replacement is requested in literal mode, since it is intended
8847         only to highlight words during entering a new replacement string
8848         for \? in non-literal mode.
8850         * replace.el (query-replace-highlight): Add new value `isearch'
8851         that allows query replacement to use isearch highlighting.
8852         Change type from `boolean' to `choice'.  Doc fix.
8853         (replace-highlight, replace-dehighlight, perform-replace):
8854         Use isearch highlighting if query-replace-highlight eq `isearch'.
8856 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8858         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8859         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8861         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8862         case of \end{verbatim}.
8864 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
8866         * term.el (term-termcap-format): Synchronyze with terminfo.
8867         (term-emulate-terminal): Handle reset.
8868         (term-reset-terminal): New function.
8870 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
8872         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8873         (zone-fill-out-screen): New func.
8874         (zone-pgm-drip): Use `zone-fill-out-screen'.
8875         Also, no longer go to point-min on every cycle.
8876         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8877         (zone-pgm-random-life-wait): New user var.
8878         (zone-pgm-random-life): New func.
8880 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
8882         * files.el (auto-mode-alist): Map .com to DCL mode.
8884 2004-12-09  Richard M. Stallman  <rms@gnu.org>
8886         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8888 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
8890         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8891         buffer with a display margin.
8893 2004-12-08  Jay Belanger  <belanger@truman.edu>
8895         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8896         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8898 2004-12-08  Richard M. Stallman  <rms@gnu.org>
8900         * faces.el: Delete code to set display table.
8901         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
8903 2004-12-08  Jay Belanger  <belanger@truman.edu>
8905         * calc/calc.el: Add math-read-preprocess-string to autoloads.
8907         * calc/calc-ext.el (math-read-replacement-list)
8908         (math-read-superscripts, math-read-preprocess-string): Move to
8909         calc-aent.el.
8911         * calc/calc-aent.el (math-read-replacement-list)
8912         (math-read-superscripts, math-read-preprocess-string): Move from
8913         calc-ext.el.
8915 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8917         * isearch.el (isearch-quote-char): Fix up typo in last change.
8919 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
8921         * mouse.el (mouse-set-font): Handle the case where the command was
8922         not invoked using the mouse.
8924         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8925         (edmacro-finish-edit): Further update for keyboard macros that are
8926         lambda forms.
8927         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8929 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8931         * font-lock.el (font-lock-unfontify-region): Save buffer state.
8932         (font-lock-default-unfontify-region): Don't save buffer state any more.
8934 2004-12-07  Jay Belanger  <belanger@truman.edu>
8936         * calc/calc-help.el (calc-describe-key):
8937         Set calc-summary-indentation even when Calc Summary buffer exists.
8939 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
8941         * calendar/holidays.el (holiday-easter-etc): Make arguments
8942         optional for backwards compatibility.  Doc fix.
8943         Remove un-necessary local vars mandatory, output-list.
8944         (holiday-advent): Make arguments optional for backwards
8945         compatibility.  Doc fix.
8947 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8949         * paren.el (show-paren-function): Fix last change (2004-12-02).
8951         * international/mule-util.el (char-displayable-p): Return nil for
8952         unibyte mode.
8954         * subr.el (subregexp-context-p): New function.
8956         * isearch.el (isearch-quote-char): Use it.
8958         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8959         (regexp-opt-not-groupie*-re): Remove.
8960         (regexp-opt): Properly handle inputs with duplicate entries.
8962 2004-12-06  Richard M. Stallman  <rms@gnu.org>
8964         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8966         * cus-edit.el (custom-file): Doc fix.
8968         * textmodes/org.el: New file.
8970 2004-12-06  Kenichi Handa  <handa@m17n.org>
8972         * ldefs-boot.el: Update international/mule-util.el section.
8974 2004-12-05  Sam Steingold  <sds@gnu.org>
8976         * net/tramp.el (tramp-handle-file-accessible-directory-p):
8977         Fix `tramp-time-diff' comparison logic.
8979 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
8981         * progmodes/which-func.el (which-function):
8982         Use `run-hook-with-args-until-success' instead of a custom loop.
8983         Fixes bug with local hooks.
8985 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8987         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8988         Use delete-dups when calculating the initial value.
8989         (bibtex-autokey-get-title): Use <=.
8990         (bibtex-goto-line): New function.
8991         (bibtex-reposition-window): Use line numbers instead of point
8992         positions.  Use window-body-height.
8993         (bibtex-find-crossref): Use bibtex-reposition-window.
8994         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
8995         position of entry if key is found or nil if not found.
8997 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8999         * cus-edit.el (custom-file): Doc fix.
9001         * progmodes/sh-script.el (sh-indent-for-then): Change default.
9003 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9005         * simple.el (blink-matching-open):
9006         * textmodes/tex-mode.el (tex-validate-region):
9007         Obey syntax-table text properties.
9009 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
9011         * wid-edit.el (widget-specify-field): Add `real-field' property to
9012         boundary.
9013         (widget-field-at): Use it.
9015 2004-12-02  Richard M. Stallman  <rms@gnu.org>
9017         * progmodes/cc-mode.el (awk-mode autoload):
9018         Supply t meaning interactive function.
9020         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
9021         (isearch-mode-map): No special definition for space.
9022         (isearch-whitespace-chars): Command deleted.
9023         (isearch-forward-regexp): Doc fix.
9024         (isearch-quote-char): When a space is not inside brackets,
9025         use `[ ]' instead of just space.
9026         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
9028         * imenu.el (imenu--generic-function): Delete code to exclude
9029         matches in comments.
9031         * man.el (Man-reverse-face): Change default to `highlight'.
9033         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
9034         (occur-engine): Use `face' prop rather than `font-lock-face'
9035         when specifying use of `match-face'.
9036         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
9038         * emacs-lisp/elint.el (elint-standard-variables): Update list.
9040         * add-log.el (add-log-current-defun): Handle the case where point
9041         is in the header part of a DEFUN construct.
9043 2004-12-02  Dave Love  <fx@gnu.org>
9045         * progmodes/python.el (python-font-lock-syntactic-keywords):
9046         Fix previous change.
9048 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
9050         * paren.el (show-paren-function): Check for matching chars
9051         specified by text props.
9053 2004-12-02  Jay Belanger  <belanger@truman.edu>
9055         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
9056         when reading a new key sequence.
9058 2004-12-02  Kim F. Storm  <storm@cua.dk>
9060         * faces.el (escape-glyph): Rename from glyph.
9061         (standard-display-table): Set it here.  Add escape-glyph face to
9062         extra slot characters.
9064         * disp-table.el: Undo 2004-12-01 change.  Display table is now
9065         setup in faces.el.
9067 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
9069         * xml.el (xml-parse-dtd): Don't show validity messages when
9070         xml-validating-parser is nil.
9071         (xml-substitute-special): Fix validity error messages to
9072         actually show the unexpandable entity.  Added validity error if &
9073         isn't followed by an entity.
9074         (xml-parse-tag): Concatenate any string following the a
9075         <![CDATA[]]> section to the parsed CDATA.
9076         (xml-parse-dtd): Skip parameter entity declarations and use of
9077         parameter entities.
9079 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
9081         * kmacro.el (kmacro-default-counter-format): New var.
9082         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
9083         (kmacro-display): Remove `nil' from `and' form.  Delete call to
9084         `format' inside `message'.
9085         (kmacro-start-macro): Use `kmacro-default-counter-format'.
9087 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9089         * pcvs.el (cvs-header-msg): New function.
9090         (cvs-update-header): Use it.  Change calling convention.
9091         Correctly handle the case of having simultaneous active processes.
9092         (cvs-sentinel): Don't call cvs-update-header any more.
9093         (cvs-mode-run): Update call and add cvs-update-header to postproc.
9095 2004-12-01  Jay Belanger  <belanger@truman.edu>
9097         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
9098         Change message.
9100 2004-12-01  Juri Linkov  <juri@jurta.org>
9102         * progmodes/prolog.el (prolog-mode-variables):
9103         Fix imenu-generic-expression.
9105 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
9107         * faces.el (glyph): New face.
9109         * disp-table.el: Add an autoloaded table, that doesn't require
9110         this library, with glyph face.
9112         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
9113         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
9114         (conf-quote-normal): Allow normalizing only ' or ".
9115         (conf-mode): Regexp-quote constructed comment-start and don't
9116         match section {} where "name" contains braces.
9118         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
9119         files.
9121 2004-12-01  Kenichi Handa  <handa@m17n.org>
9123         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
9124         (x-select-text): Don't treat eight-bit-control/graphic chars
9125         specially.  Store the encoded text in the X cut buffer.
9126         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
9127         with x-last-selected-text-cut-encoded.
9129 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9131         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
9133 2004-11-30  Markus Rost  <rost@ias.edu>
9135         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
9136         AUCTeX.
9138 2004-11-30  Jay Belanger  <belanger@truman.edu>
9140         * calc/calc-arith.el (math-possible-signs): Made stronger checks
9141         on signs of intervals.
9142         (math-pow-of-zero): Strengthen checks for positive and negative
9143         exponents.
9145         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
9146         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
9147         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
9148         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
9149         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
9150         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
9151         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
9152         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
9153         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
9154         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
9155         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
9156         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
9157         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
9158         with provide statements.
9160         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
9162         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
9164         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
9165         (calc-load-everything, math-defsimplify): Replace dummy autoloading
9166         functions by require statements.
9167         (math-defsimplify): Move to calc-alg.el, add to autoloads.
9169         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9170         (calc-gnuplot-print): Give them values.
9172         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
9173         autoloads.
9174         Add calc-do-embedded-activate to autoloads.
9175         (calc-gnuplot-name, calc-gnuplot-plot-command)
9176         (calc-gnuplot-print-command): Move them to calc-graph.el.
9178 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9180         * term/mac-win.el (ccl-encode-mac-roman-font)
9181         (ccl-encode-mac-cyrillic-font)
9182         (ccl-encode-mac-centraleuropean-font, encoder-list)
9183         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
9184         Support Cyrillic, CentralEuropean, and Dingbat font display
9186 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
9188         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
9190         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
9191         still nil.
9193 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
9195         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
9196         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
9198 2004-11-29  Jay Belanger  <belanger@truman.edu>
9200         * calc/calc-arith.el (math-pow-of-zero): Take into account different
9201         cases of the base and exponent.
9203 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9205         * simple.el (next-error-buffer-p): Allow for inclusive and
9206         exclusive tests for finding a buffer.
9207         (next-error-find-buffer): Pass the exclusive and inclusive tests
9208         to next-error-buffer-p.
9210         * replace.el (occur-next-error): Switch to the Occur buffer when
9211         appropriate, use the exclusive filter to next-error-find-buffer to
9212         do it.  Use the absolute value of the motion amount.
9214 2004-11-29  Kenichi Handa  <handa@m17n.org>
9216         * startup.el (command-line): Decode all default-directory by
9217         locale-coding-system.
9219 2004-11-29  Jay Belanger  <belanger@truman.edu>
9221         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
9222         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
9223         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
9224         Replace calls to calc-extensions by appropriate require, replace
9225         calc-extensions-loaded by appropriate featurep.
9227         * calc/calc-ext.el: Move require to end of file.
9228         Remove redundant loading of calc.el.
9229         (calc-extensions-loaded): Remove unnecessary variable.
9230         (calc-extensions): Remove unnecessary function.
9231         (calc-load-everything): Replace calc-need-macros by appropriate require.
9233         * calc/calc-macs.el: Move provide to end of file.
9234         (calc-need-macros): Remove unnecessary function.
9236         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
9237         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
9238         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
9239         Replace calc-extensions by appropriate require.
9240         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
9242         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
9243         Replace calc-need-macros by appropriate require.
9245         * calc/calc.el: Move require to end of file.
9246         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
9247         Remove unnecessary variable.
9248         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
9249         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
9250         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
9251         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
9252         (math-stack-value-offset, math-format-value, math-format-flat-expr)
9253         (math-format-number, math-format-bignum, math-read-number)
9254         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
9255         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
9256         by appropriate require.
9257         (calc-check-defines): Replace calc-need-macros by appropriate require.
9259 2004-11-29  Kim F. Storm  <storm@cua.dk>
9261         * macros.el (insert-kbd-macro): Handle kmacro functions.
9263 2004-11-28  Juri Linkov  <juri@jurta.org>
9265         * compare-w.el (compare-windows-highlight): Attach each overlay
9266         to its window to properly highlight differences while comparing
9267         two windows of the same buffer.  Fix arguments.
9268         (compare-windows-sync-default-function): Fix arguments of
9269         `compare-windows-highlight'.
9271         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
9272         Use `read-expression-history'.  Set initial contents only if
9273         `edebug-global-break-condition' is non-nil.  Set histpos to 1
9274         if initial contents is equal to the last history element.
9275         (edebug-set-conditional-breakpoint): Instead of temporarily
9276         prepending the current condition to the history, set initial
9277         contents to the current condition.  Set histpos to 1 if initial
9278         contents is equal to the last history element.
9280         * info.el (Info-search-whitespace-regexp): Remove shy group.
9281         (Info-search): Forward line if search is on the header line.
9282         Use search-whitespace-regexp in two other places.
9284 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
9286         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
9287         warning.  Delay real definition, which uses
9288         `set-fringe-indicators-1' till after the definition of that function.
9290 2004-11-28  Kim F. Storm  <storm@cua.dk>
9292         * fringe.el (fringe): New defgroup.
9293         (fringe-mode): Move to fringe group.
9294         (fringe-indicators): New defcustom.
9295         (set-fringe-indicators-1): New defun.
9297         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
9298         (menu-bar-showhide-fringe-ind-menu): New keymap.
9299         (menu-bar-showhide-fringe-ind-empty)
9300         (menu-bar-showhide-fringe-ind-mixed)
9301         (menu-bar-showhide-fringe-ind-box)
9302         (menu-bar-showhide-fringe-ind-right)
9303         (menu-bar-showhide-fringe-ind-left)
9304         (menu-bar-showhide-fringe-ind-none): New defuns.
9305         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
9307 2004-11-27  Richard M. Stallman  <rms@gnu.org>
9309         * comint.el (comint-read-noecho): Add trivial compatibility definition.
9311         * generic.el (define-generic-mode): Doc fix.
9313         * menu-bar.el (menu-bar-options-save): For the options
9314         that are toggled with menu-bar-make-mm-toggle, don't check
9315         for customized-value prop.
9317 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
9319         * mail/supercite.el (sc-cite-region): Handle the case where
9320         sc-cite-frame-alist is a symbol.
9321         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
9322         a symbol.
9323         (sc-recite-region): Handle the case where sc-recite-frame-alist is
9324         a symbol.
9326 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
9328         * wid-edit.el (widget-narrow-to-field): New function.
9329         (widget-complete): Use it.
9331 2004-11-27  Jay Belanger  <belanger@truman.edu>
9333         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
9334         variable.
9335         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
9336         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
9337         (math-alg-inequalities): Move declaration to earlier in the file.
9339         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
9340         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
9341         Declare them.
9343         * calc/calc-lang.el (math-expr-data, math-expr-token)
9344         (math-exp-old-pos): Declare them.
9346         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
9347         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
9349 2004-11-27  Kim F. Storm  <storm@cua.dk>
9351         * progmodes/flymake.el: Use (featurep 'xemacs).
9352         (flymake-makehash): Change to defsubst.  Use fboundp.
9353         (flymake-time-to-float): Remove.
9354         (flymake-float-time): Merge code from flymake-time-to-float here.
9355         (flymake-replace-regexp-in-string): Change to defsubst.
9356         (flymake-split-string-remove-empty-edges):
9357         Rename to flymake-split-string.
9358         (flymake-split-string): Remove previous defalias.
9359         (flymake-get-temp-dir): Change to defsubst.
9360         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
9361         Define for xemacs only.
9362         (flymake-master-file-count-limit): Change into compiler defvar only.
9363         (flymake-find-possible-master-files): Let-bind it dynamically while
9364         sorting files using flymake-master-file-compare.
9366 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9368         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
9369         of defun-prompt-regexp matches inside a comment/string but the
9370         beginning is correctly outside everything.
9372         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
9373         appears within a string or a comment.
9375         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
9376         rather than make-symbol for symbols which are used in
9377         a symbol-macrolet or equivalent.
9379 2004-11-26  Jay Belanger  <belanger@truman.edu>
9381         * calc-misc.el (calc-last-why-command): Declare it.
9383         * calc-vec.el (math-grade-vec): New variable.
9384         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
9385         Replace variable grade-vec by declared variable.
9386         (math-rb-close): New variable.
9387         (math-read-brackets, math-read-vector): Replace variable close by
9388         declared variable.
9390         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
9391         (calc-one-window, calc-edit-handler, calc-restore-trail)
9392         (calc-allow-ret): Declare them.
9394         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
9395         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
9396         (math-radix-float-cache-tag, math-random-cache)
9397         (math-max-digits-cache, math-integral-cache, math-units-table)
9398         (math-format-date-cache, math-holidays-cache-tag): Declare them.
9399         (math-moc-func): New variable.
9400         (math-map-over-constants, math-map-over-constants-rec):
9401         Replace variable func by declared variable.
9403         * calc/calc-store.el (calc-given-value, calc-store-opers):
9404         Declare them.
9405         (calc-var-name-map): Move declaration to earlier in the file.
9406         (calc-pv-pos): New variable.
9407         (calc-permanent-variable, calc-insert-permanent-variable):
9408         Replace variable pos by declared variable.
9410         * calc/calc-mtx.el (calc-det-lu): New variable.
9411         (math-det-raw, math-det-step): Replace variable lu by declared variable.
9413         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
9414         (math-multi-subst, math-multi-subst-rec): Replace variables temp
9415         and arg by declared variables.
9416         (calcFunc-reducer): Fix incorrect variable.
9417         (math-inner-mul-func, math-inner-add-func): New variables.
9418         (calcFunc-inner, math-inner-mats): Replace variables mul-func
9419         and add-func by declared variables.
9421         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
9422         (calc-digit-value): Declare them.
9424         * calc/calc-help.el (Info-history): Declare it.
9425         (calc-describe-key): Make calc-summary-indentation a local variable.
9426         (calc-help-long-names): Move declaration to earlier in file.
9428         * calc/calc-embed.el (calc-original-buffer): Declare it.
9429         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
9430         (calc-embed-bot): New variables.
9431         (calc-do-embedded, calc-embedded-mark-formula)
9432         (calc-embedded-find-bounds, calc-embedded-duplicate)
9433         (calc-embedded-new-formula, calc-embedded-make-info):
9434         Replace vars outer-top, outer-bot, bot and top by declared variables.
9435         (calc-embed-prev-modes): New variable.
9436         (calc-embedded-set-modes, calc-embedded-update): Replace variable
9437         prev-modes with declared variable.
9438         (calc-embed-vars-used): New variable.
9439         (calc-embedded-make-info, calc-embedded-evaluate-expr)
9440         (calc-embedded-update, calc-embedded-find-vars): Replace variable
9441         vars-used by declared variable.
9443         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
9444         (math-format-radix-float): Remove unnecessary setq.
9445         (math-radix-float-cache): Declare it.
9447         * calc/calcsel2.el (calc-keep-selection): Declare it.
9449         * calc/calc-maint.el: Remove file.
9451 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9453         * textmodes/bibtex.el (bibtex-sort-entry-class)
9454         (bibtex-comment-start): Use defcustom.
9455         (bibtex-entry-field-alist): Use nil if initial content of the
9456         field is undefined.  Fix docstring.
9457         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
9458         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
9459         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
9460         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
9461         Fix docstring.
9462         (bibtex-autokey-title-terminators): Use only one regexp.
9463         (bibtex-string-maybe-empty-head): New variable.
9464         (bibtex-remove-delimiters-string): New function.
9465         (bibtex-text-in-field-bounds, bibtex-text-in-string):
9466         Use bibtex-remove-delimiters-string.
9467         (bibtex-progress-message, bibtex-field-left-delimiter)
9468         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
9469         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
9470         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
9471         Simplify.
9472         (bibtex-format-entry): Use save-excursion for inherited booktitle.
9473         Use eq and bibtex-remove-delimiters-string.  For end markers use
9474         insertion type so that marker stays after inserted text.
9475         (bibtex-autokey-get-names): Return empty string if name is missing.
9476         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
9477         calling bibtex-autokey-name-case-convert.
9478         (bibtex-autokey-demangle-title):
9479         Call bibtex-autokey-titleword-case-convert.  Remove call to
9480         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
9481         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
9482         (bibtex-read-key): New optional arg global.
9483         (bibtex-files-expand): New optional arg force.
9484         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
9485         (bibtex-complete-crossref-cleanup): Rename from
9486         bibtex-complete-key-cleanup.  Simplify code.
9487         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
9488         Operate on current entry.
9489         (bibtex-button): Add docstring.
9490         (bibtex-entry): Simplify.
9491         (bibtex-make-field): Replace optional arg called-by-yank with more
9492         specific args move and interactive.
9493         (bibtex-end-of-entry): Use forward-sexp.
9494         (bibtex-find-entry-globally): Remove.
9495         (bibtex-find-crossref): Allow for crossref key located in other buffer.
9496         Bound to C-c C-x.
9497         (bibtex-find-entry): New optional args global and display.
9498         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
9499         (bibtex-validate): Use arg force of bibtex-files-expand.
9500         (bibtex-clean-entry): Bugfix, clean string entries properly.
9501         Always keep point at beginning of entry.
9502         (bibtex-complete): Bugfix.  Handle string entries properly.
9503         Call cleanup functions only if needed.
9504         (bibtex-String): Use bibtex-read-string-key.
9505         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
9506         case of replacement text.
9508 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
9510         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
9511         (tramp-perl-directory-files-and-attributes): New constant.
9512         (tramp-file-name-handler-alist): Delete file-directory-files, add
9513         directory-files-and-attributes.
9514         (tramp-perl-file-attributes): Surround uid and gid by double
9515         quotes.  Change parameter id-format from nonnumeric.
9516         (tramp-convert-file-attributes): New function.
9517         (tramp-handle-file-attributes): Use it.
9518         (tramp-maybe-send-perl-script): New function.
9519         (tramp-handle-file-attributes-with-perl): Use it.  Don't convert
9520         file mode.  Change parameter id-format from nonnumeric.
9521         (tramp-handle-file-attributes-with-ls): Change parameter id-format
9522         from nonnumeric.
9523         (tramp-post-connection): Don't send tramp-perl-file-attributes
9524         script.  Reset connection property "perl-scripts".
9525         (tramp-handle-insert-directory): Run real handler when ls-lisp is
9526         in use.
9528 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
9530         * desktop.el (desktop-read): Replace mapcar with mapc.
9531         (desktop-create-buffer): Replace mapcar with mapc.
9532         Remove redundant piece of code.
9534 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
9536         * progmodes/gud.el (gud-display-line): Use display-buffer
9537         for GDB-UI as for GUD.
9539         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
9540         Delete variables.
9541         (gdb-ann3): Don't make GUD buffer dedicated.
9542         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
9543         (gdb-display-source-buffer): Delete function.
9544         (gdb-view-source-function, gdb-view-assembler): Delete functions.
9545         (menu): Delete menu bindings for viewing source/assembler.
9546         (gdb-setup-windows, gdb-restore-windows):
9547         Don't dedicate GUD.  No assembler now.
9548         (gdb-reset): No need to undedicate source buffers now.
9549         (gdb-source-info): No assembler now.
9551 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
9553         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
9554         width to those for special frames.
9555         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
9556         Use display-buffer.
9557         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
9558         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9559         (gdb-frame-assembler-buffer): Rework like
9560         gdb-frame-breakpoints-buffer.
9562 2004-11-25  Richard M. Stallman  <rms@gnu.org>
9564         * progmodes/flymake.el: Reindent.
9565         (flymake-split-string): Turn into defalias.
9566         (flymake-fix-file-name): Rename from flymake-fix-path-name.
9567         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
9568         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
9569         (flymake-build-relative-filename): Rename from ...path.
9570         Fix error message.
9572 2004-11-25  Cheng Gao  <chenggao@gmail.com>
9574         * progmodes/flymake.el: Much whitespace and capitalization change.
9575         Move `provide' to end.  Require `compile' only when compiling.
9577 2004-11-24  Jay Belanger  <belanger@truman.edu>
9579         * calc/calc-alg.el: Added comment.
9580         (math-polynomial-base): Replace variable mpb-top-expr by
9581         math-poly-base-top-expr.
9583         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
9584         (math-polynomial-p1): Replace variable mpb-top-expr by declared
9585         variable.
9586         (math-poly-base-total-base): New variable.
9587         (math-total-polynomial-base, math-polynomial-p1): Replace variable
9588         mpb-total-base by declared variable.
9589         (math-factored-vars, math-to-list): Declare it.
9590         (math-fact-expr): New variable.
9591         (calcFunc-factors, calcFunc-factor, math-factor-expr)
9592         (math-factor-expr-try, math-factor-expr-part): Replace variable
9593         expr by declared variable.
9594         (math-fet-x): New variable.
9595         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
9596         by declared variable.
9597         (math-factor-poly-coefs): Make temp a local variable.
9599         * calc/calc-units.el (calc-convert-units): Make units a local
9600         variable.
9601         (calc-num-units, calc-den-units): New variables.
9602         (calc-explain-units, calc-explain-units-rec): Replace variables
9603         num-units and den-units by declared variables.
9604         (math-cu-unit-list): New variable.
9605         (math-build-units-table, math-compare-unit-names)
9606         (math-convert-units, math-convert-units-rec): Replace variable
9607         unit-list by declared variable.
9608         (math-fbu-base, math-fbu-entry): New variables.
9609         (math-find-base-units, math-find-base-units-rec): Replace variables
9610         base and entry by declared variables.
9611         (math-which-standard): New variable.
9612         (math-to-standard-units, math-to-standard-rec): Replace variable
9613         which-standard by declared variable.
9614         (math-fcu-u): New variable.
9615         (math-find-compatible-unit, math-find-compatible-unit-rec):
9616         Replace variable u by declared variable.
9617         (math-cu-new-units, math-cu-pure): New variables.
9618         (math-convert-units, math-convert-units-rec): Replace variables
9619         new-units and pure by declared variables.
9620         (math-try-cancel-units): New variable.
9621         (math-simplify-units-quotient): Replace variable try-cancel-units by
9622         declared variable.
9624 2004-11-24  Richard M. Stallman  <rms@gnu.org>
9626         * textmodes/ispell.el (ispell-check-version):
9627         If default-directory is nonexistent, use home dir.
9629         * progmodes/grep.el (grep-regexp-alist):
9630         Don't match parens around line numbers.
9632         * progmodes/cperl-mode.el (cperl-indent-region)
9633         (cperl-imenu--create-perl-index, cperl-xsub-scan):
9634         Don't print progress messages.
9636         * progmodes/compile.el (compilation-mode-map):
9637         Don't inherit from compilation-minor-mode-map;
9638         copy its bindings instead.  But the menu bar Compile
9639         entry now does inherit from compilation-menu-map.
9641         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9642         Use with-no-warnings around compiler-macroexpand.
9644         * imenu.el: Don't always require newcomment.
9645         (imenu--generic-function): Call comment-normalize-vars
9646         if we have a comment syntax.
9647         Exit the loop if REGEXP matches the null string.
9648         Test comment-start as well as comment-start-skip
9649         when deciding whether to check for comments.
9651         * tooltip.el (tooltip-mode): Doc fix.
9653         * term.el (term-escape-char, term-mode): Doc fixes.
9655 2004-11-24  Dave Love  <fx@gnu.org>
9657         * progmodes/python.el (python-font-lock-syntactic-keywords):
9658         Check for escapes in the regexp.
9659         (python-quote-syntax): Don't do it here.
9661 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
9663         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
9664         (gdb-frames-mode-map, gdb-threads-mode-map)
9665         (gdb-registers-mode-map, gdb-locals-mode-map)
9666         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
9667         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
9669         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
9670         (dedicated-switch-to-buffer): Rework.
9671         (gdb-var-evaluate-expression-handler, gdb-put-string):
9672         Remove unused variable bindings.
9673         (gdb-setup-windows, gdb-display-buffer):
9674         Simplify.  Use pop-to-buffer.
9675         (gdb-view-source-function): Simplify.
9676         (gdb-frame-breakpoints-buffer):
9677         Use pop-to-buffer, special-display-regexps.
9679 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
9681         * progmodes/f90.el (f90-smart-end)
9682         (f90-previous-statement, f90-beginning-of-block): Doc fix.
9683         (f90-calculate-indent): Handle un-named PROGRAM blocks.
9684         (f90-end-of-block): Doc fix.  Make check of outermost block
9685         conditional on value of `f90-smart-end'.
9686         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
9687         Handle case where END-BLOCK is nil.
9688         (f90-match-end): Handle un-named PROGRAM blocks.
9689         (f90-backslash-not-special): New function.
9691 2004-11-24  Jay Belanger  <belanger@truman.edu>
9693         * calc/calc.el (calc-embedded-active): Removed unnecessary
9694         declaration.
9695         (calc-show-banner): Removed redundant declaration.
9697         * calc/calc-graph.el (calc-gnuplot-default-device)
9698         (calc-gnuplot-default-output, calc-gnuplot-print-device)
9699         (calc-gnuplot-print-output, calc-gnuplot-geometry)
9700         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
9701         Remove redundant initial values.
9703         * calc/calc-arith.el (math-scalar-functions)
9704         (math-nonscalar-functions, math-scalar-if-args-functions)
9705         (math-real-functions, math-positive-functions)
9706         (math-nonnegative-functions, math-real-scalar-functions)
9707         (math-real-if-arg-functions, math-integer-functions)
9708         (math-num-integer-functions, math-rounding-functions)
9709         (math-float-rounding-functions, math-integer-if-args-functions)
9710         (math-super-types): Move declarations to earlier in file.
9711         (math-unit-prefixes): Declared it.
9712         (math-floor-prec, math-trunc-prec): New variables.
9713         (math-trunc-fancy): Replace variable prec by declared variable.
9714         (math-floor-fancy): Replace variable prec by declared variable.
9715         (math-com-bterms): New variable.
9716         (math-commutative-equal, math-commutative-collect):
9717         Replace variable bterms by declared variable.
9719         * calc/calc-misc.el (math-trunc): Replace variable prec by
9720         math-trunc-prec.
9721         (math-floor): Replace variable prec by math-floor-prec.
9723         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
9724         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
9725         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
9726         (math-format-date, math-format-date-part): Replace variables
9727         date, dt, year, month, day, weekday, hour, minute, second and
9728         bc-flag by declared variables.
9729         (math-pd-str): New variable.
9730         (math-parse-date, math-parse-date-word, math-parse-standard-date):
9731         Replace variable str by declared variable.
9732         (math-daylight-savings-hook, math-tzone-names): Move definitions
9733         to earlier in the file.
9734         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
9735         (math-sh-year): New variable.
9736         (math-setup-add-holidays, math-setup-holidays)
9737         (math-setup-year-holidays): Replace variable `year' by declared
9738         variable.
9740         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
9741         New variables.
9742         (math-nth-root-float, math-nth-root-float-iter): Replace variables
9743         n, nf and nfm1 by declared variables.
9744         (math-nri-n): New variable.
9745         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
9746         n by declared variable.
9747         (calcFunc-log): Removed misplaced condition.
9749 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9751         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9753 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
9755         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
9756         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9757         Dedicate gdb-related windows.
9758         (gdb-display-buffer): Dedicate gdb-related windows.
9759         Don't grab other frames.
9760         (gdb-reset): Remove dedicated property after debugging.
9762 2004-11-24  Jay Belanger  <belanger@truman.edu>
9764         * calc/calc-sel.el: Add comment.
9766         * calc/calc.el (math-stack-value-offset): Replace variables c,
9767         wid and off with math-svo-c, math-svo-wid and math-svo-off.
9769         * calc/calccomp.el (math-comp-sel-tag): Declare it.
9770         (math-svo-c, math-svo-wid, math-svo-off): New variables.
9771         (math-stack-value-offset-fancy): Replace variables c, wid and off
9772         by declared variables.
9773         (math-comp-just, math-comp-comma-spc): New variables.
9774         (math-compose-expr, math-compose-matrix): Replace variables `just'
9775         and comma-spc by declared variable.
9776         (math-comp-vector-prec): New variable.
9777         (math-compose-expr, math-compose-matrix, math-compose-rows):
9778         Replace variable vector-prec by declared variable.
9779         (math-comp-left-bracket, math-comp-right-bracket)
9780         (math-comp-comma): New variables.
9781         (math-compose-expr, math-compose-rows): Replace variables
9782         left-bracket, right-bracket and comma by declared variables.
9783         (math-comp-full-width): New variable.
9784         (math-comp-to-string-flat, math-comp-to-string-flat-term):
9785         Replace variable full-width by declared variable.
9786         (math-comp-highlight, math-comp-word, math-comp-level)
9787         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9788         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9789         New variables.
9790         (math-comp-to-string-flat, math-comp-to-string-flat-term)
9791         (math-comp-sel-flat-term): Replace variables comp-highlight,
9792         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9793         declared variables.
9794         (math-comp-simplify, math-comp-simplify-term)
9795         (math-comp-add-string, math-comp-add-string-sel):
9796         Replace variables comp-highlight, comp-buf, comp-base,
9797         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9799 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9801         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9803         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9804         and x-server-version may throw.
9806 2004-11-23  Kim F. Storm  <storm@cua.dk>
9808         * subr.el (substitute-key-definition-key): Optimize.
9809         Don't call indirect-function for nil defn (always signals error).
9811         * ido.el (ido-read-internal): Fix require-match check when
9812         ido-directory-too-big is set.
9814 2004-11-23  Jay Belanger  <belanger@truman.edu>
9816         * calc/calc-ext.el (math-read-replacement-list)
9817         (math-read-superscripts): New variables.
9818         (math-read-preprocess-string): New function.
9819         (math-read-expr): Filter input through math-read-preprocess-string.
9821         * calc/calc-aent.el (math-read-exprs): Filter input through
9822         math-read-preprocess-string.
9824 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
9826         * progmodes/compile.el (compilation-start): In cd command use
9827         substitute-env-vars -- not quite shell compatible but better than
9828         nothing.
9829         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9830         handle the newer versions messages, which are more parseable.
9832 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9834         * reveal.el (reveal-mode-map): New var.
9835         (reveal-mode): Use it.
9837 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
9839         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9840         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9842 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9844         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9845         header-line when needed.
9846         Use fixed-pitch only in the header-line.
9847         Build the underline automatically.  Use emdash if available.
9849 2004-11-22  Richard M. Stallman  <rms@gnu.org>
9851         * dired.el (dired-recursive-copies): Move from dired-aux.el.
9852         * dired-aux.el (dired-recursive-copies): Move to dired.el.
9854 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
9856         * progmodes/gdb-ui.el (gdb-resync): New function.
9857         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9858         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9859         Use it to fail more gracefully.
9860         (gdb-variables): Delete variable.
9861         Re-order variables to reduce byte-compiler warnings.
9863 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9865         * descr-text.el (describe-char):
9866         * paren.el (show-paren-function):
9867         * subr.el (syntax-after): Undo last change.
9869         * progmodes/python.el (run-python): Don't hard code *Python*.
9870         Don't modify global process-environment.
9871         (python-send-region, python-load-file): Don't assume that
9872         python-buffer == (process-buffer (python-proc)).
9873         (python-switch-to-python): Simplify.
9875         * dired.el (dired-align-file): Don't assume line starts with spaces.
9877 2004-11-21  Jay Belanger  <belanger@truman.edu>
9879         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9880         Replace variable `lines' by math-read-big-lines.
9881         (math-read-big-expr): Replace variables the-baseline, the-h2
9882         and err-msg by math-read-big-baseline, math-read-big-h2 and
9883         math-read-err-msg.
9884         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9886         * calc/calc-lang.el (math-read-big-rec): Fix typo.
9887         (math-read-big-balance): Replace unbound variable by value.
9888         (math-read-big-lines): New variable.
9889         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9890         (math-read-big-error, math-read-big-balance): Replace variable
9891         `lines' by declared variable.
9892         (math-read-big-baseline, math-read-big-h2): New variables.
9893         (math-read-big-rec): Replace variables the-baseline and the-h2
9894         by declared variables.
9895         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9896         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9897         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9898         declared variables.
9899         (math-read-big-err-msg): New variable.
9900         (math-read-big-error): Replace variable err-msg by declared variable.
9902 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9904         * ses.el: Add coding cookie.
9905         Fix up docstrings, follow new commenting conventions.
9906         (ses-header-line-menu): Fix missing variable rename for header-row.
9907         (ses-cell-size): Remove.
9908         (ses-make-cell): New function.
9909         (ses-cell, ses-insert-row, ses-insert-column): Use it.
9910         (ses-calculate-cell): Remove unused var `symbol'.
9911         (ses-narrowed-p): New function.
9912         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9913         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9914         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9915         (ses-setup): Use restore-buffer-modified-p.
9916         (ses-cleanup): Remove unused var `end'.
9917         (ses-header-string-left-offset): Remove.
9918         (ses-create-header-string): Adjust to new behavior of `align-to'.
9919         Truncate excessively large fields to preserve alignment.
9920         (ses-reconstruct-all): Remove unused var `refs'.
9921         (ses-read-cell-printer): Remove unused var `prompt'.
9922         (ses-delete-row): Remove unused var `pos'.
9923         (ses-delete-column): Remove unused var `new'.
9925 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9927         * ps-print.el: Insert :version tag into all defgroup and defcustom.
9928         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9929         Eliminate eval-and-compile usage.
9930         (ps-insert-file): Use insert-file-contents instead of insert-file.
9931         (ps-setup): Code fix.
9933         * printing.el (pr-setup, lpr-setup): Code fix.
9935 2004-11-21  Jay Belanger  <belanger@truman.edu>
9937         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9938         (calc-original-buffer): Declare them.
9939         (calc-user-formula-alist): New variable.
9940         (calc-user-define-formula, calc-fix-user-formula)
9941         (calc-user-define-composition, calc-finish-formula-edit):
9942         Replace variable `alist' by declared variable.
9943         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9944         (var-q7, var-q7, var-q8, var-q9): Declare them.
9945         (calc-kbd-push): Don't check to see if var-q0 through var-q9
9946         are bound.
9947         (calcFunc-typeof): Replace undeclared variable by expression.
9948         (math-exp-env): New variable.
9949         (math-define-body, math-define-exp): Replace exp-env by declared var.
9950         (math-define-exp): Replace misplaced variable by expression.
9952         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9953         (calc-curve-model, calc-curve-coefnames): New variables.
9954         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9955         varnames, model and coefnames by declared variables.
9956         (math-root-widen): New variable.
9957         (math-search-root, math-find-root): Replace variable root-widen by
9958         declared variable.
9959         (var-DUMMY): Declare it.
9960         (math-root-vars, math-min-vars): Move the declarations to earlier in
9961         the file.
9962         (math-brent-min): Make d a local variable.
9963         (math-find-minimum): Replace non-existent variable.
9964         (math-ninteg-romberg): Remove unnecessary variable.
9965         (math-ninteg-temp): New variable.
9966         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9967         integ-temp by declared variable.
9968         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9969         New variables.
9970         (math-general-fit): Replace variables first-var, first-coef and
9971         new-coefs by declared variables.
9972         (calcFunc-fitvar): Replace variable first-var by declared variable.
9973         (calcFunc-fitparam): Replace variable first-coef by declared variable.
9974         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9975         (math-all-vars-vars, math-all-vars-found): New variables.
9976         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9977         found by declared variable math-all-vars-vars.
9979 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
9981         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9982         of `defconst'.
9984 2004-11-20  Richard M. Stallman  <rms@gnu.org>
9986         * isearch.el (isearch-mode-map): Don't bind SPC.
9987         (isearch-whitespace-chars): Function deleted.
9988         (isearch-search): Bind search-spaces-regexp.
9989         (isearch-lazy-highlight-search): Likewise.
9990         (search-whitespace-regexp): Doc fix.
9991         (isearch-forward-regexp): Doc fix.
9993         * emacs-lisp/bytecomp.el (byte-compile-form):
9994         Move the calls to byte-compile-set-symbol-position,
9995         to avoid having two for the same symbol occurrence.
9997         * comint.el (comint-input-ring-size): Increase to 150.
9999         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
10000         New variables.
10001         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
10002         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
10004         * imenu.el (imenu--generic-function):
10005         Ensure we keep moving backward even if BEG isn't further back.
10007         * replace.el (query-replace-read-to, query-replace-read-from):
10008         Specify t for KEEP-ALL in read-from-minibuffer.
10010         * progmodes/python.el (python-switch-to-python):
10011         If Python isn't running, start it.
10012         Don't alter debug-ignored-errors.
10014         * progmodes/cperl-mode.el (cperl-indent-region):
10015         Don't mind imenu-scanning-message.
10017         * bindings.el (global-map): Bind C-e to move-end-of-line.
10019         * simple.el (line-move-finish): New arg FORWARD.
10020         Ignore invisible newlines, not intangible ones.
10021         Conditions for acceptable stopping positions depend on FORWARD.
10022         (line-move): Pass FORWARD arg to line-move-finish.
10024         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
10025         of HEADER.  Compensate for this change in the code to add display
10026         properties.  Don't make the first line intangible.
10028         * info.el (Info-search): Fix previous change.
10030 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
10032         * Makefile.in (recompile): Revert 2004-11-19 change.
10033         (compile): Likewise.
10035 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
10037         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
10039 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10041         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
10042         defgroup and defcustom.  Eliminate eval-and-compile usage.
10044         * progmodes/ebnf-otz.el: Fix typos.
10046 2004-11-19  Jay Belanger  <belanger@truman.edu>
10048         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
10049         (calc-edit-finish, calc-finish-stack-edit): Replace variable
10050         disp-trail by declared variable.
10052         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
10053         (calc-finish-selection-edit): Replace variable disp-trail by
10054         declared variable.
10055         (calc-selection-cache-entry): Move declaration to earlier in the file.
10056         (calc-selection-cache-num, calc-selection-cache-comp)
10057         (calc-selection-cache-offset, calc-selection-true-num)
10058         (calc-final-point-line, calc-final-point-column)
10059         (calc-original-buffer): Declare them.
10060         (calc-fnp-op, calc-fnp-num): New variables.
10061         (calc-find-nth-part, calc-find-nth-part-rec)
10062         (calc-select-previous): Replace op and num by declared variables.
10063         (calc-rsf-old, calc-rsf-new): New variables.
10064         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
10065         Replace variables old and new by declared variables.
10066         (calc-sel-reselect): New variable.
10067         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
10068         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
10069         (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
10070         reselect with declared variable.
10072         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
10073         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
10074         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
10075         (math-import-list, math-rewrite-phase): Declare them.
10076         (math-rewrite): Use let* to declare variables.
10077         (calc-rewrite-selection): Make rules a local variable.
10078         (calc-rewr-sel): New variable.
10079         (calc-rewrite-selection, calc-locate-selection-marker)
10080         (calc-rewrite): Use the declared variable calc-rewr-sel instead
10081         of sel.
10082         (math-rewrite-whole-expr): New variable.
10083         (math-rewrite, math-rewrite-phase): Replace variable expr by
10084         declared variable.
10085         (math-rewrite-heads-heads, math-rewrite-heads-skips)
10086         (math-rewrite-heads-blanks ): New variables.
10087         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
10088         heads, skips and blanks by declared variables.
10089         (math-rwcomp-subst-old, math-rwcomp-subst-new)
10090         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
10091         New variables.
10092         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
10093         old, new, old-func and new-func by declared variables.
10094         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
10095         Remove unnecessary variable.
10096         (math-apply-rw-regs): New variable.
10097         (math-apply-rewrites, math-rwapply-replace-regs)
10098         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
10099         (math-apply-rw-ruleset): New variable.
10100         (math-apply-rewrites, math-rwapply-remember): Replace variable
10101         ruleset by declared variable.
10103 2004-11-19  Richard M. Stallman  <rms@gnu.org>
10105         * info.el (Info-search): Use search-whitespace-regexp.
10107 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
10109         * vc-rcs.el (vc-rcs-parse): New function.
10110         (vc-rcs-annotate-command): Likewise.
10111         (vc-rcs-annotate-current-time): Likewise.
10112         (vc-rcs-annotate-time): Likewise.
10113         (vc-rcs-annotate-extract-revision-at-line): Likewise.
10115 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
10117         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
10119 2004-11-18  Jay Belanger  <belanger@truman.edu>
10121         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
10123 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10125         * printing.el: Eliminate use of interactive-p and eval-and-compile.
10126         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
10127         Use make-temp-file to generate PostScript files in any situation.
10128         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
10129         (pr-interactive-p): Eliminate var.
10130         (pr-save-interactive): Eliminate macro.
10131         (pr-interface, pr-ps-directory-preview)
10132         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10133         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10134         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10135         (pr-ps-buffer-ps-print, pr-ps-region-preview)
10136         (pr-ps-region-using-ghostscript, pr-ps-region-print)
10137         (pr-ps-region-ps-print, pr-ps-mode-preview)
10138         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10139         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10140         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
10141         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10142         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10143         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10144         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10145         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10146         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10147         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10148         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10149         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
10150         Eliminate pr-save-interactive usage.
10151         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
10152         Eliminate pr-interactive-p usage.
10153         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
10154         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
10155         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
10156         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
10157         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
10158         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
10159         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
10160         New funs.
10161         (pr-ps-file): Use make-temp-file to generate a temporary file.
10163 2004-11-17  Jay Belanger  <belanger@truman.edu>
10165         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
10166         a local variable.
10167         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
10168         (math-top-only): New variable.
10169         (math-simplify, math-simplify-step): Replace variable top-only by
10170         declared variable math-top-only.
10171         (math-simplify-expr): Declare it.
10172         Replace argument expr in all calls of math-defsimplify by
10173         math-simplify-expr.
10174         (math-simplify-plus, math-simplify-times, math-simplify-divide)
10175         (math-simplify-divisor, math-simplify-one-divisor)
10176         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
10177         (math-simplify-pow): Replace variable expr by declared variable
10178         math-simplify-expr.
10179         (math-simplify-divisor): Remove local variables temp and op.
10180         (math-simplify-one-divisor): Make temp and op local variables.
10181         (math-simplify-divisor-nover, math-simplify-divisor-dover):
10182         New variables.
10183         (math-simplify-divisor, math-simplify-one-divisor):
10184         Replace variables nover and dover by declared variables.
10185         (math-expr-subst-new, math-expr-subst-old): New variables.
10186         (math-expr-subst, math-expr-subst-rec): Replace variables new
10187         and old by declared variables.
10188         (math-is-poly-degree, math-is-poly-loose): New variables.
10189         (math-is-polynomial, math-is-poly-rec): Replace variables degree
10190         and loose by declared variables.
10191         (math-poly-base-const-ok, math-poly-base-pred): New variables.
10192         (math-polynomial-base, math-polynomial-base-rec):
10193         Replace variables const-ok and mpb-pred by declared variables.
10195         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
10197         * calc/calc-ext.el (math-defsimplify): Change the argument in
10198         the created function to math-simplify-expr.
10200         * calc/calc-units.el (math-simplify-expr): Declare it.
10201         Replace argument expr in all calls of math-defsimplify by
10202         math-simplify-expr.
10203         (math-simplify-units-prod): Replace variable expr by declared
10204         variable math-simplify-expr.
10206 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10208         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
10209         Replace mapcar->dolist, format->string.
10211 2004-11-17  Miles Bader  <miles@gnu.org>
10213         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
10214         * progmodes/idlwave.el: Remove RCS keywords.
10216 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
10218         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
10219         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
10220         Update to IDLWAVE version 5.5.  Too many changes to list them here.
10221         * progmodes/idlw-help.el: New file.
10223 2004-11-16  Richard M. Stallman  <rms@gnu.org>
10225         * international/iso-cvt.el (iso-tex2iso-trans-tab):
10226         Discard spaces after \i according to TeX rules.
10228         * international/mule.el (set-buffer-file-coding-system):
10229         New arg NOMODIFY.
10230         (after-insert-file-set-coding): Pass that new arg.
10231         Prevent set-buffer-multibyte from trying to lock the file.
10233         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
10235         * saveplace.el (save-place): Doc fix.
10237         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
10238         temporarily widen before finding the following word to copy.
10240         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
10241         (cl-map-keymap): Definition deleted.
10243         * subr.el (map-keymap-internal): New function.
10245 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10247         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
10248         when pressing rather than when releasing mouse-2.  Simplify.
10250 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10252         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
10253         (compilation-mode): Set it here instead.
10255         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
10257         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
10258         (loop, cl-parse-loop-clause, defsetf): Use backquote.
10260 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10262         * progmodes/compile.el (compilation-internal-error-properties):
10263         Fix up a transposition-typo.  Check end-col before using it.
10265 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
10267         * international/iso-cvt.el (iso-tex2iso-trans-tab):
10268         Discard whitespace after macro \i when converting it.
10270 2004-11-16  Juri Linkov  <juri@jurta.org>
10272         * emacs-lisp/find-func.el (find-function-regexp):
10273         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
10274         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
10275         Remove invalid `\W' from [^cgv\W].  Doc fix.
10276         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
10278 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
10280         * play/life.el: Maintainer is now FSF.
10281         (life-patterns, life-neighbor-deltas, life-window-start)
10282         (life-current-generation, life-generation-string): Use defvar
10283         instead of defconst.
10285 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10287         * progmodes/compile.el (compilation-move-to-column): New fun.
10288         (compilation-internal-error-properties)
10289         (compilation-next-error-function): Use it to make sure we don't go past
10290         the end of line.
10292 2004-11-15  John Paul Wallington  <jpw@gnu.org>
10294         * autoinsert.el (auto-insert-alist): Insert the user's name in
10295         copyright notice, rather than Free Software Foundation, for the
10296         Emacs Lisp header case too.
10298 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10300         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
10301         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10302         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
10303         return the list of string in a string.
10304         (pr-call-process): Message if calling process returns an error, that
10305         is, the exit status is different of zero.
10307 2004-11-15  Jay Belanger  <belanger@truman.edu>
10309         * calc/calcalg2.el (math-integrate-by-parts): Remove unused
10310         variable var-thing.
10311         (math-integ-depth, math-integ-level, math-integral-limit)
10312         (math-enable-subst, math-any-substs, math-integ-msg)
10313         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
10314         (math-int-threshold, math-int-factors, math-double-roots)
10315         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
10316         (var-GenCount): Declare these variables.
10317         (calcFunc-integ): Don't check if var-IntegLimit is bound.
10318         (math-integral-cache, math-integral-cache-state):
10319         Move declarations to earlier in the file.
10320         (math-deriv-var, math-deriv-total, math-deriv-symb)
10321         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
10322         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
10323         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
10324         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
10325         (math-solve-res): New variables
10326         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
10327         (math-integral, math-replace-integral-parts)
10328         (math-integrate-by-parts, calc-dump-integral-cache)
10329         (math-try-integral, math-do-integral, math-do-integral)
10330         (math-do-integral-methods, math-try-solve-for)
10331         (math-try-solve-prod, math-solve-poly-funny-powers)
10332         (math-solve-crunch-poly, math-decompose-poly)
10333         (math-solve-find-root-term, math-find-root-in-prod)
10334         (math-integ-try-linear-substitutions)
10335         (math-integ-try-substitutions, math-expr-rational-in)
10336         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
10337         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
10338         (math-solve-for, math-solve-system, math-solve-system-rec)
10339         (math-solve-get-sign, math-solve-get-int)
10340         (math-solve-system-subst): Replace undeclared variables with newly
10341         declared variables.
10343 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10345         * winner.el (winner-active-region, winner-edges, winner-window-list):
10346         Define at toplevel.
10347         (winner-mode-map): Move init inside declaration.
10349 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
10351         * files.el (convert-standard-filename): Doc fix.
10353 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
10355         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
10356         passwd, group, shadow, default/* and pam.d/*.
10358 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10360         * printing.el (pr-menu-spec): Adjust menu specification.
10362 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10364         * printing.el: Doc fix.  Insert :version tag into all defcustom.
10365         Handle interactive-p as is recommended in Emacs Lisp Reference.
10366         Set the file permission bits for newly created files.
10367         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10368         The printing menu specification (in `pr-menu-spec') was merged.
10369         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10370         (pr-version): New version number (6.8.3).
10371         (pr-file-modes): New option.
10372         (pr-interactive-p): New var.
10373         (pr-save-interactive, pr-save-file-modes): New macros.
10374         (pr-setup): Code fix.
10375         (pr-menu-spec): Menu specification merged.
10376         (pr-call-process, pr-text2ps): Set file permission bits.
10377         (pr-despool-print): Set file permission bits.  Handle interactive-p as
10378         is recommended.
10379         (pr-interface, pr-ps-directory-preview)
10380         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10381         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10382         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10383         (pr-ps-buffer-ps-print, pr-ps-region-preview)
10384         (pr-ps-region-using-ghostscript, pr-ps-region-print)
10385         (pr-ps-region-ps-print, pr-ps-mode-preview)
10386         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10387         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10388         (pr-despool-using-ghostscript, pr-despool-ps-print)
10389         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10390         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10391         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10392         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10393         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10394         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10395         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10396         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10397         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
10398         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
10399         Handle interactive-p as is recommended.
10401 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10403         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
10404         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
10406         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
10407         so it doesn't forget to highlight the beginning of the region either.
10409 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
10411         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
10412         (c-font-lock-init): Eliminate obsolete make-local-hook.
10413         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
10414         (awk-mode): Use run-mode-hooks.
10416         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
10418 2004-11-13  Kim F. Storm  <storm@cua.dk>
10420         * mouse.el (mouse-drag-copy-region): Add :version.
10421         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
10422         while dragging mode line, so mode line can be dragged downwards.
10423         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
10424         while pressing mouse button so window doesn't scroll until we
10425         release the mouse if clicking on partially visible line.
10427 2004-11-12  Jay Belanger  <belanger@truman.edu>
10429         * calc/calc-graph.el (calc-dumb-map): Declare it.
10430         (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
10431         than unbound.
10432         (calc-graph-name): Made `end' a local variable.
10433         (calc-graph-lookup): Made `varname' a local variable.
10434         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
10435         Declare them.
10436         (calc-graph-format-data): Don't check if var-PlotRejects is bound.
10437         (calc-graph-plot, calc-graph-compute-3d): Remove references to
10438         the unused variable y3vec.
10439         (calc-graph-show-dumb): Remove reference to unused variable found-pt.
10440         (calc-graph-kill-hook, calc-graph-plot): Remove reference to
10441         calc-graph-prev-kill-hook.
10442         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
10443         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
10444         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
10445         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
10446         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
10447         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
10448         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
10449         (calc-graph-y3value, calc-graph-y3name)
10450         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
10451         (calc-graph-stepcount, calc-graph-is-splot)
10452         (calc-graph-surprise-splot, calc-graph-blank)
10453         (calc-graph-non-blank, calc-graph-curve-num): New variables.
10454         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
10455         (calc-graph-recompute-2d, calc-graph-compute-3d)
10456         (calc-graph-format-data): Replace undeclared variables with the
10457         above newly declared variables.
10459 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
10461         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
10462         `rsf-beep' and `rsf-sleep-after-message'.
10464         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
10465         list if `message-sender' is non-nil.
10467 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
10469         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
10470         consing by using mapc instead of mapcar.
10472 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
10474         * tooltip.el (require): Explain why CL is needed.
10476 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10478         * printing.el: Insert :version into defgroup (printing).  All reference
10479         to Files option in menubar were changed to File.
10480         (pr-version): New version number (6.8.2).
10481         (pr-get-symbol): Call easy-menu-intern.
10482         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
10483         compilation gripes.
10485 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10487         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
10488         new byte-compile-function-environment binding to t.
10490         * font-lock.el (font-lock-fontify-syntactically-region):
10491         Don't forget to highlight the last char when we hit `end'.
10493         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
10494         (mwheel-scroll): Adjust accordingly.
10496         * cvs-status.el: Reduce spurious warnings.
10497         (cvs-status-checkout): Remove.
10498         (cvs-status-mode-map): Use cvs-mode-checkout instead.
10500         * pcvs.el (cvs-mode-checkout): New command.
10502         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
10504         * tooltip.el: Require CL.
10506         * emacs-lisp/bytecomp.el: Use push.
10507         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
10508         (defalias): Remove the `byte-compile' property and add
10509         a `byte-hunk-handler'.
10511 2004-11-11  Juri Linkov  <juri@jurta.org>
10513         * info.el (Info-search): Save match data for isearch.
10514         Skip Tag Table node.
10516         * descr-text.el (describe-char): Replace syntax-after with code
10517         from its previous version.
10519         * files.el (magic-mode-alist): Use optimization for SGML mode too.
10520         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
10522         * international/mule.el (sgml-html-meta-auto-coding-function):
10523         Remove > after <html to allow HTML attributes.
10525 2004-11-11  Jay Belanger  <belanger@truman.edu>
10527         * calc/calc-comb.el (math-prime-factors-finished): Declare it as
10528         a variable.
10529         (calcFunc-dfac): Replace unbound max by n.
10530         (math-stirling-local-cache): New variable.
10531         (math-stirling-number, math-stirling-1, math-stirling-2):
10532         Replace the variable `cache' by the declared variable
10533         math-stirling-local-cache.
10534         (var-RandSeed): Declare it as a variable.
10535         (math-init-random-base, math-random-digit): Don't check to see if
10536         var-RandSeed is bound.
10537         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
10538         Declare them instead of just setting them.
10539         (math-init-random-base): Made i a local variable.
10540         (math-random-digit): Made math-random-last a local variable.
10541         (math-prime-test-cache): Move declaration to before it is used.
10542         (math-prime-test-cache-k, math-prime-test-cache-q)
10543         (math-prime-test-cache-nm1, math-prime-factors-finished):
10544         Declare them as variables.
10546 2004-11-11  Jay Belanger  <belanger@truman.edu>
10548         * calc/calc-ext.el (math-defcache): Use defvar for the new
10549         variables it creates.
10551 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
10553         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
10554         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
10555         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
10556         (desktop-save): Add :version.
10558 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10560         * printing.el (pr-get-symbol): Don't downcase.
10562 2004-11-10  Jay Belanger  <belanger@truman.edu>
10564         * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
10565         string to kill-ring.
10567         * calc/calc-aent.el (calc-alg-exp, math-toks)
10568         (math-exp-pos,math-exp-old-pos, math-exp-token)
10569         (math-exp-keep-spaces, math-exp-str): New variables.
10570         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
10571         (calcAlg-enter): Use declared variable calc-alg-exp.
10572         (math-build-parse-table, math-find-user-token): Use declared
10573         variable math-toks.
10574         (math-read-exprs, math-read-token, calc-check-user-syntax)
10575         (calc-match-user-syntax, match-factor-after, math-read-factor):
10576         Use declared variables math-exp-pos math-exp-old-pos.
10577         (math-read-exprs, math-read-token, math-read-expr-level)
10578         (calc-check-user-syntax, calc-match-user-syntax)
10579         (match-factor-after, math-read-factor): Use declared variable
10580         math-exp-token.
10581         (math-read-exprs, math-read-expr-list, math-read-token)
10582         (math-read-factor): Use declared variable math-exp-keep-spaces.
10583         (math-read-exprs, math-read-token): Use declared variable
10584         math-exp-str.
10585         (calc-match-user-syntax): Make m a local variable.
10587         * calc/calc-ext.el (math-read-expr): Use declared variables
10588         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
10589         math-exp-keep-spaces.
10591         * calc/calc-forms.el (math-read-angle-bracket): Use declared
10592         variables math-exp-pos, math-exp-str.
10594         * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
10595         math-exp-old-pos.
10596         (math-parse-fortran-vector, math-parse-fortran-vector-end)
10597         (math-parse-eqn-prime): Use declared variable math-exp-token.
10599         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
10600         Use declared variable math-exp-pos.
10601         (math-check-for-commas): Use declared variable math-exp-str.
10602         (math-read-brackets): Use declared variables math-exp-old-pos,
10603         math-exp-keep-spaces.
10604         (math-read-brackets, math-read-vector, math-read-matrix):
10605         Use declared variable math-exp-token.
10607 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10609         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
10610         where the keymap is a symbol.
10611         (easy-menu-add-item): Use keymap-prompt.  Simplify.
10613         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
10615         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
10616         (sgml-parse-tag-backward): Use it to skip spurious < or >.
10618 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
10620         * ebuff-menu.el: Doc fixes throughout.
10621         (electric-buffer-menu-mode-hook): New defvar.
10623 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
10625         * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
10626         The resulting compiler warnings appear to be harmless.
10628 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
10630         * textmodes/conf-mode.el: New file.
10632         * files.el (auto-mode-alist, magic-mode-alist): Use it.
10634 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10636         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
10638 2004-11-09  Jay Belanger  <belanger@truman.edu>
10640         * calc/calc-ext.el (calc-init-extensions): Remove old code.
10642         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
10643         (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
10644         (calc-z-prefix-help, calc-user-function-list): Use declared
10645         variables calc-z-prefix-buf, calc-z-prefix-msgs.
10646         (math-map-tree, math-map-tree-rec): Use declared variables
10647         math-mt-many, math-mt-func.
10648         (math-read-expression, math-read-string): Use declared variable
10649         math-expr-data.
10651         * calc/calc-ext.el (math-normalize-nonstandard): Use declared
10652         variable math-normalize-a.
10654         * calc/calc.el (math-normalize-a): New variable.
10655         (math-normalize): Use declared variable math-normalize-a.
10657         * calc/calc-poly.el (math-expand-form): Use declared variable
10658         math-mt-many.
10660         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10661         Use declared variable math-mt-many.
10662         (math-rewrite): Use declared variable math-mt-func.
10664         * calc/calc-vec.el (math-read-brackets, math-read-vector)
10665         (math-read-matrix): Use declared variable math-expr-data.
10667         * calc/calc-lang.el (math-parse-fortran-vector)
10668         (math-parse-fortran-vector-end, math-parse-tex-sum)
10669         (math-parse-eqn-matrix, math-parse-eqn-prime)
10670         (math-read-math-subscr): Use declared variable math-expr-data.
10672         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
10673         (math-read-expr-level, math-read-token, calc-check-user-syntax)
10674         (calc-match-user-syntax, math-read-if, math-factor-after)
10675         (math-read-factor): Use declared variable math-expr-data.
10677 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
10679         * calendar/diary-lib.el (diary-from-outlook)
10680         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
10681         interactive-p; but rather new optional argument NOCONFIRM.
10683 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10685         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
10686         (easy-menu-name-match): Revert correspondingly.
10688 2004-11-09  Richard M. Stallman  <rms@gnu.org>
10690         * emacs-lisp/bytecomp.el (byte-compile-defalias):
10691         Turn off warnings for the new function even if definition not constant.
10692         If the definition isn't a quoted symbol, record (FUNCTION . t).
10693         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
10694         (byte-compile-callargs-warn): Handle (FUNCTION . t).
10695         (display-call-tree, byte-compile-arglist-warn):
10696         Handle t returned by byte-compile-fdefinition.
10698 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10700         * Makefile.in (maintainer-clean): Depend on distclean.
10702         * help-fns.el (help-C-file-name): File name must be in build-files
10703         to be returned.
10705 2004-11-09  Jay Belanger  <belanger@truman.edu>
10707         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
10708         (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
10710         * calc/calc.el (calc, calc-trail-display, calc-mode):
10711         Remove obsolete sections.
10713         * calc/calc.el (calc-x-paste-text): Remove.
10715         * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
10716         mouse-2.
10718 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
10720         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
10721         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
10722         current frame (in case of recursive calls).
10723         (gdb-show-changed-values): Add :version keyword.
10725 2004-11-09  Kenichi Handa  <handa@m17n.org>
10727         * international/mule-cmds.el: Change coding: tag back to
10728         iso-2022-7bit.
10730 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10732         * international/mule-cmds.el: Change coding-system to utf-8.
10733         (select-safe-coding-system-interactively):
10734         New function extracted from select-safe-coding-system.
10735         (select-safe-coding-system): Use it.
10737 2004-11-08  Richard M. Stallman  <rms@gnu.org>
10739         * subr.el (syntax-after): Doc fix.
10741         * paren.el (show-paren-function): Change calls to syntax-after
10742         for new way of returning the value.
10744         * menu-bar.el (menu-bar-file-menu): Make this the real name
10745         and menu-bar-files-menu the alias.  Use the former.
10746         (global-map): Use `file', not `files', as the symbol.
10748         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
10750         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10751         Don't use beginning-of-buffer.
10752         (filesets-cmd-show-result): Use with-no-warnings.
10754 2004-11-08  Juri Linkov  <juri@jurta.org>
10756         * progmodes/compile.el (compile): Don't overwrite last command in
10757         minibuffer history with default command if they are not equal.
10759 2004-11-08  Jay Belanger  <belanger@truman.edu>
10761         * calc/calcalg2.el (math-do-integral-methods): Try linear then
10762         non-linear substitutions.
10764 2004-11-08  Jay Belanger  <belanger@truman.edu>
10766         * calc/calcalg2.el (math-linear-subst-tried): New variable.
10767         (math-do-integral): Set `math-linear-subst-tried' to nil.
10768         (math-do-integral-methods): Use `math-linear-subst-tried' to
10769         determine what type of substitution to try.
10770         (math-integ-try-linear-substituion):
10771         Set `math-linear-subst-tried' to t.
10773 2004-11-08  Kim F. Storm  <storm@cua.dk>
10775         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10777 2004-11-07  Juri Linkov  <juri@jurta.org>
10779         * info-look.el (info-lookup): Allow reusing in the current buffer
10780         not only *info* buffer, but all (even renamed) Info buffers
10781         by checking for major-mode instead of *info* buffer name.
10782         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10783         (octave-mode, maxima-mode) <doc-spec>:
10784         Allow long dashes generated by Texinfo 4.7 before definitions.
10785         (texinfo-mode) <doc-spec>: Add space to suffix to find command
10786         definitions with argument separated by space.
10788 2004-11-06  Richard M. Stallman  <rms@gnu.org>
10790         * simple.el (next-error group, face): Move before first use.
10791         (next-error-highlight, next-error-highlight-no-select): Likewise.
10793         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10794         (line-move): New args NOERROR and TO-END.
10795         Return t if if succeed in moving specified number of lines.
10796         (move-end-of-line): New function.
10798         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10799         (end-of-buffer-other-window): Likewise.
10801         * simple.el (line-move-ignore-invisible): Default to t.
10803         * subr.el (syntax-after): Return the syntax letter, not the raw code.
10805         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10807         * international/iso-cvt.el (iso-cvt-define-menu):
10808         Rename menu-bar-files-menu to menu-bar-file-menu.
10810         * net/browse-url.el (browse-url-gnome-moz-program)
10811         (browse-url-gnome-moz-arguments): Move up before first use.
10813         * net/tramp.el (tramp group): Add :version.
10815         * progmodes/ada-xref.el (ada-gdb-application):
10816         Use goto-char instead of beginning-of-buffer.
10818         * progmodes/cperl-mode.el (cperl-info-on-command):
10819         Use goto-char instead of beginning-of-buffer.
10821         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10822         Move up before first use.
10823         (idlwave-shell-temp-pro-file): Likewise.
10824         (idlwave-shell-temp-rinfo-save-file): Likewise.
10825         (idlwave-shell-temp-file): Minor doc fix.
10827         * textmodes/flyspell.el (flyspell-external-point-words):
10828         Use goto-char instead of beginning-of-buffer.
10830 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
10832         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10833         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
10834         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10836 2004-11-06  David Ponce  <david@dponce.com>
10838         * recentf.el (recentf-menu-path): Use menu item name.
10840 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
10842         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10843         display doesn't support images.
10845 2004-11-06  Andreas Schwab  <schwab@suse.de>
10847         * tempo.el (tempo-match-finder): Doc fix.
10849         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10851 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10853         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10854         (easy-menu-lookup-name): New fun to replace it.
10855         (easy-menu-get-map): Use it to obey menu item names (rather than just
10856         keys) when looking up `path'.
10857         (easy-menu-always-true-p): Rename from easy-menu-always-true.
10858         (easy-menu-convert-item-1): Adjust to new name.
10860 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
10862         * outline.el (hide-body): Don't hide lines at the top of the file
10863         that precede the first header line.
10865 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
10867         * align.el (align-areas): Delete whitespace before reindenting, so
10868         that tabs are never placed after spaces.
10870 2004-11-06  Alan Shutko  <ats@acm.org>
10872         * macros.el (insert-kbd-macro): Do completions based on macros,
10873         rather than all commands.
10875 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
10877         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10878         to solve a bug whereby tags with 'b' don't match.
10880 2004-11-05  Juri Linkov  <juri@jurta.org>
10882         * info.el (Info-search): Don't search in node header lines
10883         and file headers.
10885         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10886         symbol-constituent characters after dot, not only digits.
10888 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
10890         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10892 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10894         * dired.el (dired-read-dir-and-switches): Call read-directory-name
10895         if a dialog will be used, read-file-name otherwise.
10897 2004-11-04  Richard M. Stallman  <rms@gnu.org>
10899         * textmodes/table.el (table group): Add :version.
10901         * textmodes/ispell.el (ispell-word):
10902         Don't alter args; set them only thru `interactive' spec.
10904         * textmodes/flyspell.el (flyspell-word):
10905         Don't alter FOLLOWING; set it only thru `interactive' spec.
10907         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10909         * net/browse-url.el (browse-url-maybe-new-window):
10910         Use called-interactively-p.
10912         * mail/supercite.el (sc-cite-region):
10913         Don't use interactive-p.  Add arg INTERACTIVE.
10914         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
10916         * international/mule-cmds.el (set-input-method, toggle-input-method):
10917         Don't use interactive-p.  Add arg INTERACTIVE.
10919         * eshell/esh-mode.el (eshell-show-maximum-output):
10920         Don't use interactive-p.
10921         (eshell-truncate-buffer): Just message, no error, if buffer is short.
10923         * mouse.el (mouse-show-mark): Get positions to delete from mark
10924         and point, not from mouse-drag-overlay.
10926         * imenu.el (imenu-eager-completion-buffer): Add :version.
10928         * filesets.el (filesets group): Add :version.
10930 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
10932         * files.el (xml-based-modes): Delete var.
10933         (magic-mode-alist): New more general var.
10934         (set-auto-mode): Use it.
10936         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10937         when clicking from another window.
10939 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
10941         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10942         (vc-cvs-annotate-time): Incorporate value of deleted var.
10943         Remove special-case handling of beginning-of-buffer cruft.
10944         Cache ending position (point) and return value in text property
10945         `vc-cvs-annotate-time', and consult it on subsequent invocations.
10947         * vc-cvs.el (vc-cvs-annotate-command):
10948         Delete extraneous lines from beginning of buffer.
10949         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10951         * progmodes/grep.el (grep-default-command): Take empty string
10952         for tag if all other methods yield nil.  Shell-quote the tag.
10954         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10955         spec in `interactive' form, and mention it in the docstring.
10956         Also, make sure point is at bol after calling `annotate-time'.
10958 2004-11-02  Richard M. Stallman  <rms@gnu.org>
10960         * cus-edit.el (customize-group-other-window):
10961         Select the window that displays the custom buffer.
10962         (custom-buffer-create-other-window): Likewise.
10964         * comint.el (comint-insert-input): Fix previous change.
10966         * emacs-lisp/elp.el (elp-instrument-function):
10967         Use called-interactively-p.
10969         * emacs-lisp/easymenu.el (easy-menu-intern):
10970         Don't downcase; rather, case-flip the first letter of each word.
10972         * emacs-lisp/easy-mmode.el (define-minor-mode):
10973         Use called-interactively-p.
10975         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10976         Add interactive-only.
10977         (byte-compile-warnings): Add interactive-only as option.
10978         (byte-compile-interactive-only-functions): New variable.
10979         (byte-compile-form): Warn about calls to functions
10980         in byte-compile-interactive-only-functions.
10982         * emacs-lisp/autoload.el (update-file-autoloads):
10983         Don't use interactive-p; take new arg SAVE-AFTER.
10985         * emacs-lisp/advice.el (ad-make-advised-definition):
10986         Use called-interactively-p.
10988 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10990         * files.el (find-file-existing): New function.
10992         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10993         find-file-existing.  Add "New File..." that calls find-file.
10995         * diropen.pbm, diropen.xpm: New files.
10997         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10998         icon diropen.  New tool bar item find-file-existing uses icon open.
11000         * dired.el (dired-read-dir-and-switches): Call read-directory-name
11001         instead of read-file-name.
11003 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
11005         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
11006         (icalendar--split-value): Change name of work buffer.
11007         (icalendar--get-weekday-abbrev): Return nil on error.
11008         (icalendar--date-to-isodate): New function.
11009         (icalendar-convert-diary-to-ical)
11010         (icalendar-extract-ical-from-buffer): Use only two args for
11011         make-obsolete (XEmacs compatibility).
11012         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
11013         (icalendar-export-region): Doc fix.
11014         If error, return non-nil and write errors to a buffer.
11015         Use correct weekday for weekly recurring events.
11016         Check whether date has been parsed for ordinary events.
11017         Make weekly events start in the year 2000.
11018         DTEND is non-inclusive, shift end date by one day if
11019         necessary (not for entries that have date and time).
11020         Rename local let variables: oops -> found-error, datestring ->
11021         startdatestring.
11023 2004-11-02  Kim F. Storm  <storm@cua.dk>
11025         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
11026         keep-mode-if-same variable.  Add it as optional arg instead.
11027         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
11029         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
11030         substitute-command-keys will select lower-case bindings like those
11031         used in the static help texts.
11033         * descr-text.el (describe-text-properties): Don't err if called in
11034         the *Help* buffer; output to *Help-2* buffer instead.
11036         * kmacro.el (group kmacro): Add :version.
11037         (kmacro-keyboard-quit): New function to cleanup on C-g.
11038         (kmacro-start-macro): Set defining-kbd-macro to append when
11039         appending to last macro.
11041         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
11043 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
11045         * progmodes/gdb-ui.el (gdb-enable-debug-log)
11046         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
11047         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
11048         Add :version keyword.
11050 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
11052         * progmodes/flymake.el (flymake-err-line-patterns):
11053         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
11054         `compilation-error-regexp-alist-alist' to internal Flymake format.
11056         * progmodes/flymake.el: Eliminate byte-compiler warnings.
11058 2004-11-01  Jay Belanger  <belanger@truman.edu>
11060         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
11061         with `interactive "s"'.
11063 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11065         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11066         Revert change from 2004-10-16.  '*' checks the current buffer, but the
11067         mouse click may be in another buffer.
11069 2004-11-01  John Paul Wallington  <jpw@gnu.org>
11071         * files.el (large-file-warning-threshold): Add :version keyword.
11072         (kill-some-buffers): Doc fix.
11074         * thumbs.el (group thumbs): Add :version keyword.
11076         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
11078 2004-11-01  Richard M. Stallman  <rms@gnu.org>
11080         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
11082         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
11084         * allout.el (allout group): Add :version.
11085         (allout-init): Don't use interactive-p.
11086         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
11087         (allout-forward-current-level, allout-backward-current-level):
11088         Don't use interactive-p.
11090         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
11091         (bibtex-find-text): Likewise.
11093         * progmodes/vhdl-mode.el (vhdl-fill-region)
11094         (vhdl-beginning-of-statement): Don't use interactive-p.
11096         * progmodes/idlwave.el (idlwave-update-routine-info):
11097         Don't use interactive-p.
11099         * progmodes/idlw-shell.el (idlwave-shell-send-char):
11100         Don't use interactive-p.
11102         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
11103         Don't use interactive-p.
11105         * progmodes/ada-xref.el (ada-make-body-gnatstub):
11106         Don't use interactive-p.
11108         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
11109         (fortune-in-buffer): Doc fix.
11111         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
11113         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
11114         don't select the temporary buffer.
11115         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
11116         (eudc-get-phone): Likewise.
11118 2004-11-01  Kim F. Storm  <storm@cua.dk>
11120         * man.el (Man-xref-normal-file): Fix help-echo.
11122 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11124         * reveal.el (reveal-last-tick): New var.
11125         (reveal-post-command): Use it to avoid closing overlays when we're
11126         appending text to them.
11128 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11130         * textmodes/bibtex.el: Require button.
11131         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
11132         (bibtex-reference-keys): Distinguish between header keys and
11133         crossref keys.
11134         (bibtex-beginning-of-field): New function.
11135         (bibtex-url-map): Remove.
11136         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
11137         (bibtex-font-lock-url-regexp): Assume that field names begin at
11138         the beginning of a line.
11139         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
11140         Remove field delimiters.  Use bibtex-beginning-of-field.
11141         Bugfix, point can be inside a field with a url.
11142         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
11143         New functions.
11144         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
11145         (bibtex-key-in-head): Simplify.
11146         (bibtex-current-line): Use bolp.
11147         (bibtex-parse-keys): Remove unused arg `add'.
11148         Use bibtex-type-in-head and bibtex-key-in-head.
11149         (bibtex-parse-entry, bibtex-autofill-entry):
11150         Use bibtex-type-in-head and bibtex-key-in-head.
11151         (bibtex-autokey-get-field): Do not alter case of replacement text.
11152         (bibtex-autokey-get-names): Do all processing of name list.
11153         (bibtex-autokey-get-year): New function.
11154         (bibtex-autokey-get-title): Do all processing of title words.
11155         (bibtex-generate-autokey): Simplify.
11156         (bibtex-string-files-init): Use default-directory.
11157         Allow for absolute file names in bibtex-string-files.
11158         (bibtex-files, bibtex-file-path): New variables.
11159         (bibtex-files-expand): New function.
11160         (bibtex-find-entry-globally): New command.
11161         (bibtex-summary-function): New variable.
11162         (bibtex-summary): Default value of bibtex-summary-function.
11163         (bibtex-find-crossref): New optional args pnt and split.
11164         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
11165         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
11166         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
11167         Fix handling of required and alternative fields.
11168         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
11169         Use cons and display-buffer.
11170         (bibtex-validate-globally): New command.
11171         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
11172         bibtex-parse-keys and bibtex-parse-strings for updating
11173         bibtex-reference-keys and bibtex-strings.
11174         (bibtex-realign): Remove blank lines past the last entry.
11175         (bibtex-reformat): Use bibtex-entry-format as default.
11176         (bibtex-choose-completion-string): Remove.
11177         (bibtex-complete): Do not use bibtex-choose-completion-string.
11178         (bibtex-url): Simplify.
11180 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11182         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
11183         (x-dnd-types-alist, x-dnd-open-file-other-window)
11184         (x-dnd-known-types): Add :version.
11186 2004-10-31  John Paul Wallington  <jpw@gnu.org>
11188         * ibuffer.el (group ibuffer): Add :version keyword.
11190 2004-10-31  Kim F. Storm  <storm@cua.dk>
11192         * ido.el (group ido): Add :version keyword.
11193         (ido-mode): Remove :version keyword.
11195         * emulation/cua-base.el (group cua): Add :version keyword.
11196         (cua-mode): Remove :version keyword.
11198 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
11200         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
11202         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
11203         compiler warning.
11204         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
11205         function.
11206         (help-at-pt-display-when-idle): Remove autoload.
11208 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11210         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
11212 2004-10-30  Juri Linkov  <juri@jurta.org>
11214         * help.el (function-called-at-point):
11215         * help-fns.el (variable-at-point): Read -> intern.
11217 2004-10-30  Simon Josefsson  <jas@extundo.com>
11219         * progmodes/autoconf.el (autoconf-font-lock-keywords):
11220         Recognize AS_* too.
11222 2004-10-29  Simon Josefsson  <jas@extundo.com>
11224         * subr.el (read-passwd): Move back from password.el.
11226         * password.el: Remove, not ready yet.
11228 2004-10-29  Andreas Schwab  <schwab@suse.de>
11230         * speedbar.el (speedbar-frame-parameters): Improve customize type.
11232 2004-10-29  Sam Steingold  <sds@gnu.org>
11234         * mouse.el (mouse-show-mark): Replace the last occurrence of
11235         x-lost-selection-hooks with x-lost-selection-functions.
11237 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11239         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
11240         x-lost-selection-functions is bound.
11242         * mouse-sel.el (mouse-sel-mode):
11243         * emacs-lisp/lselect.el: Adjust to new names for
11244         x-(lost|sent)-selection-functions.
11246         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
11247         New obsolete aliases of x-lost-selection-functions and
11248         x-sent-selection-functions.
11250 2004-10-28  Kim F. Storm  <storm@cua.dk>
11252         * imenu.el (imenu-scanning-message): Remove.
11253         (imenu-progress-message): Make it a no-op.
11255 2004-10-28  John Paul Wallington  <jpw@gnu.org>
11257         * files.el (set-auto-mode): Call `throw' correctly.
11259 2004-10-28  Juri Linkov  <juri@jurta.org>
11261         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
11262         to search `Info-...' commands in `info' manual.
11263         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11264         Add 'info-file "emacs" property.
11265         (Info-find-emacs-command-nodes): Fix index line number regexp.
11266         Set real line number (instead of fake 0) in first element of the
11267         returned list.
11268         (Info-goto-emacs-command-node): Use line number of first element
11269         to set point in the first found Info node.
11271         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
11272         code to `grep-mode-font-lock-keywords'.
11273         (grep-mode-font-lock-keywords): Delete grep markers instead
11274         of making them invisible.
11276 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11278         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
11279         and x-server-version in bug report.
11281 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
11283         * files.el (set-auto-mode-0): New function.
11284         (set-auto-mode): Use it to handle aliased modes and to
11285         be consistent between C-x C-f and C-x C-w.
11287 2004-10-28  Kenichi Handa  <handa@m17n.org>
11289         * international/utf-8.el (utf-translate-cjk-charsets):
11290         Add katakana-jisx0201.
11292         * international/subst-jis.el: Add data for JISX0201.
11294 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11296         * obsolete/hilit19.el (hilit-mode): New function.
11297         Move all the toplevel side-effecting stuff into it, so that loading
11298         hilit19 doesn't mess everything up any more.
11300 2004-10-27  Richard M. Stallman  <rms@gnu.org>
11302         * add-log.el (add-change-log-entry): Set up mailing address
11303         and full name later, and don't alter add-log-mailing-address
11304         or add-log-full-name.
11306         * elide-head.el (elide-head): Change error to message.
11307         (elide-head-show): Likewise.
11309         * apropos.el (apropos-macrop): Doc fix.
11311         * mouse.el (mouse-show-mark): Do most processing the same
11312         regardless of transient-mark-mode.
11314         * shadowfile.el (shadow-copy-files): Use interactive-p
11315         only to control whether to print a message.
11317         * tar-mode.el (tar-mode): Use write-contents-functions,
11318         not write-contents-hooks.
11320         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
11321         directory-sep-char.
11323 2004-10-27  Richard M. Stallman  <rms@gnu.org>
11325         * strokes.el (strokes-unload-hook): Fix previous change.
11327         * type-break.el (type-break-run-at-time): Always use run-at-time;
11328         forget the alternatives.
11329         (type-break-cancel-function-timers): Always use cancel-function-timers;
11330         forget the alternatives.
11332         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
11334 2004-10-27  Kenichi Handa  <handa@m17n.org>
11336         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
11338         * international/subst-gb2312.el: Likewise.
11340         * international/subst-big5.el: Likewise.
11342         * international/subst-ksc.el: Likewise.
11344         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
11345         New variable.
11346         (utf-translate-cjk-set-unicode-range): New function.
11347         (utf-translate-cjk-unicode-range): Make it customizable.
11348         (utf-8-post-read-conversion):
11349         Use utf-translate-cjk-unicode-range-string.
11350         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
11351         Unicode ranges.
11353 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
11355         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
11356         trivial variants to shorten the list.
11357         (xml-based-modes): New var.
11358         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
11359         declaration higher priority than auto-mode-alist.
11361         * find-file.el (cc-other-file-alist): Bring it in line with
11362         cc-mode's auto-mode-alist entries and use \' instead of $.
11364         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
11365         and add "Id" and "Name" submenus to it.
11367         * imenu.el (imenu--generic-function): Skip matches in comments.
11369 2004-10-26  Jay Belanger  <belanger@truman.edu>
11371         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
11372         (full-calc-keypad, calc-trail-display): Use an extra argument
11373         instead of `interactive-p'.
11375         * calc/calc-misc.el (calc-other-window): Use an extra argument
11376         instead of `interactive-p'.
11378         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
11379         `interactive-p'.
11381 2004-10-26  Kim F. Storm  <storm@cua.dk>
11383         * help.el (describe-key): Describe both down-event and up-event
11384         for a mouse click.
11386 2004-10-26  Richard M. Stallman  <rms@gnu.org>
11388         * woman.el (woman): Don't call interactive-p.
11390         * pcomplete.el (pcomplete): Instead of interactive-p,
11391         use an arg set non-nil by the interactive spec.
11393         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
11394         use an arg set non-nil by the interactive spec.
11396         * man.el (Man-cleanup-manpage): Instead of interactive-p,
11397         use an arg set non-nil by the interactive spec.
11399 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
11401         * progmodes/flymake.el (flymake-split-string):
11402         Use `flymake-split-string-remove-empty-edges' in any case.
11404 2004-10-26  Masatake YAMATO  <jet@gyve.org>
11406         * progmodes/flymake.el (flymake-err-line-patterns):
11407         Use `compilation-error-regexp-alist-alist' instead of
11408         `compilation-error-regexp-alist'.
11410 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11412         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
11413         verbatim face on the \ of \end{verbatim}.
11415 2004-10-25  Jay Belanger  <belanger@truman.edu>
11417         * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
11418         erasing minibuffer.
11420 2004-10-25  Simon Josefsson  <jas@extundo.com>
11422         * subr.el (read-passwd): Move to net/password.el.
11424         * net/password.el (read-passwd): Add.  Autoload it.
11426 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
11428         * mouse-sel.el (mouse-sel-mode): Specify custom group.
11430         * simple.el (process-file): Fix logic.
11432 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
11434         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
11435         (increase-right-margin): Remove erroneous call to `interactive-p'.
11437 2004-10-24  Kim F. Storm  <storm@cua.dk>
11439         * help.el (describe-mode): Fix 2004-10-13 change.
11440         Copy pure "Auto Fill" string so it can be propertized later
11441         without causing a read-only error.
11443 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
11445         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
11446         style indexes.
11448 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
11450         * simple.el (process-file): Accept nil for INFILE.  Reported by
11451         Luc Teirlinck.
11453 2004-10-24  Masatake YAMATO  <jet@gyve.org>
11455         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
11456         Handle periods and underscores in a function name.
11457         Remove the address fontification.
11459 2004-10-24  Masatake YAMATO  <jet@gyve.org>
11461         * progmodes/asm-mode.el (asm-font-lock-keywords):
11462         Use font-lock-variable-name-face for registers.
11464 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
11466         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
11467         kill-all-local-variables.
11468         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
11469         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
11470         Use kill-all-local-variables and provide mode-hooks.
11471         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
11472         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
11473         Suggested by Masatake YAMATO <jet@gyve.org>.
11475 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
11477         * simple.el (process-file): New function, similar to call-process
11478         but supports file handlers.
11479         * vc.el (vc-do-command): Use it, instead of call-process.
11480         * net/tramp-vc.el (vc-do-command): Do not advise it if
11481         process-file is fboundp.
11482         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
11483         process-file.
11484         (tramp-handle-process-file): New function.
11485         (tramp-file-name-for-operation): Support process-file.
11487 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
11489         * calendar/icalendar.el (icalendar--weekday-array): New constant.
11490         (icalendar-weekdayabbrev-table)
11491         (icalendar-monthnumber-table): Delete.
11492         (icalendar--get-month-number): Use calendar-month-name-array.
11493         (icalendar--get-weekday-number): New function.
11494         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
11495         (icalendar-export-region): Handle multi-line entries.
11496         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
11498 2004-10-23  John Paul Wallington  <jpw@gnu.org>
11500         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
11501         `wildcards' set to t in interactive spec.
11503         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
11504         interactive spec rather than use `interactive-p'.
11505         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
11506         rather than use function `interactive-p'.
11508 2004-10-22  Kenichi Handa  <handa@m17n.org>
11510         * international/mule.el (translate-region): Implement it in Lisp
11511         as a front end of translate-region-internal.
11513 2004-10-21  Jay Belanger  <belanger@truman.edu>
11515         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
11516         Declare these variables with defvar.
11518         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
11519         is bound, only check to see if it is bound.
11521 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11523         * textmodes/tex-mode.el (tex-compilation-parse-errors):
11524         Don't output messages.
11526         * calc/calc-help.el (calc-describe-bindings): Fix last change.
11528 2004-10-21  John Paul Wallington  <jpw@gnu.org>
11530         * calc/calc-graph.el (calc-graph-init):
11531         Use `set-process-query-on-exit-flag'.
11533 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
11535         * progmodes/compile.el (compilation-start): Rely on `cd' to get
11536         dir right and also allow argumentless cd.
11538 2004-10-19  Richard M. Stallman  <rms@gnu.org>
11540         * textmodes/flyspell.el (flyspell-mode): Doc fix.
11542         * eshell/em-unix.el (eshell-grep):
11543         Don't bind compilation-process-setup-function.
11545         * comint.el (comint-insert-input): Use @ in `interactive'.
11546         (comint-input-filter-functions): Doc fix.
11547         (comint-kill-whole-line, comint-get-source): Doc fix.
11549         * progmodes/compile.el (compilation-setup):
11550         Don't set buffer-read-only if MINOR is non-nil.
11552 2004-10-19  Jay Belanger  <belanger@truman.edu>
11554         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
11555         (calc-emacs-type-gnu19): Remove.
11556         (calc-digit-map, calc-read-key-sequence, calc-read-key):
11557         Remove check for old emacs versions.
11559         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
11560         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
11561         for current Emacs.
11563         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
11564         the end of the minibuffer.
11565         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
11566         copy `esc-map'.
11568         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
11570         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
11571         call that would be given when the current emacs was used.
11573 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
11575         * calendar/icalendar.el: Set coding to utf-8.
11576         (icalendar-version): Increase to 0.07.
11577         (icalendar-monthnumber-table): Change March pattern.
11578         (icalendar-get-all-event-properties)
11579         (icalendar-set-event-property): Delete.
11580         (icalendar-all-events): No longer interactive.
11581         (icalendar-convert-diary-to-ical)
11582         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
11583         their replacements.
11584         (icalendar-export-file, icalendar-export-region): New functions;
11585         essentially old `icalendar-convert-diary-to-ical' but appending to
11586         target rather than overwriting.
11587         (icalendar-import-file): Append to target file rather than
11588         overwriting.  Fourth arg deleted.
11589         (icalendar-import-buffer): New name for old
11590         `icalendar-extract-ical-from-buffer'.
11591         (icalendar--convert-string-for-import): New name for
11592         old `icalendar-convert-for-import'.
11593         (include-icalendar-files): Delete.
11594         Prefix for all internal functions changed from `icalendar-'
11595         to `icalendar--'.
11597 2004-10-19  Richard M. Stallman  <rms@gnu.org>
11599         * paths.el (news-path): Fix previous change.
11601 2004-10-18  Jay Belanger  <belanger@truman.edu>
11603         * calc/calc-help.el (calc-describe-bindings):
11604         Set `buffer-read-only' to nil while working in the keybindings buffer;
11605         remove some extra information from the keybindings buffer.
11607 2004-10-18  David Ponce  <david@dponce.com>
11609         * mouse.el (mouse-drag-move-window-top): New function.
11610         (mouse-drag-mode-line-1): Use it.
11612 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
11614         * info.el (Info-fontify-node): For multiline refs,
11615         arrange to unfontify newline and surrounding whitespace.
11617 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11619         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
11620         directory is missing.
11622 2004-10-17  John Paul Wallington  <jpw@gnu.org>
11624         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
11625         New customizable variable; whether to display buffers that match
11626         `ibuffer-maybe-show-predicates' by default.
11627         (ibuffer-maybe-show-predicates): Mention it in docstring.
11628         (ibuffer-display-maybe-show-predicates): New variable.
11629         (ibuffer-update): Prefix arg now toggles whether buffers that
11630         match `ibuffer-maybe-show-predicates' should be displayed.
11631         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
11632         locally to heed `ibuffer-default-display-maybe-show-predicates'.
11633         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
11635 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
11637         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
11638         work correctly.
11640 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
11642         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
11643         (Buffer-menu-beginning): New helper function.
11644         (Buffer-menu-execute): Use it.
11645         (Buffer-menu-select): Use it.
11646         (Buffer-menu-sort): Use it and also keep markers.
11648 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11650         * paths.el (news-directory): Rename from news-path.  Old name alias.
11651         (rmail-spool-directory): Use defvar.
11652         (sendmail-program): Use defcustom.
11653         (remote-shell-program): Use defcustom.
11654         (term-file-prefix): Use defvar.
11655         (abbrev-file-name): Use defvar.
11657         * term.el: Add maintainer.
11659         * subr.el (with-local-quit): Return nil if there's a quit.
11660         (read-passwd): Use with-local-quit.  Doc fix.
11662         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
11663         (strokes-unload-hook): Set as a variable with add-hook.
11665         * startup.el (fancy-splash-tail, normal-splash-screen):
11666         Update copyright year.
11668         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
11670         * server.el (server-unload-hook): Set as a variable with add-hook.
11672         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
11674         * frame.el (special-display-popup-frame):
11675         Make the buffer current as its frame is created.
11677         * delsel.el (delsel-unload-hook): Set as a variable.
11679         * comint.el (comint-output-filter-functions):
11680         Add comint-watch-for-password-prompt.
11681         (comint-read-noecho): Function deleted.
11682         (send-invisible): Use read-passwd.
11684         * fringe.el (fringe-mode-initialize): New function.
11685         (fringe-mode): Use fringe-mode-initialize as :initialize.
11687 2004-10-17  Kim F. Storm  <storm@cua.dk>
11689         * language/indian.el (indian-script-language-alist): Swap value and doc.
11690         (indian-font-char-index-table): Doc fix.
11692 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11694         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
11696 2004-10-16  Juri Linkov  <juri@jurta.org>
11698         * progmodes/compile.el (compilation-start): Move let-binding of
11699         `process-environment' into `with-current-buffer' body.
11700         Reported by Matt Hodges <MPHodges@member.fsf.org>.
11702 2004-10-16  Richard M. Stallman  <rms@gnu.org>
11704         * pcvs-util.el (cvs-bury-buffer):
11705         Don't call get-buffer-window for effect.
11707         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
11709         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
11711         * msb.el (msb-unload-hook): Set the variable.
11713         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11714         Use * to err if buffer is readonly.
11716         * subr.el (looking-back): Return only t or nil.
11718         * whitespace.el (whitespace-unload-hook): Set the variable.
11720         * view.el (view-mode-enable): Set view-page-size and
11721         view-half-page-size to nil.
11722         (view-set-half-page-size-default): view-half-page-size = nil
11723         means the default.
11724         (View-scroll-page-forward): Use view-page-size-default.
11725         (View-scroll-page-backward): Likewise.
11726         (view-page-size, view-half-page-size): Doc fixes.
11728         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
11730         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
11732         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
11733         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
11734         (byte-compile-log-1): Bind inhibit-read-only.
11735         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
11736         (byte-compile-log-warning): Likewise.
11737         (byte-compile-file-form-require): Detect "cl" from the arg value.
11739         * progmodes/compile.el (compilation-start): Assume compilation-mode
11740         will make the buffer read-only.
11741         (compilation-mode): Take arg name-of-mode.
11742         (compilation-setup): Make buffer read-only.
11743         (compilation-handle-exit): Bind inhibit-read-only.
11745         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
11746         (ispell-message): Likewise.
11747         (ispell-show-choices): Don't call get-buffer-window uselessly.
11748         (ispell-init-process): Use set-process-query-on-exit-flag.
11750 2004-10-16  Kim F. Storm  <storm@cua.dk>
11752         * fringe.el (fringe-bitmaps): Only initialize when defined.
11754         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11755         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11757         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11759 2004-10-15  Simon Josefsson  <jas@extundo.com>
11761         * net/password.el: Add.
11763 2004-10-14  Masatake YAMATO  <jet@gyve.org>
11765         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11766         (gdb-script-end-of-defun): New function.
11767         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11768         `gdb-script-end-of-defun' as *-of-defun-function.
11770 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
11772         * button.el (button-activate): Allow a marker to display as an action.
11774         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11776         * help.el (describe-mode): Use it to make minor mode list into
11777         hyperlinks.
11779 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11781         * vc.el (vc-annotate-display-select): Fix typo.
11783         * subr.el (substitute-key-definition-key): New function.
11784         (substitute-key-definition): Use it with map-keymap.
11785         (event-modifiers): Use push.
11786         (mouse-movement-p, with-temp-buffer): Simplify.
11788 2004-10-12  Jay Belanger  <belanger@truman.edu>
11790         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11791         New variables.
11792         (calc-help-index-entries): New function.
11793         (calc-describe-function): Use `calc-help-function-list' instead of
11794         obarray for completion.
11795         (calc-describe-variable): Use `calc-help-variable-list' instead
11796         of obarray for completion.
11798 2004-10-12  Richard M. Stallman  <rms@gnu.org>
11800         * info-look.el (info-lookup-file): Add info-file property.
11801         (info-lookup-symbol): Likewise.
11803         * info.el (info-xref): Add underlining.
11804         (info): Add info-file property.
11805         (Info-find-emacs-command-nodes): Specify case-sensitive search.
11807 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
11809         Sync with Tramp 2.0.45.
11811         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11812         defined.  This is not the case for XEmacs without package "edebug".
11813         (tramp-set-auto-save-file-modes): Set permissions of autosaved
11814         remote files to the permissions of the original file.  This is not
11815         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
11816         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
11817         (tramp-perl-decode): Fix an error in Perl implementation.
11818         $pending must be cleared every loop.  Reported by Benjamin Place
11819         <benjaminplace@sprintmail.com>
11821         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11822         Don't activate advice during definition.  This is done later on,
11823         depending on test result of `substitute-in-file-name'.
11824         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11826 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11828         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11830         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11832 2004-10-12  David Ponce  <david@dponce.com>
11834         * recentf.el (recentf-edit-list): Update the menu when the recentf
11835         list has been modified.
11837 2004-10-12  Simon Josefsson  <jas@extundo.com>
11839         * net/tls.el (tls-certtool-program): New variable.
11840         (tls-certificate-information): New function, based on
11841         ssl-certificate-information.
11843 2004-10-12  Kenichi Handa  <handa@m17n.org>
11845         * international/mule.el (coding-system-equal): Move from mule-util.el.
11847         * international/mule-util.el (coding-system-equal): Move to mule.el.
11849 2004-10-12  Kim F. Storm  <storm@cua.dk>
11851         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11852         reset kmacro-initial-counter-value if set.
11853         (kmacro-set-counter): Only set kmacro-counter if defining or executing
11854         macro.  Set kmacro-initial-counter-value otherwise.  Never set both.
11855         (kmacro-display): Show macro counter if non-zero.
11857         * subr.el (substitute-key-definition): Mention command remapping
11858         in doc string.
11860 2004-10-11  Jay Belanger  <belanger@truman.edu>
11862         * calc/calc-misc.el (calc-info-goto-node): New function.
11863         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11864         node in one step.
11865         (calc-describe-copying, calc-describe-distribution)
11866         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11867         Go to appropriate info node in one step.
11869 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11871         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11873         * font-lock.el (font-lock-apply-highlight): Fix last change.
11875 2004-10-11  Simon Josefsson  <jas@extundo.com>
11877         * mail/smtpmail.el (smtpmail-open-stream): Look for
11878         starttls-gnutls-program instead of starttls-program iff
11879         starttls-use-gnutls is non-nil.
11880         (smtpmail-open-stream): Don't overwrite user settings of
11881         starttls-extra-arguments and starttls-extra-args.
11883 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11885         * comint.el (comint-mouse-insert-input): Remove.
11886         (comint-insert-input): Make it work for mouse bindings.
11887         (comint-mode-map): Move defs into the declaration.
11888         (comint-output-filter): Typo.
11890         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11892 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
11894         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11895         (ange-ftp-call-chmod): Reference remote-shell-program instead of
11896         ange-ftp-remote-shell.
11898 2004-10-10  Andreas Schwab  <schwab@suse.de>
11900         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11901         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11902         Reported by <sri@asu.edu>.
11904 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
11906         * vc.el (vc-annotate-mode): Remove variable.
11907         (vc-annotate-display-select): Only call vc-annotate-mode
11908         if we're not in that mode already.
11910 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11912         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11913         (imenu-choose-buffer-index): Check here for rescan instead.
11915         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11916         where the face expression evals to nil.
11918         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11919         (tex-font-lock-keywords-2): Use it.
11920         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11922         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11924 2004-10-09  Kim F. Storm  <storm@cua.dk>
11926         * subr.el (progress-reporter-update): Define before first usage.
11927         (make-progress-reporter): Doc fix.
11929 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
11931         * textmodes/paragraphs.el (sentence-end-double-space)
11932         (sentence-end-without-period, sentence-end-without-space)
11933         (sentence-end): Doc fixes.
11935 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
11937         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11938         Change paragraph-start regexp so we don't fill code starting with #'(.
11940 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
11942         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11943         New defcustom.
11944         (extract-address-components): Use it.
11946 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
11948         * subr.el (make-progress-reporter, progress-reporter-update)
11949         (progress-reporter-force-update, progress-reporter-do-update)
11950         (progress-reporter-done): New functions.
11952         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11954         * progmodes/etags.el (etags-tags-completion-table): Use progress
11955         reporter.
11956         (etags-tags-apropos): Likewise.
11958 2004-10-08  Alan Mackenzie  <acm@muc.de>
11960         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11961         of current line.
11963 2004-10-08  Masatake YAMATO  <jet@gyve.org>
11965         * server.el (server-process-filter): Wrap `process-send-region'
11966         by `condition-case' to guard the case when the pipe to PROC is closed.
11968 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
11970         * xml.el (xml-substitute-special): Limit handling of external entities.
11972 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
11974         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11976 2004-10-06  John Paul Wallington  <jpw@gnu.org>
11978         * xml.el (xml-parse-dtd): Fix `error' call.
11980 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
11982         * xml.el (xml-substitute-special): Return a single string instead
11983         of a list of strings if an entity substitution is made.
11985 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
11987         * calendar/icalendar.el: New file.
11989 2004-10-05  Juri Linkov  <juri@jurta.org>
11991         * isearch.el (isearch-done): Set mark after running hook.
11992         Reported by Drew Adams <drew.adams@oracle.com>.
11994         * info.el (Info-history, Info-toc): Fix Info headers.
11995         (Info-toc): Narrow buffer before Info-fontify-node.
11996         (Info-build-toc): Don't check for special Info file names.
11997         Set main-file to nil if Info-find-file returns a symbol.
11999 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
12001         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
12002         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
12003         * calendar/cal-menu.el (calendar-mode-map): Ditto.
12005 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
12007         * calendar/cal-iso.el (calendar-iso-read-args): New function,
12008         for old interactive spec from calendar-goto-iso-date.
12009         (calendar-goto-iso-date): Use it.
12010         (calendar-goto-iso-week): New function.  Suggested by Emilio
12011         C. Lopes <eclig@gmx.net>.
12013 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
12015         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
12016         `set-right-margin' bindings that follow the minor mode conventions.
12018 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12020         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
12021         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
12022         (latex-block-args-alist): Add minipage and picture.
12023         (latex-block-body-alist): Use reftex-label if enabled.
12024         (latex-insert-block): Don't insert a \n if not necessary.
12025         (tex-compile-commands): Make sure dvips doesn't send to printer.
12026         (tex-compile-default): Handle the case where no executable is found.
12027         (latex-noindent-environments): New var.
12028         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
12029         If tex-indent-allhanging is non-nil, make sure we only align for macros
12030         at beginning of line.
12032 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
12034         * newcomment.el (comment-beginning): Doc fix and don't choke on
12035         unset `comment-end-skip' when at beginning of comment.
12037 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
12039         * term.el (term-adjust-current-row-cache): Don't allow the current
12040         row to become negative.
12041         (term-emulate-terminal): Fix insert mode.  Handle tab insertion at
12042         the end of the line.  Fix scroll down.  Add comments.
12043         (term-handle-ansi-escape): Don't exceed terminal width when moving
12044         right.
12045         (term-scroll-region): Move the cursor after setting the scroll region.
12047 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
12049         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
12050         to `width' for consistency with docstring.  Doc fix.
12052 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
12054         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
12055         This is necessary for derived modes.
12057 2004-09-30  Kim F. Storm  <storm@cua.dk>
12059         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
12060         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
12062         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
12063         kmacro-extract-lambda functions.
12064         (edit-kbd-macro): Handle kmacro lambda forms.
12065         Include counter and counter format in edit buffer.
12066         (edmacro-finish-edit): Get counter and format from edit buffer and
12067         update kmacro bindings when found.
12069 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
12071         * textmodes/paragraphs.el (forward-paragraph):
12072         Avoid args-out-of-range error when point winds up at the beginning of
12073         the buffer and hard newlines are enabled.
12075         * newcomment.el (comment-multi-line): Doc fix.
12077 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12079         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
12080         (diff-fixup-modifs): Catch unified-diff file-headers.
12082 2004-09-29  Kim F. Storm  <storm@cua.dk>
12084         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
12085         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
12086         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
12088         * fringe.el (fringe-bitmap-p): New macro.
12089         (fringe-bitmaps): Add standard fringe bitmaps on load.
12091 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12093         * dired.el (dired-view-command-alist): Use more efficient regexps.
12094         Remove dubious arguments.
12095         (dired-align-file): New function.
12096         (dired-insert-directory): Use it.
12097         (dired-move-to-end-of-filename): Make the " -> " search more specific.
12098         (dired-buffers-for-dir): Remove unused var `pattern'.
12100 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
12102         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
12103         from diary display excursion.  Store diary buffer's point for
12104         `simple-diary-display'.
12105         (simple-diary-display): Set window point and start when
12106         displaying buffer, to preserve point.
12108 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
12110         * textmodes/enriched.el (enriched-translations): Replace defconst
12111         with defvar.
12113 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12115         * printing.el: Doc fix.
12116         (pr-version): New version number (6.8.1).
12117         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
12118         make-temp-name.
12119         (pr-delete-file): Check if file exists before deleting it.
12120         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
12122 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12124         * term.el (term-display-table): New variable.
12125         (term-mode): Use it.
12126         (term-exec-1): Set the coding system to binary.
12127         (term-emulate-terminal): Decode the string before inserting it.
12129 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
12131         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
12132         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
12133         (map): Bind S-prior, S-next and S-insert.
12134         (term-mode): Set `indent-tabs-mode' to nil.
12135         (term-paste): New function to be bound to S-insert.
12136         (term-send-del, term-send-backspace): Change the strings sent.
12137         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
12138         (term-handle-colors-array): Fix handling of underline and reverse.
12139         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
12140         (term-erase-in-line): Fix comparison.
12141         (term-emulate-terminal): Fix line wrap handling.
12142         (term-start-output-log): Rename from `term-set-output-log'.
12143         (term-stop-output-log): Rename from `term-stop-photo'.
12144         (term-switch-to-alternate-sub-buffer): Comment out, unused.
12146 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12148         * dired.el (dired-move-to-filename): Don't output a message if
12149         raise-error is non-nil.  Fix return position and value.
12151         * files.el (insert-directory): Obey --dired even with symlinks.
12153 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
12155         * ls-lisp.el (ls-lisp-format): Mark file names with property
12156         dired-filename.
12158 2004-09-25  Kim F. Storm  <storm@cua.dk>
12160         * ido.el (ido-max-directory-size): New defcustom.
12161         (ido-decorations): Add "too big" element.
12162         (ido-directory-too-big): New dynamic var.
12163         (ido-may-cache-directory): Don't cache big directories.
12164         (ido-directory-too-big-p): New defun.
12165         (ido-set-current-directory): Update ido-directory-too-big.
12166         (ido-read-internal): Make empty ido-cur-item if too-big.
12167         (ido-buffer-internal): Use ido-read-internal directly instead of
12168         ido-read-buffer.
12169         (ido-file-internal): Init ido-directory-too-big.
12170         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
12171         and redo completion with full list.
12172         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
12173         it, and show completions.
12174         (ido-all-completions): Let bind ido-directory-too-big to nil.
12175         (ido-exhibit): Handle ido-directory-too-big.
12176         (ido-read-buffer): Handle fallback to read-buffer.
12177         Init ido-directory-too-big.
12178         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
12179         Init ido-directory-too-big.
12181 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
12183         * subr.el (delay-mode-hooks): Doc fix.
12185 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
12187         * textmodes/enriched.el
12188         (enriched-default-text-properties-local-flag): New variable.
12189         (enriched-mode): Make sure that enabling and disabling the mode is
12190         a no-op.  Doc fix.
12192 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
12194         * calendar/holidays.el (holiday-advent): Report on a specified day
12195         offset from advent, not just advent.
12196         (holiday-easter-etc): Report on one specified day offset from
12197         easter, not all easter holidays.  Various Easter holidays moved to
12198         `christian-holidays' variable in calendar.el.
12199         * calendar/calendar.el (christian-holidays): Adapt for new
12200         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
12202 2004-09-23  Kim F. Storm  <storm@cua.dk>
12204         * image.el (insert-sliced-image): Add doc string.
12206         * ido.el (ido-choice-list): New dynamic var for `list' context.
12207         (ido-context-switch-command): New dynamic var.
12208         (ido-define-mode-map): Generalize switch between file/buffer contexts.
12209         (ido-read-internal): Handle new `list' context.
12210         Handle insert-buffer and insert-file ido-exit values.
12211         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
12212         ido-context-switch-command.  Handle insert-file ido-exit value.
12213         (ido-read-buffer): Set ido-context-switch-command to 'ignore
12214         unless it is already bound by caller.
12215         (ido-file-internal): New arg switch-cmd.  Use it to setup
12216         ido-context-switch-command.  Handle insert-buffer ido-exit value.
12217         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
12218         used for context switching.
12219         (ido-all-completions): Handle new `list' context.
12220         (ido-make-choice-list): Return choices for `list' context.
12221         (ido-find-file-in-dir, ido-display-file, ido-write-file)
12222         (ido-display-buffer, ido-kill-buffer): Disable context switching.
12223         (ido-insert-buffer, ido-insert-file): Setup context switching.
12224         (ido-exhibit): Handle `list' context.
12225         (ido-read-file-name): Disable context switching.  Handle fallback.
12226         (ido-read-directory-name): Disable context switching.
12227         (ido-completing-read): New defun like completing-read.  Setup and
12228         use new `list' context.
12230 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
12232         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
12234 2004-09-21  Jay Belanger  <belanger@truman.edu>
12236         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
12237         `calc-graph-set-styles' so the gnuplot buffer will appear in a
12238         separate window.
12240 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
12242         * subr.el (after-change-major-mode-hook): Doc fix.
12244 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12246         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
12247         of ghostscript for monochrome PostScript file in Windows.
12249 2004-09-21  Kenichi Handa  <handa@m17n.org>
12251         * descr-text.el (describe-char): Checking of quail activation fixed.
12253 2004-09-21  Jay Belanger  <belanger@truman.edu>
12255         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
12257 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
12259         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
12260         after the mode hooks instead of before.  Doc fix.
12262 2004-09-20  Jason Rumney  <jasonr@gnu.org>
12264         * startup.el (command-line) [windows-nt]: Try .emacs first, then
12265         _emacs, but revert to .emacs if neither exists in home directory.
12267 2004-09-20  John Paul Wallington  <jpw@gnu.org>
12269         * bindings.el (completion-ignored-extensions): Add .dfsl.
12271 2004-09-20  Richard M. Stallman  <rms@gnu.org>
12273         * bindings.el (scroll-left): Make it disabled.
12275         * files.el (enable-local-eval): Doc fix.
12277         * indent.el (move-to-left-margin): Special case for minibuffer.
12279         * term.el (term-emulate-terminal): Turn off undo for output.
12280         Use with-current-buffer and save-selected-window.
12282         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
12284         * progmodes/make-mode.el (makefile-fill-paragraph):
12285         Don't insist on spaces when looking for comments.  # is enough.
12287         * files.el (hack-local-variables): Copy the variables list
12288         to another buffer, strip prefixes and suffixes there, then read.
12289         (enable-local-eval): Doc fix.
12290         (ignored-local-variables): Initialize to nil.
12291         (risky-local-variable-p): Don't check ignored-local-variables here.
12292         (hack-one-local-variable): Ignore var if in ignored-local-variables.
12294 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
12296         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
12297         of = to "." (punctuation).
12299 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12301         * subr.el (event-basic-type): Fix mask (extend to 22bits).
12303 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
12305         * textmodes/enriched.el (enriched-rerun-flag): New variable.
12306         (enriched-before-change-major-mode): New function.
12307         Add it to `change-major-mode-hook'.
12308         (enriched-after-change-major-mode): New function.
12309         Add it to `after-change-major-mode-hook'.
12310         (enriched-mode): Make it work correctly if called from
12311         `after-change-major-mode-hook'.
12312         No longer set `indent-line-function'.
12314         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
12316         * subr.el (after-change-major-mode-hook): New variable.
12317         (run-mode-hooks): Implement it.
12319 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12321         * battery.el (battery-linux-proc-apm): Use string-to-number.
12322         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
12323         Use dolist (and less indentation).  Use erase-buffer.
12324         Pre-initialize `design-capacity', `warn', and `low'.
12325         (battery-format): Use replace-regexp-in-string.
12327 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12329         * battery.el: Delete superfluous empty lines.
12330         (battery-linux-proc-acpi): Attempt to gather information from all
12331         battery subdirectories regardless of their file name.
12332         (battery-linux-proc-apm): Replace all occurrences of
12333         battery-hex-to-int-2 with string-to-int (base 16).
12334         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
12335         (battery-hex-map): Delete variable.
12337 2004-09-18  John Paul Wallington  <jpw@gnu.org>
12339         * calc/calc-units.el (calc-quick-units): Fix overzealous
12340         s/or/unless/.
12342 2004-09-17  Jay Belanger  <belanger@truman.edu>
12344         * calc/calc.el (calc-mode-var-list): Fix the value of
12345         `calc-matrix-brackets'.
12347 2004-09-17  Romain Francoise  <romain@orebokech.com>
12349         * ibuf-ext.el (define-ibuffer-filter filename):
12350         Expand dired-directory since buffer-file-name is absolute.
12352 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
12354         * ediff-init.el (ediff-current-diff-face-A)
12355         (ediff-current-diff-face-B, ediff-current-diff-face-C)
12356         (ediff-current-diff-face-Ancestor)
12357         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12358         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12359         (ediff-even-diff-face-A, ediff-even-diff-face-B)
12360         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12361         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12362         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12363         Use min-colors.
12365         * term.el (term-down): Perform vertical motion if DOWN is negative.
12366         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
12367         (term-termcap-format): Synchronyze with the eterm terminfo entry
12368         in etc/e/eterm.ti.
12369         (term-handle-colors-array): If the current foreground or
12370         background are zero (i.e. unspecified), use the foreground and
12371         background of the default face for reverse video.
12372         (term-ansi-at-eval-string, term-ansi-default-fg)
12373         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
12374         (term-mem): Delete ununsed function.
12375         (term-protocol-version): Increment.
12376         (term-current-face): Set to default.
12378 2004-09-15  Jay Belanger  <belanger@truman.edu>
12380         * calc/calc.el (calc-mode-var-list): Define this variable.
12381         (calc-always-load-extensions, calc-line-numbering)
12382         (calc-line-breaking, calc-display-just, calc-display-origin)
12383         (calc-number-radix, calc-leading-zeros, calc-group-digits)
12384         (calc-group-char, calc-point-char, calc-frac-format)
12385         (calc-prefer-frac, calc-hms-format, calc-date-format)
12386         (calc-float-format, calc-full-float-format, calc-complex-format)
12387         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12388         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12389         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12390         (calc-matrix-brackets, calc-language, calc-language-option)
12391         (calc-left-label, calc-right-label, calc-word-size)
12392         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12393         (calc-display-raw, calc-internal-prec, calc-angle-mode)
12394         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12395         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12396         (calc-window-height, calc-display-trail, calc-show-selections)
12397         (calc-use-selections, calc-assoc-selections)
12398         (calc-display-working-message, calc-auto-why, calc-timing)
12399         (calc-mode-save-mode, calc-standard-date-formats)
12400         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
12401         (calc-user-parse-tables, calc-gnuplot-default-device)
12402         (calc-gnuplot-default-output, calc-gnuplot-print-device)
12403         (calc-gnuplot-print-output, calc-gnuplot-geometry)
12404         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12405         (calc-invocation-macro, calc-show-banner): Give these values as
12406         part of `calc-mode-var-list's initialization after the variables
12407         are declared with defvar.
12408         (calc-bug-address): Change email address to send bug reports to.
12409         Change the maintainer address at the top.
12410         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
12411         than "\\.emacs" to determine if it is the user-init-file.
12413         * calc/calc-embed.el (calc-embedded-set-modes): Use
12414         `calc-mode-var-list' correctly.
12416 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
12418         * vc.el (annotate-time): Document point handling.
12419         (vc-annotate-display-autoscale): Doc fix.
12421 2004-09-15  Miles Bader  <miles@gnu.org>
12423         * generic.el (generic-make-keywords-list): Use symbol rather than
12424         word anchors in regexp.
12426 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
12428         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
12429         no file name consider `dired-directory'.
12431 2004-09-14  Kim F. Storm  <storm@cua.dk>
12433         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
12435 2004-09-14  Simon Josefsson  <jas@extundo.com>
12437         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
12439         * textmodes/dns-mode.el: Add.
12441 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12443         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
12444         (disabled-command-function): Make the ?\  char more obvious.
12446         * vc-arch.el (vc-arch-root, vc-arch-registered):
12447         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
12449 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
12451         * windmove.el (windmove-frame-edges): Report coordinates of
12452         outside edges of frame, not inside edges.
12453         (windmove-coordinates-of-position): Convert into wrapper to new
12454         function `windmove-coordinates-of-window-position';
12455         `compute-motion' always applies to selected window.
12456         (windmove-coordinates-of-position): Update documentation to refer
12457         to Emacs 21 Lisp Reference Manual.
12458         (windmove-find-other-window): Fix off-by-one errors for max x,y.
12460 2004-09-13  Kim F. Storm  <storm@cua.dk>
12462         * isearch.el (isearch-resume-in-command-history): Rename from
12463         isearch-resume-enabled and change default to nil.
12465 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12467         * vc-hooks.el (vc-ignore-dir-regexp): New var.
12468         (vc-registered): Use it.
12469         (vc-find-root): New fun.
12471         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12472         Don't tell to use \\{...} when it's already done.
12474         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
12475         Provide a sample complex default.
12476         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
12477         (bibtex-entry): Use mapc.
12479 2004-09-12  Kim F. Storm  <storm@cua.dk>
12481         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
12483         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
12484         inhibit-field-text-motion to t so rectangles work in comint buffers.
12486         * simple.el (choose-completion-string): Set buffer before running
12487         choose-completion-string-functions hook so it can be buffer-local.
12489 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
12491         * progmodes/compile.el (compilation-start): Parse command to see
12492         if it starts with a cd, and if so perform it for the *compilation*
12493         buffer.  Change the header to reflect this.
12495 2004-09-11  Kim F. Storm  <storm@cua.dk>
12497         * ido.el (ido-enable-dot-prefix): Doc fix.
12498         (ido-enable-dot-prefix): New defcustom.
12499         (ido-set-matches1): Use it.
12501 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12503         * textmodes/bibtex.el (bibtex-mark-active)
12504         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
12506 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12508         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
12509         used in a case insensitive environment.
12510         (bibtex-mode-map): Rearrange order of menus.
12511         (bibtex-quoted-string-re): Obsolete.
12512         (bibtex-complete-key-cleanup): Variable replaced by new function.
12513         (bibtex-font-lock-keywords): Use backquotes.
12514         (bibtex-font-lock-url-regexp): New internal variable.
12515         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
12516         "OPT" and "ALT".
12517         (bibtex-insert-current-kill, bibtex-make-field)
12518         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
12519         (bibtex-parse-field-text): Simplify.
12520         (bibtex-string=): New helper function.
12521         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
12522         (bibtex-map-entries): Use bibtex-string=.
12523         (bibtex-search-entry): Use not.
12524         (bibtex-enclosing-field): Fix docstring.
12525         (bibtex-assoc-regexp): Obsolete.
12526         (bibtex-format-entry): Use assoc-string and bibtex-string=.
12527         (bibtex-autokey-get-names): Handle empty name field.
12528         (bibtex-parse-strings): Use assoc-string and unless.
12529         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
12530         Use assoc-string.
12531         (bibtex-pop): Simplify.
12532         (bibtex-mode): Set font-lock-extra-managed-props.
12533         (bibtex-entry-update): Use assoc-string.
12534         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
12535         (bibtex-autofill-entry): Use bibtex-string=.
12536         (bibtex-print-help-message): Simplify.
12537         (bibtex-find-entry): New optional arg START.
12538         (bibtex-validate): Use bibtex-string= and assoc-string.
12539         Do not call obsolete function compilation-parse-errors.
12540         (bibtex-remove-delimiters): Only remove delimiters if present.
12541         (bibtex-copy-entry-as-kill): Add docstring.
12542         (bibtex-clean-entry): Use bibtex-string=.  Handle empty keys.
12543         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
12544         (bibtex-complete): Use bibtex-predefined-month-strings,
12545         bibtex-string=, and new function bibtex-complete-key-cleanup.
12546         (bibtex-generate-url-list): New variable.
12547         (bibtex-url): New command bound to C-c C-l and mouse-2.
12548         (bibtex-url-map): New local keymap for bibtex-url-mouse.
12549         (bibtex-font-lock-url): New function.
12551 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12553         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
12555 2004-09-09  Kim F. Storm  <storm@cua.dk>
12557         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
12558         counter and format with binding.
12559         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
12560         the declared macro uses own macro counter and format.  Give symbol
12561         kmacro property.
12562         (kmacro-keymap): Bind kmacro-name-last-macro to n.
12563         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
12564         (kmacro-end-and-call-macro): Doc fix.
12566 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
12568         * desktop.el (desktop-clear-preserve-buffers):
12569         Remove make-obsolete-variable.
12571 2004-09-08  Richard M. Stallman  <rms@gnu.org>
12573         * buff-menu.el (list-buffers-noselect): Call format-mode-line
12574         with the buffer as argument.
12576 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12578         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
12580 2004-09-08  Juri Linkov  <juri@jurta.org>
12582         * replace.el (perform-replace): Use `query-replace-descr'.
12584         * cus-start.el (history-delete-duplicates): Specify customization.
12586         * diff-mode.el (diff-mode-map):
12587         * progmodes/compile.el (compilation-mode-map):
12588         * progmodes/grep.el (grep-mode-map):
12589         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
12590         to `next-error-follow-minor-mode'.
12592 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12594         * isearch.el (isearch-lazy-highlight-update): Take into account
12595         the case of zero-length match at the search bound.
12597 2004-09-08  Kim F. Storm  <storm@cua.dk>
12599         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
12600         change.  Use zero width overlays when necessary.
12602 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12604         * subr.el (split-string): Docfix.
12606 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12608         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
12609         (display-call-tree): Ensure newline after caller/calls blocks.
12611 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12613         * startup.el (command-line-1): Make option
12614         --directory/-L modify `load-path' straight away.
12616 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12618         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
12620 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12622         * emacs-lisp/autoload.el (make-autoload):
12623         Handle `define-compilation-mode'.
12625         * emacs-lisp/lisp-mode.el (define-compilation-mode):
12626         Specify `doc-string-elt' property.
12628 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12630         * bs.el (bs-mode): Doc fix.
12632 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12634         * info.el (Info-insert-dir): Fix temp buffer leak bug.
12636 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
12638         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
12640 2004-09-08  Kenichi Handa  <handa@m17n.org>
12642         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
12643         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
12644         ps-mule-next-point -> 1+).
12646         * composite.el (encode-composition-rule): Add autoload cooky.
12648 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
12650         * format.el (buffer-auto-save-file-format): Make it permanent local.
12652 2004-09-07  Kim F. Storm  <storm@cua.dk>
12654         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
12655         (authors-fixed-entries): Fix typo.
12656         (authors-canonical-author-name): Compact multiple spaces.
12657         Ignore trivial names (e.g. only first name).
12659         * term.el (term-window-width): Only use full window width on
12660         window system if overflow-newline-into-fringe is enabled.
12661         (term-mode): Don't disable overflow-newline-into-fringe.
12663 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12665         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
12666         motion as seen on my Mac OS X xterms.
12668         * newcomment.el (uncomment-region-default, comment-region-default):
12669         New functions extracted from uncomment-region and comment-region.
12670         (comment-region, comment-region-function, uncomment-region)
12671         (uncomment-region-function): Use them.
12673         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
12675         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
12676         It's not crucial but can make sense at times.
12678         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
12679         the first commit.
12681         * vc.el (vc-buffer-context, vc-restore-buffer-context):
12682         Disable obsolete code.
12684 2004-09-07  Juri Linkov  <juri@jurta.org>
12686         * progmodes/grep.el (grep-highlight-matches): Change default from
12687         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
12688         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
12689         if grep option `--color' is available, or to `nil' otherwise.
12690         (grep-process-setup): Call `grep-compute-defaults' if
12691         `grep-highlight-matches' is not computed.  Set env-vars only
12692         if `grep-highlight-matches' is `t'.
12693         (grep-use-null-device): Remove redundant type `boolean' (`choice'
12694         is already defined).
12696         * progmodes/compile.el (compilation-start): Use copy of
12697         `process-environment' created by `copy-sequence' to not
12698         modify env-vars in the global `process-environment'.
12700 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
12702         * simple.el (next-error-follow-minor-mode): Fix last change.
12704 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
12706         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
12707         permanent local.
12709 2004-09-04  Richard M. Stallman  <rms@gnu.org>
12711         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
12712         highlighting if the search string is empty.
12714 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
12716         * facemenu.el (facemenu-active-faces): Change condition of inner
12717         `while' loop to also check the first two elements of `face-atts'
12718         and `mask-atts'.
12720 2004-09-04  John Paul Wallington  <jpw@gnu.org>
12722         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
12723         (thumbs-view-image-mode): Make buffer read-only.
12725 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
12727         * textmodes/ispell.el (ispell-really-aspell): New defvar.
12728         (ispell-check-version): Set it.
12729         (ispell-send-replacement): New function.
12730         (ispell-process-line): Call ispell-send-replacement.
12732 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
12734         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
12735         Support choosing seconds with "s".
12737 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
12739         * terminal.el (te-escape): Show `?' in prompt for help key.
12741 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
12743         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
12745 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
12747         * simple.el (next-error-follow-minor-mode)
12748         (next-error-follow-mode-post-command-hook): New functions.
12749         (next-error-follow-last-line): New defvar.
12751         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
12752         * progmodes/compile.el (compilation-mode-map): Likewise.
12753         * progmodes/grep.el (grep-mode-map): Likewise.
12754         * replace.el (occur-mode-map): Likewise.
12756         * newcomment.el (uncomment-region): Bind comment-use-global-state
12757         to nil.
12759 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
12761         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12762         locally around the call to `revert-buffer'.
12764 2004-09-03  Juri Linkov  <juri@jurta.org>
12766         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12767         `isearch-adjusted' to `t'.
12768         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12769         (isearch-message-prefix): Add "pending" for isearch-adjusted.
12770         (isearch-other-meta-char): Restore isearch-point unconditionally.
12771         (isearch-query-replace): Add new arg `regexp-flag' and use it.
12772         Set point to start of match if region is not active in transient
12773         mark mode (to include the current match to region boundaries).
12774         Push the search string to `query-replace-from-history-variable'.
12775         Add prompt "Query replace regexp" for isearch-regexp.
12776         Add region beginning/end as last arguments of `perform-replace.'
12777         (isearch-query-replace-regexp): Replace code by the call to
12778         `isearch-query-replace' with arg `t'.
12780 2004-09-03  Richard M. Stallman  <rms@gnu.org>
12782         * startup.el (normal-top-level): Undo previous TERM change.
12784 2004-09-03  Kim F. Storm  <storm@cua.dk>
12786         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12787         highlight overlays; allow using RET when cursor is over a button.
12788         (cua--highlight-rectangle): Use it.
12789         (cua--rectangle-set-corners): Don't move backwards at eol.
12790         (cua--forward-line): Don't move into void after eob.
12792         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12793         point is set (and displayed) inside rectangle.
12794         (cua--rectangle-operation): Fix for highlight of empty lines.
12795         (cua--highlight-rectangle): Fix highlight for tabs.
12796         Position cursor at left/right edge of rectangle using new `cursor'
12797         property on overlay strings.
12798         (cua--indent-rectangle): Don't tabify.
12799         (cua-rotate-rectangle): Ignore that point has moved.
12801 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12803         * term/mac-win.el: Add ASCII equivalents for some function keys.
12804         (mode-line-frame-identification): Sync with x-win.el.
12806 2004-09-02  Juri Linkov  <juri@jurta.org>
12808         * progmodes/compile.el (compilation-buffer-name): Compare major
12809         mode with second element of compilation-arguments instead of third
12810         to reflect latest changes in compilation-arguments structure.
12811         (recompile): Use global variable `compilation-directory' to get
12812         recent compilation directory only when `recompile' is invoked NOT
12813         in the compilation buffer.  Otherwise, use `default-directory' of
12814         the compilation buffer.
12815         (compilation-error-properties): Allow to funcall col and end-col.
12816         (compilation-mode-font-lock-keywords): Check col and end-col by
12817         `integerp'.
12818         (compilation-goto-locus): If end-mk is non-nil in transient mark
12819         mode don't activate the mark (and don't display message in
12820         push-mark), but highlight overlay between mk and end-mk.
12822         * progmodes/grep.el (grep-highlight-matches): New defcustom.
12823         (grep-regexp-alist): Add rule to highlight grep matches.
12824         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12826         * info.el (Info-fontify-node): Don't compute other-tag
12827         if Info-hide-note-references=hide.
12829         * help.el (function-called-at-point):
12830         * help-fns.el (variable-at-point):
12831         Try `find-tag-default' when other methods failed.
12833         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12834         Do not push mark if inhibit-mark-movement is non-nil.
12836         * textmodes/ispell.el (ispell-html-skip-alists):
12837         Fix backslashes in docstring.
12839 2004-09-01  Juri Linkov  <juri@jurta.org>
12841         * isearch.el (isearch-wrap-function)
12842         (isearch-push-state-function): New defvars.
12843         (isearch-pop-fun-state): New defsubst.
12844         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12845         (isearch-push-state): Set the result of calling
12846         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12847         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12848         restore the mode-specific starting point of terminated search.
12849         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12850         (isearch-repeat): Call `isearch-wrap-function' if defined.
12851         (isearch-message-prefix): Don't add prefix "over" to the message
12852         for wrapped search if `isearch-wrap-function' is defined.
12853         (isearch-search): Call function saved in `isearch-pop-fun-state' to
12854         restore the mode-specific starting point of failed search.
12856         * info.el (Info-search-whitespace-regexp): Fix backslashes.
12857         (Info-search): Add new optional arguments for the sake of isearch.
12858         Replace whitespace in Info-search-whitespace-regexp literally.
12859         Add backward search.  Don't call `Info-select-node' if regexp is
12860         found in the same Info node.  Don't add node to Info-history for
12861         wrapped isearch.
12862         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12863         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12864         (Info-mode): Set local variables `isearch-search-fun-function',
12865         `isearch-wrap-function', `isearch-push-state-function',
12866         `search-whitespace-regexp'.
12868         * isearch.el: Remove ancient Change Log section.
12869         (isearch-string, isearch-message-string, isearch-point)
12870         (isearch-success, isearch-forward-flag, isearch-other-end)
12871         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12872         (isearch-barrier, isearch-within-brackets)
12873         (isearch-case-fold-search): Add suffix `-state' to state-related
12874         defsubsts to avoid name clashes with other function names.
12876         * simple.el (next-error): New defgroup and defface.
12877         (next-error-highlight, next-error-highlight-no-select):
12878         New defcustoms.
12879         (next-error-no-select): Let-bind next-error-highlight to the value
12880         of next-error-highlight-no-select before calling `next-error'.
12882         * progmodes/compile.el (compilation-goto-locus):
12883         Use `next-error' face instead of `region'.  Set 4-th argument of
12884         `move-overlay' to `current-buffer' to move overlay to different
12885         source buffers.  Use new variable `next-error-highlight'.
12887         * simple.el (next-error-find-buffer): Move the rule
12888         "if current buffer is a next-error capable buffer" after the
12889         rule "if next-error-last-buffer is set to a live buffer".
12890         Simplify to test all rules in one `or'.
12891         (next-error): Doc fix.
12892         (next-error, previous-error, first-error)
12893         (next-error-no-select, previous-error-no-select):
12894         Make arguments optional.
12896 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
12898         * macros.el (apply-macro-to-region-lines): Make it operate on all
12899         lines that begin in the region, rather than on all complete lines
12900         in the region.
12902 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12904         * x-dnd.el (x-dnd-protocol-alist): Document update.
12905         (x-dnd-known-types): Defcustom it.
12906         (x-dnd-handle-motif): Print message-atom in error message.
12908 2004-08-30  John Paul Wallington  <jpw@gnu.org>
12910         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12911         strings rather than programatically constructing message.
12913 2004-08-30  Richard M. Stallman  <rms@gnu.org>
12915         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12916         Don't return a string that would read as the wrong character code.
12918 2004-08-29  Kim F. Storm  <storm@cua.dk>
12920         * emulation/cua-base.el (cua-auto-expand-rectangles):
12921         Remove automatic rectangle padding feature; replace by non-destructive
12922         virtual rectangle edges feature.
12923         (cua-virtual-rectangle-edges): New defcustom.
12924         (cua-auto-tabify-rectangles): New defcustom.
12925         (cua-paste): If paste into a marked rectangle, insert rectangle at
12926         current column, even if virtual; also paste exactly as many lines
12927         as has been marked (ignore additional lines or add empty lines),
12928         but paste whole source if only one line is marked.
12929         (cua--update-indications): No longer use overwrite-cursor to
12930         indicate rectangle padding
12932         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12933         (cua--rectangle-virtual-edges): New defun.
12934         (cua--rectangle-get-corners): Remove optional PAD arg.
12935         (cua--rectangle-set-corners): Never do padding.
12936         (cua--forward-line): Remove optional PAD arg.  Simplify.
12937         (cua-resize-rectangle-right, cua-resize-rectangle-left)
12938         (cua-resize-rectangle-down, cua-resize-rectangle-up):
12939         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12940         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12941         (cua--rectangle-move): Never do padding.  Simplify.
12942         (cua--tabify-start): New defun.
12943         (cua--rectangle-operation): Add tabify arg.  All callers changed.
12944         (cua--pad-rectangle): Remove.
12945         (cua--delete-rectangle): Handle delete with virtual edges.
12946         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12947         (cua--insert-rectangle): Handle insert at virtual column.
12948         Perform auto-tabify if necessary.
12949         (cua--activate-rectangle): Remove optional FORCE arg.
12950         Never do padding.  Simplify.
12951         (cua--highlight-rectangle): Enhance for virtual edges.
12952         (cua-toggle-rectangle-padding): Remove command.
12953         (cua-toggle-rectangle-virtual-edges): New command.
12954         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
12955         (cua--rectangle-post-command): Don't force rectangle padding.
12956         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12958 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
12960         * indent.el (edit-tab-stops-buffer): Doc fix.
12962 2004-08-28  Richard M. Stallman  <rms@gnu.org>
12964         * progmodes/grep.el (grep-default-command): Use find-tag-default.
12965         (grep-tag-default): Function deleted.
12967         * subr.el (find-tag-default): Move from etags.el.
12969         * progmodes/etags.el (find-tag-default): Move to subr.el.
12971         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12972         into the basic character if it has an uppercase form.
12974 2004-08-27  Kenichi Handa  <handa@m17n.org>
12976         * international/utf-8.el (utf-8-post-read-conversion): If the
12977         buffer is unibyte, temporarily make it multibyte.
12979 2004-08-27  Masatake YAMATO  <jet@gyve.org>
12981         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12983 2004-08-25  John Paul Wallington  <jpw@gnu.org>
12985         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12986         0, 1, and many mismatches in message.
12987         (tex-start-shell): Use `set-process-query-on-exit-flag'.
12989         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12990         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12992 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12994         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12995         vc-diff-switches differently.
12997 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
12999         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
13000         before and a real defvar after
13001         `speedbar-supported-extension-expressions'.  This is to silence
13002         the compiler without breaking bootstrapping.
13004 2004-08-22  Richard M. Stallman  <rms@gnu.org>
13006         * textmodes/flyspell.el (flyspell-word):
13007         Use set-process-query-on-exit-flag.
13008         (flyspell-highlight-duplicate-region): Take POSS as arg.
13009         (flyspell-word): Pass POSS as arg.
13011         * progmodes/ada-xref.el: Many doc and style fixes.
13012         (ada-find-any-references): Use compilation-start.
13013         (ada-get-ali-file-name): Improve error msg.
13014         (ada-get-ada-file-name): Likewise.
13016         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
13017         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
13019         * mail/mail-extr.el (mail-extr-all-top-level-domains):
13020         Add forward defvar.
13022         * whitespace.el (global-whitespace-mode): New alias
13023         for whitespace-global-mode.
13025         * speedbar.el (speedbar-file-regexp): Move definition up.
13026         (speedbar-mode, speedbar-set-mode-line-format):
13027         Use with-no-warnings.
13028         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
13030         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
13031         controls whether to display the error buffer.
13033         * ps-mule.el: Delete compatibility code for old Emacses.
13034         (ps-mule-find-wrappoint): Don't use chars-in-region.
13036         * frame.el (display-mouse-p, display-selections-p):
13037         Use with-no-warnings.
13039         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
13041 2004-08-22  David Kastrup  <dak@gnu.org>
13043         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
13044         information.
13046         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
13048 2004-08-22  Andreas Schwab  <schwab@suse.de>
13050         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
13052 2004-08-22  Masatake YAMATO  <jet@gyve.org>
13054         * cvs-status.el (cvs-status-checkout): New function.
13055         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
13057 2004-08-21  David Kastrup  <dak@gnu.org>
13059         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
13060         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
13061         has been converted to use hashtables, the relation `nil=none' is
13062         no longer valid, as `nil' is not a hashtable.  This patch tries to
13063         reduce the number of resulting errors.
13065 2004-08-21  John Paul Wallington  <jpw@gnu.org>
13067         * subr.el (process-kill-without-query): Made obsolete in
13068         version 21.4, not 21.5.
13070         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
13071         (vc-previous-comment, vc-next-comment)
13072         (vc-comment-search-reverse, vc-comment-search-forward)
13073         (vc-comment-to-change-log): Likewise.
13075         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
13077 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
13079         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
13080         Correct indentation of DEFMETHODS with non-standard method
13081         combinations (e.g., PROGN, MIN, MAX).
13083 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13085         * startup.el (normal-top-level-add-subdirs-to-load-path):
13086         Avoid unnecessarily checking system-type.
13087         (normal-top-level): Set TERM to "dumb".  Simplify.
13089         * avoid.el (mouse-avoidance-ignore-p): New fun.
13090         Also ignore switch-frame, select-window, double, and triple clicks.
13091         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
13092         (mouse-avoidance-fancy-hook): Use it.
13094 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
13096         * avoid.el (mouse-avoidance-nudge-mouse)
13097         (mouse-avoidance-banish-destination): Stay within the current window
13098         to avoid problems with mouse-autoselect-window.
13100 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13102         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
13103         the newer format of some messages in cvs-1.12.1.
13105 2004-08-19  Masatake YAMATO  <jet@gyve.org>
13107         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
13108         (elp-results-jump-to-definition-by-mouse)
13109         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
13110         (elp-output-result): Use elp-output-insert-symname.
13112 2004-08-18  Kenichi Handa  <handa@m17n.org>
13114         * language/cyrillic.el: Register koi8-r in
13115         ctext-non-standard-encodings-alist.
13116         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
13118 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
13120         * emacs-lisp/copyright.el (copyright-update-year): Delete code
13121         that replaces 20xy with xy.
13123 2004-08-17  John Paul Wallington  <jpw@gnu.org>
13125         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
13126         (reb-force-update): Doc fix.
13128 2004-08-16  Richard M. Stallman  <rms@gnu.org>
13130         * progmodes/which-func.el (which-func-update-1): Doc fix.
13132         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
13133         (sh-mode-abbrev-table): New variable.
13135         * progmodes/compile.el (compilation-mode): Doc fix.
13137         * emacs-lisp/lisp-mode.el (eval-last-sexp):
13138         Don't cons a new symbol each time.
13139         (eval-last-sexp-fake-value): New variable.
13141         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
13142         (copyright-update-year): Detect continuation of list of years.
13144         * term.el (term-default-fg-color, term-default-bg-color)
13145         (ansi-term-color-vector): Use `unspecified', not nil, as default.
13147         * imenu.el: Several doc fixes: don't say variables are buffer-local.
13149 2004-08-16  Davis Herring  <herring@lanl.gov>
13151         * isearch.el (isearch-string, isearch-message-string, isearch-point)
13152         (isearch-success, isearch-forward-flag, isearch-other-end)
13153         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13154         (isearch-barrier, isearch-within-brackets)
13155         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
13157 2004-08-16  Kenichi Handa  <handa@m17n.org>
13159         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
13161 2004-08-15  Kenichi Handa  <handa@m17n.org>
13163         * term/x-win.el (x-selection-value): If utf8 was successful but
13164         ctext was not, use utf8 string.
13166 2004-08-14  Davis Herring  <herring@lanl.gov>
13168         * isearch.el: Remove accidental changes of March 4.  Fix backing
13169         up when a regexp isearch is made more general.  Use symbolic
13170         accessor functions for isearch stack frames to make usage clearer.
13171         (search-whitespace-regexp): Made groups in documentation shy (as
13172         is the group in the default value).
13173         (isearch-fallback): New function, addresses problems with regexps
13174         liberalized by `\|', adds support for liberalization by `\}' (the
13175         general repetition construct), and incorporates behavior for
13176         `*'/`?'.
13177         (isearch-}-char): New command, calls `isearch-fallback' with
13178         arguments appropriate to a typed `}'.
13179         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
13180         appropriately.
13181         (isearch-mode-map): Bind `}' to `isearch-}-char'.
13182         (isearch-string, isearch-message,string, isearch-point)
13183         (isearch-success, isearch-forward-flag, isearch-other-end)
13184         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13185         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
13186         New inline functions to read fields of a stack frame.
13188 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
13190         * battery.el (battery-linux-proc-acpi): Look into battery
13191         directories matching the literal string "CMB", too (required for
13192         Linux kernel version 2.6.7).
13194 2004-08-14  John Paul Wallington  <jpw@gnu.org>
13196         * cus-start.el (read-file-name-completion-ignore-case): Add.
13197         (blink-cursor-alist): Change version to "21.4".
13199         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
13201 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
13203         * speedbar.el (speedbar-scan-subdirs): New option.
13204         (speedbar-file-lists): Don't ignore file-name case on Unix and use
13205         dolist.
13206         (speedbar-insert-files-at-point): Take an extra argument and use
13207         it to optionally find out if a subdir is empty.  Also unreadable
13208         files don't get expand buttons.
13209         (speedbar-directory): New image (unused pixmap already existed).
13210         (speedbar-expand-image-button-alist): Use it.
13212 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
13214         CC Mode update to 5.30.9:
13216         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
13217         Move from cc-vars to cc-defs for dependency reasons.  Fix the
13218         POSIX char class test to check that it works in
13219         `skip-chars-(forward|backward)' too.
13221         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
13222         first argument starts with a special brace list.
13224         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
13225         when `c-opt-type-concat-key' is used (i.e. in Pike).
13227         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
13228         Fix bug when the inner char pair doesn't have paren syntax,
13229         i.e. "(<>)".
13231         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
13232         whitespace safe.
13234         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
13235         position for `arglist-intro', `arglist-cont-nonempty' and
13236         `arglist-close' when there are two arglist open parens on the same
13237         line and there's nothing in front of the first.
13239         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
13240         locking of qualified names in Java, which previously could fontify
13241         common indexing expressions in many cases.  The standard Java
13242         naming conventions are used to tell them apart.
13244         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
13245         Fix inconsistency wrt opening parens on the first line inside a paren
13246         block.
13248         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
13249         compile time for the sake of `c-major-mode-is'.
13251         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
13252         `c-major-mode-is' in the event that this is used inside a
13253         `c-lang-defconst'.
13255         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
13256         `c-lang-defconst' so that it works better with fallback languages.
13258         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
13259         it to fail to record the base mode.
13261         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13262         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
13263         is used.  Reorder the syntax checks to get more efficient
13264         skipping in some situations.
13266         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
13267         continuation which might precede the newly inserted '{'.
13269         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13270         Fix cases where it could loop indefinitely.
13272         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
13273         size specs correctly.  Only fontify identifiers in front of '('
13274         with as functions - don't accept any paren char.  Tighten up
13275         initializer skipping to stop before function and class blocks.
13277         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
13278         the point could be left directly after an open paren when finding
13279         the beginning of the first decl in the block.
13281         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
13282         table when filtering out legitimate open parens to be recorded.
13283         This could cause cache inconsistencies when e.g.
13284         `c++-template-syntax-table' was temporarily in use.
13286         * progmodes/cc-engine.el (c-on-identifier)
13287         (c-simple-skip-symbol-backward): Small fix for handling "-"
13288         correctly in `skip-chars-backward'.  Affected the operator lfun
13289         syntax in Pike.
13291         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
13292         Fix bug that could cause an error from `after-change-functions' when
13293         the changed region is at bob.
13295 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
13297         CC Mode update to 5.30.9:
13299         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
13300         to say that <TAB> doesn't insert WS into a CPP line.
13301         (c-indent-command, c-tab-always-indent): Amend doc strings.
13303         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
13304         checks for user errors, thus eliminating cryptic and unhelpful
13305         Emacs error messages.  (1) Check the arg to `c-set-style' is a
13306         string.  (2) Check that settings to `c-offsets-alist' are not
13307         spuriously quoted.
13309         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
13310         which precedes the newly inserted `{'.
13312 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
13314         Sync with Tramp 2.0.44.
13316         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
13317         function "tramp_file_attributes".  Otherwise, file names
13318         containing spaces are misinterpreted.  Reported by Magnus Henoch
13319         <mange@freemail.hu>.
13320         (tramp-handle-file-truename): FILENAME must be expanded first.
13321         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
13322         obscure results.  Reported by D. Goel <deego@gnufans.org>.
13323         (tramp-handle-verify-visited-file-modtime): If file does not
13324         exist, say it is not modified if and only if that agrees with the
13325         buffer's record.  Check whether a file is visiting the buffer, or
13326         the buffer has no recorded last modification time.  Return t in
13327         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
13328         <teirllm@auburn.edu>.
13329         (tramp-handle-write-region): Pass modtime explicitely to
13330         `set-visited-file-modtime', because filename can be different
13331         from (buffer-file-name) if `file-precious-flag' is set.
13332         `set-visited-file-modtime' must be called always when `visit' is t
13333         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
13334         (tramp-handle-set-visited-file-modtime): If `time-list' is not
13335         nil, don't apply the whole body.  If the file doesn't exists, set
13336         modtime to '(-1 65535).  Suggested by Luc Teirlinck
13337         <teirllm@auburn.edu>.
13339 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
13341         * help.el (describe-bindings): Doc fix.
13343         * subr.el (kbd): Doc fix.
13345 2004-08-08  John Paul Wallington  <jpw@gnu.org>
13347         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
13348         instead of `string-to-int'.
13349         (define-ibuffer-column mode): Fix indentation.
13351 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
13353         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
13355 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
13357         * subr.el (global-unset-key, local-unset-key): Doc fixes.
13359         * novice.el (disabled-command-function): New variable renamed from
13360         `disabled-command-hook'.
13361         (disabled-command-hook): Keep the _variable_ as alias for
13362         `disabled-command-function' and make obsolete.
13363         (disabled-command-function): Function renamed from
13364         `disabled-command-hook'.  Adapt code to name change of the variable.
13366 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
13368         * simple.el (completion-root-regexp): New defvar.
13369         (completion-setup-function): Use it instead of a literal string.
13371 2004-08-07  John Paul Wallington  <jpw@gnu.org>
13373         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
13374         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
13375         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
13376         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
13378 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
13380         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
13381         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
13383 2004-08-04  Kenichi Handa  <handa@m17n.org>
13385         * international/encoded-kb.el (encoded-kbd-setup-keymap):
13386         Fix previous change.
13388 2004-08-03  Kenichi Handa  <handa@m17n.org>
13390         * international/encoded-kb.el: The following changes are to
13391         utilize key-translation-map instead of minor mode map.
13392         (encoded-kbd-iso2022-non-ascii-map): Delete it.
13393         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
13394         (encoded-kbd-last-key): New function.
13395         (encoded-kbd-iso2022-single-shift): New function.
13396         (encoded-kbd-iso2022-designation)
13397         (encoded-kbd-self-insert-iso2022-7bit)
13398         (encoded-kbd-self-insert-iso2022-8bit)
13399         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
13400         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
13401         key-translation-map.
13402         (encoded-kbd-setup-keymap): Setup key-translation-map.
13403         (saved-key-translation-map): New variable.
13404         (encoded-kbd-mode): Save/restore key-translation-map.
13405         Adjust for the change of encoded-kbd-setup-keymap.
13407 2004-08-02  Kim F. Storm  <storm@cua.dk>
13409         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
13410         and call compute-motion with nil for topos and width to get proper
13411         usable width and height for both window and non-window systems.
13413         * windmove.el (windmove-coordinates-of-position): Let compute-motion
13414         calculate usable window width and height.
13416         * window.el (window-buffer-height): Call compute-motion with nil width.
13418 2004-08-01  David Kastrup  <dak@gnu.org>
13420         * replace.el (query-replace-read-from):
13421         Use `query-replace-compile-replacement'.
13422         (query-replace-compile-replacement): New function.
13423         (query-replace-read-to): Use `query-replace-compile-replacement'
13424         for repeating the last command.
13426 2004-08-01  John Paul Wallington  <jpw@gnu.org>
13428         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
13429         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
13430         (pr-switches): Remove period from end of error messages.
13432         * help-mode.el (help-go-back): Likewise.
13434         * abbrev.el (only-global-abbrevs): Doc fix.
13435         (edit-abbrevs-map): Define within defvar.
13436         (quietly-read-abbrev-file): Doc fix.
13438 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
13440         * novice.el (enable-command, disable-command): Doc fixes.
13442         * subr.el (event-modifiers, event-basic-type): Doc fixes.
13444 2004-07-30  Richard M. Stallman  <rms@gnu.org>
13446         * subr.el (with-local-quit): Doc fix.
13448 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
13450         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
13452 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
13454         * custom.el (defcustom): Doc fix.
13456 2004-07-28  Masatake YAMATO  <jet@gyve.org>
13458         * progmodes/etags.el (etags-tags-apropos): Show building progress.
13460 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13462         * imenu.el (imenu-prev-index-position-function)
13463         (imenu-extract-index-name-function, imenu-name-lookup-function)
13464         (imenu--index-alist): Docstring redundancy fix.
13466 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
13468         * wdired.el (wdired-finish-edit): Require dired-aux before locally
13469         binding dired-backup-overwrite.
13471 2004-07-25  John Paul Wallington  <jpw@gnu.org>
13473         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
13475 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
13477         * term/tty-colors.el (tty-color-approximate): Doc fix.
13479         * select.el (x-get-selection, x-set-selection): Doc fixes.
13481         * frame.el (make-frame): Doc fix.
13483 2004-07-24  Richard M. Stallman  <rms@gnu.org>
13485         * mail/rmail.el (rmail-mime-charset-pattern):
13486         Don't include semicolon in the charset value.
13488         * replace.el (occur-next-error): Call set-window-point.
13489         (occur-engine): Handle negative NLINES.
13491 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
13493         * frame.el (modify-all-frames-parameters): Minor doc fix.
13494         (set-frame-configuration): Doc fix.
13496 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
13498         * simple.el (completion-setup-function): Compute the common parts
13499         and the first difference place correctly when
13500         partial-completion-mode is on.
13502 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13504         * ps-print.el: Doc fix.
13505         (ps-print-version): New version 6.6.5.
13506         (ps-printing-region): Doc fix.
13507         (ps-generate-string-list): Comment fix.
13508         (ps-message-log-max): Code fix.
13510 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13512         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
13513         generated PostScript.
13515 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
13517         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
13518         with Gnus v5_10 branch.)
13520 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13522         * calendar/time-date.el (time-to-number-of-days): New function.
13523         Imported from from Gnus.
13525 2004-07-22  Kim F. Storm  <storm@cua.dk>
13527         * progmodes/make-mode.el: Fix comments.
13529 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13531         * printing.el: Doc fix.
13533 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
13535         * frame.el (modify-all-frames-parameters): Minor doc fix.
13537 2004-07-20  Richard M. Stallman  <rms@gnu.org>
13539         * textmodes/fill.el (fill-nobreak-p): If this break point is
13540         at the end of the line, don't consider the newline which follows
13541         as a reason to return t.
13543 2004-07-19  John Paul Wallington  <jpw@gnu.org>
13545         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
13547 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
13549         * dired-aux.el (dired-do-kill-lines): Expand docstring.
13550         Delete irrelevant code.
13552 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
13554         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13555         New docstring.  From Luc Teirlinck.
13557 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
13559         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
13560         section.
13561         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
13562         non-file buffers.  We know it is nil.
13564 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
13566         Sync with Tramp 2.0.43.
13568         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13569         Remove outdated comment.
13570         (tramp-locked, tramp-locker): New variables for implementing a
13571         global lock.
13572         (tramp-sh-file-name-handler): Use them to implement the global lock.
13574 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
13576         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
13577         calls to respective `xxx` calls.
13578         (tramp-process-alive-regexp): Precise doc string.
13579         (tramp-multi-action-process-alive): New defun.
13580         (tramp-multi-actions): Use it.
13581         (tramp-handle-find-backup-file-name): `copy-tree' is available
13582         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
13583         in order to avoid this function.
13584         (tramp-handle-write-region): Set current buffer.  If connection
13585         wasn't open, `file-modes' has changed it accidently.  Reported by
13586         David Kastrup <dak@gnu.org>.
13587         (tramp-enter-password, tramp-read-passwd): New arguments USER and
13588         HOST.
13589         (tramp-action-password, tramp-multi-action-password): Apply it.
13590         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
13591         name must still contain the port number.  Otherwise, we have two
13592         Tramp buffers, with all the confusion.  Reported by Myron Selby
13593         <myron@xytech.com> and Rolf Dubitzky
13594         <Dubitzky@physi.uni-heidelberg.de>.
13596         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
13597         HOST to `tramp-enter-passwd'.
13599         * net/tramp-vc.el (all): Code cleanup.  Change all
13600         `tramp-handle-xxx' calls to respective `xxx` calls.
13602 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
13604         * emacs-lisp/testcover.el: New category "potentially-1valued" for
13605         functions that are not erroneous if either 1-valued or
13606         multi-valued.  Detect functions in this class.
13607         (testcover-1value-functions, testcover-compose-functions)
13608         (testcover-progn-functions) Add some additional functions to lists.
13609         (testcover-mark): Bugfix when marking up the definition for an
13610         empty function.
13612 2004-07-17  Richard M. Stallman  <rms@gnu.org>
13614         * replace.el (occur-read-primary-args): Pass default to
13615         read-from-minibuffer.
13617         * mail/footnote.el (footnote-section-tag): Use defcustom.
13619         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
13620         Compile font-lock-keywords, not KEYWORDS.
13621         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
13622         Add warn, check-type.  Handle cerror like error.
13624 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
13626         * progmodes/which-func.el (which-func-keymap): New var.
13627         (which-func-face): New face.
13628         (which-func-format): Use them.
13630 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
13632         * buff-menu.el (list-buffers-noselect): Append the buffer's
13633         process status to its mode name.
13635 2004-07-16  Kim F. Storm  <storm@cua.dk>
13637         * simple.el (inhibit-mark-movement): New defvar.
13638         (beginning-of-buffer, end-of-buffer): Do not push mark if
13639         inhibit-mark-movement is non-nil or C-u prefix is given.
13641         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
13642         Init to beginning-of-buffer and end-of-buffer.
13643         (cua--undo-push-mark): New defvar.
13644         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
13645         already active and command is in cua--preserve-mark-commands.
13646         Also fix check for shift modifier on non-window systems.
13647         (cua--post-command-handler): Clear inhibit-mark-movement if set.
13649 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
13651         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
13652         of two integers, instead of a cons.
13654         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13655         `visited-file-modtime' now returns a list of two integers, instead
13656         of a cons.
13658         * dired.el (dired-directory-changed-p): Ditto.
13660         * progmodes/grep.el (grep): Doc fix.
13662 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
13664         * autorevert.el (auto-revert-tail-mode)
13665         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
13666         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
13667         in both at the same time.
13668         (auto-revert-tail-mode): New command.
13669         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
13670         (auto-revert-handler): Revert only either tail or whole file.
13672         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
13673         add auto-revert-tail-mode.
13675 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13677         * printing.el: Doc fix.  Change name of some funs.
13678         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
13679         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
13680         (pr-standard-file-name): New fun.  Replace pr-standard-path.
13681         (pr-call-process): Code fix.
13683 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
13685         * subr.el (with-selected-window): Doc fix.
13687 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
13689         * subr.el (get-buffer-window-list): Doc fix.
13691 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
13693         * files.el (switch-to-buffer-other-window): Doc fix.
13695         * window.el (save-selected-window, one-window-p)
13696         (split-window-keep-point, split-window-vertically)
13697         (split-window-horizontally): Doc fixes.
13699 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13701         * printing.el: Doc fix.  Now it uses call-process instead of
13702         shell-command for low command execution.
13703         (pr-version): New version number (6.8).
13704         (pr-shell-file-name): Option removed.
13705         (pr-shell-command): Fun removed.
13706         (pr-call-process): New fun.  Replace pr-shell-command.
13707         (pr-standard-path, pr-remove-nil-from-list): New funs.
13708         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
13709         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
13710         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
13711         (pr-ps-utility-process, pr-txt-print): Code fix.
13713 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
13715         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
13716         boolean.
13718 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
13720         * wid-edit.el (widget-field-buffer): Doc fix.
13722 2004-07-09  John Paul Wallington  <jpw@gnu.org>
13724         * emacs-lisp/re-builder.el (reb-update-overlays):
13725         Distinguish between one and several matches in message.
13727 2004-07-09  Richard M. Stallman  <rms@gnu.org>
13729         * mouse.el (mouse-set-region-1): If transient-mark-mode
13730         is `identity', change it to `only'.
13732         * simple.el (current-word): Doc fix.
13734 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
13736         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
13737         so that it is more understanding of whitespace.
13739         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
13740         (("ns" . "element") (attr-list) children) instead of
13741         ((:ns . "element") (attr-list) children) in order to reduce the
13742         number of symbols used.
13743         (xml-skip-dtd): Change to use xml-parse-dtd but set
13744         xml-validating-parsing to nil.
13745         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
13746         (xml-substitute-entity): Remove in favor of new entity substitution.
13747         (xml-substitute-special): Rewrite in to substitute complex
13748         entities from DOCTYPE declarations.
13749         (xml-parse-fragment): Parse fragments from entity deleclarations.
13750         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13751         (xml-parse-dtd, xml-substitute-special): Make validity checks
13752         conditioned on xml-validating-parser.  Add "Not Well Formed" to
13753         error messages about well-formedness.
13755 2004-07-08  Steven Tamm  <steventamm@mac.com>
13757         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13758         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13759         Do not treat double clicks and triple clicks specially in the
13760         scroll bar (preventing strange repositioning problems)
13762 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13764         * replace.el (query-replace-regexp-eval): Fix last change.
13766 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13768         * replace.el (query-replace-descr): New fun.
13769         (query-replace-read-from, query-replace-read-args): Default to the
13770         previous from&to.
13771         (query-replace-read-to): Quote the `from' string when displaying it.
13772         (query-replace-regexp-eval): Immediately check read-only status.
13773         Use query-replace-read-from to get the \n checking.
13774         Quote the `from' string when displaying it.
13775         (map-query-replace-regexp, occur-read-primary-args):
13776         Quote the `from' string when displaying it.
13778         * isearch.el (isearch-query-replace): Pass the regexp-ness and
13779         delimited-ness of the search to query-replace.
13781         * replace.el (query-replace-read-from, query-replace-read-to):
13782         New funs extracted from query-replace-read-args.
13783         (query-replace-read-args): Use them.
13785         * replace.el (query-replace-interactive, query-replace-read-args):
13786         Remove the `initial' special value.
13787         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13788         (occur-engine): Remove unused var `matchend'.
13790         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13791         Use the search string without prompting.
13793 2004-07-05  Kenichi Handa  <handa@m17n.org>
13795         * international/mule.el (decode-coding-inserted-region):
13796         Set last-coding-system-used only when coding is nil.
13798 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
13800         * progmodes/grep.el (grep-compute-defaults, grep-command)
13801         (grep-program, find-program, grep-find-use-xargs, grep-history)
13802         (grep-find-history, grep-tag-default, grep-find-command)
13803         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13804         Add autoload cookies, for unbundled packages that load `compile'
13805         and expect all grep-related symbols to become defined.
13807 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
13809         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13810         (iimage-mode-image-search-path): New user option to search the
13811         image file.
13812         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
13813         have locate-file.
13814         (iimage-mode-buffer): Use it.
13816 2004-07-03  Nick Roberts  <nickrob@gnu.org>
13818         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13819         carefully.
13820         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13822 2004-07-03  Juri Linkov  <juri@jurta.org>
13824         * replace.el (query-replace-read-args): Swallow space after 'foo,
13825         not after (quote foo).  Match space only immediately after symbol,
13826         not anywhere in the whole string.
13828 2004-07-02  Richard M. Stallman  <rms@gnu.org>
13830         * replace.el (query-replace-read-args): Swallow space after
13831         symbols, not after closeparens.  But avoid error if string ends there.
13833         * progmodes/python.el (python-beginning-of-statement):
13834         Exit the loop if backward-up-list gets error.
13836         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13838 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
13840         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13841         only if vc-consult-headers is non-nil.
13843 2004-07-02  Juri Linkov  <juri@jurta.org>
13845         * pcvs.el (cvs-mode-diff-repository): New command.
13847         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13849 2004-07-01  Juri Linkov  <juri@jurta.org>
13851         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13852         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
13853         C-M-% to isearch-query-replace-regexp.
13854         (minibuffer-local-isearch-map): Add arrow key bindings.
13855         Bind C-f to isearch-yank-char-in-minibuffer.
13856         (isearch-forward): Doc fix.
13857         (isearch-edit-string): Doc fix.
13858         (isearch-query-replace, isearch-query-replace-regexp): New funs.
13859         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
13860         (isearch-yank-char): Add optional arg.
13861         (isearch-yank-char-in-minibuffer): New fun.
13863         * replace.el (query-replace-interactive): Change type from boolean
13864         to choice.  Add value `initial'.
13865         (query-replace-read-args): Handle value `initial' of
13866         query-replace-interactive.
13868 2004-06-29  Kim F. Storm  <storm@cua.dk>
13870         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13871         (breakpoint-disabled-bitmap-face): Add :group 'gud.
13873         * progmodes/ada-xref.el (ada-tight-gvd-integration):
13874         Add :group 'ada.
13876         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13878 2004-06-29  Juri Linkov  <juri@jurta.org>
13880         * replace.el (query-replace-read-args): Swallow a space after
13881         everything except )]" which in most cases means after a symbol.
13883         * emacs-lisp/pp.el (pp-buffer): Add autoload.
13885 2004-06-28  Richard M. Stallman  <rms@gnu.org>
13887         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13888         More changes to go with previous change in font-lock.el.
13890 2004-06-26  David Kastrup  <dak@gnu.org>
13892         * replace.el (perform-replace): Highlight the match even in
13893         non-query mode if there is potential replace string editing.
13895 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
13897         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13898         agree with new return value of `file-remote-p'.
13899         This syncs with Tramp 2.0.42.
13901         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13902         according to new documentation of `file-remote-p'.
13904         * files.el (file-remote-p): Fix doc to say that return value is
13905         identification of remote system, if not nil.
13906         (file-relative-name): Use new return value of `file-remote-p'.
13908 2004-06-26  Nick Roberts  <nickrob@gnu.org>
13910         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13911         (gdb-goto-breakpoint): Fix breakage.
13913 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
13915         * man.el (Man-getpage-in-background): Add windows-nt to the list
13916         of systems where shell-file-name should be used instead of
13917         literal "sh".
13919 2004-06-25  Sam Steingold  <sds@gnu.org>
13921         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13922         function names `(setf symbol)'.
13924 2004-06-24  Richard M. Stallman  <rms@gnu.org>
13926         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13928         * font-lock.el (font-lock-keywords): Change format of compiled values.
13929         Document it.
13930         (font-lock-add-keywords): If font-lock-keywords is compiled,
13931         extract the uncompiled version, modify, then recompile.
13932         (font-lock-remove-keywords): Likewise.
13933         (font-lock-fontify-keywords-region): Handle changed format.
13934         (font-lock-compile-keywords): Handle changed format.
13935         (font-lock-set-defaults): Compile the keywords explicitly here.
13937 2004-06-24  David Kastrup  <dak@gnu.org>
13939         * replace.el (query-replace-read-args): Implement `\,' and `\#'
13940         replacements here.
13941         (query-replace-regexp): Doc string explaining this and the new
13942         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
13943         is better placed in `query-replace-read-args'.
13944         (replace-regexp): Explain `\,', `\#' and `\?'.
13945         (replace-match-data): New function for thorough reuse/destruction
13946         of old match-data.
13947         (replace-match-maybe-edit): Function for implementing `\?' editing.
13948         (perform-replace): Fix maintaining of the match stack including
13949         already matched regions, implement `\?', fix various problems
13950         with regions while editing and other stuff.
13951         (replace-highlight): Simplify.
13953 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
13955         * progmodes/grep.el (grep-error-screen-columns): New variable.
13956         (grep-regexp-alist): Give it the full functionality of gnu style
13957         compilation messages with line and column ranges.  Ask me for the
13958         perl script I'm working on, that uses these.
13960 2004-06-23  Nick Roberts  <nickrob@gnu.org>
13962         * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13963         Remove.
13964         (comint-insert-input, comint-mouse-insert-input): New functions
13965         based on comint-insert-clicked-input for two bindings but just
13966         one functionality.
13968 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
13970         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13972 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
13974         * files.el (write-contents-functions): Doc fix.
13976 2004-06-21  Juanma Barranquero  <lektu@terra.es>
13978         * image.el (image-library-alist): Rewrite docstring in active voice.
13980 2004-06-20  Richard M. Stallman  <rms@gnu.org>
13982         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13984         * isearch.el (isearch-repeat): Avoid testing old match data.
13985         (isearch-message): Display trailing space in special font
13986         when search is failing.
13987         (isearch-search-fun-function): Doc fix.
13989         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13991 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
13993         * frame.el (show-trailing-whitespace): Doc fix.
13995         * cus-edit.el (custom-variable-documentation): New function.
13996         (custom-variable): Use it.
13998 2004-06-19  Nick Roberts  <nickrob@gnu.org>
14000         * man.el (Man-getpage-in-background): Revert previous change but
14001         make cygwin a special case.
14003 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
14005         * autorevert.el (global-auto-revert-non-file-buffers):
14006         Update docstring.
14008 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
14010         * progmodes/compile.el (compilation-error-properties): Store one
14011         more than end-col, if present, so that transient-mark-mode will
14012         highlight last char too.
14013         * progmodes/grep.el (grep-regexp-alist): Match columns and column
14014         ranges, if present.
14016 2004-06-18  Jason Rumney  <jasonr@gnu.org>
14018         * makefile.w32-in: Double percent signs in for loops.
14020 2004-06-17  David Kastrup  <dak@gnu.org>
14022         * replace.el (query-replace-read-args): Only warn about use of \n
14023         and \t when we are doing a regexp replacement and the actual
14024         escaped character is n or t.
14025         (query-replace-regexp): Add \, and \# interpretation to
14026         interactive call and document it.
14027         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
14028         as shortkey for replace-count.
14029         (replace-quote): New function for doubling backslashes.
14031 2004-06-17  Juanma Barranquero  <lektu@terra.es>
14033         * files.el (parse-colon-path, cd): Mention in docstring that the
14034         path separator is colon in GNU-like systems.
14036         * newcomment.el (comment-region-internal): Fix docstring.
14038         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
14039         (ewoc-invalidate, ewoc-collect): Doc fixes.
14040         (ewoc--create-node, ewoc--delete-node-internal):
14041         Fix typos in docstring.
14043 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
14045         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
14046         manual to docstring.
14048 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14050         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
14052 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
14054         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14055         Add hyperlink to emacs-xtra manual to docstring.
14057         * autorevert.el (global-auto-revert-non-file-buffers):
14058         Add hyperlink to emacs-xtra manual to docstring, as well as an
14059         info-link.
14061 2004-06-14  Juanma Barranquero  <lektu@terra.es>
14063         * image.el (image-library-alist): New variable to map image types
14064         to external libraries.  Initialized to nil, unless system-specific
14065         configs change it.
14066         (image-type-available-p): Determine whether an image type is
14067         available by calling `init-image-library'.
14069         * term/w32-win.el (image-library-alist): Initialize to a known set
14070         of probable library names.
14072 2004-06-14  Kenichi Handa  <handa@m17n.org>
14074         * international/code-pages.el (windows-1256, cp1125): Fix tables
14075         for several characters.
14077         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
14079 2004-06-13  Richard M. Stallman  <rms@gnu.org>
14081         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
14083         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
14084         not "`pc-selection-mode'".
14086         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
14088         * simple.el (previous-matching-history-element): Specify a default.
14090         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
14092         * cus-face.el (custom-declare-face): Simplify code.
14094         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
14096 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
14098         * files.el (before-save-hook): Add `time-stamp' to the options.
14100         * time-stamp.el (time-stamp): Recommend adding it to
14101         `before-save-hook', rather than `write-file-functions'.
14102         Make a similar change in `Commentary' section.
14104 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14106         * diff-mode.el (diff-current-defun): If at start of hunk, use
14107         position of first change.
14109 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
14111         * dired-x.el (dired-mark-omitted): Bind to "*O".
14113 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
14115         * bookmark.el (bookmark-bmenu-relocate): New function, as
14116         suggested by David J. Biesack <David.Biesack@sas.com>.
14117         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
14118         (bookmark-bmenu-mode): Describe binding in doc string.
14119         (bookmark-set-filename): Save the bookmark list if it's time.
14121 2004-06-13  Kenichi Handa  <handa@m17n.org>
14123         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
14124         (ccl-untranslated-to-ucs): Fix typo.
14126 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
14128         * progmodes/python.el (python-open-block-statement-p):
14129         Fix indentation after a block opening that contains a comment.
14131 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
14133         * bindings.el (completion-ignored-extensions): Add file extensions
14134         of Python byte-compiled files.
14136 2004-06-12  Juri Linkov  <juri@jurta.org>
14138         * info.el (Info-goto-node): Add autoload.
14139         (Info-toc): Add substring-no-properties on Info file name.
14140         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
14141         (Info-mode-map): Bind L to Info-history, T to Info-toc.
14143 2004-06-12  Kenichi Handa  <handa@m17n.org>
14145         * international/mule-cmds.el (set-language-environment):
14146         Load subst tables if necessary.
14148         * international/mule.el (decode-char): Load subst tables if necessary.
14149         (encode-char): Likewise.
14151         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
14152         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
14153         (utf-16le-decode-loop): Set r5 to -1 before loop.
14154         (utf-16be-decode-loop): Likewise.
14155         (ccl-decode-mule-utf-16le): Add EOF processing block.
14156         (ccl-decode-mule-utf-16be): Likewise.
14157         (ccl-decode-mule-utf-16le-with-signature): Likewise.
14158         (ccl-decode-mule-utf-16be-with-signature): Likewise.
14159         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
14160         (ccl-mule-utf-16-encode-untrans): New CCL.
14161         (utf-16-decode-to-ucs): Handle pre-read character.
14162         (utf-16le-encode-loop): Handle surrogate pair.
14163         (utf-16be-encode-loop): Likewise.
14164         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
14165         of utf-16le-encode-loop.
14166         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
14167         of utf-16be-encode-loop.
14168         (mule-utf-16-post-read-conversion):
14169         Call utf-8-post-read-conversion at first.
14170         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
14171         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
14172         Add post-read-conversion and pre-write-conversion.
14174         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
14175         (utf-translate-cjk-unicode-range): New variable.
14176         (utf-translate-cjk-load-tables): New function.
14177         (utf-lookup-subst-table-for-decode): New function.
14178         (utf-lookup-subst-table-for-encode): New function.
14179         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
14180         tables here.  Update safe-charsets of utf-* coding systems.
14181         (ccl-mule-utf-untrans): New CCL.
14182         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
14183         at end of each branch.
14184         (ccl-mule-utf-8-encode-untrans): New CCL.
14185         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
14186         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
14187         length of encoding.  Don't return r0.
14188         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
14189         (utf-8-post-read-conversion): Narrow to region properly.
14190         If utf-translate-cjk-mode is on, load tables if necessary.
14191         Call utf-8-compose with hash-table arg if necessary.
14192         Call XXX-compose-region instead of XXX-post-read-convesion.
14193         (utf-8-pre-write-conversion): New function.
14194         (mule-utf-8): Include CJK charsets in safe-charsets if
14195         utf-translate-cjk-mode is on.  Add pre-write-conversion.
14197         * international/characters.el: Temporarily set
14198         utf-translate-cjk-mode to nil.
14200         * language/devan-util.el (devanagari-compose-region):
14201         Add autoload cookie.
14203         * international/ccl.el (ccl-dump-call): Fix printing the
14204         subroutine name.
14206 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
14208         * dired.el (dired-revert): If buffer is marked unmodified before
14209         reverting, keep it marked unmodified.
14210         Adapt to new conventions for commenting out code.
14211         (dired-make-relative): Adapt to new conventions for commenting out code.
14213 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
14215         * eshell/esh-module.el (eshell-load-defgroups):
14216         Bind `vc-handled-backends' to nil when opening files.
14218 2004-06-11  Juanma Barranquero  <lektu@terra.es>
14220         * files.el (parse-colon-path, cd): Doc fixes (refer to
14221         `path-separator', not colon).
14223 2004-06-10  Juanma Barranquero  <lektu@terra.es>
14225         * newcomment.el (comment-search-forward)
14226         (comment-search-backward): Fix typos in docstring.
14227         (comment-region): Doc fix.
14229 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
14231         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
14232         switch is no longer stored in `dired-switches-alist'.
14234         * dired-aux.el (dired-insert-subdir): Do not store R switch in
14235         `dired-switches-alist'.
14237 2004-06-10  Kim F. Storm  <storm@cua.dk>
14239         * pcvs.el (cvs-mode-diff-yesterday): New command.
14241         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
14243 2004-06-10  Juri Linkov  <juri@jurta.org>
14245         * emacs-lisp/edebug.el (edebug-eval-defun):
14246         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
14247         Fix docstring.
14249         * simple.el (eval-expression-print-format): Don't print additional
14250         information on the first call to `eval-print-last-sexp'.
14251         (next-error-find-buffer): Fix punctuation.
14252         (killing) <defgroup>: Fix punctuation.
14253         (yank-excluded-properties): Change group from editing to killing.
14255         * replace.el (perform-replace): Use `limit' to terminate the
14256         while-loop explicitly.
14258 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14260         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
14261         Use lc-*.xpm as prefix instead of *-locol.xpm.
14263         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
14264         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
14265         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
14266         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
14267         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
14268         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
14269         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
14270         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
14271         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
14272         * toolbar/lc-up_arrow.xpm:
14273         Rename from *-locol.xpm.
14275 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
14277         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
14278         include forms like &<str>; as valid url patterns.
14280 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
14282         * dired.el (dired-diff, dired-backup-diff)
14283         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
14284         (dired-do-chown, dired-do-touch, dired-do-print)
14285         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
14286         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
14287         (dired-create-directory, dired-do-copy, dired-do-symlink)
14288         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
14289         (dired-do-copy-regexp, dired-do-hardlink-regexp)
14290         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
14291         (dired-maybe-insert-subdir, dired-next-subdir)
14292         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
14293         (dired-kill-subdir, dired-tree-up, dired-tree-down)
14294         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
14295         (dired-run-shell-command, dired-query): Remove redundant,
14296         or incorrect, autoloads.
14298         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
14299         does not end in a slash.  Add optional argument KILL-ROOT.
14300         Update docstring.
14301         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
14302         (dired-query): Add autoloads.
14304 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
14306         * progmodes/compile.el (compilation-set-window-height):
14307         Rearrange the save-* functions because a buffer can have several current
14308         point in different windows.
14309         (compilation-error-regexp-alist-alist): Recognize {standard input}
14310         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
14312 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14314         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
14315         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
14316         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
14317         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
14318         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
14319         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
14320         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
14321         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
14322         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
14323         * toolbar/up_arrow-locol.xpm:
14324         New versions of icons that uses fewer colors.
14326         * toolbar/tool-bar.el (tool-bar-local-item)
14327         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
14328         if display-color-cells is 256 or less.
14330 2004-06-08  Kim F. Storm  <storm@cua.dk>
14332         * wid-edit.el (widget-specify-button): Use hand pointer rather
14333         than mouse-face as visible mouse-over effect.
14335 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
14337         * saveplace.el (save-place-alist-to-file): Bind `print-length'
14338         and `print-level' to nil when writing out `save-place-alist'.
14339         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
14341 2004-06-07  Juanma Barranquero  <lektu@terra.es>
14343         * completion.el (completion-kill-region): Doc fix.
14345         * format.el (format-insert-annotations)
14346         (format-annotate-location): Doc fixes.
14347         (format-subtract-regions): Make arguments match their use in docstring.
14349         * simple.el (kill-region): Doc fix.
14351         * subr.el (insert-buffer-substring-no-properties)
14352         (insert-buffer-substring-as-yank): Doc fixes.
14354 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
14356         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14357         Update docstring.
14358         (dired-reset-subdir-switches): New function.
14360         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
14361         Limit scope of `buffer-read-only' binding.
14363 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
14365         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
14366         eshell-explicit-command-char.
14368 2004-06-06  Juanma Barranquero  <lektu@terra.es>
14370         * help-fns.el (help-argument-name): Inherit from italic face only
14371         if the frame supports it.
14373 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14375         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
14376         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
14377         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
14378         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
14379         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
14380         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
14381         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
14382         New conversions from xpm files.
14384         * toolbar/README: New file.
14386 2004-06-06  Richard M. Stallman  <rms@gnu.org>
14388         * isearch.el (isearch-mode-map): Undo previous change.
14390 2004-06-05  Juri Linkov  <juri@jurta.org>
14392         * bindings.el (debug-ignored-errors): Add regexps for history
14393         related messages.  Remove $ from "No further undo information".
14394         Move Ediff's messages to ediff.el.
14396         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
14398         * cus-edit.el (custom-display): Add `min-colors'.
14400         * custom.el (defface): Add `supports' to docstring.
14402         * help-fns.el (help-argument-name): Add :group 'help.
14404 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
14406         * find-dired.el (find-ls-subdir-switches): New user option.
14407         (find-dired): No longer call `abbreviate-file-name' on DIR.
14408         Set `dired-subdir-switches' buffer-locally.
14410         * locate.el: Merge the two `Commentary' sections.
14411         (locate-ls-subdir-switches): New user option.
14412         (locate): Update for other changes.
14413         (locate-mode-map): Restore Dired binding for mouse-2.
14414         Bind `locate-mouse-view-file' to M-mouse-2.
14415         Bind `l' to `locate-do-redisplay'.
14416         (locate-main-listing-line-p, locate-do-redisplay): New functions.
14417         (locate-mouse-view-file, locate-tags, locate-find-directory):
14418         Print message if used outside main listing.
14419         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
14420         Various changes to support inserted subdirectories.
14421         (locate-insert-header): Change header of *Locate* buffer.
14423         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14424         Change interactive default switches.
14425         (dired-rename-subdir-2): Update `dired-switches-alist'.
14426         (dired-insert-subdir, dired-kill-subdir):
14427         Handle `dired-switches-alist'.  Do not mark buffer modified.
14428         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
14429         (dired-insert-subdir-doinsert): Omit messages.
14430         Handle `dired-subdir-switches'.
14431         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
14433         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
14434         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
14435         subdirs if -R switch is used for a subdir.
14436         (dired-mode): Set `dired-switches-alist'.
14437         (dired-build-subdir-alist): Only print number of directories in
14438         echo area when invoked interactively.
14440 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
14442         * dired-x.el (dired-omit-mode): Rename from
14443         dired-omit-files-p.  Use define-minor-mode to define it.
14444         (dired-omit-files-p): Add as alias for dired-omit-mode.
14445         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
14446         dired-mark-omitted.
14447         (dired-mark-omitted): Add.  Bind to M-O.
14449 2004-06-05  Kenichi Handa  <handa@m17n.org>
14451         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
14453 2004-06-05  Juanma Barranquero  <lektu@terra.es>
14455         * help-fns.el (help-argument-name): Reintroduce face.
14456         (help-default-arg-highlight): Use it, now that
14457         `face-differs-from-default-p' can be trusted.
14459 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
14461         * textmodes/table.el: Sentence commands added to Point Motion
14462         group; kill and backward-kill commands added to Extraction group.
14464 2004-06-04  Mario Lang  <mlang@delysid.org>
14466         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
14467         systems appear to use mW, make the code handle this.  Fix a
14468         division-by-zero bug while at it, and handle kernels with
14469         a slightly different layout in /proc/acpi.
14471 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
14473         * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
14474         because the latter is a CL-ism.  This fixes the bug reported by
14475         Shawn Boyette <mdxi@collapsar.net> in
14476         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
14478 2004-06-04  Miles Bader  <miles@gnu.org>
14480         * faces.el (display-supports-face-attributes-p): Function moved to
14481         C code.  Previously only the tty-related portion of this function
14482         was done in C; however the previous attempt to do a halfway-proper
14483         job for non-tty displays in lisp didn't work properly because of
14484         funny conditions during Emacs startup.
14485         (face-differs-from-default-p): Simplify, now that
14486         display-supports-face-attributes-p works properly on all display
14487         types.  Remove :stipple from comparison; it doesn't really work
14488         in emacs anyway.
14490 2004-06-04  Miles Bader  <miles@gnu.org>
14492         * faces.el (face-differs-from-default-p): Use a different
14493         implementation, so we can really check whether FACE displays
14494         differently or not.
14496 2004-06-04  Miles Bader  <miles@gnu.org>
14498         * faces.el (display-supports-face-attributes-p): Implement a
14499         `different from default' check for non-tty displays.
14501 2004-06-03  David Kastrup  <dak@gnu.org>
14503         * woman.el (woman-mapcan): More concise code.
14504         (woman-topic-all-completions, woman-topic-all-completions-1)
14505         (woman-topic-all-completions-merge): Replace by a simpler and
14506         much faster implementation based on O(n log n) sort/merge instead
14507         of the old O(n^2) behavior.
14509 2004-06-03  Miles Bader  <miles@gnu.org>
14511         * subr.el (read-number): Use canonical format for default in prompt.
14513         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
14514         Add regexp for " [...]" style defaults.
14516 2004-06-02  Romain Francoise  <romain@orebokech.com>
14518         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
14519         groups: if the user asks for a hidden buffer, open the
14520         corresponding filter group to expose it.
14522         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
14523         `ibuffer-jump-to-buffer'.
14524         (ibuffer-jump-offer-only-visible-buffers): New user option.
14526 2004-06-02  Juanma Barranquero  <lektu@terra.es>
14528         * faces.el (frame-update-faces): Add empty docstring so the one
14529         for `ignore' doesn't show through.
14531         * subr.el (process-kill-without-query): Remove spurious "\n" on
14532         obsolescence string.
14533         (focus-frame, unfocus-frame): Add obsolescence declaration and
14534         empty docstring.
14536         * international/mule.el (register-char-codings): Make alias for
14537         `ignore'.  Move docstring to obsolescence info and remove redundancy.
14539 2004-06-02  Kim F. Storm  <storm@cua.dk>
14541         * frame.el (blink-cursor-start): Turn cursor off initially so blink
14542         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
14544 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14546         * comint.el (comint-replace-by-expanded-history-before-point):
14547         Obey `start' as the docstring says.
14548         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
14549         (comint-update-fence): Prevent font-lock from running unnecessarily.
14550         (comint-dynamic-list-completions): Use with-current-buffer.
14552 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14554         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
14555         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
14556         (bibtex-entry-update): Handle alternatives and optional fields.
14557         (bibtex-parse-entry): Bugfix, handle empty key.
14559 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14561         * vc-arch.el (vc-arch-state): Don't assume the file exists.
14563 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
14565         * desktop.el (desktop-save): Don't save minor modes without a
14566         known mode initialization function.
14568 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
14570         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
14572         * autorevert.el: Update `Commentary' section.
14574 2004-05-30  Juanma Barranquero  <lektu@terra.es>
14576         * dos-fns.el (convert-standard-filename):
14577         * files.el (convert-standard-filename):
14578         * w32-fns.el (convert-standard-filename):
14579         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
14581 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
14583         Sync with Tramp.
14585         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
14586         (tramp-let-maybe): Move to an earlier spot in the file.
14587         Patch by Andreas Schwab.
14589 2004-05-30  Andreas Schwab  <schwab@suse.de>
14591         * dired.el (dired-get-filename): Don't use dired-re-dot.
14593 2004-05-30  Richard M. Stallman  <rms@gnu.org>
14595         * files.el (find-file): Doc fix.
14597         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
14599 2004-05-30  Nick Roberts  <nickrob@gnu.org>
14601         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
14602         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
14603         modeline of the locals buffer.
14604         (gdb-goto-breakpoint): Handle gdbmi.
14605         (gdb-get-frame-number): Change for gdbmi.
14607 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
14609         * files.el (file-remote-p): Apply file name handler for operation
14610         `file-remote-p'.  It isn' a property any longer.
14611         (file-relative-name): `fh' and `fd' get the required value via
14612         `find-file-name-handler' already.
14614         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
14615         (top): Remove setting of `file-remote-p' property for
14616         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
14618 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
14620         Version 2.0.41 of Tramp released.
14622         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
14623         Throw away if process has died.
14624         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
14625         (tramp-out-of-band-prompt-regexp): Rename to
14626         `tramp-process-alive-regexp', because its usage is widen.
14627         (tramp-actions-copy-out-of-band): Apply it.
14628         (tramp-actions-before-shell, tramp-multi-actions):
14629         Add `tramp-action-process-alive' action.
14630         (tramp-action-process-alive): New defun.
14631         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14632         Add entry for `file-remote-p'.
14633         (tramp-handle-file-remote-p): New defun.
14634         (top): Remove setting of `file-remote-p'.  Don't set
14635         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
14637         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14638         `file-remote-p'.
14640         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
14641         counted for (last) line.  [They should or they shouldn't?  --Stef]
14642         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
14644 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
14646         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
14647         not really necessary but seems to keep the shell history smaller
14648         in some cases.  It is no substitute for setting HISTFILE and
14649         HISTSIZE from tramp-open-connection-setup-interactive-shell,
14650         though.  Suggested by Luc Teirlinck.
14651         (tramp-open-connection-setup-interactive-shell): Export variables
14652         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
14653         (tramp-set-process-query-on-exit-flag): New compat function.
14654         (tramp-open-connection-multi, tramp-open-connection-su)
14655         (tramp-open-connection-rsh, tramp-open-connection-telnet)
14656         (tramp-do-copy-or-rename-file-out-of-band): Use it.
14657         (tramp-let-maybe): New macro, let-binds a variable only if it
14658         isn't obsolete.
14659         (tramp-check-ls-commands, tramp-handle-expand-file-name)
14660         (tramp-handle-file-truename): Use it.
14661         (tramp-completion-file-name-regexp-unified): Avoid matching
14662         filenames starting with "/:" -- those are reserved for
14663         file-name-non-special.
14665         * tramp-smb.el (tramp-smb-open-connection):
14666         Use tramp-set-process-query-on-exit-flag compat function.
14668 2004-05-29  Richard M. Stallman  <rms@gnu.org>
14670         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
14672         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
14673         (eval-last-sexp-print-value): Print char equivalent regardless
14674         of standard-output value.
14676         * thumbs.el (thumbs-subst-char-in-string): Delete.
14677         (thumbs-thumbname): Use subst-char-in-string.
14678         (thumbs-resize-image): Use condition-case, not ignore-errors.
14679         (thumbs-kill-buffer): Likewise.
14681         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
14682         (thumbs-mode): Make buffer read-only.
14683         (thumbs-make-thumb): Unconditionally accept an existing file.
14684         (thumbs-insert-thumb): Add thumb-image-file property to the image.
14685         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
14686         (thumbs-show-thumbs-list): Error if images not supported.
14687         (thumbs-save-current-image): Improve prompt string.
14688         (thumbs-mode-map): Define u, R, x.
14689         (thumbs-unmark): New command.
14690         (thumbs-emboss-image): Minor cleanup.
14691         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
14692         (thumbs-rename-images): New command.
14693         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
14695         * thumbs.el (thumbs-current-image): New function.
14696         (thumbs-file-list, thumbs-file-alist): New functions.
14697         (thumbs-find-image): Delete arg L.
14698         Don't set up thumbs-fileL as buffer-local global var.
14699         (thumbs-find-image-at-point): Use thumbs-current-image.
14700         (thumbs-set-image-at-point-to-root-window): Likewise.
14701         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
14702         Record and warn about errors.  Update thumbs-markedL for deletions.
14703         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
14704         (thumbs-redraw-buffer): Use thumbs-file-list.
14705         (thumbs-mark): Use thumbs-current-image.
14706         (thumbs-show-name): Use thumbs-current-image.
14708         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
14709         and imenu--last-menubar-index-alist.
14711         * subr.el (with-selected-window): Undo previous change.
14713 2004-05-29  John Paul Wallington  <jpw@gnu.org>
14715         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
14716         (thumbs-mouse-find-image): New command.
14717         (thumbs-mode-map): Bind it to mouse-2.
14718         (thumbs-mode): Make mode-class special.
14719         (thumbs-view-image-mode): Likewise.
14721 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
14723         * flymake.el: New file.
14725 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
14727         * files.el (find-file-noselect-1): Do not bind
14728         `inhibit-read-only' to t during execution of
14729         `find-file-not-found-functions'.
14731 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14733         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
14734         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
14736 2004-05-28  Juri Linkov  <juri@jurta.org>
14738         * simple.el (eval-expression-print-format): New fun.
14740         * simple.el (eval-expression):
14741         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14742         * emacs-lisp/edebug.el (edebug-compute-previous-result)
14743         (edebug-eval-expression): Print additionally the value returned by
14744         `eval-expression-print-format'.
14746         * emacs-lisp/lisp.el (insert-pair-alist): New var.
14747         (insert-pair): Make arguments optional.  Find character pair
14748         from `insert-pair-alist' according to the last input event.
14749         (insert-parentheses): Make arguments optional.
14750         (raise-sexp, delete-pair): New funs.
14752         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14753         (emacs-lisp-mode-map, lisp-interaction-mode-map):
14754         Bind C-M-q to `indent-pp-sexp'.
14756         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14757         `pp-to-string' modified to be able to format text with newlines.
14758         (pp-to-string): Move the buffer-formatting part of the code to
14759         `pp-buffer'.  Call `pp-buffer'.
14761         * info.el (Info-desktop-buffer-misc-data): Don't save information
14762         about virtual files.
14763         (Info-restore-desktop-buffer): Restore Info buffers in prepared
14764         buffers with names obtained from the desktop file instead of the
14765         default *info* buffer.
14767 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14769         * subr.el (with-selected-window): Only save/restore the selected window.
14771         * progmodes/compile.el (compilation-error-regexp-alist):
14772         Use expand-file-name and data-directory.
14774         * progmodes/grep.el (grep-tree): Rework previous fix.
14776         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14777         after the user marked text with the mouse.
14779         * startup.el (command-line): Keep the first regexp of
14780         auto-save-file-name-transforms intact.
14782 2004-05-28  Juanma Barranquero  <lektu@terra.es>
14784         * cus-edit.el (customize-face, customize-face-other-window)
14785         (custom-face-edit-delete): Make arguments match their use in
14786         docstring.
14787         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14788         docstring.
14790         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14791         not `cvs-butlast'.
14793         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14794         `nbutlast' are in subr.el).
14796         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14797         (set-w32-system-coding-system): Doc fixes.
14799         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14800         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14801         Make arguments match their use in docstring.
14802         (artist-draw-region-trim-line-endings)
14803         (artist-mouse-choose-operation): Fix typo in docstring.
14804         (artist-key-set-point-common): Doc fix.
14806 2004-05-28  Simon Josefsson  <jas@extundo.com>
14808         * mail/smtpmail.el (smtpmail-open-stream):
14809         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14811 2004-05-26  Simon Josefsson  <jas@extundo.com>
14813         * starttls.el: Merge with my GNUTLS based starttls.el.
14814         (starttls-gnutls-program, starttls-use-gnutls)
14815         (starttls-extra-arguments, starttls-process-connection-type)
14816         (starttls-connect, starttls-failure, starttls-success): New variables.
14817         (starttls-program, starttls-extra-args): Doc fix.
14818         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14819         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14820         and pass on to corresponding *-gnutls function if it is set.
14822 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
14824         * autorevert.el (auto-revert-handler): Disable auto-reverting of
14825         remote files.
14827 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
14829         * files.el (file-name-non-special): There are more operations
14830         which need handling: `find-backup-file-name',
14831         `insert-file-contents', `verify-visited-file-modtime',
14832         `write-region'.  Rename t value of method to `add'.  Add new
14833         methods `quote' and `unquote-then-quote' to file-arg-indices.
14835 2004-05-25  Juri Linkov  <juri@jurta.org>
14837         * info.el (Info-toc): Call Info-mode on intermediate buffer.
14838         (Info-index-nodes): Enclose code in condition-case to catch errors.
14839         (Info-index-node): Don't search all index nodes if request is only
14840         for the current node and file is not in the cache of index nodes.
14841         (Info-mode-map): Bind Info-copy-current-node-name to `w'
14842         for consistency with dired-copy-filename-as-kill.
14843         Bind `S' to Info-search-case-sensitively.
14844         (Info-copy-current-node-name): New arg.  With zero prefix arg put
14845         the name inside a function call to `info'.  Display copied text in
14846         the echo area.
14848 2004-05-25  Sam Steingold  <sds@gnu.org>
14850         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14851         strip the package prefix from the symbol name, if any.
14852         Make it the `find-tag-default-function' for `lisp-mode'.
14854 2004-05-25  John Paul Wallington  <jpw@gnu.org>
14856         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14857         instead of obsolete `process-kill-without-query'.
14859         * textmodes/texinfmt.el (texinfo-indexvar-alist):
14860         Declare as variable, not constant.
14862 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
14864         * files.el (find-file-noselect-1): Fix bug introduced by
14865         Revision 1.694.  As a side effect, `inhibit-read-only'
14866         is again, by default, t during execution of
14867         `find-file-not-found-functions'.
14868         (insert-directory): Check that lines were really inserted by
14869         the --dired switch, before erasing them.
14871 2004-05-24  Nick Roberts  <nickrob@gnu.org>
14873         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14874         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14875         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14876         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14877         gud-minor-mode (gdbmi).
14879 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
14881         * net/browse-url.el (browse-url-interactive-arg): Enable user to
14882         explicitly select the text to be taken as URL.
14884 2004-05-23  Juri Linkov  <juri@jurta.org>
14886         * info.el (Info-index-nodes): New var and fun.
14887         (Info-goto-index, Info-index, info-apropos)
14888         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14889         (Info-index): Fix docstring.  Store and restore Info-history-list.
14890         (Info-complete-nodes): New var.
14891         (Info-complete-menu-item): Use it.
14892         (Info-index-node): New fun.
14893         (Info-final-node, Info-forward-node, Info-backward-node)
14894         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14895         Use Info-index-node.
14896         (Info-extract-menu-item, Info-extract-menu-counting): Set second
14897         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14898         (Info-find-node-2): If a node with period in its name not found,
14899         try to find a node without the name part after period.
14900         (Info-select-node): Call Info-fontify-node only if
14901         Info-fontify-maximum-menu-size is not nil.
14902         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14903         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14904         Preserve Info-history-list.
14905         (Info-toc): Set Info-current-file.
14906         (Info-build-toc): Move point to the beginning of the buffer.
14907         Add main-file variable.
14908         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14909         Use backslashed representation of the control character ^_.
14911         * textmodes/texinfmt.el (texinfo-print-index): Print index line
14912         numbers in the new Texinfo 4.7 format.
14914         * add-log.el (change-log-font-lock-keywords): Remove `:' from
14915         regexps for function and variable names.
14917         * descr-text.el (describe-property-list): Add [show] button for
14918         `syntax-table' property with action to pp to a separate buffer.
14919         (describe-char): Replace search-forward by re-search-forward with
14920         whitespace regexp after "character:" to not fail in too narrow windows.
14922         * simple.el (next-error-find-buffer): Add a rule to return
14923         next-error capable buffer if one window on the selected frame
14924         displays such buffer.
14926 2004-05-23  Nick Roberts  <nickrob@gnu.org>
14928         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14929         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14930         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14931         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14932         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14933         Handle new value for gud-minor-mode (gdbmi).
14934         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14935         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14936         Change from local to global gdb variable set.
14937         (gdb-ann3): Initialise above gdb variable set.
14938         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14939         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14940         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14941         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14942         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14943         (gdb-info-locals-handler, gdb-invalidate-assembler)
14944         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14945         set as global variables.
14946         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14947         Handle gdbmi.
14948         (gdb-info-breakpoints-custom): Fix regexp.
14949         (def-gdb-var): Delete.
14951         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14952         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14953         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14954         a new mode.  The file (gdb-mi.el) for this mode will be included
14955         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14956         primary interface.
14958 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
14960         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14961         interpreted as a directory.
14963 2004-05-22  Richard M. Stallman  <rms@gnu.org>
14965         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14966         as a close quote.
14968         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14970         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14971         Use assoc-string, not assoc-ignore-case.
14973         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14975         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14976         If moving back then fwd gets a defun that ends before point,
14977         try again moving fwd then back.
14979         * files.el (file-name-non-special): Allow t in file-arg-indices
14980         to mean requote the return value.  Use `identity' as an element
14981         rather than as the whole value.
14983         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
14985 2004-05-22  Juanma Barranquero  <lektu@terra.es>
14987         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14988         `help-make-usage'.
14989         (help-highlight-arguments): Skip function name before searching
14990         for arguments.
14992 2004-05-21  Juanma Barranquero  <lektu@terra.es>
14994         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14995         Don't mention in the docstring these arguments meant for
14996         internal (recursive) use only.
14997         (allout-char-spec): Comment out (it's not implemented).
14998         (allout-old-expose-topic, allout-exposure): Fix docstring and add
14999         obsolescence declaration.
15000         (allout-flatten-exposed-to-buffer)
15001         (allout-indented-exposed-to-buffer): Fix typos in docstring.
15002         (my-mark-marker): Doc fix.
15003         (produce-allout-mode-map, allout-sibling-index)
15004         (allout-isearch-expose, allout-distinctive-bullet)
15005         (allout-open-topic, allout-reindent-body)
15006         (allout-rebullet-heading, allout-process-exposed)
15007         (allout-insert-listified, allout-latex-verb-quote)
15008         (allout-insert-latex-header, allout-insert-latex-trailer):
15009         Make arguments match their use in docstring.
15010         (allout-primary-bullet, allout-old-style-prefixes)
15011         (allout-inhibit-protection, allout-init, allout-mode)
15012         (allout-before-change-protect, allout-flag-region):
15013         Use "Emacs" instead of "emacs" in docstrings.
15015 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
15017         * international/characters.el: Modify syntax of more characters.
15019 2004-05-21  Masatake YAMATO  <jet@gyve.org>
15021         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
15022         (etags-tags-completion-table): Show parsing progress.
15024 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
15026         * locate.el (locate-prompt-for-command): Shorten first line of
15027         docstring.
15028         (locate-mode): Expand docstring and include keymap summary.
15030         * files.el (find-file-noselect-1): Limit the scope of the
15031         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
15032         is, by default, nil during the execution of
15033         `find-file-not-found-functions' and `find-file-hook'.
15035 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
15037         * facemenu.el (facemenu-color-name-equal): New function.
15038         (list-colors-display): Use it to compare colors instead of
15039         facemenu-color-equal.
15041 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
15043         * compare-w.el (compare-windows-face): Use min-colors instead of
15044         checking for tty or pc types.
15046 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15048         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
15049         (completion-setup-function): Use with-current-buffer.
15050         Properly save excursion.  Simplify.
15051         Don't assume there is necessarily a `mouse-face' property somewhere.
15053         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
15055         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
15057         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
15058         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
15059         Use with-current-buffer.
15060         (byte-goto-log-buffer): Delete.
15061         (byte-compile-log-file): Call compilation-forget-errors.
15063 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
15065         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
15066         output messages into the search result.
15068 2004-05-19  Masatake YAMATO  <jet@gyve.org>
15070         * wid-edit.el (widget-radio-button-notify): Revert my last
15071         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15073 2004-05-19  Kenichi Handa  <handa@m17n.org>
15075         * international/characters.el: Fix syntax (open/close) of CJK chars.
15077 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
15079         * help-mode.el (help-go-back): Don't depend on position of back button.
15081 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15083         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
15084         files files don't contain an accidental additional /.
15086         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
15087         in source buffer.
15089 2004-05-18  Masatake YAMATO  <jet@gyve.org>
15091         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
15092         to widget-apply.  :action method assumes 2 arguments, not 3.
15094 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
15096         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15097         New constants.
15098         (hs-special-modes-alist): Add an f90-mode entry.
15100 2004-05-17  Sam Steingold  <sds@gnu.org>
15102         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
15103         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
15105 2004-05-16  Kim F. Storm  <storm@cua.dk>
15107         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
15109 2004-05-15  John Wiegley  <johnw@newartisans.com>
15111         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
15112         (eshell-output-object-to-target): Improve output speed 20% by not
15113         calling `eshell-stringify' if something is already known to be a string.
15115 2004-05-15  Alex Ott  <ott@jet.msk.su>
15117         * textmodes/ispell.el (ispell-local-dictionary-alist):
15118         Add windows-1251 to the choice of coding systems.
15119         (ispell-dictionary-alist-6): Add support for "russianw.aff",
15120         encoded in cp1251.
15122 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
15124         * progmodes/compile.el (compilation-warning-face)
15125         (compilation-info-face): Use min-colors.
15127 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15129         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
15130         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
15131         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
15132         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
15133         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
15134         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
15135         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
15136         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
15137         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
15138         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
15139         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
15140         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
15141         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
15142         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
15144 2004-05-15  Kim F. Storm  <storm@cua.dk>
15146         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
15147         Use it to set triggered-p element of timer.
15148         (timer-event-handler): Set triggered-p element non-nil while running
15149         the timer function.
15151 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15153         * descr-text.el (describe-char-unicode-data)
15154         (describe-char-unicodedata-file): Re-enable the unicode code now that
15155         the licensing issues have been cleared in the unicode-4 license.
15156         (describe-text-properties-1): Remove unused `overlay' var.
15157         (describe-char): Remove unused var `buffer'.
15159 2004-05-14  David Ponce  <david@dponce.com>
15161         * tree-widget.el: New file.
15163 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
15165         * language/european.el ("Brazilian Portuguese"): Add support for
15166         Brazilian Portuguese.
15168 2004-05-13  John Wiegley  <johnw@newartisans.com>
15170         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
15171         `recentf-mode' if this variable has been customized to t.
15173         * eshell/esh-test.el (eshell-test): Call the function
15174         `emacs-version' rather than trying to build a custom version string.
15176 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15178         * net/telnet.el (telnet-mode): Use define-derived-mode.
15179         Don't modify the global value of comint-prompt-regexp.
15181 2004-05-13  John Paul Wallington  <jpw@gnu.org>
15183         * version.el (emacs-version): Check for `gtk' feature before
15184         `x-toolkit' feature.
15186 2004-05-13  Juanma Barranquero  <lektu@terra.es>
15188         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
15189         arguments in the docstring, they're used only in recursive calls.
15191         * help-fns.el (help-arg-highlighting-function)
15192         (help-argument-name): Delete.
15193         (help-default-arg-highlight): New function.
15194         (help-do-arg-highlighting): Use it.
15196 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
15198         * calendar/appt.el (appt-disp-window):
15199         Use `calendar-set-mode-line' for a centered mode-line.
15201 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
15203         * calendar/appt.el (appt-disp-window): Do not split window
15204         excessively when `split-height-threshold' is low.
15206 2004-05-12  Nick Roberts  <nickrob@gnu.org>
15208         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
15209         kill-buffer-hook here and make it local.
15210         (gud-kill-buffer-hook): Use kill-process for a sure kill.
15212 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
15214         * progmodes/compile.el (compilation-set-window-height):
15215         Use save-excursion to protect against misplaced marker.
15217 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15219         * custom.el (defface): Document that type can have value gtk.
15221         * faces.el (face-spec-set-match-display): Handle type gtk in display.
15223 2004-05-12  Kenichi Handa  <handa@m17n.org>
15225         * descr-text.el: Require quail at comile time.
15226         (describe-char): If an input method is on and it supports the
15227         character, show how to input it.
15229         * international/quail.el (quail-install-decode-map): Accept a
15230         char-table whose subtype is `quail-decode-map'.
15231         (quail-store-decode-map-key, quail-gen-decode-map1)
15232         (quail-gen-decode-map, quail-find-key1, quail-find-key)
15233         (quail-show-key): New functions.
15235 2004-05-12  Juanma Barranquero  <lektu@terra.es>
15237         * generic.el (define-generic-mode): Remove redundant arglist info.
15239         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
15240         Make arguments match their use in docstring.
15241         (help-arg-highlighting-function): New variable.
15242         (help-argument-name): Mention it in the docstring.
15243         (help-do-arg-highlight): Use it.  Expand regexp to accept also
15244         ARG-xxx and xxx-ARG references.
15246 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
15248         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
15249         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
15250         and "mailto:addr1?to=addr2" equal.
15252 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
15254         * man.el (Man-getpage-in-background): Use shell-file-name
15255         and shell-command-switch variables instead of hard-coded values.
15257 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
15259         * iimage.el: New file.
15261 2004-05-11  Juanma Barranquero  <lektu@terra.es>
15263         * custom.el (custom-initialize-default, defcustom):
15264         Fix typo in docstring.
15266         * files.el (set-visited-file-name, file-expand-wildcards):
15267         Fix docstring.
15269 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15271         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
15273         * subr.el (eventp): Be more discriminating with integers.
15275 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
15277         * progmodes/compile.el (compile): Add universal prefix arg.
15278         (compilation-error-regexp-alist-alist): Add edg patterns.
15280 2004-05-10  Sam Steingold  <sds@gnu.org>
15282         * textmodes/ispell.el (ispell-message):
15283         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
15285 2004-05-10  Dave Love  <fx@gnu.org>
15287         * progmodes/python.el (help-buffer): Autoload when compiling.
15288         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
15289         (run-python): Prepend to any existing PYTHONPATH.
15291 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
15293         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
15294         for pending breakpoints.
15296 2004-05-10  Richard M. Stallman  <rms@gnu.org>
15298         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
15299         directly without calling any functions in Rmail.
15300         (unrmail-unprune): Function deleted.
15302 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15304         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
15305         C-c C-z binding.
15307 2004-05-10  Kenichi Handa  <handa@m17n.org>
15309         * descr-text.el (describe-char): Fix previous change.  Don't make
15310         a unibyte character to multibyte in the *Help* buffer.
15312 2004-05-10  Miles Bader  <miles@gnu.org>
15314         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
15315         buffer an error if the debugger process is actually running.
15317 2004-05-10  Juanma Barranquero  <lektu@terra.es>
15319         * help-fns.el (help-argument-name): Default to italic.
15320         (help-highlight-arguments): Return always (usage . doc), even when
15321         usage is nil.
15323         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
15324         (define-ibuffer-filter): Add usage info.
15325         (define-ibuffer-op): Add usage info (but CL-style defaults for
15326         keyword args are not shown).
15328         * subr.el (remove-overlays, read-passwd): Fix docstring.
15329         (start-process-shell-command): Fix docstring.  Put usage info in a
15330         format usable by `describe-function'.
15331         (open-network-stream, open-network-stream-nowait)
15332         (open-network-stream-server): Fix docstring.
15334 2004-05-09  Jason Rumney  <jasonr@gnu.org>
15336         * international/code-pages (cp932, cp936, cp949, c950): Remove.
15337         Only define cp125* if windows-125* is already defined.
15339         * language/korean.el (cp949): Add alias.
15341         * language/chinese.el (cp936, cp950): Add aliases.
15343         * language/japanese.el (cp932): Add alias.
15345         * term/w32-win.el: Require code-pages.
15347         * international/mule-cmds.el (set-locale-environment):
15348         On MS-Windows use ansi code-page for default coding-systems.
15349         Set up paper sizes for Windows 3 letter languages.
15351         * international/code-pages.el (cp932, cp936, cp949, cp950):
15352         Add aliases.  Also add cp125* if not already defined.
15354 2004-05-09  Juanma Barranquero  <lektu@terra.es>
15356         * help-fns.el (help-highlight-arguments): Don't try to highlight
15357         missing or autoloaded arglists.  Accept structured arguments, like
15358         the first ones of `do' and `flet'.
15360         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
15361         (cvs-get-marked): Remove redundant arglist info.
15363         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
15364         Don't use CL-style default args.
15366 2004-05-08  Andreas Schwab  <schwab@suse.de>
15368         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
15370         * international/subst-ksc.el: Fix references to utf-translate-cjk
15371         into utf-translate-cjk-mode.
15372         * international/subst-big5.el: Likewise.
15373         * international/subst-gb2312.el: Likewise.
15374         * international/subst-jis.el: Likewise.
15375         * international/utf-16.el: Likewise.
15376         * international/utf-8.el: Likewise.
15378 2004-05-08  John Wiegley  <johnw@newartisans.com>
15380         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
15381         "virtual buffers" (off by default), which makes it possible to
15382         switch to the "virtual" buffers of recently visited files.  When a
15383         buffer name search fails, and this option is on, iswitchb will
15384         look at the list of recently visited files, and permit matching
15385         against those names.  When the user hits RET on a match, it will
15386         revisit that file.
15387         (iswitchb-read-buffer): Add two optional arguments, which makes
15388         isearchb.el possible.
15389         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
15390         (iswitchb-next-match): Add support for virtual buffers.
15392         * isearchb.el: This module extends iswitchb to provide "as you
15393         type" buffer selection.
15395         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
15396         Ignore the read-only property when flyspell highlighting is on.
15397         Not ignoring it leads to a series of confusing errors.
15398         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
15399         but also make sure to call flyspell-incorrect-hook.
15400         (flyspell-maybe-correct-transposition): Perform transposition test
15401         by bit twiddling a string, rather than using a temp buffer.
15402         (flyspell-maybe-correct-doubling): Use a string rather than a temp
15403         buffer.  This is also the original version of the code, which
15404         could not be checked in before due to a previous lack of
15405         assignment papers.  This version has seen heavy usage on my system
15406         for several years now.
15408         * calendar/cal-bahai.el: New file, which adds support for the
15409         Baha'i calendar to Emacs.  This calendar is based on a solar year
15410         of 19 months of 19 days, with 4 intercalary days.  Each year
15411         begins on March 21, with the calendar starting in 1844.
15413         * calendar/cal-menu.el, calendar/calendar.el
15414         * calendar/diary-lib.el, calendar/holidays.el:
15415         Added support for using cal-bahai.el.
15417         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
15418         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
15419         function can be used outside of eshell buffers.
15420         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
15422 2004-05-08  Juanma Barranquero  <lektu@terra.es>
15424         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
15425         word constituent so FOO-ARG is not recognized as an arg.
15426         (help-highlight-arguments): Don't skip lists in mandatory arguments.
15428         * simple.el (next-error): Fix typo in docstring.
15429         (open-line): Make argument names match their use in docstring.
15430         (split-line): Fix docstring.
15432         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
15433         usable by `describe-function'.
15434         (gensym, gentemp, typep, ignore-errors): Make argument names match
15435         their use in docstring.
15437         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
15438         argument to `help-setup-xref'.
15440 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
15442         Version 2.0.40 of Tramp released.
15444         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
15445         Use symbol-function to invoke functions only known on some Emacs
15446         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
15447         Scaldeferri <kevin@scaldeferri.com>.
15448         (tramp-do-copy-or-rename-file-via-buffer): Rename from
15449         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
15450         consistent with the other tramp-do-* functions.
15451         (tramp-do-copy-or-rename-file): Calls adjusted.
15452         (tramp-process-initial-commands): Avoid liveness check on shell --
15453         we know that it must be alive since we're opening a connection at
15454         this moment.
15455         (tramp-last-cmd): New internal variable.
15456         (tramp-process-echoes): New tunable.
15457         (tramp-send-command): Set tramp-last-cmd.
15458         (tramp-wait-for-output): Delete echo, if applicable.
15459         (tramp-read-passwd): Construct the key for the password cache in a
15460         way that works for multi methods, too.
15461         (tramp-bug): Add backup-directory-alist and
15462         bkup-backup-directory-info to bug reports, with Tramp counterparts.
15464 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
15466         * net/tramp*.el: Suppress byte-compiler warnings where possible.
15468         * net/tramp.el (tramp-out-of-band-prompt-regexp)
15469         (tramp-actions-copy-out-of-band): New defcustoms.
15470         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
15471         used instead of a synchronous one.  Allows password entering.
15472         (tramp-action-out-of-band): New defun.
15473         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
15474         Remove restriction with password from doc string.
15475         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
15476         `tramp-out-of-band-prompt-regexp',
15477         `tramp-actions-copy-out-of-band', `password-cache' and
15478         `password-cache-expiry'.
15479         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
15480         password caching.
15481         (tramp-touch): FILE can be a local file, too.
15482         (TODO): Remove items done.
15483         (tramp-handle-insert-directory): Properly quote file name also if
15484         not full-directory-p.  Handle wildcard case.  Reported by Andreas
15485         Schwab <schwab@suse.de>.
15486         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
15487         new file.
15488         (tramp-handle-file-local-copy, tramp-handle-write-region):
15489         The permissions of the temporary file are set if filename exists.
15490         Reported by Ted Stern <stern@cray.com>.
15491         (tramp-backup-directory-alist)
15492         (tramp-bkup-backup-directory-info): New defcustoms.
15493         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
15494         (tramp-handle-find-backup-file-name): New function.
15495         Implements Tramp's find-backup-file-name.
15497         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
15498         for `find-backup-file-name'.
15500         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
15501         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
15503 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
15505         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
15507 2004-05-07  Juanma Barranquero  <lektu@terra.es>
15509         * subr.el (lambda): Add arglist description to docstring.
15510         (declare): Fix typo in docstring.
15511         (open-network-stream): Fix docstring.
15512         (process-kill-without-query): Fix docstring and add obsolescence info.
15513         (last, butlast, nbutlast): Make arguments match their use in docstring.
15514         (insert-buffer-substring-no-properties): Likewise.
15515         (insert-buffer-substring-as-yank): Likewise.
15516         (split-string): Fix docstring.
15518         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15519         Make argument names match their use in docstring.
15521         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
15523 2004-05-06  Nick Roberts  <nickrob@gnu.org>
15525         * progmodes/gdb-ui.el: Improve/extend documentation strings.
15526         Fit first sentence on one line for apropos-command.
15528 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15530         Changes largely merged in from Dave Love's code.
15531         * progmodes/python.el: Doc fixes.
15532         (python-mode-map): Add python-complete-symbol.
15533         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
15534         (python-comment-indent, python-complete-symbol)
15535         (python-symbol-completions, python-partial-symbol)
15536         (python-try-complete): New.
15537         (python-indent-line): Remove optional arg.  Use python-block-end-p.
15538         (python-check): Bind compilation-error-regexp-alist.
15539         (inferior-python-mode): Use rx.  Move keybindings to top level.
15540         Set comint-input-filter.
15541         (python-preoutput-filter): Use rx.
15542         (python-input-filter): Re-introduce.
15543         (python-proc): Start new process if necessary.
15544         Check python-buffer non-nil.
15545         (view-return-to-alist): Defvar.
15546         (python-send-receive): New.
15547         (python-eldoc-function): Use it.
15548         (python-mode-running): Don't defvar.
15549         (python-mode): Set comment-indent-function.
15550         Maybe update hippie-expand-try-functions-list.
15551         (python-indentation-levels): Initialize differently.
15552         (python-block-end-p): New.
15553         (python-indent-line): Use it.
15554         (python-compilation-regexp-alist): Augment.
15555         (run-python): Import `emacs' module to Python rather than loading
15556         code directly.  Set python-buffer differently.
15557         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
15558         Use python-proc.
15559         (python-send-command): Go to end of comint buffer.
15560         (python-load-file): Use python-proc, emacs.eimport.
15561         (python-describe-symbol): Simplify interactive form.
15562         Use emacs.help.  Do use temp-buffer-show-hook.
15563         Call print-help-return-message.
15564         (hippie-exp): Require when compiling.
15565         (python-preoutput-continuation): Use rx.
15567         * diff-mode.el (diff-make-unified): Fix regexp.
15569 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
15571         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
15572         filter groups from the buffer when rebuilding the Ibuffer buffer
15573         and `ibuffer-show-empty-filter-groups' is nil.
15575 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15577         * ps-print.el (ps-print-quote): Call ps-value-string.
15578         (ps-setup): Call ps-comment-string.
15579         (ps-value-string, ps-comment-string): New funs.
15581 2004-05-06  Juanma Barranquero  <lektu@terra.es>
15583         * ehelp.el (electric-help-command-loop): Check whether the last
15584         character is visible, not (point-max).
15586         * help-fns.el (help-argument-name): Default to bold; don't inherit
15587         from font-lock-variable-name-face.
15588         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
15590 2004-05-05  Kenichi Handa  <handa@m17n.org>
15592         * descr-text.el (describe-char): Copy the character with text
15593         properties and overlays into the first line, and call
15594         describe-text-properties on it.
15596 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
15598         * iswitchb.el (iswitchb-global-map): Fix typo.
15599         Remove unwanted ###autoloads from source file.
15601 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
15603         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
15604         in run-hooks.  Use substitute-command-keys in message.
15605         (wdired-abort-changes): Add message.
15607 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
15609         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
15610         (sql-emacs20-p): Remove.
15611         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
15612         (sql-builtin-face, sql-doc-face): Remove.
15613         (sql-mode-ansi-font-lock-keywords)
15614         (sql-mode-oracle-font-lock-keywords)
15615         (sql-mode-postgres-font-lock-keywords)
15616         (sql-mode-linter-font-lock-keywords)
15617         (sql-mode-ms-font-lock-keywords)
15618         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
15619         (sql-product-font-lock): Fix font-lock reset when font rules change.
15620         (sql-highlight-product): Remove incorrect font-lock reset logic.
15622 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
15624         * ses.el (ses-set-parameter): Fix typo.
15626 2004-05-04  Kim F. Storm  <storm@cua.dk>
15628         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
15629         Must expand directory for completion to work; and don't mess with
15630         process-environment.
15631         (ido-read-file-name): If command has ido property, don't use ido
15632         if value is ignore, or read as directory if value is dir.
15633         Set ido ignore property for dired-do-rename command.
15635 2004-05-04  Juanma Barranquero  <lektu@terra.es>
15637         * ehelp.el (electric-help-command-loop, electric-help-undefined)
15638         (electric-help-help): Check against unmapped commands.
15640         * help-fns.el (help-argument-name): New face, inheriting from
15641         font-lock-variable-name-face, to highlight function arguments in
15642         `describe-function' and `describe-key'.
15643         (help-do-arg-highlight): Auxiliary function to highlight a given
15644         list of arguments in a string.
15645         (help-highlight-arguments): Highlight the function arguments and
15646         all uses of them in the docstring.
15647         (describe-function-1): Use it.  Do docstring output via `insert',
15648         not 'princ', so text attributes are preserved.
15650         * winner.el (winner-mode-map): Move `winner-undo' and
15651         `winner-redo' to C-c <left> and C-c <right>, respectively (the
15652         previous bindings conflict with `prev-buffer', `next-buffer').
15654 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15656         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
15657         (bibtex-entry-update): New command bound to C-c C-u.
15658         (bibtex-text-in-string): Fix regexp.
15659         (bibtex-assoc-of-regexp): Remove.
15660         (bibtex-progress-message): Fix docstring.
15661         (bibtex-inside-field): Use if.
15662         (bibtex-assoc-regexp): New function.
15663         (bibtex-format-entry): Make code more robust so that it formats
15664         also old entries.
15665         (bibtex-autokey-demangle-title): Merge with obsolete function
15666         bibtex-assoc-of-regexp.
15667         (bibtex-field-list): New function.
15668         (bibtex-entry): Use bibtex-field-list.
15669         (bibtex-parse-entry): Fix docstring.
15670         (bibtex-print-help-message): Use bibtex-field-list.
15671         (bibtex-make-field): Use bibtex-field-list.
15672         (bibtex-entry-index): Bugfix.  Return crossref key if required.
15673         (bibtex-lessp): Fix docstring.
15675 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
15677         * select.el (xselect-convert-to-string): Move comment to intended line.
15679 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15681         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
15682         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
15684 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15686         * term/x-win.el (x-clipboard-yank): Don't exit on error from
15687         x-get-selection.
15689 2004-05-03  Jason Rumney  <jasonr@gnu.org>
15691         * makefile.nt: Remove.
15693 2004-05-03  Kim F. Storm  <storm@cua.dk>
15695         * emulation/cua-base.el (cua--update-indications): Fix last change.
15696         (cua-mode): Deactivate mark when cua-mode is enabled.
15698 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
15700         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
15702 2004-05-03  Nick Roberts  <nickrob@gnu.org>
15704         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
15705         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
15706         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
15707         window over visible frames.
15708         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
15710 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15712         * progmodes/compile.el (compilation-gcpro): New var.
15713         (compilation-fake-loc): Use it.
15714         (compilation-forget-errors): Reset it.
15716 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
15718         * diff-mode.el (diff-header-face, diff-file-header-face):
15719         Use min-colors.
15721 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15723         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
15724         (bibtex-clean-entry): Disentangle code.
15725         (bibtex-realign): New function.
15726         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
15727         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
15728         Remove undocumented optional arg called-by-convert-alien.
15729         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
15730         for sorting instead of bibtex-sort-buffer.
15732 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
15734         * progmodes/compile.el (compilation-start): In the
15735         no-async-subprocesses branch, call sit-for to give redisplay a
15736         chance to show the updated process status in the mode line, and
15737         fontify the buffer explicitly after the process exits.
15739 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15741         * progmodes/python.el (python-compilation-line-number): Remove.
15742         (python-compilation-regexp-alist): Don't use it any more.
15743         (python-orig-start, python-input-filter): Remove.
15744         (inferior-python-mode): Don't set up comint-input-filter-functions.
15745         (python-send-region): Use compilation-fake-loc.
15747         * progmodes/compile.el (compilation-messages-start): New var.
15748         (compilation-mode): Don't setup next-error-function here.
15749         (compilation-setup): Set it up here instead (for minor modes as well).
15750         Make compilation-messages-start buffer local.
15751         (compilation-next-error-function): Use it.
15752         (compilation-forget-errors): Set compilation-messages-start.
15754 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
15756         * ielm.el (ielm-prompt-read-only): Update docstring.
15758         * comint.el (comint-prompt-read-only): Update docstring.
15759         (comint-update-fence, comint-kill-whole-line)
15760         (comint-kill-region): New functions.
15762         * simple.el (kill-whole-line): Use "p" instead of "P" in
15763         interactive form.
15765 2004-05-01  Juanma Barranquero  <lektu@terra.es>
15767         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15768         format arglist so default values in CL-style argument lists are
15769         correctly shown.
15771 2004-05-01  Jason Rumney  <jasonr@gnu.org>
15773         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15775 2004-05-01  Kenichi Handa  <handa@m17n.org>
15777         * international/titdic-cnv.el (miscdic-convert): Don't generate a
15778         quail file if it is up to date.
15780 2004-04-30  Juri Linkov  <juri@jurta.org>
15782         * cus-edit.el (custom-mode-map):
15783         Add key binding `C-x C-s' to `Custom-save'.
15785         * outline.el (outline-blank-line): New var.
15786         (outline-next-preface, outline-show-heading)
15787         (outline-end-of-subtree): Use it.
15789         * dired-aux.el (dired-touch-initial): New fun.
15790         (dired-do-chxxx): Call it for op-symbol `touch'.
15791         (dired-diff): Use `dired-dwim-target-directory'
15792         if current dired buffer has no buffer mark.
15794         * bindings.el (propertized-buffer-identification):
15795         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15796         Add C-M-arrow keys for consistency.
15798         * files.el (confirm-kill-emacs):
15799         Change group from top-level `emacs' to `convenience'.
15801         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15802         Push mark on the first call of successive command calls.
15803         (insert-pair): New fun created from `insert-parentheses' with
15804         `open' and `close' arguments added.  Enclose active regions
15805         in paired characters.  Compare adjacent characters syntax with
15806         inserted characters syntax before inserting a space.
15807         (insert-parentheses): Call `insert-pair' with ?\( ?\).
15809         * delsel.el: Don't put `delete-selection' property
15810         on `insert-parentheses' symbol to take advantage of
15811         region handling in `insert-pair' function.
15812         Suggested by Stephan Stahl <stahl@eos.franken.de>.
15814 2004-04-30  Kim F. Storm  <storm@cua.dk>
15816         * emulation/cua-base.el: Add support for changing cursor types;
15817         based on patch from Michael Mauger.
15818         (cua-normal-cursor-color, cua-read-only-cursor-color)
15819         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15820         Customization cursor type and/or cursor color.
15821         (cua--update-indications): Handle cursor type changes.
15822         (cua-mode): Update cursor indications if enabled.
15824         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15826         * mouse.el (mouse-drag-copy-region): New defcustom.
15827         (mouse-set-region, mouse-drag-region-1): Use it.
15829         * simple.el (kill-ring-save): If region face background color is
15830         unspecified (if no highlighting), show extent of fully visible
15831         region even if transient-mark-mode is enabled.
15833         * emulation/cua-base.el (cua--standard-movement-commands):
15834         Add cua-scroll-up and cua-scroll-down.
15835         (cua-scroll-up, cua-scroll-down): New commands.
15836         (cua--init-keymaps): Remap scroll-up and scroll-down.
15838         * emulation/cua-rect.el (cua--convert-rectangle-as):
15839         New defmacro.
15840         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15841         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15842         New commands (suggested by Jordan Breeding).
15844 2004-04-30  Juanma Barranquero  <lektu@terra.es>
15846         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15848 2004-04-30  Mario Lang  <mlang@delysid.org>
15850         * diff.el (diff-switches): Fix typo in docstring.
15852 2004-04-30  Alex Schroeder  <alex@gnu.org>
15854         * xml.el (xml-debug-print-internal): Don't add newline and
15855         indentation to text nodes and write empty elements as empty tags
15856         instead of opening and closing tags.
15857         (xml-debug-print): Take optional indent-string argument.
15858         (xml-print): Alias for xml-debug-print.
15860 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
15862         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15863         than duplicate call to `line-beginning-position'.
15865         * progmodes/f90.el (f90-get-present-comment-type):
15866         Return whitespace, as well as comment chars, for consistent filling
15867         of comment blocks.  Use `match-string-no-properties'.
15868         (f90-break-line): Trim trailing whitespace when filling comments.
15870 2004-04-30  Dave Love  <fx@gnu.org>
15872         * calendar/diary-lib.el (diary-outlook-formats): New variable.
15873         (diary-from-outlook-internal, diary-from-outlook)
15874         (diary-from-outlook-gnus, diary-from-outlook-rmail):
15875         New functions to import diary entries from Outlook-format
15876         appointments in mail messages.
15878 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15880         * progmodes/python.el (python-send-command): New fun.
15881         (python-send-region, python-load-file): Use it.
15883         * progmodes/compile.el (compilation-last-buffer): Add var alias.
15885         * help-fns.el (help-C-file-name): Use new subr-name.
15886         Prepend `src/' to the file name.
15887         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15888         (describe-function-1, describe-variable): Only find a C source file
15889         name if DOC is already loaded.
15891         * help-mode.el (help-function-def, help-variable-def):
15892         Use the new find-function-search-for-symbol functionality.
15893         Allow FILE to be `C-source'.
15895         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15896         (find-function-C-source): New fun.
15897         (find-function-search-for-symbol): Use it.
15899 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
15901         * progmodes/sql.el (sql-product-alist): Rename variable
15902         `sql-product-support'.  Add Postgres login parameters.
15903         (sql-set-product, sql-product-feature): Update with renamed variable.
15904         (sql-connect-postgres): Add username prompt.
15905         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15906         Make patterns less product specific.
15907         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15908         (sql-mode-abbrev-table): Modify initialization.
15909         (sql-builtin-face): Add variable.
15910         (sql-keywords-re): Add macro.
15911         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15912         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15913         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15914         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15915         (sql-mode-linter-font-lock-keywords)
15916         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15917         (sql-mode-sybase-font-lock-keywords)
15918         (sql-mode-informix-font-lock-keywords)
15919         (sql-mode-interbase-font-lock-keywords)
15920         (sql-mode-ingres-font-lock-keywords)
15921         (sql-mode-solid-font-lock-keywords)
15922         (sql-mode-sqlite-font-lock-keywords)
15923         (sql-mode-db2-font-lock-keywords): Default to nil.
15924         (sql-product-font-lock): Always highlight ANSI keywords.
15925         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15926         (sql-send-string): Add function.
15928 2004-04-29  Dave Love  <fx@gnu.org>
15930         * progmodes/cfengine.el (cfengine-beginning-of-defun)
15931         (cfengine-end-of-defun): Ensure progress through buffer.
15933         * info-look.el (cfengine-mode): Accept a terminal ().
15935 2004-04-29  Juri Linkov  <juri@jurta.org>
15937         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15938         instead of isearch-yank-word-or-char.  Add new key bindings for
15939         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15940         (isearch-del-char): New fun.
15941         (isearch-forward, isearch-edit-string): Update docstring.
15942         (isearch-yank-char): Doc fix.
15943         (isearch-other-meta-char): Restore point after scrolling.
15945         * progmodes/compile.el (compilation-context-lines): Add nil option
15946         to disable compilation output window scrolling.
15947         (compilation-set-window): Use it.
15949         * outline.el (outline-next-preface, outline-show-heading):
15950         Don't leave unhidden blank line before heading.
15951         (outline-end-of-subtree): Include last newline into subtree.
15952         (hide-entry): Leave point at beginning of heading instead of end.
15953         (outline-up-heading): Push mark for the first call of successive
15954         command calls.
15956 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
15958         * comint.el (comint-prompt-read-only): New variable.
15959         (comint-output-filter): Implement it.
15961         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15962         (ielm-prompt-internal): New variable.
15963         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15964         (ielm-send-input): Delete unused variable `buf'.
15965         (ielm-eval-input): Use `ielm-prompt-internal'.
15966         (inferior-emacs-lisp-mode): Use new variables
15967         `comint-prompt-read-only' and `ielm-prompt-internal'.
15968         Get rid of obsolete variable `directory-sep-char'.
15969         (ielm): Use `zerop'.
15971 2004-04-29  John Paul Wallington  <jpw@gnu.org>
15973         * thumbs.el (toplevel): Require cl at compile time.
15974         Remove conditional definitions of `ignore-errors' and `caddar'
15975         because they occur at run time.
15977 2004-04-28  Nick Roberts  <nickrob@gnu.org>
15979         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15980         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15981         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15982         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15984         * progmodes/gud.el (gud-common-init): Throw an error if program is
15985         already running under gdb.
15987 2004-04-28  John Paul Wallington  <jpw@gnu.org>
15989         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15990         (thumbs-show-image-num): Move assignment of
15991         `thumbs-current-image-filename' within scope of `i'.
15992         (thumbs-emboss-image): Don't use `evenp'.
15994 2004-04-28  Richard M. Stallman  <rms@gnu.org>
15996         * progmodes/compile.el (compilation-context-lines): Default now 0.
15998 2004-04-28  Juanma Barranquero  <lektu@terra.es>
16000         Use `time-less-p' from calendar/time-date.el instead of defining
16001         custom versions of it.
16003         * pcomplete.el (pcomplete-time-less-p): Remove.
16005         * thumbs.el (time-less-p): Remove.
16007         * calendar/timeclock.el (timeclock-time-less-p): Remove.
16008         (timeclock-generate-report): Use `time-less-p'.
16010         * emacs-lisp/autoload.el (autoload-before-p): Remove.
16011         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
16013 2004-04-28  Masatake YAMATO  <jet@gyve.org>
16015         * subr.el (remove-overlays): Make arguments optional.
16017         * wid-edit.el (widget-specify-button): Put evaporate to the
16018         overlay for sample.
16019         (widget-specify-sample): Put evaporate to the overlay for sample.
16020         (widget-specify-doc): Put evaporate to the overlay for documentation.
16022 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
16024         * info.el (info-apropos): Make it an index node.  Align node names
16025         like makeinfo.
16027 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
16029         * net/browse-url.el (browse-url-netscape-sentinel)
16030         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
16031         (browse-url-epiphany-sentinel, browse-url-mosaic):
16032         Use browse-url-*-program instead of a literal program name.
16034 2004-04-27  Kevin Ryde  <user42@zip.com.au>
16036         * eshell/em-alias.el:
16037         * eshell/em-dirs.el:
16038         * eshell/em-hist.el:
16039         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
16040         features when M-x customize-group loads modules before the main
16041         eshell.el.
16043 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
16045         * subr.el (momentary-string-display): Support EXIT-CHAR that is
16046         either a character representation of an event or an event
16047         description list.
16049         * type-break.el: Capitalise Emacs and Lisp.
16050         (type-break-good-break-interval, type-break-demo-boring-stats)
16051         (type-break-terse-messages, type-break-file-name): New defcustoms.
16052         (type-break-post-command-hook)
16053         (type-break-warning-countdown-string): Quote variable names in doc.
16054         (type-break-interval-start, type-break-auto-save-file-name): New vars.
16055         (type-break-mode): Document type-break-good-break-interval and the
16056         "session" file.  Schedule break according to the session file.
16057         Kill session file buffer on exit.  Organise for save-some-buffers
16058         to always save the session file.
16059         (type-break-mode-line-message-mode, type-break-query-mode):
16060         Uppercase arguments.
16061         (type-break-file-time, type-break-file-keystroke-count, timep)
16062         (type-break-choose-file, type-break-get-previous-time)
16063         (type-break-get-previous-count): New defuns.
16064         (type-break): Avoid break querying after a completed break in the
16065         case where the query was initiated during user invocation of the
16066         break.  Optional terse messages.
16067         Use type-break-good-break-interval if type-break-good-rest-interval is
16068         nil.  File the break time.
16069         (type-break-schedule): New optional args for overriding the use of
16070         the current time.
16071         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
16072         after a break.
16073         (type-break-check): File the keystroke count.
16074         (type-break-do-query): Prevent a second query when the break is
16075         interrupted.  Optional terse message.
16076         (type-break-keystroke-reset): Record the start of a typing interval.
16077         (type-break-demo-boring): Optional terse messages.  Display word
16078         per minute and keystroke counts according to
16079         type-break-demo-boring-stats.
16081 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
16083         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
16084         directories, make sure they exist under archive-tmpdir.
16086 2004-04-27  Juri Linkov  <juri@jurta.org>
16088         * help.el (view-emacs-news): With argument, display info for the
16089         selected version by finding it among different NEWS files, and
16090         narrowing the buffer to the selected version.
16092         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
16093         same-window-buffer-names.
16094         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
16095         non-numeric prefix argument, append the number to the buffer name
16096         for numeric prefix argument.
16097         (info-other-window): Bind same-window-regexps to nil.
16098         (Info-reference-name): Rename to Info-point-loc.
16099         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
16100         and Info-find-index-name for stringy Info-point-loc.
16101         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
16102         without middle `.', but with final `.' and optional line number
16103         for it.  Set Info-point-loc for index nodes.
16104         (Info-index): Remove middle `.' from index entry regexp.
16105         Modify line number regexp.
16106         (Info-index-next): Decrement line number.
16107         (info-apropos): Remove middle `.' from index entry regexp.
16108         Add optional line number regexp at the end.  Add matched value
16109         for line number to the result list and insert it to the buffer.
16110         Replace match-string by match-string-no-properties.
16111         Reorder result list.
16112         (Info-fontify-node): Hide index line numbers.
16113         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
16114         empty matches.
16115         (Info-follow-reference): Use `str' instead of
16116         Info-following-node-name-re.
16117         (Info-toc): Use full file names.  Set Info-current-node to "Top".
16118         (Info-fontify-node): Compare file names without directory name.
16119         (Info-try-follow-nearest-node): Don't set Info-reference-name.
16120         Set second arg of Info-extract-menu-node-name for index nodes.
16121         (info-xref-visited): Use magenta3 instead of magenta4.
16122         (Info-mode): Add info-apropos to docstring.
16124         * log-view.el (log-view-diff): Replace interactive code "r"
16125         by a list to allow to call it even if region is not active.
16127         * paren.el (show-paren-highlight-openparen): New var.
16128         (show-paren-function): Turn on openparen highlighting when
16129         matching forward if show-paren-highlight-openparen is non-nil.
16131         * simple.el (kill-ring-save): Use blink-matching-delay instead of
16132         the constant value 1.
16133         (completions-common-part): Expand docstring.
16135         * textmodes/picture.el (picture-mode-map): Add arrow keys.
16137 2004-04-27  Kim F. Storm  <storm@cua.dk>
16139         * image.el (insert-sliced-image): Use line-height instead of
16140         line-spacing property on newline.
16142 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
16144         * desktop.el (desktop-buffer-misc-data-function): Rename to
16145         desktop-save-buffer and change docstring.
16146         (desktop-buffer-modes-to-save): Delete.
16147         (desktop-save-buffer-p): Use desktop-save-buffer instead of
16148         desktop-buffer-modes-to-save.
16149         (desktop-save): Rename desktop-buffer-misc-data-function to
16150         desktop-save-buffer and allow non-function value.
16151         (desktop-missing-file-warning): Correct docstring.
16153         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
16154         to desktop-save-buffer.
16156         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
16157         desktop-save-buffer.
16159         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
16161         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
16163 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
16165         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
16167 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
16169         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
16170         (ielm): Only go to the end of the buffer when starting a new process.
16172 2004-04-25  Juanma Barranquero  <lektu@terra.es>
16174         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
16175         mode line.  Bind `inhibit-read-only' to t before modifying
16176         properties of text in the buffer.
16177         (ielm): Force point to the end of buffer, even when running ielm
16178         from inside itself.
16180 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16182         * info.el (info-apropos): Reset Info-complete-cache.
16184 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
16186         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16187         Also recognize severe Irix et al. messages.
16188         (compilation-normalize-filename, compile-abbreviate-directory):
16189         Delete functions.
16190         (compilation-get-file-structure): New function inherits
16191         functionality of the two preceding ones.
16192         (compilation-internal-error-properties, compilation-fake-loc):
16193         Use it so that different paths to the same file share the same
16194         markers.  Also optimize finding adjacent marker slightly.
16196 2004-04-25  Kim F. Storm  <storm@cua.dk>
16198         * image.el (insert-sliced-image): Add line-spacing t property
16199         to newlines separating image lines.
16201 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
16203         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
16205         * ielm.el (ielm-prompt-read-only): New user option.
16206         (ielm-prompt): Expand docstring to describe new behavior.
16207         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
16208         mention it in the docstring.
16210 2004-04-24  Andreas Schwab  <schwab@suse.de>
16212         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
16214         * diff.el (diff): Set default-directory in diff buffer.
16216 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
16218         * mail/sendmail.el (mail-bury): Don't delete the frame where the
16219         mail was being composed if the terminal cannot display more than
16220         one frame; instead, switch to previous frame.
16222         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
16223         (rmail-start-mail): Support rmail-mail-new-frame even on
16224         terminals that can display only one frame at a time.
16226 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16228         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
16229         (checkdoc-output-font-lock-keywords): Remove error regexp.
16230         (checkdoc-output-mode-map): Remove.
16231         (checkdoc-output-mode): Derive from compilation-mode.
16232         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
16234         * dired.el (dired-mode-map): Add a menu entry for wdired.
16236         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
16237         (rx-bracket, rx-check-any, rx-any): Clean up name space.
16239         * wdired.el (wdired-mode-map): Move init into declaration.
16240         Fix `return' binding.
16241         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
16242         Use force-mode-line-update.
16243         (wdired-get-filename): Use `unless'.
16244         (wdired-preprocess-files): Don't assume names have no \n and use / for
16245         dir separator.
16246         (wdired-normalize-filename): Use replace-regexp-in-string.
16247         (wdired-load-hooks): Remove.
16248         (wdired-mode-hooks): Rename to wdired-mode-hook.
16250         * info-look.el: Add support for cfengine-mode.
16251         (info-lookup-setup-mode): Use dolist.
16253 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
16255         * wdired.el: New file.
16257 2004-04-23  Juanma Barranquero  <lektu@terra.es>
16259         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
16261         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
16262         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
16263         (pcomplete--help, pcomplete--here): Doc fixes.
16265 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
16267         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
16268         handles wrong-number-of-arguments in backend call.
16270         * vc.el (vc-print-log): Likewise.
16272 2004-04-20  Dave Love  <fx@gnu.org>
16274         * emacs-lisp/rx.el: Doc fixes.
16275         (rx-constituents): Add/extend many forms.
16276         (rx-check): Check form is a list.
16277         (bracket): Defvar.
16278         (rx-check-any, rx-any, rx-check-not): Modify.
16279         (rx-not): Simplify.
16280         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
16281         (rx-kleene): Use rx-trans-forms.
16282         (rx-quote-for-set): Delete.
16283         (rx): Allow multiple args.
16285 2004-04-23  Kenichi Handa  <handa@m17n.org>
16287         * international/mule-util.el (char-displayable-p): Simplify by
16288         using internal-char-font.
16290 2004-04-23  Juanma Barranquero  <lektu@terra.es>
16292         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
16294 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16296         * diff-mode.el (diff-next-error): New fun.
16297         (diff-mode): Use it.
16299         * simple.el (next-error): Change arg name.
16300         Add support for the documented C-u C-x ` usage.
16302         * frame.el (special-display-popup-frame, next-multiframe-window)
16303         (previous-multiframe-window): Only consider frames on same display.
16305 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
16307         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
16308         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
16310 2004-04-22  Kim F. Storm  <storm@cua.dk>
16312         * net/telnet.el (telnet): Add optional port arg.
16314 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16316         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16317         Minor sanity check on the `hyperlink' slot.
16319         * Makefile.in (recompile): Compile new files.
16321         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
16322         Add byte-recompile-directory's optional `arg'.
16324         * cvs-status.el (cvs-tree-use-charset): New var.
16325         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
16326         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
16327         (cvs-status-cvstrees): Use it.
16329         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
16330         Make it a normal major mode.
16331         (checkdoc-buffer-label): Make sure the file name is meaningful.
16332         (checkdoc-output-to-error-buffer): Remove.
16333         (checkdoc-error, checkdoc-start-section): Rewrite.
16335         * info.el (info-node, info-menu-5, info-xref, info-header-node)
16336         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16337         (Info-title-4-face): Use new syntax.
16338         (info-xref-visited): Inherit from info-xref.
16340         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
16342 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16344         * simple.el (next-error-last-buffer, next-error-function):
16345         New variables for the next-error framework.
16346         (next-error-buffer-p): New function.
16347         (next-error-find-buffer): Generalize compilation-find-buffer.
16348         (next-error, previous-error, first-error, next-error-no-select)
16349         (previous-error-no-select): Move from compile.el.
16351         * replace.el (occur-next-error, occur-1): Hook into the next-error
16352         framework.
16354         * progmodes/compile.el (compilation-start):
16355         Set next-error-last-buffer so next-error knows where to jump.
16356         (compilation-setup): Set the buffer-local variable
16357         next-error-function to 'compilation-next-error-function.
16358         (compilation-buffer-p, compilation-buffer-internal-p): Use an
16359         alternate way to find if a buffer is a compilation buffer, for
16360         next-error convenience.
16361         (next-error-no-select, previous-error-no-select, next-error)
16362         (previous-error, first-error): Move to simple.el.
16363         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
16364         (compilation-last-buffer): Remove.
16365         (compilation-start, compilation-next-error, compilation-setup)
16366         (compilation-next-error-function, compilation-find-buffer):
16367         Remove compilation-last-buffer use.
16369 2004-04-21  Juanma Barranquero  <lektu@terra.es>
16371         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
16372         (font-lock-warning-face): Fix spacing.
16374         * makefile.w32-in (WINS): Add url/ directory.
16376 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
16378         * desktop.el (desktop-buffer-mode-handlers): New variable.
16379         Alist of major mode specific functions to restore a desktop buffer.
16380         (desktop-buffer-handlers): Make variable obsolete.
16381         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
16382         Catch errors signaled in handlers.  Update buffer count.
16383         Evaluate desktop-buffer-point.
16384         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
16385         move to dired.el.
16386         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
16387         move to info.el.
16388         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
16389         move to mail/rmail.el.
16390         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
16391         to mh-e/mh-e.el.
16392         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
16393         On fail, print message (to message buffer) even if
16394         desktop-missing-file-warning is nil.
16395         (desktop-buffer-misc-data-function): New buffer local variable.
16396         Function returning major mode specific data.
16397         (desktop-buffer-misc-functions): Make variable obsolete.
16398         (desktop-save): Use desktop-buffer-misc-data-function.
16399         (desktop-buffer-dired-misc-data): Rename to
16400         dired-desktop-buffer-misc-data and move to dired.el.
16401         (desktop-buffer-info-misc-data): Rename to
16402         Info-desktop-buffer-misc-data and move to info.el.
16403         (desktop-read): Add message about number of buffers restored/failed.
16405         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
16406         Add parameters.  Pause to display error only when
16407         desktop-missing-file-warning is non-nil.
16408         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
16409         (dired-mode): Bind desktop-buffer-misc-data-function.
16411         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
16412         Add Parameters.
16413         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
16414         (Info-mode): Bind desktop-buffer-misc-data-function.
16416         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
16417         Add Parameters.
16419         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
16420         Add Parameters.
16422 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
16424         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
16425         the case of letters in case-insensitive expansions when the
16426         abbrev is preceded by characters with letter syntax.
16428 2004-04-21  Richard M. Stallman  <rms@gnu.org>
16430         * progmodes/cperl-mode.el (cperl-putback-char):
16431         Delete Emacs 18 definition.
16433         * international/mule.el (ctext-post-read-conversion):
16434         Use assoc-string, not assoc-ignore-case.
16436         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
16438         * emacs-lisp/easymenu.el (easy-menu-add):
16439         Do call x-popup-menu, but only if it's defined.
16441         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
16443         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
16444         Handle multiple args: compile like progn.
16446         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
16447         take all args as &rest arg.
16449         * autoinsert.el (auto-insert-alist): Insert the user's name in
16450         copyright notice, rather than Free Software Foundation.
16452 2004-04-21  Kenichi Handa  <handa@m17n.org>
16454         * descr-text.el (describe-char): Make it work on *Help* buffer.
16456 2004-04-21  Kim F. Storm  <storm@cua.dk>
16458         * image.el (insert-image): Add optional SLICE arg.
16459         (insert-sliced-image): New defun.
16461 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
16463         * subr.el (read-number): Check whether `default' is nil.
16465 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16467         * progmodes/compile.el (compilation-error-properties):
16468         Split into two.
16469         (compilation-internal-error-properties): New one.
16470         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
16472 2004-04-20  Richard M. Stallman  <rms@gnu.org>
16474         * window.el (split-window-save-restore-data):
16475         Don't update the data if OLD-INFO is nil.
16477         * view.el (view-return-to-alist): Mark it permanent local.
16479         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
16481         * recentf.el (recentf-save-list): Catch and warn about errors.
16483         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
16484         so "Buffers" won't be pure.
16486         * help-mode.el (help-mode-finish): Set help-return-alist first
16487         thing, setting only the entry for the selected window.
16489         * help-fns.el (describe-function-1): If many non-control non-meta
16490         keys run the command, don't list all of them.
16492 2004-04-20  Juanma Barranquero  <lektu@terra.es>
16494         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
16495         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
16497         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
16499 2004-04-20  Kenichi Handa  <handa@m17n.org>
16501         * international/quail.el (quail-lookup-key): New optional arg
16502         NOT-RESET-INDICES.
16503         (quail-get-translations): Call quail-lookup-key with
16504         NOT-RESET-INDICES t.
16505         (quail-completion): Likewise.
16506         (quail-lookup-map-and-concat): Likewise.
16508 2004-04-20  Kenichi Handa  <handa@m17n.org>
16510         * international/quail.el (quail-update-translation): Don't insert
16511         such an unsupported multibyte char in a unibyte buffer.
16513 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
16515         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
16516         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
16517         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
16518         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
16519         (gdb-frame-assembler-buffer): Improve behaviour with
16520         multiple frames.
16521         (gdb-display-buffer): Extend search to all visible frames.
16523 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
16525         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
16526         characters left after base64 decoding.
16527         (rmail-decode-region): Use -dos variety of `coding', to remove any
16528         ^M characters left after qp or base64 decoding.
16530 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16532         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
16533         messages.
16535 2004-04-19  Stephen Eglen  <stephen@gnu.org>
16537         * add-log.el (add-change-log-entry): Update doc string to mention
16538         add-log-full-name and add-log-mailing-address.
16540 2004-04-18  Juri Linkov  <juri@jurta.org>
16542         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
16543         (Info-find-node-2): Simplify error message.
16544         (Info-insert-dir): Use Info-following-node-name.
16545         (Info-goto-node): Remove *info-history* and *info-toc*.
16546         (Info-history): Create a node of the virtual history file.
16547         (Info-toc): Create a node of the virtual toc file.
16548         (Info-insert-toc): New arg `curr-file' for reference file names.
16549         (info-apropos): Remove redundant var binding for temp-file.
16550         (Info-index, Info-index-next, Info-mode): Doc fix.
16551         (Info-goto-emacs-command-node): Don't jump to *info* from
16552         non-*info* Info buffers.
16553         (Info-fontify-node): Don't show the file name of external
16554         references if `Info-hide-note-references' is `hide'.  Don't hide
16555         newlines at the end of paragraphs.
16557         * international/mule-diag.el (list-input-methods):
16558         Fix args to help-xref-button.
16560         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
16561         to put into effect local variables from TUTORIAL files.
16563         * textmodes/paragraphs.el (sentence-end) <function>: New fun
16564         with default value taken from the variable `sentence-end'.
16565         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
16566         Add nil const to :type.
16567         (sentence-end-without-period, sentence-end-double-space)
16568         (sentence-end-without-space): Doc fix.
16570         * textmodes/paragraphs.el (forward-sentence):
16571         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
16572         (fill-delete-newlines):
16573         * progmodes/cc-cmds.el (c-beginning-of-statement):
16574         Use function `sentence-end' instead of variable `sentence-end'.
16576 2004-04-18  Andreas Schwab  <schwab@suse.de>
16578         * progmodes/compile.el (compilation-start): Set window start to
16579         point-min if compilation-scroll-output is nil.
16581 2004-04-18  John Wiegley  <johnw@newartisans.com>
16583         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
16585 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
16587         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
16588         (gdb-info-breakpoints-custom): Revert previous change.
16589         (gdb-view-assembler): Update assembler if necessary.
16590         (gdb-frame-handler): Parse correctly for gdb-current-frame.
16591         (gdb-display-source-buffer): Update properly when both source and
16592         assembler are visible.
16594 2004-04-17  John Wiegley  <johnw@newartisans.com>
16596         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
16597         which limits the number of names shown in the minibuffer.  Off by
16598         default.
16599         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
16600         up iswitchb for users with a multitude of open buffers by showing
16601         only the first and last N/2 buffers in the completion list (which
16602         is enough to aid C-s/C-r, and to know that more characters are
16603         needed to refine the completion list).
16605 2004-04-17  Richard M. Stallman  <rms@gnu.org>
16607         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
16608         (file-truename): Expand all ~ constructs directly.
16609         (insert-directory): Delete any error msg output by the
16610         `insert-directory-program'.
16612         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
16613         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
16614         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
16615         (allout-init): Use find-file-hook, not find-file-hooks.
16616         (allout-mode): Eliminate Emacs 18 support.
16617         Use write-contents-functions, not local-write-file-hooks.
16619 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
16621         * progmodes/compile.el (compilation-error-properties): Fix for
16622         adding messages when there are already markers for their file.
16623         (compilation-fake-loc): New function.
16625 2004-04-16  Dave Love  <fx@gnu.org>
16627         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
16628         (python-load-file): Fix python-orig-start setting.
16630         * progmodes/compile.el: Doc fixes.
16631         (compilation-error-regexp-alist-alist)
16632         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
16633         (compilation-assq): Wrap in eval-when-compile.
16634         (compilation-mode-font-lock-keywords): Don't use list*.
16635         (compilation-start): Avoid warning.
16636         (compilation-compat-error-properties)
16637         (compilation-directory-properties): Add keymap property.
16638         (compilation-parsing-end): Make it a marker for better compatibility.
16640         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
16642 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
16644         * xml.el: Doc fixes.
16645         (xml-get-children): Only looks at sub-tags and ignore strings.
16647         * xml.el (xml-parse-tag): Avoid overwriting node-name.
16649 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16651         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
16653 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
16655         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
16657         * vc.el (vc-print-log): Likewise.
16659 2004-04-16  Masatake YAMATO  <jet@gyve.org>
16661         * simple.el (completion-setup-function): Set an initial value
16662         to `element-common-end' before entering loop.  Set a value
16663         to `element-common-end' at the end of loop.
16664         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
16665         (completions-common-part): Rename from completion-de-emphasis.
16666         (completions-first-difference): Rename from completion-emphasis.
16667         Suggested by RMS.
16669 2004-04-16  Juanma Barranquero  <lektu@terra.es>
16671         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
16672         (bookmark-edit-annotation-mode): Add mode name.
16674 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16676         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
16677         for nested conflict markers.
16678         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
16680 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
16682         * progmodes/gdb-ui.el (gdb-goto-info): New function.
16684         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
16686 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16688         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
16689         Give a backtrace if requested.
16691         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
16693         * progmodes/python.el (python-mouse-2-command, python-RET-command):
16694         Remove unused functions.
16695         (python-orig-start-line, python-orig-file): Remove.
16696         (python-orig-start): New var.
16697         (python-input-filter, python-compilation-line-number)
16698         (python-send-region, python-load-file): Use it.
16700         * info.el (info): Always jump to *info*.
16702         * subr.el (posn-set-point): New function.
16704         * mouse.el (mouse-set-point): Use it.
16706         * progmodes/compile.el (compile-goto-error): Use it.
16707         (compilation-button-map): New keymap.
16708         (compilation-error-properties): Use it.
16709         (compilation-shell-minor-mode-map): Don't bind mouse-2.
16711         * smerge-mode.el (smerge-popup-context-menu): Use it.
16713         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
16714         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
16715         mouse and non-mouse case.
16717         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
16718         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
16720         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
16721         Make it work for non-mouse events.
16723         * pcvs-info.el (cvs-status-map): Update binding name.
16725 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
16727         * xml.el (xml-maybe-do-ns): New function to handle namespace
16728         parsing of both attribute and element names.
16729         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
16730         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
16731         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
16732         (xml-parse-attlist): Make it do its own namespace parsing.
16734 2004-04-14  Dave Love  <fx@gnu.org>
16736         * progmodes/python.el (run-python): Fix use of \n.
16737         (python-load-file): Remove `try' from Python fragment.
16738         (python-describe-symbol): Fix message.
16740         * comint.el: Doc fixes.
16741         (comint-last-input-start, comint-last-input-end)
16742         (comint-last-output-start): Give them values.
16743         (comint-arguments): Avoid warning.
16744         (comint-skip-prompt): Use line-end-position.
16745         (comint-backward-matching-input): Rename arg to agree with doc.
16746         (comint-extract-string): Use syntax-ppss.
16747         (comint-dynamic-simple-complete): Delete useless list construction.
16748         (comint-redirect-subvert-readonly): New.
16749         (comint-redirect-preoutput-filter): Use it.
16751         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16752         Correctly handle negative arguments when calling hook functions.
16754 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
16756         * info.el (info-apropos): Don't clobber Info-history-list.
16758 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
16760         * progmodes/compile.el (compilation-setup):
16761         Localize overlay-arrow-position.
16762         (compilation-sentinel): Restructure code equivalently.
16763         (compilation-next-error): Find message on same line after point if
16764         not found before point.
16765         (compile-mouse-goto-error): Restore function so that compilation
16766         buffer need not be current and use compile-goto-error.
16767         (compile-goto-error): Restore function.
16768         (next-error): Set overlay-arrow-position.
16769         (compilation-forget-errors): Don't localize already local
16770         compilation-locs and remove FIXME about refontifying.
16772 2004-04-14  Kim F. Storm  <storm@cua.dk>
16774         * startup.el (emacs-quick-startup): New defvar (set by -Q).
16775         (command-line): New option -Q.  Like -q --no-site-file, but
16776         in addition it also disables menu-bar, tool-bar, scroll-bars,
16777         tool-tips, and the blinking cursor.
16778         (command-line-1): Skip startup screen if -Q.
16779         (fancy-splash-head): Use ":align-to center" prop to center splash image.
16781         * emulation/cua-base.el (cua-read-only-cursor-color)
16782         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16784 2004-04-13  Dave Love  <fx@gnu.org>
16786         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
16787         (syntax): Don't require.
16788         (python) <defgroup>: Add :version.
16789         (python-quote-syntax): Re-written.
16790         (inferior-python-mode): Move stuff here from run-python and add
16791         some more.
16792         (python-preoutput-continuation, python-preoutput-result)
16793         (python-dotty-syntax-table): New.
16794         (python-describe-symbol): Use them.
16795         (run-python): Move stuff to inferior-python-mode.  Modify code
16796         loaded into Python.
16797         (python-send-region): Use python-proc, python-send-string.
16798         (python-send-string): Send newlines too.  Callers changed.
16799         (python-load-file): Re-written.
16800         (python-eldoc-function): New.
16801         (info-look): Don't require.
16802         (python-after-info-look): New.  A modified version of former
16803         top-level code for use with eval-after-load.
16804         (python-maybe-jython, python-guess-indent): Use widened buffer.
16805         (python-fill-paragraph): Re-written.
16806         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
16807         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
16809 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16811         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16812         Set compilation-error-regexp-alist earlier.
16814         * progmodes/compile.el (compilation-minor-mode-map)
16815         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16816         (compile-goto-error): Re-merge the mouse and non-mouse commands.
16818 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16820         * progmodes/compile.el (compile-goto-error): Select the buffer/window
16821         corresponding to the event.
16823 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
16825         * loadup.el: Add cygwin to system-type list, for unexec() support.
16827 2004-04-12  John Paul Wallington  <jpw@gnu.org>
16829         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16830         (ibuffer-restore-window-config-on-quit): New variable to replace
16831         `ibuffer-delete-window-on-quit'.  Update all references.
16832         (ibuffer-prev-window-config): New variable.
16833         (ibuffer-quit): Restore previous window configuration instead of
16834         deleting window.
16835         (ibuffer): Save window configuration before showing Ibuffer buffer.
16837         * help.el (describe-mode): Doc fix.
16839 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16841         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16842         not to treat nil as a function.
16844         * vc-arch.el (vc-arch-root): Be a bit more careful.
16845         (vc-arch-register): Save the buffer if we modified it.
16846         (vc-arch-delete-rej-if-obsolete): Save excursion.
16847         (vc-arch-find-file-hook): Use the simpler after-save-hook.
16848         (vc-arch-responsible-p, vc-arch-init-version): New functions.
16850         * net/ldap.el (ldap-search): Use list*.
16852 2004-04-12  Juri Linkov  <juri@jurta.org>
16854         * info.el (Info-follow-reference): Allow multiline reference name.
16856 2004-04-11  Dave Love  <fx@gnu.org>
16858         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16860         * progmodes/python.el: New file.
16862 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
16864         * vc-hooks.el (vc-arg-list): Function removed.
16865         (vc-default-workfile-unchanged-p): Use condition-case to check for
16866         backward compatibility.
16868         * vc.el (vc-print-log): Use condition-case to check for backward
16869         compatibility.
16871 2004-04-11  Juri Linkov  <juri@jurta.org>
16873         * dired.el (dired-faces): New defgroup.
16874         (dired-header, dired-mark, dired-marked, dired-flagged)
16875         (dired-warning, dired-directory, dired-symlink, dired-ignored):
16876         New faces.
16877         (dired-header-face, dired-mark-face, dired-marked-face)
16878         (dired-flagged-face, dired-warning-face, dired-directory-face)
16879         (dired-symlink-face, dired-ignored-face): New face variables.
16880         (dired-font-lock-keywords): Use them instead of font-lock faces.
16881         Split the rule for dired marks into 3 separate rules: for marks,
16882         marked file names and flagged file names.
16884         * help-mode.el (help-make-xrefs): Add a final newline to the
16885         *Help* buffer.
16887 2004-04-11  John Paul Wallington  <jpw@gnu.org>
16889         * replace.el (occur-engine): Distinguish between one and several
16890         matches in the matches per buffer heading.
16892 2004-04-11  Kim F. Storm  <storm@cua.dk>
16894         * ido.el (ido-confirm-unique-completion): New defcustom.
16895         (ido-complete): Use it.
16896         (ido-write-file): Set it to t unconditionally.
16898 2004-04-10  Miles Bader  <miles@gnu.org>
16900         RCS keyword removal (only non-comment changes are enumerated here):
16902         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16903         (byte-compile-insert-header): Don't use `byte-compile-version'.
16904         * forms.el (forms-version): Variable removed.
16905         (forms-mode): Don't use `forms-version'.
16906         * recentf.el (recentf-version): Variable removed.
16907         * progmodes/delphi.el (delphi-version): Variable removed.
16908         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16910 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16912         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16914 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
16916         * info.el (info-apropos): Improve menu item regexp.
16918 2004-04-09  Simon Josefsson  <jas@extundo.com>
16920         * mail/smtpmail.el: Add comment, based on report by
16921         kdc@rcn.com (Kevin D. Clark).
16923 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16925         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16926         Redo one more thing that I didn't notice Daniel had undone.
16928 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
16930         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16931         (gdb-goto-breakpoint, gdb-display-buffer)
16932         (gdb-display-source-buffer, gdb-view-source-function)
16933         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16934         (gdb-source-info, gdb-frame-handler): Don't specify a window
16935         for display.
16936         (gdb-info-breakpoints-custom): Remove superfluous update of
16937         assembler buffer.
16938         (gdb-many-windows): Make settable outside gdb.
16940 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
16942         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16943         Derive from fundamental-mode rather than text-mode.
16945 2004-04-08  Juri Linkov  <juri@jurta.org>
16947         * info.el (Info-history): Doc fix.
16948         (Info-history-list): New var.
16949         (info-xref): Change magenta4 to blue, remove bold for dark and
16950         light backgrounds, change bold to underline for non-color classes.
16951         (info-xref-visited): New face.
16952         (Info-fontify-visited-nodes): New custom.
16953         (Info-hide-note-references): Add new value `hide'.  Doc fix.
16954         (Info-reference-name): New var.
16955         (Info-selection-hook): New custom.
16956         (Info-edit-mode-hook): New var.
16957         (Info-find-file): New fun.
16958         (Info-find-node): Move part of code to Info-find-file.
16959         (Info-find-node-2): Add anchors to Info-history-list.  Move point
16960         to the place with the reference name if name is defined.
16961         (Info-select-node): Add current node to Info-history-list.
16962         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16963         (Info-search-whitespace-regexp): New custom.
16964         (Info-search-case-fold): New var.
16965         (Info-search): Add "case-sensitively" to the prompt.
16966         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
16967         (Info-search-case-sensitively, Info-search-next): New fun.
16968         (Info-up): Move point to the menu item of the current node.
16969         (Info-history): New fun.  Add *info-history* to
16970         same-window-buffer-names.
16971         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
16972         (Info-insert-toc): New fun.
16973         (Info-build-toc): New fun.
16974         (Info-follow-reference): Add new arg `fork'.  Doc fix.
16975         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
16976         with the same name prefer the reference closest to point.
16977         (Info-next-reference): Replace * by + in the *Note regexp.
16978         Add regexp for http:// and ftp://.  Skip the *Note prefix.
16979         (Info-prev-reference): Replace * by + in the *Note regexp.
16980         Add regexp for http:// and ftp://.  Skip the *Note prefix.
16981         (Info-follow-nearest-node): Add new arg `fork'.
16982         (Info-try-follow-nearest-node): Add new arg `fork'.
16983         Call browse-url for http:// and ftp:// references.
16984         Set Info-reference-name for index entries.
16985         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16986         Info-search-next, Info-history, Info-toc, clone-buffer.
16987         (Info-menu-update): Replace * by + in the *Note regexp.
16988         (Info-mode): Add documentation for Info-history, Info-toc,
16989         Info-search-case-sensitively, Info-search-next, clone-buffer.
16990         (Info-fontify-menu-headers): Remove fun.  Move code to
16991         Info-fontify-node.
16992         (Info-fontify-node): Add docstring.  Add local vars
16993         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
16994         then fontify header line, titles, menu headers, http and ftp
16995         references, refill paragraphs.  If not-fontified-p is t or
16996         fontify-visited-p is t then fontify cross references, menu items.
16997         Fontify menu headers.  Fontify http and ftp references.
16998         Change regexp for cross references to require whitespace after *Note,
16999         add matching groups for file and node names.  Remove hack for quote.
17000         Use display property for Info-hide-note-references=t.  Use fifth
17001         or fourth match for help-echo.  Display visited nodes in a
17002         different face.  Unhide file names of external references.
17003         Unhide newlines.  Display visited menu items in a different face.
17005 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17007         * progmodes/compile.el: Require CL.
17008         (compilation-mode-font-lock-keywords): Re-install the "line as
17009         function" patch.
17011         * help-fns.el (help-C-source-directory): New var.
17012         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
17013         (describe-function-1, describe-variable): Use them.
17015         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
17016         to C source files specially.
17018 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
17020         * info.el (Info-hide-cookies-node): New function.
17021         (Info-select-node): Use it.
17022         (Info-display-images-node): Remove message with image file name.
17024 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
17026         * progmodes/compile.el (compilation-warning-face)
17027         (compilation-info-face, compilation-skip-threshold)
17028         (compilation-skip-visited, compilation-context-lines):
17029         Declare :version when added to Emacs.
17030         (compilation-error-regexp-alist-alist): Extend caml and irix.
17031         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
17032         (compilation-mode-font-lock-keywords): Temporarily undo line as
17033         function patch, which wasn't ready.
17035 2004-04-07  Kenichi Handa  <handa@m17n.org>
17037         * international/latin1-disp.el (latin1-display-setup): Check each
17038         character is displayable or not instead of calling
17039         latin1-display-check-font.
17041 2004-04-06  Kenichi Handa  <handa@m17n.org>
17043         * language/ethio-util.el (ethio-sera-being-called-by-w3):
17044         New variable.
17045         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
17046         instead of sera-being-called-by-w3.
17047         (ethio-fidel-to-sera-buffer): Likewise.
17048         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
17049         instead of sera-being-called-by-w3.
17050         (ethio-write-file): Likewise.
17052 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17054         * printing.el: Doc fix.
17056 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
17058         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
17059         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
17060         (gdb-setup-windows): Only use separate IO buffer if required.
17062 2004-04-06  Kim F. Storm  <storm@cua.dk>
17064         * term.el (term-is-xemacs): Remove.
17065         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
17066         (term-window-width): New function.
17067         (term-mode, term-check-size): Use it.
17068         (term-mode): Disable overflow-newline-into-fringe in term buffer.
17070 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17072         * cus-edit.el (custom-add-parent-links): Change unbound variable
17073         `symbol' to `name'.
17075 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
17076         * info.el (info-apropos): New function.
17077         (Info-mode-menu): Add it.
17078         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
17080         * help-mode.el (help-make-xrefs): Recognize aliased variable with
17081         inherited docstring.
17083         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
17085 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17087         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
17089         * progmodes/compile.el (font-lock): Don't require any more.
17090         (compilation-error-properties, compilation-start, compilation-sentinel)
17091         (compilation-filter, next-error): Use with-current-buffer.
17092         (compilation-skip-to-next-location, compilation-skip-threshold)
17093         (compilation-skip-visited): Move to silence the byte-compiler.
17094         (compilation-setup): Simplify.
17095         (compilation-next-error): Use line-(beginning|end)-position.
17096         Make sure `pt' is non-nil before using compilation-loop.
17097         (compile-goto-error): Add optional event arg.  Use it.
17098         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
17099         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
17100         Update the binding for mouse-2.
17101         (first-error): Set compilation-current-error to nil rather than bob.
17102         (compilation-parsing-end, compilation-parse-errors-function)
17103         (compilation-error-list, compilation-old-error-list):
17104         "New" compatibility variables.
17105         (compile-buffer-substring, compilation-compat-error-properties)
17106         (compilation-compat-parse-errors, compilation-forget-errors):
17107         New compatibility functions.
17108         (compilation-mode-font-lock-keywords): Use them.
17110 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
17112         * autorevert.el (auto-revert-handler): If point (or a window
17113         point) is at the end of the buffer, keep it there after
17114         reverting.  This allows to tail a file.
17115         Mention this in the `Commentary'.
17117         * format.el (format-write-file): Add optional argument CONFIRM
17118         and make it behave like the analogous argument to `write-file'.
17120 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17122         * progmodes/ebnf2ps.el: Doc fix.
17123         (ebnf-version): New version number (4.2).
17124         (ebnf-syntax): Customization and docstring fix.
17125         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
17126         Put autoloaded funs before first use.
17127         (ebnf-style-database): Add dtd entry.
17128         (ebnf-syntax-alist): Add dtd initialization.
17129         (ebnf-token-sequence): New fun.
17130         (ebnf-comment-table): Add new comment action character.
17131         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
17133         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
17134         Type Definition for XML).
17136         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
17137         * progmodes/ebnf-bnf.el (ebnf-sequence):
17138         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
17139         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
17140         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
17141         Code simplification: call ebnf-token-sequence.
17143 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
17145         * calendar/timeclock.el (timeclock-relative)
17146         (timeclock-get-project-function, timeclock-get-workday-function)
17147         (timeclock-query-out, timeclock-when-to-leave)
17148         (timeclock-when-to-leave-string, timeclock-log-data)
17149         (timeclock-generate-report, timeclock-in): Doc fixes.
17151 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17153         * url/: New dir.  Import the URL package from its repository.
17155 2004-04-03  Andreas Schwab  <schwab@suse.de>
17157         * diff-mode.el (diff-mode): Fix missing quote.
17159 2004-04-03  Juri Linkov  <juri@jurta.org>
17161         * descr-text.el (describe-property-list): Add `font-lock-face'.
17163         * dired.el (dired-font-lock-keywords): Fix permission regexps.
17165 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17167         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
17168         Use utf-16le on little endian machines and utf-16be otherwise.
17170 2004-04-02  David Kastrup  <dak@gnu.org>
17172         * net/browse-url.el (browse-url-generic): Use call-process
17173         instead of start-process to allow browsers that fork and detach.
17175 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
17177         * compile.el (compilation-current-error): New var.
17178         (compilation-setup, compile-mouse-goto-error)
17179         (compile-goto-error, next-error): Use it.
17180         (compilation-skip-to-next-location): Default to t, which gives
17181         contiguous skipping like old compile (where this was redundant).
17182         (compilation-next-error): Prevent previous-* commands from moving
17183         back to message at or just before point.
17185 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
17187         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
17188         (gdb-source-info): Don't display source at startup, if required.
17189         (gdb-show-main): New option.
17190         (gdba): Update documentation.
17191         (gdb-source): Cover case of auto-display output.
17193 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
17195         * autorevert.el: Delete obsolete autoload's and defvar's.
17196         (auto-revert-check-vc-info): New user option.
17197         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17198         (auto-revert-handler-vc): Delete.
17199         (auto-revert-handler): Treat return value `fast' of
17200         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
17202         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
17203         return `fast'.
17205         * files.el (buffer-stale-function): Doc change.
17207 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17209         * printing.el: New tip on Tips section.
17210         (pr-version): New version number (6.7.4).
17211         (pr-shell-file-name): Initialization fix.
17213 2004-03-31  Juri Linkov  <juri@jurta.org>
17215         * dired.el: Add autoload for `dired-do-touch'.
17216         (dired-touch-program): New var.
17217         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
17218         (dired-no-confirm): Add `touch' to docstring.
17220         * dired-aux.el (dired-do-touch): New fun.
17221         (dired-do-chxxx): Add argument -t for touch operation.
17223         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
17224         `dired-move-to-filename-regexp'.
17226 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
17228         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
17230 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17232         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
17233         and only if the buffer was modified.
17235 2004-03-30  Kenichi Handa  <handa@m17n.org>
17237         * international/characters.el: Delete pairs for U+2308..U+230B.
17239 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
17241         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
17242         to detect the beginning of a level 2 or 3 annotation.
17244 2004-03-29  Kenichi Handa  <handa@m17n.org>
17246         * international/ucs-tables.el (ucs-insert): Fix the error message.
17248 2004-03-29  Kenichi Handa  <handa@m17n.org>
17250         * international/mule-util.el (char-displayable-p): Fix generation
17251         of XLFD file name.
17253         * Makefile.in (setwins, setwins_almost): Change directory to $wd
17254         before finding directories by `find'.
17256 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17258         * subr.el (interactive-form): Delete.  Now implemented in C.
17260         * pcvs.el (cvs-parse-process): Workaround for Darwin.
17262         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
17263         (vc-diff-label): New fun.
17264         (vc-diff-internal): Use it.
17266         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
17268 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17270         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
17272         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
17273         specify XML (EBNFX).
17275         * progmodes/ebnf2ps.el: Doc fix.
17276         (ebnf-version): New version number (4.1).
17277         (ebnf-syntax): Adjust customization.
17278         (ebnf-style-database): Add ebnfx entry.
17279         (ebnf-syntax-alist): Add ebnfx initialization.
17280         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
17282         * printing.el: Doc fix.
17283         (pr-version): New version number (6.7.3).
17284         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
17285         returns nil for mouse position.  Reported by Drew Adams
17286         <drew.adams@oracle.com>.
17287         (pr-update-menus): Modify interactive declaration.  Reported by Drew
17288         Adams <drew.adams@oracle.com>.
17290 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
17292         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
17293         (gud-gdba-marker-filter): Log the process input and output, if
17294         required.  From Stefan Monnier.
17295         (gdb-debug-log, gdb-enable-debug-log): New variables.
17296         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
17298 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17300         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
17301         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
17303 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
17305         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
17306         Call vc-find-file-hook here instead of in auto-revert-buffers.
17307         (auto-revert-buffers): Delete call to vc-find-file-hook.
17308         (auto-revert-verbose, global-auto-revert-non-file-buffers)
17309         (global-auto-revert-mode, auto-revert-set-timer)
17310         (auto-revert-handler, auto-revert-buffers): Doc fixes.
17312 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
17314         * woman.el (woman-change-fonts): Rename local variable
17315         woman-font-alist to font-alist to avoid a compiler warning.
17317 2004-03-27  Dave Love  <fx@gnu.org>
17319         * emacs-lisp/rx.el (rx): Doc fix.
17320         Fix copyright years.
17322         * strokes.el (strokes-global-set-stroke-string): New function.
17323         (strokes-list-strokes): Cope with strings, not just commands.
17324         Set foreground colour of image.
17325         (strokes-global-set-stroke): Doc fix.
17327 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
17329         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
17330         Auto Revert mode.
17331         (Buffer-menu-files-only): New variable.
17332         (Buffer-menu-toggle-files-only): New function.
17333         (Buffer-menu-mode-map): Bind it to `T'.
17334         (Buffer-menu-mode): Mention `T' in docstring.
17335         Set buffer-stale-function.
17336         (list-buffers-noselect): Mark buffer non-modified and set
17337         Buffer-menu-files-only.
17339         * dired.el (buffer-stale-function): Remove no longer needed defvar.
17341         * autorevert.el (auto-revert-handler): Print revert message
17342         before, rather than after, reverting.
17343         (buffer-stale-function): Move to files.el.
17345         * files.el (buffer-stale-function): Move here from autorevert.el.
17347 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17349         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
17351         * calc/calc.el (calc-mode-map): Use mapc.
17353         * apropos.el (apropos-mode): Don't autoload.
17354         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
17355         (apropos): Use it.
17356         (apropos-print): Add optional `text' argument.
17357         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
17358         Don't assume point-min == 1.
17360         * bs.el (bs-buffer-list): Use buffer-local-value.
17361         (bs--set-toggle-to-show): Use with-current-buffer.
17363         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
17364         New funs.
17365         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
17367         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
17369         * dabbrev.el (dabbrev-expand): Fix regexp construction.
17370         (dabbrev--find-expansion): Use pop.
17371         (dabbrev--search): Use match-string-no-properties.
17373         * dired.el (dired-mode): Use run-mode-hooks.
17374         (dired-move-to-end-of-filename): Use match-string.
17376         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
17377         is bound before using it.
17378         (ediff-verbose-p): Make it into a var since it's not constant.
17380         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
17382         * faces.el (read-face-font): Don't cons up unnecessarily.
17383         (header-line, tool-bar): Share common parts.
17385         * files.el (file-relative-name): Use compare-strings.
17387         * finder.el (finder-mode): Follow coding convention.
17389         * subr.el (read-number): New function.
17391         * ses.el (ses-read-number): Move to subr.el.
17392         (ses-set-header-row): Use read-number.
17394 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
17396         * vc-hooks.el (vc-arg-list): New function, which handles both
17397         compiled and uncompiled code.
17398         (vc-default-workfile-unchanged-p): Use it.
17400         * vc.el (vc-print-log): Undo prev change, use new function
17401         vc-arg-list from vc-hooks.el.
17403 2004-03-26  Masatake YAMATO  <jet@gyve.org>
17405         * simple.el (completion-setup-function): Emphasize the
17406         first uncommon characters in the completions; and de-emphasize
17407         the common prefix substrings.
17408         (completion-emphasis): New face.
17409         (completion-de-emphasis): New face.
17411 2004-03-25  Juanma Barranquero  <lektu@terra.es>
17413         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
17414         Comment out (it's unused and unfinished code).
17416 2004-03-25  Sam Steingold  <sds@gnu.org>
17418         * vc.el (vc-print-log): Fix a bug in the last patch:
17419         backend-function may be a byte-compiled object, not a lambda.
17421 2004-03-25  Juri Linkov  <juri@jurta.org>
17423         * descr-text.el (describe-property-list): Add a button
17424         for `face' property that calls `describe-face'.
17425         Suggested by luis fernandes <elf@ee.ryerson.ca>
17427         * international/mule.el (keyboard-coding-system):
17428         * kmacro.el (kmacro-call-macro): Fix docstring.
17430         * dired.el: Fix comments.
17432         * textmodes/fill.el (fill): Fix Info link.
17434         * font-lock.el (fast-lock, lazy-lock):
17435         * jit-lock.el (jit-lock): Remove links to removed Support Modes
17436         Info node.
17438         * eshell/eshell.el (eshell): Fix broken info-link.
17440         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
17441         * eshell/em-banner.el (eshell-banner):
17442         * eshell/em-smart.el (eshell-smart):
17443         * eshell/esh-cmd.el (eshell-cmd):
17444         Comment out broken info-links to incomplete Info manual.
17446         * info-xref.el: Fix commentary.
17448 2004-03-25  Kevin Ryde  <user42@zip.com.au>
17450         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
17451         Remove spurious node duplicate suppression, doesn't work, not wanted.
17452         (info-xref-output): Take format style args, add "sit-for 0" to let
17453         user see the results as they progress.
17454         (info-xref-check-all-custom): New function.
17456 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
17458         * gdb-ui.el: Moved to progmodes.
17460 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17462         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
17464 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
17466         * calendar/appt.el (appt-check): Remove superfluous progn.
17467         When finished with diary buffer: if it was not being displayed
17468         before, kill it; otherwise restore its original state.
17469         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
17471         * calendar/calendar.el (calendar-set-mode-line): Use total
17472         available mode-line width, rather than frame-width.
17474         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
17475         after mode change so effect not lost.
17477 2004-03-23  Dave Love  <fx@gnu.org>
17479         * dired.el (dired) <defgroup>: Add link to manual.
17480         (dired-font-lock-keywords): Add highlighting on unusual permissions.
17481         (dired-revert): Use dolist.
17482         (dired-mode-map): Add U binding.
17483         (dired-mode): Add font-lock-beginning-of-syntax-function.
17484         (dired-garbage-files-regexp): Make it a defcustom.
17486 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17488         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
17489         is equivalent to nil.
17490         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
17491         (vc-arch-mode-line-string): Accept `added' state.
17492         (vc-arch-state): Use inode-sigs if available.
17493         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
17494         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
17495         (vc-arch-tagline-re): New var.
17496         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
17497         New functions.
17498         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
17499         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
17501         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
17502         (vc-file-not-found-hook): Use it.
17504         * diff-mode.el (diff-default-read-only): Change default.
17505         (diff-mode-hook): Make it a defcustom.  Add some options.
17506         (diff-mode-map): Bind diff-refine-hook.
17507         (diff-yank-handler): New var.
17508         (diff-yank-function): New fun.
17509         (diff-font-lock-keywords): Use them.
17510         (diff-end-of-file): Handle case where file-header looks like diff text.
17511         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
17512         (diff-file-kill): Delete a subsequent empty line, if applicable.
17513         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
17514         (diff-find-file-name): Use it.
17515         (diff-tell-file-name): New command.
17516         (diff-mode): Be careful with view-mode.
17517         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
17518         New functions, for use in diff-mode-hook.
17519         (diff-find-source-location): Catch "regex too large" errors.
17520         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
17521         (diff-refine-hunk): New command.
17523         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
17524         (smerge-context-menu-map): Remove unused var.
17525         (smerge-keep-all): Preserve markers.
17526         (smerge-keep-n): New fun.
17527         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
17528         (smerge-keep-current, smerge-ediff): Use it.
17529         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
17530         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
17531         (smerge-resolve): Resolve trivial 3-part conflicts.
17533 2004-03-23  Juri Linkov  <juri@jurta.org>
17535         * man.el (Man-width): New var.
17536         (Man-getpage-in-background): Use it.
17537         (Man-support-local-filenames): New var and fun.
17538         (Man-build-man-command): Don't add a second %s.
17539         (Man-fontify-manpage): Clean up message.
17540         (Man-mode): Set outline-regexp, outline-level,
17541         imenu-generic-expression.
17543         * woman.el (woman-fill-frame): Doc fix.
17544         (woman-decode-region): Use window-width instead of frame-width.
17546         * abbrevlist.el (list-one-abbrev-table):
17547         * descr-text.el (describe-char):
17548         * international/mule-diag.el (describe-current-coding-system):
17549         * international/quail.el (quail-insert-decode-map):
17550         Use window-width instead of frame-width.
17552         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
17553         (jka-compr-mode-alist-additions): Add tbz.
17554         (jka-compr-write-region, jka-compr-insert-file-contents):
17555         Add message for undefined compress-program.
17556         (jka-compr-write-region): Remove redundant var bindings.
17558         * dired-x.el (dired-guess-shell-alist-default): Add choices for
17559         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
17560         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
17561         (dired-man): Use dired-guess-shell-command.
17562         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
17563         Change default nil to t.
17565         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
17566         (dired-compare-directories): Add default value for empty input.
17568         * help-at-pt.el: Move suggestions for key bindings to Commentary.
17570         * time.el (display-time-string-forms): Fix help-echo date format.
17572 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
17574         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
17575         (buffer-stale-function): New variable.
17576         (auto-revert-list-diff, auto-revert-dired-file-list)
17577         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
17578         (auto-revert-handler): Take over some functionality of deleted
17579         functions.
17580         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
17582         * dired.el (dired-directory-changed-p): New fun, extracted from
17583         dired-internal-noselect.
17584         (dired-buffer-stale-p): New fun.
17585         (dired-internal-noselect): Use dired-directory-changed-p.
17586         Eliminate revert messages.
17587         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
17589 2004-03-23  Kenichi Handa  <handa@m17n.org>
17591         * international/characters.el: Setup syntaxes for more parentheses
17592         Unicode characters.
17594         * international/mule-cmds.el (select-safe-coding-system):
17595         Merge coding-system and auto-cs before comparing them.
17597 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17599         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
17601         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17602         normal-auto-fill-function and comment-indent-function.
17603         The default values now work just as well.
17604         Don't set font-lock-beginning-of-syntax-function since we already set
17605         syntax-begin-function.
17606         (lisp-outline-level): Put ;;;###autoload at same level as (.
17607         (prin1-char): Quote special chars.
17609         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
17610         than with-no-warnings.
17612         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
17613         if the source location can't be found.
17614         (edebug-compute-previous-result): Use prin1-char.
17616         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
17617         (debug-ignored-errors): Add an entry.
17619         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
17620         (byte-compile-file): Output warning when deleting a file.
17622         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
17623         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
17625         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
17626         (byte-compile-inline-expand): Use backquote.
17627         (byte-optimize-pure-func): Rename from byte-optimize-concat.
17628         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
17630         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
17632         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
17634 2004-03-22  Juri Linkov  <juri@jurta.org>
17636         * finder.el (finder-known-keywords): Fix data, tex, unix.
17638         * play/landmark.el: Fix keywords.
17640         * language/ethio-util.el (ethio-find-file): Doc fix.
17642         * emacs-lisp/warnings.el: Doc fix.
17644         * textmodes/ispell.el (ispell-help): Doc fix.
17646 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
17648         * format.el (format-insert-file): Always return a list of two
17649         elements, like insert-file-contents does.
17651 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
17653         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
17654         and vc-BACKEND-diff.
17655         (vc-print-log): If the print-log implementation supports it, use
17656         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
17657         (vc-version-diff, vc-diff-internal): Doc fixes.
17659         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
17660         implementation supports it, let diff output go to *vc*,
17661         not *vc-diff*, since this is an internal call.
17663         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
17665         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
17667         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
17669 2004-03-21  Dave Love  <fx@gnu.org>
17671         * progmodes/cfengine.el (cfengine-mode):
17672         Set parse-sexp-ignore-comments.
17674         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
17676 2004-03-21  Juanma Barranquero  <lektu@terra.es>
17678         * allout.el (allout-mode): Fix docstring.
17680 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
17682         * files.el (insert-directory): Fix bug if SWITCHES is a list.
17684         * autorevert.el (auto-revert-interval): Make new value take
17685         effect immediately when set through Custom.
17686         (auto-revert-set-timer): Add interactive declaration.
17688 2004-03-19  David Ponce  <david@dponce.com>
17690         * ruler-mode.el (ruler-mode-header-line-format-old):
17691         Don't `make-variable-buffer-local'.
17692         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
17693         (ruler-mode-header-line-format): Simply funcall the above.
17694         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
17695         to save/restore a previous header line format.
17696         (ruler-mode-space): Don't depend on a numeric WIDTH value.
17697         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
17698         fringes and margins width.
17699         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
17701 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17703         * log-edit.el (log-edit-font-lock-keywords): Typo.
17705         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
17706         (tex-send-tex-command): Rather than here.
17707         (tex-compilation-parse-errors): Simplify.
17709         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
17711         * time.el (display-time-string-forms): Add help-echo with date on time.
17713         * composite.el (compose-region): Use restore-buffer-modified-p.
17715         * disp-table.el (standard-display-8bit): Simplify.
17717         * server.el (server-process-filter): Delete temp frame.
17719         * add-log.el (add-change-log-entry): Simplify.
17721 2004-03-19  Kim F. Storm  <storm@cua.dk>
17723         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
17724         (hexl-follow-line): Don't require 'fringe.
17726         * progmodes/compile.el (compilation-start): Always set
17727         compilation-last-buffer and return it.
17729 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
17731         * simple.el (clone-buffer): Doc fix.
17733 2004-03-18  Juanma Barranquero  <lektu@terra.es>
17735         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
17737 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17739         * log-edit.el (log-edit-font-lock-keywords): New var.
17740         (log-edit-mode): Use it.
17742 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
17744         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
17745         properly for watching in speedbar.
17747 2004-03-17  Masatake YAMATO  <jet@gyve.org>
17749         * smerge-mode.el (smerge-popup-context-menu):
17750         Put `unwind-protect' around `overlay-put' and `popup-menu'.
17752 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17754         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17755         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17756         Take sealed revisions into account.
17757         (vc-arch-checkin): Extract a summary line from the message.
17759 2004-03-16  Masatake YAMATO  <jet@gyve.org>
17761         * register.el (register): Provide `register' feature.
17763 2004-03-15  Masatake YAMATO  <jet@gyve.org>
17765         Added context menu support in smerge mode.
17766         Most of the part is written by Stefan Monnier.
17768         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17769         New keymap and menu.
17770         (smerge-text-properties): New function.
17771         (smerge-remove-props): New function.
17772         (smerge-popup-context-menu): New function.
17773         (smerge-resolve): Call `smerge-remove-props'.
17774         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17775         (smerge-keep-current): Ditto.
17776         (smerge-kill-current): New function.
17777         (smerge-match-conflict): Put text properties.
17778         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17780 2004-03-15  David Ponce  <david@dponce.com>
17782         * ruler-mode.el (ruler-mode-left-fringe-cols)
17783         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17784         (ruler-mode-right-scroll-bar-cols): Remove.
17785         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17786         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17787         Use fringe-columns and scroll-bar-columns.
17789 2004-03-15  Masatake YAMATO  <jet@gyve.org>
17791         * hl-line.el (hl-line-range-function): New variable.
17792         (hl-line-move): New function.
17793         (global-hl-line-highlight): Use `hl-line-move'.
17794         (hl-line-highlight): Ditto.
17796         * scroll-bar.el (scroll-bar-columns):
17797         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17799         * ruler-mode.el (top-level): Require scroll-bar and fringe.
17800         (ruler-mode-left-fringe-cols)
17801         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17802         (ruler-mode-right-scroll-bar-cols)
17803         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17804         (ruler-mode-ruler-function): New variable.
17805         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17806         if the value for `ruler-mode-ruler-function'is given.
17808         * hexl.el (hexl-mode-hook): Make the hook customizable.
17809         (hexl-address-area, hexl-ascii-area): New customize variables.
17810         (hexlify-buffer): Put font-lock-faces on the address area and
17811         the ascii area.
17812         (hexl-activate-ruler): New function.
17813         (hexl-follow-line): New function.
17814         (hexl-highlight-line-range): New function.
17815         (hexl-mode-ruler): New function.
17817 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17819         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
17820         (vc-default-find-file-hook): New fun.
17821         (vc-find-file-hook): Call new find-file-hook operation.
17823         * vc-arch.el: New file.
17825 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
17827         * info-look.el (info-lookup): Reuse an existing Info window.
17829 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
17831         * woman.el (woman-preserve-ascii): Default value changed to t and
17832         doc string revised.
17834 2004-03-12  Richard M. Stallman  <rms@gnu.org>
17836         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17837         Fix minor bug.
17839         * replace.el (occur-engine): Change message for count of matches.
17841         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17842         For strings, do compare text properties.
17844 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
17846         * progmodes/compile.el (compile-auto-highlight)
17847         (compilation-error-list, compilation-old-error-list)
17848         (compilation-parse-errors-function, compilation-parsing-end)
17849         (compilation-error-message, compilation-directory-stack)
17850         (compilation-enter-directory-regexp-alist)
17851         (compilation-leave-directory-regexp-alist)
17852         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17853         (compilation-current-file, compilation-regexps): Remove vars.
17855         (compile-error-at-point, compilation-error-filedata)
17856         (compilation-error-filedata-file-name, compile-reinitialize-errors)
17857         (compilation-next-error-locus, compilation-forget-errors)
17858         (count-regexp-groupings, compilation-parse-errors)
17859         (compile-collect-regexps, compile-buffer-substring): Remove funs.
17861         (compile-internal): Make obsolete.
17863         (compilation-first-column, compilation-error)
17864         (compilation-directory-matcher, compilation-page-delimiter)
17865         (compilation-mode-font-lock-keywords, compilation-debug)
17866         (compilation-error-face, compilation-warning-face)
17867         (compilation-info-face, compilation-line-face)
17868         (compilation-column-face, compilation-enter-directory-face)
17869         (compilation-leave-directory-face, compilation-skip-threshold)
17870         (compilation-skip-visited, compilation-context-lines): New vars.
17872         (compilation-warning-face, compilation-info-face)
17873         (compilation-message-face): New faces.
17875         (compilation-error-regexp-alist-alist): New constant.
17877         (compilation-face, compilation-directory-properties)
17878         (compilation-assq, compilation-error-properties, compilation-start)
17879         (define-compilation-mode, compilation-loop)
17880         (compilation-set-window): New functions.
17882         (compile): Additional argument for interactive compiles like TeX.
17884         * progmodes/grep.el (kill-grep): Move here from compile.el
17885         (grep-error, grep-hit-face, grep-error-face)
17886         (grep-mode-font-lock-keywords): New variables.
17887         (grep-regexp-alist): Simplify regexp and add `binary' case.
17888         (grep-mode): New mode.
17889         (grep-process-setup): Simplify.
17891 2004-03-11  Jason Rumney  <jasonr@gnu.org>
17893         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17894         letters on DOS/Windows.
17896 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17898         * server.el (server-name): New var.
17899         (server-socket-dir): New var to replace server-socket-name.
17900         (server-start): Use them.
17902 2004-03-11  Simon Josefsson  <jas@extundo.com>
17904         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17905         died to avoid infloop.  Reported by Jonathan Glauner
17906         <jglauner@sbum.org>.
17908 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17910         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17911         (smerge-mode-menu): Use it to deactivate menu entries.
17912         (smerge-keep-current): New fun.
17913         (smerge-keep-current): Use it.
17915 2004-03-10  John Paul Wallington  <jpw@gnu.org>
17917         * foldout.el (foldout-fold-list, foldout-modeline-string):
17918         Declare them as variables, not constants.
17920 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17922         * ps-print.el: Modification to print *Messages* buffer.
17923         (ps-print-version): New version 6.6.4.
17924         (ps-message-log-max): New fun.
17925         (ps-spool-without-faces, ps-spool-with-faces)
17926         (ps-count-lines-preprint): Code fix.
17928         * printing.el: New tips in Tips section.
17930 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17932         * delim-col.el: Doc fix.
17934         * printing.el: Doc fix.  New doc section (Tips).
17936 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17938         * type-break.el (type-break-emacs-variant): Remove.
17939         (type-break-run-at-time, type-break-cancel-function-timers):
17940         Use fboundp rather than version name and number.
17942 2004-03-09  Masatake YAMATO  <jet@gyve.org>
17944         * hexl.el (hexl-mode): Use `make-local-variable' instead of
17945         `make-variable-buffer-local'.
17947 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
17949         * find-dired.el (find-dired): Call `shell-command' instead of
17950         `start-process-shell-command'.  By this, Tramp takes over
17951         handling of remote directories.
17953 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17955         * newcomment.el (comment-use-global-state): New var.
17956         (comment-search-forward): Use it.
17958         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17960         * cus-edit.el (fill) <defgroup>: Move to fill.el.
17962         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17963         (enable-kinsoku): Make it a defcustom.
17964         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17965         paragraph to same-comment-start-marker.
17967 2004-03-07  Dave Love  <fx@gnu.org>
17969         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17970         (browse-url-mail): Use it.
17972         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17973         (rfc2368-unhexify-string): Use replace-regexp-in-string.
17975 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
17977         * woman.el (woman-man.conf-path): Doc fix.
17978         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17980 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
17982         * sort.el (sort-columns): Remove ms-dos from the list of systems
17983         where the external `sort' command is not used.
17985 2004-03-07  Kim F. Storm  <storm@cua.dk>
17987         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17988         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17989         from overlay-arrow-variable-list.
17990         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17992 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
17994         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17995         overlay arrow string properly for the assembler buffer.
17997 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17999         * mail/sendmail.el (mail-mode): Fix last change.
18001 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
18003         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
18004         for the assembler buffer.
18005         (gdb-assembler-custom): Position the overlay arrow.
18006         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
18008 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18010         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
18012         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
18013         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
18015         * mail/sendmail.el (mail-mode): Set comment-start-skip.
18017         * newcomment.el (uncomment-region): Allow non-terminated comment.
18018         (comment-normalize-vars): Check the user-specified comstart marker.
18020 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18022         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
18023         Otherwise, do use it if the region only contains font-lock text
18024         properties.
18026 2004-03-04  Masatake YAMATO  <jet@gyve.org>
18028         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
18029         as the callback function for eldoc.
18030         (hexl-print-current-point-info): New function.
18031         (hexl-current-address): Print the address in both decimal
18032         and hexadecimal format.
18034 2004-03-04  Richard M. Stallman  <rms@gnu.org>
18036         * mail/rmail.el (rmail-convert-to-babyl-format):
18037         Specify t for UNIBYTE when calling mail-unquote-printable-region.
18039         * mail/mail-utils.el (mail-unquote-printable-region):
18040         New arg UNIBYTE.
18042         * startup.el (command-switch-alist): Doc fix.
18044         * simple.el (undo): Temporarily set this-command to `undo-start',
18045         then set it to `undo' once undo-start returns without error.
18047         * simple.el (minibuffer-history-sexp-flag): Doc fix.
18049         * simple.el (kill-line): Don't disregard trailing whitespace
18050         in eol condition, if show-trailing-whitespace is set.
18052         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
18053         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
18054         When disabling, restore old values only if mouse-sel-has-been-enabled.
18056         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
18057         (isearch-{-char): New function.
18058         (isearch-mode-map): Bind { to isearch-{-char.
18060         * font-lock.el (lisp-font-lock-keywords-2):
18061         Turn off the CL with-... and do-... general patterns.
18062         Instead, recognize several specific with... and do... constructs.
18064         * files.el (switch-to-buffer-other-window):
18065         Bind same-window-buffer-names and same-window-regexps to nil.
18066         (switch-to-buffer-other-frame): Likewise.
18068 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18070         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
18071         recognizing leading comment on code line.
18073 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18075         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
18076         hidden files/directories.
18078 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18080         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
18081         only comment-start (in case the mode hasn't set it).
18083         * Makefile.in (AUTOGENEL): New var.
18084         (bootstrap-prepare): Rename from bootstrap-clean.
18085         Don't remove elc files.
18086         (maintainer-clean): New target.
18088         * xml.el (xml-get-attribute-or-nil): Simplify.
18090 2004-03-02  Juri Linkov  <juri@jurta.org>
18092         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
18093         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
18094         URL to prevent their substitution with the environment variable
18095         values by browsers.
18097 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18099         * ps-print.el: Doc fix.
18100         (ps-print-version): New version number (6.6.3).
18101         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
18102         Docstring fix.
18103         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
18104         before printing.
18105         (ps-time-stamp-yyyy-mm-dd): New fun.
18106         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
18108 2004-03-02  Kim F. Storm  <storm@cua.dk>
18110         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
18112 2004-03-01  Juanma Barranquero  <lektu@terra.es>
18114         * allout.el (allout-rebullet-heading): Fix typo in docstring.
18116         * desktop.el (desktop-file-version)
18117         (desktop-after-read-hook): Fix typos.
18118         (desktop-clear-preserve-buffers): Remove redundant info in
18119         docstring already shown by the obsolescence message.
18120         (desktop-truncate, desktop-internal-v2s)
18121         (desktop-value-to-string): Change argument name to match docstring.
18123         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
18125         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
18126         docstring.
18128 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18130         * printing.el: Replace "As Is..." in PostScript file print/preview by
18131         "No Preprocessing...".  Suggested by Colin Marquardt
18132         <_marquardt_@zmd.de>.
18133         (pr-insert-section-4): Adjust buffer interface.
18135 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
18137         Version 2.0.39 of Tramp released.
18139         * net/tramp.el (tramp-handle-file-local-copy)
18140         (tramp-handle-write-region, tramp-open-connection-rsh):
18141         Variable name typo.  Small change.  From Patrick Tullmann
18142         <tullmann@flux.utah.edu>.
18143         (tramp-process-connection-type): New variable.
18144         (tramp-maybe-open-connection): Use it.
18145         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
18146         (tramp-touch): Set last-modified time of a remote file.
18147         (tramp-handle-write-region): Say which function is used when encoding.
18149 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
18151         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
18152         case of non-existing filename, too.  Reported by Christoph Bauer
18153         <c_bauer@informatik.uni-kl.de>.
18154         (tramp-smb-get-file-entries): The directory in question should
18155         have permissions "drwxrwxrwx".  Just virtual, because we don't
18156         know the real permissions.  Don't we know?
18157         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
18158         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
18159         (tramp-smb-wait-for-output): Optimize algorithm getting pending
18160         output.  If it was received chunkwise, there have been problems.
18161         Remove the "prompt not found" error message; it is obvious.
18162         Simplify algorithm.
18163         (tramp-smb-process-running): Remove.  Since we acknowledge the
18164         virtual prompt for shares, there's no need for distinction of
18165         reading shares (process ends afterwards) and interactive mode of
18166         smblient.
18167         (tramp-smb-open-connection): Setting process sentinel removed.
18168         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
18169         "NT_STATUS_NETWORK_ACCESS_DENIED".
18170         (tramp-smb-maybe-open-connection): Set `process-connection-type'
18171         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
18172         (top-level): Setting default value in `tramp-default-method-alist'
18173         corrected.  Order of USER and HOST have been wrong.
18174         Nobody complained for months ...
18175         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
18176         (tramp-smb-open-connection): Clear password cache if login has failed.
18178         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
18179         `tramp-unified-filenames'.
18180         (tramp-completion-mode): Make test for XEmacs explicitely.
18181         `event-to-character' can exists in Emacs packages too.
18182         Reported by Matt Swift <swift@alum.mit.edu>.
18183         (tramp-buffer-name): Buffer name must contain the user if exists.
18184         Reported by Adrian Phillips <a.phillips@met.no>.
18185         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
18186         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
18187         (tramp-do-copy-or-rename-file-out-of-band): Rename from
18188         `tramp-do-copy-or-rename-file-one-local', because it handles also
18189         the case both files use the same out-of-band method.
18190         Implementation added.
18191         (tramp-handle-file-local-copy, tramp-handle-write-region):
18192         Out-of-band handling removed.  `copy-file' called instead, which
18193         calls `tramp-do-copy-or-rename-file-out-of-band'.
18194         (tramp-action-password): Check for out-of-band method removed.
18195         This function is used for 'login-program.
18196         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
18197         appropriate.
18198         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
18199         and `tramp-parse-sknownhosts'.
18200         (tramp-completion-function-alist): It's a defvar now, because we
18201         want to apply the optimized `tramp-set-completion-function'
18202         instead of a static list.
18203         (tramp-set-completion-function): Implementation tuned.
18204         Avoid double entries, and entries where the function or the
18205         file/directory doesn't exist.
18206         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
18207         for SSH2.
18208         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
18209         (tramp-handle-dired-compress-file): New function.
18210         (tramp-async-proc): New variable.
18211         (tramp-handle-shell-command): Adding asynchronous processes.
18212         They are far from being perfect, but it works at least for
18213         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
18214         (top-level): Require password.el if visible.  Should be mandatory
18215         once No Gnus has found its way into (X)Emacs.
18216         (tramp-read-passwd): Invoke `password-read' if available,
18217         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
18218         fallback any longer.
18219         (tramp-clear-passwd): New function.
18220         (tramp-process-actions, tramp-process-multi-actions):
18221         Clear password cache if login has failed.
18223         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
18224         its own module.
18225         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
18226         `ange-ftp-ftp-name-res'.  There could be incorrect values from
18227         previous calls in case the "ftp" method is used in the Tramp file
18228         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18230 2004-02-28  Richard M. Stallman  <rms@gnu.org>
18232         * term.el (term-mouse-paste): Call mouse-set-point.
18234         * thumbs.el: New file.
18236 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18238         * progmodes/ebnf-abn.el: Doc fix.
18240         * progmodes/ebnf-bnf.el: Doc fix.
18241         (ebnf-repeat): Code fix.
18243         * progmodes/ebnf2ps.el: Doc fix.
18244         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
18246 2004-02-28  Juri Linkov  <juri@jurta.org>
18248         * ffap.el (dired-at-point): Additional writability test for
18249         relative directory names.
18250         (dired-at-point-prompter): Treat directories as a directory, get
18251         the directory component from files.
18252         (ffap-string-at-point): Return string from region if region is active.
18253         (ffap-file-at-point): Remove redundant code.
18255 2004-02-28  Kim F. Storm  <storm@cua.dk>
18257         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
18258         Initialize margin area images to nil.
18259         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
18260         (breakpoint-enabled-bitmap-face)
18261         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
18262         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
18263         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
18264         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
18265         (gdb-reset): Use gdb-remove-breakpoint-icons.
18266         (gdb-put-string): Add dprop arg to specify alternative display
18267         property (for setting fringe bitmap).
18268         (gdb-remove-strings): Doc fix.
18269         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
18270         icon in fringe (if available), or else as icon or text in display
18271         margin.  Creates necessary icons in breakpoint-bitmap,
18272         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
18273         Also make left window margin if required.
18274         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
18275         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
18276         no longer needed.
18277         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
18278         gdb-put-breakpoint-icon.
18279         (gdb-assembler-mode): Don't set left-margin-width here.
18281 2004-02-27  Kevin Ryde  <user42@zip.com.au>
18283         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
18284         comma, so that it DTRT in macros.
18286 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
18288         * progmodes/sh-script.el (sh-shell-arg)
18289         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
18290         (sh-leading-keywords, sh-other-keywords): Fix custom type.
18292 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
18294         * faces.el (face-spec-set-match-display): Add a new attribute,
18295         `min-colors'.
18296         (region, highlight, secondary-selection): Use `min-colors'.
18298         * custom.el (defface): Add documentation for `min-colors'.
18300         * font-lock.el (font-lock-comment-face, font-lock-string-face)
18301         (font-lock-keyword-face, font-lock-function-name-face)
18302         (font-lock-variable-name-face, font-lock-constant-face):
18303         Use `min-colors'.
18305         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
18307 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18309         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
18310         define assq-delete-all if it's not defined.
18311         (ebnf-generate-region): Code fix.
18313         * printing.el: Doc fix.
18314         (pr-version): New version number (6.7.2).
18315         (pr-command): Return empty string if command is an empty string.
18317 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18319         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
18321         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
18322         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
18323         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
18324         "tt" ["test"] ).  Reported by Markus Dreyer
18325         <mdreyer@ix.urz.uni-heidelberg.de>.
18326         (ebnf-version): New version number (4.0).
18327         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
18328         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
18329         (ebnf-delete-style): New commands.
18330         (ebnf-directory, ebnf-file): New funs.
18331         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
18332         (ebnf-production-name-p, ebnf-stop-on-error): New options.
18333         (ebnf-syntax-alist): New var.
18334         (ebnf-element-width): New fun replacing ebnf-list-width.
18335         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
18336         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
18337         (ebnf-prologue): Adjust vars.
18338         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
18339         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
18340         (ebnf-check-style-values, ebnf-generate-production)
18341         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
18342         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
18343         (ebnf-token-repeat): Code fix.
18345         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
18346         %right, %left and %prec.  Suggested by Matthew K. Junker
18347         <junker@alum.mit.edu>.
18348         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
18350         * progmodes/ebnf-iso.el: Doc fix.
18351         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
18352         (ebnf-iso-lex): Code fix.
18354         * progmodes/ebnf-bnf.el: Doc fix.
18355         (ebnf-bnf-lex): Code fix.
18357         * progmodes/ebnf-otz.el: Doc fix.
18359 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
18361         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
18362         (abbrev-prefix-mark): Doc fix.
18364 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
18366         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
18367         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
18368         (gdb-var-delete): Make interactive (really).
18369         (gdb-edit-value): Make non-interactive.
18371         * progmodes/gud.el (gud-speedbar-menu-items):
18372         Add gdb-var-delete and, indirectly, gdb-edit-value.
18373         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
18374         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
18375         (gud-gdb-marker-filter): Add comment for annotations.
18377 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
18379         * calendar/calendar.el (generate-calendar)
18380         (calendar-read-date): Prevent display of BC calendars once more -
18381         reverts 2003-10-01 change.
18382         (generate-calendar-month): Doc fix.
18384 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
18386         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
18387         return value of increment-calendar-month.
18389 2004-02-21  Stephen Compall  <s11@member.fsf.org>
18391         * saveplace.el (save-place-forget-unreadable-files)
18392         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
18393         (save-place-forget-unreadable-files): New function.
18394         (save-place-alist-to-file): Use it to filter out files that are
18395         no longer readable.
18397         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
18398         current Texinfo environment, using the same method as in
18399         `texinfo-insert-@end', and insert a space rather than a newline if
18400         point in a @table environment.
18402 2004-02-21  Juri Linkov  <juri@jurta.org>
18404         * ffap.el (ffap-file-at-point): Try parent directories.
18406 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
18408         * vcursor.el (vcursor-modifiers): New defcustom.
18409         (vcursor-cs-binding): Use vcursor-modifiers instead of a
18410         hard-coded list.
18412 2004-02-21  Masatake YAMATO  <jet@gyve.org>
18414         * play/animate.el (animate-birthday-present): Accept names other
18415         than `Sarah', too.
18417 2004-02-21  Juri Linkov  <juri@jurta.org>
18419         * startup.el: Remove table of command line arguments from the
18420         Commentary section.
18422 2004-02-20  John Wiegley  <johnw@newartisans.com>
18424         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
18425         again" modifier from 'e' to 'E', since 'e' is also used by the
18426         "file extension" modifier.
18428 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
18430         * help-fns.el (describe-categories): Doc fix.
18432 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
18434         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
18435         temporary file for buffer already visiting one.  This change makes
18436         output likely to be directly usable by patch program.
18437         Suggested by Adrian Aichner  <adrian@xemacs.org>
18439 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
18441         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
18442         case of variables defined in compound statements.
18443         (gdb-setup-windows, gdb-source-info, gdb-source-info):
18444         Simplify constructions using switch-to-buffer.
18446 2004-02-19  Simon Josefsson  <jas@extundo.com>
18448         * play/morse.el: Fix typo.
18449         (morse-code): Add @.
18451 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
18453         * calendar/appt.el (appt-display-format): Change default to
18454         'ignore, for backwards compatibility.
18455         (appt-display-message): If appt-display-format is 'ignore,
18456         respect old vars appt-msg-window and appt-visible.
18457         (appt-activate): Don't depend on return value of cancel-timer.
18459         * calendar/calendar.el (calendar-holidays): Doc fix.
18461         * calendar/cal-coptic.el (coptic-prompt-for-date):
18462         Use assoc-string instead of assoc-ignore-case.
18463         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
18464         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
18465         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
18466         * calendar/cal-islam.el (calendar-goto-islamic-date)
18467         (mark-islamic-diary-entries): Ditto.
18468         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
18469         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
18470         (calendar-read-mayan-tzolkin-date): Ditto.
18471         * calendar/calendar.el (calendar-read-date): Ditto.
18472         * calendar/diary-lib.el (mark-diary-entries): Ditto.
18474 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
18476         * progmodes/executable.el (executable-command-find-posix-p):
18477         Fix choice of the directory.
18479 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
18481         * simple.el (interprogram-cut-function)
18482         (interprogram-paste-function, kill-new, kill-append):
18483         Doc fixes.
18484         (kill-region): Make it return nil.  Doc fix.
18485         (yank-pop): Make its argument optional.
18486         (yank): Make ARG `-' equivalent to `-1'.
18488 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
18490         * mail/rmail.el (rmail-get-new-mail): Don't reference
18491         rmail-use-spam-filter if rmail-spam-filter is not loaded.
18493 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
18495         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
18496         if one of global-auto-revert-non-file-buffers or autorevert-mode
18497         is non-nil.
18499 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
18501         * subr.el (delete-dups): A better implementation from Karl Heuer
18502         <kwzh@gnu.org>.
18504 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
18506         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
18507         correct place.
18508         * progmodes/icon.el (icon-indent-command): Ditto.
18509         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
18511 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
18513         * progmodes/grep.el (grep-compute-defaults): Undo change from
18514         2004-01-29: don't use executable-command-find-posix-p.
18516 2004-02-16  Richard Sharman  <rsharman@pobox.com>
18518         * hilit-chg.el: Use require instead of eval-and-compile.
18519         (highlight-compare-buffers): New function.
18521 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
18523         * man.el (Man-fontify-manpage): Render section headings in
18524         `Man-overstrike-face' even when overstrike was not used by man
18525         formatter for section headings.
18527 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
18529         * rmail-spam-filter.el (vm-use-spam-filter)
18530         (rsf-min-region-length-added-to-spam-list): New variables.
18531         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
18532         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
18533         spam testing.  Don't delete spam message if automatic deletion
18534         after output via variable rmail-delete-after-output is turned on.
18535         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
18536         rsf-bbdb-dont-create-entries-for-spam.
18537         (check-field): New function, extracted from code in
18538         rmail-spam-filter to ease addition of header fields like content-type.
18539         (message-content-type): New variable to check the content-type:
18540         field added, also in defcustom of rsf-definitions-alist.
18541         (rmail-spam-filter): Replace repeated test code for header fields
18542         by calls to check-field; change the call to
18543         rmail-output-to-rmail-file such that rmail-current-message stays
18544         the same to avoid wrong deletion of unseen flags.
18545         (rsf-add-contents-type): New function to convert old format
18546         of rmail-spam-definitions-alist into new one.
18547         Change prefixes of all variables and functions from
18548         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
18550 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
18552         * loadhist.el (unload-hook-features-list): New defvar.
18554 2004-02-16  Dave Love  <fx@gnu.org>
18556         * loadhist.el (unload-feature): Doc fix.  Rename flist to
18557         unload-hook-features-list.
18559 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
18561         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
18562         cookie.  Don't check if we are looking-at open-formula.
18564 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
18566         * subr.el (match-string-no-properties): Use substring-no-properties.
18568 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
18570         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
18571         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
18572         Use lower-case "rx" in all error message.
18574 2004-02-16  Dave Love  <fx@gnu.org>
18576         * emacs-lisp/rx.el (rx-or): Put group around result.
18577         (rx-constituents): Add backref.
18578         (rx-syntax): Add string-delimiter, comment-delimiter.
18579         (rx-categories): Add combining-diacritic.
18580         (rx-check-not, rx-greedy, rx): Doc fix.
18581         (rx-backref, rx-check-backref): New.
18583 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
18585         * newcomment.el (uncomment-region): Allow eob as comment end.
18587 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
18589         * filecache.el: All message and error commands now use prefix
18590         "Filecache:" to make it easy to read *Messages* buffer.
18592 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
18594         * autorevert.el: Add support to detect changed dired and VC buffers.
18595         (auto-revert-active-p, auto-revert-list-diff)
18596         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
18597         (auto-revert-handler, auto-revert-active-p): New functions.
18598         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
18599         and `auto-revert-active-p'.
18600         (eval-when-compile): Defvar dired-directory and vc-mode.
18601         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18602         (auto-revert-handler-vc): New functions.
18604 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18606         * progmodes/compile.el (compilation-directory): New defvar.
18607         (compile): Save current directory in compilation-directory.
18608         (recompile): Bind default-directory to compilation-directory if
18609         that is non-nil.
18611 2004-02-16  Dave Love  <fx@gnu.org>
18613         * newcomment.el (comment-insert-comment-function)
18614         (comment-region-function, uncomment-region-function): New.
18615         (comment-indent): Use comment-insert-comment-function.
18616         (uncomment-region): Use uncomment-region-function.
18617         (comment-region): Use comment-region-function.
18619         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
18621 2004-02-16  Richard Stallman  <rms@gnu.org>
18623         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
18624         loaddefs* and ldefs-boot*.
18626 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
18628         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
18629         and email address at the beginning and end of the address.
18631         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
18632         anchored at the beginning of the email address.
18634 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
18636         * international/ccl.el (ccl-compile-write): Pass `left' to
18637         ccl-embed-code to generate correct code of write-expr-register.
18639 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
18641         * progmodes/grep.el (grep-compute-defaults): Fix typos.
18643 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18645         * x-dnd.el: Mention support for Motif in commentary.
18646         (x-dnd-handle-drag-n-drop-event): Ditto.
18648 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
18650         * ses.el: Use "ses--" prefixes for buffer-local variables.
18651         Use (point-min) instead of 1, even when we know the buffer
18652         is unnarrowed.
18653         (ses-build-load-map): Delete.  Distribute its content to defconst's for
18654         the three maps.
18655         (ses-menu, ses-header-line-menu): New menus.
18656         (ses-mode-map): Use them.
18657         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
18659 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
18661         * Makefile.in: Fix the CC Mode recompile kludge so it works
18662         when building in a different directory.
18664 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
18666         * simple.el (kill-new): Put yank-handler property on the entire string.
18668 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18670         * diff.el: Don't use compile any more, use diff-mode instead.
18671         (diff-regexp-alist, diff-old-file, diff-new-file)
18672         (diff-parse-differences, diff-process-setup): Remove.
18673         (diff-sentinel): New fun.
18674         (diff): Use it.  Run the process ourselves.
18675         Use diff-mode for the rest of the processing.
18677         * diff.el (diff): Simplify code handling `switch'.
18679 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18681         * pcvs-defs.el (cvs-menu): Add `tag'.
18683 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
18685         * simple.el (kill-append): Doc fix.
18687         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18688         Adapt outline-regexp to the new conventions for commenting out code.
18690 2004-02-11  John Paul Wallington  <jpw@gnu.org>
18692         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
18694 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18696         * diff.el (diff-switches): New fun.
18697         (diff, diff-backup): Use it.
18698         (diff): Clean up the args construction.  Use backquote.
18699         Use listp instead of consp to avoid putting a nil arg.
18700         (diff): Add a revert-buffer function.
18702 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18704         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
18705         handled by x-dnd-handle-file-name.
18706         (x-dnd-known-types): Add COMPOUND_TEXT.
18707         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
18708         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
18709         x-dnd-empty-state.
18710         (x-dnd-forget-drop): Ditto.
18711         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
18712         (x-dnd-handle-one-url): Return private when inserting text.
18713         (x-dnd-insert-ctext): New function.
18714         (x-dnd-handle-file-name): New function for FILE_NAME.
18715         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
18716         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
18717         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
18719 2004-02-10  Kenichi Handa  <handa@m17n.org>
18721         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
18722         instead of while loop.
18724 2004-02-10  Miles Bader  <miles@gnu.org>
18726         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
18728 2004-02-09  Kenichi Handa  <handa@m17n.org>
18730         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
18731         have end-of-line.
18733 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
18735         * Makefile.in: Added extra dependencies in the recompile target
18736         needed to cope with the compile time macro expansions in CC Mode.
18738 2004-02-09  Kim F. Storm  <storm@cua.dk>
18740         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
18741         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
18742         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
18743         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
18744         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
18745         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
18746         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
18747         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
18748         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
18749         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
18750         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
18752 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18754         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18755         Don't allow shrink if there's a window on our right.
18757         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18758         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18759         Bring together declaration and initialization.
18760         (prolog-mode-variables): Don't set the syntax table.
18761         Don't set paragraph-start and comment-indent-function.
18762         Add /*..*/ to the comment regexps.
18763         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
18764         (prolog-mode-map): Don't bind TAB.
18765         (prolog-mode): Set the syntax table.
18766         (prolog-comment-indent): Remove.
18767         (inferior-prolog-mode-map): Initialize in the declaration.
18768         (inferior-prolog-mode-syntax-table)
18769         (inferior-prolog-mode-abbrev-table): New vars.
18770         (inferior-prolog-mode): Derive from comint-mode.
18771         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18772         minibuffer windows.
18774         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18775         in file names, as long as it is unabmiguous.
18777 2004-02-08  Andreas Schwab  <schwab@suse.de>
18779         * textmodes/reftex-toc.el
18780         (reftex-toc-load-all-files-for-promotion): Remove useless use of
18781         format.  Doc fix.
18783         * textmodes/refer.el (refer-find-entry-internal): Remove extra
18784         format string arguments.
18786         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18787         string argument.
18789         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18791         * play/zone.el (zone-call): Fix format string.
18793         * net/webjump.el (webjump-builtin): Add missing format string argument.
18795         * midnight.el (midnight-delay-set): Remove extra format string argument.
18797         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18799         * hexl.el (hexl-insert-char): Add missing format string argument.
18801         * format.el (format-decode): Fix format string.
18803         * emulation/vi.el (vi-mode): Remove extra format string argument.
18804         (vi-repeat-last-search): Likewise.
18805         (vi-reverse-last-search): Likewise.
18806         (vi-goto-mark): Likewise.
18807         (vi-reverse-last-find-char): Likewise.
18808         (vi-repeat-last-find-char): Likewise.
18809         (vi-locate-def): Likewise.
18811         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18813         * ediff-util.el (ediff-toggle-read-only): Remove extra format
18814         string argument.
18815         (ediff-toggle-regexp-match): Likewise.
18817         * dired-aux.el (dired-do-query-replace-regexp): Add missing
18818         format string argument.
18820         * calc/calc-map.el (calc-get-operator): Remove extra format
18821         string argument.
18823         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18825         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18826         string argument.
18828         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18830         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18832         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18834         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18835         (cl-struct-setf-expander): Likewise.
18837         * vc.el (with-vc-file): Fix unsafe uses of error.
18838         (vc-cancel-version): Likewise.
18840 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
18842         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18843         thousands separator; fixes <class>:<line-number> regexp for
18844         non-english locales.
18846 2004-02-08  Andreas Schwab  <schwab@suse.de>
18848         * view.el (view-mode-enable): Revert previous change.
18850 2004-02-07  Kim F. Storm  <storm@cua.dk>
18852         * simple.el (line-number-at-pos): Rename from line-at-pos.
18853         Uses changed (what-line and vc-annotate-warp-version).
18855 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18857         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18858         (diff-mode): Remove aborted attempt at support for compile.el.
18859         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18861 2004-02-06  Andreas Schwab  <schwab@suse.de>
18863         * view.el (view-mode-enable): Add view-mode-map to
18864         minor-mode-overriding-map-alist.
18866 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18868         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18870 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18872         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18873         with point inside rather than after the paragraph.
18875 2004-02-04  Sam Steingold  <sds@gnu.org>
18877         * mail/smtpmail.el (smtpmail-try-auth-methods):
18878         Do not try authentication when no mechanism is available.
18879         Pass port-name as defaultport to `netrc-machine'.
18881 2004-02-04  Stephen Eglen  <stephen@gnu.org>
18883         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18884         to show how minibuffer height can be constrained.
18886 2004-02-04  John Paul Wallington  <jpw@gnu.org>
18888         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18890 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18892         * x-dnd.el: New file for drag and drop.
18894         * term/x-win.el: require x-dnd, set after-make-frame-functions
18895         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18896         drag-n-drop event.
18898         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18899         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18900         (dired-dnd-handle-file): New functions for drag and drop support.
18901         (dired-mode): Initialize drag and drop if x-dnd present.
18903 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18905         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18906         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18907         (cperl-mode): Set fill-paragraph-function.
18908         (cperl-fill-paragraph): Make it non-interactive.
18910 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
18912         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18914 2004-02-02  David Kastrup  <dak@gnu.org>
18916         * replace.el (perform-replace): Allow 'literal argument in
18917         regexp-flag to indicate literal replacement.
18918         (query-replace-regexp-eval): Use it.
18920 2004-02-01  Andreas Schwab  <schwab@suse.de>
18922         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18924 2004-02-01  Stephen Eglen  <stephen@gnu.org>
18926         * info-look.el: Add support for maxima-mode.  Update commentary
18927         because info-lookup-symbol is now bound to C-h S.
18929 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
18931         * simple.el (edit-and-eval-command): Bind print-level and
18932         minibuffer-history-sexp-flag around call to read-from-minibuffer.
18933         Correct initial position in command-history.
18935 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
18937         * files.el (read-directory-name): Adapt the docstring to recent
18938         change in Fread_file_name.
18940 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
18942         * ses.el (ses-print-cell): If print format too wide for column
18943         width, truncate decimal places if that helps to avoid "#####" fill.
18944         * ses.el (ses-initial-column-width): Revert previous change.
18946 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18948         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18949         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18950         Add edebug info.
18951         (jit-lock-mode): Setup/cancel the new timer.
18952         (jit-lock-context-fontify): New fun.  Extracted from
18953         context fontification code of jit-lock-stealth-fontify.
18954         (jit-lock-stealth-fontify): Don't do context fontification any more.
18956         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18957         (jit-lock-fontify-now): Handle the `quit' case.
18958         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18960 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
18962         * progmodes/executable.el (executable-command-find-posix-p):
18963         New.  Check if find handles arguments Posix-style.
18965         * progmodes/grep.el (grep-compute-defaults):
18966         Use executable-command-find-posix-p.
18967         (grep-find): Check `grep-find-command'.
18969         * filecache.el (file-cache-find-posix-p): Delete.
18970         (file-cache-add-directory-using-find):
18971         Use `executable-command-find-posix-p'.
18973 2004-01-29  Dave Love  <fx@gnu.org>
18975         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18976         Iterate the hook function if arg is given.
18977         (mark-defun, narrow-to-defun): Change order of finding the limits.
18979         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18980         (byte-compile-format-warn): New.
18981         (byte-compile-callargs-warn): Use it.
18982         (Format, message, error): Add byte-compile-format-like property.
18983         (byte-compile-maybe-guarded): New.
18984         (byte-compile-if, byte-compile-cond): Use it.
18985         (byte-compile-lambda): Compile interactive forms,
18986         just to make warnings about them.
18988 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
18990         * ses.el (ses-initial-column-width): Increase to 14, so it will
18991         work well with the default printer of "%.7g" for extreme values
18992         like "-1.234567e+07".
18994 2004-01-29  Kenichi Handa  <handa@m17n.org>
18996         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18998 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
19000         * dos-w32.el: Added support for the `default-printer-name' function.
19002 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19004         * server.el (server-socket-name): Don't use the hostname in the
19005         socket name since /tmp is local to the host anyway.
19007         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
19008         robust check of widening and fix var-naming.
19010 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
19012         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
19013         or rmail-spam- to rsf- in all function and variable names.
19014         (rsf-min-region-to-spam-list): New variable.
19015         (rsf-bbdb-auto-delete-spam-entries): Rename from
19016         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
19017         scanned together with the recipients field for spam testing; Don't
19018         delete spam message if rmail-delete-after-output is non-nil;
19019         (rsf-check-field): New function, extracted from code in
19020         rmail-spam-filter to ease addition of header fields like
19021         content-type:;
19022         (message-content-type): New variable.  The content-type: field was
19023         added also in defcustom of rsf-definitions-alist;
19024         (rmail-spam-filter): Replace repeated test code for header fields
19025         by calls to check-field; change the call to
19026         rmail-output-to-rmail-file such that rmail-current-message stays
19027         the same to avoid wrong deletion of unseen flags.
19028         (rmail-use-spam-filter): Add autoload cookie.
19030 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
19032         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
19033         (file-cache-add-directory-using-find): Add Cygwin support.
19034         (file-cache-find-command-posix-flag): New user variable.
19036         * filecache.el (file-cache-add-directory): Check for
19037         directories an remove them from dir-files.
19039 2004-01-27  Richard M. Stallman  <rms@gnu.org>
19041         * man.el (Man-fontify-manpage): Clean up message.
19043 2004-01-27  Kenichi Handa  <handa@m17n.org>
19045         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
19046         (sentence-end): Define using sentence-end-without-space.
19048         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
19049         a sentence ends with one of a character in sentence-end-without-space.
19051 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19053         * font-lock.el (font-lock): Add jit-lock as explicit group member.
19054         (jit-lock): Group declaration moved to jit-lock.el.
19055         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
19056         when necessary.
19058         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
19059         (jit-lock-context-unfontify-pos): Rename from
19060         jit-lock-first-unfontify-pos.
19061         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
19063 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
19065         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
19066         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
19067         (fortran-fill): When filling a string, adjust re-search-backward
19068         argument for special case of string just on fill-column.
19069         When filling non-string, allow one extra char if
19070         fortran-break-before-delimiters is non-nil.
19071         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
19072         Use fortran-break-delimiters-re and fortran-no-break-re to
19073         correctly handle cases such as "**".
19075         * progmodes/f90.el (f90-break-delimiters): Doc fix.
19076         (f90-no-break-re): Add some extra tokens.  Doc fix.
19078 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
19080         * mail/rmail-spam-filter.el:
19081         Use two semicolons as Commentary line prefix.
19082         Add ";;; Code:" stylized comment.
19083         Delete end-of-line whitespace.
19084         Wrap (require 'cl) with `eval-when-compile'.
19086 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
19088         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
19089         at the top level of vc.el.
19091 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
19093         * vc.el (vc-current-line): Function removed.  This is now done by
19094         the new function line-at-pos in simple.el.
19095         (vc-annotate-warp-version): Use line-at-pos instead of
19096         vc-current-line.
19098 2004-01-22  Kim F. Storm  <storm@cua.dk>
19100         * simple.el (line-at-pos): New defun.
19101         (what-line): Use it.  Optimize by only counting lines in narrowed
19102         region once.
19104 2004-01-22  Kenichi Handa  <handa@m17n.org>
19106         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
19107         point (register r1) only for charset mule-unicode-0100-24ff.
19109 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
19111         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
19112         trailing white space and ensure a final newline.
19114         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
19115         Add autoload cookie.
19117 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
19119         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
19120         activate view-mode explicitly.
19122 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19124         * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
19125         menu-bar-enable-clipboard and make Paste use clipboard first.
19127 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19129         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
19130         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
19131         (vc-mcvs-cvs): Remove.
19132         (vc-mcvs-command): Remove use of assert.
19134         * outline.el (outline-insert-heading): Tighten up match.
19135         (outline-demote, outline-move-subtree-down): Don't assume anything
19136         about outline-regexp.
19138         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
19139         (texinfo-show-structure): Explicitly add ^, and simplify.
19141 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
19143         * calendar/appt.el (appt-check): Restore usage of
19144         appt-issue-message deleted in previous change.
19145         (top-level): Activate package when loaded (needed for backwards
19146         compatibility).
19148 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19150         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
19151         following previous change to smtpmail-send-data.
19153 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
19155         * vc.el (vc-default-previous-version): Doc enhancement.
19156         (vc-default-next-version): New function.
19157         (vc-print-log): New arg FOCUS-REV.
19158         (vc-annotate-mode): Derive from view-mode.
19159         (vc-annotate): New args REVISION, DISPLAY-MODE.
19160         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
19161         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
19162         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
19163         (vc-annotate-show-diff-revision-at-line, vc-current-line)
19164         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
19166         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
19168 2004-01-19  Karl Berry  <karl@gnu.org>
19170         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
19171         or "TexInfo".
19173 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
19175         * subr.el (delete-dups): New function.
19177 2004-01-19  Karl Berry  <karl@gnu.org>
19179         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
19180         with ^, since that's what texinfo-show-structure
19181         documentation says (plus it works much better in texinfo.txi).
19183 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
19185         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
19187 2004-01-18  David Ponce  <david@dponce.com>  (tiny change)
19189         * progmodes/which-func.el (which-function-mode): Don't cancel
19190         which-func-update-timer if not set.
19192 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
19194         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
19195         Remove spurious left square bracket in XX:XXam regexp.
19197 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
19199         * progmodes/cc-defs.el: Do not require cl at run time.
19201 2004-01-16  Richard M. Stallman  <rms@gnu.org>
19203         * emacs-lisp/cl.el (cl-cannot-unload): New function.
19204         (cl-unload-hook): Defvar this to run cl-cannot-unload.
19206         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
19207         Call rmail-spam-filter.  Delete and expunge spam.
19208         Print number of spam messages deleted.
19209         Save and restore the deletion status of old messages when reading
19210         new mail with spam filter, so that expunging spam does not expunge
19211         msgs deleted by the user.
19212         (rmail-only-expunge): Add an optional argument dont-show to
19213         prevent showing message after expunge.
19215 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
19217         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
19218         * subr.el (declare): New macro.
19220 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
19222         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
19224 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19226         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19227         Test window-system rather than system-type (for X11/Mac).
19229 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
19231         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
19233 2004-01-12  Richard M. Stallman  <rms@gnu.org>
19235         * mail/rmail.el (rmail-convert-to-babyl-format):
19236         Use mail-unquote-printable-region.
19237         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
19238         (rmail-hex-char-to-integer): Functions deleted.
19240         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
19241         (mail-unquote-printable-region): New arg NOERROR.
19242         For invalid encoding, either signal an error to just return nil.
19244 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
19246         * calendar/appt.el: Update copyright and commentary.
19247         (appt-issue-message): Make obsolete.
19248         (appt-visible, appt-msg-window): Make obsolete, in favour of
19249         appt-display-format.
19250         (appt-display-mode-line, appt-display-duration)
19251         (appt-display-diary, appt-time-msg-list, appt-mode-string)
19252         (appt-prev-comp-time, appt-display-count, appt-timer)
19253         (appt-convert-time): Doc change.
19254         (appt-disp-window-function, appt-delete-window-function):
19255         Use defcustom rather than defvar.
19256         (appt-display-format): New variable.
19257         (appt-display-message): New function with display code from appt-check.
19258         (appt-check): Add optional FORCE argument.  Doc change.
19259         Add appt-make-list to diary-hook if displaying diary.
19260         Remove checking of view-diary-entries-initially.
19261         Message display section removed to new function appt-display-message.
19262         (appt-display-window): Doc change.  Remove unused internal var
19263         this-buffer.  Do not beep, since appt-display-message does that.
19264         (appt-make-list): Doc change.  Use caar.
19265         (appt-sort-list): Simplify by using builtin sort function.
19266         (appt-update-list): New function for updating appts when diary is
19267         saved.
19268         (appt-activate): New autoloaded function to toggle package
19269         functionality.
19271         * calendar/cal-x.el: (calendar-one-frame-setup)
19272         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
19274         * calendar/calendar.el: Update copyright.
19275         (view-diary-entries-initially, european-calendar-style): Doc change.
19276         (calendar-setup): Make defcustom rather than defvar.
19277         (mark-visible-calendar-date): Initialize temp-face and faceinfo
19278         in let binding so local to function.
19280         * calendar/diary-lib.el: Update copyright.
19281         (diary, diary-entry-time): Doc change.
19282         (list-diary-entries): Doc change.  Trivial logic change.
19283         (fancy-diary-display): Restore make-face command mistakenly
19284         deleted 2003-05-08.
19285         (show-all-diary-entries): Allow to pop-up frame if needed.
19287 2004-01-09  John Paul Wallington  <jpw@gnu.org>
19289         * bindings.el (mode-line-change-eol): Add EVENT parameter.
19290         Temporarily select EVENT's window for changing eol type.
19292 2004-01-09  Deepak Goel  <deego@gnufans.org>
19294         * calendar/diary-lib.el (diary-entry-time):
19295         Also accept time in the form XX[.XX][am/pm/AM/PM].
19296         (fancy-diary-font-lock-keywords): Likewise.
19297         (diary-font-lock-keywords): Likewise.
19298         * calendar/appt.el (appt-add): Likewise.
19299         (appt-make-list): Likewise.
19300         (appt-convert-time): Likewise.
19302 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
19304         * gdb-ui.el (gdb-ann3): Revert previous change.
19305         (gdb-source-info): Allow for case of where compilation directory
19306         is not recorded.
19308 2004-01-08  John Paul Wallington  <jpw@gnu.org>
19310         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
19312 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
19314         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
19316         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
19317         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
19318         problems.
19319         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
19321 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
19323         * files.el (write-file-functions, write-contents-functions):
19324         Clarify docstrings.
19326 2004-01-07  Kenichi Handa  <handa@m17n.org>
19328         * international/mule.el (set-auto-coding): Fix for the case that
19329         end-of-line is only CR.
19331 2004-01-07  Kim F. Storm  <storm@cua.dk>
19333         * subr.el (event-start, event-end): Doc fix.
19334         (posn-string, posn-image): New defuns.
19335         (posn-object): Return either image or string object.
19336         (posn-object-x-y): Return 8th element of position.
19337         (posn-object-width-height): New defun.
19339 2004-01-06  Andreas Schwab  <schwab@suse.de>
19341         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
19342         output.
19344 2004-01-05  Karl Berry  <karl@gnu.org>
19346         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
19347         / and *, too.
19349 2003-12-31  Simon Josefsson  <jas@extundo.com>
19351         * files.el (before-save-hook): Add.
19352         (basic-save-buffer): Use before-save-hook.
19354         * emacs-lisp/copyright.el: Fix comment to recommend
19355         before-save-hook instead of write-file-functions.
19357 2004-01-05  Richard M. Stallman  <rms@gnu.org>
19359         * finder.el (finder-commentary): Call delete-other-windows.
19361         * net/ange-ftp.el (ange-ftp-file-attributes):
19362         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
19364 2004-01-04  Karl Berry  <karl@gnu.org>
19366         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
19367         comment characters % and # in the copyright year notice,
19368         as well as ;.
19370 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
19372         * wid-edit.el (default): Define dummy :value-delete.
19373         Reported by Jesper Harder <harder@ifa.au.dk>.
19375 2004-01-03  Richard M. Stallman  <rms@gnu.org>
19377         * progmodes/compile.el (compile-internal): Use point, not point-min,
19378         for set-window-point.
19380         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
19382         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
19384         * progmodes/grep.el (grep-mode-map):
19385         Don't remap next-line, previous-line.
19387 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
19389         * speedbar.el (speedbar-edit-line): Change regexp to position
19390         the cursor on the first character of this line's button.
19392 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
19394         * subr.el (functionp): Doc fix.
19396 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19398         * progmodes/idlwave.el (idlwave-make-tags):
19399         * textmodes/flyspell.el (flyspell-large-region):.
19400         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
19401         * emulation/viper-util.el (viper-glob-unix-files):
19402         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
19403         * man.el (Man-init-defvars):
19404         * jka-compr.el (jka-compr-call-process):
19405         * files.el (get-free-disk-space,insert-directory):
19406         * ediff-ptch.el (ediff-test-patch-utility):
19407         * ediff-diff.el (ediff-test-utility):
19408         * dired-aux.el (dired-check-process):
19409         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
19410         test the return value of call-process, because it can be a string.
19412 2003-12-31  John Paul Wallington  <jpw@gnu.org>
19414         * bindings.el (completion-ignored-extensions): Add .pfsl.
19416 2003-12-31  Kim F. Storm  <storm@cua.dk>
19418         * ido.el (ido-nonreadable-directory-p): New defun to check for
19419         nonreadable directory without activating tramp (to avoid problems
19420         with checking incomplete tramp paths).
19421         (ido-set-current-directory, ido-file-internal)
19422         (ido-file-name-all-completions1): Use it.
19424 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
19426         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
19427         documentation if the anchor (or node) name is preceded by `info
19428         anchor' or `Info anchor' in addition to earlier `info node' and
19429         `Info node'.
19430         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
19432 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
19434         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
19435         error in arguments to base64-decode-region.  Remove ^M characters
19436         after decoding base64.
19438 2003-12-30  Simon Josefsson  <jas@extundo.com>
19440         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
19441         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
19442         have only been distributed with Emacs for some years.
19443         (texinfo-mode-hook): Customize.
19445 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
19447         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
19448         cleaner (suggested by Richard Stallman).
19450         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
19451         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
19452         file-name clashes on 8+3 DOS filesystems.
19454         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
19455         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
19456         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
19457         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
19458         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
19459         file-name clashes on 8+3 filesystems.
19461         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
19462         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
19463         file-name clashes on 8+3 DOS filesystems.
19465 2003-12-29  Richard M. Stallman  <rms@gnu.org>
19467         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
19468         Upcase the character.
19470         * textmodes/flyspell.el (mail-mode-flyspell-verify):
19471         Search for header separator alone on a line, literally,
19472         and search for it backward, not forward.
19473         (flyspell-abbrev-table): Always use global-abbrev-table
19474         if there is no local one.
19476         * progmodes/sh-script.el (sh-get-indent-info):
19477         Don't move point back if at bob.
19479         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
19481         * play/handwrite.el (handwrite): Make the handwrite credit message
19482         a comment rather than an output command.
19484         * obsolete/sc.el: Display message that this file is obsolete.
19486         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
19488         * mail/rfc822.el (rfc822-address-start): Declare variable.
19489         Renamed from address-start.  All uses changed.
19491         * term.el (term-exec): Set up sentinel.
19492         (term-sentinel): New function.
19493         (term-handle-exit): New function.
19495         * subr.el (assoc-ignore-case, assoc-ignore-representation):
19496         Use assoc-string, and mark them obsolete.
19497         (delay-mode-hooks): Mark as permanent local.
19499         * simple.el (sendmail-user-agent-compose): Use assoc-string.
19501         * register.el (copy-rectangle-to-register): Doc fix.
19503         * info.el (Info-insert-dir): Use assoc-string.
19505         * info-look.el (info-lookup): Use assoc-string.
19507         * frame.el (pop-up-frame-function): Use quote, not `function'.
19508         (frame-notice-user-settings): Calculate ADJUSTED-TOP
19509         copying with lists as coordinate values.
19511         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
19513         * find-dired.el (kill-find): New command.
19514         (find-dired): Make buffer read-only.
19515         Set up a keymap with C-c C-k running kill-find.
19516         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
19518         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
19520         * filecache.el (file-cache-ignore-case): New variable.
19521         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
19523         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
19524         (comint-dynamic-complete-as-filename): Rename local vars.
19525         (comint-dynamic-list-filename-completions): Likewise.
19527         * comint.el (comint-dynamic-list-completions-config): New var.
19528         (comint-dynamic-list-completions): Handle both SPC and TAB right.
19530         * comint.el (comint-file-name-chars): Add [].
19531         (comint-word): Use skip-chars-backward, not search.
19533         * shell.el (shell-file-name-chars): Add [].
19535         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
19537         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
19539         * generic.el (define-generic-mode): Doc fix.
19541 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
19543         * files.el (kill-some-buffers): Doc fix.
19545 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
19547         * comint.el (comint-watch-for-password-prompt): Pass `string' as
19548         arg to send-invisible
19549         (send-invisible): Doc fix.  The argument is now a prompt, not the
19550         string to send.
19551         (comint-read-noecho): Doc fix.
19553 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
19555         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
19556         "@", as required by some ISP hosting service.  Fix defcustom
19557         argument syntax errors that prevented use of customization.
19559 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
19561         * xml.el (xml-get-attribute-or-nil): Doc fix.
19563 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
19565         * net/zone-mode.el (zone-mode): Use write-file-functions, not
19566         write-file-hooks.
19568 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
19570         * autorevert.el (auto-revert-interval): Doc fix.
19572 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
19574         * xml.el (xml-get-attribute-or-nil): New function, like
19575         xml-get-attribute, but returns nil if the attribute was not found.
19576         (xml-get-attribute): Convert to defsubst, uses
19577         xml-get-attribute-or-nil.
19579 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
19581         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
19583 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
19585         * custom.el (custom-declare-theme): Use `value' when putting
19586         properties on `theme'.
19588 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
19590         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
19591         for each yank-handler segment.
19592         (insert-for-yank-1): New function, with the body of the previous
19593         insert-for-yank.
19595         * textmodes/table.el (table-yank-handler): New defcustom.
19596         (table--put-cell-indicator-property): Put yank-handler property
19597         that indicates the yank handler for the table cell.
19599 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19601         * generic-x.el (etc-modules-conf-generic-mode): A more complete
19602         set of keywords.
19604 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
19606         * international/mule-cmds.el (reset-language-environment)
19607         (set-language-environment): Don't invoke fontset-related functions
19608         if fontset-list is not fboundp.
19610 2003-12-29  Kenichi Handa  <handa@m17n.org>
19612         * international/mule-cmds.el (reset-language-environment):
19613         Call set-overriding-fontspec-internal with nil.
19614         (set-language-environment): Call set-overriding-fontspec-internal
19615         if the language environment specify `overriding-fontspec'.
19616         (language-info-alist): Doc added.
19618         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
19619         characters of mule-unicode-0100-24ff.
19620         (ccl-encode-windows-1251-font): New CCL program.
19621         ("Bulgarian"): Specify overriding-fontspec.
19622         ("Belarusian"): Likewise.
19624 2003-12-28  Sam Steingold  <sds@gnu.org>
19626         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
19627         parameter ID-FORMAT to conform with the 2003-11-30 patch.
19629 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
19631         * progmodes/gud.el (gud-gdb-command-name): Set default to
19632         "gdb --annotate=3".
19633         (gud-gdb-marker-filter): Look out for annotations.
19634         (gdb-first-pre-prompt): New variable.
19635         Remove trailing white space.
19637         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
19638         if necessary.
19639         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
19640         annotations are detected.
19641         (gud-gdba-marker-filter): Use global variable gud-marker-acc
19642         instead of a local one to allow transition from
19643         gud-gdb-marker-filter.
19644         Remove trailing white space.
19646 2003-12-27  Kim F. Storm  <storm@cua.dk>
19648         * ido.el: Handle non-readable directories.
19649         (ido-decorations): Add 9th element for non-readable directory.
19650         (ido-directory-nonreadable): New dynamic var.
19651         (ido-set-current-directory): Set it.
19652         (ido-read-buffer, ido-file-internal):
19653         (ido-read-file-name, ido-read-directory-name): Let-bind it.
19654         (ido-file-name-all-completions1): Return empty list for
19655         non-readable directory.
19656         (ido-exhibit): Print [Not readable] if directory is not readable.
19657         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
19658         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
19659         Use it.
19661 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
19663         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
19664         calls to directory-files-and-attributes and file-attributes.
19665         (ls-lisp-format): Remove system dependent handling of user and
19666         group id's.
19668 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
19670         * ffap.el (ffap-read-file-or-url): Revert previous change.
19672 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
19674         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
19675         new list of included files called `files-with-node-lines', that
19676         only have node lines.  This way @include commands can include any
19677         file, such as version and update files without node lines, not
19678         just files that are chapters.
19680 2003-12-25  Andreas Schwab  <schwab@suse.de>
19682         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
19683         file not found.
19685 2003-12-08  Miles Bader  <miles@gnu.org>
19687         * dired.el (dired-between-files): Always use dired-move-to-filename,
19688         which is more robust in non-english locales.
19690 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
19692         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
19694 2003-12-24  Andreas Schwab  <schwab@suse.de>
19696         * shell.el (shell-file-name-quote-list): Add backslash.
19698         * comint.el (comint-quote-filename): Correctly handle backslash
19699         in comint-file-name-quote-list.
19701 2003-12-24  Kenichi Handa  <handa@m17n.org>
19703         * international/mule-cmds.el (set-default-coding-systems):
19704         Call ucs-set-table-for-input for all buffers that don't have local
19705         value of buffer-file-coding-system.
19707         * international/ucs-tables.el (ucs-set-table-for-input):
19708         If translation-table-for-encode is a symbol, get its
19709         translation-table property.
19711 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
19713         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
19714         to `completing-read' on a recently fixed bug.
19716         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
19717         instead of SPACE, to get the list of possible fringe modes.
19718         SPACE only works if both `partial-completion-mode' and
19719         `completion-auto-help' are nil.
19721         * complete.el (PC-is-complete-p): Delete.
19722         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
19723         calls to `test-completion'.
19725 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
19727         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
19728         to edit values when there are no children.
19730         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
19731         a mode called "Assembler" already exists.
19732         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
19733         (gud-watch): Use format option.  Remove font properties from string.
19734         (gdb-var-create-handler, gdb-var-list-children-handler):
19735         Don't bother about properties as there are none.
19736         (gdb-var-create-handler, gdb-var-list-children-handler)
19737         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
19738         with two arguments.
19739         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
19740         Let speedbar show value changes with a different font.
19741         (gdb-edit-value): New defun.
19742         (gdb-clear-partial-output, gdb-clear-inferior-io)
19743         (def-gdb-auto-update-handler): Use erase-buffer.
19744         (gdb-frame-handler): Display watch expressions in
19745         FUNCTION::VARIABLE format if required.
19747 2003-12-23  John Paul Wallington  <jpw@gnu.org>
19749         * info.el (Info-unescape-quotes, Info-split-parameter-string)
19750         (Info-goto-emacs-command-node): Doc fixes.
19752 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
19754         * cus-edit.el (custom-add-parent-links): Define "many".
19756 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
19758         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19759         (widget-child-validate, widget-type-value-create)
19760         (widget-type-default-get, widget-type-match): New functions.
19761         (lazy): New widget.
19762         (menu-choice, checklist, radio-button-choice, editable-list)
19763         (group, documentation-string): Remove redundant (per 2003-10-25
19764         change) calls to `widget-children-value-delete'.
19765         (widget-choice-value-get, widget-choice-value-inline): Remove.
19766         (menu-choice): Update widget.
19768 2003-12-03  Kenichi Handa  <handa@m17n.org>
19770         * language/cyrillic.el: Register "microsoft-cp1251" in
19771         ctext-non-standard-encodings-alist.
19772         ("Bulgarian"): Add ctext-non-standard-encodings.
19773         ("Belarusian"): Likewise.
19775         * international/mule-conf.el (compound-text-with-extensions):
19776         Change the type to 2 (iso-2022 base).
19778         * international/mule.el (ctext-non-standard-encodings-alist):
19779         Change the format.
19780         (ctext-non-standard-encodings): New variable.
19781         (ctext-post-read-conversion): Fully re-written.
19782         (ctext-non-standard-designations-alist): Delete it.
19783         (ctext-non-standard-encodings-table): New function.
19784         (ctext-pre-write-conversion): Fully re-written.
19786 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
19788         * cus-edit.el (custom-add-parent-links): Add documentation links
19789         for parent, if the item has none of its own.
19791 2003-11-30  Richard M. Stallman  <rms@gnu.org>
19793         * dired-aux.el (dired-do-query-replace-regexp):
19794         Report files visited read-only.
19796 2003-11-30  Juri Linkov  <juri@jurta.org>
19798         * dired-aux.el (dired-compare-directories): New command.
19799         (dired-file-set-difference, dired-files-attributes): New functions.
19801 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
19802         Version 2.0.38 of Tramp released.
19804         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
19805         Charles Curley <charlescurley@charlescurley.com>.
19806         (tramp-multi-connection-function-alist): Add ssht entry which adds
19807         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
19808         Aichner.
19809         (tramp-get-method-parameter): New function to retrieve a method
19810         parameter.  This allows for omission of method parameters.
19811         Callers adjusted.
19813 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
19815         * net/tramp.el: Add new optional parameter ID-FORMAT to
19816         `file-attributes'.  Calls of `file-attributes' won't use this
19817         parameter for backward compatibility reasons.
19818         (tramp-perl-file-attributes): Add a new parameter to Perl script
19819         in order to handle uid/gid as strings, if desired.
19820         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19821         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19822         order to make the function more general.
19823         (tramp-handle-file-attributes): Replace proprietary optional
19824         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19825         (tramp-handle-file-attributes-with-perl): Handle parameter
19826         NONNUMERIC if set.  This wasn't done in the past.
19827         (tramp-post-connection): Apply second parameter "$2" if
19828         `tramp-remote-perl' is called.
19830         * net/tramp-smb.el (tramp-smb-handle-delete-file):
19831         Correct cut'n'waste error (`filename' instead of `directory').
19832         (tramp-smb-handle-directory-files-and-attributes)
19833         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19834         introduced parameter ID-FORMAT.
19835         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19836         error (`directory' instead of `ldir').
19838         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19839         `file-attributes' has a second parameter.  If yes, apply it with
19840         value "'integer".  Otherwise, don't use that parameter (default is
19841         integer format).
19843 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
19845         * help.el (help-map): Bind `display-local-help' to `C-h .'.
19846         (help-for-help): Add `C-h .' to the listed Help options.
19847         Remove trailing whitespace.
19849         * help-at-pt.el: New file.
19851 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
19853         * subr.el (noreturn, 1value): New macros for test coverage.
19854         See `testcover.el'.
19856         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19858         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19859         for macro `1value'.
19860         (testcover-1value): New function.  Checks that a 1value form
19861         actually returns only one value.  Requested by RMS.
19863 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
19865         * gdb-ui.el (gud-watch, gdb-var-create-handler)
19866         (gdb-var-list-children, gdb-var-list-children-handler)
19867         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19868         gdb commands that use mi to keep them out of the command history.
19870 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19872         * cus-start.el (all): Add use-file-dialog.
19874 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19876         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19878 2003-11-27  Kim F. Storm  <storm@cua.dk>
19880         * subr.el (posn-object-x-y): New defun.
19882 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19884         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19885         Don't use `space' for \\\n.
19886         Be more selective as to which # are comment-starters.
19888 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
19890         * subr.el (number-sequence): Improve handling of floating point
19891         arguments (suggested by Kim Storm).  Allow negative arguments.
19893 2003-11-26  Kenichi Handa  <handa@m17n.org>
19895         * international/mule-cmds.el (standard-display-european-internal):
19896         Cancel the standard-display-table setting for ` and '.
19898 2003-11-26  Kim F. Storm  <storm@cua.dk>
19900         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19901         New defcustoms to add ffap-like functionality to ido.
19902         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
19903         (ido-no-final-slash): New defun.
19904         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19905         (ido-read-file-name): ): Toggle VC checking via
19906         vc-handled-backends instead of vc-master-templates.
19907         (ido-file-internal): Handle ido-use-url-at-point and
19908         ido-use-filename-at-point via code borrowed from ffap-guesser.
19909         Handle new ido-exit code ffap.
19910         (ido-sort-list): Ignore final slash when sorting file names.
19912 2003-11-25  Kim F. Storm  <storm@cua.dk>
19914         * emulation/cua-base.el (cua--standard-movement-commands):
19915         Add forward-sentence and backward-sentence.
19917 2003-11-25  Stephen Eglen  <stephen@gnu.org>
19919         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19920         iswitchb-exit is set to 'usefirst when user selects buffer at head
19921         of list using RET.  (Selecting buffers at the head of the list was
19922         broken if the substring was also a complete buffername.)
19924 2003-11-23  Kim F. Storm  <storm@cua.dk>
19926         * progmodes/compile.el (grep-command, grep-use-null-device)
19927         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19928         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19929         (grep-regexp-alist, grep-program, find-program)
19930         (grep-find-use-xargs, grep-history, grep-find-history)
19931         (grep-process-setup, grep-compute-defaults)
19932         (grep-default-command, grep, grep-tag-default, grep-find)
19933         (grep-expand-command-macros, grep-tree-last-regexp)
19934         (grep-tree-last-files, grep-tree): Move grep variables, functions
19935         and commands to new file grep.el.
19936         (compilation-mode-map): Remove grep commands from Compile sub-menu.
19937         (compilation-process-setup-function): Doc fix.
19938         (compilation-highlight-regexp, compilation-highlight-overlay): New
19939         defvars used for highlighting current compile error in source buffer.
19940         (compile-internal): New optional args HIGHLIGHT-REGEXP and
19941         LOCAL-MAP which overrides compilation-highlight-regexp and
19942         compilation-mode-map for this compilation.
19943         Delay calling compilation-set-window-height until after running
19944         compilation-process-setup-function so it can buffer-local override
19945         compilation-window-height.
19946         Check buffer-local value of compilation-scroll-output.
19947         (compilation-set-window-height): Use buffer-local value of
19948         compilation-window-height.
19949         (compilation-revert-buffer): Don't pass (undefined)
19950         preserve-modes arg to revert-buffer.
19951         (next-error-no-select, previous-error-no-select): New commands.
19952         (compilation-goto-locus): Temporarily highlight current match in
19953         source buffer using compilation-highlight-regexp.
19955         * progmodes/grep.el: New file with grep code from compile.el.
19956         (grep): New defcustom group.
19957         (grep-window-height): New defcustom, like compilation-window-height.
19958         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19959         (grep-scroll-output): New defcustom, like compilation-scroll-output.
19960         (grep-command, grep-use-null-device, grep-find-command)
19961         (grep-tree-files-aliases, grep-tree-ignore-case)
19962         (grep-tree-ignore-CVS-directories): Move to grep custom group.
19963         (grep-setup-hook): New hook variable.
19964         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
19965         (grep-last-buffer): New defvar, override compilation-last-buffer.
19966         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
19967         Call compile-internal with args highlight-regexp and grep-mode-map.
19969 2003-11-23  Kim F. Storm  <storm@cua.dk>
19971         * subr.el (event-start, event-end): Doc fix.
19972         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19973         (posn-area, posn-actual-col-row, posn-object): New defuns.
19974         (posn-col-row): Simplify doc.  Rewrite to use cond.
19975         (posn-point): Also return buffer position for events outside text
19976         area (that info is now present in the event position).
19978         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19979         mouse-set-point so that hscroll still works now that clicks on
19980         fringes generate specific mouse events.
19981         (mouse-set-point): Note that it now works in fringes and margins
19982         too due to new semantics of posn-point in fringes and margins.
19984         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19985         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19987 2003-11-20  Kim F. Storm  <storm@cua.dk>
19989         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19990         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19991         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19992         to 100 for icons to avoid increasing line height when shown.
19994 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19996         * newcomment.el (comment-normalize-vars): Initialize properly if
19997         comment-start was nil.
19999 2003-11-19  Andreas Schwab  <schwab@suse.de>
20001         * simple.el (set-variable): Fix indentation.
20003 2003-11-17  Kenichi Handa  <handa@m17n.org>
20005         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
20006         Fix docstring.
20008 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20010         * international/latin1-disp.el (latin1-display): Fix docstring.
20012 2003-11-16  John Wiegley  <johnw@newartisans.com>
20014         * eshell/em-ls.el (eshell-ls-file): There are times with
20015         size-width is nil and uncomputed (when directories are created in
20016         dired, for example); in this case, 4 is reasonable default value,
20017         although it may caused skewed new entries (which could be avoided
20018         by returning the original value of 8 in all cases, but 99% of the
20019         time this is a waste of whitespace).
20021 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
20023         * cc-engine.el (c-guess-continued-construct)
20024         (c-guess-basic-syntax): Check a little more carefully if it's a
20025         function declaration when an unknown construct followed by a block
20026         is found inside a statement context.  This avoids macros followed
20027         by blocks to be taken as function declarations.
20029         (c-guess-continued-construct): Change the analysis of a statement
20030         continuation with a brace open to `substatement-block', for
20031         consistency with recognized statements.
20033         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
20034         start is in a position so that `c-beginning-of-statement-1' jumped
20035         to the beginning of the same statement.
20037         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
20038         Don't accept binary operators in the arglist if we're in a function
20039         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
20040         template recognition in cases like "if (a < b || c > d)".
20042         (c-restricted-<>-arglists): New more appropriate name for
20043         `c-disallow-comma-in-<>-arglists'.
20045         Accessing functions updated for the variable name change.
20047         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
20048         match data could get clobbered if NOT-INSIDE-TOKEN is used.
20050         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
20051         labels.
20053         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
20054         instead of duplicating parts of it.  This fixes bogus label
20055         recognition.
20057         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
20058         of checking the context in which to apply the minimum indentation,
20059         so that it isn't enforced in e.g. namespace blocks.
20061         * cc-vars.el (c-inside-block-syms): New constant used by
20062         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
20063         to somewhat reduce the risk of becoming stale.
20065         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
20066         cc-cmds to cc-engine to allow use from cc-align.
20068         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
20069         qualified identifiers containing "::".
20071         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
20072         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
20074         * cc-vars.el (c-emacs-features): Use a space in front of the name
20075         of the temporary buffer.  That also avoids dumping problems in
20076         XEmacs due to undo info being left around after the buffer is killed.
20078         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
20079         arglist to see if it's a K&R style declaration.
20081         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
20082         before returning `knr-argdecl-intro'.
20084 2003-11-16  John Wiegley  <johnw@newartisans.com>
20086         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
20087         field in a long-listing always 8 characters, use `size-width',
20088         which has already been computed.
20090 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
20092         * subr.el (minor-mode-list): Add `hs-minor-mode'.
20094 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
20096         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
20097         Support operation while narrowed, with `diff-restrict-view'.
20099 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
20101         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20102         Take additional optional arg NARROWFUN.  For the generated functions:
20103         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
20104         include frags that arrange to check for and save narrowing state before
20105         the move and then conditionally call NARROWFUN after the move.
20107 2003-11-14  John Wiegley  <johnw@newartisans.com>
20109         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
20110         that was optional, but obviously missing based on surrounding code.
20112         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
20113         string arguments to numbers unless the whole argument was seen as
20114         a number.
20116 2003-11-14  Kenichi Handa  <handa@m17n.org>
20118         * international/mule.el (ctext-non-standard-encodings-alist):
20119         Fix coding systems.
20121 2003-11-10  Kenichi Handa  <handa@m17n.org>
20123         * language/kannada.el ("Kannada"): Add sample-text.
20125         * language/knd-util.el (kannada-compose-region)
20126         (kannada-compose-string, kannada-post-read-conversion):
20127         Add autoload cookie.
20129         * international/quail.el (quail-completion): Change the message
20130         "corresponding translations" to "corresponding characters".
20132 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
20134         * descr-text.el (describe-char): Fix typo.
20136 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
20138         These changes are to support Kannada language/script.
20140         * Makefile.in (DONTCOMPILE): Add kannada.el.
20142         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
20144         * loadup.el: Preload kannada.el.
20146         * language/ind-util.el (ucs-kannada-to-is13194-alist)
20147         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
20148         New variables.
20150         * language/kannada.el: New file.
20152         * language/knd-util.el: New file.
20154 2003-11-07  Andreas Schwab  <schwab@suse.de>
20156         * progmodes/autoconf.el (autoconf-font-lock-keywords):
20157         Also highlight AH_*.
20159         * xml.el (xml-parse-dtd): Fix misplaced paren.
20161 2003-11-07  Kenichi Handa  <handa@m17n.org>
20163         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
20165 2003-11-05  Juri Linkov  <juri@jurta.org>
20167         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
20168         (desktop-buffer-file): Use saved buffer-file-coding-system
20169         for file reading.  Set auto-insert to nil to prevent automatic
20170         insertion into restored empty files.
20172 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
20174         * files.el (risky-local-variable-p): Make second argument optional.
20176 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20178         * subr.el (add-hook): Fix last change.
20180 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
20182         * mail/rmail.el (rmail-convert-to-babyl-format):
20183         If base64-decode-region signals an error, catch it and silently
20184         ignore it.
20186 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
20188         * xml.el (xml-parse-region): Allow comments to appear after the
20189         topmost element has closed.
20190         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
20191         (xml-ns-expand-attr): New functions to do namespace handling.
20192         (xml-intern-attrlist): Back-compatible handling of attribute names.
20193         (xml-parse-tag): Move namespace handling to separate functions.
20194         Now produces elements in the form ((:ns . "element") (attr-list)
20195         children) instead of ('ns:element (attr-list) children).
20196         (xml-parse-attlist): Fix attribute parsing.
20197         (xml-parse-dtd): Change parsing so that it produces strings
20198         instead of interned symbols.
20200 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
20202         * dired.el (dired-ls-sorting-switches): Doc fix.
20204 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
20206         * emacs-lisp/rx.el (rx-or): Fix the case of
20207         "(rx (and ?a (or ?b ?c) ?d))".
20209 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
20211         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
20212         (texinfo-format-region): Use it.
20213         (texinfo-format-buffer-1): Ditto.
20215 2003-11-01  Alan Mackenzie  <acm@muc.de>
20217         Changes to allow scrolling whilst in isearch mode:
20218         * isearch.el (isearch-unread-key-sequence): New function,
20219         extracted from isearch-other-meta-char.
20220         (top level): (put 'foo 'isearch-scroll) on all Emacs's
20221         "scrollable" standard functions.
20222         (isearch-allow-scroll): New customizable variable.
20223         (isearch-string-out-of-window, isearch-back-into-window)
20224         (isearch-reread-key-sequence-naturally)
20225         (isearch-lookup-scroll-key): New functions.
20226         (isearch-other-meta-char): Doc string and functionality enhanced.
20227         Now accepts a prefix argument.
20228         (isearch-lazy-highlight-window-end): New variable.
20229         (isearch-lazy-highlight-new-loop): Pay attention to the window's
20230         end (thru isearch-lazy-highlight-window-end), not only its start.
20232         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
20233         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
20234         (universal-argument, universal-argument-more, negative-argument)
20235         (digit-argument, universal-argument-other-key): Minor changes.
20237 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
20239         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
20240         recursively if the last message is deleted, thus avoiding an
20241         infinite loop.
20243 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20245         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
20246         (tex-main-file): Don't add .tex if the extension is already present.
20247         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
20249 2003-10-29  Lute Kamstra  <lute@gnu.org>
20251         * progmodes/octave-inf.el (inferior-octave-prompt):
20252         Recognize version number in prompt.
20254 2003-10-28  Dave Love  <fx@gnu.org>
20256         * international/characters.el: Fix some Unicode ranges.
20258 2003-10-28  Kenichi Handa  <handa@m17n.org>
20260         * disp-table.el (standard-display-8bit)
20261         (standard-display-default, standard-display-ascii)
20262         (standard-display-g1, standard-display-graphic)
20263         (standard-display-underline): Assure that standard-display-table
20264         is a display table.
20266 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20268         * simple.el (reindent-then-newline-and-indent): Delete space *after*
20269         reindenting the first line.
20271 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
20273         * wid-edit.el (widget-default-delete): Always delete child widgets.
20275 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20277         * newcomment.el (comment-indent): Don't call indent-according-to-mode
20278         if the line has code.
20279         Don't try to line up with something that's too far left.
20281         * progmodes/octave-mod.el (octave-comment-start): Simplify.
20282         (octave-mode-syntax-table): Add % as a comment starter.
20283         (octave-point): Remove.
20284         (octave-in-comment-p, octave-in-string-p)
20285         (octave-not-in-string-or-comment-p, calculate-octave-indent)
20286         (octave-blink-matching-block-open, octave-auto-fill):
20287         Use line-(beginning|end)-position instead.
20289 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
20291         * emacs-lisp/authors.el (authors-aliases): Add correct realname
20292         for Francesco Potort\e,Al\e(B.
20294 2003-10-23  Dave Love  <fx@gnu.org>
20296         * international/mule-cmds.el (locale-charset-to-coding-system):
20297         Don't rely on nil being a coding system.
20299         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
20300         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
20301         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
20303 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
20305         * gdb-ui.el (gdb-current-language): New variable.
20306         (gdb-update-flag): Remove variable.
20307         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
20308         (gdb-take-last-elt): Remove function.
20309         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
20310         (gdb-post-prompt): Check for variable object changes here.
20312         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
20313         object changes in gdb-ui.el.
20315 2003-10-21  Richard M. Stallman  <rms@gnu.org>
20317         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
20319         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
20320         Don't check for foo*/ wildcard form here.
20321         (insert-directory): Recognize foo*/ as a wildcard.
20322         Separate wildcard-regexp variable from the arg, wildcard.
20324         * subr.el (add-hook): Correctly detect when make-local-hook was used.
20325         (remove-hook): Correctly handle strange cases about local hooks.
20327 2003-10-21  David Ponce  <david@dponce.com>
20329         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
20330         argument REAL, to return a real number instead of a rounded
20331         integer value.  Define as inline function.
20332         (ruler-mode-right-fringe-cols): Likewise.
20333         (ruler-mode-scroll-bar-cols): New function.
20334         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
20335         (ruler-mode-right-scroll-bar-cols): Likewise.
20336         (ruler-mode-space): New function.
20337         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
20338         scroll bar mode and margins in a more robust way.
20340 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
20342         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
20343         (antlr-c-init-language-vars): New function.
20344         (antlr-mode): Use it with cc-mode before v5.29.
20345         (antlr-c-common-init): Don't set some local vars here.
20346         (antlr-mode): Set them here.
20347         (antlr-c-forward-sws): New function alias.
20348         (antlr-mode): Redefine with cc-mode before v5.30.
20349         (antlr-skip-sexps): Use it.
20350         (antlr-skip-exception-part): Ditto.
20351         (antlr-skip-file-prelude): Ditto.
20352         (antlr-outside-rule-p): Ditto.
20353         (antlr-end-of-body): Ditto.
20354         (antlr-option-kind): Ditto.
20355         (antlr-insert-option-area): Ditto.
20356         (antlr-file-dependencies): Ditto.
20358 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20360         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
20361         Move backward only if point was not inside an entry.
20363 2003-10-21  Richard M. Stallman  <rms@gnu.org>
20365         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
20367 2003-10-21  Juri Linkov  <juri@jurta.org>
20369         * compare-w.el: Automatically skip non-matching text to resync.
20370         (compare-windows-whitespace): Doc fix.
20371         (compare-windows-sync, compare-windows-sync-string-size)
20372         (compare-windows-recenter, compare-ignore-whitespace)
20373         (compare-windows-highlight, compare-windows-face): New variables.
20374         (compare-windows): Use compare-windows-sync.
20375         (compare-windows-highlight, compare-windows-dehighlight)
20376         (compare-windows-sync-regexp)
20377         (compare-windows-sync-default-function): New functions.
20379 2003-10-21  Juri Linkov  <juri@jurta.org>
20381         * diff.el (diff-parse-differences): Don't visit the files now;
20382         instead, just record the error locus.
20384 2003-10-21  Dave Love  <fx@gnu.org>
20386         * progmodes/cfengine.el: New file.
20388 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20390         * complete.el (PC-do-completion): Do not forget to use `pred' as the
20391         default-directory when completing file names.
20393 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
20395         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
20396         followed by the word `face', it gets treated as a face, even if
20397         it is also defined as a variable or a function.
20399 2003-10-20  Dave Love  <fx@gnu.org>
20401         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20402         Avoid incf in macro expansion.
20404 2003-10-20  John Paul Wallington  <jpw@gnu.org>
20406         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
20407         `evenp' so we don't implicitly require cl library at runtime.
20409 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
20411         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
20412         (help-make-xrefs): Only make cross-references for faces if
20413         preceded or followed by the word `face'.  Do not make a
20414         cross-reference for variables without variable documentation,
20415         unless preceded by the word `variable' or `option'.  Update doc
20416         string accordingly.
20418 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
20420         * progmodes/hideshow.el: Rewrite one-armed `if'
20421         constructs using either `when' or `unless'.
20422         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
20424 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
20426         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
20427         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
20428         instead of 12x12.
20430 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
20432         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
20433         message while converting to Babyl.
20435 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
20437         * allout.el (allout-mode): Doc fix.
20439 2003-10-16  Lute Kamstra  <lute@gnu.org>
20441         * subr.el (force-mode-line-update): Fix docstring.
20443 2003-10-14  Dave Love  <fx@gnu.org>
20445         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
20446         (default-input-method): Add :link, improve :type.
20447         (locale-charset-language-names): Fix utf-8 pattern.
20448         (locale-charset-match-p, locale-charset-alist)
20449         (locale-charset-to-coding-system): New.
20450         (set-locale-environment): Deal with codeset part of locale specs.
20452 2003-10-14  Lute Kamstra  <lute@gnu.org>
20454         * fringe.el (fringe-mode): Use active voice in docstring.
20455         (set-fringe-style): Ditto.
20457 2003-10-13  Lute Kamstra  <lute@gnu.org>
20459         * fringe.el (fringe-mode): Fix docstring.
20460         (set-fringe-style): Ditto.
20462 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
20464         * ediff-mult.el (ediff-filegroup-action):
20465         Use ediff-default-filtering-regexp.
20467         * ediff-util.el (ediff-recenter): Don't call
20468         ediff-restore-highlighting twice.
20469         (ediff-select-difference): Set current difference.
20470         (ediff-unselect-and-select-difference): Add comment.
20472         * ediff.el (ediff-directories,ediff-directory-revisions)
20473         (ediff-directories3,ediff-merge-directories)
20474         (ediff-merge-directories-with-ancestor)
20475         (ediff-merge-directory-revisions)
20476         (ediff-merge-directory-revisions-with-ancestor):
20477         Use ediff-default-filtering-regexp.
20479 2003-10-12  Andreas Schwab  <schwab@suse.de>
20481         * international/mule-cmds.el (locale-charset-language-names):
20482         Simplify regex by removing unused grouping.
20484 2003-10-10  Dave Love  <fx@gnu.org>
20486         * bindings.el: Don't bind stop.
20488 2003-10-08  Miles Bader  <miles@gnu.org>
20490         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
20491         face instead of attempting to emulate it.
20493 2003-10-07  Kenichi Handa  <handa@m17n.org>
20495         * international/mule-diag.el (list-coding-systems-1): List coding
20496         systems that are loaded automatically.
20498         * international/code-pages.el (iso-8859-11): Add autoload cookie.
20500         * international/mule.el (autoload-coding-system): New function.
20502 2003-10-07  Andreas Schwab  <schwab@suse.de>
20504         * log-edit.el (log-edit-changelog-entries): Prefer local value of
20505         change-log-default-name in the buffer visiting the file.
20507 2003-10-06  Dave Love  <fx@gnu.org>
20509         * files.el (find-file-hook): Customize.
20510         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
20512         * bindings.el (completion-ignored-extensions): Remove .log.
20513         (global-map): Add again, open, stop keys.
20515 2003-10-05  Richard M. Stallman  <rms@gnu.org>
20517         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
20518         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
20519         Use sh-modify directly.
20520         (sh-select): Use sh-append, not eval.
20522         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
20524         * info.el (Info-following-node-name): New function.
20526         * loadhist.el (unload-feature-special-hooks):
20527         Rename from loadhist-hook-functions.
20528         (loadhist-hook-functions): Now an alias.
20530 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
20532         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
20533         file-name clashes on 8+3 filesystems.
20535         * Makefile.in (DONTCOMPILE, bootstrap-clean):
20536         Rename loaddefs-boot.el to ldefs-boot.el
20538         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
20539         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
20541 2003-10-03  Lute Kamstra  <lute@gnu.org>
20543         * info.el (Info-mode): Revert previous change.
20544         (Info-escape-percent): New function.
20545         (Info-fontify-node): Use it.
20547 2003-10-02  Andreas Schwab  <schwab@suse.de>
20549         * loaddefs-boot.el: Regenerated.
20551 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
20553         * ffap.el: Remove defadvice related code from CVS since `complete'
20554         provides a `PC-completion-as-file-name-predicate' variable that
20555         ffap can override.
20557 2003-10-02  Kenichi Handa  <handa@m17n.org>
20559         * international/utf-8.el (ccl-decode-mule-utf-8):
20560         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
20562         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
20563         * international/subst-big5.el: Likewise.
20564         * international/subst-gb2312.el: Likewise.
20565         * international/subst-ksc.el: Likewise.
20567 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
20569         * calendar/calendar.el (increment-calendar-month)
20570         (calendar-leap-year-p, calendar-absolute-from-gregorian)
20571         (generate-calendar, calendar-read-date, calendar-interval)
20572         (calendar-day-of-week): Handle years BC.
20573         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
20575 2003-10-01  Dave Love  <fx@gnu.org>
20577         * language/cyrillic.el (cp1251): Alias for windows-1251.
20579         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
20580         bootstrap.
20582 2003-10-01  Lute Kamstra  <lute@gnu.org>
20584         * files.el: Fix typo.
20585         * imenu.el (imenu--generic-function): Docstring fix.
20587 2003-09-30  Richard M. Stallman  <rms@gnu.org>
20589         * dired.el (dired-mode): Handle dired-directory as a list.
20591 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
20593         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
20595         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
20597         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
20598         Replace gud-display with gud-watch.
20599         (gud-speedbar-buttons): Add stuff for watching expressions
20600         in the speedbar when using M-x gdba.  Use dolist on old part
20601         of this function.
20603         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
20604         (gdb-update-flag): New variables.
20605         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
20606         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
20607         (gud-watch, gdb-var-create-handler) : New functions.
20608         (gdb-var-list-children, gdb-var-list-children-handler)
20609         (gdb-var-create-regexp, gdb-var-update-regexp)
20610         (gdb-var-list-children-regexp): New constants.
20611         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
20612         (gdb-annotation-rules): Reduce annotation set (level 3).
20613         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
20614         (gdb-post-prompt): Don't update GDB buffers every time speedbar
20615         updates.
20616         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
20617         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
20618         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
20619         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
20620         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
20621         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
20622         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
20623         (gud-display, gud-display1)
20624         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
20625         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
20626         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
20627         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
20628         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
20629         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
20630         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
20631         (gdb-display-display-buffer, gdb-toggle-display)
20632         (gdb-delete-display, gdb-expressions-popup-menu)
20633         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
20634         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
20635         to display buffer.
20637 2003-09-30  Richard M. Stallman  <rms@gnu.org>
20639         * progmodes/ada-mode.el (ada-mode): Don't use advice.
20640         Instead, set which-func-functions.
20642         * progmodes/which-func.el (which-func-modes): Add ada-mode.
20643         (which-func-functions): New variable.
20644         (which-function): Use that.
20646         * info.el (Info-mode): Double each `%' in header line.
20648         * emacs-lisp/lisp-mnt.el (lm-with-file):
20649         When FILE is nil, run BODY in current buffer.
20651         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
20653         * help.el (describe-mode): Start with a brief list of minor modes.
20654         Find them thru minor-mode-list so as to find them all.
20655         Show them in alphabetical order.
20657         * mail/sendmail.el (mail-aliases): Doc fix.
20659         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
20661 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
20663         * mail/rmailsum.el (rmail-make-summary-line-1):
20664         Change comma after last label to a space.
20665         (rmail-summary-font-lock-keywords): Adapt to that change.
20667 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
20669         * progmodes/scheme.el (scheme-mode-variables): When setting
20670         `font-lock-defaults', also specify that "#" should
20671         be interpreted with `word' syntax.
20672         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
20674 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
20676         * desktop.el: A lot of comments updated.
20677         (desktop-save-mode): Minor mode introduced.
20678         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
20679         (desktop-load-default): Function made obsolete.
20680         (desktop-locals-to-save): Variable made customizable.
20681         (desktop-read): Optional parameter `dirname' added.
20682         (desktop-change-dir, desktop-revert): Parameter `dirname' in
20683         `desktop-read' used.
20684         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
20686 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
20688         * whitespace.el (whitespace-clean-msg): Add user customizable message
20689         for displaying ``clean'' output.
20690         (whitespace-buffer): Use `whitespace-clean-msg'.
20691         (whitespace-global-mode): Fix typo.
20693 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
20695         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
20697 2003-09-29  Lute Kamstra  <lute@gnu.org>
20699         * bindings.el (mode-line-modes): Remove superfluous :propertize
20700         construct in initialization.
20701         (mode-line-position): Change cons cell into proper list in
20702         initialization.
20704 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
20706         * international/mule.el (decode-coding-inserted-region): Use car
20707         of the return value of find-operation-coding-system.
20709 2003-09-29  Kenichi Handa  <handa@m17n.org>
20711         * descr-text.el (describe-char): Fix previous change.
20713 2003-09-28  Kenichi Handa  <handa@m17n.org>
20715         * descr-text.el (describe-char-display): New function.
20716         (describe-char): Pay attention to display table on describing how
20717         a character is displayed.
20719         * international/mule-cmds.el (encoded-string-description):
20720         Prepend "0x" to each encoded byte.
20722 2003-09-28  Andreas Schwab  <schwab@suse.de>
20724         * find-file.el (ff-special-constructs): Add autoload cookie.
20726 2003-09-28  Kevin Ryde  <user42@zip.com.au>
20728         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
20729         makeinfo appends to duplicate index entries.
20731 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
20733         * dired-x.el (dired-clean-tex): Doc fix.
20735         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
20736         using a Chinese tutorial.
20738 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20740         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
20741         between "MAIL FROM:" and "RCPT TO:" and the following address.
20743 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20745         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
20747 2003-09-28  David Ponce  <david@dponce.com>
20749         * recentf.el (recentf-initialize-file-name-history): New defcustom.
20750         (recentf-load-list): When `recentf-initialize-file-name-history'
20751         is non-nil, initialize an empty `file-name-history' with the
20752         recent list.
20754 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
20756         * man.el (Man-default-man-entry): Remove the leading `*' from the
20757         word at point.
20759 2003-09-26  Lute Kamstra  <lute@gnu.org>
20761         * bindings.el (mode-line-position): Mention size indication in
20762         docstring.
20764 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
20766         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20768         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20769         because it's autoloaded now.
20771 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
20773         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20774         (sh-font-lock-keywords, sh-feature): Fix previous change of
20775         sh-feature to avoid infloop with sh-font-lock-keywords.
20777 2003-09-25  Kim F. Storm  <storm@cua.dk>
20779         * frame.el (frame-current-scroll-bars): New defun.
20781         * window.el (window-current-scroll-bars): New defun.
20783 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20785         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20786         cause errors when the state cache contains info on parts that have
20787         been narrowed out.
20789 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20791         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20792         `c-setup-paragraph-variables' has to be used when this variable is
20793         changed; it doesn't work to reinitialize the mode since that
20794         typically clobbers the variable.
20796         * progmodes/cc-styles.el (c-setup-paragraph-variables):
20797         Make it interactive.
20799 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20801         * progmodes/cc-fonts.el (c-font-lock-declarations):
20802         Fix recognition of constructors and destructors for classes whose
20803         names are matched by `*-font-lock-extra-types'.
20805         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20806         followed by an identifier in C++ then it's a type.
20808 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20810         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20811         problem that primarily affected XEmacs.  Don't use faces to find
20812         unterminated strings since Emacs and XEmacs fontify strings
20813         differently - this function should now work better in XEmacs.
20815 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20817         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20818         `expand-abbrev' workaround which caused braces to misbehave inside
20819         macros.
20821         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20822         handling.  This bug could cause interactive font locking to bail out.
20824 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20826         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20827         Handle paren-style types in Pike.  Also fixed some cases of
20828         insufficient handling of unbalanced parens.
20830 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
20832         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20833         common shell prompts that are not common filename or URL characters.
20834         (ffap-file-at-point): Use the new regexp to strip the prompts from
20835         the file names.  This is an issue mostly for user prompts that
20836         don't have a trailing space and find-file-at-point is invoked from
20837         within a shell inside Emacs.
20839 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
20841         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20842         stamps numerically, rather than textually.
20844 2003-09-24  Kenichi Handa  <handa@m17n.org>
20846         * language/devan-util.el (devanagari-post-read-conversion):
20847         * language/mlm-util.el (malayalam-post-read-conversion):
20848         * language/tml-util.el (tamil-post-read-conversion):
20849         Add autoload cookie.
20851         * international/utf-8.el (utf-8-post-read-conversion):
20852         Call post-read-conversion functions for Devanagari, Malayalam,
20853         and Tamil.
20855 2003-09-23  Dave Love  <fx@gnu.org>
20857         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20859 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
20861         * progmodes/gud.el (perldb): Add gud-until to list of commands.
20862         Update gud-remove.
20864 2003-09-22  Richard M. Stallman  <rms@gnu.org>
20866         * progmodes/sh-script.el (sh-mode-default-syntax-table):
20867         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
20868         (sh-mode-syntax-table-input): New variable.
20869         (sh-require-final-newline): Don't use eval.
20870         (sh-builtins, sh-leading-keywords, sh-other-keywords)
20871         (sh-variables, sh-font-lock-keywords): Don't use eval.
20872         (sh-set-shell): When setting require-final-newline,
20873         treat value = `require-final-newline' as don't change it.
20874         Set sh-mode-syntax-table locally based on
20875         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20877         * progmodes/compile.el (compile-internal):
20878         Call compilation-set-window-height before setting window start.
20880 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
20882         * emacs-lisp/bytecomp.el (byte-compile-log-file):
20883         Clear out byte-compile-last-warned-form.
20885 2003-09-22  Richard M. Stallman  <rms@gnu.org>
20887         * woman.el (woman-file-name, woman-follow-word):
20888         If current-word returns nil, use "".
20890         * simple.el (eval-expression): Bind standard-output in to-buffer case.
20892 2003-09-22  Richard M. Stallman  <rms@gnu.org>
20894         * emacs-lisp/lisp-mnt.el (lm-with-file):
20895         Don't visit the file, just use insert-file-contents in temp buffer.
20897 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
20899         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20900         Add surrounding \\( and \\) around the header, as in
20901         for lm-history-header 'Change Log\\|History'.
20903 2003-09-22  John Paul Wallington  <jpw@gnu.org>
20905         * progmodes/ld-script.el: Add Commentary section,
20906         minor cleanup of file header.
20907         (ld-script-font-lock-keywords): Doc fix.
20908         (toplevel): Provide `ld-script' feature.
20910 2003-09-21  Kim F. Storm  <storm@cua.dk>
20912         * scroll-bar.el (set-scroll-bar-mode): Initialize to
20913         new built-in variable default-frame-scroll-bars.
20914         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20915         scroll-bar-mode; notably, use it instead of t when we toggle
20916         scroll-bars on.
20917         (toggle-scroll-bar): Use default-frame-scroll-bars.
20919 2003-09-19  Masatake YAMATO  <jet@gyve.org>
20921         * pcvs.el (cvs-do-removal): Change the prompt depending on
20922         `filter' value.
20924 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
20926         * startup.el (command-line-1): Stop startup-echo-area-message
20927         being hidden by "Loading image..." message.
20928         (use-fancy-splash-screens-p, display-splash-screen):
20929         Move display-graphic-p test from latter to former.
20931         * progmodes/sh-script.el (sh-font-lock-keywords):
20932         Highlight escaped EOLs differently from other backslash constructs.
20934 2003-09-19  Richard M. Stallman  <rms@gnu.org>
20936         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20937         New functions.
20938         (edebug-enter, edebug-outside-excursion): Use them.
20940         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20941         Fix the condition for whether to print "In WHERE".
20943 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
20945         * finder.el (finder-mode-hook): New variable.
20946         (finder-mode): Run hook finder-mode-hook
20948 2003-09-18  Masatake YAMATO  <jet@gyve.org>
20950         * progmodes/ebrowse.el: Fix broken magic autoload comments.
20952 2003-09-17  Mario Lang  <mlang@delysid.org>
20954         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20955         "p %e" to actually print the value in the GUD buffer.
20957 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
20959         From David Ponce <david.ponce@wanadoo.fr>:
20960         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20961         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20962         from loaddefs-boot.el if necessary.
20964 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
20966         * progmodes/gud.el (gud-find-class): Make jdb work again since
20967         cc-mode changed the syntactic information.
20969 2003-09-15  David Ponce  <david@dponce.com>
20971         * recentf.el: (recentf-exclude): Accept predicates too.
20972         (recentf-file-readable-p): New function.
20973         (recentf-include-p): Handle predicates in recentf-exclude.
20974         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
20975         (recentf-cleanup): Likewise.
20976         (recentf-save-list): Use write-file to handle backup of
20977         recentf-save-file.
20979 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
20981         * loaddefs-boot.el: Renamed from `loaddefs.el'
20982         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20983         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20984         necessary.
20986 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
20988         * electric.el (Electric-pop-up-window): For the `one-window' case,
20989         no longer disconcertingly move point in the original buffer.
20991 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20993         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20995 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
20997         * dired.el (dired-mode-map): Fix typo.
20999 2003-09-11  Richard M. Stallman  <rms@gnu.org>
21001         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
21003 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
21005         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
21006         the function is less noisy.  Now only `kill-buffer' can ask questions.
21008 2003-09-10  Mario Lang  <mlang@delysid.org>
21010         * battery.el: Update Commentary and Copyright.
21011         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
21012         appear due to wrong ordering of the expressions in `or'.
21014 2003-09-09  Lute Kamstra  <lute@gnu.org>
21016         * misc.el (upcase-char): Fix docstring.
21017         (zap-up-to-char): New command.
21019 2003-09-08  David Ponce  <david@dponce.com>
21021         Ensure that recentf correctly updates the menu bar.
21022         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
21023         (recentf-menu-bar): New function.
21024         (recentf-clear-data): Use it
21025         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
21026         of easy-menu-change.
21028 2003-09-08  Lute Kamstra  <lute@gnu.org>
21030         * simple.el (size-indication-mode): New.
21031         * bindings.el (mode-line-position): Add buffer size indicator.
21033 2003-09-04  Mario Lang  <mlang@delysid.org>
21035         * battery.el (battery-linux-proc-acpi): New function.
21036         (battery-status-function): Modify default value calculation to also
21037         check for availability of ACPI.
21038         (battery-echo-area-format): Ditto.
21039         (battery-mode-line-format): Ditto.
21041 2003-09-06  Dave Love  <fx@gnu.org>
21043         * ielm.el (ielm-mode-hook): Add :options.
21045         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
21046         (eldoc-print-current-symbol-info): Use it.
21048 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
21050         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
21051         being displayed in GUD buffer.
21052         (gdb-idle-input-queue): Remove var.  Use just one queue.
21053         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
21054         Remove functions.  Use just one queue.
21055         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
21056         (gdb-invalidate-assembler, gdb-get-current-frame):
21057         Modify functions.  Use just one queue.
21059 2003-09-04  Dave Love  <fx@gnu.org>
21061         * cus-start.el: Add blink-cursor-alist.
21063         * ruler-mode.el (ruler-mode-fill-column-char)
21064         (ruler-mode-current-column-char): Use char-displayable-p,
21065         not window-system.
21067         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
21069         * language/european.el (windows-1252): Move from code-pages.
21071         * language/cyrillic.el ("Windows-1251"): Delete.
21072         ("Bulgarian", "Belarusian"): Remove `features'.
21073         (windows-1251): Move from code-pages.
21075         * international/mule-diag.el (non-iso-charset-alist):
21076         Remove `codepage' stuff.
21077         (print-designation, list-coding-systems-1): Output fixes.
21079         * international/code-pages.el (cp-make-translation-table)
21080         (cp-valid-codes): Made defsubsts.
21081         (cp-fix-safe-chars): Delete.
21082         (mule-diag): Don't require.
21083         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
21084         (top-level): Check for defined coding system when defining
21085         cp... aliases.  Change w32-add-charset-info test to avoid warning.
21086         (non-iso-charset-alist): Defvar when compiling.
21087         (cp-make-coding-system): Doc fix.
21089 2003-09-02  Jason Rumney  <jasonr@gnu.org>
21091         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
21092         line-ends from CVS before doing conversion.
21094 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
21096         * calendar/diary-lib.el (diary-header-line-flag)
21097         (diary-header-line-format): New variables.
21098         (list-diary-entries): Use them to set header line in simple diary.
21100         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
21101         other than font-lock-string-face to highlight backslashes.
21103 2003-09-01  Jason Rumney  <jasonr@gnu.org>
21105         * international/titdic-cnv.el (tit-read-key-value): Include \r in
21106         regexp.
21108 2003-09-01  Dave Love  <fx@gnu.org>
21110         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
21112         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
21113         and :help; also line and column numbers labels.
21115         * international/mule-util.el (char-displayable-p): Move from
21116         latin1-disp, rename and autoload.
21118         * international/latin1-disp.el (latin1-char-displayable-p):
21119         Now obsolete alias.  Replace uses with char-displayable-p.
21120         (latin1-display-ucs-per-lynx): Fix last change.
21122         * international/mule-cmds.el (standard-display-european-internal):
21123         Don't use char code for Latin-1 NBSP.
21124         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
21125         U+2018, U+2019 for `'.
21126         (select-safe-coding-system): Message fix.
21128 2003-09-01  Kenichi Handa  <handa@m17n.org>
21130         * international/fontset.el (setup-default-fontset): For Thai
21131         font, specify "*" family.
21133 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
21135         * progmodes/compile.el (previous-error): Accept a prefix
21136         argument, similarly to next-error.
21138 2003-08-31  Masatake YAMATO  <jet@gyve.org>
21140         * pcvs.el (cvs-do-removal): Use = instead of eq to check
21141         the number of files.  Bind the number of files to a local
21142         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
21144 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
21146         * vc-hooks.el (vc-make-version-backup): Fix the change made on
21147         2003-07-26: msdos-long-file-names is a function, not a variable.
21149 2003-08-29  Richard M. Stallman  <rms@gnu.org>
21151         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
21152         Do nothing with mail-personal-alias-file if it is nil.
21154         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
21155         Do nothing if mail-personal-alias-file is nil.
21157         * term.el (term-exec-1): Bind coding-system-for-read.
21159         * dired.el (dired-mouse-find-file-other-window):
21160         Use dired-view-command-alist here, as in dired-view-file.
21161         (dired-view-command-alist): Use %s to substitute file name.
21162         Handle .ps_pages, .eps, .jpg, .gif, .png.
21164 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
21166         * info.el (Info-mode-map): Bind S-tab and <backtab> to
21167         `Info-prev-reference', instead of M-tab.
21169 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
21171         * simple.el (blink-matching-open): Work correctly on chars that
21172         are designated as parens through the syntax-table text property.
21174 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
21176         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
21177         line break position in the middle of a non-kinsoku (e.g. latin)
21178         word, making it skip until either a space or a character with
21179         category "|".
21180         (kinsoku-longer): Test for end of buffer.
21182 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
21184         * mail/rmail.el (rmail-convert-to-babyl-format):
21185         Detect quoted-printable- and base64-encoded messages and decode them
21186         automatically.  Set the message's encoding from the charset=
21187         header, if any.  Decode base64-encoded messages in Mail format as well.
21189 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
21191         * mail/smtpmail.el: Fix previous change.
21192         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
21193         calling smtpmail-via-smtp.
21194         (smtpmail-via-smtp): Add fall-back values for envelope-from.
21196 2003-08-26  John Paul Wallington  <jpw@gnu.org>
21198         * image.el (image-jpeg-p): Don't search beyond length of data.
21200 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
21202         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
21203         misfeature in `expand-abbrev' which caused electric keywords like
21204         "else" to disappear if an open brace was typed directly afterwards.
21206 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
21208         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
21209         mandatory in `define-widget'.
21211         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
21212         Don't align the operators "!=", "<=" and ">=" as assignment operators.
21214         (c-assignment-operators): New language constant that only contains
21215         the assignment operators.
21217         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
21219 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
21221         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21222         Safeguard against unbalanced sexps.
21224 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
21226         * version.el (emacs-version): Check for gtk.  Include gtk version info.
21228 2003-08-25  John Paul Wallington  <jpw@gnu.org>
21230         * man.el (Man-default-man-entry): Don't whizz past the section
21231         number before looking for it.
21233 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
21235         * progmodes/gud.el (gud-display-line): Don't set window-point if
21236         source buffer is not visible.  (Only happens with M-x gdba.)
21238         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
21239         documentation.
21240         (gdb-source, gdb-source-info): Update to assembler unnecessary
21241         as its done after each GDB command anyway.
21242         (gdb-pre-prompt): Use with-current-buffer.
21243         (gdb-insert-field): Add help-echo text.
21244         (gdb-invalidate-assembler): Re-display of assembler now done in
21245         gdb-info-breakpoints-custom.
21246         (gdb-info-breakpoints-custom): Force re-display of assembler to
21247         happen *after* update of breakpoints buffer.
21248         (gdb-display-source-buffer): Don't choke if gdb-source-window
21249         isn't visible.
21250         (gdb-put-string, gdb-put-arrow): Remove free variables.
21252 2003-08-24  John Paul Wallington  <jpw@gnu.org>
21254         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
21256         * man.el (Man-default-man-entry): Strip text properties when
21257         snarfing parts of entry because `format' preserves properties.
21259 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
21261         * files.el (file-newest-backup): Use `expand-file-name'.
21263         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
21264         Allow the diary to pop up a new frame, if needed.
21266         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
21267         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
21268         (smtpmail-send-it): Make treatment of envelope-from consistent with
21269         sendmail.el.
21271         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
21272         (sh-leading-keywords): Add the bash `time' reserved word.
21273         (sh-variables): Add some bash variables.
21274         (sh-add-completer): Fix nil branch of case statement.
21276 2003-08-24  Masatake YAMATO  <jet@gyve.org>
21278         * progmodes/ld-script.el: New file.
21280 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
21282         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
21284 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
21286         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
21287         Better explain obsolescence, and what to use instead.
21289 2003-08-23  Masatake YAMATO  <jet@gyve.org>
21291         * pcvs.el (cvs-do-removal): Show the deleted file name
21292         on the prompt.
21294 2003-08-20  Dave Love  <fx@gnu.org>
21296         * international/mule.el (make-coding-system)
21297         (set-buffer-file-coding-system): Doc fix.
21299         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
21301         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
21303         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
21305         * international/utf-16.el: Add mime-text-unsuitable coding system
21306         properties.
21308         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
21310         * cus-edit.el: Add some :links.
21311         (bib): Remove.
21313         * textmodes/bib-mode.el (bib): Add :group external.
21315 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
21317         * wid-edit.el (widget-echo-help): Make it handle expressions that
21318         evaluate to strings.
21320 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
21322         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
21324         Simplify selection of SQL products to define highlighting and
21325         interactive mode.  Includes detailed instructions on adding
21326         support for new products.
21328         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
21329         product for use in highlighting and interactive mode.
21330         (sql-interactive-product): New variable.  SQL product for
21331         sql-interactive-mode.
21332         (sql-product-support): New variable.  Specifies product-specific
21333         parameters to drive highlighting and interactive mode.
21334         (sql-imenu-generic-expression): Add more object types.
21335         (sql-sqlite-options): Correct comment.
21336         (sql-ms-program): Use "osql" rather than "isql".
21337         (sql-prompt-regexp, sql-prompt-length): Update comment.
21338         (sql-mode-menu): Add "Start SQLi session" entry.
21339         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
21340         (sql-mode-abbrev-table): Add abbreviations.  Support of
21341         SYSTEM-FLAG on define-abbrev.  Support was removed with last
21342         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
21343         (sql-mode-font-lock-object-name): Add font-lock pattern for object
21344         names.
21345         (sql-mode-ansi-font-lock-keywords): Set as default value.
21346         (sql-mode-oracle-font-lock-keywords): Set as default value.
21347         Support Oracle 9i keywords.
21348         (sql-mode-postgres-font-lock-keywords): Set as default value.
21349         (sql-mode-linter-font-lock-keywords): Set as default value.
21350         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
21351         SQLServer 2000.
21352         (sql-mode-sybase-font-lock-keywords)
21353         (sql-mode-interbase-font-lock-keywords)
21354         (sql-mode-sqlite-font-lock-keywords)
21355         (sql-mode-strong-font-lock-keywords)
21356         (sql-mode-mysql-font-lock-keywords)
21357         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
21358         keywords.
21359         (sql-mode-font-lock-defaults): Update comment.
21360         (sql-product-feature): New function.  Returns feature associated
21361         with a product from `sql-product-support' alist.
21362         (sql-product-font-lock): New function.  Set font-lock support
21363         based on `sql-product'.
21364         (sql-add-product-keywords): New function.  Add font-lock rules to
21365         product-specific keyword variables.
21366         (sql-set-product): New function.  Set `sql-product' and apply
21367         appropriate font-lock highlighting.
21368         (sql-highlight-product): New function.  Set font-lock support
21369         based on a product.  Also set mode name to include product name.
21370         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
21371         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
21372         Use `sql-set-product'.
21373         (sql-highlight-ms-keywords)
21374         (sql-highlight-sybase-keywords)
21375         (sql-highlight-interbase-keywords)
21376         (sql-highlight-strong-keywords)
21377         (sql-highlight-mysql-keywords)
21378         (sql-highlight-sqlite-keywords)
21379         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
21380         (sql-get-login): Prompt in the same order as the tokens.
21381         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
21382         (sql-product-interactive): New function.  Common portions of
21383         product-specific interactive mode wrappers.
21384         (sql-interactive-mode): Rewritten to use product features.
21385         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
21386         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
21387         (sql-db2, sql-linter): Use `sql-product-interactive'.
21388         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
21389         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
21390         (sql-connect-ingres, sql-connect-postgres)
21391         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
21392         New functions.  Format command line parameters and invoke comint on
21393         the appropriate interpreter.  Code was in the corresponding
21394         `sql-xyz' function before.
21395         (sql-connect-ms): New function.  Support -E argument to use
21396         operating system credentials for authentication.
21398 2003-08-18  Kenichi Handa  <handa@m17n.org>
21400         * international/mule.el (encode-char): Fix for the ASCII case.
21402 2003-08-15  Kenichi Handa  <handa@m17n.org>
21404         * international/fontset.el (setup-default-fontset): Change "*" to
21405         nil in the specifications of font family.
21407 2003-08-18  Kim F. Storm  <storm@cua.dk>
21409         * kmacro.el (kmacro-keymap): Group related bindings in
21410         initialization for clarity.  Bind C-s to start macro.
21411         Remove C-r binding.
21412         (kmacro-initial-counter-value): New defvar to hold initial counter
21413         value in case we set the value before defining a macro.
21414         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
21415         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
21416         not defining or executing macro.  Doc fix.
21417         (kmacro-add-counter): Clear kmacro-initial-counter-value.
21418         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
21419         temporarily view older elements on the macro ring without cycling
21420         the ring.
21421         (kmacro-display): Doc fix.
21422         (kmacro-exec-ring-item): New helper function.
21423         (kmacro-call-ring-2nd): Use it.
21424         (kmacro-call-ring-2nd-repeat): Doc fix.
21425         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
21426         (kmacro-end-or-call-macro): Execute last viewed macro (using
21427         kmacro-exec-ring-item) from ring if this follows
21428         kmacro-view-macro.  This allows us to find a macro on the ring
21429         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
21430         the ring to bring it to the head of the ring.
21431         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
21432         Allow binding to reserved keys without specifying C-x C-k prefix.
21433         Ask for confirmation if entered key sequence is already bound to
21434         a non-macro command.
21435         (kmacro-view-macro): Repeating command will show older elements
21436         on the macro ring; C-k will execute the last viewed macro.
21437         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
21438         property from 'ring to 'head.
21440 2003-08-17  Alan Shutko  <ats@acm.org>
21442         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
21443         keeping December out of the alist.
21445 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
21447         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
21448         * calendar/calendar.el (calendar-mode-map): Bind it to key.
21449         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
21450         (calendar-flatten): New function.
21451         (calendar-mouse-view-other-diary-entries)
21452         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
21453         in the menu title and to show multi-line diary entries correctly
21454         in the menu.
21456 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
21458         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
21459         defcustom, because the default was recently changed.
21461 2003-08-16  Richard M. Stallman  <rms@gnu.org>
21463         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
21465         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
21466         New subroutine, broken out of eval-last-sexp-1.
21467         (eval-last-sexp-1): Use eval-last-sexp-print-value.
21469         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
21471         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
21473         * simple.el (eval-expression): Use eval-last-sexp-print-value.
21475 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
21477         * progmodes/compile.el (compilation-error-regexp-alist):
21478         Add Java ANt error detection as described in document
21479         http://ant.apache.org/faq.html
21481 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
21483         * simple.el (backward-word, forward-to-indentation)
21484         (backward-to-indentation): Argument changed to optional.
21485         (next-line, previous-line): Use `or' instead of `unless'.
21487 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21489         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
21490         instead of a constant.
21492 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
21494         * shell.el (shell): With prefix-arg, suggest a new buffer name.
21496 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
21498         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
21499         (vc-sccs-workfile-version): Search the entire delta table, rather
21500         than just the first entry, because that might be a deleted version.
21502 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
21504         * menu-bar.el (menu-bar-options-menu): Supply a body for the
21505         [save-place] binding in the Options menu.  Have it require
21506         'saveplace' and then toggle the variable manually, to avoid an an
21507         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
21508         for the bug report.
21510 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
21512         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
21513         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
21514         (gdb-info-threads-custom): Add help-echo text.
21515         (gdb-display-back): Don't use purecopy.
21516         (gdb-info-breakpoints-custom, gdb-reset)
21517         (gdb-assembler-custom): Use display-images-p to test if breakpoint
21518         icons can be displayed.
21520 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
21522         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
21524 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
21526         * bookmark.el (bookmark-completing-read):
21527         Return a string, instead of a list of one string.
21528         Use a popup menu if activated from the mouse.
21529         (bookmark-edit-annotation): Remove unused vars.
21530         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
21531         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
21532         to bookmark-completing-read.
21533         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
21534         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
21535         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
21536         and erase-buffer.
21537         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
21538         (bookmark-menu-jump, bookmark-menu-insert)
21539         (bookmark-popup-menu-and-apply-function)
21540         (bookmark-menu-popup-paned-bookmark-menu): Remove.
21541         (bookmark-menu-build-paned-menu): Remove by folding it into
21542         bookmark-menu-popup-paned-menu.
21543         (menu-bar-bookmark-map): Move the define-key statements here.
21544         Use the "non-menu" commands since they now pop up a menu if needed.
21545         (bookmark-exit-hook-internal): Simplify.
21547 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
21549         * reftex-toc.el (reftex-toc-rename-label): New function.
21550         (reftex-toc-check-docstruct): New function.
21552         * reftex.el (reftex-region-active-p): New function.
21554         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
21555         regexp to find the \bibliography macro.
21557         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
21558         which does not exist in LaTeX.
21559         (reftex-cite-format-builtin): Added amsrefs support.
21560         (reftex-toc-confirm-promotion): New option
21562         * reftex-toc.el
21563         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
21564         (reftex-toc-demote, reftex-toc-promote)
21565         (reftex-toc-do-promote, reftex-toc-promote-prepare)
21566         (reftex-toc-promote-action, reftex-toc-extract-section-number)
21567         (reftex-toc-newhead-from-alist)
21568         (reftex-toc-load-all-files-for-promotion): New functions.
21569         (reftex-toc-help): Added description of new keys.
21570         (reftex-toc-split-windows-fraction): New option.
21571         (reftex-recenter-toc-when-idle): Search *toc* window on all
21572         visible frames.
21573         (reftex-toc): Additional parameter REUSE
21574         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
21575         with REUSE argument.
21576         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
21577         the call of `reftex-toc'.
21578         (reftex-make-separate-toc-frame): New function .
21579         (reftex-toc-recenter): When called with triple prefix arg, call
21580         `reftex-make-separate-toc-frame' first.
21581         (reftex-toc-toggle-dedicated-frame): New command.
21582         (reftex-toc-quit): Adapted to delete frame when called in
21583         dedicated frame.
21585         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
21586         all enclosing macros.
21589 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21591         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
21592         first use.
21594 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21596         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
21598 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
21600         * calendar/calendar.el (list-diary-entries-hook)
21601         (diary-display-hook, nongregorian-diary-listing-hook)
21602         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
21603         Add some customize options for these hooks.
21604         (calendar-abbrev-construct): Don't try to take a substring longer
21605         than the original string.
21607 2003-08-05  Richard M. Stallman  <rms@gnu.org>
21609         * emacs-lisp/testcover.el (noreturn): Report error if does return.
21610         (testcover-reinstrument-clauses): Doc fix.
21612         * emacs-lisp/warnings.el: Doc fixes, args renamed.
21613         (warning-type-format): Rename from warning-group-format.
21615         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
21616         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
21617         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
21618         to prevent warnings about defvar for an obsolete variable.
21620         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
21621         warning-group-format renamed to warning-type-format.
21623         * subr.el (read-passwd): Use clear-string instead of fillarray.
21625         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
21626         Use vconcat instead of concat.
21627         (edmacro-sanitize-for-string): New function.
21629 2003-08-05  Dave Love  <fx@gnu.org>
21631         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
21632         line-number-display-limit-width.
21634         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
21636 2003-08-05  Kenichi Handa  <handa@m17n.org>
21638         * international/code-pages.el: Don't require mule-diag.
21640         * international/mule-diag.el (non-iso-charset-alist):
21641         Add autoload cookie.
21643         * language/devan-util.el (dev-glyph-order): Add an entry for the
21644         glyph code #xC4.
21646 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
21648         * calendar/calendar.el (diary-file, diary-file-name-prefix)
21649         (european-calendar-style, diary-date-forms)
21650         (calendar-day-name-array, calendar-month-name-array): Doc change.
21651         (generate-calendar-month): Adapt for new behaviour of
21652         `calendar-day-name' function.
21653         (calendar-abbrev-length, calendar-day-abbrev-array)
21654         (calendar-month-abbrev-array): New variables.
21655         (calendar-abbrev-construct): New function.
21656         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
21657         rather than fixing abbrevs at some width.  Calling syntax change.
21658         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
21659         (calendar-date-string): Adapt for new behaviours of
21660         `calendar-day-name' and `calendar-month-name' functions.
21662         * calendar/diary-lib.el (list-diary-entries): Adapt for new
21663         behaviour of `calendar-day-name' and `calendar-month-name' functions.
21664         (diary-name-pattern): Use abbrev arrays, rather than fixing
21665         abbrevs at three chars.  Calling syntax change.
21666         (mark-diary-entries): Adapt for new behaviours of
21667         `diary-name-pattern' and `calendar-make-alist' functions.
21668         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
21669         `diary-name-pattern' function.
21670         (font-lock-diary-date-forms): Use abbrev arrays, rather than
21671         fixing abbrevs at three chars.  Calling syntax change.
21672         (cal-hebrew, cal-islam): Require when compiling.
21673         (diary-font-lock-keywords): Adapt for new behaviour of
21674         `font-lock-diary-date-forms' function.
21676         * calendar/cal-hebrew.el: Reposition some code so defined before used.
21677         (calendar-hebrew-month-name-array-common-year)
21678         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
21679         (list-hebrew-diary-entries): Adapt for new behaviours of
21680         `calendar-day-name' and `add-to-diary-list' functions.
21681         (mark-hebrew-diary-entries): Adapt for new behaviours of
21682         `diary-name-pattern' and `calendar-make-alist' functions.
21684         * calendar/cal-islam.el (calendar-islamic-month-name-array):
21685         Add doc string.
21686         (list-islamic-diary-entries): Adapt for new behaviours of
21687         `calendar-day-name' and `add-to-diary-list' functions.
21688         (mark-islamic-diary-entries): Adapt for new behaviours of
21689         `diary-name-pattern' and `calendar-make-alist' functions.
21691         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
21692         `calendar-month-name' function.
21694         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
21696         * calendar/solar.el (solar-seasons-data): Move definition before use.
21698         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
21699         (cal-tex-LaTeX-hourbox): Move definition before use.
21701         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
21702         * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
21703         * lunar.el, solar.el (displayed-month, displayed-year):
21704         Define for compiler.
21706 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
21708         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
21709         MODE.  Renamed from c-init-c-language-vars'.
21710         (c-initialize-cc-mode): Change accordingly.
21711         (c-common-init): Ditto.
21712         (c-mode): Ditto.
21713         (c++-mode): Use `c-init-language-vars-for'.
21714         (objc-mode): Ditto.
21715         (java-mode): Ditto.
21716         (idl-mode): Ditto.
21717         (pike-mode): Ditto.
21718         (awk-mode): Ditto.
21720 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
21722         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
21723         or not the point moved.
21725         (c-search-decl-header-end): Don't trip up on operator identifiers
21726         in C++ and operators like == in all languages.
21728         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21729         Detect leading labels correctly.
21731 2003-08-02  Andreas Schwab  <schwab@suse.de>
21733         * textmodes/ispell.el: Don't redo key bindings on loading, put
21734         them only in loaddefs.el.
21735         * bookmark.el: Likewise.
21736         * dabbrev.el: Likewise.
21737         * emerge.el: Likewise.
21739         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
21740         has more than one member.
21742         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
21744 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21746         * lpr.el (printify-region): It was ending conversion before the
21747         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
21749 2003-07-31  John Paul Wallington  <jpw@gnu.org>
21751         * net/browse-url.el (browse-url-epiphany): Doc fix.
21753 2003-07-30  Kenichi Handa  <handa@m17n.org>
21755         * international/fontset.el (setup-default-fontset):
21756         Change registry names of Akurti fonts.
21758 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21760         * comint.el (comint-read-noecho): Use `clear-string' instead of
21761         `fillarray'.
21763 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
21765         * outline.el (outline-mode-hook): Add defvar.
21767 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
21769         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21770         Restore assembler in source window if that is what has been selected.
21771         (menu): Add gdb-restore-windows to menu.  Make gdba
21772         specific menus only visible from gdba.
21774 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
21776         * progmodes/compile.el (compilation-environment): New user variable.
21777         (compile-internal): Respect it.
21779 2003-07-23  Masatake YAMATO  <jet@gyve.org>
21781         * progmodes/gud.el (gdb-script-font-lock-keywords):
21782         Put `font-lock-function-name-face' on a symbol which includes
21783         `-' like `hook-run'.  Put font-lock-variable-name-face
21784         on a symbol starting with $.
21786 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
21788         * files.el (set-visited-file-name): Use truename for buffer-file-name.
21790 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
21792         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21794 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
21796         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21797         Use with-no-warnings.
21798         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21799         rather than to find-file-not-found-hook, which doesn't exist.
21801 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
21803         * international/quail.el (quail-translate-key): Fix previous change.
21805 2003-07-25  John Paul Wallington  <jpw@gnu.org>
21807         * server.el (server-start): Check `server-process' is non-nil
21808         before killing it to avoid killing current buffer's process.
21810         * simple.el (choose-completion-string): Use `minibufferp';
21811         test `completion-reference-buffer' if `buffer' arg is nil.
21812         (push-mark): Use `when' and `unless'.
21813         (pop-mark): Use `when'.
21815         * mouse-sel.el (mouse-sel-get-selection-function):
21816         Check `x-last-selected-text-primary'.  Don't barf if it or
21817         `x-last-selected-text' aren't bound.
21819 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
21821         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21823 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
21825         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21827 2003-07-23  John Paul Wallington  <jpw@gnu.org>
21829         * tooltip.el (defface tooltip): Inherit from variable-pitch.
21831 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
21833         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21834         string.  Defvar the derived hook.
21836         * macros.el (insert-kbd-macro): Escape double quote character.
21837         From Thomas W Murphy <twm@andrew.cmu.edu>.
21839 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
21841         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21842         to match the specific mark rather than reusing comment-start-skip.
21844 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
21846         * progmodes/hideshow.el (hs-special-modes-alist):
21847         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
21849 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
21851         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21852         value using ?\s.
21854 2003-07-21  John Paul Wallington  <jpw@gnu.org>
21856         * subr.el (with-selected-window): Add closing paren.
21858 2003-07-21  Richard M. Stallman  <rms@gnu.org>
21860         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21861         (lisp-mode): Likewise.
21863         * subr.el (with-selected-window): Copy code form save-selected-window
21864         so as to call select-window with norecord arg.
21865         (dynamic-completion-table): Doc fix.
21866         (lazy-completion-table): Doc fix.
21868         * international/mule-cmds.el (set-locale-environment):
21869         langinfo renamed to locale-info.
21871         * international/mule.el (auto-coding-functions): Doc fix.
21873 2003-07-21  Kenichi Handa  <handa@m17n.org>
21875         * international/quail.el (quail-translate-key):
21876         Update quail-current-str correctly.
21878 2003-07-21  Andreas Schwab  <schwab@suse.de>
21880         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21881         ?, to "_".
21883 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
21884         Version 2.0.36 of Tramp released.
21886         * net/tramp.el (tramp-default-password-end-of-line): Rename from
21887         tramp-password-end-of-line.
21888         (tramp-password-end-of-line): New method parameter.
21889         (tramp-get-password-end-of-line): Function to access method
21890         parameter `tramp-password-end-of-line', or variable
21891         `tramp-default-password-end-of-line' (default value).
21892         (tramp-methods): Add entries for new parameter
21893         tramp-password-end-of-line.
21894         (tramp-enter-password): Use new function
21895         `tramp-get-password-end-of-line'.
21896         (tramp-handle-insert-file-contents): Do not
21897         unconditionally inhibit the file operation file-local-copy, only
21898         do that when the inhibit-file-name-operation is currently
21899         insert-file-contents.  This fixes finding remote CVS-controlled
21900         files.  (It would barf on inserting the CVS/Entries file
21901         literally, because the file-local-copy handler wasn't called.)
21902         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21903         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21904         (tramp-initial-commands): New variable.
21905         (tramp-process-initial-commands): New function, using the variable.
21906         (tramp-open-connection-setup-interactive-shell): Call the new function.
21907         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21908         method into the buffer name, never use nil.  Reported by Hanak
21909         David <dhanak@inf.bme.hu>.
21910         (tramp-open-connection-setup-interactive-shell): Erase buffer
21911         before sending "stty -onlcr".
21913         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21915 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
21917         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21919 2003-07-19  John Paul Wallington  <jpw@gnu.org>
21921         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21922         (artist-draw-rect, artist-draw-square): Doc fixes.
21924         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21926         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21928 2003-07-19  Kenichi Handa  <handa@m17n.org>
21930         * international/kkc.el (kkc-show-conversion-list-update):
21931         Highlight the correct candidate in the message.
21933 2003-07-18  John Paul Wallington  <jpw@gnu.org>
21935         * simple.el (current-word): Don't include punctuation char when
21936         `really-word' arg is non-nil.
21938 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
21940         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21941         moved to the directory obsolete.
21943 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
21945         * info.el (Info-menu-entry-name-re): Allow newlines in
21946         menu entry names.
21948         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21949         syntax-ppss-after-change-function.
21950         (syntax-ppss-after-change-function): New alias.  Update uses.
21951         (syntax-ppss): Catch the case where the buffer is narrowed.
21953 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
21955         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21956         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21958 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
21960         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21961         since it might be modified.
21963         * progmodes/cc-langs.el (c++-make-template-syntax-table)
21964         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21965         names to these language constants.
21967 2003-07-15  Kim F. Storm  <storm@cua.dk>
21969         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21970         All uses changed.
21972 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
21974         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21975         Namespace support.
21977 2003-07-13  Juanma Barranquero  <lektu@terra.es>
21979         * frame.el (modify-all-frames-parameters): Reinstall (copyright
21980         papers received).
21982 2003-07-13  Karl Eichwalder  <ke@suse.de>
21984         * textmodes/po.el (po-find-charset): White space at the start of the
21985         Content-Type field body is non-mandatory.
21987 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
21989         * textmodes/texinfo.el (texinfo-section-list):
21990         Append appendixsection; a synonym for appendixsec.
21992 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
21994         * man.el (Man-translate-cleanup): New.
21995         (Man-translate-references): Call `Man-translate-cleanup' to clean
21996         leading, trailing and middle spaces.
21998 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
22000         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
22001         Handle `dired-directory' being a list.
22003 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22005         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
22006         it doesn't exist.
22008 2003-07-12  Richard M. Stallman  <rms@gnu.org>
22010         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
22012         * progmodes/cc-defs.el (c-make-keywords-re):
22013         Don't use delete-duplicates.
22014         (c-lang-const): Don't use mapcan.
22016         * apropos.el (apropos-show-scores): Make it customizable.
22017         Document new meaning.
22018         (apropos): Compute scores from symbols.
22019         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
22021 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22023         * ps-bdf.el: Fix copyright line.
22024         (bdf-directory-list): Fix initialization code.
22026 2003-07-11  John Paul Wallington  <jpw@gnu.org>
22028         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
22029         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
22030         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
22032 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
22034         * emacs-lisp/ring.el (ring-elements): Doc fix.
22036 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
22038         * calendar/timeclock.el (timeclock-relative)
22039         (timeclock-ask-before-exiting, timeclock-use-display-time):
22040         Doc changes.
22041         (timeclock-modeline-display): Give a message if
22042         `timeclock-use-display-time' is non-nil but `display-time-mode'
22043         is not active.
22045 2003-07-11  Kenichi Handa  <handa@m17n.org>
22047         * international/mule-cmds.el (set-language-environment):
22048         Set current-language-environment to the correct string.
22050 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22052         * ps-print.el: Print line number correctly in a region.  Reported by
22053         Tim Allen <timallen@ls83.fsnet.co.uk>.
22054         (ps-print-version): New version number (6.6.2).
22055         (ps-printing-region): Code fix.
22057 2003-07-10  John Paul Wallington  <jpw@gnu.org>
22059         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
22060         this function can be called from `add-completions-from-tags-table'.
22062 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
22064         * calendar/timeclock.el (timeclock-use-display-time)
22065         (timeclock-day-over-hook, timeclock-workday-remaining)
22066         (timeclock-status-string, timeclock-when-to-leave)
22067         (timeclock-when-to-leave-string, timeclock-log-data)
22068         (timeclock-find-discrep, timeclock-day-base)
22069         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
22070         (timeclock-modeline-display): Set the variable
22071         `timeclock-modeline-display'.
22072         (timeclock-update-modeline): Doc fix.  Respect value of
22073         `timeclock-relative'.
22075 2003-07-09  Richard M. Stallman  <rms@gnu.org>
22077         * textmodes/reftex-parse.el (reftex-all-document-files):
22078         Add autoload cookie.
22080         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
22081         (reftex-scanning-info-available-p): Add autoload cookie.
22083         * international/mule-cmds.el
22084         (set-display-table-and-terminal-coding-system): Delete duplicate
22085         aset on standard-display-table.
22087         * view.el (view-file): If existing buffer's major mode is special,
22088         don't go into view mode.
22090         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
22092 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
22094         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
22095         buffer changes; there's third party code that calls this function
22096         directly.
22098 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
22100         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
22101         (autodoc-font-lock-keywords): Don't byte compile on font lock
22102         initialization when running from byte compiled files.
22104 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
22106         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
22107         statement ends with auto-increment "++".
22109 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
22111         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22112         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22113         these are changed, so declare them as variables and not constants.
22115 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
22117         * subr.el (dolist, dotimes): Doc fix.
22119 2003-07-08  Kim F. Storm  <storm@cua.dk>
22121         * international/mule-cmds.el
22122         (set-display-table-and-terminal-coding-system): Don't break
22123         bootstrap if standard-display-table isn't setup yet.
22125 2003-07-07  Richard M. Stallman  <rms@gnu.org>
22127         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
22128         Give it a doc string, and autoload it.
22130         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
22131         Use with-no-warnings.
22133         * info.el (Info-search): If find invisible text, search again.
22135         * isearch.el (search-whitespace-regexp): Add a shy group around it.
22137         * man.el (Man-name-regexp): Match + as part of name.
22139         * simple.el (visible-mode): Rename from vis-mode.
22140         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
22142         * simple.el (current-word): New arg REALLY-WORD specifies
22143         don't include punctuation chars.
22145         * emacs-lisp/debug.el (debug, debugger-env-macro):
22146         Use with-no-warnings while accessing and binding unread-command-char.
22148         * international/mule-cmds.el
22149         (set-display-table-and-terminal-coding-system): Use explicit loop
22150         instead of calling standard-display-default.
22152         * net/ange-ftp.el (ange-ftp-file-symlink-p):
22153         Use condition-case to catch error in ange-ftp-get-files.
22155         * net/browse-url.el (browse-url-browser-function):
22156         Add alternative for Epiphany.
22157         (browse-url-epiphany-program, browse-url-epiphany-arguments)
22158         (browse-url-epiphany-startup-arguments)
22159         (browse-url-epiphany-new-window-is-tab): New variables.
22160         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
22162         * progmodes/compile.el (compile-auto-highlight): Default now t.
22163         (compile): Doc fix.
22164         (compilation-next-error): Fix previous change.
22166         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
22168         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
22170 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
22172         * gdb-ui.el (gdb-source-info): Display current frame when
22173         attaching to an existing process.
22174         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
22175         while laying out windows when attaching to an existing process.
22177 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
22179         * info.el (Info-menu): Use Info-menu-entry-name-re.
22181 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
22183         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
22184         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
22186         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
22187         to match the same text.
22189 2003-07-06  John Paul Wallington  <jpw@gnu.org>
22191         * vc.el (vc-annotate-offset): Move defvar up.
22193 2003-07-06  Kim F. Storm  <storm@cua.dk>
22195         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
22196         This should fix the infinite loop when extracting menu names.
22198 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
22200         * files.el (auto-mode-alist, interpreter-mode-alist):
22201         Remove entries to CC Mode modes to avoid duplicates; they are now added
22202         with autoload directives in cc-mode.el.
22204 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
22206         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22207         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22208         these are changed, so declare them as variables and not constants.
22210         * progmodes/cc-mode.el: Fix some autoload problems: Try to
22211         ensure that the entry for ".c" extension comes before the one for
22212         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
22213         Fix incorrect entries that were added to `interpreter-mode-alist'.
22214         Move the autoload directives for AWK to the top level since they
22215         aren't recognized anywhere else.  Do not use the new AWK mode doc
22216         in the autoload form for the old AWK mode.
22218 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22220         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
22221         (bibtex-sort-ignore-string-entries): Default value t.
22222         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
22223         erroneously in previous version.
22224         (bibtex-string-files): Docstring reflects new parsing scheme.
22225         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
22226         docstring, add # as one of the chars to crush
22227         (bibtex-autokey-prefix-string, bibtex-autokey-names)
22228         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
22229         (bibtex-autokey-name-change-strings)
22230         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
22231         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
22232         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
22233         (bibtex-autokey-title-terminators)
22234         (bibtex-autokey-titlewords-stretch)
22235         (bibtex-autokey-titleword-ignore)
22236         (bibtex-autokey-titleword-case-convert)
22237         (bibtex-autokey-titleword-abbrevs)
22238         (bibtex-autokey-titleword-abbrevs)
22239         (bibtex-autokey-titleword-change-strings)
22240         (bibtex-autokey-titleword-length)
22241         (bibtex-autokey-titleword-separator)
22242         (bibtex-autokey-name-year-separator)
22243         (bibtex-autokey-year-title-separator)
22244         (bibtex-autokey-before-presentation-function)
22245         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
22246         Fix docstring.
22247         (bibtex-strings, bibtex-reference-keys):
22248         Use lazy-completion-table and make-variable-buffer-local.
22249         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
22250         (bibtex-braced-string-syntax-table)
22251         (bibtex-quoted-string-syntax-table): New variables.
22252         (bibtex-parse-nested-braces): Remove.
22253         (bibtex-parse-field-string): Use syntax table and forward-sexp.
22254         (bibtex-parse-association): Simplify.
22255         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
22256         (bibtex-parse-field-text): Simplify.
22257         (bibtex-search-forward-field, bibtex-search-backward-field):
22258         argument BOUND can take value t.
22259         (bibtex-start-of-field, bibtex-start-of-name-in-field)
22260         (bibtex-end-of-name-in-field, bibtex-end-of-field)
22261         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
22262         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
22263         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
22264         (bibtex-skip-to-valid-entry): Return buffer position of beginning
22265         and ending of entry.  Update for changes of bibtex-search-entry.
22266         Simplify.
22267         (bibtex-map-entries): FUN is called with three arguments.
22268         (bibtex-search-entry): Return a cons pair with buffer positions of
22269         beginning and end of entry.
22270         (bibtex-enclosing-field): Simplify.
22271         (bibtex-format-entry): Use booktitle to set a missing title.
22272         (bibtex-autokey-get-names): Fiddle with regexps.
22273         (bibtex-generate-autokey): Use identity.
22274         (bibtex-parse-keys): Use simplified parsing algorithm if
22275         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
22276         arguments.  Return alist of keys.
22277         (bibtex-parse-strings): Simplify.  Return alist of strings.
22278         (bibtex-complete-string-cleanup): Fix docstring.
22279         (bibtex-read-key): New function.
22280         (bibtex-mode): Fix docstring.  Do not parse for keys and
22281         strings when the mode is entered.  Set fill-paragraph-function to
22282         bibtex-fill-field.  Setup font-lock-mark-block-function the way
22283         font-lock intended.
22284         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
22285         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
22286         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
22287         (bibtex-Preamble): Avoid hard coded constants.
22288         (bibtex-make-field): Fix docstring.  Simplify.
22289         (bibtex-beginning-of-entry): Always return new position of point.
22290         (bibtex-end-of-entry): Rearrange cond clauses.
22291         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
22292         Update for changes of bibtex-map-entries.
22293         (bibtex-ispell-abstract): Do not move point.
22294         (bibtex-entry-index): Use downcase.  Simplify.
22295         (bibtex-lessp): Handle catch-all.
22296         (bibtex-find-crossref): Turn into a command.
22297         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
22298         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
22299         preamble entries.
22300         (bibtex-fill-field-bounds): New function.
22301         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
22302         (bibtex-fill-entry): Use bibtex-fill-field-bounds
22303         (bibtex-String): Use bibtex-strings.  Always obey
22304         bibtex-sort-ignore-string-entries.
22306 2003-07-05  John Paul Wallington  <jpw@gnu.org>
22308         * cus-theme.el (customize-create-theme):
22309         Call `customize-create-theme' in Reset widget's notify function.
22311         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
22312         (ibuffer-mark-interactive): Use `or' instead of `unless'.
22313         (define-ibuffer-column name): Add summarizer.
22314         (define-ibuffer-column size): Likewise.
22315         (define-ibuffer-column filename): Likewise.
22316         (define-ibuffer-column process): Likewise.  Change BODY's output too.
22317         (define-ibuffer-column filename-and-process): Likewise, likewise.
22318         (ibuffer): Remove local vars `already-in' and `need-update'.
22320         * ibuf-ext.el: Don't require `derived' at compile-time.
22322 2003-07-05  Kim F. Storm  <storm@cua.dk>
22324         * info.el: Disable paragraph refilling.
22325         (Info-refill-paragraphs): New defcustom.
22326         (Info-fontify-node): Use it.
22328 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
22330         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
22331         thingies from constructors created by defstruct.
22333         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
22334         the default value of the variable.
22335         (byte-code-meter): Move declaration to top level.
22337         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
22339         * info.el (Info-following-node-name-re): New fun.
22340         (Info-following-node-name): Remove.
22341         (Info-insert-dir): Use the new fun.
22342         (Info-extract-pointer): Don't save restriction; use new fun.
22343         (Info-menu-entry-name-re): New const.
22344         (Info-menu-entry-name-re): Use it along with new fun.
22345         (Info-node-spec-re): Use new fun.
22346         (Info-complete-menu-item, Info-fontify-node): Use new const.
22347         (Info-goto-node, Info-follow-reference, Info-menu-update):
22348         Use match-string.
22349         (Info-follow-reference): Use assoc-string.
22350         Use a list of strings for the completion table.
22351         (Info-fontify-node): Use match-string, line-end-position.
22352         Limit the search for `node:' to the first line.
22354         * newcomment.el (uncomment-region): Remove padding coming from
22355         comment-start rather than just from comment-padding.
22357         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
22358         (vc-cvs-stay-local-p): Use vc-stay-local-p.
22359         (vc-cvs-rename-file): Remove (use the default).
22360         (vc-cvs-register): Register parent dir if needed.
22361         (vc-cvs-could-register): Return non-nil if parent can be registered.
22362         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
22363         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
22365         * vc-svn.el (vc-svn-use-edit): Make it into a const.
22366         (vc-svn-update): Fix the arguments to `svn'.
22367         (vc-svn-diff-tree): Just use `vc-svn-diff'.
22368         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
22369         Simple implementations, assuming `name' is a URL.
22371         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
22372         set of chars allowed unquoted in a case pattern.
22374         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
22376         * font-lock.el (font-lock-extra-types-widget)
22377         (c-font-lock-extra-types, c++-font-lock-extra-types)
22378         (objc-font-lock-extra-types, java-font-lock-extra-types)
22379         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
22380         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
22381         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
22382         (font-lock-match-c++-structor-declaration)
22383         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
22384         (c++-font-lock-keywords-3, c++-font-lock-keywords)
22385         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
22386         (objc-font-lock-keywords-3, objc-font-lock-keywords)
22387         (java-font-lock-keywords-1, java-font-lock-keywords-2)
22388         (java-font-lock-keywords-3, java-font-lock-keywords)
22389         (java-font-lock-syntactic-face-function): Remove obsolete code
22390         and constants.  It's all in cc-fonts.el now.
22392 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
22394         * mail/sendmail.el (mail-specify-envelope-from)
22395         (mail-envelope-from): Doc fix.
22397 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
22399         * generic-x.el: Do away with the dependency on `c-emacs-features'
22400         when populating `rul-generic-mode-syntax-table'; we already know
22401         this isn't XEmacs.
22403 See ChangeLog.10 for earlier changes.
22405 ;; Local Variables:
22406 ;; coding: iso-2022-7bit
22407 ;; End:
22409     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
22410   Copying and distribution of this file, with or without modification,
22411   are permitted provided the copyright notice and this notice are preserved.
22413 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1