2002-04-01 Monday 22:57 Björn Brill * README, configure.in: Update for 0.13 final. 2002-03-30 Saturday 01:36 Björn Brill * page.c: Use SINT32_MIN, SINT32_MAX macros instead of (broken) explicit constants which made problems on alpha. 2002-03-30 Saturday 01:35 Björn Brill * bytesex.h: Fix SINT32_MIN macro. 2002-03-28 Thursday 23:16 Björn Brill * density.c, tfminfo.c, vlist.c: Get malloc() declaration from (ISO C) instead of obsolete . 2002-03-24 Sunday 22:37 Björn Brill * configure.in: Bump version to 0.13.pre2. 2002-03-24 Sunday 22:37 Björn Brill * adobetbl.h, glyphops.c, outenc.c: Add some glyphs. Make polish \L and \l work. Translate /Eng to "Ng" and /eng to "ng" for ascii and friends. 2002-03-24 Sunday 22:35 Björn Brill * fntenc.c, pse2unic.c, enc/dummy.enc, enc/ot1wofl.enc: Encoding selection fixes: - Forgot to uppercase `LATEX SYMBOLS' entry in fontenctbl[]. - Add dummy encoding for some AMS fonts which lie about their encoding. - Move `TeX Text without f-ligatures' to a seperate .enc file since it is not completely a subset of `Tex Text'. 2002-03-24 Sunday 22:32 Björn Brill * enc/textt.enc: Fix code point 0x20 (/$space -> /$visualspace). 2002-03-24 Sunday 22:31 Björn Brill * enc/ot1.enc: Code points 0x22 (/quotedblright) and 0x5c (/quotedblleft) were interchanged. Fix code point 0x20 (/$space -> /$polishstroke). 2002-03-24 Sunday 22:30 Björn Brill * enc/cork.enc: Fix code points 0x17 (/$space -> /$ZWNJ), 0x20 (/$spacesymbol -> /$visualspace), 0x8d (/$Ng -> /Eng), 0xad (/$ng -> /eng). 2002-03-13 Wednesday 22:59 Björn Brill * configure.in: Bump version to 0.13.pre1. 2002-03-13 Wednesday 22:59 Björn Brill * INSTALL, NEWS, README, build.sh, catdvi.c: Prepare for 0.13. 2002-03-13 Wednesday 22:58 Björn Brill * AUTHORS: Update. 2002-03-13 Wednesday 22:57 Björn Brill * enc/texmsym.enc: Correct wrong mapping of code points 0x7d, 0x7e. 2002-03-13 Wednesday 22:56 Björn Brill * adobetbl.h, catdvi.1, fntenc.c, pse2unic.c, enc/latexsym.enc: Added latexsym encoding. 2002-03-13 Wednesday 22:54 Björn Brill * fontinfo.c: Don't compare .tfm checksums if either is zero. 2002-03-09 Saturday 00:34 Björn Brill * enc/textcomp.enc: fix unavailable glyphs 2002-03-09 Saturday 00:34 Björn Brill * catdvi.1: manpage update 2002-03-09 Saturday 00:33 Björn Brill * catdvi.c: change -e option to accept encoding as name too 2002-03-09 Saturday 00:32 Björn Brill * fntenc.c, util.c, util.h: move some small string utilities from fntenc.c to util.c 2002-03-09 Saturday 00:31 Björn Brill * outenc.c, outenc.h: add ISO-8859-15 output encoding; some related cleanups 2002-02-13 Wednesday 00:01 Björn Brill * outenc.h: Add multiple inclusion guard. 2002-02-13 Wednesday 00:01 Björn Brill * outenc.c: Fix behaviour of generic_register_accentings() and generic_accent() when more than one accenting table is registered. 2002-02-13 Wednesday 00:00 Björn Brill * GNUmakefile, vlist.c, vlist.h: Add generic list class. 2002-02-07 Thursday 22:51 Björn Brill * TODO: Updates 2002-02-07 Thursday 22:51 Björn Brill * adobe2h.c, adobetbl.h: Add many new Unicode chars, including .notavail (REPLACEMENT CHARACTER) which needs special treatment in adobe2h.c . 2002-02-07 Thursday 22:49 Björn Brill * pse2unic.c: Check that adobetbl.h is sorted (bsearch won't work otherwise). Add marvosym encodings. 2002-02-07 Thursday 22:46 Björn Brill * enc/marvo00.enc, enc/marvo98.enc, fntenc.c: Add (old and new) marvosym encodings. 2002-02-07 Thursday 22:44 Björn Brill * GNUmakefile: Stop enumerating all headers in enc/ manually. 2002-01-17 Thursday 23:11 Björn Brill * GNUmakefile, adobetbl.h, fntenc.c, fntenc.h, fontinfo.c, fontinfo.h, glyphops.c, outenc.c, pse2unic.c, readdvi.c, tfminfo.c, enc/eurosym.enc, enc/textcomp.enc: Add new font encodings: eurosym, text companion; and related changes elsewhere: - adobetbl.h, glyphops.c: Add new glyphs and glyph hints. - outenc.c: Add new accentings + translations. Also fix a printf() format. - fntenc.c fntenc.h: pattern matching for font family in find_fntenc() (need this for fonts with "U" encoding like eurosym and probably others in future). Changes prototype of find_fntenc(). - fontinfo.c fontinfo.h: New function font_family(). Adapt calls to find_fntenc(). - readdvi.c: Adapt calls to find_fntenc(). - tfminfo.c: Show font family. And remove max, min macro definitions. - pse2unic.c: Allow a command in the preamble of the report (e.g. \usepackage) 2002-01-17 Thursday 23:06 Björn Brill * page.c, util.h: Define max, min in util.h; remove other definitions. 2001-12-30 Sunday 00:26 Björn Brill * readdvi.c: Don't ignore rules completely -- we can't output them yet, but a set_rule needs to move the reference point even though. 2001-12-10 Monday 22:26 Björn Brill * configure.in: Check for getopt_long() in libkpathsea only if not found in libc. Bump version to final. 2001-12-09 Sunday 22:17 Björn Brill * bytesex.c: Fixed unwanted sign extension in s_readbigendiannumber when sizeof(unsigned long) > sizeof(int). size 2001-12-08 Saturday 23:13 Björn Brill * GNUmakefile, NEWS, README, build.sh, catdvi.c, config.mk.in, configure.in: Fixed clashing getopt symbols on systems with static-only libkpathsea. Added --with-kpathsea-prefix option to configure. 2001-11-28 Wednesday 06:01 Antti-Juhani Kaijanaho * README: fix my name 2001-11-28 Wednesday 00:02 Björn Brill * TODO: updates 2001-11-28 Wednesday 00:01 Björn Brill * fontinfo.c: font_w_to_space(): handle fonts with quad == 0 2001-11-28 Wednesday 00:00 Björn Brill * tfminfo.c: print font parameter names 2001-11-28 Wednesday 00:00 Björn Brill * readdvi.c: fix fnt_def debug output -- font name is "n", not "comment" 2001-11-27 Tuesday 23:59 Björn Brill * page.c: Use BF_DIACRITIC instead of GH_DIACRITIC in page_adjust_diacritics. Avoid the page_adjust_* loops when there's nothing to adjust. 2001-11-27 Tuesday 23:58 Björn Brill * manifest-filter.lst: include version.h (for builds without ./configure) and plain text copy of man page in distribution 2001-11-27 Tuesday 23:57 Björn Brill * NEWS, README, configure.in: prepare for 0.12 2001-11-27 Tuesday 23:56 Björn Brill * INSTALL: add ISO C compiler to requirements, fix typo 2001-11-27 Tuesday 23:55 Björn Brill * catdvi.1: add note about output width, small fixes 2001-11-27 Tuesday 23:54 Björn Brill * GNUmakefile: add catdvi.txt and catdvi.html targets, small rearrangements 2001-11-21 Wednesday 00:48 Björn Brill * catdvi.c: update maintainer address and copyrights 2001-11-21 Wednesday 00:47 Björn Brill * catdvi.1: update manpage 2001-11-21 Wednesday 00:46 Björn Brill * build.sh: simple build script for systems without GNU make 2001-11-21 Wednesday 00:24 Björn Brill * INSTALL: elaborate 2001-11-21 Wednesday 00:22 Björn Brill * adobe2h.c, glyphops.c, page.c: portability fixes -- stay ANSI C compliant 2001-11-14 Wednesday 00:18 Björn Brill * adobe2h.c, glyphops.c, glyphops.h, outenc.c, outenc.h, page.c, pse2unic.c: small fixes; remove some compiler warnings 2001-11-14 Wednesday 00:15 Björn Brill * TODO: updates 2001-11-11 Sunday 23:09 Björn Brill * tfminfo.c: Forgot to include "findtfm.h". 2001-11-11 Sunday 23:08 Björn Brill * GNUmakefile, catdvi.1, catdvi.c, page.c, page.h, pageref.c, pageref.h, readdvi.c: Added cmd line option to select page range. And fixed a runaway comment in page_adjust_radicals(). 2001-11-11 Sunday 23:01 Björn Brill * bytesex.h: define SINT32_MAX, SINT32_MIN, UINT32_MAX 2001-10-23 Tuesday 22:52 Björn Brill * GNUmakefile, tfminfo.c: tfminfo is a new program to dump some information about a tfm file (not much there yet). 2001-10-23 Tuesday 22:50 Björn Brill * test/texmext.tex: test for correct positioning of the TeX math extension glyphs 2001-10-23 Tuesday 22:46 Björn Brill * TODO, adobetbl.h, fontinfo.c, fontinfo.h, glyphops.c, glyphops.h, outenc.c, page.c, page.h, readdvi.c, enc/texmext.enc: Added support for most of `TeX Math Extensions' encoding (all but the extensible recipes). Fixed most of the missing glyphs there. Reposition big operators and radicals so they appear at the right place in printout. This required some changes to other parts of the program: + fontinfo.c page.c page.h readdvi.c: Record depth of glyph in box_t. + fontinfo.c fontinfo.h : Make non-mandatory font parameters accessible. + fontinfo.c fontinfo.h : Added font_axis_height(), renamed scale() to font_scale_fw() and exported both. + readdvi.c : Keep track of the math axis and pass it on to page_set_glyph(). + page.c : struct box_t has a few new members. 2001-04-16 Monday 20:21 Björn Brill * adobetbl.h, glyphops.c, outenc.c, enc/cork.enc, enc/ot1.enc, enc/texmital.enc, enc/texmsym.enc, enc/textt.enc: Mark all duplicate glyph names in adobetbl.h and get rid of all references to them (pse2unic resolves references to duplicates in an arbitrary fashion). 2001-04-14 Saturday 20:05 Björn Brill * outenc.c: Some new ascii/latin1 translations; (C) and (R) signs as accentings. 2001-04-14 Saturday 20:02 Björn Brill * glyphops.c: Some new combining diacritics: encircle, slash through, arrow above. 2001-04-14 Saturday 20:01 Björn Brill * enc/texmital.enc, adobetbl.h: Fixed most of the missing glyphs in texmital.enc . 2001-04-12 Thursday 01:48 Björn Brill * enc/texmsym.enc: Fixed all but one missing glyph. 2001-04-12 Thursday 01:47 Björn Brill * adobetbl.h: Added a lot of TeX math symbols. 2001-04-12 Thursday 01:46 Björn Brill * outenc.c: Added ascii translation minus -> hyphen. 2001-04-10 Tuesday 00:11 Björn Brill * TODO: Removed done items. 2001-04-10 Tuesday 00:10 Björn Brill * catdvi.c, glyphops.c, glyphops.h, linebuf.c, linebuf.h, outenc.c, outenc.h, page.c, util.c: outenc.c, outenc.h: complete reorganisation. Works string-based now, not character based; can tell how wide strings would be in output. page.c: use new outenc facilities to get ligatures correctly aligned. other files: moved some code to outenc.c. 2001-04-10 Tuesday 00:03 Björn Brill * util.h: - enomem(): tell where we ran out of memory. - Added "lengthof" macro for arays. 2001-04-10 Tuesday 00:00 Björn Brill * adobetbl.h: Added some glyphs (quotes, ligatures). 2001-03-22 Thursday 02:11 Björn Brill * GNUmakefile, pse2unic.c: Collect all available TeX font -> Unicode mapping information in a (LaTeX) report. Makes it much easier to check what's going on. 2001-03-19 Monday 02:10 Björn Brill * enc/cork.enc: Fixed the missing glyphs. 2001-03-19 Monday 02:09 Björn Brill * GNUmakefile, adobe2h.c, glyphops.c: Automatically derive a header with glyph constants from adobetbl.h and use that in glyphops.c instead of home brew definitions. 2001-03-19 Monday 02:05 Björn Brill * adobetbl.h: Added some glyphs: diacritics, private replacements for ambiguous tcommaaccent, Tcommaaccent. 2001-02-28 Wednesday 02:07 Björn Brill * fontinfo.c: font_w_to_space(): if the tfm file has param[2] (space) == 0, don't use param[6] (quad) as substitute, but only a fraction of it. Improves math. 2001-02-27 Tuesday 02:16 Björn Brill * sparse.c: Portability fix: do not assume NULL is represented by a zero bit pattern. 2001-02-23 Friday 02:51 Björn Brill * TODO: Document some ideas. 2001-02-23 Friday 02:48 Björn Brill * GNUmakefile, catdvi.c, glyphops.c, sparse.c, sparse.h: Use "sparse arrays" (a lightweight container class based on trees) instead of linear lists for glyph property lookups. 2001-02-22 Thursday 17:12 Antti-Juhani Kaijanaho * outenc.c: Some new ASCII exceptions. 2001-02-22 Thursday 07:06 Antti-Juhani Kaijanaho * test/math.tex: some more advanced maths 2001-02-21 Wednesday 19:55 Antti-Juhani Kaijanaho * GNUmakefile, NEWS, README, configure.in, cvsparser.pl, manifest-filter.lst, manifest-filter.pl: merge from 0.11 branch 2001-02-21 Wednesday 19:32 Antti-Juhani Kaijanaho * GNUmakefile (ver_0_11): Fix the dist target. 2001-02-21 Wednesday 19:15 Antti-Juhani Kaijanaho * GNUmakefile (ver_0_11): If NOSIGN is empty, sign. Not the other way around. 2001-02-21 Wednesday 19:14 Antti-Juhani Kaijanaho * GNUmakefile (ver_0_11): Propagate NOSIGN to the child make making MD5SUMS. 2001-02-21 Wednesday 19:12 Antti-Juhani Kaijanaho * GNUmakefile (ver_0_11): Make a useful NOSIGN option. 2001-02-21 Wednesday 19:09 Antti-Juhani Kaijanaho * GNUmakefile (ver_0_11): Don't rebuild ChangeLog after making MD5UMS. 2001-02-21 Wednesday 19:06 Antti-Juhani Kaijanaho * GNUmakefile (ver_0_11): Actually do something useful in rewritten dist target. 2001-02-21 Wednesday 19:00 Antti-Juhani Kaijanaho * GNUmakefile (ver_0_11): Use Manifest from $(grbdir) when building all in Manifest. 2001-02-21 Wednesday 18:55 Antti-Juhani Kaijanaho * GNUmakefile (ver_0_11): Oops, forgot -v from grep. 2001-02-21 Wednesday 18:53 Antti-Juhani Kaijanaho * GNUmakefile (ver_0_11): Make all files in Manifest, to be sure. 2001-02-21 Wednesday 18:50 Antti-Juhani Kaijanaho * manifest-filter.lst (ver_0_11): Another fix 2001-02-21 Wednesday 18:48 Antti-Juhani Kaijanaho * GNUmakefile (ver_0_11): Fix. 2001-02-21 Wednesday 18:47 Antti-Juhani Kaijanaho * GNUmakefile, cvsparser.pl, manifest-filter.lst, manifest-filter.pl (ver_0_11): an untested new release-building system 2001-02-21 Wednesday 18:47 Antti-Juhani Kaijanaho * manifest-filter.pl: file manifest-filter.pl was initially added on branch ver_0_11. 2001-02-21 Wednesday 18:47 Antti-Juhani Kaijanaho * cvsparser.pl: file cvsparser.pl was initially added on branch ver_0_11. 2001-02-21 Wednesday 18:47 Antti-Juhani Kaijanaho * manifest-filter.lst: file manifest-filter.lst was initially added on branch ver_0_11. 2001-02-21 Wednesday 17:05 Antti-Juhani Kaijanaho * NEWS, README, configure.in (ver_0_11): preparation for 0.11 release 2001-02-11 Sunday 23:04 Björn Brill * GNUmakefile: dist target: include ChangeLog in the distribution tarball (seems to be the right thing, revert me if I'm wrong). 2001-02-09 Friday 00:30 Björn Brill * page.c: small fixes to page_print() : - change one debug message level 10 -> 80 - forgot to free some memory 2001-02-09 Friday 00:23 Björn Brill * GNUmakefile, density.c, density.h, page.c: new alignment algorithm (experimental, patch #103454) 2001-02-09 Friday 00:19 Björn Brill * GNUmakefile, fntenc.c, enc/textt.enc: added "TeX Typewriter Text" input encoding (patch #103455) 2001-02-09 Friday 00:15 Björn Brill * enc/ot1.enc: correct /periodsuperoir -> /dotaccent in OT1 encoding (patch #103456) 2001-02-07 Wednesday 17:02 Antti-Juhani Kaijanaho * GNUmakefile, changelog-authors, config.mk.in: add ChangeLog autogeneration 2001-02-07 Wednesday 16:50 Antti-Juhani Kaijanaho * README: björn again 2001-02-07 Wednesday 16:46 Antti-Juhani Kaijanaho * AUTHORS: updated Björn's data 2001-02-07 Wednesday 00:07 Björn Brill * linebuf.c: Added missing brackets in linebuf_output_with_enc() - operator precedence bug, but so far without consequences. 2000-12-02 Saturday 11:45 Antti-Juhani Kaijanaho * GNUmakefile, catdvi.1, catdvi.c, glyphops.c, glyphops.h, linebuf.c, linebuf.h, page.c, page.h, test/ot1umlauts.tex: OT1 diacritics support and sequential feature from Bjoern Brill 2000-06-16 Friday 15:43 Antti-Juhani Kaijanaho * NEWS, configure.in, catdvi.1: Release 0.10. 2000-06-16 Friday 15:43 Antti-Juhani Kaijanaho * README: Release 0.10; note the mailing list 2000-06-16 Friday 15:42 Antti-Juhani Kaijanaho * TODO: Update for --enable-developer-warnings 2000-06-16 Friday 15:27 Antti-Juhani Kaijanaho * GNUmakefile, config.mk.in, configure.in, pse2unic.c, util.c, util.h: Make pse2unic suppress warnings when warnings are not asked for at configure time. 2000-06-14 Wednesday 19:53 Antti-Juhani Kaijanaho * AUTHORS: Add Bjoern Brill the manpage author. 2000-06-14 Wednesday 19:48 Antti-Juhani Kaijanaho * GNUmakefile: Added an uninstall target. 2000-06-14 Wednesday 19:46 Antti-Juhani Kaijanaho * GNUmakefile, config.mk.in: Install and distribute the manpage. 2000-06-14 Wednesday 19:39 Antti-Juhani Kaijanaho * catdvi.1: Manpage from Bjoern Brill 2000-04-16 Sunday 02:05 Antti-Juhani Kaijanaho * GNUmakefile: Remove .tar.gz too at start of dist. 2000-04-16 Sunday 01:59 Antti-Juhani Kaijanaho * NEWS, README, configure.in: Bumped version number to 0.9. 2000-04-16 Sunday 01:47 Antti-Juhani Kaijanaho * config.mk.in: Added exec_prefix. 2000-04-16 Sunday 01:36 Antti-Juhani Kaijanaho * GNUmakefile: Typo. 2000-04-16 Sunday 01:35 Antti-Juhani Kaijanaho * GNUmakefile: Create also gzipped release files in dist target. 2000-04-16 Sunday 01:27 Antti-Juhani Kaijanaho * GNUmakefile: Include the file name in install's target argument 2000-04-10 Monday 14:41 Antti-Juhani Kaijanaho * GNUmakefile, config.mk.in: wrote a skeleton install target that probably does not work correctly 2000-02-18 Friday 22:15 Antti-Juhani Kaijanaho * NEWS: 0.8 preparations 2000-02-18 Friday 22:15 Antti-Juhani Kaijanaho * GNUmakefile, config.mk.in: Added dist target 2000-02-18 Friday 18:08 Antti-Juhani Kaijanaho * enc/blackboard.h: oops, forgot this file 2000-02-18 Friday 18:06 Antti-Juhani Kaijanaho * GNUmakefile, INSTALL, config.mk, config.mk.in, configure.in, version.h, version.h.in: Use autoconf. 2000-02-18 Friday 18:04 Antti-Juhani Kaijanaho * README: Updated. 2000-02-18 Friday 17:09 Antti-Juhani Kaijanaho * Makefile: Removing cruft 2000-02-17 Thursday 22:46 Antti-Juhani Kaijanaho * .depend, LICENSE, catdvi.h: Removing more old cruft 2000-02-17 Thursday 22:39 Antti-Juhani Kaijanaho * README: Updated URLs, preparing for 0.7b 2000-02-17 Thursday 22:15 Antti-Juhani Kaijanaho * README, version.h: Importing v0.7a 2000-02-17 Thursday 22:08 Antti-Juhani Kaijanaho * NEWS, README, fixword.c, fixword.h, fontinfo.c, page.c, readdvi.c, readdvi.h, regsta.c, regsta.h, test/box.tex: Importing v0.7 2000-02-17 Thursday 21:59 Antti-Juhani Kaijanaho * GNUmakefile, INSTALL, NEWS, README, TODO, adobetbl.h, bytesex.c, bytesex.h, catdvi.c, findtfm.h, fntenc.c, fontinfo.c, fontinfo.h, getopt.c, getopt.h, getopt1.c, kpathsea.c, outenc.c, outenc.h, readdvi.c, regsta.c, regsta.h, version.h, enc/cork.enc, config.mk, fixword.c, fixword.h, page.c, page.h, test/finnish.tex, test/ligatures.tex, test/math.tex, test/private.tex, test/testfont.tex, test/texlogo.tex: Importing v0.6 2000-02-17 Thursday 21:54 Antti-Juhani Kaijanaho * GNUmakefile, NEWS, README, catdvi.c, outenc.c, version.h: Importing v0.5 2000-02-17 Thursday 21:33 Antti-Juhani Kaijanaho * AUTHORS, README, TODO, catdvi.c, fntenc.c, fntenc.h, outenc.c, outenc.h, regsta.c, regsta.h, util.c, util.h, GNUmakefile, INSTALL, NEWS, adobetbl.h, bytesex.c, bytesex.h, findtfm.h, fontinfo.c, fontinfo.h, getopt.c, getopt.h, getopt1.c, kpathsea.c, pse2unic.c, readdvi.c, readdvi.h, version.h, enc/README, enc/cork.enc, enc/ot1.enc, enc/texmext.enc, enc/texmital.enc, enc/texmsym.enc: Importing v0.4 2000-02-17 Thursday 21:29 Antti-Juhani Kaijanaho * AUTHORS, Makefile, README, catdvi.c, TODO, fntenc.c, fntenc.h, outenc.c, outenc.h: Importing v0.3 2000-02-17 Thursday 21:25 Antti-Juhani Kaijanaho * README, catdvi.c: Importing v0.2 2000-02-17 Thursday 21:21 Antti-Juhani Kaijanaho * README, catdvi.c, regsta.c, COPYING: Importing v0.1 (the previous was v.0.0, oops) 2000-02-17 Thursday 21:18 Antti-Juhani Kaijanaho * Makefile, catdvi.h, LICENSE, catdvi.c, .depend, AUTHORS, util.c, util.h, README, regsta.h, regsta.c: Version 0.1 import 2000-02-17 Thursday 21:18 Antti-Juhani Kaijanaho * Makefile, catdvi.h, LICENSE, catdvi.c, .depend, AUTHORS, util.c, util.h, README, regsta.h, regsta.c: Initial revision