diff options
author | Aaron Weber <aaron@helixcode.com> | 2000-10-04 13:18:55 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2000-10-04 13:18:55 +0800 |
commit | 774584fd4dc7e4dd6f8ed878407aaa3d885c03e8 (patch) | |
tree | c0575f50bb228ef6f53ba4f5ed8010a56979b013 /doc/C/evolution-guide.sgml | |
parent | 1b07e47ee680f3b513f8e1a9484807a3e55f301e (diff) | |
download | gsoc2013-evolution-774584fd4dc7e4dd6f8ed878407aaa3d885c03e8.tar gsoc2013-evolution-774584fd4dc7e4dd6f8ed878407aaa3d885c03e8.tar.gz gsoc2013-evolution-774584fd4dc7e4dd6f8ed878407aaa3d885c03e8.tar.bz2 gsoc2013-evolution-774584fd4dc7e4dd6f8ed878407aaa3d885c03e8.tar.lz gsoc2013-evolution-774584fd4dc7e4dd6f8ed878407aaa3d885c03e8.tar.xz gsoc2013-evolution-774584fd4dc7e4dd6f8ed878407aaa3d885c03e8.tar.zst gsoc2013-evolution-774584fd4dc7e4dd6f8ed878407aaa3d885c03e8.zip |
Spellcheck. Fixed some wording, and responded to clahey's suggestions--
2000-10-04 Aaron Weber <aaron@helixcode.com>
* C/usage-contact.sgml: Spellcheck. Fixed some wording, and
responded to clahey's suggestions-- notably, commented out the
"add to master list" category feature.
* C/usage-calendar.sgml: Spellcheck. Fixed wording, event overlap
description.
* C/evolution-guide.sgml: Spellcheck. Commented out Notes
entities.
* C/usage-notes.sgml: Spellchecked, then decided to comment out
this file/chapter and all references to it, since it's unlikely to
be implemented any time soon.
* C/config-setupassist.sgml: Spellcheck. Other minor updates. May
need more work in the near future.
* C/usage-sync.sgml: Now it's really short. And spelled correctly.
2000-10-03 Aaron Weber <aaron@helixcode.com>
* C/config-prefs.sgml: Mostly spelling. Still needs major
alteration.
* C/menuref.sgml: s/Appintment/Appointment, fixed small errors,
ran spellcheck. Still needs lots of work, since many menus have
changed.
* C/apx-gloss.sgml: Added Virus, Protocol, fixed vFolder,
spellchecked.
svn path=/trunk/; revision=5702
Diffstat (limited to 'doc/C/evolution-guide.sgml')
-rw-r--r-- | doc/C/evolution-guide.sgml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/C/evolution-guide.sgml b/doc/C/evolution-guide.sgml index 9cab3a8bf8..8ec98271cc 100644 --- a/doc/C/evolution-guide.sgml +++ b/doc/C/evolution-guide.sgml @@ -5,7 +5,6 @@ <!ENTITY USAGE-MAIL SYSTEM "usage-mail.sgml"> <!ENTITY USAGE-CONTACT SYSTEM "usage-contact.sgml"> <!ENTITY USAGE-CALENDAR SYSTEM "usage-calendar.sgml"> -<!ENTITY USAGE-NOTES SYSTEM "usage-notes.sgml"> <!ENTITY USAGE-SYNC SYSTEM "usage-sync.sgml"> <!ENTITY CONFIG-SETUPASSIST SYSTEM "config-setupassist.sgml"> <!ENTITY CONFIG-PREFS SYSTEM "config-prefs.sgml"> @@ -20,7 +19,11 @@ ]> -<!-- Almost every chapter is an entity. Files, Chapter id's, and entity names correspond. APX is for appendix. --> +<!-- Almost every chapter is an entity. Files, Chapter id's, and +entity names correspond. APX is for appendix. Note that there is no +entity for apx-notes.sgml, which is still included in the file +set. Reinstate the entity if and when the Notes feature is +implemented. --> <book id="index"> <bookinfo> @@ -92,7 +95,7 @@ &USAGE-MAIL; &USAGE-CONTACT; &USAGE-CALENDAR; - &USAGE-NOTES; +<!-- &USAGE-NOTES; --> &USAGE-SYNC; </part> |