From 0159948239b515ed062432ec601ad1c8896953bf Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 30 Aug 2002 11:09:19 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 66 ++++++++++++++++++++++++++++++++------------------ 1 file changed, 43 insertions(+), 23 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0fdfb058326..0fb6a1f40a3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,23 @@ +2002-08-30 Juanma Barranquero + + * bs.el (bs-message-without-log): Fix typo. + + * font-core.el (font-lock-defaults): Likewise. + + * font-lock.el (font-lock-add-keywords): Likewise. + + * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise. + + * textmodes/bibtex.el (bibtex-mode): Likewise. + + * emulation/viper-ex.el (ex-compile-command): Likewise. + + * progmodes/idlwave.el (idlwave-max-extra-continuation-indent): Likewise. + + * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise. + + * allout.el (my-mark-marker): Likewise. + 2002-08-30 Simon Josefsson * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer @@ -26,7 +46,7 @@ * kmacro.el: Changed default bindings from F7/F8 to F3/F4. Changed default binding of C-x e to kmacro-end-or-call-macro. (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom - variables. + variables. (kmacro-get-prefix-arg): New function. (kmacro-repeat-on-last-key): Renamed from kmacro-repeat-loop and improved. Callers changed. @@ -44,7 +64,7 @@ 2002-08-28 Richard M. Stallman - * files.el (make-auto-save-file-name, make-backup-file-name-1): + * files.el (make-auto-save-file-name, make-backup-file-name-1): Don't use directory-sep-char. 2002-08-28 Juanma Barranquero @@ -165,6 +185,18 @@ * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix. +2002-08-24 Glenn Morris + + * 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. + Use easy-menu-define instead. + (f90-mode): Use easy-menu-add. + No longer (require 'imenu) when compiling. + (f90-mark-subprogram, f90-indent-region, f90-fill-region) + (f90-abbrev-start): Use fboundp. + (f90-imenu-flag): Delete - use imenu--index-alist instead. + 2002-08-23 Richard M. Stallman * loadhist.el (unload-feature): Distinguish functions from @@ -177,28 +209,16 @@ (load-symbol-file-load-history): Deleted. (symbol-file): Don't call load-symbol-file-load-history. +2002-08-23 Andre Spiegel + + * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again. + 2002-08-22 Katsumi Yamaoka (tiny change) * frame.el (select-frame-by-name, select-frame-set-input-focus): Always call x-focus-frame, if using x. Use set-mouse-position on all systems, if focus-follows-mouse. -2002-08-24 Glenn Morris - - * 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. - Use easy-menu-define instead. - (f90-mode): Use easy-menu-add. - No longer (require 'imenu) when compiling. - (f90-mark-subprogram, f90-indent-region, f90-fill-region) - (f90-abbrev-start): Use fboundp. - (f90-imenu-flag): Delete - use imenu--index-alist instead. - -2002-08-23 Andre Spiegel - - * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again. - 2002-08-22 Kai Gro,b_(Bjohann * net/tramp.el: Version 2.0.14 released. @@ -382,6 +402,11 @@ * textmodes/reftex.el (reftex-mode): Moved the creation of special syntax tables to top-level. +2002-08-15 David Kastrup + + * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch; + use `hash-table-size' instead of `length'. + 2002-08-14 Stefan Monnier * help-fns.el (locate-library): Use locate-file(-completion). @@ -424,11 +449,6 @@ * startup.el (command-line): Load custom-file if not done yet. -2002-08-15 David Kastrup - - * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch; - use `hash-table-size' instead of `length'. - 2002-08-14 Kenichi Handa * select.el (xselect-convert-to-string): If TYPE is non-nil, encode -- 2.39.2