diff options
author | Andre Klapper <a9016009@gmx.de> | 2006-04-25 22:45:50 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-04-25 22:45:50 +0800 |
commit | caebe727beb72c4a0699b58a629ae7840e56e922 (patch) | |
tree | af062c1c10135600e8d38b0b3f3f2da3e399a2d0 /help | |
parent | e7a4328d4e3f9a0535a89e2730dcd8b05b3eaa30 (diff) | |
download | gsoc2013-evolution-caebe727beb72c4a0699b58a629ae7840e56e922.tar gsoc2013-evolution-caebe727beb72c4a0699b58a629ae7840e56e922.tar.gz gsoc2013-evolution-caebe727beb72c4a0699b58a629ae7840e56e922.tar.bz2 gsoc2013-evolution-caebe727beb72c4a0699b58a629ae7840e56e922.tar.lz gsoc2013-evolution-caebe727beb72c4a0699b58a629ae7840e56e922.tar.xz gsoc2013-evolution-caebe727beb72c4a0699b58a629ae7840e56e922.tar.zst gsoc2013-evolution-caebe727beb72c4a0699b58a629ae7840e56e922.zip |
fixing 3 bugs. Fixes bug 339094.
2006-04-25 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: fixing 3 bugs. Fixes bug 339094.
svn path=/trunk/; revision=31889
Diffstat (limited to 'help')
-rw-r--r-- | help/C/evolution.xml | 6 | ||||
-rw-r--r-- | help/ChangeLog | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/help/C/evolution.xml b/help/C/evolution.xml index 2a9ab142dc..2c918ef139 100644 --- a/help/C/evolution.xml +++ b/help/C/evolution.xml @@ -5167,7 +5167,7 @@ Accepting and Replying to a Meeting Request</title> <glossentry id="regular-expression"> <glossterm>regular expression</glossterm> <glossdef> - <para>A regular expression (regex) is a way of describing a string of text using metacharacters or wildcard symbols. For example, the statement fly.*so[au]p means any phrase beginning with “fly” and ending in “oup” or “soap”. If you searched for that expression, you'd find both “fly in my soup” and “fly in my soap.” For more information, enter <command>man grep</command> from the command line.</para> + <para>A regular expression (regex) is a way of describing a string of text using metacharacters or wildcard symbols. For example, the statement fly.*so[au]p means any phrase beginning with “fly” and ending in “soup” or “soap”. If you searched for that expression, you'd find both “fly in my soup” and “fly in my soap.” For more information, enter <command>man grep</command> from the command line.</para> </glossdef> </glossentry> <glossentry id="script"> @@ -5185,7 +5185,7 @@ Accepting and Replying to a Meeting Request</title> <glossentry id="vfolder"> <glossterm>search folder</glossterm> <glossdef> - <para>An e-mail organization tool. Search folders allow you to create a folder that contains the results of a complex search. search folder contents are updated dynamically.</para> + <para>An e-mail organization tool. Search folders allow you to create a folder that contains the results of a complex search. Search folder contents are updated dynamically.</para> </glossdef> </glossentry> <glossentry id="search-scope"> @@ -5233,7 +5233,7 @@ Accepting and Replying to a Meeting Request</title> <glossentry id="vcard"> <glossterm>vCard</glossterm> <glossdef> - <para>A file format for the exchange of contact information. When you get an address card attached to an e-mail, it's probably in vCard format. Contrast with <varname>search folder</varname>.</para> + <para>A file format for the exchange of contact information. When you get an address card attached to an e-mail, it's probably in vCard format.</para> </glossdef> </glossentry> </glossary> diff --git a/help/ChangeLog b/help/ChangeLog index 4ceda374d9..bdc623e47f 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,7 @@ +2006-04-25 Andre Klapper <a9016009@gmx.de> + + * C/evolution.xml: fixing 3 bugs. Fixes bug 339094. + 2006-03-23 Andre Klapper <a9016009@gmx.de> * C/evolution.xml: Updating the doc for 2.6 and fixing bugs which went |