-ikiwiki (2.20) UNRELEASED; urgency=low
+ikiwiki (2.20) unstable; urgency=low
* inline: Add copyright/license info on a per-post basis to atom
feeds if available. (rss doesn't allow such info on a per-post basis)
* template: Remove bogus htmlize pass added in 2.16.
* template: Htmlize template variables, but also provide a raw version
via `<TMPL_VAR raw_variable>`.
- * mdwn: When htmlizing text, if it's a single line with no newline,
- remove the enclosing paragraph and newline markdown wraps it in.
- This allows removing several hacks around this markdown behavior from
- other plugins that htmlize fragements of pages.
-
- -- Joey Hess <joeyh@debian.org> Wed, 09 Jan 2008 00:34:46 -0500
+ * When htmlizing text, if the input is a single line with no newline,
+ and the htmlizer (such as markdown and textile) generates a html
+ paragraph, remove it. This allows removing several hacks from other
+ plugins that htmlize fragements of pages.
+ * In preferences, allow the subscriptions and email fields to be cleared.
+ * teximg: Fix to support the same formula on multiple pages.
+
+ -- Joey Hess <joeyh@debian.org> Thu, 10 Jan 2008 14:52:57 -0500
ikiwiki (2.19) unstable; urgency=low