diff options
author | Karl Berry <karl@freefriends.org> | 2008-05-09 23:55:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-05-09 23:55:44 +0000 |
commit | 78d169458ffb8d121d56a1345471b5dbe3f17a2a (patch) | |
tree | a71178550f5c2c8d86ca984ace2991c989c8ab97 /Build/source/texk/dvipng/ChangeLog | |
parent | cdbd4229611dea992c3febc811642483889342a8 (diff) |
oops, clean build totally failed, back to 1.9 for now
git-svn-id: svn://tug.org/texlive/trunk@7999 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipng/ChangeLog')
-rw-r--r-- | Build/source/texk/dvipng/ChangeLog | 144 |
1 files changed, 21 insertions, 123 deletions
diff --git a/Build/source/texk/dvipng/ChangeLog b/Build/source/texk/dvipng/ChangeLog index a7cb3bdf029..9f51737c565 100644 --- a/Build/source/texk/dvipng/ChangeLog +++ b/Build/source/texk/dvipng/ChangeLog @@ -1,141 +1,39 @@ -2008-05-09 Jan-Ake Larsson <jalar@mai.liu.se> +2008-04-29 Vladimir Volovich <vvv@vsu.ru> - * RELEASE: Prepare for 1.10 + * misc.c: #include dvipng.h after sys/mman.h, for AIX. -2008-05-08 Jan-Ake Larsson <jalar@mai.liu.se> +2008-04-06 Peter Breitenlohner <peb@mppmu.mpg.de> - * special.c: Add warning about DVI code in PS environment + * configure.ac: respect library dependencies. -2008-05-07 Jan-Ake Larsson <jalar@mai.liu.se> +2008-04-02 Peter Breitenlohner <peb@mppmu.mpg.de> - * README, readme.texi: Mention gs interpreter lib in TODO + * configure.ac: fix (system and included) library dependencies. - * aclocal.m4, configure.ac: Move gs device check so that it can be - called from different points +2008-03-31 Peter Breitenlohner <peb@mppmu.mpg.de> -2008-05-05 Jan-Ake Larsson <jalar@mai.liu.se> + * special.c: allow for libgd without jpeg support. + * configure.ac, config.h.in, configure: adapt. - * draw.c, dvi.c, dvipng.h: Revert creation of dvi command struct +2008-02-20 Peter Breitenlohner <peb@mppmu.mpg.de> - * draw.c, dvi.c: Init dvi command struct + * 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. - * draw.c, dvi.c, dvipng.h: Create dvi command struct +2006-12-24 Karl Berry <karl@tug.org> - * special.c: Rearrange code + * dvipng.h: don't try stdbool if we have kpathsea, Staszek's old + machine doesn't define false. - * color.c, dvipng.h, enc.c, fontmap.c, misc.c, pk.c, sfd.c, - special.c, tfm.c, vf.c: Change name of fmmap struct element +2006-12-11 Karl Berry <karl@tug.org> -2008-04-29 Jan-Ake Larsson <jalar@mai.liu.se> + * Makefile.in (MKINSTALLDIRS): is in $(srcdir). - * dvipng.1: Prepare for 1.10 +2006-12-09 Karl Berry <karl@tug.org> - * configure.ac: Prepare for 1.10, check for gdImageCreateJpeg - - * aclocal.m4: Cosmetic changes - - * special.c: Change to HAVE_...JPEG - - * dvipng.h: Remove c++ comment - - * dvipng.texi: Prepare for 1.10. Use 'active' in the 'preview' - package, remove unused text - - * Makefile.in: - Install dvipng.1 from the tarball, mark maintainer targets - -2008-02-08 Jan-Ake Larsson <jalar@mai.liu.se> - - * Makefile.in, INSTALL, README, color.c, commands.h, configure.ac, - * draw.c, dvi.c, dvipng.1, dvipng.c, dvipng.h, dvipng.texi, enc.c, - * font.c, fontmap.c, ft.c, install.texi, macros.texi, miktex.h, - * misc.c, papersiz.c, pk.c, ppagelist.c, readme.texi, set.c, sfd.c, - * special.c, t1.c, test_dvipng.tex, tfm.c, vf.c, COPYING, - * COPYING.LESSER: Change to LGPLv3 - - * install.texi: - * README: - * dvipng.texi: Add blurb about MediaWiki, and cosmetic changes - -2008-01-10 Jan-Ake Larsson <jalar@mai.liu.se> - - * set.c: Correct typo - -2007-12-12 Jan-Ake Larsson <jalar@mai.liu.se> - - * special.c: Correct header test, add proper ps::[start] and - ps::[end] detection, add code to make tikz/pgf dvips (~PostScript) - specials work - -2007-10-26 Jan-Ake Larsson <jalar@mai.liu.se> - - * draw.c: - * dvi.c: - * special.c: Change DVIGetCommand so that the command is - zero-terminated. This simplifies string operations on specials and - makes the length argument to SetSpecial unnecessary. Handle - preview-bop-hook correctly - - * special.c: Simplify PostScript header and multi-special - handling - - * color.c: - * draw.c: - * dvi.c: - * dvipng.h: - * font.c: - * ft.c: - * misc.c: - * set.c: - * special.c: - * t1.c: Split the flags variable into page_flags, option_flags and - dvi->flags - - * dvi.c: - * dvipng.c: dvi->flags resets now when the dvi is reopened - -2007-08-06 Jan-Ake Larsson <jalar@mai.liu.se> - - * ft.c: - * misc.c: - * t1.c: - * tfm.c: - * vf.c: Memory fixes - -2007-07-24 Jan-Ake Larsson <jalar@mai.liu.se> - - * special.c: Fix PostScript header usage - -2007-07-22 Jan-Ake Larsson <jalar@mai.liu.se> - - * misc.c: Change version info slightly - - * ft.c: Change debug info slightly - -2007-07-21 Jan-Ake Larsson <jalar@mai.liu.se> - - * special.c: Rewrite to allow for raw PostScript specials, also - use PostScript headers - - * dvipng.h: - * dvi.c: Add read-ahead for PostScript specials - - * config.h.in: - * configure.ac: Add test for gd pointer->image conversion - -2007-03-19 Jan-Ake Larsson <jalar@mai.liu.se> - - * draw.c: Better handling of glyph index bounds - - * set.c: Check bounds for glyph index - -2006-12-11 Jan-Ake Larsson <jalar@mai.liu.se> - - * readme.texi: Fix TODO, mention MediaWiki - - * dvipng.h: Fix for alloca under AIX - - * Makefile.in: mkinstalldirs is in $(srcdir) + * dvipng.h (alloca) [_AIX]: #define as _alloca, per the autoconf + manual. 2006-11-11 Jan-Ake Larsson <jalar@mai.liu.se> |