diff options
author | Aaron Weber <aaron@helixcode.com> | 2000-08-31 22:53:41 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2000-08-31 22:53:41 +0800 |
commit | 95c68912699be41ba05576c180e37613bf72c25e (patch) | |
tree | e16fa5171b90395e4cb95fdf4bd02c9e3661fb48 /help/C/evolution-guide.sgml | |
parent | c4982eded3e78276bd2265c2b81e27d914f5b63d (diff) | |
download | gsoc2013-evolution-95c68912699be41ba05576c180e37613bf72c25e.tar gsoc2013-evolution-95c68912699be41ba05576c180e37613bf72c25e.tar.gz gsoc2013-evolution-95c68912699be41ba05576c180e37613bf72c25e.tar.bz2 gsoc2013-evolution-95c68912699be41ba05576c180e37613bf72c25e.tar.lz gsoc2013-evolution-95c68912699be41ba05576c180e37613bf72c25e.tar.xz gsoc2013-evolution-95c68912699be41ba05576c180e37613bf72c25e.tar.zst gsoc2013-evolution-95c68912699be41ba05576c180e37613bf72c25e.zip |
Added regular expressions to glossary. Explanation should be removed from
2000-08-31 Aaron Weber <aaron@helixcode.com>
* C/apx-gloss.sgml: Added regular expressions to glossary.
Explanation should be removed from other portions of the book now.
* C/usage-mainwindow.sgml: Revisions, minor.
* C/apx-menuref.sgml: Now named menuref.sgml, to reflect its new
status as a part.
* C/evolution-guide.sgml: Structural alterations: Menuref is now a
part, not an appendix.
* C/apx-menuref.sgml: Added contextual menus for mail.
svn path=/trunk/; revision=5140
Diffstat (limited to 'help/C/evolution-guide.sgml')
-rw-r--r-- | help/C/evolution-guide.sgml | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/help/C/evolution-guide.sgml b/help/C/evolution-guide.sgml index f7a7a87ab2..0eff8b99a0 100644 --- a/help/C/evolution-guide.sgml +++ b/help/C/evolution-guide.sgml @@ -1,4 +1,5 @@ <!DOCTYPE Book PUBLIC "-//GNOME//DTD DocBook PNG Variant V1.1//EN"[ + <!ENTITY PREFACE SYSTEM "preface.sgml"> <!ENTITY USAGE-MAINWINDOW SYSTEM "usage-mainwindow.sgml"> <!ENTITY USAGE-MAIL SYSTEM "usage-mail.sgml"> @@ -9,18 +10,18 @@ <!ENTITY CONFIG-SETUPASSIST SYSTEM "config-setupassist.sgml"> <!ENTITY CONFIG-PREFS SYSTEM "config-prefs.sgml"> <!ENTITY CONFIG-SYNC SYSTEM "config-sync.sgml"> -<!ENTITY APX-MENUREF SYSTEM "apx-menuref.sgml"> +<!ENTITY MENUREF SYSTEM "menuref.sgml"> <!ENTITY APX-GLOSS SYSTEM "apx-gloss.sgml"> <!ENTITY APX-BUGS SYSTEM "apx-bugs.sgml"> <!ENTITY APX-AUTHORS SYSTEM "apx-authors.sgml"> <!ENTITY APX-FDL SYSTEM "apx-fdl.sgml"> <!ENTITY APX-GPL SYSTEM "apx-gpl.sgml"> - ]> <!-- Almost every chapter is an entity. Files, Chapter id's, and entity names correspond. APX is for appendix. --> + <book id="index"> <bookinfo> <title>A User's Guide to Evolution</title> @@ -115,7 +116,18 @@ &CONFIG-SYNC; </part> - &APX-MENUREF; + <part> + <title>Comprehensive Menu reference</title> + <partintro> + <para> + The following reference covers all, or nearly all, of the + menus and menu commands that + <application>Evolution</application> has to offer you. + </para> + </partintro> + &MENUREF; + </part> + &APX-GLOSS; &APX-BUGS; &APX-AUTHORS; |