diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-05-02 11:57:06 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-05-02 11:57:06 +0000 |
commit | 5c922ea7e87668e13ac7bd8f07d868134e038839 (patch) | |
tree | 9261dbb27bc0472cd6f5be11c2adb05ceec22abd /lib-src | |
parent | d9c0a50ef0270df73e5c805ee459eada5912e2ca (diff) | |
download | emacs-5c922ea7e87668e13ac7bd8f07d868134e038839.tar.gz |
*** empty log message ***
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
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 <eliz@is.elta.co.il> + + * 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 <fx@gnu.org> * etags.c (Texinfo_functions): New function. |