2006-09-07 Akira TAGOH * src/paps.c: added the missing header file. (main): added --font option instead of --font-scale and --family, which works like specifying PangoFontDescription. (#1512382) * src/paps.1: removed --font-scale and --family description and added --font instead. * src/paps.c (split_text_into_paragraphs) (split_paragraphs_into_lines, output_pages): formfeed support that is originally written by Jan Willem Stumpel (main, read_file): added --encoding option support. (#1494769) 2006-05-25 Akira TAGOH * src/paps.1: fixed a typo. (#1491827) * src/paps.c (main): changed an option name --font_scale to --font-scale according to other options prefers a hyphen other than underscore. * src/paps.c (split_text_into_paragraphs): fixed a possible segfault issue. 2006-04-26 Dov Grobgeld * src/libpaps.c: Got rid of dead old crud. * src/libpaps.c: Defined PANGO_GLYPH_EMPTY that is not exported from pango. * src/libpaps.c: Ignore characters that FT_Load_Glyph returns an error code about. 2006-04-17 Dov Grobgeld * Release new version 0.6.5 * src/paps.1: Fixed errors in option documentations. * configure.in: Bumped version to 0.6.5 * src/paps.c: Made header separation independant on font scale. * src/paps.c: Made header font description independent on font scale. * doc/mainpage.h: Fixed typo. * src/paps.c: Output GOption parser message when parsing fails. * src/paps.1: Fixed man page so that it corresponds to goption parser. * src/paps.c: Fixed header position so that it takes margins into account. * src/Makefile.am: Added pango.1 to EXTRA_DIST to make it part of tar file. 2006-04-09 Dov Grobgeld * src/paps.c: Added tagoh's header and footer patch. * src/paps.c: Added tagoh's goption patch. 2006-04-08 Dov Grobgeld * Release new version 0.6.4 * src/paps.1: Added man page contributed by Lior Kaplan. 2006-03-28 Dov Grobgeld * src/paps.c: Applied tagoh's patch for setting the page size in PostScript. * src/paps.c: Fixed linebreaks in --help printout. 2005-12-22 Dov Grobgeld * Released new bugfix version 0.6.3 * src/libpaps.c: Fixed overflow of static hash character size. 2005-12-20 Dov Grobgeld * Released new version 0.6.2 * src/libpaps.c: Skip bitmap glyphs in order not to crash in decomposition. * src/paps.c: Created external for margin settings. * src/libpaps.c: Fixed default font to monospace per Jan Willem Stumpel suggestion. * src/paps.c: Fixed printing of row that lacks a trailing newline. 2005-11-24 Dov Grobgeld * src/libpaps.c: Fixed potential sprintf buffer overrun bug. * src/paps.c: Added options for letter and legal paper sizes * src/paps.c: Added postscript commands for setting page size * src/paps.c: Added DSC comments for orientation 2005-11-19 Dov Grobgeld * Released new version 0.6.1 * src/libpaps.c: Fixed scaling bug in output postscript. The characters were to small by a factor of 72/64 due to different coordinate systems in PostScript and freetype2. * src/libpaps.c: Various cleanup of the library.