summaryrefslogtreecommitdiff
path: root/sandbox/gschwant/docfactory/doc/HISTORY.txt
blob: d905c3dc58ffaaaf9c14707eac43454907dad2ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
=====================
 DocFactory History
=====================

.. If you have downloaded this file as part of the 
   DocFactory-tarball, please use docutils to convert
   it to HTML and open index.html with your webbrowser.

DocFactory 0.3 (2004/05/07)
  * Changed the **Project Settings** dialog: The new version allows
    you to edit docutils.conf-files in a more flexible way.  You can
    add/edit/remove any kind of sections/options/values by yourself.
    As more and more docutils settings become available, this seems
    to be a much better solution than the former dialog.  To put it
    into a nutshell:  DocFactory is prepared for the new Docutils
    configuration file format now.  (I know, it's not that new 
    anymore ...)

DocFactory 0.2.6 (2004/04/03)
  * Fixed some bugs. Thanks for Linux-related hints to Jens Koehler
    and Bjoern Pfeiffer :-))

DocFactory 0.2.5 (2004/02/13)
  * Python 2.3.2 / wxPython 2.4.2.4 / Docutils 0.3 now required
  * Fixed potential bug with Python 2.3.2 / wxPython 2.4.2.4

DocFactory 0.2.4 (2003/05/01)
  * "Preferences"-menu
  * Backup option for files
 
DocFactory 0.2.3 (2003/03/02)
  * Support of more writers (XML, PEP, LaTeX)
  * Toolbox

DocFactory 0.2.2 (2003/02/16)
  * Toolbar
  * New "Insert Hyperlink"-feature
  * Enhanced "Insert Image"-feature

DocFactory 0.2.1 (2003/01/11)
  * Processing of files which are not part of a project asks 
    for an output-directory.

DocFactory 0.2 (2003/01/08)
  * New editor features:

    - Change EOLs to CR/LF/CRLF
    - Find & Replace... (using |regular expression syntax| as defined
      by Python's re-module)
    - Goto line...
    - Insert image/figure/path
    - Syntax highlightening for HTML-files

  * New "View"-menu:

    - View EOL markers
    - View right edge indicator
    - View whitespace
    - Set fontsize to small/normal/big

  * Ability to open files from command-line. 
  * Stylesheet-support of HTML-viewer on Windows platforms. 
  * Automatic stylesheet-creation.
  * Animated "About"-dialog.
  * Added "docfactory2exe.py" for usage with |py2exe|. 
  * Modified data storage. 

DocFactory 0.1.4 (2002/09/30)
  * Files can be opened without creating a project first.
  * The project settings dialog produces a docutils configuration file.

DocFactory 0.1.3 (2002/09/15)
  * Initial sandbox-release.



.. |py2exe| raw:: html

  <a class="reference" href="http://py2exe.sourceforge.net" target="_top">py2exe</a>

.. |regular expression syntax| raw:: html

  <a class="reference" href="http://www.python.org/doc/current/lib/re-syntax.html" target="_top">regular expression syntax</a>

.. _README:                      ../README.html