<feed xmlns='http://www.w3.org/2005/Atom'>
<title>paps.git, branch master</title>
<subtitle>paps - Plain Text to PostScript converter</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tagoh/public_git/paps.git/'/>
<entry>
<title>2007-04-13  Dov Grobgeld  &lt;dov.grobgeld@gmail.com&gt;</title>
<updated>2007-04-13T05:06:03+00:00</updated>
<author>
<name>dov-g</name>
<email>dov-g</email>
</author>
<published>2007-04-13T05:06:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tagoh/public_git/paps.git/commit/?id=083743bb298995de4e84442b373a42b210291a87'/>
<id>083743bb298995de4e84442b373a42b210291a87</id>
<content type='text'>
        * paps.c: Erased --justify option since it is not implemented in
        pango yet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * paps.c: Erased --justify option since it is not implemented in
        pango yet.
</pre>
</div>
</content>
</entry>
<entry>
<title>2007-01-19  Dov Grobgeld  &lt;dov.grobgeld@gmail.com&gt;</title>
<updated>2007-01-19T11:18:16+00:00</updated>
<author>
<name>dov-g</name>
<email>dov-g</email>
</author>
<published>2007-01-19T11:18:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tagoh/public_git/paps.git/commit/?id=f2614e368f562eb0584eaeae33589836b29ad2a9'/>
<id>f2614e368f562eb0584eaeae33589836b29ad2a9</id>
<content type='text'>
        * configure.in: Bumped version to 0.6.8

        * src/libpaps.c: Removed warnings.

        * src/paps.c: Added --help info about units.

        * src/paps.1: Added info about units.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * configure.in: Bumped version to 0.6.8

        * src/libpaps.c: Removed warnings.

        * src/paps.c: Added --help info about units.

        * src/paps.1: Added info about units.
</pre>
</div>
</content>
</entry>
<entry>
<title>2006-11-28  Dov Grobgeld  &lt;dov.grobgeld@gmail.com&gt;</title>
<updated>2006-11-28T21:34:58+00:00</updated>
<author>
<name>dov-g</name>
<email>dov-g</email>
</author>
<published>2006-11-28T21:34:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tagoh/public_git/paps.git/commit/?id=2b4fe28135f4731914e3f6bc1fee0f9e60f466b2'/>
<id>2b4fe28135f4731914e3f6bc1fee0f9e60f466b2</id>
<content type='text'>
        * libpaps.h: Minor doxygen warning fixes.

        * doc/Doxyfile, doc/Makefile.am: Removed for new doxygen support.

        * aminclude.am, acinclude.m4 : Added for doxygen support

        * configure.in: Made doxygen documentation build at autoconf time
        (package preparer) and not at user configuration time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * libpaps.h: Minor doxygen warning fixes.

        * doc/Doxyfile, doc/Makefile.am: Removed for new doxygen support.

        * aminclude.am, acinclude.m4 : Added for doxygen support

        * configure.in: Made doxygen documentation build at autoconf time
        (package preparer) and not at user configuration time.
</pre>
</div>
</content>
</entry>
<entry>
<title>No comment.</title>
<updated>2006-11-03T07:51:03+00:00</updated>
<author>
<name>dov-g</name>
<email>dov-g</email>
</author>
<published>2006-11-03T07:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tagoh/public_git/paps.git/commit/?id=3c743915c3a829cfbc00103a7a835bb5ecbcee8d'/>
<id>3c743915c3a829cfbc00103a7a835bb5ecbcee8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2006-11-03  Dov Grobgeld  &lt;dov.grobgeld@gmail.com&gt;</title>
<updated>2006-11-03T07:38:32+00:00</updated>
<author>
<name>dov-g</name>
<email>dov-g</email>
</author>
<published>2006-11-03T07:38:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tagoh/public_git/paps.git/commit/?id=25c1996a44cf9e02587d0311ceea628e29e2ce0f'/>
<id>25c1996a44cf9e02587d0311ceea628e29e2ce0f</id>
<content type='text'>
        * configure.in: Bumped version to 0.6.7

        * src/paps.1: Described the new options.

        * src/paps.c:

        (split_text_into_paragraphs) Reverted to old
        split_text_into_paragraphs as I couldn't understand Akira's code
        and I don't think it is relevant anymore with the new cpi/lpi
        interpretation.

        (split_text_into_paragraphs) Added functionality for using markup.

        - Added option --markup for printing pango markup'd text.

        - Changed the interpretation of LPI so that it only controls the
        line spacing and not the size of the characters.

        - Added option --stretch-chars to stretch characters to fill
        the --lpi value.

        - Removed global variables lpi and cpi and moved them into
        page_layout_t .

        - Changed creation of options to allow passing the
        page_layout_t as a parameter.

        - Removed all references to wchar as it is not used anymore. (It
        shouldn't have been used in the first place as there are plenty of
        utf8 and ucs4 manipulating function in glib.)

        * src/libpaps.c:
        Moved the stretching of characters to c-level only. Erased the
        scale_x and scale_y parameters from most functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * configure.in: Bumped version to 0.6.7

        * src/paps.1: Described the new options.

        * src/paps.c:

        (split_text_into_paragraphs) Reverted to old
        split_text_into_paragraphs as I couldn't understand Akira's code
        and I don't think it is relevant anymore with the new cpi/lpi
        interpretation.

        (split_text_into_paragraphs) Added functionality for using markup.

        - Added option --markup for printing pango markup'd text.

        - Changed the interpretation of LPI so that it only controls the
        line spacing and not the size of the characters.

        - Added option --stretch-chars to stretch characters to fill
        the --lpi value.

        - Removed global variables lpi and cpi and moved them into
        page_layout_t .

        - Changed creation of options to allow passing the
        page_layout_t as a parameter.

        - Removed all references to wchar as it is not used anymore. (It
        shouldn't have been used in the first place as there are plenty of
        utf8 and ucs4 manipulating function in glib.)

        * src/libpaps.c:
        Moved the stretching of characters to c-level only. Erased the
        scale_x and scale_y parameters from most functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>2006-09-07  Akira TAGOH  &lt;at@gclab.org&gt;</title>
<updated>2006-09-07T06:20:07+00:00</updated>
<author>
<name>tagoh</name>
<email>tagoh</email>
</author>
<published>2006-09-07T06:20:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tagoh/public_git/paps.git/commit/?id=8e25f8a0b4112f22c2b0f8f581968bb891317a18'/>
<id>8e25f8a0b4112f22c2b0f8f581968bb891317a18</id>
<content type='text'>
        * src/paps.c (_paps_arg_lpi_cb): new function.
        (_paps_arg_cpi_cb): new function.
        (main): added --lpi and --cpi option. (#1472021)
        (split_text_into_paragraphs): need to adjust the layout to avoid
        the cutting off after scaling with LPI/CPI parameters.
        (split_paragraphs_into_lines): figure out the scaling.
        (output_pages): likewise.
        (draw_line_to_page, draw_page_header_line_to_page): modified to give
        the scaling according to LPI/CPI to libpaps.

        * src/libpaps.c (paps_set_scale): new function.
        (paps_new, paps_layout_to_postscript_strdup)
        (paps_layout_line_to_postscript_strdup, add_postscript_prologue)
        (add_line_to_postscript, draw_contour, draw_bezier_outline): modified
        to output the PostScript file with any scaling.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * src/paps.c (_paps_arg_lpi_cb): new function.
        (_paps_arg_cpi_cb): new function.
        (main): added --lpi and --cpi option. (#1472021)
        (split_text_into_paragraphs): need to adjust the layout to avoid
        the cutting off after scaling with LPI/CPI parameters.
        (split_paragraphs_into_lines): figure out the scaling.
        (output_pages): likewise.
        (draw_line_to_page, draw_page_header_line_to_page): modified to give
        the scaling according to LPI/CPI to libpaps.

        * src/libpaps.c (paps_set_scale): new function.
        (paps_new, paps_layout_to_postscript_strdup)
        (paps_layout_line_to_postscript_strdup, add_postscript_prologue)
        (add_line_to_postscript, draw_contour, draw_bezier_outline): modified
        to output the PostScript file with any scaling.
</pre>
</div>
</content>
</entry>
<entry>
<title>        * src/paps.c (split_text_into_paragraphs): support the wordwrap from Pango. (#1512385)</title>
<updated>2006-09-07T06:09:52+00:00</updated>
<author>
<name>tagoh</name>
<email>tagoh</email>
</author>
<published>2006-09-07T06:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tagoh/public_git/paps.git/commit/?id=59f3048538e01f160f14a46a40ed37c4588d227b'/>
<id>59f3048538e01f160f14a46a40ed37c4588d227b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>        * src/paps.c (get_language): new function.</title>
<updated>2006-09-07T06:06:50+00:00</updated>
<author>
<name>tagoh</name>
<email>tagoh</email>
</author>
<published>2006-09-07T06:06:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tagoh/public_git/paps.git/commit/?id=9de827fc17030f1183f3db8690e5706ab398bb94'/>
<id>9de827fc17030f1183f3db8690e5706ab398bb94</id>
<content type='text'>
        (main): give a proper language to PangoContext. (#1512384)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        (main): give a proper language to PangoContext. (#1512384)
</pre>
</div>
</content>
</entry>
<entry>
<title>forgot to describe bug#</title>
<updated>2006-09-07T06:02:50+00:00</updated>
<author>
<name>tagoh</name>
<email>tagoh</email>
</author>
<published>2006-09-07T06:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tagoh/public_git/paps.git/commit/?id=ecc81abc023597d18d2ddd82163954b11e40d85d'/>
<id>ecc81abc023597d18d2ddd82163954b11e40d85d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2006-09-07  Akira TAGOH  &lt;at@gclab.org&gt;</title>
<updated>2006-09-07T06:02:11+00:00</updated>
<author>
<name>tagoh</name>
<email>tagoh</email>
</author>
<published>2006-09-07T06:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tagoh/public_git/paps.git/commit/?id=a867050847161ba8cb07d520b2b38908541cbb8f'/>
<id>a867050847161ba8cb07d520b2b38908541cbb8f</id>
<content type='text'>
        * src/paps.c: added the missing header file.
        (main): added --font option instead of --font-scale and --family, which
        works like specifying PangoFontDescription.

        * src/paps.1: removed --font-scale and --family description and added
        --font instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * src/paps.c: added the missing header file.
        (main): added --font option instead of --font-scale and --family, which
        works like specifying PangoFontDescription.

        * src/paps.1: removed --font-scale and --family description and added
        --font instead.
</pre>
</div>
</content>
</entry>
</feed>
