diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
| @@ -1,3 +1,36 @@ | |||
| 1 | 2012-04-10 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * configure.in: Conditionally generate admin/unidata/Makefile. | ||
| 4 | |||
| 5 | 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 6 | |||
| 7 | * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual. | ||
| 8 | |||
| 9 | 2012-04-09 Glenn Morris <rgm@gnu.org> | ||
| 10 | |||
| 11 | * Makefile.in (leim): Check cd return value. Pass fewer variables. | ||
| 12 | (install-leim): Check cd return value. Pass $MFLAGS. | ||
| 13 | (install-strip): Pass $MFLAGS. | ||
| 14 | |||
| 15 | * configure.in: Require makeinfo >= 4.7. (Bug#10910) | ||
| 16 | Eg org.texi has been using 4.7 functions for some time. | ||
| 17 | |||
| 18 | 2012-04-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 19 | |||
| 20 | Check pkg-config exit status when configuring (Bug#10626). | ||
| 21 | * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config | ||
| 22 | works; check its exit status. Problem reported by Jordi GutiƩrrez | ||
| 23 | Hermoso in | ||
| 24 | <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>. | ||
| 25 | |||
| 26 | 2012-04-07 Glenn Morris <rgm@gnu.org> | ||
| 27 | |||
| 28 | * README, configure.in (AC_INIT): Bump version to 24.1.50. | ||
| 29 | |||
| 30 | 2012-04-07 Eli Zaretskii <eliz@gnu.org> | ||
| 31 | |||
| 32 | * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD. | ||
| 33 | |||
| 1 | 2012-03-04 Paul Eggert <eggert@cs.ucla.edu> | 34 | 2012-03-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 35 | ||
| 3 | configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677) | 36 | configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677) |