diff options
-rw-r--r-- | .cvsignore | 3 | ||||
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | camel/camel-mime-part.h | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/.cvsignore b/.cvsignore index 00c805b196..e64a21f886 100644 --- a/.cvsignore +++ b/.cvsignore @@ -23,3 +23,6 @@ stamp.h xlibtool xltmain.sh evolution.spec +xml-i18n-extract +xml-i18n-merge +xml-i18n-update @@ -1,3 +1,7 @@ +2001-02-05 Jeffrey Stedfast <fejj@ximian.com> + + * .cvsignore: Added xml-* files. + 2001-02-05 Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br> * configure.in (ALL_LINGUAS): Added pt_BR to ALL_LINGUAS. diff --git a/camel/camel-mime-part.h b/camel/camel-mime-part.h index d5d703b325..75f7bff6db 100644 --- a/camel/camel-mime-part.h +++ b/camel/camel-mime-part.h @@ -61,7 +61,7 @@ struct _CamelMimePart { CamelMedium parent_object; - /* All fields here are -** PRIVATE **- */ + /* All fields here are -** PRIVATE **- */ gchar *description; CamelMimeDisposition *disposition; gchar *content_id; |