svn: r2576
This commit is contained in:
Don Allingham
2004-01-01 18:18:29 +00:00
parent 2582bec96c
commit cbfa7161ad
23 changed files with 2066 additions and 1204 deletions

View File

@@ -1,3 +1,12 @@
2004-01-01 Don Allingham <dallingham@users.sourceforge.net>
* src/docgen/PdfDoc.py: add the ability to open the document in the
default viewer
* src/docgen/AbiWord2Doc.py: add the ability to open the document in AbiWord
* src/docgen/OpenOfficeDoc.py: fixed the search for default viewer
* src/docgen/RTFDoc.py: add the ability to open the document in the default viewer
* src/docgen/HtmlDoc.py: add the ability to open the document in the default viewer
* src/docgen/KwordDoc.py: add comment
2004-01-01 Alex Roitman <shura@alex.neuro.umn.edu>
* src/PedView.py (load_canvas): Add anchor button and label;
(make_anchor_button,make_anchor_label,on_anchor_clicked): Add functions.