# HG changeset patch # User Stefan Monnier # Date 994633090 0 # Node ID a7ae05fb81a6bd2a5db85216a6c53c5ffc4d34df # Parent ce45998cedf245aea94e9a00ebebc2a1a84cf3b9 *** empty log message *** diff -r ce45998cedf2 -r a7ae05fb81a6 lisp/ChangeLog --- a/lisp/ChangeLog Sun Jul 08 22:57:29 2001 +0000 +++ b/lisp/ChangeLog Sun Jul 08 22:58:10 2001 +0000 @@ -1,3 +1,9 @@ +2001-07-08 Stefan Monnier + + * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load + to delay the call to for global minor modes. + (easy-mmode-define-navigation): Only recenter if interactive. + 2001-07-06 Gerd Moellmann * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB @@ -15,8 +21,8 @@ 2001-07-06 Vinicius Jose Latorre - * ps-print.el: Use locale dependant date to print date in header. Doc - fix. + * ps-print.el: Use locale dependant date to print date in header. + Doc fix. (ps-print-version): New version number (6.5.3). (ps-right-header, ps-right-footer): Initialization and doc fix. (ps-time-stamp-locale-default): New fun. @@ -55,18 +61,18 @@ like `struct X Y', finish with point after Y. 2001-07-04 Simon Josefsson - + * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program' - in caller buffer. + in caller buffer. 2001-07-03 Eli Zaretskii * find-file.el (ff-find-the-other-file): Use file-name-nondirectory - instead of string-match to find the basename of the file. From - Pascal Obry . - - * net/browse-url.el (browse-url-default-windows-browser): Support - the MS-DOS port when it runs on Windows. + instead of string-match to find the basename of the file. + From Pascal Obry . + + * net/browse-url.el (browse-url-default-windows-browser): + Support the MS-DOS port when it runs on Windows. (browse-url-browser-function) [ms-dos]: Default to browse-url-default-windows-browser.