]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
(Fposn_at_x_y): Add optional arg WHOLE.
[gnu-emacs] / ChangeLog
index 458c633e9d08945184103fe9eefe614c498b1fc0..07fbab118542a23a49f2eb9cf3ff2bed31c865b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,34 @@
+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>