ePiX Changelog

What's new in ePiX 1.2.15

Aug 21, 2015
  • format.cc: (format::print_paths) Test ep != edges.end() before (*ep).is_seen() in while loop (David Binderman)

New in ePiX 1.2.14 (Jun 27, 2014)

  • Picture_data.cc: (print_to) Call the_page.m_screen->print_to before fmt.pic_header

New in ePiX 1.2.13 (Oct 25, 2013)

  • Minor bug fixes:
  • elaps.in, epix.in, epix-lib.sh, flix.in, laps.in: Fix error message piping
  • doc/epix.texi: Fix xrefs
  • doc/Makefile.am: Quell automake warnings

New in ePiX 1.2.12 (Sep 20, 2013)

  • Minor bug fixes
  • laps.in:
  • "--interactive" runs latex in errorstopmode
  • "--verbose" runs latex in nonstopmode
  • doc/Makefile.am:
  • Run latex in nonstopmode, don't discard errors
  • Run laps-local in --verbose mode

New in ePiX 1.2.6 (Jul 16, 2009)

  • Bugfixes for NetBSD (Aran Clauson)
  • make_header: #! /bin/bash -> #! /bin/sh
  • doc/Makefile.am: &>/dev/null -> 2>&1 >/dev/null (5 instances)
  • curves.cc:
  • (line) Use one segment by default
  • (line) Reduce length, increase num_pts
  • triples.cc: (is_valid) Remove test for |(x,y,z)|^2 < INFTY (Mike Protts)
  • epix.el.in, Makefile.am: Look for info file in @infodir@
  • samples/Makefile.am, doc/makefile.am: ":=" -> "="