aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-02-21 06:20:08 +0800
committerChristian Persch <chpe@src.gnome.org>2004-02-21 06:20:08 +0800
commit7e816a76bac00b8c34bec6849d175bd478af2f16 (patch)
tree1cca9b151780fcfb0a3ad92185054a9fb6e3f0d9 /ChangeLog
parent1e6a2895325d8c697979404c9f767217b89da76e (diff)
downloadgsoc2013-epiphany-7e816a76bac00b8c34bec6849d175bd478af2f16.tar
gsoc2013-epiphany-7e816a76bac00b8c34bec6849d175bd478af2f16.tar.gz
gsoc2013-epiphany-7e816a76bac00b8c34bec6849d175bd478af2f16.tar.bz2
gsoc2013-epiphany-7e816a76bac00b8c34bec6849d175bd478af2f16.tar.lz
gsoc2013-epiphany-7e816a76bac00b8c34bec6849d175bd478af2f16.tar.xz
gsoc2013-epiphany-7e816a76bac00b8c34bec6849d175bd478af2f16.tar.zst
gsoc2013-epiphany-7e816a76bac00b8c34bec6849d175bd478af2f16.zip
Fix logic error, spotted by Crispin.
2004-02-20 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-editable-toolbar.c: (popup_toolbar_context_menu_cb): Fix logic error, spotted by Crispin. * lib/egg/egg-toolbars-model.h: Make it clear that EggTbModelFlags is a bitfield enum.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72ea74be4..e7d032d26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,39 @@
2004-02-20 Christian Persch <chpe@cvs.gnome.org>
+ * lib/egg/egg-editable-toolbar.c: (popup_toolbar_context_menu_cb):
+
+ Fix logic error, spotted by Crispin.
+
+ * lib/egg/egg-toolbars-model.h:
+
+ Make it clear that EggTbModelFlags is a bitfield enum.
+
+2004-02-20 Christian Persch <chpe@cvs.gnome.org>
+
+ * doc/reference/tmpl/EphyContentPolicy.sgml:
+ * doc/reference/tmpl/EphySingle.sgml:
+ * doc/reference/tmpl/ephy-cookie-manager.sgml:
+ * doc/reference/tmpl/ephy-embed-factory.sgml:
+ * doc/reference/tmpl/ephy-embed-single.sgml:
+ * doc/reference/tmpl/ephy-password-manager.sgml:
+ * doc/reference/tmpl/ephy-permission-manager.sgml:
+ * doc/reference/tmpl/ephy-session.sgml:
+ * doc/reference/tmpl/ephy-shell.sgml:
+ * doc/reference/tmpl/mozilla-embed-event.sgml:
+ * embed/mozilla/EphyBrowser.cpp:
+ * embed/mozilla/EventContext.cpp:
+ * embed/mozilla/Makefile.am:
+ * lib/ephy-debug.c:
+ * lib/ephy-dialog.c: (connect_signals):
+ * lib/ephy-file-helpers.c:
+ * lib/ephy-file-helpers.h:
+ * lib/ephy-glade.c:
+ * lib/ephy-glade.h:
+ * lib/ephy-gui.c:
+ * lib/ephy-gui.h:
+
+2004-02-20 Christian Persch <chpe@cvs.gnome.org>
+
* lib/eel-gconf-extensions.c:
#ifdef HAVE_CONFIG_H the inclusion of config.h.