comparison man/internals/internals.texi @ 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 8b2a8ecf91cd
children aa5ed11f473b
comparison
equal deleted inserted replaced
4707:5bb0735f56e0 4708:1cecc3e9f0a0
2918 @item @file{device-tty.c} @tab @ref{Modules for the Basic Displayable Lisp Objects}. 2918 @item @file{device-tty.c} @tab @ref{Modules for the Basic Displayable Lisp Objects}.
2919 @item @file{device-x.c} @tab @ref{Modules for the Basic Displayable Lisp Objects}. 2919 @item @file{device-x.c} @tab @ref{Modules for the Basic Displayable Lisp Objects}.
2920 @item @file{device.c} @tab @ref{Modules for the Basic Displayable Lisp Objects}. 2920 @item @file{device.c} @tab @ref{Modules for the Basic Displayable Lisp Objects}.
2921 @item @file{device.h} @tab @ref{Modules for the Basic Displayable Lisp Objects}. 2921 @item @file{device.h} @tab @ref{Modules for the Basic Displayable Lisp Objects}.
2922 @item @file{devslots.h} @tab 2922 @item @file{devslots.h} @tab
2923 @item @file{dgif_lib.c} @tab @ref{Modules for other Display-Related Lisp Objects}.
2924 @item @file{dialog-gtk.c} @tab 2923 @item @file{dialog-gtk.c} @tab
2925 @item @file{dialog-msw.c} @tab 2924 @item @file{dialog-msw.c} @tab
2926 @item @file{dialog-x.c} @tab 2925 @item @file{dialog-x.c} @tab
2927 @item @file{dialog.c} @tab 2926 @item @file{dialog.c} @tab
2928 @item @file{dired-msw.c} @tab 2927 @item @file{dired-msw.c} @tab
2992 @item @file{gccache-gtk.h} @tab 2991 @item @file{gccache-gtk.h} @tab
2993 @item @file{general-slots.h} @tab 2992 @item @file{general-slots.h} @tab
2994 @item @file{general.c} @tab @ref{Basic Lisp Modules}. 2993 @item @file{general.c} @tab @ref{Basic Lisp Modules}.
2995 @item @file{getloadavg.c} @tab @ref{Modules for Interfacing with the Operating System}. 2994 @item @file{getloadavg.c} @tab @ref{Modules for Interfacing with the Operating System}.
2996 @item @file{getpagesize.h} @tab @ref{Low-Level Modules}. 2995 @item @file{getpagesize.h} @tab @ref{Low-Level Modules}.
2997 @item @file{gif_err.c} @tab @ref{Modules for other Display-Related Lisp Objects}.
2998 @item @file{gif_io.c} @tab
2999 @item @file{gif_lib.h} @tab @ref{Modules for other Display-Related Lisp Objects}.
3000 @item @file{gifalloc.c} @tab @ref{Modules for other Display-Related Lisp Objects}.
3001 @item @file{gifrlib.h} @tab
3002 @item @file{glade.c} @tab 2996 @item @file{glade.c} @tab
3003 @item @file{glyphs-eimage.c} @tab @ref{Modules for other Display-Related Lisp Objects}. 2997 @item @file{glyphs-eimage.c} @tab @ref{Modules for other Display-Related Lisp Objects}.
3004 @item @file{glyphs-gtk.c} @tab 2998 @item @file{glyphs-gtk.c} @tab
3005 @item @file{glyphs-gtk.h} @tab 2999 @item @file{glyphs-gtk.h} @tab
3006 @item @file{glyphs-msw.c} @tab @ref{Modules for other Display-Related Lisp Objects}. 3000 @item @file{glyphs-msw.c} @tab @ref{Modules for other Display-Related Lisp Objects}.
18468 different colors, for easy reading. The C support is provided so that 18462 different colors, for easy reading. The C support is provided so that
18469 this is fast. 18463 this is fast.
18470 18464
18471 18465
18472 18466
18473 @example
18474 @file{dgif_lib.c}
18475 @file{gif_err.c}
18476 @file{gif_lib.h}
18477 @file{gifalloc.c}
18478 @end example
18479
18480 These modules decode GIF-format image files, for use with glyphs.
18481 These files were removed due to Unisys patent infringement concerns.
18482
18483
18484 @node Extents, Faces, The Redisplay Mechanism, Top 18467 @node Extents, Faces, The Redisplay Mechanism, Top
18485 @chapter Extents 18468 @chapter Extents
18486 @cindex extents 18469 @cindex extents
18487 18470
18488 @menu 18471 @menu