X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/2aaec2d9be5cec44ea3b59cba476fd3e091f2fc9..d9df6f40e326f3f5487b7c50b99bf5112262badc:/lib-src/ChangeLog diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index b85ba12a5b..6ecfb283ff 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,54 @@ +2013-03-13 Paul Eggert + + Static checking by Sun C 5.12. + * etags.c (analyse_regex): Omit unreachable code. + + * movemail.c (main): Call umask on all systems. + This is OK since Emacs already assumes umask elsewhere. + Don't grant more read permissions than necessary. + The old 0333 dates back to before we called setuid, + so it was needed back then to ensure user-readability, + but 0377 should suffice now. + +2013-02-08 Paul Eggert + + * movemail.c (getenv): Remove decl (unused since 1994). + +2013-01-15 Paul Eggert + + * make-docfile.c (write_globals): Make it a bit clearer (Bug#13448). + This pacifies GCC 4.7.2 when Emacs is configured with + --enable-link-time-optimization and --enable-gcc-warnings. + +2013-01-01 Juanma Barranquero + + * makefile.w32-in (lisp1): Add macroexp.elc (bug#13320). + +2012-12-11 Juanma Barranquero + + * makefile.w32-in (SYSWAIT_H): Update dependencies. + +2012-12-10 Eli Zaretskii + + * makefile.w32-in (obj): Add w32notify.o. Add missing X and Unix + sources. + +2012-12-02 Kevin Ryde + + * etags.c (Lisp_functions): Skip (defvar foo) declarations unless + the --declarations flag is enabled (Bug#5600). + (Lisp_help): Update. + (skip_name): New function. + +2012-12-01 Kevin Ryde + + * etags.c (Perl_functions): Support "use constant" (Bug#5055). + +2012-11-27 Paul Eggert + + Assume POSIX 1003.1-1988 or later for errno.h (Bug#12968). + * movemail.c (main): Assume EAGAIN and EBUSY. + 2012-11-23 Paul Eggert movemail: treat EACCES etc. failures as permanent @@ -8454,7 +8505,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 1988-1999, 2001-2012 Free Software Foundation, Inc. + Copyright (C) 1988-1999, 2001-2013 Free Software Foundation, Inc. This file is part of GNU Emacs.