Mercurial > emacs
changeset 36484:6a5b8717a034
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 02 Mar 2001 13:32:05 +0000 |
parents | c3734c1b1362 |
children | 293677d8c530 |
files | lib-src/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Fri Mar 02 13:31:52 2001 +0000 +++ b/lib-src/ChangeLog Fri Mar 02 13:32:05 2001 +0000 @@ -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.
--- a/src/ChangeLog Fri Mar 02 13:31:52 2001 +0000 +++ b/src/ChangeLog Fri Mar 02 13:32:05 2001 +0000 @@ -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.