<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sciteco/.gitignore, branch v0.5</title>
<subtitle>Scintilla-based Text Editor and COrrector</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/'/>
<entry>
<title>declare all global inter-dependant objects in main.cpp and get rid of init_priority attribute</title>
<updated>2013-03-18T19:47:29+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2013-03-18T19:47:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=efdea080a27d51b522f2414873e5c112201b71e6'/>
<id>efdea080a27d51b522f2414873e5c112201b71e6</id>
<content type='text'>
 * we cannot use weak symbols in MinGW, so we avoid init_priority for symbol
   initialization by compiling the empty definitions into
   sciteco-minimal but the real ones into sciteco
   (had to add new file symbols-minimal.cpp)
 * this fixes compilation/linking on LLVM Clang AND Dragonegg
   since their init_priority attribute is broken!
   this will likely be fixed in the near future but broken versions
   will be around for some time
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * we cannot use weak symbols in MinGW, so we avoid init_priority for symbol
   initialization by compiling the empty definitions into
   sciteco-minimal but the real ones into sciteco
   (had to add new file symbols-minimal.cpp)
 * this fixes compilation/linking on LLVM Clang AND Dragonegg
   since their init_priority attribute is broken!
   this will likely be fixed in the near future but broken versions
   will be around for some time
</pre>
</div>
</content>
</entry>
<entry>
<title>prevent image generation during HTML production, instead generate HTML tables using htbl.tes preprocessor</title>
<updated>2013-03-16T17:07:32+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2013-03-13T16:05:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=1c4c0acaeb284c5b65c6e117fdf2d2aa3c4dbdcb'/>
<id>1c4c0acaeb284c5b65c6e117fdf2d2aa3c4dbdcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added option to build manuals as HTML using Groff</title>
<updated>2013-03-16T17:07:30+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2013-02-26T16:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=4c921b3be2ed973aa971f30e70f7d9658407c825'/>
<id>4c921b3be2ed973aa971f30e70f7d9658407c825</id>
<content type='text'>
 * will be useful for Windows builds since Windows users usally do not have
   a man-page formatter/reader
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * will be useful for Windows builds since Windows users usally do not have
   a man-page formatter/reader
</pre>
</div>
</content>
</entry>
<entry>
<title>first draft of TECO command documentation generator</title>
<updated>2013-03-16T17:07:30+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2013-02-26T15:35:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=8a0a8a49472dc879188215838e83ae00fc78fb3f'/>
<id>8a0a8a49472dc879188215838e83ae00fc78fb3f</id>
<content type='text'>
 * the language reference is a manually written man-page template
 * containing special references for generated documentation (\#$...)
 * SciTECO script generate-docs.tes extracts TECO comments (/*$ ... */)
   from all source files and transforms them to Troff requests that are
   inserted into the document template.
 * TECO doc comments are a rather sophisticated markup:
   * first part until empty line is called header: simplified command syntax descriptions
   * the rest is called body: &lt;identifier&gt; is automatically underlined,
     empty lines generate new paragraphs, lines beginning with "-" or numbers
     denote an indented unordered or numbered list item.
   * regular Troff requests/macros can be used for more sophisticated markup
   * since Autoconf substitutions are performed on the generated man-page,
     @VARIABLEs@ may be used in doc comments as well
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * the language reference is a manually written man-page template
 * containing special references for generated documentation (\#$...)
 * SciTECO script generate-docs.tes extracts TECO comments (/*$ ... */)
   from all source files and transforms them to Troff requests that are
   inserted into the document template.
 * TECO doc comments are a rather sophisticated markup:
   * first part until empty line is called header: simplified command syntax descriptions
   * the rest is called body: &lt;identifier&gt; is automatically underlined,
     empty lines generate new paragraphs, lines beginning with "-" or numbers
     denote an indented unordered or numbered list item.
   * regular Troff requests/macros can be used for more sophisticated markup
   * since Autoconf substitutions are performed on the generated man-page,
     @VARIABLEs@ may be used in doc comments as well
</pre>
</div>
</content>
</entry>
<entry>
<title>integrate Doxygen into build system</title>
<updated>2013-02-25T04:23:27+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2013-02-25T04:23:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=1c4127666adfded4f7caf58fc30040cb235107d1'/>
<id>1c4127666adfded4f7caf58fc30040cb235107d1</id>
<content type='text'>
 * solely for generating developer docs
 * disabled by default even if Doxygen is installed
 * Doxygen comments are not used currently
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * solely for generating developer docs
 * disabled by default even if Doxygen is installed
 * Doxygen comments are not used currently
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up SciTECO bootstrapping by building convenience library</title>
<updated>2013-02-22T00:18:04+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2013-02-18T21:02:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=e0a47e8fcd592585030384faf6d42a2bf74f43ad'/>
<id>e0a47e8fcd592585030384faf6d42a2bf74f43ad</id>
<content type='text'>
 * pkg-config LIBS should be added to $LIBS so that link order is correct
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * pkg-config LIBS should be added to $LIBS so that link order is correct
</pre>
</div>
</content>
</entry>
<entry>
<title>moved manpage to doc/ subdir</title>
<updated>2013-01-27T11:02:39+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2013-01-27T11:02:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=df1613a52d76c92e58c1b440f41ca9dc76039679'/>
<id>df1613a52d76c92e58c1b440f41ca9dc76039679</id>
<content type='text'>
later there will be much more documentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
later there will be much more documentation
</pre>
</div>
</content>
</entry>
<entry>
<title>revised lexer configuration using SciTE property files and Textadept's terminal color definitions</title>
<updated>2013-01-27T00:18:00+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2013-01-27T00:18:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=7e4014c5936e59251044c595d20b6978e69f8568'/>
<id>7e4014c5936e59251044c595d20b6978e69f8568</id>
<content type='text'>
 * lexer config is now in separate file installed into the package data dir,
   so it can be excluded from the teco.ini template.
 * teco.ini is generated so it can load an installed lexer.tes as ED hook
   (can still be dropped into the user's home and will work immediately)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * lexer config is now in separate file installed into the package data dir,
   so it can be excluded from the teco.ini template.
 * teco.ini is generated so it can load an installed lexer.tes as ED hook
   (can still be dropped into the user's home and will work immediately)
</pre>
</div>
</content>
</entry>
<entry>
<title>added manpage highlighting program invocation and batch mode</title>
<updated>2013-01-20T18:28:01+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2013-01-20T18:28:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=f30c47de7e55f45b55b813bdb4ff9f6a3fd0ef75'/>
<id>f30c47de7e55f45b55b813bdb4ff9f6a3fd0ef75</id>
<content type='text'>
language and commands will be described in separate documents
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
language and commands will be described in separate documents
</pre>
</div>
</content>
</entry>
<entry>
<title>first working version of autotools based build-system</title>
<updated>2012-12-04T21:07:08+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-12-04T18:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=655b527827fc2b64b374a1d29e884e92269e9cae'/>
<id>655b527827fc2b64b374a1d29e884e92269e9cae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
