diff options
| author | Glenn Morris | 2010-05-27 20:52:19 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-27 20:52:19 -0700 |
| commit | 3e8bf1ef8f81318fa3775df7e1f3eb7536c80efa (patch) | |
| tree | 97c1a34d14ebb1a7fb7f6054371cfc07fcd41fe9 | |
| parent | 8f7c42d4913493b31a00e640f51c1a130d91d648 (diff) | |
| download | emacs-3e8bf1ef8f81318fa3775df7e1f3eb7536c80efa.tar.gz emacs-3e8bf1ef8f81318fa3775df7e1f3eb7536c80efa.zip | |
Move some old ChangeLog entries to the right files.
| -rw-r--r-- | ChangeLog | 9 | ||||
| -rw-r--r-- | src/ChangeLog.10 | 4 | ||||
| -rw-r--r-- | src/ChangeLog.8 | 3 |
3 files changed, 9 insertions, 7 deletions
| @@ -2111,6 +2111,10 @@ | |||
| 2111 | 2111 | ||
| 2112 | Update copyright year(s) in many files. | 2112 | Update copyright year(s) in many files. |
| 2113 | 2113 | ||
| 2114 | 2006-04-01 Eli Zaretskii <eliz@gnu.org> | ||
| 2115 | |||
| 2116 | * configure: Regenerated. | ||
| 2117 | |||
| 2114 | 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change) | 2118 | 2006-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 | ||
| 4078 | 1999-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 | |||
| 4074 | 1999-05-29 Richard M. Stallman <rms@gnu.org> | 4083 | 1999-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 | ||
| 4648 | 2006-04-01 Eli Zaretskii <eliz@gnu.org> | ||
| 4649 | |||
| 4650 | * configure: Regenerated. | ||
| 4651 | |||
| 4652 | 2006-03-31 Kenichi Handa <handa@m17n.org> | 4648 | 2006-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 | ||