diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 74 |
1 files changed, 74 insertions, 0 deletions
| @@ -1,3 +1,77 @@ | |||
| 1 | 2011-07-13 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26. | ||
| 4 | |||
| 5 | 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 6 | |||
| 7 | * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin | ||
| 8 | so as to suppress address randomization (Bug#8395). | ||
| 9 | |||
| 10 | 2011-07-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 11 | |||
| 12 | * lib/stdint.in.h: Merge from gnulib (Bug#9025). | ||
| 13 | This fixes a build problem on older Mac OS X hosts. | ||
| 14 | |||
| 15 | * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB | ||
| 16 | test, which runs afoul of Automake installations where, for example, | ||
| 17 | /usr/share/aclocal contains a copy of gl_THREADLIB. | ||
| 18 | Problem reported by Sven Joachim in | ||
| 19 | <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>. | ||
| 20 | This is just a quick temporary fix, specific to Emacs; I'll work | ||
| 21 | with the other gnulib maintainers to get a more-permanent fix. | ||
| 22 | |||
| 23 | Add gnulib's strtoimax module, needed on Solaris 8. | ||
| 24 | * Makefile.in (GNULIB_MODULES): Add strtoimax. | ||
| 25 | * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files, | ||
| 26 | automatically imported from gnulib. | ||
| 27 | * lib/gnulib.mk, m4/gl-comp.m4: Regenerate. | ||
| 28 | |||
| 29 | 2011-07-08 Paul Eggert <eggert@cs.ucla.edu> | ||
| 30 | |||
| 31 | Add gnulib support for pthread_sigmask (Bug#9010). | ||
| 32 | * Makefile.in (GNULIB_MODULES): Add pthread_sigmask. | ||
| 33 | * configure.in (AC_TYPE_UID_T): New dummy macro. | ||
| 34 | Configure gnulib after adjusting LIBS, | ||
| 35 | so that gnulib can assume the libraries in LIBS. | ||
| 36 | * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4: | ||
| 37 | * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4: | ||
| 38 | * lib/pthread_sigmask.c: | ||
| 39 | New files, automatically imported from gnulib. | ||
| 40 | * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update | ||
| 41 | due to the above changes. | ||
| 42 | * .bzrignore: Add lib/signal.h. | ||
| 43 | |||
| 44 | * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib. | ||
| 45 | |||
| 46 | 2011-07-07 Andreas Schwab <schwab@linux-m68k.org> | ||
| 47 | |||
| 48 | * configure.in (maintainer-mode): Reflect default in help string. | ||
| 49 | |||
| 50 | 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 51 | |||
| 52 | * configure.in: Remove reference to iris4d.h. | ||
| 53 | |||
| 54 | 2011-07-05 Jan Djärv <jan.h.d@swipnet.se> | ||
| 55 | |||
| 56 | * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS. | ||
| 57 | |||
| 58 | 2011-07-01 Glenn Morris <rgm@gnu.org> | ||
| 59 | |||
| 60 | * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo. | ||
| 61 | |||
| 62 | 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 63 | |||
| 64 | * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests, | ||
| 65 | which made ./configure infloop. | ||
| 66 | |||
| 67 | 2011-06-30 Jan Djärv <jan.h.d@swipnet.se> | ||
| 68 | |||
| 69 | * configure.in (gsettings): New option and check for GSettings. | ||
| 70 | |||
| 71 | 2011-06-29 Glenn Morris <rgm@gnu.org> | ||
| 72 | |||
| 73 | * configure.in: Try to test for the required crt*.o files. | ||
| 74 | |||
| 1 | 2011-06-27 Bill Wohler <wohler@newt.com> | 75 | 2011-06-27 Bill Wohler <wohler@newt.com> |
| 2 | 76 | ||
| 3 | * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el. | 77 | * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el. |