]> git.eshelyaron.com Git - emacs.git/commitdiff
Clean up some white spaces, mainly in my own change log entries. (rost)
authorMarkus Rost <rost@math.uni-bielefeld.de>
Sat, 7 Dec 2002 20:29:43 +0000 (20:29 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Sat, 7 Dec 2002 20:29:43 +0000 (20:29 +0000)
lisp/ChangeLog

index db516adf7aaeb6fc0621cd3511c1dce1ddaefb67..2201b586807ea40e124e1dc630494d132c01d255 100644 (file)
@@ -1,3 +1,9 @@
+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.
@@ -7,8 +13,8 @@
 
 2002-12-06  Robert J. Chassell <bob@rattlesnake.com>
 
-       * textmodes/texinfmt.el (texinfo-format-scan)
-        Handle new functions for copyright notice and copying permissions.
+       * 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>
@@ -16,7 +22,7 @@
        * 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.
        * 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.
 
 
 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-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>
 
 
 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.