diff options
author | Aaron Weber <aaron@helixcode.com> | 2000-10-11 07:17:55 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2000-10-11 07:17:55 +0800 |
commit | 169085b6806eac8a49ab32ee6b7aba6c530a39ea (patch) | |
tree | db2e03435865df8dabca568cacc9b747f7049dc2 /doc/C/evolution-guide.sgml | |
parent | b768174bd9f5dda7e22412b7f90e40b712c647d1 (diff) | |
download | gsoc2013-evolution-169085b6806eac8a49ab32ee6b7aba6c530a39ea.tar gsoc2013-evolution-169085b6806eac8a49ab32ee6b7aba6c530a39ea.tar.gz gsoc2013-evolution-169085b6806eac8a49ab32ee6b7aba6c530a39ea.tar.bz2 gsoc2013-evolution-169085b6806eac8a49ab32ee6b7aba6c530a39ea.tar.lz gsoc2013-evolution-169085b6806eac8a49ab32ee6b7aba6c530a39ea.tar.xz gsoc2013-evolution-169085b6806eac8a49ab32ee6b7aba6c530a39ea.tar.zst gsoc2013-evolution-169085b6806eac8a49ab32ee6b7aba6c530a39ea.zip |
Re-took most screenshots; last batch had wrong Sawfish theme.
2000-10-10 Aaron Weber <aaron@helixcode.com>
* C/fig/*: Re-took most screenshots; last batch had wrong Sawfish
theme.
* C/usage-print.sgml: New file, describing printing and print-preview.
* C/fig/print-preview.png: New file.
* C/fig/print-dest.png: New file.
* C/evolution-guide.sgml: Added usage-print entity.
* C/menuref.sgml: Fixed calendar menu stuff.
* C/usage-mail.sgml: No more "Actions" menu, other assorted
menu-related changes.
svn path=/trunk/; revision=5826
Diffstat (limited to 'doc/C/evolution-guide.sgml')
-rw-r--r-- | doc/C/evolution-guide.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/C/evolution-guide.sgml b/doc/C/evolution-guide.sgml index 310eea5711..064bb0d305 100644 --- a/doc/C/evolution-guide.sgml +++ b/doc/C/evolution-guide.sgml @@ -6,6 +6,7 @@ <!ENTITY USAGE-CONTACT SYSTEM "usage-contact.sgml"> <!ENTITY USAGE-CALENDAR SYSTEM "usage-calendar.sgml"> <!ENTITY USAGE-SYNC SYSTEM "usage-sync.sgml"> +<!ENTITY USAGE-PRINT SYSTEM "usage-print.sgml"> <!ENTITY CONFIG-SETUPASSIST SYSTEM "config-setupassist.sgml"> <!ENTITY CONFIG-PREFS SYSTEM "config-prefs.sgml"> <!ENTITY CONFIG-SYNC SYSTEM "config-sync.sgml"> @@ -88,8 +89,8 @@ implemented. --> &USAGE-CONTACT; &USAGE-CALENDAR; <!-- &USAGE-NOTES; --> - &USAGE-SYNC; - + &USAGE-SYNC; + &USAGE-PRINT; </part> <part id="config"> <title>Configuring and Managing Evolution</title> |