From: Eli Zaretskii Date: Tue, 3 Jul 2001 13:03:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.104~84 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bf4041b634a303d33e5938a446a1be71eaf30ed6;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aa4ef387e14..aa7ba593558 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 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. (browse-url-browser-function) [ms-dos]: Default to diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 594decdb522..c351567beae 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2001-07-02 Eli Zaretskii + + * gnus.el: Fix the header line, for finder.el. Suggested by + Pavel Janik + 2001-07-02 Gerd Moellmann * gnus.el (gnus-local-domain): Removed because unused.