Convert consecutive FSF copyright years to ranges.
[bpt/emacs.git] / lib-src / ChangeLog
index df9f176..2abfd6c 100644 (file)
@@ -1,4 +1,17 @@
-2011-01-09  Paul Eggert  <eggert@cs.ucla.edu>
+2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
+
+       * movemail.c (main): Use setregid instead of setegid, which is
+       missing on older systems.  Suggested by Peter O'Gorman (Bug#6811).
+
+2011-01-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Check return values of some library calls.
+       * hexl.c (main): Check fread result.
+       * make-docfile.c (main): Check chdir result.
+       (scan_c_file): Check fscanf result.
+       * movemail.c (main): Check ftruncate result.
+
+2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
 
        Include <unistd.h> unilaterally.
        * emacsclient.c, etags.c, fakemail.c, make-docfile.c, movemail.c:
@@ -21,8 +34,6 @@
        (GETOPT_H, getopt.h, GETOPTOBJS, GETOPTDEPS, getopt.o, getopt1.o):
        Remove; now done by gnulib.  All uses removed.
 
-2011-01-08  Paul Eggert  <eggert@cs.ucla.edu>
-
        Automate syncing from gnulib.
        * Makefile.in (EXE_FILES): New macro.
        (BASE_CFLAGS): Add -I../lib and -I${srcdir}/../lib,
 ;; coding: utf-8
 ;; End:
 
-    Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
-       1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006,
-       2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+  Copyright (C) 1988-1999, 2001-2011 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.