diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-04 11:05:04 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-04 11:05:04 +0800 |
commit | c9974759b3e9abbe2c649966095f544441f02f8b (patch) | |
tree | 17a99feb4a35de4dd9c4ff8311e0820b6f4f7ddf | |
parent | aca14308650918dcc599eee6b560406089aa9345 (diff) | |
download | gsoc2013-evolution-c9974759b3e9abbe2c649966095f544441f02f8b.tar gsoc2013-evolution-c9974759b3e9abbe2c649966095f544441f02f8b.tar.gz gsoc2013-evolution-c9974759b3e9abbe2c649966095f544441f02f8b.tar.bz2 gsoc2013-evolution-c9974759b3e9abbe2c649966095f544441f02f8b.tar.lz gsoc2013-evolution-c9974759b3e9abbe2c649966095f544441f02f8b.tar.xz gsoc2013-evolution-c9974759b3e9abbe2c649966095f544441f02f8b.tar.zst gsoc2013-evolution-c9974759b3e9abbe2c649966095f544441f02f8b.zip |
Update `configure.in' and `POTFILES.in' for Chris' latest commit.
svn path=/trunk/; revision=3884
-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 |