]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 2 Mar 2001 13:32:05 +0000 (13:32 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 2 Mar 2001 13:32:05 +0000 (13:32 +0000)
lib-src/ChangeLog
src/ChangeLog

index ee13d7548389cc7885d7d824af19de619f9c5cd8..e9401a43cf7ceb8b6496c01f6e7c3740abd361fa 100644 (file)
@@ -1,3 +1,9 @@
+2001-03-02  Gerd Moellmann  <gerd@gnu.org>
+
+       * ebrowse.c (parse_qualified_param_ident_or_type): Return a
+       freshly allocated object in *LAST_ID.
+       (read_line): Accept \r\n line endings.
+
 2001-02-24  Andrew Innes  <andrewi@gnu.org>
 
        * makefile.w32-in: Fix copyright notice.
index 8f2c832b3ac40c6a349db8c7985d276df17604d7..d33f58522ff6af8344f2216e7b195c89404e2afa 100644 (file)
@@ -1,5 +1,8 @@
 2001-03-02  Gerd Moellmann  <gerd@gnu.org>
 
+       * fileio.c (Fexpand_file_name): Collapse sequences of slashes
+       to a single slash in the middle of file names.
+
        * editfns.c (Fcurrent_time_zone) [HAVE_TM_ZONE || HAVE_TZNAME]: 
        Accept only alphanumeric time zone names.