diff options
author | Ludovic Court`es | 2007-07-03 09:04:14 +0000 |
---|---|---|
committer | Ludovic Court`es | 2007-07-03 09:04:14 +0000 |
commit | f9392ad8b5d8af05d7f59757507c94044cc343af (patch) | |
tree | 728ea377a75932e600c734a9ed985c2c537cc3d6 /doc | |
parent | 3650657f3e41690a1051c2f3e14e67acaf60f6b2 (diff) | |
parent | 46122eb2392f848079320e09eda8b747dc9a4177 (diff) | |
download | skribilo-f9392ad8b5d8af05d7f59757507c94044cc343af.tar.gz skribilo-f9392ad8b5d8af05d7f59757507c94044cc343af.tar.lz skribilo-f9392ad8b5d8af05d7f59757507c94044cc343af.zip |
Merge from skribilo@sv.gnu.org--2006
Patches applied:
* lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2 (patch 110-117)
- Merge from skribilo@sv.gnu.org--2006/skribilo--devo--1.2
- Fixed (or almost so) the C lexer.
- Autoload `(skribilo coloring c)' in the default module.
- `lout' engine: Fixed argument passing for `lout-illustration'.
- `base' package: Honor `:line #f' in `prog'.
- Tiny doc fix.
- Removed global hash tables for marks and program lines.
- Fixed and simplified `(ref :line ...)', aka. `line-ref'.
* skribilo@sv.gnu.org--2006/skribilo--devo--1.2 (patch 122-133)
- `diff' package: Small bug fix.
- Updated `TODO'.
- Factorized `bib-ref+', add a `:sort-bib-refs' options to `ref'.
- Updated documentation of `ref'.
- `lncs' package: Honor `:sort-bib-refs'.
- Fixed (or almost so) the C lexer.
- Autoload `(skribilo coloring c)' in the default module.
- `lout' engine: Fixed argument passing for `lout-illustration'.
- `base' package: Honor `:line #f' in `prog'.
- Tiny doc fix.
- Removed global hash tables for marks and program lines.
- Fixed and simplified `(ref :line ...)', aka. `line-ref'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-83
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/package.skb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/package.skb b/doc/user/package.skb index 5a411e6..997e263 100644 --- a/doc/user/package.skb +++ b/doc/user/package.skb @@ -123,6 +123,7 @@ This package is to be used to authoring simple letters. It redefines the `((:where [The location where the letter is posted.]) (:date [The date of the letter.]) (:author [The author of the letter.])) + :ident "document/letter" :idx-note "letter" :idx-suffix " (letter)" :force-engines *api-engines* |