international/mule.el (set-keyboard-coding-system): Recover input meta mode when...
[bpt/emacs.git] / ChangeLog
index 3b5b686..b8c7adb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,86 @@
+2012-10-15  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (install-man, install-etc):
+       Apply $TRANSFORM.  (Bug#12536#34)
+       (clean): Delete etc/emacs.tmpdesktop.
+
+2012-10-11  Kenichi Handa  <handa@gnu.org>
+
+       * .bzrignore: Add several files under admin/charsets.
+
+2012-10-08  Daniel Colascione  <dancol@dancol.org>
+
+       * configure.ac: Add --with-w32 as a window system option.  Limit
+       it to Cygwin for now.  Integrate w32 into the refactored window
+       system configuration and set TERM_HEADER to w32term.h when w32 is
+       configured.
+
+       (CYGWIN_OBJ): Add cygw32.o.
+
+2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.ac: Check that OSX is 10.4 or newer.
+
+2012-10-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Improve sys_siglist detection.
+       * configure.ac (sys_siglist): Look for its decl in <signal.h>.
+       Otherwise, it's not found in either Fedora 17 or Solaris 11.
+
+2012-10-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2012-10-02 pselect: reject invalid file descriptors
+       2012-10-02 ptsname: reject invalid file descriptors
+       2012-10-02 manywarnings: cater to more gcc infelicities
+       2012-09-30 sockets, sys_stat: restore AC_C_INLINE
+       * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
+       * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
+       * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
+
+2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2012-09-28 extern-inline: provide a -Wundef safe config.h
+
+2012-09-27  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Check more robustly for timer_settime.
+       This should fix an OS X build problem reported by Ivan Andrus in
+       <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
+       * configure.ac (gl_THREADLIB): Define to empty, since Emacs
+       does threads its own way.
+       * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
+
+2012-09-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
+       to avoid problems with recursion when using GNU make.
+
+2012-09-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (bootstrap): Simplify build procedure.
+       Suggested by Wolfgang Jenker in
+       <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
+
+       Merge from gnulib, incorporating:
+       2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
+
+2012-09-19  Tassilo Horn  <tsdh@gnu.org>
+
+       * doc/emacs/misc.texi (DocView Slicing): Document new slice from
+       BoundingBox feature.
+
+2012-09-18  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
+
+2012-09-17  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * Makefile.in (bootstrap): Revert last change.  Run config.status
+       after config.status --recheck, run configure from $(srcdir).
+       (config.status): Run configure from $(srcdir).
+
 2012-09-17  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Makefile.in: Fix build error on FreeBSD.
 
 2012-06-28  Dmitry Antipov  <dmantipov@yandex.ru>
 
-       * configure.in: Fix previous change. Remove --enable-asserts.
+       * configure.in: Fix previous change.  Remove --enable-asserts.
        (CPPFLAGS): Remove conditional -DXASSERTS=1.
        Add --enable-link-time-optimization.
        * INSTALL: Mention this.
 
 2012-06-03  Ulrich Müller  <ulm@gentoo.org>
 
-       * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
+       * configure.in (PAXCTL): Check for paxctl.  (Bug#11398)
 
 2012-06-01  Paul Eggert  <eggert@cs.ucla.edu>
 
 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
 
        * configure.in (AC_CHECK_FUNCS):
-       Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
+       Add getpwent, endpwent, getgrent, endgrent.  (Bug#7900)
 
 2012-04-16  Glenn Morris  <rgm@gnu.org>
 
 
 2011-11-04  Glenn Morris  <rgm@gnu.org>
 
-       * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
+       * configure.in: Increase minimum GnuTLS version to 2.6.6.  (Bug#9929)
        Do not include GnuTLS version info in final summary message.
 
 2011-10-31  Eli Zaretskii  <eliz@gnu.org>