]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index f4b18c4caf075b83628a0d94b679328fbde25766..d40d50c49b38d24a41d8fa4a0b201262942b96b8 100644 (file)
@@ -1,3 +1,773 @@
+2004-04-17  Richard M. Stallman  <rms@gnu.org>
+
+       * files.el (locate-file-completion): Handle nil in path-and-suffixes.
+       (file-truename): Expand all ~ constructs directly.
+       (insert-directory): Delete any error msg output by the
+       `insert-directory-program'.
+
+       * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
+       (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
+       (allout-prior-bindings, allout-added-bindings): Defvars deleted.
+       (allout-init): Use find-file-hook, not find-file-hooks.
+       (allout-mode): Eliminate Emacs 18 support.
+       Use write-contents-functions, not local-write-file-hooks.
+
+2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
+
+       * progmodes/compile.el (compilation-error-properties): Fix for
+       adding messages when there are already markers for their file.
+       (compilation-fake-loc): New function.
+
+2004-04-16  Dave Love  <fx@gnu.org>
+
+       * progmodes/python.el (python-compilation-line-number): Fix braindamage.
+       (python-load-file): Fix python-orig-start setting.
+
+       * progmodes/compile.el: Doc fixes.
+       (compilation-error-regexp-alist-alist)
+       (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
+       (compilation-assq): Wrap in eval-when-compile.
+       (compilation-mode-font-lock-keywords): Don't use list*.
+       (compilation-start): Avoid warning.
+       (compilation-compat-error-properties)
+       (compilation-directory-properties): Add keymap property.
+       (compilation-parsing-end): Make it a marker for better compatibility.
+
+       * progmodes/python.el (python-after-info-look): Use with-no-warnings.
+
+2004-04-16  Mark A. Hershberger  <mah@everybody.org>
+
+       * xml.el: Doc fixes.
+       (xml-get-children): Only looks at sub-tags and ignore strings.
+
+       * xml.el (xml-parse-tag): Avoid overwriting node-name.
+
+2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url/url-util.el (url-debug): Use with-current-buffer.
+
+       * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
+       (url-nfs-create-wrapper): Use new backquote syntax.
+
+       * url/url-https.el (url-https-file-attributes): Add id-format param.
+
+       * url/url-http.el (url-http-head-file-attributes)
+       (url-http-file-attributes): Add id-format parameter.
+
+       * url/url-handlers.el: Use new find-file-hook.
+       (url-file-attributes): Add id-format parameter.
+
+       * url/url-file.el (url-file-create-wrapper): Use new backquote syntax.
+       (url-file-file-attributes): Add id-format parameter.
+
+       * url/url-dav.el: Use with-current-buffer.
+       (url-dav-process-response): Fix regexps and spurious quote.
+       (url-dav-file-attributes): Add id-format param.
+
+       * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
+
+2004-04-16  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
+
+       * vc.el (vc-print-log): Likewise.
+
+2004-04-16  Masatake YAMATO  <jet@gyve.org>
+
+       * simple.el (completion-setup-function): Set an initial value
+       to `element-common-end' before entering loop. Set a value
+       to `element-common-end' at the end of loop.
+       The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
+       (completions-common-part): Rename from completion-de-emphasis.
+       (completions-first-difference): Rename from completion-emphasis.
+       Suggested by RMS.
+
+2004-04-16  Juanma Barranquero  <lektu@terra.es>
+
+       * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
+       (bookmark-edit-annotation-mode): Add mode name.
+
+2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * smerge-mode.el (smerge-match-conflict): Try to do something sensible
+       for nested conflict markers.
+       (smerge-find-conflict): Better handle errors in smerge-match-conflict.
+
+2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
+
+       * progmodes/gdb-ui.el (gdb-goto-info): New function.
+
+       * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
+
+2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/bytecomp.el (batch-byte-compile-file):
+       Give a backtrace if requested.
+
+       * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
+
+       * progmodes/python.el (python-mouse-2-command, python-RET-command):
+       Remove unused functions.
+       (python-orig-start-line, python-orig-file): Remove.
+       (python-orig-start): New var.
+       (python-input-filter, python-compilation-line-number)
+       (python-send-region, python-load-file): Use it.
+
+       * info.el (info): Always jump to *info*.
+
+       * subr.el (posn-set-point): New function.
+
+       * mouse.el (mouse-set-point): Use it.
+
+       * progmodes/compile.el (compile-goto-error): Use it.
+       (compilation-button-map): New keymap.
+       (compilation-error-properties): Use it.
+       (compilation-shell-minor-mode-map): Don't bind mouse-2.
+
+       * smerge-mode.el (smerge-popup-context-menu): Use it.
+
+       * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
+       (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
+       mouse and non-mouse case.
+
+       * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
+       (diff-mouse-goto-source): Make it an alias of diff-goto-source.
+
+       * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
+       Make it work for non-mouse events.
+
+       * pcvs-info.el (cvs-status-map): Update binding name.
+
+2004-04-14  Mark A. Hershberger  <mah@everybody.org>
+
+       * xml.el (xml-maybe-do-ns): New function to handle namespace
+       parsing of both attribute and element names.
+       (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
+       (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
+       (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
+       (xml-parse-attlist): Make it do its own namespace parsing.
+
+2004-04-14  Dave Love  <fx@gnu.org>
+
+       * progmodes/python.el (run-python): Fix use of \n.
+       (python-load-file): Remove `try' from Python fragment.
+       (python-describe-symbol): Fix message.
+
+       * comint.el: Doc fixes.
+       (comint-last-input-start, comint-last-input-end)
+       (comint-last-output-start): Give them values.
+       (comint-arguments): Avoid warning.
+       (comint-skip-prompt): Use line-end-position.
+       (comint-backward-matching-input): Rename arg to agree with doc.
+       (comint-extract-string): Use syntax-ppss.
+       (comint-dynamic-simple-complete): Delete useless list construction.
+       (comint-redirect-subvert-readonly): New.
+       (comint-redirect-preoutput-filter): Use it.
+
+       * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
+       Correctly handle negative arguments when calling hook functions.
+
+2004-04-14  Jesper Harder  <harder@ifa.au.dk>
+
+       * info.el (info-apropos): Don't clobber Info-history-list.
+
+2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
+
+       * progmodes/compile.el (compilation-setup):
+       Localize overlay-arrow-position.
+       (compilation-sentinel): Restructure code equivalently.
+       (compilation-next-error): Find message on same line after point if
+       not found before point.
+       (compile-mouse-goto-error): Restore function so that compilation
+       buffer need not be current and use compile-goto-error.
+       (compile-goto-error): Restore function.
+       (next-error): Set overlay-arrow-position.
+       (compilation-forget-errors): Don't localize already local
+       compilation-locs and remove FIXME about refontifying.
+
+2004-04-14  Kim F. Storm  <storm@cua.dk>
+
+       * startup.el (emacs-quick-startup): New defvar (set by -Q).
+       (command-line): New option -Q.  Like -q --no-site-file, but
+       in addition it also disables menu-bar, tool-bar, scroll-bars,
+       tool-tips, and the blinking cursor.
+       (command-line-1): Skip startup screen if -Q.
+       (fancy-splash-head): Use ":align-to center" prop to center splash image.
+
+       * emulation/cua-base.el (cua-read-only-cursor-color)
+       (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
+
+2004-04-13  Dave Love  <fx@gnu.org>
+
+       * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
+       (syntax): Don't require.
+       (python) <defgroup>: Add :version.
+       (python-quote-syntax): Re-written.
+       (inferior-python-mode): Move stuff here from run-python and add
+       some more.
+       (python-preoutput-continuation, python-preoutput-result)
+       (python-dotty-syntax-table): New.
+       (python-describe-symbol): Use them.
+       (run-python): Move stuff to inferior-python-mode.  Modify code
+       loaded into Python.
+       (python-send-region): Use python-proc, python-send-string.
+       (python-send-string): Send newlines too.  Callers changed.
+       (python-load-file): Re-written.
+       (python-eldoc-function): New.
+       (info-look): Don't require.
+       (python-after-info-look): New.  A modified version of former
+       top-level code for use with eval-after-load.
+       (python-maybe-jython, python-guess-indent): Use widened buffer.
+       (python-fill-paragraph): Re-written.
+       (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
+       eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
+
+2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
+       Set compilation-error-regexp-alist earlier.
+
+       * progmodes/compile.el (compilation-minor-mode-map)
+       (compilation-shell-minor-mode-map, compile-mouse-goto-error)
+       (compile-goto-error): Re-merge the mouse and non-mouse commands.
+
+2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/compile.el (compile-goto-error): Select the buffer/window
+       corresponding to the event.
+
+       * url/url.el (url-retrieve): Use with-current-buffer.
+
+       * url/url-http.el (url-http-parse-headers, url-http-file-exists-p):
+       Remove unused var `version'.
+
+       * url/url-handlers.el (url-handler-mode): New minor mode.
+       (url-setup-file-name-handlers): Remove.
+
+2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
+
+       * loadup.el: Add cygwin to system-type list, for unexec() support.
+
+2004-04-12  John Paul Wallington  <jpw@gnu.org>
+
+       * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
+       (ibuffer-restore-window-config-on-quit): New variable to replace
+       `ibuffer-delete-window-on-quit'.  Update all references.
+       (ibuffer-prev-window-config): New variable.
+       (ibuffer-quit): Restore previous window configuration instead of
+       deleting window.
+       (ibuffer): Save window configuration before showing Ibuffer buffer.
+
+       * help.el (describe-mode): Doc fix.
+
+       * url/url-cookie.el (url-cookie-handle-set-cookie): Replace calls
+       to obsolete `assoc-ignore-case' with calls to `assoc-string'.
+
+2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
+       not to treat nil as a function.
+
+       * vc-arch.el (vc-arch-root): Be a bit more careful.
+       (vc-arch-register): Save the buffer if we modified it.
+       (vc-arch-delete-rej-if-obsolete): Save excursion.
+       (vc-arch-find-file-hook): Use the simpler after-save-hook.
+       (vc-arch-responsible-p, vc-arch-init-version): New functions.
+
+       * net/ldap.el (ldap-search): Use list*.
+
+2004-04-12  Juri Linkov  <juri@jurta.org>
+
+       * info.el (Info-follow-reference): Allow multiline reference name.
+
+2004-04-11  Dave Love  <fx@gnu.org>
+
+       * url/url-mailto.el (url-mailto):
+       * url/url-history.el (url-history-setup-save-timer):
+       * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
+
+       * url/url-file.el (url-file-build-filename): Don't use
+       directory-sep-char.
+
+       * url/url-auth.el (url-register-auth-scheme): Fix `format' call.
+
+       * url/url-about.el (url-scheme-registry): Defvar.
+       (url-about): Use text/plain.
+
+       * url/url-vars.el (cl): Don't require.
+       (url): Add :version.
+       (url-bug-address): Use bug-gnu-emacs.
+
+       * url/url-util.el (url-hexify-string): Don't give multibyte error
+       for char <16.
+       (mail-header-extract): Autoload.
+
+       * url/url-parse.el: Doc fixes.
+
+       * url/url-ldap.el (ldap): Require.
+       (url-ldap): Fix `format' call.
+       (url-ldap-certificate-formatter): Avoid warning.
+
+       * url/url-https.el (url-https-create-secure-wrapper): Use modern
+       backquotes.
+
+       * url/url-dav.el (url-dav-rename-file): Fix args of `signal'.
+       (url-intersection): New.
+       (url-dav-supported-p): Use it.
+       (url-dav-save-resource): Declare url-http-response-status special.
+
+       * url/url-cache.el (url-util): Require.
+
+       * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
+
+       * progmodes/python.el: New file.
+
+2004-04-11  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc-hooks.el (vc-arg-list): Function removed.
+       (vc-default-workfile-unchanged-p): Use condition-case to check for
+       backward compatibility.
+
+       * vc.el (vc-print-log): Use condition-case to check for backward
+       compatibility.
+
+2004-04-11  Juri Linkov  <juri@jurta.org>
+
+       * dired.el (dired-faces): New defgroup.
+       (dired-header, dired-mark, dired-marked, dired-flagged)
+       (dired-warning, dired-directory, dired-symlink, dired-ignored):
+       New faces.
+       (dired-header-face, dired-mark-face, dired-marked-face)
+       (dired-flagged-face, dired-warning-face, dired-directory-face)
+       (dired-symlink-face, dired-ignored-face): New face variables.
+       (dired-font-lock-keywords): Use them instead of font-lock faces.
+       Split the rule for dired marks into 3 separate rules: for marks,
+       marked file names and flagged file names.
+
+       * help-mode.el (help-make-xrefs): Add a final newline to the
+       *Help* buffer.
+
+2004-04-11  John Paul Wallington  <jpw@gnu.org>
+
+       * replace.el (occur-engine): Distinguish between one and several
+       matches in the matches per buffer heading.
+
+2004-04-11  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el (ido-confirm-unique-completion): New defcustom.
+       (ido-complete): Use it.
+       (ido-write-file): Set it to t unconditionally.
+
+2004-04-10  Miles Bader  <miles@gnu.org>
+
+       RCS keyword removal (only non-comment changes are enumerated here):
+
+       * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
+       (byte-compile-insert-header): Don't use `byte-compile-version'.
+       * url/url-vars.el (url-version): Use the constant string "Emacs"
+       instead of calculating something from the RCS `State' keyword
+       [the latter is almost entirely useless anyway].
+       * forms.el (forms-version): Variable removed.
+       (forms-mode): Don't use `forms-version'.
+       * recentf.el (recentf-version): Variable removed.
+       * progmodes/delphi.el (delphi-version): Variable removed.
+       * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
+
+2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
+
+2004-04-09  Jesper Harder  <harder@ifa.au.dk>
+
+       * info.el (info-apropos): Improve menu item regexp.
+
+2004-04-09  Simon Josefsson  <jas@extundo.com>
+
+       * mail/smtpmail.el: Add comment, based on report by
+       kdc@rcn.com (Kevin D. Clark).
+
+2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/compile.el (compilation-mode-font-lock-keywords):
+       Redo one more thing that I didn't notice Daniel had undone.
+
+2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
+
+       * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
+       (gdb-goto-breakpoint, gdb-display-buffer)
+       (gdb-display-source-buffer, gdb-view-source-function)
+       (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
+       (gdb-source-info, gdb-frame-handler): Don't specify a window
+       for display.
+       (gdb-info-breakpoints-custom): Remove superfluous update of
+       assembler buffer.
+       (gdb-many-windows): Make settable outside gdb.
+
+2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
+       Derive from fundamental-mode rather than text-mode.
+
+2004-04-08  Juri Linkov  <juri@jurta.org>
+
+       * info.el (Info-history): Doc fix.
+       (Info-history-list): New var.
+       (info-xref): Change magenta4 to blue, remove bold for dark and
+       light backgrounds, change bold to underline for non-color classes.
+       (info-xref-visited): New face.
+       (Info-fontify-visited-nodes): New custom.
+       (Info-hide-note-references): Add new value `hide'.  Doc fix.
+       (Info-reference-name): New var.
+       (Info-selection-hook): New custom.
+       (Info-edit-mode-hook): New var.
+       (Info-find-file): New fun.
+       (Info-find-node): Move part of code to Info-find-file.
+       (Info-find-node-2): Add anchors to Info-history-list.  Move point
+       to the place with the reference name if name is defined.
+       (Info-select-node): Add current node to Info-history-list.
+       (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
+       (Info-search-whitespace-regexp): New custom.
+       (Info-search-case-fold): New var.
+       (Info-search): Add "case-sensitively" to the prompt.
+       Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
+       (Info-search-case-sensitively, Info-search-next): New fun.
+       (Info-up): Move point to the menu item of the current node.
+       (Info-history): New fun. Add *info-history* to same-window-buffer-names.
+       (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
+       (Info-insert-toc): New fun.
+       (Info-build-toc): New fun.
+       (Info-follow-reference): Add new arg `fork'.  Doc fix.
+       Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
+       with the same name prefer the reference closest to point.
+       (Info-next-reference): Replace * by + in the *Note regexp.
+       Add regexp for http:// and ftp://.  Skip the *Note prefix.
+       (Info-prev-reference): Replace * by + in the *Note regexp.
+       Add regexp for http:// and ftp://.  Skip the *Note prefix.
+       (Info-follow-nearest-node): Add new arg `fork'.
+       (Info-try-follow-nearest-node): Add new arg `fork'.
+       Call browse-url for http:// and ftp:// references.
+       Set Info-reference-name for index entries.
+       (Info-mode-menu): Add menu items for Info-search-case-sensitively,
+       Info-search-next, Info-history, Info-toc, clone-buffer.
+       (Info-menu-update): Replace * by + in the *Note regexp.
+       (Info-mode): Add documentation for Info-history, Info-toc,
+       Info-search-case-sensitively, Info-search-next, clone-buffer.
+       (Info-fontify-menu-headers): Remove fun.  Move code to
+       Info-fontify-node.
+       (Info-fontify-node): Add docstring.  Add local vars
+       fontify-visited-p and not-fontified-p.  If not-fontified-p is t
+       then fontify header line, titles, menu headers, http and ftp
+       references, refill paragraphs.  If not-fontified-p is t or
+       fontify-visited-p is t then fontify cross references, menu items.
+       Fontify menu headers.  Fontify http and ftp references.
+       Change regexp for cross references to require whitespace after *Note,
+       add matching groups for file and node names.  Remove hack for quote.
+       Use display property for Info-hide-note-references=t.  Use fifth
+       or fourth match for help-echo.  Display visited nodes in a
+       different face.  Unhide file names of external references.
+       Unhide newlines.  Display visited menu items in a different face.
+
+2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/compile.el: Require CL.
+       (compilation-mode-font-lock-keywords): Re-install the "line as
+       function" patch.
+
+       * help-fns.el (help-C-source-directory): New var.
+       (help-subr-name, help-C-file-name, help-find-C-source): New funs.
+       (describe-function-1, describe-variable): Use them.
+
+       * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
+       to C source files specially.
+
+2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * info.el (Info-hide-cookies-node): New function.
+       (Info-select-node): Use it.
+       (Info-display-images-node): Remove message with image file name.
+
+2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
+
+       * progmodes/compile.el (compilation-warning-face)
+       (compilation-info-face, compilation-skip-threshold)
+       (compilation-skip-visited, compilation-context-lines):
+       Declare :version when added to Emacs.
+       (compilation-error-regexp-alist-alist): Extend caml and irix.
+       (compilation-setup): Fix if font-locked w/o font-lock-defaults.
+       (compilation-mode-font-lock-keywords): Temporarily undo line as
+       function patch, which wasn't ready.
+
+2004-04-07  Kenichi Handa  <handa@m17n.org>
+
+       * international/latin1-disp.el (latin1-display-setup): Check each
+       character is displayable or not instead of calling
+       latin1-display-check-font.
+
+2004-04-06  Kenichi Handa  <handa@m17n.org>
+
+       * language/ethio-util.el (ethio-sera-being-called-by-w3):
+       New variable.
+       (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
+       instead of sera-being-called-by-w3.
+       (ethio-fidel-to-sera-buffer): Likewise.
+       (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
+       instead of sera-being-called-by-w3.
+       (ethio-write-file): Likewise.
+
+2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * printing.el: Dox fix.
+
+2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
+
+       * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
+       (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
+       (gdb-setup-windows): Only use separate IO buffer if required.
+
+2004-04-06  Kim F. Storm  <storm@cua.dk>
+
+       * term.el (term-is-xemacs): Remove.
+       (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
+       (term-window-width): New function.
+       (term-mode, term-check-size): Use it.
+       (term-mode): Disable overflow-newline-into-fringe in term buffer.
+
+2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * cus-edit.el (custom-add-parent-links): Change unbound variable
+       `symbol' to `name'.
+
+2004-04-05  Jesper Harder  <harder@ifa.au.dk>
+       * info.el (info-apropos): New function.
+       (Info-mode-menu): Add it.
+       (Info-find-node, Info-find-node-2): Grok apropos virtual file.
+
+       * help-mode.el (help-make-xrefs): Recognize aliased variable with
+       inherited docstring.
+
+       * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
+
+2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
+
+       * progmodes/compile.el (font-lock): Don't require any more.
+       (compilation-error-properties, compilation-start, compilation-sentinel)
+       (compilation-filter, next-error): Use with-current-buffer.
+       (compilation-skip-to-next-location, compilation-skip-threshold)
+       (compilation-skip-visited): Move to silence the byte-compiler.
+       (compilation-setup): Simplify.
+       (compilation-next-error): Use line-(beginning|end)-position.
+       Make sure `pt' is non-nil before using compilation-loop.
+       (compile-goto-error): Add optional event arg.  Use it.
+       (compile-mouse-goto-error): Make it an alias of compile-goto-error.
+       (compilation-minor-mode-map, compilation-shell-minor-mode-map):
+       Update the binding for mouse-2.
+       (first-error): Set compilation-current-error to nil rather than bob.
+       (compilation-parsing-end, compilation-parse-errors-function)
+       (compilation-error-list, compilation-old-error-list):
+       "New" compatibility variables.
+       (compile-buffer-substring, compilation-compat-error-properties)
+       (compilation-compat-parse-errors, compilation-forget-errors):
+       New compatibility functions.
+       (compilation-mode-font-lock-keywords): Use them.
+
+2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * autorevert.el (auto-revert-handler): If point (or a window
+       point) is at the end of the buffer, keep it there after
+       reverting.  This allows to tail a file.
+       Mention this in the `Commentary'.
+
+       * format.el (format-write-file): Add optional argument CONFIRM
+       and make it behave like the analogous argument to `write-file'.
+
+2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * progmodes/ebnf2ps.el: Doc fix.
+       (ebnf-version): New version number (4.2).
+       (ebnf-syntax): Customization and docstring fix.
+       (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
+       Put autoloaded funs before first use.
+       (ebnf-style-database): Add dtd entry.
+       (ebnf-syntax-alist): Add dtd initialization.
+       (ebnf-token-sequence): New fun.
+       (ebnf-comment-table): Add new comment action character.
+       (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
+
+       * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
+       Type Definition for XML).
+
+       * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
+       * progmodes/ebnf-bnf.el (ebnf-sequence):
+       * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
+       * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
+       * progmodes/ebnf-yac.el (ebnf-yac-sequence):
+       Code simplification: call ebnf-token-sequence.
+
+2004-04-04  Eli Zaretskii  <eliz@gnu.org>
+
+       * calendar/timeclock.el (timeclock-relative)
+       (timeclock-get-project-function, timeclock-get-workday-function)
+       (timeclock-query-out, timeclock-when-to-leave)
+       (timeclock-when-to-leave-string, timeclock-log-data)
+       (timeclock-generate-report, timeclock-in): Doc fixes.
+
+2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url: Import the URL package from its repository.
+
+       * url/url-methods.el:
+       * url/url-parse.el: Don't require url-auto.
+
+2004-04-03  Andreas Schwab  <schwab@suse.de>
+
+       * diff-mode.el (diff-mode): Fix missing quote.
+
+2004-04-03  Juri Linkov  <juri@jurta.org>
+
+       * descr-text.el (describe-property-list): Add `font-lock-face'.
+
+       * dired.el (dired-font-lock-keywords): Fix permission regexps.
+
+2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
+       Use utf-16le on little endian machines and utf-16be otherwise.
+
+2004-04-02  David Kastrup  <dak@gnu.org>
+
+       * net/browse-url.el (browse-url-generic): Use call-process
+       instead of start-process to allow browsers that fork and detach.
+
+2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
+
+       * compile.el (compilation-current-error): New var.
+       (compilation-setup, compile-mouse-goto-error)
+       (compile-goto-error, next-error): Use it.
+       (compilation-skip-to-next-location): Default to t, which gives
+       contiguous skipping like old compile (where this was redundant).
+       (compilation-next-error): Prevent previous-* commands from moving
+       back to message at or just before point.
+
+2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
+
+       * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
+       (gdb-source-info): Don't display source at startup, if required.
+       (gdb-show-main): New option.
+       (gdba): Update documentation.
+       (gdb-source): Cover case of auto-display output.
+
+2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * autorevert.el: Delete obsolete autoload's and defvar's.
+       (auto-revert-check-vc-info): New user option.
+       (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
+       (auto-revert-handler-vc): Delete.
+       (auto-revert-handler): Treat return value `fast' of
+       buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
+
+       * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
+       return `fast'.
+
+       * files.el (buffer-stale-function): Doc change.
+
+2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * printing.el: New tip on Tips section.
+       (pr-version): New version number (6.7.4).
+       (pr-shell-file-name): Initialization fix.
+
+2004-03-31  Juri Linkov  <juri@jurta.org>
+
+       * dired.el: Add autoload for `dired-do-touch'.
+       (dired-touch-program): New var.
+       (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
+       (dired-no-confirm): Add `touch' to docstring.
+
+       * dired-aux.el (dired-do-touch): New fun.
+       (dired-do-chxxx): Add argument -t for touch operation.
+
+       * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
+       `dired-move-to-filename-regexp'.
+
+2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
+
+       * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
+
+2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
+       and only if the buffer was modified.
+
+2004-03-30  Kenichi Handa  <handa@m17n.org>
+
+       * international/characters.el: Delete pairs for U+2308..U+230B.
+
+2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
+
+       * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
+       to detect the beginning of a level 2 or 3 annotation.
+
+2004-03-29  Kenichi Handa  <handa@m17n.org>
+
+       * international/ucs-tables.el (ucs-insert): Fix the error message.
+
+2004-03-29  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-util.el (char-displayable-p): Fix generation
+       of XLFD file name.
+
+       * Makefile.in (setwins, setwins_almost): Change directory to $wd
+       before finding directories by `find'.
+
+2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * subr.el (interactive-form): Delete.  Now implemented in C.
+
+       * pcvs.el (cvs-parse-process): Workaround for Darwin.
+
+       * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
+       (vc-diff-label): New fun.
+       (vc-diff-internal): Use it.
+
+       * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
+
+2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
+
+       * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
+       specify XML (EBNFX).
+
+       * progmodes/ebnf2ps.el: Doc fix.
+       (ebnf-version): New version number (4.1).
+       (ebnf-syntax): Adjust customization.
+       (ebnf-style-database): Add ebnfx entry.
+       (ebnf-syntax-alist): Add ebnfx initialization.
+       (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
+
+       * printing.el: Doc fix.
+       (pr-version): New version number (6.7.3).
+       (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
+       returns nil for mouse position.  Reported by Drew Adams
+       <drew.adams@oracle.com>.
+       (pr-update-menus): Modify interactive declaration.  Reported by Drew
+       Adams <drew.adams@oracle.com>.
+
+2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
+
+       * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
+       (gud-gdba-marker-filter): Log the process input and output, if
+       required.  From Stefan Monnier.
+       (gdb-debug-log, gdb-enable-debug-log): New variables.
+       (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
+
+2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc-hooks.el (vc-file-not-found-hook): Fix typo.
+       From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly).
+
 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
 
        * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
        Fix copyright years.
 
        * strokes.el (strokes-global-set-stroke-string): New function.
-       (strokes-list-strokes): Cope with strings, not just commands.  Set
-       foreground colour of image.
+       (strokes-list-strokes): Cope with strings, not just commands.
+       Set foreground colour of image.
        (strokes-global-set-stroke): Doc fix.
 
 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
        before, rather than after, reverting.
        (buffer-stale-function): Move to files.el.
 
-       * files.el (buffer-stale-function): Moved here from autorevert.el.
+       * files.el (buffer-stale-function): Move here from autorevert.el.
 
 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 
        * gdb-ui.el: Moved to progmodes.
 
+2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
+
 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
 
        * calendar/appt.el (appt-check): Remove superfluous progn.
        functions.
        (auto-revert-buffers): Delete call to auto-revert-buffer-p.
 
-       * dired.el (dired-directory-changed-p, dired-buffer-stale-p): New funs.
+       * dired.el (dired-directory-changed-p): New fun, extracted from
+       dired-internal-noselect.
+       (dired-buffer-stale-p): New fun.
        (dired-internal-noselect): Use dired-directory-changed-p.
        Eliminate revert messages.
        (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
 
-2004-03-23  Kenichi Handa  <handa@etlken2>
+2004-03-23  Kenichi Handa  <handa@m17n.org>
 
        * international/characters.el: Setup syntaxes for more parentheses
        Unicode characters.
        * woman.el (woman-man.conf-path): Doc fix.
        (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
 
-2004-03-07  Eli Zaretskii  <eliz@elta.co.il>
+2004-03-07  Eli Zaretskii  <eliz@gnu.org>
 
        * sort.el (sort-columns): Remove ms-dos from the list of systems
        where the external `sort' command is not used.
 
        * printing.el: Replace "As Is..." in PostScript file print/preview by
        "No Preprocessing...".  Suggested by Colin Marquardt
-       <marquardt@zmd.de>.
+       <_marquardt_@zmd.de>.
        (pr-insert-section-4): Adjust buffer interface.
 
 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
 
 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
-       * ebnf-abn.el: Doc fix.
+       * progmodes/ebnf-abn.el: Doc fix.
 
-       * ebnf-bnf.el: Doc fix.
+       * progmodes/ebnf-bnf.el: Doc fix.
        (ebnf-repeat): Code fix.
 
-       * ebnf2ps.el: Doc fix.
+       * progmodes/ebnf2ps.el: Doc fix.
        (ebnf-syntax-directory, ebnf-syntax-file): New funs.
 
 2004-02-28  Juri Linkov  <juri@jurta.org>
 
 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
-       * ebnf2ps.el: Doc fix.  For compatibility with Emacs 20, define
-       assq-delete-all if it's not defined.
+       * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
+       define assq-delete-all if it's not defined.
        (ebnf-generate-region): Code fix.
 
        * printing.el: Doc fix.
 
 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
-       * ebnf-abn.el: New file, implements an ABNF parser.
+       * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
 
-       * ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New arrow shapes:
-       semi-up-hollow, semi-up-full, semi-down-hollow and semi-down-full.
-       Fix a bug on productions like test = {"test"}* | ( "tt" ["test"] ).
-       Reported by Markus Dreyer <mdreyer@ix.urz.uni-heidelberg.de>.
+       * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
+       arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
+       semi-down-full.  Fix a bug on productions like test = {"test"}* | (
+       "tt" ["test"] ).  Reported by Markus Dreyer
+       <mdreyer@ix.urz.uni-heidelberg.de>.
        (ebnf-version): New version number (4.0).
        (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
        (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
        (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
        (ebnf-token-repeat): Code fix.
 
-       * ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc, %right, %left
-       and %prec.  Suggested by Matthew K. Junker <junker@alum.mit.edu>.
+       * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
+       %right, %left and %prec.  Suggested by Matthew K. Junker
+       <junker@alum.mit.edu>.
        (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
 
-       * ebnf-iso.el: Doc fix.
+       * progmodes/ebnf-iso.el: Doc fix.
        (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
        (ebnf-iso-lex): Code fix.
 
-       * ebnf-bnf.el: Doc fix.
+       * progmodes/ebnf-bnf.el: Doc fix.
        (ebnf-bnf-lex): Code fix.
 
-       * ebnf-otz.el: Doc fix.
+       * progmodes/ebnf-otz.el: Doc fix.
 
 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
 
        (yank-pop): Make its argument optional.
        (yank): Make ARG `-' equivalent to `-1'.
 
-2004-02-17  Eli Zaretskii  <eliz@elta.co.il>
+2004-02-17  Eli Zaretskii  <eliz@gnu.org>
 
        * mail/rmail.el (rmail-get-new-mail): Don't reference
        rmail-use-spam-filter if rmail-spam-filter is not loaded.
        if one of global-auto-revert-non-file-buffers or autorevert-mode
        is non-nil.
 
-2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
+2004-02-16  Eli Zaretskii  <eliz@gnu.org>
 
        * subr.el (delete-dups): A better implementation from Karl Heuer
        <kwzh@gnu.org>.
        * progmodes/icon.el (icon-indent-command): Ditto.
        * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
 
-2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
+2004-02-16  Eli Zaretskii  <eliz@gnu.org>
 
        * progmodes/grep.el (grep-compute-defaults): Undo change from
        2004-01-29: don't use executable-command-find-posix-p.
        Change prefixes of all variables and functions from
        rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
 
-2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
+2004-02-16  Eli Zaretskii  <eliz@gnu.org>
 
        * loadhist.el (unload-hook-features-list): New defvar.
 
 
        * subr.el (match-string-no-properties): Use substring-no-properties.
 
-2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
+2004-02-16  Eli Zaretskii  <eliz@gnu.org>
 
        * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
        (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
        * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
        loaddefs* and ldefs-boot*.
 
-2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
+2004-02-16  Eli Zaretskii  <eliz@gnu.org>
 
        * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
        and email address at the beginning and end of the address.
        `Info node'.
        (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
 
-2003-12-30  Eli Zaretskii  <eliz@elta.co.il>
+2003-12-30  Eli Zaretskii  <eliz@gnu.org>
 
        * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
        error in arguments to base64-decode-region.  Remove ^M characters
        have only been distributed with Emacs for some years.
        (texinfo-mode-hook): Customize.
 
-2003-12-30  Eli Zaretskii  <eliz@elta.co.il>
+2003-12-30  Eli Zaretskii  <eliz@gnu.org>
 
        * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
        cleaner (suggested by Richard Stallman).
 
        * generic.el (define-generic-mode): Doc fix.
 
-2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
+2003-12-29  Eli Zaretskii  <eliz@gnu.org>
 
        * files.el (kill-some-buffers): Doc fix.
 
        "@", as required by some ISP hosting service.  Fix defcustom
        argument syntax errors that prevented use of customization.
 
-2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
+2003-12-29  Eli Zaretskii  <eliz@gnu.org>
 
        * xml.el (xml-get-attribute-or-nil): Doc fix.
 
        (xml-get-attribute): Convert to defsubst, uses
        xml-get-attribute-or-nil.
 
-2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
+2003-12-29  Eli Zaretskii  <eliz@gnu.org>
 
        * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
 
        * generic-x.el (etc-modules-conf-generic-mode): A more complete
        set of keywords.
 
-2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
+2003-12-29  Eli Zaretskii  <eliz@gnu.org>
 
        * international/mule-cmds.el (reset-language-environment)
        (set-language-environment): Don't invoke fontset-related functions
 
        * subr.el (add-hook): Fix last change.
 
-2003-11-03  Eli Zaretskii  <eliz@elta.co.il>
+2003-11-03  Eli Zaretskii  <eliz@gnu.org>
 
        * mail/rmail.el (rmail-convert-to-babyl-format):
        If base64-decode-region signals an error, catch it and silently
        (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
        instead of 12x12.
 
-2003-10-16  Eli Zaretskii  <eliz@elta.co.il>
+2003-10-16  Eli Zaretskii  <eliz@gnu.org>
 
        * mail/rmail.el (rmail-convert-to-babyl-format): Display a
        message while converting to Babyl.
        Rename from loadhist-hook-functions.
        (loadhist-hook-functions): Now an alias.
 
-2003-10-04  Eli Zaretskii  <eliz@elta.co.il>
+2003-10-04  Eli Zaretskii  <eliz@gnu.org>
 
        * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
        file-name clashes on 8+3 filesystems.
        * info.el (Info-find-index-name): Remove any "<n>" suffixes which
        makeinfo appends to duplicate index entries.
 
-2003-09-28  Eli Zaretskii  <eliz@elta.co.il>
+2003-09-28  Eli Zaretskii  <eliz@gnu.org>
 
        * dired-x.el (dired-clean-tex): Doc fix.
 
        the number of files.  Bind the number of files to a local
        variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
 
-2003-08-30  Eli Zaretskii  <eliz@elta.co.il>
+2003-08-30  Eli Zaretskii  <eliz@gnu.org>
 
        * vc-hooks.el (vc-make-version-backup): Fix the change made on
        2003-07-26: msdos-long-file-names is a function, not a variable.
        category "|".
        (kinsoku-longer): Test for end of buffer.
 
-2003-08-28  Eli Zaretskii  <eliz@elta.co.il>
+2003-08-28  Eli Zaretskii  <eliz@gnu.org>
 
        * mail/rmail.el (rmail-convert-to-babyl-format):
        Detect quoted-printable- and base64-encoded messages and decode them