From: Eli Zaretskii Date: Tue, 2 May 2000 11:57:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~4082 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c922ea7e87668e13ac7bd8f07d868134e038839;p=emacs.git *** empty log message *** --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 0258c09f0ee..99bbae51bb6 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,15 @@ +2000-05-02 Eli Zaretskii + + * ebrowse.c (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]: Define + to semi-colon. + (FILENAME_EQ): New macro, for comparing file names. + (add_member_decl, add_global_decl, add_member_defn): Use + FILENAME_EQ. + (process_file): Don't assume that fread always reads as many bytes + as it was told to (DOS-style CR-LF text files fail this logic). + (open_file): Allocate enough space for path->path plus the file + name and the slash. + 2000-04-19 Dave Love * etags.c (Texinfo_functions): New function. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9433f964645..733a94f5b3d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-05-02 Eli Zaretskii + + * international/mule-cmds.el (set-language-environment): Don't + concat an integer (dos-codepage), use format instead. + 2000-05-02 Dave Love * help.el (help-xref-on-pp): Check for constant symbols.