Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4708:1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
routines. Delete internal GIF support code with no stated license. Fix up
a number of references in the documentation to GIF support. See discussion
on xemacs-beta: <87iqg4vg9t.fsf@uwakimon.sk.tsukuba.ac.jp>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Mon, 05 Oct 2009 10:11:59 -0600 |
parents | 7e79c8559ad1 |
children | db7068430402 |
comparison
equal
deleted
inserted
replaced
4707:5bb0735f56e0 | 4708:1cecc3e9f0a0 |
---|---|
1 2009-10-05 Jerry James <james@xemacs.org> | |
2 | |
3 * Makefile.in.in: Remove internal GIF object files from link. | |
4 * dgif_lib.c: Removed. | |
5 * gif_io.c: Removed. | |
6 * gifrlib.h: Removed. | |
7 * glyphs-eimage.c: Use external giflib instead of internal GIF | |
8 support. | |
9 (gif_instantiate_unwind): Use giflib's FreeSavedImages call | |
10 instead of the defunct GifFree. | |
11 (gif_read_from_memory): Adapt signature to giflib. | |
12 (gif_error_func): Removed. | |
13 (gif_memory_close): Removed. | |
14 (gif_decode_error_string): New function. | |
15 (gif_instantiate): Adapt to giflib API. | |
16 * libinterface.h: Include external giflib header instead of | |
17 internal GIF header. | |
18 | |
1 2009-10-01 Mike Sperber <mike@xemacs.org> | 19 2009-10-01 Mike Sperber <mike@xemacs.org> |
2 | 20 |
3 * frame-x.c (x_focus_on_frame): Use correct timestamp with | 21 * frame-x.c (x_focus_on_frame): Use correct timestamp with |
4 XSetInputFocus. | 22 XSetInputFocus. |
5 | 23 |