** Fixes part of bug #337616
2007-05-12 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #337616 * Makefile.am: Add --disable-scrollkeeper to DISTCHECK_CONFIGURE_FLAGS. * addressbook/Makefile.am: * calendar/gui/Makefile.am: * mail/Makefile.am: * plugins/bogo-junk-plugins/Makefile.am: * plugins/default-mailer/Makefile.am: * shell/Makefile.am: Add $(schema_DATA) to DISTCLEANFILES. * plugins/bogo-junk-plugins/org-gnome-bogo-junk-plugin.eplug.in: Rename as org-gnome-bogo-junk-plugin.eplug.xml. * plugins/caldav/Makefile.am: * plugins/import-ics-attachments/Makefile.am: * plugins/publish-calendar/Makefile.am: Add "eplug" file to CLEANFILES. * plugins/mail-remote/Makefile.am: Add "eplug.xml" file to EXTRA_DIST. * po/POTFILES.in: Don't translate files we no longer ship. svn path=/trunk/; revision=33521
This commit is contained in:
committed by
Matthew Barnes
parent
e059dafbdf
commit
62fd2f2989
@ -1,3 +1,10 @@
|
||||
2007-05-12 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
** Fixes part of bug #337616
|
||||
|
||||
* Makefile.am:
|
||||
Add --disable-scrollkeeper to DISTCHECK_CONFIGURE_FLAGS.
|
||||
|
||||
2007-05-08 Wang Xin <jedy.wang@sun.com>
|
||||
|
||||
* configure.in: Fixes 394579:incompatible awk on Solaris cause
|
||||
|
||||
@ -63,6 +63,9 @@ DISTCLEANFILES = \
|
||||
gnome-doc-utils.make \
|
||||
$(pkgconfig_DATA)
|
||||
|
||||
# Scrollkeeper must be disabled for distcheck to work because
|
||||
# distcheck uses a custom prefix. See GNOME bug #354357.
|
||||
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
|
||||
|
||||
# CDE Stuff
|
||||
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
2007-05-12 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
** Fixes part of bug #337616
|
||||
|
||||
* Makefile.am: Add $(schema_DATA) to DISTCLEANFILES.
|
||||
|
||||
2007-05-11 Srinivasa Ragavan <sragavan@novell.com>
|
||||
|
||||
* gui/component/GNOME_Evolution_Addressbook.server.in.in: Add Tango
|
||||
|
||||
@ -102,6 +102,8 @@ glade_DATA = \
|
||||
BUILT_SOURCES = $(server_DATA)
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
DISTCLEANFILES = $(schema_DATA)
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(glade_DATA) \
|
||||
$(schema_in_files) \
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
2007-05-12 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
** Fixes part of bug #337616
|
||||
|
||||
* gui/Makefile.am: Add $(schema_DATA) to DISTCLEANFILES.
|
||||
|
||||
2007-05-12 simon.zheng <simon.zheng@sun.com>
|
||||
|
||||
** Fix for bug #427789
|
||||
|
||||
@ -268,6 +268,8 @@ EXTRA_DIST = \
|
||||
BUILT_SOURCES = $(IDL_GENERATED) $(server_DATA)
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
DISTCLEANFILES = $(schema_DATA)
|
||||
|
||||
if OS_WIN32
|
||||
install-data-local:
|
||||
if test -z "$(DESTDIR)"; then \
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
2007-05-12 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
** Fixes part of bug #337616
|
||||
|
||||
* Makefile.am: Add $(schema_DATA) to DISTCLEANFILES.
|
||||
|
||||
2007-05-11 Jules Colding <colding@omesc.com>
|
||||
|
||||
* mail-config.c (mail_config_signature_run_script): file descriptor leaks fixed
|
||||
|
||||
@ -331,3 +331,5 @@ dist-hook:
|
||||
BUILT_SOURCES = $(SPELL_IDL_GENERATED) $(MAIL_IDL_GENERATED) $(MARSHAL_GENERATED) $(server_DATA) $(error_DATA)
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
DISTCLEANFILES = $(schema_DATA)
|
||||
|
||||
@ -1,3 +1,11 @@
|
||||
2007-05-12 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
** Fixes part of bug #337616
|
||||
|
||||
* Makefile.am: Add $(schema_DATA) to DISTCLEANFILES.
|
||||
|
||||
* org-gnome-bogo-junk-plugin.eplug.in: Rename as *.eplug.xml.
|
||||
|
||||
2007-05-11 Gilles Dartiguelongue <dartigug@esiee.fr>
|
||||
|
||||
* bf-junk-filter.c: add prototypes to clean compilation warnings
|
||||
|
||||
@ -31,7 +31,9 @@ BUILT_SOURCES = $(plugin_DATA) $(error_DATA)
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
DISTCLEANFILES = $(schema_DATA)
|
||||
|
||||
EXTRA_DIST = \
|
||||
org-gnome-bogo-junk-plugin.eplug.in \
|
||||
org-gnome-bogo-junk-plugin.eplug.xml \
|
||||
$(schema_in_files)
|
||||
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
2007-05-12 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
** Fixes part of bug #337616
|
||||
|
||||
* Makefile.am: Add "eplug" file to CLEANFILES.
|
||||
|
||||
2006-08-28 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* org-gnome-evolution-caldav.eplug.xml: Mark name and
|
||||
|
||||
@ -20,3 +20,5 @@ liborg_gnome_evolution_caldav_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED
|
||||
|
||||
EXTRA_DIST = \
|
||||
org-gnome-evolution-caldav.eplug.xml
|
||||
|
||||
CLEANFILES = org-gnome-evolution-caldav.eplug
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
2007-05-12 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
** Fixes part of bug #337616
|
||||
|
||||
* Makefile.am: Add $(schema_DATA) to DISTCLEANFILES.
|
||||
|
||||
2007-04-02 Sankar P <psankar@novell.com>
|
||||
|
||||
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
|
||||
|
||||
@ -38,3 +38,5 @@ BUILT_SOURCES = org-gnome-default-mailer.eplug \
|
||||
org-gnome-default-mailer.error
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
DISTCLEANFILES = $(schema_DATA)
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
2007-05-12 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
** Fixes part of bug #337616
|
||||
|
||||
* Makefile.am: Add "eplug" file to CLEANFILES.
|
||||
|
||||
2007-03-27 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
* icsimporter.c: Don't mix declarations and code (#405495).
|
||||
|
||||
@ -27,3 +27,5 @@ liborg_gnome_evolution_mail_attachments_import_ics_la_LIBADD = \
|
||||
$(EVOLUTION_MAIL_LIBS)
|
||||
|
||||
EXTRA_DIST = org-gnome-evolution-mail-attachments-import-ics.eplug.xml
|
||||
|
||||
CLEANFILES = org-gnome-evolution-mail-attachments-import-ics.eplug
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
2007-05-12 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
** Fixes part of bug #337616
|
||||
|
||||
* Makefile.am: Add "eplug.xml" file to EXTRA_DIST.
|
||||
|
||||
2007-04-02 Sankar P <psankar@novell.com>
|
||||
|
||||
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
|
||||
|
||||
@ -84,10 +84,11 @@ $(EVO_GENERATED): $(srcdir)/Evolution.idl
|
||||
MARSHAL_GENERATED = evolution-mail-marshal.c evolution-mail-marshal.h
|
||||
@EVO_MARSHAL_RULE@
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(IDL) \
|
||||
Evolution.idl \
|
||||
evolution-mail-marshal.list
|
||||
EXTRA_DIST = \
|
||||
$(IDL) \
|
||||
Evolution.idl \
|
||||
evolution-mail-marshal.list \
|
||||
org-gnome-evolution-mail-remote.eplug.xml
|
||||
|
||||
BUILT_SOURCES = $(IDL_GENERATED_H) $(IDL_GENERATED_C) $(MARSHAL_GENERATED) $(SHELL_GENERATED)
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
2007-05-12 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
* Makefile.am: Add "eplug" file to CLEANFILES.
|
||||
|
||||
2007-05-11 Gilles Dartiguelongue <dartigug@esiee.fr>
|
||||
|
||||
* url-editor-dialog.c: (set_from_uri): fixes casts in strcmp,
|
||||
|
||||
@ -33,3 +33,5 @@ EXTRA_DIST = \
|
||||
org-gnome-publish-calendar.eplug.xml \
|
||||
publish-calendar.glade \
|
||||
org-gnome-publish-calendar.xml
|
||||
|
||||
CLEANFILES = org-gnome-publish-calendar.eplug
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
2007-05-12 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
** Fixes part of bug #337616
|
||||
|
||||
* POTFILES.in: Don't translate files we no longer ship.
|
||||
|
||||
2007-05-12 Jorge Gonzalez <jorgegonz@svn.gnome.org>
|
||||
|
||||
* es.po: Updated Spanish translation
|
||||
|
||||
@ -62,21 +62,16 @@ addressbook/gui/widgets/e-minicard-label.c
|
||||
addressbook/gui/widgets/e-minicard-view.c
|
||||
addressbook/gui/widgets/e-minicard-view-widget.c
|
||||
addressbook/gui/widgets/gal-view-factory-minicard.c
|
||||
addressbook/gui/widgets/gal-view-factory-treeview.c
|
||||
addressbook/gui/widgets/test-reflow.c
|
||||
addressbook/importers/evolution-csv-importer.c
|
||||
addressbook/importers/evolution-ldif-importer.c
|
||||
addressbook/importers/evolution-vcard-importer.c
|
||||
addressbook/printing/e-contact-print.c
|
||||
addressbook/printing/e-contact-print-envelope.c
|
||||
addressbook/printing/e-contact-print.glade
|
||||
addressbook/printing/test-contact-print-style-editor.c
|
||||
addressbook/printing/test-print.c
|
||||
addressbook/tools/evolution-addressbook-abuse.c
|
||||
addressbook/tools/evolution-addressbook-export.c
|
||||
addressbook/tools/evolution-addressbook-export-list-cards.c
|
||||
addressbook/tools/evolution-addressbook-export-list-folders.c
|
||||
addressbook/tools/evolution-addressbook-import.c
|
||||
calendar/calendar.error.xml
|
||||
calendar/common/authentication.c
|
||||
calendar/conduits/calendar/calendar-conduit.c
|
||||
@ -101,7 +96,6 @@ calendar/gui/dialogs/alarm-list-dialog.c
|
||||
calendar/gui/dialogs/alarm-list-dialog.glade
|
||||
calendar/gui/dialogs/cal-attachment-select-file.c
|
||||
calendar/gui/dialogs/calendar-setup.c
|
||||
calendar/gui/dialogs/calendar-setup.glade
|
||||
calendar/gui/dialogs/cal-prefs-dialog.c
|
||||
calendar/gui/dialogs/cal-prefs-dialog.glade
|
||||
calendar/gui/dialogs/cancel-comp.c
|
||||
@ -116,13 +110,10 @@ calendar/gui/dialogs/e-delegate-dialog.glade
|
||||
calendar/gui/dialogs/event-editor.c
|
||||
calendar/gui/dialogs/event-page.c
|
||||
calendar/gui/dialogs/event-page.glade
|
||||
calendar/gui/dialogs/meeting-page.etspec
|
||||
calendar/gui/dialogs/meeting-page.glade
|
||||
calendar/gui/dialogs/memo-editor.c
|
||||
calendar/gui/dialogs/memo-page.c
|
||||
calendar/gui/dialogs/memo-page.glade
|
||||
calendar/gui/dialogs/new-calendar.glade
|
||||
calendar/gui/dialogs/new-task-list.glade
|
||||
calendar/gui/dialogs/recur-comp.c
|
||||
calendar/gui/dialogs/recurrence-page.c
|
||||
calendar/gui/dialogs/recurrence-page.glade
|
||||
@ -136,7 +127,6 @@ calendar/gui/dialogs/task-details-page.glade
|
||||
calendar/gui/dialogs/task-editor.c
|
||||
calendar/gui/dialogs/task-page.c
|
||||
calendar/gui/dialogs/task-page.glade
|
||||
calendar/gui/dialogs/url-editor-dialog.glade
|
||||
calendar/gui/e-alarm-list.c
|
||||
calendar/gui/e-cal-component-memo-preview.c
|
||||
calendar/gui/e-cal-component-preview.c
|
||||
@ -163,7 +153,6 @@ calendar/gui/e-meeting-time-sel-item.c
|
||||
calendar/gui/e-memos.c
|
||||
calendar/gui/e-memo-table.c
|
||||
calendar/gui/e-memo-table.etspec
|
||||
calendar/gui/e-pub-utils.c
|
||||
calendar/gui/e-tasks.c
|
||||
calendar/gui/e-timezone-entry.c
|
||||
calendar/gui/e-week-view.c
|
||||
@ -183,9 +172,6 @@ calendar/gui/tasks-control.c
|
||||
calendar/gui/weekday-picker.c
|
||||
calendar/importers/icalendar-importer.c
|
||||
calendar/zones.h
|
||||
composer/e-msg-composer-attachment-bar.c
|
||||
composer/e-msg-composer-attachment.c
|
||||
composer/e-msg-composer-attachment.glade
|
||||
composer/e-msg-composer.c
|
||||
composer/e-msg-composer-hdrs.c
|
||||
composer/e-msg-composer-select-file.c
|
||||
@ -193,8 +179,6 @@ composer/evolution-composer.c
|
||||
composer/mail-composer.error.xml
|
||||
data/evolution.desktop.in.in
|
||||
data/evolution.keys.in.in
|
||||
designs/OOA/ooa.glade
|
||||
designs/read_receipts/read.glade
|
||||
e-util/e-categories-config.c
|
||||
e-util/e-dialog-utils.c
|
||||
e-util/e-error.c
|
||||
@ -245,9 +229,7 @@ mail/evolution-mail.schemas.in.in
|
||||
mail/GNOME_Evolution_Mail.server.in.in
|
||||
mail/importers/elm-importer.c
|
||||
mail/importers/evolution-mbox-importer.c
|
||||
mail/importers/evolution-outlook-importer.c
|
||||
mail/importers/mail-importer.c
|
||||
mail/importers/netscape-importer.c
|
||||
mail/importers/pine-importer.c
|
||||
mail/mail-autofilter.c
|
||||
mail/mail-component.c
|
||||
@ -268,7 +250,6 @@ mail/message-list.c
|
||||
mail/message-list.etspec
|
||||
mail/message-tag-editor.c
|
||||
mail/message-tag-followup.c
|
||||
mail/message-tags.glade
|
||||
mail/searchtypes.xml
|
||||
plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml
|
||||
plugins/audio-inline/org-gnome-audio-inline.eplug.xml
|
||||
@ -281,7 +262,7 @@ plugins/bbdb/bbdb.c
|
||||
plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml
|
||||
plugins/bogo-junk-plugin/bf-junk-filter.c
|
||||
plugins/bogo-junk-plugin/bogo-junk-plugin.schemas.in.in
|
||||
plugins/bogo-junk-plugin/org-gnome-bogo-junk-plugin.eplug.in
|
||||
plugins/bogo-junk-plugin/org-gnome-bogo-junk-plugin.eplug.xml
|
||||
plugins/caldav/caldav-source.c
|
||||
plugins/caldav/org-gnome-evolution-caldav.eplug.xml
|
||||
plugins/calendar-file/org-gnome-calendar-file.eplug.xml
|
||||
@ -358,7 +339,6 @@ plugins/import-ics-attachments/org-gnome-evolution-mail-attachments-import-ics.e
|
||||
plugins/ipod-sync/evolution-ipod-sync.c
|
||||
plugins/ipod-sync/ical-format.c
|
||||
plugins/ipod-sync/org-gnome-ipod-sync-evolution.eplug.xml
|
||||
plugins/ipod-sync/sync.c
|
||||
plugins/itip-formatter/itip-formatter.c
|
||||
plugins/itip-formatter/itip-view.c
|
||||
plugins/itip-formatter/org-gnome-itip-formatter.eplug.xml
|
||||
@ -437,7 +417,6 @@ smime/gui/smime-ui.glade
|
||||
smime/lib/e-cert.c
|
||||
smime/lib/e-cert-db.c
|
||||
smime/lib/e-pkcs12.c
|
||||
tools/evolution-launch-composer.c
|
||||
tools/killev.c
|
||||
ui/evolution-addressbook.xml
|
||||
ui/evolution-calendar.xml
|
||||
@ -521,7 +500,6 @@ widgets/table/e-tree.c
|
||||
widgets/table/e-tree-scrolled.c
|
||||
widgets/table/e-tree-selection-model.c
|
||||
widgets/text/e-entry.c
|
||||
widgets/text/e-entry-test.c
|
||||
widgets/text/e-text.c
|
||||
views/addressbook/galview.xml
|
||||
views/calendar/galview.xml
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
2007-05-12 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
** Fixes part of bug #337616
|
||||
|
||||
* Makefile.am: Add $(schema_DATA) to DISTCLEANFILES.
|
||||
|
||||
2007-05-11 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
* e-shell.c (impl_Shell_handleURI):
|
||||
|
||||
@ -289,6 +289,8 @@ endif
|
||||
BUILT_SOURCES = $(IDL_GENERATED) $(MARSHAL_GENERATED) $(server_DATA) $(testserver_DATA) $(DATASERVER_IDL_GENERATED) $(error_DATA)
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
DISTCLEANFILES = $(schema_DATA)
|
||||
|
||||
dist-hook:
|
||||
cd $(distdir); rm -f $(BUILT_SOURCES)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user