*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Tue, 2 May 2000 11:57:06 +0000 (11:57 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 2 May 2000 11:57:06 +0000 (11:57 +0000)
lib-src/ChangeLog
lisp/ChangeLog

index 0258c09..99bbae5 100644 (file)
@@ -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.
index 9433f96..733a94f 100644 (file)
@@ -1,3 +1,8 @@
+2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * international/mule-cmds.el (set-language-environment): Don't
+       concat an integer (dos-codepage), use format instead.
+
 2000-05-02  Dave Love  <fx@gnu.org>
 
        * help.el (help-xref-on-pp): Check for constant symbols.