(xrealloc): Always pass two args to `fatal'.
[bpt/emacs.git] / lib-src / ChangeLog
index bb90d3c..04ffd8a 100644 (file)
@@ -1,3 +1,86 @@
+2001-11-03  Richard M. Stallman  <rms@gnu.org>
+
+       * cvtmail.c (xrealloc): Always pass two args to `fatal'.
+
+       * movemail.c (popmail): Always pass two args to `error'.
+
+2001-10-24  Ken Raeburn  <raeburn@gnu.org>
+
+       * Makefile.in (HESIODLIB) [HAVE_LIBHESIOD]: Set to include
+       -lhesiod and maybe -lresolv.
+       (CRYPTOLIB) [HAVE_LIBK5CRYPTO]: Use -lk5crypto for Kerberos
+       support if it's available.
+
+2001-10-21  Miles Bader  <miles@gnu.org>
+
+       * make-docfile.c (struct rcsoc_state): New type.
+       (read_c_string_or_comment): Add SAW_USAGE
+       parameter, and implement scanning for a `usage:' keyword.
+       Use a variable of type `rcsoc_state' to hold most of our state.
+       (put_char): Add STATE parameter, and remove all other parameters
+       except CH.  Use STATE to get access to all needed state.
+       (scan_keyword_or_put_char): New function.
+       (scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment.
+       Don't output a usage-string if there was one in the doc-string.
+
+2001-10-20  Gerd Moellmann  <gerd@gnu.org>
+
+       * (Version 21.1 released.)
+
+2001-10-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * b2m.c: Properly spell the name of Emacs.
+
+2001-10-17  Miles Bader  <miles@gnu.org>
+
+       * make-docfile.c (put_char): New function.
+       (read_c_string_or_comment): Strip trailing spaces and newlines.
+
+2001-10-16  Miles Bader  <miles@gnu.org>
+
+       * make-docfile.c (scan_c_file): Handle `new style' doc strings in
+       comments [with `doc:' keyword prefix].
+
+2001-10-15  Gerd Moellmann  <gerd@gnu.org>
+
+       * make-docfile.c (read_c_string_or_comment): Don't drop a '*'
+       in a C doc comment.
+
+2001-10-13  Gerd Moellmann  <gerd@gnu.org>
+
+       * make-docfile.c (read_c_string_or_comment): Renamed from
+       read_c_string.  Add parameter COMMENT.  Read C-style comments.
+       (scan_c_file): Handle doc strings in C comments.
+
+2001-10-12  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.nt (ALL): Do not include fakemail.
+
+       * makefile.w32-in (install): Do not copy fakemail.
+
+2001-10-10  Jason Rumney  <jasonr@gnu.org>
+
+       * makefile.w32-in (ALL) Do not include fakemail.
+
+       * makefile.nt (install) Ditto.
+
+2001-10-09  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacsserver.c (main): Cast geteuid in sprintf to int.
+       From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
+
+       * emacsclient.c (main): Cast isdigit() argument to unsigned char.
+       From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
+
+2001-10-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * profile.c: Include config.h, not ../src/config.h.
+       Include systime.h, not ../src/systime.h.
+
+2001-10-05  Gerd Moellmann  <gerd@gnu.org>
+
+       * Branch for 21.1.
+       
 2001-10-01  Alexander Zhuckov  <zuav@int.spb.ru>
 
        * ebrowse.c (struct alias): Add two new struct members: NAMESP and
        * etags.c (analyse_regex): If regex_arg is NULL, return
        immediately after a call to free_patterns.
 
+2001-09-05  Paul Eggert  <eggert@twinsun.com>
+
+       * rcs2log (Help, mainline code): Add new option -L FILE.
+       (Copyright): Update year.
+       (LANG, LANGUAGE, LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES,
+       LC_NUMERIC, LC_TIME): New shell vars, to make sure we live in the
+       C locale.
+       (mainline code): Handle nonstandard -u option differently, by
+       transforming it to standard form.  Check for "Working file: ", not
+       "Working file:".  Allow file names with spaces.
+       (SOH, rlogfile): New shell vars.
+       (rlogout): Remove.  Its old functionality is mostly migrated to 
+       rlogfile.
+
+       Append ';;' to the last arm of every case statement, for
+       portability to ancient broken BSD shells.
+
+       (logins): Fix bug; was not being computed at all, lowering
+       performance.
+       (pository): New var.  This fixes some bugs where repositories are
+       remote, or have trailing slashes.
+        (authors): $llogout is never an empty shell var, so don't worry
+       about that possibility.
+       (printlogline, mainline code): Fix bug with SOH's being put into 
+       the output.
+       
 2001-09-01  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * ebrowse.c (SEEK_END): #define if not defined by system headers.
@@ -4540,3 +4649,8 @@ Tue Jul  1 01:09:07 1997  Geoff Voelker  <voelker@cs.washington.edu>
 ;; Local Variables:
 ;; coding: iso-2022-7bit
 ;; End:
+
+    Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001
+       Free Software Foundation, Inc.
+  Copying and distribution of this file, with or without modification,
+  are permitted provided the copyright notice and this notice are preserved.