diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 12 insertions, 3 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | 2011-01-14 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-01-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr. | 3 | * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr. |
| 4 | This avoids building ftoastr and ldtoastr, which aren't needed. See | 4 | This avoids building ftoastr and ldtoastr, which aren't needed. See |
| @@ -104,6 +104,14 @@ | |||
| 104 | * make-dist: Also put into the distribution aclocal.m4, | 104 | * make-dist: Also put into the distribution aclocal.m4, |
| 105 | compile, depcomp, missing, and the files under lib/. | 105 | compile, depcomp, missing, and the files under lib/. |
| 106 | 106 | ||
| 107 | 2011-01-15 Glenn Morris <rgm@gnu.org> | ||
| 108 | |||
| 109 | * Makefile.in (epaths-force): No more arch-tag to edit. | ||
| 110 | |||
| 111 | 2011-01-15 Chong Yidong <cyd@stupidchicken.com> | ||
| 112 | |||
| 113 | * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603). | ||
| 114 | |||
| 107 | 2011-01-14 Paul Eggert <eggert@cs.ucla.edu> | 115 | 2011-01-14 Paul Eggert <eggert@cs.ucla.edu> |
| 108 | 116 | ||
| 109 | * make-dist: Distribute test/ files too. | 117 | * make-dist: Distribute test/ files too. |
| @@ -8813,8 +8821,9 @@ | |||
| 8813 | ;; coding: utf-8 | 8821 | ;; coding: utf-8 |
| 8814 | ;; End: | 8822 | ;; End: |
| 8815 | 8823 | ||
| 8816 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, | 8824 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, |
| 8817 | 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 8825 | 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 8826 | Free Software Foundation, Inc. | ||
| 8818 | 8827 | ||
| 8819 | This file is part of GNU Emacs. | 8828 | This file is part of GNU Emacs. |
| 8820 | 8829 | ||