aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-05-27 20:52:19 -0700
committerGlenn Morris2010-05-27 20:52:19 -0700
commit3e8bf1ef8f81318fa3775df7e1f3eb7536c80efa (patch)
tree97c1a34d14ebb1a7fb7f6054371cfc07fcd41fe9
parent8f7c42d4913493b31a00e640f51c1a130d91d648 (diff)
downloademacs-3e8bf1ef8f81318fa3775df7e1f3eb7536c80efa.tar.gz
emacs-3e8bf1ef8f81318fa3775df7e1f3eb7536c80efa.zip
Move some old ChangeLog entries to the right files.
-rw-r--r--ChangeLog9
-rw-r--r--src/ChangeLog.104
-rw-r--r--src/ChangeLog.83
3 files changed, 9 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 43fb5ca1b57..d3b08c98201 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2111,6 +2111,10 @@
2111 2111
2112 Update copyright year(s) in many files. 2112 Update copyright year(s) in many files.
2113 2113
21142006-04-01 Eli Zaretskii <eliz@gnu.org>
2115
2116 * configure: Regenerated.
2117
21142006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change) 21182006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2115 2119
2116 * configure.in (HAVE_XAW3D): Disable Xaw3d check if 2120 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
@@ -4071,6 +4075,11 @@
4071 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state. 4075 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
4072 Quote $EMACS, in case it's a program with args. 4076 Quote $EMACS, in case it's a program with args.
4073 4077
40781999-06-15 Gerd Moellmann <gerd@gnu.org>
4079
4080 * configure.in (HAVE_GIF): Use libungif instead of libgif
4081 because the former doesn't contain patented compression code.
4082
40741999-05-29 Richard M. Stallman <rms@gnu.org> 40831999-05-29 Richard M. Stallman <rms@gnu.org>
4075 4084
4076 * configure.in: Delete the Kerberos stuff. 4085 * configure.in: Delete the Kerberos stuff.
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10
index 39b70d9b199..24818e6770f 100644
--- a/src/ChangeLog.10
+++ b/src/ChangeLog.10
@@ -4645,10 +4645,6 @@
4645 * image.c: Include "charset.h" and "coding.h". 4645 * image.c: Include "charset.h" and "coding.h".
4646 (x_find_image_file): Return an encoded file name. 4646 (x_find_image_file): Return an encoded file name.
4647 4647
46482006-04-01 Eli Zaretskii <eliz@gnu.org>
4649
4650 * configure: Regenerated.
4651
46522006-03-31 Kenichi Handa <handa@m17n.org> 46482006-03-31 Kenichi Handa <handa@m17n.org>
4653 4649
4654 * xfns.c (xg_set_icon): Delete superfluous UNGCPRO. 4650 * xfns.c (xg_set_icon): Delete superfluous UNGCPRO.
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8
index 6da7b6862a5..4dd3d0dd071 100644
--- a/src/ChangeLog.8
+++ b/src/ChangeLog.8
@@ -4629,9 +4629,6 @@
4629 4629
4630 * Makefile.in (LIBGIF): Use libungif. 4630 * Makefile.in (LIBGIF): Use libungif.
4631 4631
4632 * configure.in (HAVE_GIF): Use libungif instead of libgif
4633 because the former doesn't contain patented compression code.
4634
4635 * xdisp.c (compute_window_start_on_continuation_line): Don't 4632 * xdisp.c (compute_window_start_on_continuation_line): Don't
4636 do it if line start is too far away from window start. 4633 do it if line start is too far away from window start.
4637 4634