<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sciteco/doc, branch v2.1.1</title>
<subtitle>Scintilla-based Text Editor and COrrector</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/'/>
<entry>
<title>updated grosciteco.tes(1): mention new macros, changed command lines and restrictions</title>
<updated>2024-11-10T17:33:39+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-11-10T17:33:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=0ddb6a853eca4de886a18cb3419981234b738edb'/>
<id>0ddb6a853eca4de886a18cb3419981234b738edb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated TODO</title>
<updated>2024-11-10T03:59:53+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-11-10T03:37:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=b844b67dec65bf46f101a3cd86d4e4ddc627c63e'/>
<id>b844b67dec65bf46f101a3cd86d4e4ddc627c63e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>grosciteco: basic support for GNU pic graphics</title>
<updated>2024-11-10T03:34:24+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-11-10T03:34:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=f5c6c1d064282b412557a8f3a92620967eeb88b4'/>
<id>f5c6c1d064282b412557a8f3a92620967eeb88b4</id>
<content type='text'>
* The line drawing algorithm currently works only with tbl, though.
* Also only straight lines are currently supported.
* This was meant for rendering presentations in SciTECO - it's not currently
  used or planned to be used in the manpages.
  Although we might well add pic graphics to the manpages in the future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* The line drawing algorithm currently works only with tbl, though.
* Also only straight lines are currently supported.
* This was meant for rendering presentations in SciTECO - it's not currently
  used or planned to be used in the manpages.
  Although we might well add pic graphics to the manpages in the future.
</pre>
</div>
</content>
</entry>
<entry>
<title>grosciteco: support .SCITECO_STARTSTYLING and .SCITECO_SETSTYLING macros</title>
<updated>2024-11-10T03:31:35+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-11-10T03:31:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=1498c13df11c851b5057bb758a434798345a1b20'/>
<id>1498c13df11c851b5057bb758a434798345a1b20</id>
<content type='text'>
This could theoretically be used to apply Scintilla styles not natively and easily supported by grosciteco,
eg. different fonts and font sizes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This could theoretically be used to apply Scintilla styles not natively and easily supported by grosciteco,
eg. different fonts and font sizes.
</pre>
</div>
</content>
</entry>
<entry>
<title>grosciteco: added some more quote glyphs</title>
<updated>2024-11-10T03:30:04+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-11-10T03:30:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=730567beb9a74b7ec80a28cc498b3c2761e6f16e'/>
<id>730567beb9a74b7ec80a28cc498b3c2761e6f16e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>grosciteco: fixed the CuXXXX postprocessor command, ie. insertion of characters by unicode, ie. typesetting of most non-latin text</title>
<updated>2024-11-07T17:58:31+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-11-07T17:58:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=d3a91fcd0e2326c290570463f47aca461092cab9'/>
<id>d3a91fcd0e2326c290570463f47aca461092cab9</id>
<content type='text'>
* This was broken at least for characters that happened to contain hexadecimal digits &gt; 9
  since "D does not detect hexadecimal digits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* This was broken at least for characters that happened to contain hexadecimal digits &gt; 9
  since "D does not detect hexadecimal digits.
</pre>
</div>
</content>
</entry>
<entry>
<title>grosciteco: fixed styling of multi-byte text (ie. non-latin characters)</title>
<updated>2024-11-07T17:56:55+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-11-07T17:56:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=9a6c16a1be7487eb8f64469d492ff405120c7057'/>
<id>9a6c16a1be7487eb8f64469d492ff405120c7057</id>
<content type='text'>
* We just passed the length in glyphs to SCI_SETSTYLING.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* We just passed the length in glyphs to SCI_SETSTYLING.
</pre>
</div>
</content>
</entry>
<entry>
<title>grosciteco: support glyphs.pc</title>
<updated>2024-10-16T17:51:25+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-10-16T17:51:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=2bbc5840813af3e7c15949a240dbfef3ae17b259'/>
<id>2bbc5840813af3e7c15949a240dbfef3ae17b259</id>
<content type='text'>
* This might fix builds on Ubuntu Bionic.
  I would have to make another minor release in order to try that out and
  push another Ubuntu PPA release.
* Since the PPA is practically not used by anybody,
  it's not worth it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* This might fix builds on Ubuntu Bionic.
  I would have to make another minor release in order to try that out and
  push another Ubuntu PPA release.
* Since the PPA is practically not used by anybody,
  it's not worth it.
</pre>
</div>
</content>
</entry>
<entry>
<title>grosciteco: added the "ti" glyph (refs #22)</title>
<updated>2024-10-11T21:35:37+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-10-11T21:35:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=43924ddb3059a011760346b5b5c65587d80502e9'/>
<id>43924ddb3059a011760346b5b5c65587d80502e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>grosciteco: added the "ha" glyph (refs #22)</title>
<updated>2024-10-11T18:10:41+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-10-11T18:10:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=4720f2203465fc3c020b8edb40e3d40b383970f5'/>
<id>4720f2203465fc3c020b8edb40e3d40b383970f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
