aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-02 13:32:05 +0000
committerGerd Moellmann2001-03-02 13:32:05 +0000
commitef53d75e82b52e5948807e3af892fb3f3e8f98cc (patch)
tree484d85fe72594ce01ca4844118690ee1bb80fb2c
parentff12cd1d433d4344d6f0496c92e92a3e497700f9 (diff)
downloademacs-ef53d75e82b52e5948807e3af892fb3f3e8f98cc.tar.gz
emacs-ef53d75e82b52e5948807e3af892fb3f3e8f98cc.zip
*** empty log message ***
-rw-r--r--lib-src/ChangeLog6
-rw-r--r--src/ChangeLog3
2 files changed, 9 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index ee13d754838..e9401a43cf7 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,9 @@
12001-03-02 Gerd Moellmann <gerd@gnu.org>
2
3 * ebrowse.c (parse_qualified_param_ident_or_type): Return a
4 freshly allocated object in *LAST_ID.
5 (read_line): Accept \r\n line endings.
6
12001-02-24 Andrew Innes <andrewi@gnu.org> 72001-02-24 Andrew Innes <andrewi@gnu.org>
2 8
3 * makefile.w32-in: Fix copyright notice. 9 * makefile.w32-in: Fix copyright notice.
diff --git a/src/ChangeLog b/src/ChangeLog
index 8f2c832b3ac..d33f58522ff 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12001-03-02 Gerd Moellmann <gerd@gnu.org> 12001-03-02 Gerd Moellmann <gerd@gnu.org>
2 2
3 * fileio.c (Fexpand_file_name): Collapse sequences of slashes
4 to a single slash in the middle of file names.
5
3 * editfns.c (Fcurrent_time_zone) [HAVE_TM_ZONE || HAVE_TZNAME]: 6 * editfns.c (Fcurrent_time_zone) [HAVE_TM_ZONE || HAVE_TZNAME]:
4 Accept only alphanumeric time zone names. 7 Accept only alphanumeric time zone names.
5 8