aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2004-02-21 03:25:34 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-02-21 03:25:34 +0800
commitd26e9e98e311c35a7d890b7a8531805e218e7d83 (patch)
tree29feb2719111e2e5e390658dea514a073b5bcdf5 /camel
parent1d10cdded5ac9b95aeb3c6f6b3bceaf02bd40305 (diff)
downloadgsoc2013-evolution-d26e9e98e311c35a7d890b7a8531805e218e7d83.tar
gsoc2013-evolution-d26e9e98e311c35a7d890b7a8531805e218e7d83.tar.gz
gsoc2013-evolution-d26e9e98e311c35a7d890b7a8531805e218e7d83.tar.bz2
gsoc2013-evolution-d26e9e98e311c35a7d890b7a8531805e218e7d83.tar.lz
gsoc2013-evolution-d26e9e98e311c35a7d890b7a8531805e218e7d83.tar.xz
gsoc2013-evolution-d26e9e98e311c35a7d890b7a8531805e218e7d83.tar.zst
gsoc2013-evolution-d26e9e98e311c35a7d890b7a8531805e218e7d83.zip
fixed
svn path=/trunk/; revision=24821
Diffstat (limited to 'camel')
-rw-r--r--camel/ChangeLog25
1 files changed, 15 insertions, 10 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index b3b14beafb..064e1b6aa9 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -405,7 +405,8 @@
* camel-store.c (camel_store_rename_folder): use object_bag_rekey
to rename the object. object_bag use was broken.
- * camel-object.c (camel_object_bag_rekey): new api to atomically re-key
+ * camel-object.c (camel_object_bag_rekey): new api to atomically
+ re-key
2004-01-23 Radek Doulik <rodo@ximian.com>
@@ -452,9 +453,10 @@
password key, not userid.
2004-01-19 Siviaah Nallagatla <snallagatla@novell.com>
-
- * providers/groupwise/camel-gw-listener.c ( remove_calender_tasks_sources,
- modify_calender_tasks_sources) : add port and "/soap" to source uri
+
+ * providers/groupwise/camel-gw-listener.c
+ (remove_calender_tasks_sources, modify_calender_tasks_sources):
+ add port and "/soap" to source uri
2004-01-19 Not Zed <NotZed@Ximian.com>
@@ -484,7 +486,7 @@
s/HEADER_ADDRESS_/CAMEL_HEADER_ADDRESS_/g
2004-01-16 Sivaiah Nallagatla <snallagatla@novell.com>
-
+
* providers/groupwise/camel-groupwise-provider.c: added some conf
entries for LDAP address setup
@@ -546,12 +548,15 @@
* providers/groupwise/camel-groupwise-provider.c: missing renaming.
2004-01-13 Sivaiah Nallagatla <snallagatla@novell.com>
-
- * providers/groupwise/camel-gw-listener.[ch] : renamed groupwise-config-listener.[ch]
- to these file names and also changed code to use CamelURL insted of EUri
- * providers/groupwise/camel-groupwise-provider.c : use the renamed config listener apis
- * providers/groupwise/Makefile.am : changed the source file names
+ * providers/groupwise/camel-gw-listener.[ch]: renamed
+ groupwise-config-listener.[ch] to these file names and also
+ changed code to use CamelURL insted of EUri
+
+ * providers/groupwise/camel-groupwise-provider.c: use the renamed
+ config listener apis
+
+ * providers/groupwise/Makefile.am: changed the source file names
2004-01-12 Meilof Veeningen <meilof@wanadoo.nl>