Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-151
[bpt/emacs.git] / ChangeLog
index 458c633..9892f12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,44 @@
+2005-02-09  Kim F. Storm  <storm@cua.dk>
+
+       Change release version from 21.4 to 22.1 throughout.
+       Change development version from 21.3.50 to 22.0.50.
+
+2005-01-19  Steven Tamm  <steventamm@mac.com>
+
+       * configure.in: Check for <sys/utsname.h>.
+       * configure: Regenerate.
+
+2004-12-11  Kim F. Storm  <storm@cua.dk>
+
+       * Makefile.in (info): Undo 2004-12-05 change.
+
+2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * info/dir (File): Add URL and Org Mode manuals.
+       * Makefile.in (install-arch-indep, uninstall): Add url and org
+       manuals.
+
+2004-12-07  Stefan  <monnier@iro.umontreal.ca>
+
+       * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
+       committed to src/config.in.
+
+2004-12-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
+       pthreads and define HAVE_GTK_AND_PTHREAD.
+       * configure: Regenerate.
+
+2004-12-05  Richard M. Stallman  <rms@gnu.org>
+
+       * Makefile.in (info): Ignore errors building info files.
+
 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
 
        * config.bat: If 8-byte alignment is not supported, define
        NO_DECL_ALIGN in src/config.h, instead of trivially defining
-       DECL_ALIGN.
+       DECL_ALIGN.  Protect & with "" because & is special for cmd.exe;
+       filter through Sed to remove the quotes.
 
 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>