diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-08 02:27:17 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-08 02:27:17 +0800 |
commit | 95684042a284502b02a11a9462d79397d8750914 (patch) | |
tree | adfb29c379515de74efb6eb0912c697275c4ab86 /composer/ChangeLog | |
parent | 725c2912fc8e06f14685a07284200be1ede581bf (diff) | |
download | gsoc2013-evolution-95684042a284502b02a11a9462d79397d8750914.tar gsoc2013-evolution-95684042a284502b02a11a9462d79397d8750914.tar.gz gsoc2013-evolution-95684042a284502b02a11a9462d79397d8750914.tar.bz2 gsoc2013-evolution-95684042a284502b02a11a9462d79397d8750914.tar.lz gsoc2013-evolution-95684042a284502b02a11a9462d79397d8750914.tar.xz gsoc2013-evolution-95684042a284502b02a11a9462d79397d8750914.tar.zst gsoc2013-evolution-95684042a284502b02a11a9462d79397d8750914.zip |
s/strncasecmp/g_strncasecmp - this will help later with building on
2000-08-07 Jeffrey Stedfast <fejj@helixcode.com>
* e-msg-composer.c: s/strncasecmp/g_strncasecmp - this will help
later with building on different platforms :-)
svn path=/trunk/; revision=4573
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 446240f0ff..8824781fcb 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,5 +1,10 @@ 2000-08-07 Jeffrey Stedfast <fejj@helixcode.com> + * e-msg-composer.c: s/strncasecmp/g_strncasecmp - this will help + later with building on different platforms :-) + +2000-08-07 Jeffrey Stedfast <fejj@helixcode.com> + * e-msg-composer.c (e_msg_composer_new_with_message): Added code to set the body text based on the CamelMimeMessage. (set_editor_text): Use lowercase html tags... |