diff options
| author | Eli Zaretskii | 2000-05-02 11:57:06 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-05-02 11:57:06 +0000 |
| commit | 5c922ea7e87668e13ac7bd8f07d868134e038839 (patch) | |
| tree | 9261dbb27bc0472cd6f5be11c2adb05ceec22abd /lib-src | |
| parent | d9c0a50ef0270df73e5c805ee459eada5912e2ca (diff) | |
| download | emacs-5c922ea7e87668e13ac7bd8f07d868134e038839.tar.gz emacs-5c922ea7e87668e13ac7bd8f07d868134e038839.zip | |
*** 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 @@ | |||
| 1 | 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * ebrowse.c (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]: Define | ||
| 4 | to semi-colon. | ||
| 5 | (FILENAME_EQ): New macro, for comparing file names. | ||
| 6 | (add_member_decl, add_global_decl, add_member_defn): Use | ||
| 7 | FILENAME_EQ. | ||
| 8 | (process_file): Don't assume that fread always reads as many bytes | ||
| 9 | as it was told to (DOS-style CR-LF text files fail this logic). | ||
| 10 | (open_file): Allocate enough space for path->path plus the file | ||
| 11 | name and the slash. | ||
| 12 | |||
| 1 | 2000-04-19 Dave Love <fx@gnu.org> | 13 | 2000-04-19 Dave Love <fx@gnu.org> |
| 2 | 14 | ||
| 3 | * etags.c (Texinfo_functions): New function. | 15 | * etags.c (Texinfo_functions): New function. |