# HG changeset patch # User Glenn Morris # Date 1275018739 25200 # Node ID b3e4bcfa7d8b95d396758045ec241f4ba464107e # Parent bdbbcd45328f356e56d641684a8434d2815dfb2c Move some old ChangeLog entries to the right files. diff -r bdbbcd45328f -r b3e4bcfa7d8b ChangeLog --- a/ChangeLog Thu May 27 20:34:15 2010 -0700 +++ b/ChangeLog Thu May 27 20:52:19 2010 -0700 @@ -2111,6 +2111,10 @@ Update copyright year(s) in many files. +2006-04-01 Eli Zaretskii + + * configure: Regenerated. + 2006-04-01 Emanuele Giaquinta (tiny change) * configure.in (HAVE_XAW3D): Disable Xaw3d check if @@ -4071,6 +4075,11 @@ * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state. Quote $EMACS, in case it's a program with args. +1999-06-15 Gerd Moellmann + + * configure.in (HAVE_GIF): Use libungif instead of libgif + because the former doesn't contain patented compression code. + 1999-05-29 Richard M. Stallman * configure.in: Delete the Kerberos stuff. diff -r bdbbcd45328f -r b3e4bcfa7d8b src/ChangeLog.10 --- a/src/ChangeLog.10 Thu May 27 20:34:15 2010 -0700 +++ b/src/ChangeLog.10 Thu May 27 20:52:19 2010 -0700 @@ -4645,10 +4645,6 @@ * image.c: Include "charset.h" and "coding.h". (x_find_image_file): Return an encoded file name. -2006-04-01 Eli Zaretskii - - * configure: Regenerated. - 2006-03-31 Kenichi Handa * xfns.c (xg_set_icon): Delete superfluous UNGCPRO. diff -r bdbbcd45328f -r b3e4bcfa7d8b src/ChangeLog.8 --- a/src/ChangeLog.8 Thu May 27 20:34:15 2010 -0700 +++ b/src/ChangeLog.8 Thu May 27 20:52:19 2010 -0700 @@ -4629,9 +4629,6 @@ * Makefile.in (LIBGIF): Use libungif. - * configure.in (HAVE_GIF): Use libungif instead of libgif - because the former doesn't contain patented compression code. - * xdisp.c (compute_window_start_on_continuation_line): Don't do it if line start is too far away from window start.