# HG changeset patch # User Eli Zaretskii # Date 957268626 0 # Node ID e30f779c70c7c5357c963c77a32aafe7ea264a06 # Parent 6594b6dedae94872bb08a5d9a69baf8eb493a950 *** empty log message *** diff -r 6594b6dedae9 -r e30f779c70c7 lib-src/ChangeLog --- a/lib-src/ChangeLog Tue May 02 11:55:50 2000 +0000 +++ b/lib-src/ChangeLog Tue May 02 11:57:06 2000 +0000 @@ -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 -r 6594b6dedae9 -r e30f779c70c7 lisp/ChangeLog --- a/lisp/ChangeLog Tue May 02 11:55:50 2000 +0000 +++ b/lisp/ChangeLog Tue May 02 11:57:06 2000 +0000 @@ -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.