aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-04-20 04:30:53 +0800
committerDan Winship <danw@src.gnome.org>2000-04-20 04:30:53 +0800
commit9417470b3b64c4067089bebacac705f33d50397d (patch)
tree9b17fc2a781047217543189fd8aa705eaed7ba1e /camel/ChangeLog
parentfeb0ee231e1ba8e6b5e585a1cdb14a2da2ea9ef4 (diff)
downloadgsoc2013-evolution-9417470b3b64c4067089bebacac705f33d50397d.tar
gsoc2013-evolution-9417470b3b64c4067089bebacac705f33d50397d.tar.gz
gsoc2013-evolution-9417470b3b64c4067089bebacac705f33d50397d.tar.bz2
gsoc2013-evolution-9417470b3b64c4067089bebacac705f33d50397d.tar.lz
gsoc2013-evolution-9417470b3b64c4067089bebacac705f33d50397d.tar.xz
gsoc2013-evolution-9417470b3b64c4067089bebacac705f33d50397d.tar.zst
gsoc2013-evolution-9417470b3b64c4067089bebacac705f33d50397d.zip
const poison. (Belatedly goes with my change of 2000-02-23.)
* camel-medium.[ch] (camel_medium_add_header): const poison. (Belatedly goes with my change of 2000-02-23.) (camel_medium_init): Use g_strcase_{hash,equal} on the header array. svn path=/trunk/; revision=2510
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index bbfeb04372..fff7a3f951 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,10 @@
+2000-04-19 Dan Winship <danw@helixcode.com>
+
+ * camel-medium.[ch] (camel_medium_add_header): const poison.
+ (Belatedly goes with my change of 2000-02-23.)
+ (camel_medium_init): Use g_strcase_{hash,equal} on the header
+ array.
+
2000-04-18 Dan Winship <danw@helixcode.com>
* camel-mime-part.c (my_set_input_stream):