* doc/gramps.1.in, doc/gramps.1: Update.
* doc/gramps-manual/C/gramps-manual.xml: Update. svn: r2669
This commit is contained in:
parent
f65b6d70ca
commit
c75e431355
@ -1,3 +1,7 @@
|
||||
2004-01-20 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||
* doc/gramps.1.in, doc/gramps.1: Update.
|
||||
* doc/gramps-manual/C/gramps-manual.xml: Update.
|
||||
|
||||
2004-01-19 Don Allingham <dallingham@users.sourceforge.net>
|
||||
* src/plugins/FilterEditor.py: handle unicode characters
|
||||
* src/PeopleStore.py: handle corrupt iter
|
||||
|
@ -3,7 +3,7 @@
|
||||
<!--
|
||||
User Manual for Gramps - a GTK+/GNOME based genealogy program
|
||||
|
||||
Copyright (C) 2003 Alexander Roitman
|
||||
Copyright (C) 2003-2004 Alexander Roitman
|
||||
|
||||
Permission is granted to copy, distribute and/or modify this
|
||||
document under the terms of the GNU Free Documentation
|
||||
@ -27,9 +27,9 @@
|
||||
<!ENTITY keybind SYSTEM "keybind.xml">
|
||||
<!ENTITY filtref SYSTEM "filtref.xml">
|
||||
<!ENTITY cmdline SYSTEM "cmdline.xml">
|
||||
<!ENTITY appversion "0.98.0">
|
||||
<!ENTITY manrevision "2.4">
|
||||
<!ENTITY date "December 2003">
|
||||
<!ENTITY appversion "1.0.0">
|
||||
<!ENTITY manrevision "2.5">
|
||||
<!ENTITY date "January 2003">
|
||||
<!ENTITY app "<application>GRAMPS</application>">
|
||||
<!-- Information about the entities
|
||||
The legal.xml file contains legal information, there is no need to edit the file.
|
||||
@ -52,8 +52,8 @@
|
||||
<articleinfo>
|
||||
<title>&app; Manual V&manrevision;</title>
|
||||
|
||||
<copyright> <year>2003</year> <holder>Alex Roitman</holder> </copyright>
|
||||
<copyright> <year>2001</year> <holder>Donald N. Allingham</holder> </copyright>
|
||||
<copyright> <year>2003-2004</year> <holder>Alex Roitman</holder> </copyright>
|
||||
|
||||
<!-- translators: uncomment this:
|
||||
|
||||
@ -129,6 +129,15 @@
|
||||
<para role="publisher">GRAMPS Project</para>
|
||||
</revdescription>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>GRAMPS Manual V2.4</revnumber>
|
||||
<date>December 2003</date>
|
||||
<revdescription>
|
||||
<para role="author">Alex Roitman
|
||||
<email>shura@alex.neuro.umn.edu</email></para>
|
||||
<para role="publisher">GRAMPS Project</para>
|
||||
</revdescription>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>GRAMPS Manual V2.3</revnumber>
|
||||
<date>September 2003</date>
|
||||
@ -258,12 +267,23 @@
|
||||
You can use it to describe known bugs and limitations of the
|
||||
program if there are any - please be frank and list all
|
||||
problems you know of.
|
||||
|
||||
-->
|
||||
<sect1 id="mayapp-bugs">
|
||||
<title>Known Bugs and Limitations</title>
|
||||
<para> </para>
|
||||
<para>Currently, &app; loads all data into memory, which tends to bog
|
||||
down the system for large databases (over 15000 people for a typical
|
||||
system). This will be addressed with the 1.2 release by incorporating
|
||||
a database backend. The database backend should dramatically improve
|
||||
both speed and memory usage. </para>
|
||||
|
||||
<para>Direct printing is not currently supported. This is planned to be
|
||||
fixed after the stable 1.0 release by using gnome-print architechture.</para>
|
||||
|
||||
<para>PS and PDF reports output garbage in place of unicode characters.
|
||||
This should also be solved when we move to gnome-print. In the meantime,
|
||||
a decent workaround is to produce reports in OpenOffice.org format and then
|
||||
export into PDF from withing OpenOffice.org application.</para>
|
||||
</sect1>
|
||||
-->
|
||||
<!-- ============= About ================================== -->
|
||||
<!-- This section contains info about the program (not docs), such as
|
||||
author's name(s), web page, license, feedback address. This
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH gramps 1 "1.0.0" "December 2003" "1.0.0"
|
||||
.TH gramps 1 "1.0.0" "January 2004" "1.0.0"
|
||||
.SH NAME
|
||||
gramps \- Genealogical Research and Analysis Management Programming System.
|
||||
|
||||
@ -142,6 +142,11 @@ memory usage.
|
||||
.LP
|
||||
Direct printing is not currently supported. This is planned to be fixed after
|
||||
the stable 1.0 release by using gnome-print architechture.
|
||||
.LP
|
||||
PS and PDF reports output garbage in place of unicode characters.
|
||||
This should also be solved when we move to gnome-print. In the meantime, a
|
||||
decent workaround is to produce reports in OpenOffice.org format and then
|
||||
export into PDF from withing OpenOffice.org application.
|
||||
|
||||
.SH FILES
|
||||
.LP
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH gramps 1 "@VERSION@" "December 2003" "@VERSION@"
|
||||
.TH gramps 1 "@VERSION@" "January 2004" "@VERSION@"
|
||||
.SH NAME
|
||||
gramps \- Genealogical Research and Analysis Management Programming System.
|
||||
|
||||
@ -142,6 +142,11 @@ memory usage.
|
||||
.LP
|
||||
Direct printing is not currently supported. This is planned to be fixed after
|
||||
the stable 1.0 release by using gnome-print architechture.
|
||||
.LP
|
||||
PS and PDF reports output garbage in place of unicode characters.
|
||||
This should also be solved when we move to gnome-print. In the meantime, a
|
||||
decent workaround is to produce reports in OpenOffice.org format and then
|
||||
export into PDF from withing OpenOffice.org application.
|
||||
|
||||
.SH FILES
|
||||
.LP
|
||||
|
Loading…
Reference in New Issue
Block a user