diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/Makefile.am | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2005-01-18 Christian Persch <chpe@cvs.gnome.org> + * lib/Makefile.am: + + Add ephy-node.h enums to ephy-lib-type-builtins.[ch]. + +2005-01-18 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/EphyHeaderSniffer.cpp: Really make confirm-overwrite dialogue have a parent window. diff --git a/lib/Makefile.am b/lib/Makefile.am index 71a848834..1ff986ba5 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -27,6 +27,7 @@ NOINST_H_FILES = \ ephy-zoom.h TYPES_H_FILES = \ + ephy-node.h \ ephy-state.h INST_H_FILES = \ |