Fix more problems found by GCC 4.6.0's static checks.
[bpt/emacs.git] / lib-src / ChangeLog
index 3df2f68..5007995 100644 (file)
@@ -1,3 +1,21 @@
+2011-03-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix a problem found by GCC 4.6.0's static checks.
+       * etags.c (just_read_file): Remove dummy variable and simplify.
+
+2011-03-27  Glenn Morris  <rgm@gnu.org>
+
+       * emacsclient.c: Replace SIGTYPE with void.
+
+2011-03-23  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ntlib.c: Include <ctype.h>.
+
+2011-03-23  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in ($(DESTDIR)${archlibdir}):
+       Use `install-sh -d' rather than mkinstalldirs.
+
 2011-03-23  Paul Eggert  <eggert@cs.ucla.edu>
 
        * ebrowse.c: Use size_t, not int, for sizes.