* src/TextDoc.py (PaperStyle.set_height, PaperStyle.set_width):

Add functions. Needed for setting custom size paper.
* configure.in: Set RELEASE to CVS-<date> string.


svn: r1974
This commit is contained in:
Alex Roitman
2003-08-09 21:08:20 +00:00
parent d33937c7b9
commit 6ba9a5fb5b
3 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2003-08-09 Alex Roitman <shura@alex.neuro.umn.edu>
* src/TextDoc.py (PaperStyle.set_height, PaperStyle.set_width):
Add functions. Needed for setting custom size paper.
* configure.in: Set RELEASE to CVS-<date> string.
2003-08-08 Alex Roitman <shura@alex.neuro.umn.edu>
* src/PaperMenu.py: Add A3 size to the default size list.
* src/plugins/FamilyGroup.py: Remove setup() call.