...and correct the date.
[bpt/emacs.git] / lisp / ChangeLog
index 64130fb..7216868 100644 (file)
@@ -1,3 +1,404 @@
+2002-12-15  Simon Josefsson  <jas@extundo.com>
+
+       * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
+       user-mail-address as sender.
+
+2002-12-15  Dave Love  <fx@gnu.org>
+
+       * international/utf-8.el (ucs-mule-cjk-to-unicode)
+       (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
+       (utf-subst-table-for-decode): Specify :size, :rehash-size.
+       (utf-translate-cjk): :set rewritten to load subst-... files.  Add
+       :set-after.
+       (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
+
+2002-12-15  Gustav H\e,Ae\e(Bllberg  <gustav@virtutech.se>  (tiny change)
+
+       * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
+       buffer as modified unless it really is.
+
+2002-12-14  Andreas Schwab  <schwab@suse.de>
+
+       * wid-edit.el (widget-move): Don't loop infinitely when there is
+       no field or button.
+
+2002-12-13  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
+       (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
+       Undo 2002/09/27 change because kill-buffer-hook is not
+       permanent-local.
+
+       * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
+       Optimize the remaining part of for-effect and/or expressions.
+
+2002-12-13  Markus Rost  <rost@math.ohio-state.edu>
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode):
+       Use `custom-current-group'. Pass all groups to the hook.
+       (easy-mmode-define-global-mode): Use `custom-current-group'.
+
+       * international/mule-cmds.el (current-language-environment):
+       Set type according to `language-info-alist' also here.
+
+       * progmodes/compile.el (compilation-menu-map):
+       Use `kill-compilation' to stop compilation.
+
+2002-12-13  Kenichi Handa  <handa@m17n.org>
+
+       * language/european.el (encode-mac-roman): Fix last change.
+
+       * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
+       (ccl-encode-alternativnyj): Fix last change.
+
+2002-12-13  Nick Roberts  <nick@nick.uklinux.net>
+
+       * gdb-ui.el: Improve documentation strings.
+       (gdb-many-windows): Set default value to nil.
+
+2002-12-12  Dave Love  <fx@gnu.org>
+
+       * international/subst-big5.el, international/subst-gb2312.el:
+       * international/subst-jis.el, international/subst-ksc.el: New.
+
+       * custom.el (defcustom, custom-set-variables): Doc fix.
+
+       * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
+       things protected by `(if (fboundp ...' or `(if (boundp ...'.
+
+       * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
+
+2002-12-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * progmodes/fortran.el (fortran-mode-abbrev-table):
+       Handle `define-abbrev' with either 5 or 6 arguments.
+
+2002-12-12  Markus Rost  <rost@math.ohio-state.edu>
+
+       * international/mule-cmds.el (set-language-info):
+       Update custom-type of `current-language-environment'.
+       (current-language-environment): Fix custom type.
+
+2002-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * progmodes/antlr-mode.el (antlr): New URL.
+
+2002-12-10  R. Bernstein  <rocky@panix.com>
+
+       * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
+       Fix erroneous print expression command, and fix typos.
+       (perldb): Undo previous change in prompt regexp.
+
+2002-12-10  Steven Tamm  <steventamm@mac.com>
+
+       * generic-x.el (javascript-generic-mode): Added C style block
+       comments as used in ECMA-262 standard.
+
+2002-12-10  Kenichi Handa  <handa@m17n.org>
+
+       * language/european.el ("Swedish"): Change tutorial file name to
+       TUTORIAL.sv in this langauge environment..
+
+2002-12-09  John Paul Wallington  <jpw@shootybangbang.com>
+
+       * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
+       disable it buffer-locally.
+       (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
+       `eventpt' and point.
+
+       * ibuf-ext.el (ibuffer-remove-duplicates): New function.
+       (ibuffer-set-filter-groups-by-mode): Use it instead of
+       `delete-duplicates' so we don't require cl library at runtime.
+       (ibuffer-insert-filter-group-before): Don't use `position' so we
+       don't require cl library at runtime.
+
+       * chistory.el (command-history-mode): Add interactive spec.
+       Improve doc string.
+
+2002-12-09  Richard M. Stallman  <rms@gnu.org>
+
+       * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
+
+2002-12-09  Markus Rost  <rost@math.ohio-state.edu>
+
+       * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
+       customize type 'float is now defined.
+
+2002-12-09  Dave Love  <fx@gnu.org>
+
+       * international/code-pages.el (mik, pt154): New coding systems.
+
+       * international/ucs-tables.el: Fix properly.
+
+2002-12-09  Andreas Schwab  <schwab@suse.de>
+
+       * international/ucs-tables.el: Fix last change.
+
+2002-12-09  Kenichi Handa  <handa@m17n.org>
+
+       * international/titdic-cnv.el (titdic-convert): Process the
+       header part in multibyte mode.
+
+2002-12-08  Dave Love  <fx@gnu.org>
+
+       * international/code-pages.el (mule-diag): Move where it's required.
+
+       * international/ucs-tables.el: Add latin-jisx0201 characters.
+       Fix translation-table-for-input for lao, thai, tibetan.
+
+2002-12-08  Andreas Schwab  <schwab@suse.de>
+
+       * files.el (insert-directory): Insert free space only when
+       listing a full directory.
+
+2002-12-08  Nick Roberts  <nick@nick.uklinux.net>
+
+       * gdb-ui.el : Remove inappropriate key-bindings.
+       (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
+       Parse correctly when breakpoint has no line number.
+       (def-gdb-auto-update-handler, gdb-info-locals-handler),
+       (gdb-display-end): Avoid using insert-buffer.
+       (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
+
+2002-12-07  Richard M. Stallman  <rms@gnu.org>
+
+       * progmodes/compile.el (compilation-enter-directory-regexp-alist)
+       (compilation-leave-directory-regexp-alist): Match byte compiler output.
+
+       * emacs-lisp/cl-macs.el: Add local variable list
+       to turn off cl-function warnings.
+
+       * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
+       elements in load-history.
+       (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
+       and cl-struct-setf-expander.
+
+       * emacs-lisp/autoload.el (autoload-print-form-outbuf):
+       New variable.
+       (autoload-print-form): Use autoload-print-form-outbuf.
+       (generate-file-autoloads): Bind autoload-print-form-outbuf.
+
+       * calendar/calendar.el (calendar-day-name): Move defn down.
+
+       * speedbar.el (speedbar-directory-buttons-follow):
+       Don't use directory-sep-char.
+
+2002-12-06  Masatake YAMATO  <jet@gyve.org>  (tiny change)
+
+       * register.el (describe-register-1): Use window-width
+       to truncate string in a register.  Check whether the string
+       in a register is an empty string or a sequence of white spaces.
+
+2002-12-07  Andreas Schwab  <schwab@suse.de>
+
+       * faces.el (face-font-selection-order)
+       (face-font-family-alternatives, face-font-registry-alternatives):
+       Remove period from :tag value.
+
+       * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
+       to :inverse-video.
+
+2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
+
+       * wid-edit.el (define-widget number): Clarify doc and error message.
+       (define-widget float): New widget.
+
+2002-12-07  Andreas Schwab  <schwab@suse.de>
+
+       * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
+
+       * files.el (find-file-read-args): Reenable wildcard processing
+       unconditionally.
+
+2002-12-06  Robert J. Chassell <bob@rattlesnake.com>
+
+       * textmodes/texinfmt.el (texinfo-format-scan): Handle new
+       functions for copyright notice and copying permissions.
+       (texinfo-copying, texinfo-insertcopying): New functions.
+
+2002-12-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * textmodes/texinfmt.el (texinfo-format-ifxml)
+       (texinfo-format-xml): New function.
+       (ifxml, ifnotxml): New aliases.
+
+2002-12-06  Dave Love  <fx@gnu.org>
+
+       * international/utf-8-subst.el: Revert last change.
+
+2002-12-06  Miles Bader  <miles@gnu.org>
+
+       * info.el (Info-insert-dir): Make dir-node-cache variables
+       buffer-local, so that killing the *info* buffer forces the
+       dir-node to be rebuilt.
+
+2002-12-06  Markus Rost  <rost@math.ohio-state.edu>
+
+       * finder.el (finder-compile-keywords): Don't insert a keyword to
+       the generated file.
+
+2002-12-05  Andreas Schwab  <schwab@suse.de>
+
+       * speedbar.el (speedbar-highlight-face): Fix face spec.
+
+2002-12-05  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
+       gdb-proc with gud-comint-buffer instead.
+       (gdb-proc): Remove.
+       (def-gdb-var): Simplify.
+       (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
+       Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
+       (gdb-goto-bp-this-line): Select the window while doing the goto-line.
+       (gdb-info-locals-handler): Avoid replace-regexp.
+
+       * calendar/calendar.el (facemenu-unlisted-faces): Only update
+       after facemenu is loaded.
+       (calendar-font-lock-keywords): Accept non-ASCII month names.
+       Use regexp-opt.
+
+       * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
+       (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
+       (gdba): Call `gdb' and then make modifications.
+       Always call gdb-clear-inferior-io rather than just "the first time".
+       (gud-break, gud-remove): Definitions moved to inside gdba.
+       (gdb-target-name): Remove.  Use gud-target-name instead.
+       (gdba-complete-filter, gdba-common-init): Remove.
+       The changes were integrated into the generic code.
+
+       * gud.el: Use match-string.
+       (gud-menu-map): Re-fix gdb-running to gud-running.
+       Activate up/down and finish for pdb.
+       (gud-def): Use backquotes.
+       (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
+       (gud-gdb-complete-in-progress, gud-gdb-complete-string)
+       (gud-gdb-complete-break, gud-gdb-complete-list):
+       Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
+       gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
+       (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
+       Add a `filter' argument and run it on `string'.
+       (gud-gdb-run-command-fetch-lines): Use it instead of
+       gud-gdb-speedbar-stack-filter.  Add a `skip' arg.
+       Return the fetched lines.
+       (gud-gdb-complete-command): Use it instead of cooking up
+       something by hand using gud-gdb-complete-filter.
+       (gud-gdb-get-stackframe): Use the new calling convention of
+       gud-gdb-run-command-fetch-lines.
+       (gud-gdb-fetched-stack-frame-list): Remove.
+       (gud-gdb-speedbar-stack-filter): Remove.
+       (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
+       (gud-bashdb-command-name): Add "--debugger" argument here.
+       (bashdb): Use default gud-find-file and don't bother with
+       a massage-args function now that --debugger is make explicit.
+       (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
+       (bashdb): Don't provide.
+       (gud-target-name): New var.
+       (gud-common-init): Set it.
+       Also reset gud-running and gud-last-last-frame.
+
+2002-12-05  Dave Love  <fx@gnu.org>
+
+       * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
+       mule-utf-16-le, mule-utf-16-be.
+
+2002-12-05  Richard M. Stallman  <rms@gnu.org>
+
+       * textmodes/outline.el (outline-mode): Doc fix.
+
+2002-12-05  Edward M. Reingold  <reingold@emr.cs.iit.edu>
+
+       * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
+
+2002-12-05  Kenichi Handa  <handa@m17n.org>
+
+       * international/titdic-cnv.el (quail-misc-package-ext-info):
+       Remove duplicate entry for chinese-b5-quick.
+       (batch-miscdic-convert): Don't try to call miscdic-convert on
+       files in the directory just following the arg "-dir".
+
+2002-12-04  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * gdb-ui.el: Fold top-level `setq's and `define-key's into their
+       corresponding defvar.
+       (gdb-inferior-io-mode-map): New var.
+       Add bindings to it rather than to comint-mode-map.
+       (gdb-display-number-end): Use dolist.  Remove always-true test.
+       (gdb-delete-line): Move and simplify.
+       (gdb-display-end): Don't bother going to beg-of-line since we're there.
+       (gdb-array-format1): Use dolist.
+       (gdb-make-windows-menu, gdb-make-frames-menu):
+       Move to top-level code.  Move the menus to within the GUD menu.
+       Make the menus only appear in gdba mode.
+
+       * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
+       (gdb-inferior-io-mode): Use define-minor-mode.
+       (gdb-source-info): Don't burp if there's no source file.
+       (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
+       (gdb-inferior-io-stop, gdb-inferior-io-eof)
+       (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
+       (gdb-display-stack-buffer, gdb-frame-stack-buffer)
+       (gdb-display-registers-buffer, gdb-frame-registers-buffer)
+       (gdb-display-locals-buffer, gdb-frame-locals-buffer)
+       (gdb-display-display-buffer, gdb-frame-display-buffer)
+       (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
+       (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
+       Remove the spurious left over arg from the "big reorg".
+
+2002-12-04  Richard M. Stallman  <rms@gnu.org>
+
+       * gud.el (gud-menu-map): Update for bashdb.
+       (perldb): Change prompt regexp.
+       (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
+       (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
+
+       * progmodes/cc-vars.el: Simply require wid-edit and custom
+       in eval-when-compile.
+
+       * progmodes/cc-menus.el: Don't require imenu.
+
+       * progmodes/cc-langs.el: Don't require cl.
+       (c-delete-duplicates): New function.  Use instead of delete-duplicates.
+
+       * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
+       Add an else-clause to the if to avoid confused compiler warning.
+
+       * tooltip.el (tooltip-gud-tips-p): Undo previous change.
+
+2002-12-03  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
+
+       * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
+       Update gdb-running -> gud-running.
+       (gdba): Use the default for gud-find-file.
+       (def-gdb-variable): Remove: fold into def-gdb-var.
+       (def-gdb-var): Use buffer-local-value and with-current-buffer.
+
+       * gud.el (gud-running): Rename from gdb-running.  Update uses.
+       (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
+       tool-bar-add-item-from-menu to avoid let binding tool-bar-map
+       which fails if tool-bar.el is loaded in the mean time.
+       (gud-file-name): New fun.
+       (gud-find-file): Use it as default value for gud-find-file.
+       (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
+       on gud-find-file.
+       (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
+       (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
+       (gud-pdb-find-file, gud-jdb-find-file): Remove.
+       (gud-query-cmdline): Don't stuff the whole cwd in the command.
+       (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
+       (gud-mipsdbx-massage-args): Remove.
+       (gud-dbx-command-name): New var.  Do what gud-mipsdbx-massage-args did.
+       (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
+       (gud-jdb-command-name): New var.
+       (gud-common-init): Re-instate RMS code of 11/13.
+
+2002-12-03  Dave Love  <fx@gnu.org>
+
+       * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
+       (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
+       (ucs-set-table-for-input): Use optional arg.  Check for null `cs'.
+
 2002-12-03  Andreas Schwab  <schwab@suse.de>
 
        * cus-edit.el (custom-display): Add checkbox for type mac.
 
 2002-12-02  Fran\e,Ag\e(Bois Pinard  <pinard@iro.umontreal.ca>
 
-       * (makefile-font-lock-keywords): Highlight more make keywords:
-       defined, endef, override, export, unexport and vpath.
+       * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
+       more make keywords:  defined, endef, override, export, unexport
+       and vpath.
 
 2002-12-02  Dave Love  <fx@gnu.org>
 
        toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
        MH-E version 7.0.
 
-2002-11-29   Markus Rost  <rost@math.ohio-state.edu>
+2002-11-29  Markus Rost  <rost@math.ohio-state.edu>
 
        * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
 
        * gdb-ui.el: Major re-organisation. Simplify legacy gdba
        code to allow only one gdb process.
 
-2002-11-23   Markus Rost  <rost@math.ohio-state.edu>
+2002-11-23  Markus Rost  <rost@math.ohio-state.edu>
 
        * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
        place.  Add groups.
        * emacs-lisp/re-builder.el: Add provide call.
 
        * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
-       (feedmail-fiddle-plex-user-list):  Fix typo in group name.
+       (feedmail-fiddle-plex-user-list): Fix typo in group name.
 
        * progmodes/make-mode.el (makefile-space-face): Fix group name.
 
        * emacs-lisp/autoload.el (update-autoloads-from-directories):
        Sort the list of files with no autoloads.
 
-2002-11-16  Alan Shutko  <Rats@acm.org>
+2002-11-16  Alan Shutko  <ats@acm.org>
 
        * calendar/diary-lib.el (list-diary-entries): Pass a marker
        indicating source of entry to add-to-diary-list.
 
 2002-11-15  Markus Rost  <rost@math.ohio-state.edu>
 
-       * mail/rmailedit.el:  Add provide call.
+       * mail/rmailedit.el: Add provide call.
 
        * play/bruce.el: Add provide call.
 
        Declare with defvar, not with defcustom.
 
        * cus-dep.el: Don't require 'autoload.
-       (custom-make-dependencies):  Handle :version also for autoloaded
+       (custom-make-dependencies): Handle :version also for autoloaded
        options.
 
        * winner.el (defgroup winner): Arrange that definition starts at
 
 2002-10-28  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
 
-       * make-mode.el (makefile-warn-continuations):
+       * progmodes/make-mode.el (makefile-warn-continuations):
        Call re-search-forward with NOERROR t.
 
 2002-10-29  Kim F. Storm  <storm@cua.dk>
 
 2002-10-10  Markus Rost  <rost@math.ohio-state.edu>
 
-       * international/encoded-kb.el:  Add `provide' call.
+       * international/encoded-kb.el: Add `provide' call.
 
 2002-10-09  David Kastrup  <David.Kastrup@t-online.de>
 
 
 2002-10-03  Markus Rost  <rost@math.ohio-state.edu>
 
-       * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu):  Handle the
+       * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
        menu pseudo-keys generated by easymenu which are lowercase in
        Emacs 21.4.
 
 
 2002-09-24  Markus Rost  <rost@math.ohio-state.edu>
 
-       * simple.el (edit-and-eval-command):  Protect command-history.
-       (repeat-complex-command):  Protect command-history.
+       * simple.el (edit-and-eval-command): Protect command-history.
+       (repeat-complex-command): Protect command-history.
 
 2002-09-24  Juanma Barranquero  <lektu@terra.es>
 
        (tramp-completion-handle-file-name-all-completions):
        Apply `tramp-completion-run-real-handler'.
        (tramp-parse-rhosts)
-       (tramp-parse-shosts): Use `with-temp-buffer'. `result\e,B.\e(B renamed to
+       (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
        `res' (otherwise side effects in XEmacs).
 
 2002-08-24  Michael Albinus  <Michael.Albinus@alcatel.de>
 
 2002-09-21  Markus Rost  <rost@math.ohio-state.edu>
 
-       * mail/mailabbrev.el (mail-abbrev-make-syntax-table):  Give %!._-
+       * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
        word constituent syntax.
 
 2002-09-21  Richard M. Stallman  <rms@gnu.org>
        * comint.el (comint-mode): Add font-lock-defontify to
        change-major-mode-hook.
 
-       * info.el (Info-mode):  Add font-lock-defontify to
+       * info.el (Info-mode): Add font-lock-defontify to
        change-major-mode-hook.
 
        * replace.el (occur-mode): Add font-lock-defontify to
 
 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
 
-       * files.el (save-some-buffers-action-alist):  Use lower case for
+       * files.el (save-some-buffers-action-alist): Use lower case for
        help string of diff-buffer-with-file.
 
 2002-09-09  Richard M. Stallman  <rms@gnu.org>
 
        * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
        (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
-       (f90-font-lock-off, f90-font-lock-menu):  Delete.
+       (f90-font-lock-off, f90-font-lock-menu): Delete.
        Use easy-menu-define instead.
        (f90-mode): Use easy-menu-add.
        No longer (require 'imenu) when compiling.
 
 2002-07-23  Markus Rost  <rost@math.ohio-state.edu>
 
-       * add-log.el (add-log-current-defun):  Fix typo in documentation.
+       * add-log.el (add-log-current-defun): Fix typo in documentation.
 
 2002-07-22  Markus Rost  <rost@math.ohio-state.edu>
 
        (compilation-parse-errors): Use that, and for directories too.
        Don't check whether a directory really exists.
 
-
 2002-07-12  Juanma Barranquero  <lektu@terra.es>
 
        * help-fns.el (describe-variable): Remove useless "Documentation:"
 
 2002-07-02  Dave Love  <fx@gnu.org>
 
-       * emacs-lisp/bytecomp.el (byte-compile-warnings):  Add cl-func option.
+       * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
        (byte-compile-cl-warn): New function.
        (byte-compile-form): Use it, to warn about calling cl functions.
        (byte-compile-warning-types): Doc fix.
 
        * emulation/cua-base.el (cua--self-insert-char-p): New function.
 
-       * emulation/cua-gmrk.el (cua--init-global-mark):  Install default
+       * emulation/cua-gmrk.el (cua--init-global-mark): Install default
        binding in cua--global-mark-keymap using cua--self-insert-char-p
        to handle all global self inserting characters in gmark mode.
 
        * mail/sendmail.el (mail-recover-1): Remove (debug).
        (mail-signature): Fix :type.
        (mail-default-directory): New user option.
-       (mail, mail-recover):  Use that option.
+       (mail, mail-recover): Use that option.
 
 2002-05-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        Numeric keypad with decimal key; value is selected character.
        (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
        (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
-       (keypad-setup):  Arg list changed to support the new options.
+       (keypad-setup): Arg list changed to support the new options.
 
 2002-05-14  Richard M. Stallman  <rms@gnu.org>
 
 
 2002-05-09  Markus Rost  <rost@math.ohio-state.edu>
 
-       * woman.el (woman-menu):  Move symbol before the comment so that
+       * woman.el (woman-menu): Move symbol before the comment so that
        find-function-search-for-symbol finds it.
 
 2002-05-10  Miles Bader  <miles@gnu.org>
 
        * emacs-lisp/find-func.el (find-function-search-for-symbol):
        Add autoload cookie.
-       (find-function-regexp):  Include
+       (find-function-regexp): Include
        "\(quote " to match the defaliases in loaddefs.el.
 
        * filesets.el (filesets-conditional-sort): Use copy-sequence,
 2002-04-28  Markus Rost  <rost@math.ohio-state.edu>
 
        * net/ange-ftp.el (ange-ftp-passive-host-alist)
-       (ange-ftp-bs2000-additional-pubsets):  Fix custom type.
+       (ange-ftp-bs2000-additional-pubsets): Fix custom type.
 
        * files.el (small-temporary-file-directory): Fix custom type.
 
        * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
 
        * ibuffer.el (ibuffer-truncate-lines): New option.
-       (ibuffer-mode):  Use it.
+       (ibuffer-mode): Use it.
 
 2002-02-17  Kim F. Storm  <storm@cua.dk>
 
        (viper-check-minibuffer-overlay): Make sure
        viper-minibuffer-overlay is moved to cover the entire input field.
 
-       * viper-util.el:  use viper-cond-compile-for-xemacs-or-emacs.
+       * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
        (viper-read-key-sequence, viper-set-unread-command-events)
        (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.