]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index f1411981541213db38feebe83dd902a96b86afc2..92b5fc68bfd1582f6f5834232eb2b3fa6912dd97 100644 (file)
@@ -1,7 +1,939 @@
+2005-09-11  Kim F. Storm  <storm@cua.dk>
+
+       * emacs-lisp/authors.el (authors-aliases): Update list.
+       (authors-fixed-entries): Update mldrag.el entry.
+
+2005-09-10  Alan Mackenzie  <acm@muc.de>
+
+       * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
+       from the region narrowed to.
+
+2005-09-10  Magnus Henoch  <mange@freemail.hu>
+
+       * textmodes/ispell.el (ispell-check-version): Signal an error if
+       aspell version is less than 0.60.
+
+2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
+
+       * progmodes/octave-inf.el (inferior-octave-startup): Resync
+       current dir at the end.
+
+2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
+
+       * woman.el (woman-topic-at-point-default): Renamed to
+       woman-use-topic-at-point-default.
+       (woman-topic-at-point): Renamed to woman-use-topic-at-point.
+       (woman-file-name): Reflect renames above.  Automatically use the
+       word at point as topic if woman-use-topic-at-point is non-nil.
+       Otherwise offer it as default but don't insert it in the
+       minibuffer.  Also use `test-completion' instead of `assoc' as
+       suggested by Stefan Monnier.
+
+2005-09-10  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc.el (vc-directory, vc-update-change-log): Throw an error on
+       the attempt to do it over Tramp.  This is not yet supported.
+
+2005-09-10  Eli Zaretskii  <eliz@gnu.org>
+
+       * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
+       (menu-bar-non-minibuffer-window-p): New functions.
+       ("Split Window", "Save As..."): Use them.
+       ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
+       ("Print Buffer", "Truncate Long Lines in this Buffer"):  Use
+       menu-bar-menu-frame-live-and-visible-p.
+       ("Save Buffer", "Insert File", "Open Directory...")
+       ("Open File...", "Visit New File..."): Use
+       menu-bar-non-minibuffer-window-p.
+       (kill-this-buffer-enabled-p, dired <menu-enable>): Use
+       menu-bar-non-minibuffer-window-p.
+
+2005-09-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * cus-start.el (all): Don't complain about fringe-related
+       built-ins if fringes are not supported.  Ditto about
+       selection-related built-ins.  Fix the test for GTK-related
+       built-ins.
+
+       * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
+       ("Postscript Print Buffer", "Print Region", "Save As...")
+       ("Save", "Insert File...", "Open Directory...")
+       ("Open File...", "Visit New File..."")
+       ("Truncate Long Lines in this Buffer"): Don't look at
+       menu-updating-frame if this display does not support multiple
+       frames.
+
+2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
+
+       * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
+
+2005-09-09  Emilio Lopes  <eclig@gmx.net>
+
+       * woman.el: Format- and whitespace-related changes.
+
+2005-09-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * woman.el: Fix my email address.
+
+2005-09-08  Richard M. Stallman  <rms@gnu.org>
+
+       * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
+       (sh-mode): Locally set skeleton-pair-default-alist.
+
+       * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
+
+       * progmodes/flymake.el: Require `compile' unconditionally.
+
+       * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
+
+       * woman.el (woman-file-name): Provide a default, not initial input.
+
+       * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
+
+       * font-lock.el (font-lock-support-mode): Doc fix.
+
+       * descr-text.el (describe-property-list): Handle non-symbol prop names.
+
+2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
+       Use with-current-buffer.
+       (ange-ftp-gwp-start): Remove unused var `gw-user'.
+       (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
+       (ange-ftp-insert-directory): Remove unused var `short'.
+       (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
+
+2005-08-30  Richard M. Stallman  <rms@gnu.org>
+
+       * simple.el (blink-matching-open): Get rid of text props from
+       the string shown in echo area.  Don't permanently set point.
+       Some rearrangements.
+
+       * files.el (risky-local-variable-p):
+       Match `-predicates' and `-commands.
+
+       * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
+       (custom-save-all): Visit the file if necessary;
+       kill the buffer if we created it.
+       (custom-save-delete): Don't visit file or kill buffer here.
+
+2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * recentf.el (recentf-filename-handler): Add custom choice
+       `abbreviate-file-name'.
+
+       * msb.el (msb--very-many-menus): Fix typo.
+
+       * disp-table.el (standard-display-european): Don't set
+       enable-multibyte-characters to nil.
+
+2005-09-08  David Ponce  <david@dponce.com>
+
+       * recentf.el (recentf-show-file-shortcuts-flag): New option.
+       (recentf-expand-file-name): Doc fix.
+       (recentf-dialog-mode-map): Define digit shortcuts.
+       (recentf--files-with-key): New variable.
+       (recentf-show-digit-shortcut-filter): New function.
+       (recentf-open-files-items): New function.
+       (recentf-open-files): Use it.
+       (recentf-open-file-with-key): New command.
+
+2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
+
+       * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
+       (Man-getpage-in-background-advice): Remove defadvice; it isn't
+       necessary any longer with the remapped command.
+       (Man-bgproc-sentinel-advice): Remove defadvice which counts
+       formatting time only.
+
+       * net/tramp.el (tramp-action-password)
+       (tramp-multi-action-password): Compile the password prompt from
+       `method', `user' and `host'.  Sometimes it isn't obvious which
+       password to enter, for example with remote files offered by
+       recentf.el, or with multiple steps.  Suggested by Robert Marshall
+       <robert@chezmarshall.freeserve.co.uk>.
+
+2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
+       Fix regexp for when "s///" is at the beginning of line.
+
+2005-09-07  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-poly.el (math-expand-term): Multiply out any powers
+       when in matrix mode.
+
+2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * buff-menu.el (Buffer-menu-sort-by-column): New function.
+       Suggested by Kim F. Storm.
+       (Buffer-menu-sort-button-map): Global keymap for sort buttons.
+       (Buffer-menu-make-sort-button): Use global keymap.
+
+2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
+       non-anonymous functions.
+
+2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
+       when using a header line.  Otherwise, use mouse-1-click-follows-link.
+
+       * mouse.el (mouse-drag-header-line): Do nothing if the header-line
+       can't be moved; don't signal an error.
+
+2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * cus-theme.el (custom-theme-write-faces): Save the current face
+       spec, not the defface spec.
+
+       * custom.el (custom-known-themes): Clarify meaning of "standard".
+       (custom-push-theme): Save old values in the standard theme.
+       (disable-theme): Correct typo.
+       (custom-face-theme-value) Deleted unused function.
+       (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
+
+2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/compile.el (compilation-goto-locus): Take into account
+       iconified frames when determining whether the buffer is
+       already visible.
+       Don't reset window height if the window already existed.
+
+2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
+
+       * custom.el (load-theme): Rename from require-theme.
+       Add interactive spec.
+       (enable-theme): Rename from custom-enable-theme.
+       Add interactive spec.
+       (disable-theme): Rename from custom-disable-theme.
+       Add interactive spec.
+       (custom-make-theme-feature): Doc fix.
+       (custom-theme-directory): Doc fix.
+       (provide-theme): Call enable-theme.
+
+2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * obsolete/lazy-lock.el (lazy-lock-mode):
+       * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
+       font-lock-mode if it's off.  Print a warning instead.
+
+       * progmodes/compile.el (compilation-start): Ignore errors if the
+       process died before we get to send-eof.
+
+       * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
+       Undo last change.  Enclosing the result in quotes broke things on Unix
+       since tex-send-command passes it through shell-quote-argument.
+       (tex-send-command): Pass `file' through convert-standard-filename
+       when possible.
+       (tex-uptodate-p): Handle the case where TeX hasn't put additional
+       info in a transcript.
+
+2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
+       fix compilation warning. Reorder the key definitions to group
+       together keys emitted by the current version of xterm.
+
+       * progmodes/vhdl-mode.el (vhdl-highlight-faces)
+       (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
+       Reorder predicates to correct min-color usage.
+
+2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
+
+       * longlines.el (longlines-mode): Inhibit read-only when encoding.
+       Kill local variables when longlines-mode is turned off.
+
+2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * international/mule-cmds.el (set-locale-environment): Soothe compiler.
+
+       * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
+
+       * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
+
+       * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
+       (font-lock-lines-before): Change default to being inactive.
+       (font-lock-default-fontify-region): Obey font-lock-lines-before.
+       (font-lock-after-change-function): Don't handle f-l-lines-before here.
+
+2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-handle-make-auto-save-file-name):
+       Deactivate temporarily advice if active (not needed for Emacs 22,
+       but for backwards compatibility).
+       (tramp-exists-file-name-handler): Rewrite.  First implementation
+       was too simple.
+       (tramp-advice-make-auto-save-file-name):
+       Call `tramp-handle-make-auto-save-file-name' (again, just for
+       backwards compatibility).
+
+2005-08-31  Reto Zimmermann  <reto@gnu.org>
+
+       * progmodes/vhdl-mode.el
+       (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
+       (vhdl-end-p): Fix indentation bug "else" after "-- when".
+       (vhdl-set-default-project): New function (easier setting of default).
+       (vhdl-port-copy): Handle extended identifiers for generics.
+       (vhdl-compiler-alist): Better description for error message regexp.
+       (vhdl-make): Query for target, use previous as default.
+       (vhdl-port-copy): Fix port copy for port names starting with "signal".
+       (vhdl-font-lock-keywords-2): Fix fontification for record
+       el. assign.
+       (vhdl-speedbar-make-subpack-line): Add package body link.
+       (vhdl-generate-makefile-1): Not include itself as dependency.
+       (vhdl-font-lock-init): Highlight c-preprocessor directives.
+       (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
+       (vhdl-get-syntactic-context): Handle c-preprocessor directives.
+       (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
+       (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
+       (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
+       (vhdl-import-project): Add string argument for `error'.
+       (vhdl-compose-configuration)
+       (vhdl-compose-configuration-architecture): Add configuration
+       declaration generation.
+       (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
+       (vhdl-trailer-re): Add "record" keyword (better indentation).
+       (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
+       "[^ \t-\"]+".
+       (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
+       (vhdl-testbench-entity-file-name)
+       (vhdl-testbench-architecture-file-name): Allow separate
+       customization of testbench file names.
+       (vhdl-beginning-of-block): Handle optional subprogram parameter list.
+       (vhdl-get-visible-signals): Allow newline within alias declaration.
+       (vhdl-update-sensitivity-list): Signal read only on certain attributes.
+       (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
+       (member-ignore-case): Alias for missing function in XEmacs.
+       (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
+       (vhdl-update-sensitivity-list): Ignore case on read signals.
+       (vhdl-replace-string): Adjust case only for file names.
+       (vhdl-update-sensitivity-list): Fix search for read signals.
+       (vhdl-update-sensitivity-list): Exclude formal parameters.
+       (vhdl-get-visible-signals): Include aliases of signals.
+       (vhdl-get-visible-signals): Fix signal name searching.
+       (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
+       (vhdl-fixup-whitespace-region): Fix for character
+       literals (e.g. ':').
+
+2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ansi-color.el (comint-last-output-start):
+       * bs.el (font-lock-verbose):
+       * diff-mode.el (add-log-buffer-file-name-function):
+       * dired-x.el (vm-folder-directory):
+       * faces.el (help-xref-stack-item):
+       * files.el (font-lock-keywords):
+       * find-lisp.el (dired-buffers, dired-subdir-alist):
+       * ido.el (cua-inhibit-cua-keys):
+       * log-view.el (cvs-minor-wrap-function):
+       * outline.el (font-lock-warning-face):
+       * simple.el (compilation-current-error):
+       * speedbar.el (ange-ftp-path-format, efs-path-regexp)
+       (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
+       * tooltip.el (comint-prompt-regexp):
+       * w32-fns.el (explicit-shell-file-name):
+       * term/mac-win.el (mac-charset-info-alist)
+       (mac-services-selection, mac-system-script-code):
+       * term/tty-colors.el (msdos-color-values):
+       * term/w32-win.el (xlfd-regexp-registry-subnum):
+       * term/x-win.el (x-keysym-table, x-selection-timeout)
+       (x-session-id, x-session-previous-id):
+       * textmodes/ispell.el (mail-yank-prefix):
+       * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
+       * textmodes/org.el (calc-embedded-close-formula)
+       (calc-embedded-open-formula)
+       (font-lock-unfontify-region-function):
+       * textmodes/reftex-global.el (isearch-next-buffer-function)
+       (TeX-master):
+       * textmodes/reftex.el (font-lock-keywords):
+       * textmodes/tex-mode.el (font-lock-comment-face)
+       (font-lock-doc-face):
+       * textmodes/texinfo.el (outline-heading-alist):
+       Add defvars.
+
+       * textmodes/artist.el (x-pointer-crosshair): Add defvar.
+       (artist-spray-chars, artist-mode-init, artist-replace-string)
+       (artist-select-erase-char, artist-vap-find-endpoints-horiz)
+       (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
+       (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
+
+       * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
+       (conf-align-assignments): "?\ " -> "?\s".
+
+       * textmodes/reftex-index.el (TeX-master): Add defvar.
+       (reftex-index-phrases-marker): Move up defvar.
+
+       * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
+       (reftex-toc-include-labels-indicator)
+       (reftex-toc-include-index-indicator)
+       (reftex-toc-max-level-indicator): Move up declarations.
+
+       * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
+       of args to `tramp-run-real-handler', even if it's empty in this case.
+
+2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * dired.el (dired-move-to-filename-regexp): Add date format for
+       Mac OS X 10.3 in East Asian locales.
+
+2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
+
+       * files.el (make-auto-save-file-name): Add file name handler call
+       if applicable.
+
+       * net/tramp.el (tramp-file-name-handler-alist)
+       (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
+       (tramp-handle-make-auto-save-file-name): Rename from
+       `tramp-make-auto-save-file-name'.
+       (tramp-exists-file-name-handler): New defun.
+       (tramp-advice-make-auto-save-file-name): Make defadvice only when
+       `make-auto-save-file-name' is not a magic file name operation.
+
+2005-08-30  Richard M. Stallman  <rms@gnu.org>
+
+       * files.el (risky-local-variable-p):
+       Match `-predicates' and `-commands.
+
+       * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
+       (custom-save-all): Visit the file if necessary;
+       kill the buffer if we created it.
+       (custom-save-delete): Don't visit file or kill buffer here.
+
+2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/org.el (org-special-keyword): New face.
+       (org-table-copy-down, org-table-eval-formula)
+       (org-table-recalculate, org-init-section-numbers):
+       Use `string-to-number' instead of `string-to-int'.
+       (org-get-location): Use `insert-buffer-substring' instead of
+       `insert-buffer'.
+       (org-modify-diary-entry-string): New function.
+       (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
+       (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
+       (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
+       active region.
+       (org-export-as-html): Handle QUOTE keyword.
+       (org-quote-string): New option.
+       (org-bookmark-jump-unhide): New function, used for
+       `bookmark-after-jump-hook'.
+       (org-diary-default-entry): Apply only when not called through
+       `org-agenda'.
+
+2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
+
+       * net/eudc.el (mode-popup-menu):
+       * play/handwrite.el (ps-printer-name, ps-lpr-command):
+       * progmodes/ada-mode.el (compile-auto-highlight)
+       (skeleton-further-elements):
+       * progmodes/autoconf.el (font-lock-syntactic-keywords):
+       * progmodes/cmacexp.el (msdos-shells):
+       * progmodes/compile.el (font-lock-extra-managed-props)
+       (font-lock-keywords, font-lock-maximum-size)
+       (font-lock-support-mode):
+       * progmodes/grep.el (font-lock-lines-before):
+       * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
+       * progmodes/mixal-mode.el (compile-command):
+       * progmodes/perl-mode.el (font-lock-comment-face)
+       (font-lock-doc-face, font-lock-string-face):
+       * progmodes/prolog.el (comint-prompt-regexp):
+       * progmodes/sh-script.el (font-lock-comment-face)
+       (font-lock-set-defaults, font-lock-string-face):
+       * progmodes/sql.el (font-lock-keyword-face)
+       (font-lock-set-defaults, font-lock-string-face):
+       * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
+       (itimer-version, lazy-lock-defer-contextually)
+       (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
+       Add defvars.
+
+       * progmodes/cperl-mode.el (cperl-electric-lbrace)
+       (cperl-electric-keyword, cperl-electric-pod)
+       (cperl-electric-backspace, cperl-forward-re)
+       (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
+       (vc-rcs-header, vc-sccs-header): Add defvars.
+
+       * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
+       (font-lock-syntactic-keywords, gud-find-expr-function):
+       Add defvars.
+
+       * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
+       (gdb-frame-parameters): Declare before use.
+
+       * progmodes/gud.el (gdb-active-process, gdb-define-alist)
+       (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
+       (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
+       (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
+
+       * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
+       (idlwave-help-with-source): Use `insert-buffer-substring', not
+       `insert-buffer'.
+
+2005-08-29  Juri Linkov  <juri@jurta.org>
+
+       * outline.el (hide-entry, hide-leaves, outline-toggle-children):
+       Put outline-back-to-heading function call inside save-excursion.
+
+2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * man.el (Man-init-defvars, Man-translate-references)
+       (Man-support-local-filenames, Man-highlight-references):
+       * progmodes/sql.el (sql-interactive-mode):
+       * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
+
+       * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
+       (compilation-mode-font-lock-keywords): Add defvars.
+       (checkdoc-interactive-loop): "?\ " -> "?\s".
+
+       * emacs-lisp/lisp-mode.el (font-lock-comment-face)
+       (font-lock-doc-face, font-lock-string-face)
+       (font-lock-keywords-case-fold-search): Add defvars.
+       (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
+
+       * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
+       Don't pass X and Y (they are ignored anyway).
+       (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
+       (mouse-delete-window): Make arguments optional.
+
+       * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
+       (caesar-translate-table, minor-modes, news-buffer-save)
+       (news-group-name, news-minor-modes): Add defvars.
+
+       * emacs-lisp/lselect.el (mouse-highlight-priority)
+       (x-lost-selection-functions, zmacs-regions):
+       * emacs-lisp/pp.el (font-lock-verbose):
+       * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
+       * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
+       (ses-mode-map):
+       * emacs-lisp/tcover-unsafep.el (safe-functions):
+       * international/mule-cmds.el (mac-system-coding-system)
+       (mac-system-locale):
+       * language/ethio-util.el (rmail-current-message)
+       (rmail-message-vector):
+       * language/thai-util.el (thai-auto-composition-mode):
+       * mail/metamail.el (rmail-current-message, rmail-message-vector):
+       * mail/mspools.el (rmail-inbox-list, vm-crash-box)
+       (vm-folder-directory, vm-init-file, vm-init-file-loaded)
+       (vm-primary-inbox, vm-spool-files):
+       * mail/rmail.el (deleted-head, font-lock-fontified)
+       (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
+       (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
+       (total-messages):
+       * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
+       (rmail-summary-mode-map):
+       * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
+       (rmail-last-label, rmail-last-multi-labels)
+       (rmail-summary-vector, rmail-total-messages):
+       * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
+       * mail/rmailsum.el (msgnum):
+       * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
+       (rmail-current-message):
+       * obsolete/fast-lock.el (font-lock-face-list):
+       * obsolete/rnewspost.el (mail-reply-buffer):
+       * obsolete/scribe.el (compile-command):
+       * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
+
+2005-08-28  John Paul Wallington  <jpw@gnu.org>
+
+       * ibuf-ext.el (ibuffer-auto-update-changed):
+       Use `frame-or-buffer-changed-p' to check whether we need to update.
+       (ibuffer-auto-mode): Don't advise `get-buffer-create' and
+       `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
+       as a `frame-or-buffer-changed-p' state vector instead.
+
+2005-08-27  Romain Francoise  <romain@orebokech.com>
+
+       * textmodes/makeinfo.el (makeinfo-compile):
+       Use `compilation-start'.  Set `next-error-function' according to
+       `disable-errors'.
+       (makeinfo-next-error): New function.
+       (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
+       (makeinfo-buffer): Likewise.
+
+       * progmodes/compile.el (compilation-start): Add autoload cookie.
+
+       * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
+       * textmodes/sgml-mode.el: Likewise.
+       * progmodes/python.el: Likewise.
+
+2005-08-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * simple.el (blink-matching-paren-distance): Document the meaning
+       of nil value, and allow to customize to nil.
+
+       * eshell/esh-ext.el (eshell-windows-shell-file): Look for
+       command.com, not command.exe.
+
+2005-08-26  John Wiegley  <johnw@newartisans.com>
+
+       * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
+       code around a bit so that an extraneous nil argument is not added
+       to a command when no args are given.
+
+       * eshell/esh-arg.el (eshell-parse-double-quote): If a
+       double-quoted argument resolves to nil, return it as an empty
+       string rather than as nil.  This made it impossible to pass "" to
+       a shell script as a null string argument.
+
+2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * outline.el (outline-invent-heading): New fun.
+       (outline-promote, outline-demote): Use it.
+       (outline-move-subtree-down): Remove unused vars `re' and `txt'.
+       (outline-end-of-subtree): Remove unused var `opoint'.
+
+2005-08-26  David Reitter  <david.reitter@gmail.com>
+
+       * menu-bar.el (truncate-lines, write-file, print-buffer)
+       (ps-print-buffer-faces, ps-print-buffer, split-window):
+       Disable menu items when the frame they refer to is invisible, or when
+       they refer to a buffer and the minibuffer is selected.
+
+2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
+
+       * progmodes/flymake.el (flymake-highlight-err-lines):
+       Use save-excursion around flymake-highlight-line to preserve point.
+
+2005-08-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * progmodes/octave-mod.el: Change Author and Maintainer address.
+       (octave-maintainer-address): Change Kurt's email address.
+       * progmodes/octave-inf.el: Change Author and Maintainer address.
+       * progmodes/octave-hlp.el: Change Author and Maintainer address.
+
+2005-08-26  Kim F. Storm  <storm@cua.dk>
+
+       * subr.el (version-list-<, version-list-<=, version-list-=):
+       Renamed from integer-list-*.
+       (version-list-not-zero): Likewise.  Fix while loop.
+       (version=): Use version-list-= instead of string-equal.
+
+2005-08-26  Richard M. Stallman  <rms@gnu.org>
+
+       * outline.el (outline-promote): Try shortening the heading.
+       As last resort, read the heading to use.
+       (outline-demote): As last resort, read the heading to use.
+
+2005-08-26  Romain Francoise  <romain@orebokech.com>
+
+       * progmodes/compile.el (compilation-start): Doc fix.
+
+       * progmodes/antlr-mode.el (antlr-default): Fix defface form.
+       (antlr-font-lock-additional-keywords): Fix reference to
+       `antlr-font-lock-literal-regexp' erroneously changed during the
+       mass face rename.
+       (antlr-run-tool): Use `compilation-start'.
+
+       * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
+       instead of the obsolete `compile-internal'.
+
+2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
+
+       * calendar/cal-bahai.el (date, displayed-month, displayed-year)
+       (number, original-date):
+       * calendar/cal-china.el (date):
+       * calendar/cal-coptic.el (date):
+       * calendar/cal-french.el (date):
+       * calendar/cal-hebrew.el (date, entry, number, original-date):
+       * calendar/cal-islam.el (date, number, original-date):
+       * calendar/cal-iso.el (date):
+       * calendar/cal-julian.el (date):
+       * calendar/cal-mayan.el (date):
+       * calendar/cal-menu.el (date, event):
+       * calendar/cal-persia.el (date):
+       * calendar/lunar.el (date):
+       * calendar/solar.el (date): Add defvars.
+
+       * emerge.el:
+       * ibuffer.el:
+       * info-xref.el:
+       * obsolete/bg-mouse.el:
+       * obsolete/sun-curs.el:
+       * obsolete/swedish.el: Move the `defvar's to the top level.
+
+       * smerge-mode.el (smerge-refined-change): Add :group.
+
+2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * smerge-mode.el (smerge-remove-props): Make the args non-optional.
+       (smerge-keep-n): Remove props.
+       (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
+       (smerge-keep-current, smerge-kill-current): Don't remove props anymore
+       now that it's done in smerge-keep-n.
+       (smerge-refined-change): New face.
+       (smerge-refine-chopup-region, smerge-refine-highlight-change)
+       (smerge-refine): New funs.
+       (smerge-basic-map): Bind smerge-refine.
+
+2005-08-25  Juri Linkov  <juri@jurta.org>
+
+       * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
+       compilation-process-setup-function and compilation-disable-input
+       in grep-mode instead of let-bindings in grep.
+
+       * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
+       Delete "Automatic File De/compression" (auto-compression-mode).
+
+2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       * obsolete/bg-mouse.el: Move to obsolete/ from term/.
+       Silence warning about non-existent variable.
+
+2005-08-25  Richard M. Stallman  <rms@gnu.org>
+
+       * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
+       Rename "Describe Key" to "Describe Key or Mouse Operation".
+
+       * mail/mailalias.el (build-mail-aliases): Delete comments
+       from the contents before processing them.
+
+       * isearch.el (isearch-edit-string): Erase the Search prompt
+       if user enters an empty string and there is no default.
+
+       * comint.el (comint-file-name-prefix): Add autoload.
+
+2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
+
+       * subr.el (play-sound): Rearrange to avoid warning.
+
+2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
+
+       * calendar/diary-lib.el (diary-modify-entry-list-string-function):
+       New hook.
+       (add-to-diary-list): Call `diary-modify-entry-list-string-function'
+
+2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
+
+       * custom.el (custom-theme-set-variables): Sort minor modes last.
+
+2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * subr.el (version-separator, version-regexp-alist): New vars used by
+       version comparison funs.
+       (integer-list-<, integer-list-=, integer-list-<=)
+       (integer-list-not-zero): New funs for integer list comparison.
+       (version-to-list, version=, version<, version<=): New funs for version
+       comparison.
+
+2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
+       (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
+       time to silence the byte-compiler.
+
+       * ibuffer.el (ibuffer-compile-make-eliding-form)
+       (ibuffer-check-formats): Use `with-no-warnings' to hide references
+       to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
+       so it's silly to get warnings for it).
+       (ibuffer-auto-mode, ibuffer-cached-filter-formats)
+       (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
+       (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
+       (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
+       (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
+       (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
+       Defvar at compile time.
+       (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
+       (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
+       Declare them before use.
+
+       * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
+       (info-xref-good, info-xref-bad): Defvar at compile time.
+
+       * obsolete/mlsupport.el (filter-region, execute-monitor-command):
+       Use `let*' instead of `let'.
+
+       * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
+       (*mouse-y*, menu, char): Defvar at compile time.
+       (sc::menu): Declare it before use.
+       (sc::pack-one-line): Use `let', not `let*'.
+
+       * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
+       (mail-send-hook): Defvar at compile time.
+
+       * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
+       Defvar at compile time.
+
+       * term/sun-mouse.el (current-global-mousemap)
+       (current-local-mousemap): Declare them before use.
+
+2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
+
+       * bookmark.el (bookmark-after-jump-hook): New hook.
+       (bookmark-jump): Run `bookmark-after-jump-hook'.
+
+2005-08-23  Juri Linkov  <juri@jurta.org>
+
+       * faces.el (minibuffer-prompt): Doc fix.
+
+2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
+
+       * progmodes/xscheme.el: Trivial changes to silence warnings.
+       (xscheme-previous-mode, xscheme-previous-process-state):
+       Add defvars.
+       (xscheme-last-input-end, xscheme-process-command-line)
+       (xscheme-process-name, xscheme-buffer-name)
+       (xscheme-expressions-ring-max, xscheme-expressions-ring)
+       (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
+       (xscheme-control-g-synchronization-p)
+       (xscheme-control-g-disabled-p, xscheme-string-receiver)
+       (default-xscheme-runlight, xscheme-runlight)
+       (xscheme-runlight-string, xscheme-process-filter-state)
+       (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
+       Move to beginning of file.
+       (scheme-interaction-mode-commands-alist)
+       (scheme-interaction-mode-map, scheme-debugger-mode-map):
+       Declare them before use.  Note: the initialization code for the variables
+       has not been moved because it uses functions that reference the variables.
+       (xscheme-control-g-message-string, xscheme-process-filter-alist)
+       (xscheme-prompt-for-expression-map): Declare them before use.
+       (scheme-debugger-mode-commands): "?\ " -> "?\s".
+
+2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
+
+       * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
+
+2005-08-22  Juri Linkov  <juri@jurta.org>
+
+       * faces.el (set-face-underline): Delete this duplicate function
+       and make an obsolete alias to set-face-underline-p.
+       (set-face-underline-p): Use docstring of set-face-underline.
+       (describe-face): Create hyperlink to parent face.
+
+       * info.el (Info-insert-dir): Use save-excursion around
+       insert-buffer-substring.
+       (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
+       (Info-escape-percent): Delete function.
+       (Info-fontify-node): Replace Info-escape-percent by
+       replace-regexp-in-string with REP arg set to lambda that
+       duplicates `%' and preserves text properties.
+
+       * progmodes/compile.el (compilation-disable-input): Doc fix.
+       (define-compilation-mode): Doc fix and refill.
+       (kill-compilation): Use `mode-name' in the error message.
+       (compilation-find-file): Use `compilation-error' in the
+       read-file-name's prompt.
+
+2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
+       (smerge-auto-leave): Make undo re-enable the mode.
+       (debug-ignored-errors): Add the user-error of impossible resolution.
+       (smerge-resolve): Move things around a bit, in preparation for later.
+       (smerge-diff): Don't fail if the buffer has no associated file.
+       (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
+       (smerge-conflict-overlay): New function.
+       (smerge-match-conflict): Don't add text properties here.
+       (smerge-find-conflict): Instead, add an overlay here.
+       Also check for the case where we're inside a conflict already, so as to
+       obviate the need for font-lock-multiline, which is unbearably slow with
+       large conflicts and ciomplex font-lock patterns.
+       (smerge-remove-props): Remove overlay rather than text-properties.
+       (smerge-mode): Don't set font-lock-multiline.
+       Remove overlays when turned off.
+
+2005-08-21  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el (ido-ignore-item-p): Use save-match-data.
+       Bind case-fold-search to ido-case-fold locally.
+
+2005-08-20  Richard M. Stallman  <rms@gnu.org>
+
+       * files.el (normal-mode): If font lock is on, turn it off and on.
+
+       * subr.el (replace-regexp-in-string): Doc fix.
+
+       * startup.el (command-line-1): Don't suppress startup screen
+       due to existing processes.
+
+       * progmodes/grep.el (grep): Bind compilation-disable-input to t.
+
+       * progmodes/compile.el (compilation-disable-input): Default to nil.
+
+2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
+
+       * progmodes/compile.el (compilation-disable-input): New defcustom.
+       (compilation-start): If compilation-disable-input is non-nil, send
+       EOF to the compilation process.
+
+2005-08-20  Eli Zaretskii  <eliz@gnu.org>
+
+       * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
+       Run the argument of tex-shell-cd-command through
+       convert-standard-filename, to get the correct style of slashes on
+       Windows, and enclose the result in quotes, in case the file name
+       includes whitespace or other special characters.
+
+2005-08-19  Andreas Schwab  <schwab@suse.de>
+
+       * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
+       process.
+
+2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * cus-start.el (minibuffer-prompt-properties): Correct typo.
+
+2005-08-18  Kim F. Storm  <storm@cua.dk>
+
+       * scroll-lock.el: Fix errors due to incorrect line wrapping.
+
+2005-08-18  Richard M. Stallman  <rms@gnu.org>
+
+       * scroll-lock.el: New file.
+
+2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * dired.el (dired-move-to-end-of-filename):
+       Handle fifo as rendered by "ls -lF": Don't include trailing "|".
+
+2005-08-18  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el (ido-everywhere): Fix defcustom :set function to disable
+       rather than toggle mode when custom value is nil.
+       (ido-everywhere): Fix defun doc string.
+
+2005-08-17  Richard M. Stallman  <rms@gnu.org>
+
+       * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
+       as tag instead of "Inviolable".
+
+2005-08-17  Kim F. Storm  <storm@cua.dk>
+
+       * windmove.el (windmove-coordinates-of-position): Remove.
+       (windmove-coordinates-of-window-position): Remove.
+       (windmove-reference-loc): Use posn-at-point instead.
+
+       * subr.el (insert-for-yank-1): Doc fix.
+
+       * ido.el (ido-enter-matching-directory): Rename from
+       ido-enter-single-matching-directory.  Change 'slash choice to
+       'only.  Add 'first choice.
+       (ido-exhibit): Adapt to above changes.
+
+2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * Makefile.in: Expand comment about building loaddefs.el.
+
+2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
+       Comment use of defadvice.
+
+       * progmodes/gud.el (gud-jump): Rework for gdb-ui.
+
 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
 
-       * simple.el (next-error-follow-minor-mode): Fix init value and
-       ligher.
+       * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
+       * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
+       * progmodes/gdb-ui.el, progmodes/idlw-help.el,
+       * progmodes/idlw-shell.el, progmodes/ld-script.el,
+       * progmodes/which-func.el, ruler-mode.el, strokes.el,
+       * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
+       for backward compatibility for faces that did not appear in the
+       previous Emacs release.
+
+       * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
 
 2005-08-15  Kim F. Storm  <storm@cua.dk>
 
 
 2005-08-15  David Ponce  <david@dponce.com>
 
-       * tree-widget.el Update Commentary header.
+       * tree-widget.el: Update Commentary header.
        (tree-widget-theme): Doc fix.
        (tree-widget-space-width): New option.
        (tree-widget-image-properties): Look up in the default theme too.
        (tree-widget--cursors): Only for images with arrow pointer shape.
        (tree-widget-lookup-image): Pointer shape is hand by default.
-       (tree-widget-icon): Generic icon widget renamed from
+       (tree-widget-icon): Rename generic icon widget from
        `tree-widget-control'.
        (tree-widget-*-icon): Rename from `tree-widget-*-control' and
        derive from `tree-widget-icon'.
        * ido.el (ido-buffer-internal): Use with-no-warnings.
        (ido-make-merged-file-list): Use while-no-input.
 
+2005-08-15  Richard M. Stallman  <rms@gnu.org>
+
+       * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
+       (flyspell-large-region): Fix doc and custom type.
+
 2005-08-14  Richard M. Stallman  <rms@gnu.org>
 
        * files.el (interpreter-mode-alist): Doc fix.
        (rmail-reply): Better handling of mail-followup-to header.
 
        * progmodes/sh-script.el (sh-font-lock-keywords-var):
-       Variable renamed from sh-font-lock-keywords.
-       In the `shell' entry, don't try to refer to executable-font-lock-keywords.
-       (sh-font-lock-keywords-var-1): Renamed from sh-font-lock-keywords-1.
-       (sh-font-lock-keywords-var-2): Renamed from sh-font-lock-keywords-2.
+       Rename variable from sh-font-lock-keywords.  In the `shell' entry,
+       don't try to refer to executable-font-lock-keywords.
+       (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
+       (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
        (sh-font-lock-keywords): Append executable-font-lock-keywords here.
-       (sh-mode): Set comment-start-skip, local-abbrev-table, imenu-case-fold-search.
+       (sh-mode): Set comment-start-skip, local-abbrev-table,
+       imenu-case-fold-search.
        (sh-set-shell): Don't set them here.
        (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
-       Don't cache the results in the original alist; don't ever modify that alist.
+       Don't cache the results in the original alist; don't ever modify
+       that alist.
 
        * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
 
-       * textmodes/ispell.el (lookup-words): Cope with case where ARGS is empty.
+       * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
+       empty.
 
 2005-08-15  Andreas Schwab  <schwab@suse.de>
 
-       * desktop.el: Put autoload cookie at risky-local-variable
-       declarations.
+       * desktop.el: Put autoload cookie at risky-local-variable declarations.
 
        * dired.el, info.el, mail/rmail.el: Revert last change.
 
 
 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
 
-       * cus-edit.el (custom-save-all, custom-save-delete): Bind
-       recentf-exclude to exclude custom-file.
+       * cus-edit.el (custom-save-all, custom-save-delete):
+       Bind recentf-exclude to exclude custom-file.
 
 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
 
        `rmail-summary-mode-map' with key "/".
        (rmail-summary-show-message): New (internal) function for use by
        both `rmail-summary-beginning/end-of-message'.
-       (rmail-summary-beginning-of-message): Changed to use
+       (rmail-summary-beginning-of-message): Change to use
        rmail-summary-show-message.
 
        * mail/rmail.el (rmail-end-of-message): New command to go to the
        end of the current message.  Added to `rmail-mode-map' with key "/".
-       (rmail-beginning-of-message): Fixed to work as documented.
+       (rmail-beginning-of-message): Fix to work as documented.
        (rmail-mode): Change documentation.
 
        * progmodes/compile.el (compilation-start): Add the line
        "Compilation started" with compilation start time.
-        (compilation-mode-font-lock-keywords): Add `started' to keywords.
+       (compilation-mode-font-lock-keywords): Add `started' to keywords.
 
 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
 
 
        * desktop.el (desktop-buffer-mode-handlers):
        Make non-customizable. Add autoload cookie.  Change initial value to
-       nil; add elements in respective modules instead. Fix doc string.
+       nil; add elements in respective modules instead.  Fix doc string.
        (desktop-load-file): New function.
        (desktop-minor-mode-handlers): New autoloaded variable.
        (desktop-create-buffer): Call minor mode handlers.
        Use desktop-load-file to load major and minor mode modules prior to
        checking for a handler.
        (desktop-save): Don't add nil to desktop-minor-modes for minor
-       modes with nil function in desktop-minor-mode-table. Don't delete
+       modes with nil function in desktop-minor-mode-table.  Don't delete
        desktop file before rewriting it.
-       (desktop-locals-to-save): Add autoload cookie. Don't make
+       (desktop-locals-to-save): Add autoload cookie.  Don't make
        automatically buffer-local.  Add variables column-number-mode,
        size-indication-mode, indent-tabs-mode,
        indicate-buffer-boundaries, indicate-empty-lines and
        (grep-error-face): Set to `compilation-error' instead of
        `compilation-error-face' (which is redefined to `grep-hit-face' in
        grep buffers).
-       (grep-mode-font-lock-keywords): Remove `-text' from face
-       variable names.  Use `grep-error-face' instead of
-       `compilation-error-text-face'.
+       (grep-mode-font-lock-keywords): Remove `-text' from face variable
+       names.  Use `grep-error-face' instead of `compilation-error-text-face'.
 
        * dired-aux.el (dired-do-query-replace-regexp):
        Use `query-replace-read-args'.
 
 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
 
-       * wid-edit.el (widget-choice-value-create): Unconditionally
-       respect user choice.  Set :explicit-choice back to nil when no
-       longer needed.
+       * wid-edit.el (widget-choice-value-create):
+       Unconditionally respect user choice.  Set :explicit-choice back to nil
+       when no longer needed.
        (widget-choice-action): Unconditionally respect user choice.
        Eliminate :explicit-choice-value.
 
        (compilation-leave-directory-face): Doc fix.
        (compilation-text-face): New function.
 
-       * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to
-       instead of 1 to display binary file names as info file links.
+       * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
+       instead of 1 to display binary file names as info file links.
        (grep-error-face): Use `compilation-error-face' instead of
        `font-lock-keyword-face'.
        (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
-       and `compilation-warning-text-face' instead of `font-lock-keyword-face'.
-       Use `compilation-error-text-face' instead of `grep-error-face'.
+       and `compilation-warning-text-face' instead of
+       `font-lock-keyword-face'.  Use `compilation-error-text-face'
+       instead of `grep-error-face'.
 
 2005-08-05  Kenichi Handa  <handa@m17n.org>
 
 
 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * simple.el (next-error-follow-minor-mode):
+       make-variable-buffer-local -> make-local-variable.
+
+       * emacs-lisp/cl-extra.el: Require CL also when compiling.
+
        * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
        (byte-compile-form-make-variable-buffer-local): New functions to warn
        about misuses of make-variable-buffer-local where make-local-variable
        (isearch-fallback): Refill docstring.
 
        * international/isearch-x.el
-       (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
-       Add intermediate values to `junk-hist' instead of `minibuffer-history'.
-       Test the length of `str'.
+       (isearch-process-search-multibyte-characters): Remove unneeded
+       `concat'.  Add intermediate values to `junk-hist' instead of
+       `minibuffer-history'.  Test the length of `str'.
 
 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
 
 
        * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
 
-       * ediff-init: Get rid of -face in face names.
+       * ediff-init.el: Get rid of -face in face names.
 
 2005-07-10  Richard M. Stallman  <rms@gnu.org>
 
        New backward-compatibility aliases for renamed faces.
        (eshell-run-test): Use renamed eshell-test faces.
 
-       * eshell/em-prompt.el (eshell-prompt):
-       Remove "-face" suffix from face name.
-       (eshell-prompt-face): New backward-compatibility alias for renamed face.
+       * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
+       face name.
+       (eshell-prompt-face): New backward-compatibility alias for renamed
+       face.
        (eshell-emit-prompt): Use renamed eshell-prompt face.
 
        * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
        (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
        (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
 
-       * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
+       * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
+       antlr-syntax)
        (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
-       (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
+       (antlr-literal): Remove "-face" suffix and "font-lock-" from face
+       names.
        (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
        (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
        (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
-       (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
-       New backward-compatibility aliases for renamed faces.
+       (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
+       backward-compatibility aliases for renamed faces.
        (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
        (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
-       (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
-       "font-lock-".  Use renamed antlr-mode faces.
-       (antlr-font-lock-additional-keywords): Use renamed faces.
-       Replace literal face-names with face variable references.
+       (antlr-tokenref-face, antlr-literal-face): Variables renamed to
+       remove "font-lock-".  Use renamed antlr-mode faces.
+       (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
+       literal face-names with face variable references.
 
        * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
        face name.
        (pc-selection-mode):
        * emulation/vip.el (vip-find-char-forward):
        * emulation/viper-cmd.el (viper-find-char-forward):
-       * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
+       * international/mule-cmds.el
+       (select-safe-coding-system-accept-default-p)
        (input-method-exit-on-invalid-key):
        * international/mule-diag.el (describe-coding-system):
        * international/ucs-tables.el (unify-8859-on-encoding-mode):
        (smerge-mine-face, smerge-other-face, smerge-base-face)
        (smerge-markers-face): Use renamed smerge faces.
 
-       * log-view.el (log-view-file, log-view-message):
-       Remove "-face" suffix from face names.
-       (log-view-file-face, log-view-message-face):
-       New backward-compatibility aliases for renamed faces.
-       (log-view-file-face, log-view-message-face): Use renamed log-view faces.
+       * log-view.el (log-view-file, log-view-message): Remove "-face"
+       suffix from face names.
+       (log-view-file-face, log-view-message-face): New
+       backward-compatibility aliases for renamed faces.
+       (log-view-file-face, log-view-message-face): Use renamed log-view
+       faces.
 
        * paren.el (show-paren-match, show-paren-mismatch):
        Remove "-face" suffix from face names.
        (ruler-mode-margins, ruler-mode-fringes)
        (ruler-mode-column-number, ruler-mode-fill-column)
        (ruler-mode-comment-column, ruler-mode-goal-column)
-       (ruler-mode-tab-stop, ruler-mode-current-column):
-       Remove "-face" suffix from face names.
+       (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
+       suffix from face names.
        (ruler-mode-default-face, ruler-mode-pad-face)
        (ruler-mode-margins-face, ruler-mode-fringes-face)
        (ruler-mode-column-number-face, ruler-mode-fill-column-face)
        (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
-       (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
-       New backward-compatibility aliases for renamed faces.
+       (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
+       backward-compatibility aliases for renamed faces.
        (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
        (ruler-mode-column-number, ruler-mode-fill-column)
        (ruler-mode-comment-column, ruler-mode-goal-column)
        (ruler-mode-tab-stop, ruler-mode-current-column)
-       (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
+       (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
+       faces.
 
        * whitespace.el (whitespace-highlight): Remove "-face" suffix from
        face name.
        XEmacs code.
        (flyspell-word): Minor simplification.
        (flyspell-math-tex-command-p): Quieten the byte-compiler.
-       (flyspell-external-point-words): Remove unused vars `size' and `start'.
-       (flyspell-do-correct): Rename from flyspell-xemacs-correct.
-       Merge the corresponding Emacs code.
-       (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
+       (flyspell-external-point-words): Remove unused vars `size' and
+       `start'.
+       (flyspell-do-correct): Rename from flyspell-xemacs-correct.  Merge
+       the corresponding Emacs code.
+       (flyspell-correct-word, flyspell-xemacs-popup): Use
+       flyspell-do-correct.
 
        * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
        a dedicated window.
 
 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
 
-       * xml.el (xml-substitute-special): Don't die for undefined xml entities.
+       * xml.el (xml-substitute-special): Don't die for undefined xml
+       entities.
 
 2005-05-26  Jay Belanger  <belanger@truman.edu>
 
 
        * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
 
-       * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
-       Call byte-compile-nogroup-warn if appropriate.
+       * emacs-lisp/bytecomp.el
+       (byte-compile-file-form-custom-declare-variable): Call
+       byte-compile-nogroup-warn if appropriate.
 
        * progmodes/compile.el (compilation-finish-function): Mark obsolete.
        (compilation-set-window): Don't call left-fringe-p; do it directly.
        (reftex-access-search-path): Use `reftex-uniquify' instead of
        `reftex-uniq'
 
-       * textmodes/reftex-sel.el (reftex-select-unmark):
-       Overlay `before-string' property modification enables for Emacs as well.
+       * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
+       `before-string' property modification enables for Emacs as well.
        (reftex-select-item): Use `reftex-delete-overlay'.
        (reftex-select-mark): Use `reftex-make-overlay' and
        `reftex-overlay-put'.
 
 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * files.el (executable-find): Move from executable.el.  Use locate-file.
+       * files.el (executable-find): Move from executable.el.  Use
+       locate-file.
        * progmodes/executable.el (executable-find): Move to files.el.
 
        * font-lock.el (font-lock-fontify-keywords-region): Use a marker
 
        * term/mac-win.el: Don't define or bind scroll bar functions if
        x-toolkit-scroll-bars is t.
-       (x-select-text, x-get-selection-value):
-       Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
+       (x-select-text, x-get-selection-value): Clear
+       x-last-selected-text-clipboard if x-select-enable-clipboard is
+       nil.
        (PRIMARY): Put mac-scrap-name property.
        (mac-select-convert-to-file-url): New function.
        (public.file-url): New selection target type.  Add to
        minibuffer-with-setup-hook (which breaks turning on/off
        file-name-shadow-mode while in the prompt).
 
-       * complete.el (PC-read-include-file-name-internal): Use test-completion.
+       * complete.el (PC-read-include-file-name-internal): Use
+       test-completion.
 
 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
 
 
 2005-03-25  Werner Lemberg  <wl@gnu.org>
 
-       * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
-       * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
-       * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
-       * emulation/vip.el: Replace `illegal' with `invalid'.
-       * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
-       * mail/supercite.el: Replace `illegal' with `invalid'.
+       * calc/calc-forms.el, calc/calc-sel.el:
+       * midnight.el, vc-cvs.el:
+       * emacs-lisp/cl-macs.el:
+       * emulation/vip.el:
+       * eshell/esh-io.el, eshell/esh-var.el:
+       * mail/supercite.el:
        * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
        * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
        * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
        * progmodes/sh-script.el, progmodes/xscheme.el:
-       Replace `illegal' with `invalid'.
        * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
        * textmodes/reftex-index.el, textmodes/reftex-parse.el
        * textmodes/reftex-ref.el, textmodes/reftex-vars.el
 
 2005-03-22  Jay Belanger  <belanger@truman.edu>
 
-       * calc/calc-embed (calc-embedded-original-modes): New variable.
+       * calc/calc-embed.el (calc-embedded-original-modes): New variable.
        (calc-embedded-save-original-modes)
        (calc-embedded-restore-original-modes): New functions.
        (calc-do-embedded): Save original modes when entering embedded mode
 
 2005-03-21  Lute Kamstra  <lute@gnu.org>
 
-       * generic.el: Fix commentary section.  Don't require cl for compilation.
+       * generic.el: Fix commentary section.  Don't require cl for
+       compilation.
        (generic-mode-list): Add autoload cookie.
        (generic-use-find-file-hook, generic-lines-to-scan)
        (generic-find-file-regexp, generic-ignore-files-regexp)
 
        * simple.el (normal-erase-is-backspace): Define default value.
 
-       * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
-       (custom-reevaluate-setting): Simple function to handle
-       variables that are defined before their default value can really
-       be computed.
+       * custom.el (custom-theme-set-variables): Remove unused var
+       `immediate'.
+       (custom-reevaluate-setting): Simple function to handle variables
+       that are defined before their default value can really be
+       computed.
 
        * startup.el (command-line): Use it for temporary-file-directory,
        small-emporary-file-directory, auto-save-file-name-transforms,
 
 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
 
-       * pcomplete.el: define pcomplete-read-event instead of read-event,
+       * pcomplete.el: Define pcomplete-read-event instead of read-event,
        since it's not a complete read-event implementation
 
 2005-01-20  Jay Belanger  <belanger@truman.edu>
        * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
        * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
        * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
-       * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
+       * progmodes/cfengine.el (cfengine-mode): Use
+       mode-require-final-newline.
        * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
        * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
        * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
 
 2004-12-19  Jay Belanger  <belanger@truman.edu>
 
-       * calc/calc-aent.el (calcAlg-blank-matching-open):
-       Temporarily adjust the syntax of both delimiters of half-open intervals.
+       * calc/calc-aent.el (calcAlg-blank-matching-open): Temporarily
+       adjust the syntax of both delimiters of half-open intervals.
 
 2004-12-19  Kim F. Storm  <storm@cua.dk>
 
        Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
        (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
        (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
-       (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
+       (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn
+       annotate.
 
 2004-12-12  Juri Linkov  <juri@jurta.org>
 
 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
-       (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
+       (checkdoc-message-text, checkdoc-defun): Fix format messages for
+       `error'.
 
        * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
        case of \end{verbatim}.
        * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
        * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
        * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
-       * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
-       with provide statements.
+       * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded
+       functions with provide statements.
 
        * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
 
-       * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
+       * calc/calc-embed.el (calc-do-embedded-activate): Remove from
+       autoloads.
 
        * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
        (calc-load-everything, math-defsimplify): Replace dummy autoloading
        Replace calls to calc-extensions by appropriate require, replace
        calc-extensions-loaded by appropriate featurep.
 
-       * calc/calc-ext.el: Move require to end of file.
-       Remove redundant loading of calc.el.
+       * calc/calc-ext.el: Move require to end of file.  Remove redundant
+       loading of calc.el.
        (calc-extensions-loaded): Remove unnecessary variable.
        (calc-extensions): Remove unnecessary function.
-       (calc-load-everything): Replace calc-need-macros by appropriate require.
+       (calc-load-everything): Replace calc-need-macros by appropriate
+       require.
 
        * calc/calc-macs.el: Move provide to end of file.
        (calc-need-macros): Remove unnecessary function.
 
        * calc/calc-aent.el (calc-eval-error): Declare and initialize the
        variable.
-       (calc-eval-error): Don't check if the variable calc-eval-error is bound.
+       (calc-eval-error): Don't check if the variable calc-eval-error is
+       bound.
        (calc-buffer, calc-digit-value, math-expr-data): Declare them.
        (math-alg-inequalities): Move declaration to earlier in the file.
 
        Replace variable pos by declared variable.
 
        * calc/calc-mtx.el (calc-det-lu): New variable.
-       (math-det-raw, math-det-step): Replace variable lu by declared variable.
+       (math-det-raw, math-det-step): Replace variable lu by declared
+       variable.
 
        * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
        (math-multi-subst, math-multi-subst-rec): Replace variables temp
        (calc-embedded-update, calc-embedded-find-vars): Replace variable
        vars-used by declared variable.
 
-       * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
+       * calc/calc-bin.el (math-format-radix-float): Make pos a local
+       variable.
        (math-format-radix-float): Remove unnecessary setq.
        (math-radix-float-cache): Declare it.
 
        * play/fortune.el (fortune-to-signature): Don't use interactive-p.
        (fortune-in-buffer): Doc fix.
 
-       * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
+       * play/5x5.el (5x5-new-game): Set up the buffer even if not
+       interactive.
 
        * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
        don't select the temporary buffer.
 
 2004-10-17  Kim F. Storm  <storm@cua.dk>
 
-       * language/indian.el (indian-script-language-alist): Swap value and doc.
+       * language/indian.el (indian-script-language-alist): Swap value
+       and doc.
        (indian-font-char-index-table): Doc fix.
 
 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
 
-       * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
+       * wid-edit.el (widget-sexp-validate): Allow whitespace after
+       expression.
 
 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
 
 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
 
        * dired.el (dired-revert): If buffer is marked unmodified before
-       reverting, keep it marked unmodified.
-       Adapt to new conventions for commenting out code.
-       (dired-make-relative): Adapt to new conventions for commenting out code.
+       reverting, keep it marked unmodified.  Adapt to new conventions
+       for commenting out code.
+       (dired-make-relative): Adapt to new conventions for commenting out
+       code.
 
 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
 
 
 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
 
-       * progmodes/compile.el (compilation-set-window-height):
-       Rearrange the save-* functions because a buffer can have several current
+       * progmodes/compile.el (compilation-set-window-height): Rearrange
+       the save-* functions because a buffer can have several current
        point in different windows.
        (compilation-error-regexp-alist-alist): Recognize {standard input}
        GNU messages (for gcc --pipe) and more kinds of Oracle messages.
 
 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * subr.el (with-selected-window): Only save/restore the selected window.
+       * subr.el (with-selected-window): Only save/restore the selected
+       window.
 
        * progmodes/compile.el (compilation-error-regexp-alist):
        Use expand-file-name and data-directory.
 
        * eshell/esh-io.el (eshell-get-target): Whitespace changes.
        (eshell-output-object-to-target): Improve output speed 20% by not
-       calling `eshell-stringify' if something is already known to be a string.
+       calling `eshell-stringify' if something is already known to be a
+       string.
 
 2004-05-15  Alex Ott  <ott@jet.msk.su>
 
 
 2004-05-09  Jason Rumney  <jasonr@gnu.org>
 
-       * international/code-pages (cp932, cp936, cp949, c950): Remove.
+       * international/code-pages.el (cp932, cp936, cp949, c950): Remove.
        Only define cp125* if windows-125* is already defined.
 
        * language/korean.el (cp949): Add alias.
 
 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * progmodes/compile.el (compilation-error-properties):
-       Split into two.
+       * progmodes/compile.el (compilation-error-properties): Split into
+       two.
        (compilation-internal-error-properties): New one.
-       (compilation-compat-error-properties): Use it.  Fix the non-marker case.
+       (compilation-compat-error-properties): Use it.  Fix the non-marker
+       case.
 
 2004-04-20  Richard M. Stallman  <rms@gnu.org>
 
 
 2004-04-16  Dave Love  <fx@gnu.org>
 
-       * progmodes/python.el (python-compilation-line-number): Fix braindamage.
+       * progmodes/python.el (python-compilation-line-number): Fix
+       braindamage.
        (python-load-file): Fix python-orig-start setting.
 
        * progmodes/compile.el: Doc fixes.
 
 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.
+       * 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.
        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-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>
 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,
+       (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.
+       (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-03-22  Luc Teirlinck  <teirllm@auburn.edu>
 
-       * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
+       * autorevert.el (global-auto-revert-non-file-buffers): Expand
+       docstring.
        (buffer-stale-function): New variable.
        (auto-revert-list-diff, auto-revert-dired-file-list)
        (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
 
        * net/webjump.el (webjump-builtin): Add missing format string argument.
 
-       * midnight.el (midnight-delay-set): Remove extra format string argument.
+       * midnight.el (midnight-delay-set): Remove extra format string
+       argument.
 
        * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
 
        * subr.el (noreturn, 1value): New macros for test coverage.
        See `testcover.el'.
 
-       * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
+       * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and
+       `1value'.
 
        * emacs-lisp/testcover.el (testcover-reinstrument): Special case
        for macro `1value'.