summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipng/ChangeLog.TL
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipng/ChangeLog.TL')
-rw-r--r--Build/source/texk/dvipng/ChangeLog.TL127
1 files changed, 0 insertions, 127 deletions
diff --git a/Build/source/texk/dvipng/ChangeLog.TL b/Build/source/texk/dvipng/ChangeLog.TL
deleted file mode 100644
index 97f09ab44ee..00000000000
--- a/Build/source/texk/dvipng/ChangeLog.TL
+++ /dev/null
@@ -1,127 +0,0 @@
-ChangeLog.TL: TeX Live (TL) changes for dvipng
-==============================================
-
-2009-06-12 Peter Breitenlohner <peb@mppmu.mpg.de>
-
- * help/Makefile.am: do not even try to rebuild doc/dvipng.help
- unless dvipng$(EXEEXT) has been rebuilt.
-
-2009-06-09 Peter Breitenlohner <peb@mppmu.mpg.de>
-
- Avoid warnings when compiling with 'gcc --Wmissing-prototypes'.
- * color.c (NewColor, LoadColornameFile, ClearXColorPrologue,
- LoadXColorPrologue): declare as static.
- * draw.c (DrawPage): declare as static.
- * dvi.c (DVIInit, SkipPage, InitPage, DelPageList): declare as
- static.
- * enc.c (InitEncoding): declare as static.
- * font.c (ActualFactor, kpse_find_t1_or_tt, FontFind, DoneFont):
- declare as static.
- * fontmap.c (newword, find_format, SearchPSFontMap,
- ReadPSFontMap): declare as static.
- * ft.c (UnLoadFT): declare as static.
- * papersiz.c (myatodim): declare as static.
- * pk.c (getnyb, pk_packed_num, skip_specials, UnLoadPK): declare
- as static.
- * ppagelist.c (ListPage): declare as static.
- * set.c (ChangeColor): declare as static.
- * sfd.c (ReadSubfont): declare as static.
- * special.c (PSCodeInit, writepscode, ps2png, rescale,
- newpsheader): declare as static.
- * t1.c (UnLoadT1): declare as static.
-
-2009-03-25 Peter Breitenlohner <peb@mppmu.mpg.de>
-
- * dvipng-1.12-patches (new): patches applied to dvipng-1.12.
-
-2009-03-25 Peter Breitenlohner <peb@mppmu.mpg.de>
-
- * color.c, dvipng.h, fontmap.c, ft.c, misc.c, pk.c, set.c,
- t1.c, tfm.c: "#if HAVE_ALLOCA_H" => "#ifdef HAVE_ALLOCA_H"
- and similar, to avoid preprocessor warnings.
-
-2009-03-24 Peter Breitenlohner <peb@mppmu.mpg.de>
-
- * Imported release 1.12 from savannah.nongnu.org.
- * *-1.11 (removed), *-1.12 (new): Original files.
-
- * Makefile.am, configure.ac: New TeX Live build system.
-
- From Vladimir Volovich <vvv@vsu.ru>
- * special.c: portability fix - put variable declarations
- at the beginning of the block.
-
-2008-05-15 Peter Breitenlohner <peb@mppmu.mpg.de>
-
- * Imported release 1.11 from savannah.nongnu.org.
- * *-1.10 (removed), *-1.11 (new): Original files.
- * configure.ac: Updated for release 1.11.
-
- From Vladimir Volovich <vvv@vsu.ru>
- * misc.c: fix the field name: mmap => data (oversight from
- old code?)
- * special.c: portability fix - put variable declarations
- at the beginning of the block.
-
-2008-05-14 Peter Breitenlohner <peb@mppmu.mpg.de>
-
- * Imported release 1.10 from savannah.nongnu.org.
-
- * Makefile.in-1.10, aclocal.m4-1.10, config.h.in-1.10,
- configure.ac-1.10, configure-1.10 (all new): Original files
- from release 1.10.
-
- * acinclude.m4 (new): M4 macros extracted from aclocal.m4-1.10.
-
- * Makefile.in, configure.ac: Adapted for TeX Live.
-
- * aclocal.m4, config.h.in, configure: Regenerated.
-
- * dvipng.{dvi,help,info}: Updated generated files.
-
-2008-05-01 Vladimir Volovich <vvv@vsu.ru>
-
- * misc.c: #include dvipng.h again at the top, since the mmap
- clash is resolved.
-
-2008-04-29 Vladimir Volovich <vvv@vsu.ru>
-
- * misc.c: #include dvipng.h after sys/mman.h, for AIX.
-
-2008-04-06 Peter Breitenlohner <peb@mppmu.mpg.de>
-
- * configure.ac: respect library dependencies.
-
-2008-04-02 Peter Breitenlohner <peb@mppmu.mpg.de>
-
- * configure.ac: fix (system and included) library dependencies.
-
-2008-03-31 Peter Breitenlohner <peb@mppmu.mpg.de>
-
- * special.c: allow for libgd without jpeg support.
- * configure.ac, config.h.in, configure: adapt.
-
-2008-02-20 Peter Breitenlohner <peb@mppmu.mpg.de>
-
- * configure.ac: Use AC_SEARCH_LIBS such that -lm and -lgen are
- automatically appended to LIBS if needed.
- Quote first arg of of AC_DEFUN.
-
-2006-12-24 Karl Berry <karl@tug.org>
-
- * dvipng.h: don't try stdbool if we have kpathsea, Staszek's old
- machine doesn't define false.
-
-2006-12-11 Karl Berry <karl@tug.org>
-
- * Makefile.in (MKINSTALLDIRS): is in $(srcdir).
-
-2006-12-09 Karl Berry <karl@tug.org>
-
- * dvipng.h (alloca) [_AIX]: #define as _alloca, per the autoconf
- manual.
-
-2006-12-05 Karl Berry <karl@tug.org>
-
- * Imported release 1.9.
-