aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2001-03-30 02:16:57 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2001-03-30 02:16:57 +0800
commit69dd62ddd068fb45bd91c13402fa53c18a5f9e3e (patch)
treeb5b833a8c228b69604a6571863466b889cec4a48 /widgets/misc/ChangeLog
parentc72573f31ba56785b6bbbb5c34326c7b1b734097 (diff)
downloadgsoc2013-evolution-69dd62ddd068fb45bd91c13402fa53c18a5f9e3e.tar
gsoc2013-evolution-69dd62ddd068fb45bd91c13402fa53c18a5f9e3e.tar.gz
gsoc2013-evolution-69dd62ddd068fb45bd91c13402fa53c18a5f9e3e.tar.bz2
gsoc2013-evolution-69dd62ddd068fb45bd91c13402fa53c18a5f9e3e.tar.lz
gsoc2013-evolution-69dd62ddd068fb45bd91c13402fa53c18a5f9e3e.tar.xz
gsoc2013-evolution-69dd62ddd068fb45bd91c13402fa53c18a5f9e3e.tar.zst
gsoc2013-evolution-69dd62ddd068fb45bd91c13402fa53c18a5f9e3e.zip
Replace #include <gtk/gtk.h> Remove #include <gnome.h> Replace #include
2001-03-29 Kjartan Maraas <kmaraas@gnome.org> * e-dropdown-button.c: Replace #include <gtk/gtk.h> * e-dropdown-button.h: Remove #include <gnome.h> * e-filter-bar.c: Replace #include <gtk/gtk.h> * e-filter-bar.h: Replace #include <gtk/gtk.h> * e-messagebox.c: Add #includes to count for removed <gnome.h> in e-messagebox.h: * e-messagebox.h: Replace #include <gnome.h> * e-search-bar.c: Replace #include <gnome.h> * e-search-bar.h: Same here * test-calendar.c: Remove #include <gnome.h> * test-dateedit.c: Replace #include <gnome.h> * test-dropdown-button.c: Same here. * test-title-bar.c: Same here. svn path=/trunk/; revision=9018
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index b981d5aa2d..a085ca5ff9 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,19 @@
+2001-03-29 Kjartan Maraas <kmaraas@gnome.org>
+
+ * e-dropdown-button.c: Replace #include <gtk/gtk.h>
+ * e-dropdown-button.h: Remove #include <gnome.h>
+ * e-filter-bar.c: Replace #include <gtk/gtk.h>
+ * e-filter-bar.h: Replace #include <gtk/gtk.h>
+ * e-messagebox.c: Add #includes to count for removed <gnome.h> in
+ e-messagebox.h:
+ * e-messagebox.h: Replace #include <gnome.h>
+ * e-search-bar.c: Replace #include <gnome.h>
+ * e-search-bar.h: Same here
+ * test-calendar.c: Remove #include <gnome.h>
+ * test-dateedit.c: Replace #include <gnome.h>
+ * test-dropdown-button.c: Same here.
+ * test-title-bar.c: Same here.
+
2001-03-22 Jeffrey Stedfast <fejj@ximian.com>
* e-filter-bar.c (rule_editor_clicked): Validate the filter rule.