diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 1 | ||||
-rw-r--r-- | po/ChangeLog | 5 | ||||
-rw-r--r-- | po/POTFILES.in | 2 |
4 files changed, 12 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2000-07-03 Ettore Perazzoli <ettore@helixcode.com> + + * configure.in: Add + `addressbook/gui/component/select-names/Makefile' to the + `AC_OUTPUT()' list. + 2000-07-03 Christopher James Lahey <clahey@helixcode.com> * widgets/e-text/Makefile.am: Added e-entry.c and e-entry.h. diff --git a/configure.in b/configure.in index 370beb3551..2eaf8fda84 100644 --- a/configure.in +++ b/configure.in @@ -484,6 +484,7 @@ addressbook/backend/ebook/Makefile addressbook/gui/Makefile addressbook/gui/minicard/Makefile addressbook/gui/component/Makefile +addressbook/gui/component/select-names/Makefile shell/Makefile shell/glade/Makefile mail/Makefile diff --git a/po/ChangeLog b/po/ChangeLog index 671c7b919f..d99c7a0933 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,8 @@ +2000-07-03 Ettore Perazzoli <ettore@helixcode.com> + + * POTFILES.in: Removed `e-select-names.c' and + `select-name.glade.h' which were removed by Chris' commit. + 2000-06-30 Valek Filippov <frob@df.ru> * ru.po: Updated russian translation. diff --git a/po/POTFILES.in b/po/POTFILES.in index a9fb30930d..a3bf411cb9 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -7,8 +7,6 @@ addressbook/gui/component/addressbook-factory.c addressbook/gui/component/addressbook.c addressbook/gui/component/alphabet.glade.h addressbook/gui/component/ldap-server-dialog.glade.h -addressbook/gui/component/e-select-names.c -addressbook/gui/component/select-names.glade.h addressbook/gui/minicard/e-minicard-view.c addressbook/gui/minicard/e-minicard.c addressbook/printing/e-contact-print.glade.h |