From a75a5dd206a06d51fe6f4333aad281247989bd0d Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Sat, 7 Dec 2002 20:29:43 +0000 Subject: [PATCH] Clean up some white spaces, mainly in my own change log entries. (rost) --- lisp/ChangeLog | 55 ++++++++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 25 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db516adf7aa..2201b586807 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2002-12-07 Markus Rost + + * wid-edit.el (define-widget number): Clarify doc and error + message. + (define-widget float): New widget. + 2002-12-07 Andreas Schwab * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo. @@ -7,8 +13,8 @@ 2002-12-06 Robert J. Chassell - * 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 @@ -16,7 +22,7 @@ * textmodes/texinfmt.el (texinfo-format-ifxml) (texinfo-format-xml): New function. (ifxml, ifnotxml): New aliases. - + 2002-12-06 Dave Love * international/utf-8-subst.el: Revert last change. @@ -549,7 +555,7 @@ * 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. @@ -621,7 +627,7 @@ 2002-11-15 Markus Rost - * mail/rmailedit.el: Add provide call. + * mail/rmailedit.el: Add provide call. * play/bruce.el: Add provide call. @@ -772,7 +778,7 @@ 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 @@ -1544,7 +1550,7 @@ 2002-10-10 Markus Rost - * international/encoded-kb.el: Add `provide' call. + * international/encoded-kb.el: Add `provide' call. 2002-10-09 David Kastrup @@ -1680,7 +1686,7 @@ 2002-10-03 Markus Rost - * 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. @@ -2243,8 +2249,8 @@ 2002-09-24 Markus Rost - * 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 @@ -2810,7 +2816,7 @@ 2002-09-21 Markus Rost - * 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 @@ -3336,7 +3342,7 @@ * 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 @@ -3433,7 +3439,7 @@ 2002-09-09 Markus Rost - * 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 @@ -4037,7 +4043,7 @@ * 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. @@ -4920,7 +4926,7 @@ 2002-07-23 Markus Rost - * 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 @@ -5488,7 +5494,6 @@ (compilation-parse-errors): Use that, and for directories too. Don't check whether a directory really exists. - 2002-07-12 Juanma Barranquero * help-fns.el (describe-variable): Remove useless "Documentation:" @@ -5769,7 +5774,7 @@ 2002-07-02 Dave Love - * 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. @@ -6784,7 +6789,7 @@ * 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. @@ -6978,7 +6983,7 @@ * 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,A_(Bjohann @@ -7148,7 +7153,7 @@ 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 @@ -7325,7 +7330,7 @@ 2002-05-09 Markus Rost - * 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 @@ -7357,7 +7362,7 @@ * 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, @@ -7771,7 +7776,7 @@ 2002-04-28 Markus Rost * 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. @@ -11142,7 +11147,7 @@ * 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 @@ -12305,7 +12310,7 @@ (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. -- 2.11.4.GIT