<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skribilo/emacs, branch v0.10.0</title>
<subtitle>Document production tool written in Guile Scheme (unofficial mirror)</subtitle>
<id>http://git.systemreboot.net/skribilo/atom?h=v0.10.0</id>
<link rel='self' href='http://git.systemreboot.net/skribilo/atom?h=v0.10.0'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/'/>
<updated>2023-02-28T00:30:48+00:00</updated>
<entry>
<title>emacs: Distribute skribilo.el.</title>
<updated>2023-02-28T00:30:48+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-02-28T00:29:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=19303f0fde2662288e0db9d4cc9a57bd77524edf'/>
<id>urn:sha1:19303f0fde2662288e0db9d4cc9a57bd77524edf</id>
<content type='text'>
* emacs/Makefile.am (EXTRA_DIST): Add skribilo.el.
</content>
</entry>
<entry>
<title>emacs: Do not delete "skribilo.el" on 'make clean'.</title>
<updated>2022-04-10T20:03:45+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2022-04-10T20:03:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=3746030f437db70c8ede10f7f063fac2a8d51248'/>
<id>urn:sha1:3746030f437db70c8ede10f7f063fac2a8d51248</id>
<content type='text'>
Fixes &lt;https://bugs.gnu.org/54594&gt;.
Reported by Arun Isaac &lt;arunisaac@systemreboot.net&gt;.

* emacs/Makefile.am (CLEANFILES): Change to "skribe.el".
</content>
</entry>
<entry>
<title>emacs: Add skribilo minor mode.</title>
<updated>2021-09-29T16:31:19+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-07-06T18:16:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=1f2b188e100cb6261d686a51692968591043f218'/>
<id>urn:sha1:1f2b188e100cb6261d686a51692968591043f218</id>
<content type='text'>
* emacs/skribilo.el: New file.
* emacs/Makefile.am (lisp_DATA): Add it.

Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
</entry>
<entry>
<title>build: Add silent rules for substitutions.</title>
<updated>2015-03-11T16:25:55+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2015-03-11T16:25:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=689e8e64ed2287d4cb7a87c0fd25567e905cbe03'/>
<id>urn:sha1:689e8e64ed2287d4cb7a87c0fd25567e905cbe03</id>
<content type='text'>
* substitute.am (AM_V_SUBSTITUTE, AM_V_SUBSTITUTE_, AM_V_SUBSTITUTE_0):
  New variables.
* doc/man/Makefile.am (.in): Use $(AM_V_SUBSTITUTE).
* doc/user/Makefile.am (lout/front-page.lout): Likewise.
* src/Makefile.am (.in): Likewise.
* src/guile/Makefile.am (.in.scm): Likewise.
* emacs/Makefile.am (.in): Likewise.
</content>
</entry>
<entry>
<title>emacs: Adjust for Emacs 24.4.</title>
<updated>2014-11-04T08:48:42+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2014-11-04T08:48:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=788826ab866112ec139f7fec7aee7a5ad4ac2c7a'/>
<id>urn:sha1:788826ab866112ec139f7fec7aee7a5ad4ac2c7a</id>
<content type='text'>
* emacs/skribe.el.in (skribe-manuals): Quote lambda with #' instead of
  ', as recommended by Emacs 24.4.
</content>
</entry>
<entry>
<title>Switch to GPLv3+.</title>
<updated>2012-05-17T13:28:25+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-17T13:28:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=f59dc186a84504715faf141d1d7bcc9e3ca9d2e7'/>
<id>urn:sha1:f59dc186a84504715faf141d1d7bcc9e3ca9d2e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>emacs: Improve font locking.</title>
<updated>2008-03-07T16:00:04+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2008-03-07T16:00:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=7b8b1ae6675e451abb3e75636517ca93fb5958d1'/>
<id>urn:sha1:7b8b1ae6675e451abb3e75636517ca93fb5958d1</id>
<content type='text'>
* emacs/skribe.el.in (skribe-title, skribe-keyword,
  skribe-sectioning-markup, skribe-markup-option, skribe-italic,
  skribe-bold): New faces.
  (skribe-font-lock-keywords): Use them.  Add special treatment for
  `:title', `it', `bold'.
</content>
</entry>
<entry>
<title>Emacs mode: Font-lock comments.</title>
<updated>2008-02-13T10:05:22+00:00</updated>
<author>
<name>Ludovic Courtes</name>
</author>
<published>2008-02-13T10:05:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=dc44d867345ddff458426f6d5dc523e19fe9c767'/>
<id>urn:sha1:dc44d867345ddff458426f6d5dc523e19fe9c767</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Emacs mode: Remove dependency on Bigloo' UDE.</title>
<updated>2008-02-13T09:55:35+00:00</updated>
<author>
<name>Ludovic Courtes</name>
</author>
<published>2008-02-13T09:55:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=5f9cc5155d7b99a9ad68d55c996fb85048a03000'/>
<id>urn:sha1:5f9cc5155d7b99a9ad68d55c996fb85048a03000</id>
<content type='text'>
Consequently, some features are currently disabled (e.g., the toolbar), but
font-locking and indentation do work.
</content>
</entry>
<entry>
<title>Add `.gitignore'.</title>
<updated>2007-12-13T14:59:00+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2007-12-13T14:59:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=16db24baed4e39ed964ebcc68f8eb571b07aa031'/>
<id>urn:sha1:16db24baed4e39ed964ebcc68f8eb571b07aa031</id>
<content type='text'>
</content>
</entry>
</feed>
