diff options
author | Tor Lillqvist <tml@novell.com> | 2005-12-18 02:45:07 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-12-18 02:45:07 +0800 |
commit | 9f37d3bd9a7f32dd12f05cb6503997dcf6ea9dff (patch) | |
tree | 8f63d0f411c9060e1bc996cbcb300f2a085a6754 /plugins/groupwise-features/ChangeLog | |
parent | df6c612eaa2e2f1b1b691d1f56d7079c9700a826 (diff) | |
download | gsoc2013-evolution-9f37d3bd9a7f32dd12f05cb6503997dcf6ea9dff.tar gsoc2013-evolution-9f37d3bd9a7f32dd12f05cb6503997dcf6ea9dff.tar.gz gsoc2013-evolution-9f37d3bd9a7f32dd12f05cb6503997dcf6ea9dff.tar.bz2 gsoc2013-evolution-9f37d3bd9a7f32dd12f05cb6503997dcf6ea9dff.tar.lz gsoc2013-evolution-9f37d3bd9a7f32dd12f05cb6503997dcf6ea9dff.tar.xz gsoc2013-evolution-9f37d3bd9a7f32dd12f05cb6503997dcf6ea9dff.tar.zst gsoc2013-evolution-9f37d3bd9a7f32dd12f05cb6503997dcf6ea9dff.zip |
junk-settings.c proxy-login.c proxy.c Construct glade file name at
2005-12-17 Tor Lillqvist <tml@novell.com>
* junk-settings.c
* proxy-login.c
* proxy.c
* share-folder.c: Construct glade file name at run-time.
* process-meeting.c (find_attendee): Use g_ascii_strcasecmp()
instead of g_strcasecmp().
svn path=/trunk/; revision=30844
Diffstat (limited to 'plugins/groupwise-features/ChangeLog')
-rw-r--r-- | plugins/groupwise-features/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index 328ccec90c..953c862ff7 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,13 @@ +2005-12-17 Tor Lillqvist <tml@novell.com> + + * junk-settings.c + * proxy-login.c + * proxy.c + * share-folder.c: Construct glade file name at run-time. + + * process-meeting.c (find_attendee): Use g_ascii_strcasecmp() + instead of g_strcasecmp(). + 2005-12-12 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Fix make-clean issues. |