changeset 38274:409461439864

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Tue, 03 Jul 2001 13:03:45 +0000
parents 910cd30b1586
children 7ea4cdf2b1dc
files lisp/ChangeLog lisp/gnus/ChangeLog
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jul 03 13:02:55 2001 +0000
+++ b/lisp/ChangeLog	Tue Jul 03 13:03:45 2001 +0000
@@ -1,5 +1,9 @@
 2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
 
+	* 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 <p.obry@wanadoo.fr>.
+
 	* 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
--- a/lisp/gnus/ChangeLog	Tue Jul 03 13:02:55 2001 +0000
+++ b/lisp/gnus/ChangeLog	Tue Jul 03 13:03:45 2001 +0000
@@ -1,3 +1,8 @@
+2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
+
+	* gnus.el: Fix the header line, for finder.el.  Suggested by
+	Pavel Janik <Pavel@Janik.cz>
+
 2001-07-02  Gerd Moellmann  <gerd@gnu.org>
 
 	* gnus.el (gnus-local-domain): Removed because unused.