summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-01-09 19:54:47 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-01-09 19:54:47 +0000
commit3993c4097756e9885bcfbd07cb1cc1e4e95e50e4 (patch)
tree49444e3486c0c333cb7b33dfa721296c08ee4ece
parent237a6bee20dd462834779d5975b99e204c6a39c4 (diff)
downloaddocutils-3993c4097756e9885bcfbd07cb1cc1e4e95e50e4.tar.gz
merged paragraphs to make history list compactabledocutils-0.4@4263
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4262 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--HISTORY.txt14
1 files changed, 6 insertions, 8 deletions
diff --git a/HISTORY.txt b/HISTORY.txt
index 78374b6bb..bd5caa54f 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -176,14 +176,12 @@ Release 0.4 (2006-01-09)
* docutils/writers/: Several writer modules (html4css1.py) were
converted into packages. Support modules and data files have been
- moved into the packages.
-
- The stylesheets for the HTML writers are now installed along with
- the code, the code knows where to find them, and the default is to
- use them (actually, to embed them). Some adjustments to
- configuration files may be necessary. The easiest way to obtain the
- new default behavior is to remove all settings whose name includes
- "stylesheet".
+ moved into the packages. The stylesheets for the HTML writers are
+ now installed along with the code, the code knows where to find
+ them, and the default is to use them (actually, to embed them).
+ Some adjustments to configuration files may be necessary. The
+ easiest way to obtain the new default behavior is to remove all
+ settings whose name includes "stylesheet".
* docutils/writers/__init__.py: