]> git.eshelyaron.com Git - emacs.git/commitdiff
(ERROR_MAX): Increase to 160.
authorDave Love <fx@gnu.org>
Sun, 21 May 2000 11:07:47 +0000 (11:07 +0000)
committerDave Love <fx@gnu.org>
Sun, 21 May 2000 11:07:47 +0000 (11:07 +0000)
lib-src/ChangeLog
lib-src/pop.c

index 55f78900ed42cb9462d3ea88b0efe1c2cda1c19f..a53b29aa11b81200e3e3b57258afeee3d1e6aa70 100644 (file)
@@ -1,3 +1,10 @@
+2000-05-21  Dave Love  <fx@gnu.org>
+
+       * movemail.c: Include config.h, not ../src/config.h.
+       (Errmsg): Bump length.
+
+       * pop.c (ERROR_MAX): Increase to 160.
+
 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
 
        * ebrowse.c (DEFAULT_OUTFILE): Set to `BROWSE'.
@@ -20,7 +27,6 @@
        (lang_names): Install it.
        (Texinfo_suffixes): New variable.
 
->>>>>>> 2.24
 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
 
        * ebrowse.c (xmalloc, xrealloc): Rewritten.
index c6b86e5a2dceee620ec90d7205de69e72d2214ce..9af8805387fef7cee94a7f37f77a1551d6023eee 100644 (file)
@@ -138,7 +138,8 @@ static int gettermination _P((popserver));
 static void pop_trash _P((popserver));
 static char *find_crlf _P((char *, int));
 
-#define ERROR_MAX 80           /* a pretty arbitrary size */
+#define ERROR_MAX 160          /* a pretty arbitrary size, but needs
+                                  to be bigger than the one-time 80 */
 #define POP_PORT 110
 #define KPOP_PORT 1109
 #define POP_SERVICE "pop3"     /* we don't want the POP2 port! */