aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2007-10-26 16:00:59 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2007-10-26 16:00:59 +0800
commit27f2852a2724aee617ef669587c8663dcbe40c27 (patch)
tree39c931cef3d7698a35744cc52363498157ab90a7 /e-util/ChangeLog
parenta1794552bd7775f8dbe32a4b7e495ee61a31ab6c (diff)
downloadgsoc2013-evolution-27f2852a2724aee617ef669587c8663dcbe40c27.tar
gsoc2013-evolution-27f2852a2724aee617ef669587c8663dcbe40c27.tar.gz
gsoc2013-evolution-27f2852a2724aee617ef669587c8663dcbe40c27.tar.bz2
gsoc2013-evolution-27f2852a2724aee617ef669587c8663dcbe40c27.tar.lz
gsoc2013-evolution-27f2852a2724aee617ef669587c8663dcbe40c27.tar.xz
gsoc2013-evolution-27f2852a2724aee617ef669587c8663dcbe40c27.tar.zst
gsoc2013-evolution-27f2852a2724aee617ef669587c8663dcbe40c27.zip
Warning fixes. - NULL vs 0 - ANSIfication of declarations - missing
2007-10-26 Kjartan Maraas <kmaraas@gnome.org> * e-config.c: * e-event.c: * e-gui-utils.c: * e-import.c: * e-menu.c: * e-mktemp.c: (get_dir): * e-popup.c: * e-profile-event.c: (e_profile_event_peek): * e-util.c: (get_font_options): * e-xml-utils.c: (e_xml_get_string_prop_by_name), (e_xml_get_string_prop_by_name_with_default), (e_xml_get_translated_string_prop_by_name): Warning fixes. - NULL vs 0 - ANSIfication of declarations - missing include svn path=/trunk/; revision=34428
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 02e1bb5968..ccb45fed49 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,23 @@
+2007-10-26 Kjartan Maraas <kmaraas@gnome.org>
+
+ * e-config.c:
+ * e-event.c:
+ * e-gui-utils.c:
+ * e-import.c:
+ * e-menu.c:
+ * e-mktemp.c: (get_dir):
+ * e-popup.c:
+ * e-profile-event.c: (e_profile_event_peek):
+ * e-util.c: (get_font_options):
+ * e-xml-utils.c: (e_xml_get_string_prop_by_name),
+ (e_xml_get_string_prop_by_name_with_default),
+ (e_xml_get_translated_string_prop_by_name):
+
+ Warning fixes.
+ - NULL vs 0
+ - ANSIfication of declarations
+ - missing include
+
2007-10-12 Michael Monreal <michael.monreal@gmail.com>
** Migration of theme icons to data/icons/ (bug #479257)