summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipng/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipng/ChangeLog')
-rw-r--r--Build/source/texk/dvipng/ChangeLog144
1 files changed, 123 insertions, 21 deletions
diff --git a/Build/source/texk/dvipng/ChangeLog b/Build/source/texk/dvipng/ChangeLog
index 9f51737c565..a7cb3bdf029 100644
--- a/Build/source/texk/dvipng/ChangeLog
+++ b/Build/source/texk/dvipng/ChangeLog
@@ -1,39 +1,141 @@
-2008-04-29 Vladimir Volovich <vvv@vsu.ru>
+2008-05-09 Jan-Ake Larsson <jalar@mai.liu.se>
- * misc.c: #include dvipng.h after sys/mman.h, for AIX.
+ * RELEASE: Prepare for 1.10
-2008-04-06 Peter Breitenlohner <peb@mppmu.mpg.de>
+2008-05-08 Jan-Ake Larsson <jalar@mai.liu.se>
- * configure.ac: respect library dependencies.
+ * special.c: Add warning about DVI code in PS environment
-2008-04-02 Peter Breitenlohner <peb@mppmu.mpg.de>
+2008-05-07 Jan-Ake Larsson <jalar@mai.liu.se>
- * configure.ac: fix (system and included) library dependencies.
+ * README, readme.texi: Mention gs interpreter lib in TODO
-2008-03-31 Peter Breitenlohner <peb@mppmu.mpg.de>
+ * aclocal.m4, configure.ac: Move gs device check so that it can be
+ called from different points
- * special.c: allow for libgd without jpeg support.
- * configure.ac, config.h.in, configure: adapt.
+2008-05-05 Jan-Ake Larsson <jalar@mai.liu.se>
-2008-02-20 Peter Breitenlohner <peb@mppmu.mpg.de>
+ * draw.c, dvi.c, dvipng.h: Revert creation of 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: Init dvi command struct
-2006-12-24 Karl Berry <karl@tug.org>
+ * draw.c, dvi.c, dvipng.h: Create dvi command struct
- * dvipng.h: don't try stdbool if we have kpathsea, Staszek's old
- machine doesn't define false.
+ * special.c: Rearrange code
-2006-12-11 Karl Berry <karl@tug.org>
+ * 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
- * Makefile.in (MKINSTALLDIRS): is in $(srcdir).
+2008-04-29 Jan-Ake Larsson <jalar@mai.liu.se>
-2006-12-09 Karl Berry <karl@tug.org>
+ * dvipng.1: Prepare for 1.10
- * dvipng.h (alloca) [_AIX]: #define as _alloca, per the autoconf
- manual.
+ * 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)
2006-11-11 Jan-Ake Larsson <jalar@mai.liu.se>