1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Clean up some white spaces, mainly in my own change log entries. (rost)

This commit is contained in:
Markus Rost 2002-12-07 20:29:43 +00:00
parent d9bfd9dcca
commit a75a5dd206

View 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.
@ -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 <rost@math.ohio-state.edu>
* 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 <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>
@ -1680,7 +1686,7 @@
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.
@ -2243,8 +2249,8 @@
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>
@ -2810,7 +2816,7 @@
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>
@ -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 <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>
@ -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 <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>
@ -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 <lektu@terra.es>
* help-fns.el (describe-variable): Remove useless "Documentation:"
@ -5769,7 +5774,7 @@
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.
@ -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 <Kai.Grossjohann@CS.Uni-Dortmund.DE>
@ -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 <rms@gnu.org>
@ -7325,7 +7330,7 @@
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>
@ -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 <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.
@ -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 <storm@cua.dk>
@ -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.