Fix email address of my last entry.
[bpt/emacs.git] / lib-src / ChangeLog
index b2b6d33..c7e02e5 100644 (file)
@@ -1,3 +1,43 @@
+2001-01-02  Gerd Moellmann  <gerd@gnu.org>
+
+       * ebrowse.c (yyerror): Changed to take two arguments.  Prototype
+       added.  Callers changed.
+
+2001-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * ebrowse.c (enter_namespace, main): Cast variables to shut up
+       compiler warnings.
+       (yyerror): Change parameter declarations to be of type long, so
+       that they can take pointers on 64-bit platforms.
+
+       * emacsclient.c (main): Remove unused local variable statbfr.
+       (main) <homedir>: Make its declaration conditional on
+       SERVER_HOME_DIR, to avoid compiler warnings.
+
+       * emacsserver.c (main) <homedir>: Make its declaration conditional
+       on SERVER_HOME_DIR, to avoid compiler warnings.
+
+       * fakemail.c (readline): Cast buffer to "long *" to pacify
+       over-zealous compilers.
+
+2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * etags.c (canonicalize_filename) [DOS_NT]: Fix last change.
+
+2000-12-15  Gerd Moellmann  <gerd@gnu.org>
+
+       * ebrowse.c (operator_name): Cast argument of isalpha to
+       unsigned char.
+
+       * etags.c (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.
+       Use them throughout instead of ctype functions/macros.
+       (lowcase): Cast to unsigned char.
+       (UPCASE): New macro.
+       (canonicalize_filename): Use UPCASE instead toupper.
+
+       * fakemail.c (get_keyword): Make sure that isspace and
+       similar aren't called with a negative argument.
+
 2000-12-13  Dave Love  <fx@gnu.org>
 
        * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call.