aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-10 22:47:09 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-10 22:47:09 +0800
commit4a2777a279daf60afcb4ae2995e4b93c94bdab28 (patch)
treeab16d6f66286fff761333975867a4ab0bdced94e /calendar
parent214b65beb19373a0c6c76c45bf73dd08cda897ee (diff)
downloadgsoc2013-evolution-4a2777a279daf60afcb4ae2995e4b93c94bdab28.tar.gz
gsoc2013-evolution-4a2777a279daf60afcb4ae2995e4b93c94bdab28.tar.zst
gsoc2013-evolution-4a2777a279daf60afcb4ae2995e4b93c94bdab28.zip
Removed dist-hook section.
2000-05-10 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Removed dist-hook section. * configure.in: Set the version number. Added a check for gnome window icons. Removed a bunch of unused Makefiles. * tools/Makefile.am: Created a proper EXTRA_DIST section. * widgets/e-text/Makefile.am: Added e-text-event-processor-types.h. From addressbook/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * backend/ebook/Makefile.am: Added e-book-types.h, e-card-pairs.h, e-card-types.h. * backend/pas/Makefile.am: Added pas-backend-ldap.h. * contact-editor/Makefile.am: Added a proper EXTRA_DIST section. Removed some old defines. * ename/Makefile.am: Added e-name-western-tables.h. * gui/component/Makefile.am: Added e-ldap-server-dialog.h. Added a proper EXTRA_DIST section. * gui/minicard/e-reflow.c: Added a missed cast. * printing/Makefile.am: Added a proper EXTRA_DIST section. From calendar/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * gui/Makefile.am: Added main.h. Combined the two EXTRA_DIST sections. From camel/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added camel-types.h, camel-folder-pt-proxy.h, and camel-thread-proxy.h. From default_user/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * Makefile.am, local/Calendar/Makefile.am, local/Contacts/Makefile.am, local/Directories/Makefile.am, local/Directories/subfolders/Bigfoot/Makefile.am, local/Directories/subfolders/Netcenter/Makefile.am, local/Drafts/Makefile.am, local/Inbox/Makefile.am, local/Outbox/Makefile.am, local/Trash/Makefile.am: Created a proper EXTRA_DIST section. From filter/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * filter-arg.h: Changed tree.h to gnome-xml/tree.h. * Makefile.am: Added filter-arg-types.h, filter-arg.h, filter-xml.h, filter-format.h, filter-druid.h, filter-editor.h. From libical/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * configure.in: Reorder Makefiles so that it will build. From mail/ChangeLog: 2000-05-09 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Removed folder-browser-factory.h since it doesn't exist. Added mail-display.h, mail-types.h, pixmaps.h. From widgets/e-table/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added e-table-col-dnd.h and table-test.h. From wombat/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added an include for the pcs directory. svn path=/trunk/; revision=2966
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/Makefile.am9
2 files changed, 9 insertions, 5 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 0cde991ba3..00eeb678be 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-10 Christopher James Lahey <clahey@helixcode.com>
+
+ * gui/Makefile.am: Added main.h. Combined the two EXTRA_DIST
+ sections.
+
2000-05-09 Christopher James Lahey <clahey@helixcode.com>
* pcs/cal-backend-imc.c: Set the format when creating a new
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index 5d2804c6f5..3785d3df08 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -60,6 +60,7 @@ evolution_calendar_SOURCES = \
goto.c \
mark.c \
mark.h \
+ main.h \
popup-menu.c \
popup-menu.h \
prop.c \
@@ -89,10 +90,6 @@ gnorbadir = $(sysconfdir)/CORBA/servers
gnorba_DATA = calendar-control.gnorba
endif
-EXTRA_DIST = \
- calendar-control.gnorba \
- calendar-control.oafinfo
-
#calendar_pilot_sync_SOURCES = \
# GnomeCal-common.c \
# GnomeCal-stubs.c \
@@ -192,7 +189,9 @@ EXTRA_DIST = \
workweekview.xpm \
weekview.xpm \
monthview.xpm \
- yearview.xpm
+ yearview.xpm \
+ calendar-control.gnorba \
+ calendar-control.oafinfo
# gnome-calendar-conduit.png
# todo-conduit-control-applet.desktop
rtmgr@pgollucci2012-03-141-1/+7 * - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Dev...pgollucci2012-03-091-7/+1 * - Update to 1.59wen2012-03-063-1070/+1129 * - Update to 0.46wen2012-03-053-3/+12 * - Update to 0.4.5wen2012-02-232-3/+3 * - Update MASTER_SITES and WWW: linemiwi2012-02-203-20/+28 * update to 1.5.0.1.maho2012-02-164-40/+76 * - Update to 0.78sunpoet2012-02-113-44/+58 * - Update to 2.26sunpoet2012-02-113-5/+7 * - Update to 1.22sunpoet2012-02-092-3/+3 * - Update to 0.77wen2012-02-093-5/+8 * - fix build with gcc46dinoex2012-02-071-7/+4 * - Mark BROKEN on FreeBSD 9.X and up: does not compilepav2012-02-061-1/+7 * - Respect CCmiwi2012-01-281-1/+2 * At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-225-5/+5 * - Update to 3.23sylvio2012-01-172-3/+3 * Chase pdflib.so version and bump PORTREVISION accordingly.ale2012-01-101-2/+2 * - The proper acronym for Apache Software License 2 is really AL2tabthorpe2012-01-091-1/+1 * - Update to 0.87wen2011-12-233-4/+6 * - Update to 1.21sunpoet2011-11-242-4/+5 * - unbreakgahr2011-11-172-2/+29 * Does not build on powerpc-9: error in pthreads.linimon2011-11-101-0/+4 * - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0 * - Mark BROKEN: does not compile with new fltkpav2011-11-051-0/+2 * - Fix fetch and update WWWpav2011-11-052-2/+2 * - Fix build on FreeBSD 10miwi2011-10-291-0/+1 * - Update to 0.45sunpoet2011-10-292-3/+3 * The vast majority of pkg-descr files had the following format when theydougb2011-10-243-10/+1 * - remove maintainer tags from pkg-descreadler2011-10-2311-27/+0 * - Update to 0.43sunpoet2011-10-173-3/+7 * - Update to 0.44wen2011-10-132-4/+4 * - ${FFLAGS} might contain commaspav2011-10-111-1/+1 * - Update to 0.7wen2011-10-102-3/+3 * - Fix LICENSE (Artistic 1 instead of Artistic 2)culot2011-10-071-1/+1 * - Update to 2.25sunpoet2011-10-033-22/+23 * - Add build depends to silence build warningsswills2011-09-251-1/+2 * - Fix missing DEPENDS to silence build warningsswills2011-09-251-1/+2 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-245-10/+8 * - Update to 0.6wen2011-09-222-3/+3 * Change maintainer address to my FreeBSD addresscs2011-09-152-2/+2 * - Fix MASTER_SITES and WWW: linewen2011-08-262-33/+19 * - Add missing BUILD_DEPENDSswills2011-08-181-1/+2 * Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-122-2/+0 * - Update to 1.5.1wen2011-08-113-12/+41 * - Update to 0.40culot2011-08-102-3/+6 * Remove WWW entries from unmaintained ports that return 404 or where the domainehaupt2011-08-031-2/+0 * Deprecate port with no more public distfilesbapt2011-08-021-0/+3 * Bye bye abandonwares (part 2)bapt2011-08-0130-726/+0 * - Update to 0.39sunpoet2011-08-013-3/+34 * Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,linimon2011-07-212-2/+2 * - Update to 0.38sunpoet2011-07-163-50/+64 * - Update to 1.20sunpoet2011-07-132-73/+71 * - kick MD5miwi2011-07-021-1/+0 * - Use USERS and GROUPScrees2011-06-282-47/+3 * - Fix *_DEPENDS after the repocopy of databases/py-sqlalchemynivit2011-06-251-1/+2 * Switch dependency on povray to povray-meta port.makc2011-06-211-2/+2 * Another bunch of deprecation: no more public distfiles and/or abandonwarebapt2011-06-171-0/+3 * Another bunch of deprecation: no more public distfiles and/or abandonwarebapt2011-06-163-0/+9 * - Update to 0.5wen2011-06-102-3/+3 * Update to 1.1.04jlaffaye2011-06-105-126/+35 * deprecate and set expiration date:bapt2011-06-091-0/+3 * - Update to 0.4.3wen2011-06-022-3/+3 * - update to 2.24bapt2011-06-023-3/+10 * - Update to 1.57wen2011-05-243-111/+18 * Update to 1.6. Web site has been moved.maho2011-05-114-10/+11 * Update math/gsl to 1.15, and adjust PORTREVISIONbf2011-05-101-1/+2 * - Update to 0.4wen2011-05-092-3/+3 * update to 1.4.1maho2011-05-093-8/+41 * - Update to 2.11swills2011-05-092-3/+3 * Bump PORTREVISION after open-mofit updatemakc2011-05-024-2/+4 * Fix build with open-motif-2.3.3makc2011-05-023-7/+72 * - Updated WWW: to a working linkglarkin2011-04-231-14/+17 * Bio::GFF3 are low-level, fast functions for parsing GFF version 3 files.wen2011-04-225-0/+49 * - Update to 0.4.2wen2011-04-132-3/+3 * Update to GNU make 3.82 after numerous -exp runs.ade2011-04-121-0/+11 * - Update to 0.36wen2011-04-013-4/+14 * - Get Rid MD5 supportmiwi2011-03-1983-110/+0 * - Take maintainershipwen2011-03-141-1/+1 * - Reassign to the heaptabthorpe2011-03-131-1/+1 * - Update to 0.35wen2011-02-282-3/+4 * - Move over to python2.5 or highermiwi2011-02-252-2/+2 * - Update to 0.8wen2011-02-152-4/+3 * - Update to 1.12.5culot2011-02-113-4/+4 * - Update to 5.1.09miwi2011-01-317-470/+508 * - Unbreak the port; I'm not sure how it could possibly work beforepav2011-01-282-12/+3 * - Change depobj for fasta3 to something that does not change on fasta updatespav2011-01-281-1/+1 * - Update to 36.3.2 to fix distfile fetching on pointyhatbeat2011-01-273-16/+13 * - Fix fetchpav2011-01-251-1/+1 * - Fix pkg-plist, got the wrong version beforepgollucci2010-12-311-0/+9 * - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.pgollucci2010-12-301-1/+0 * - Update to 1.4.1pgollucci2010-12-273-149/+143 * - Use canonical format for FreeBSD.org MAINTAINER addressessunpoet2010-12-262-2/+1 * - Update to 2.18wen2010-12-232-3/+3 * - Update to 0.34wen2010-12-232-3/+3 * - Fix fetchwen2010-12-212-2/+3 * - Update to 0.33wen2010-12-163-4/+4 * - Update to 0.32pgollucci2010-12-133-3/+11 * - fix fetch: wget is not required for fetchingpgollucci2010-12-122-6/+0 * Sync to new bsd.autotools.mkade2010-12-045-5/+5 * - Update to 0.4.1wen2010-12-022-4/+3 * Improve port description.danfe2010-11-291-7/+15 * - Also remove them from pkg-plist lists not from me that crept inpgollucci2010-11-241-1/+0 * - Update to 0.31wen2010-11-223-3/+7 * - Update to 2.1wen2010-11-222-4/+3 * - Update to 0.30wen2010-11-172-75/+76 * Fix plist.skreuzer2010-11-171-1/+1 * - Update to 2.15wen2010-11-163-196/+201 * - Update to 1.5.0wen2010-11-103-4/+41 * - Update to 0.28jadawin2010-11-093-7/+3 * - Unbreak build: CPP is now part of MAKE_ENVpav2010-11-081-1/+1 * - Update to 2.10wen2010-11-042-7/+6 * - Unbreak by removing some old and adding some new master sitesrene2010-10-311-5/+4 * - Update to 0.4.0wen2010-10-262-4/+4 * - Update to 0.26wen2010-10-253-5/+8 * - Update to 0.22wen2010-10-223-20/+20 * Update my MAINTAINER address to culot@FreeBSD.org.culot2010-10-201-1/+1 * - Update to 2.14wen2010-10-192-4/+4 * Punt autoconf267->autoconf268ade2010-10-161-1/+1 * - Update to 4.2.0wen2010-10-083-5/+6 * Round one migration of ports from automake{19,110} to automake111ade2010-10-062-2/+2 * - Add an additional MASTER_SITESsunpoet2010-10-011-1/+2 * Mark BROKEN: does not fetch.erwin2010-09-301-0/+1 * - Update to 2.13wen2010-09-263-4/+5 * - Update to 0.76wen2010-09-252-4/+4 * Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,mm2010-09-211-1/+2 * Also broken on sparc64 (and, by implication, ia64).linimon2010-09-171-2/+2 * Update to 1.3r1.3913.maho2010-09-174-636/+699 * - Update to 4.1.0wen2010-09-163-5/+28 * Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-1/+2 * - Update to 4.4cwen2010-09-082-4/+4 * - Update to 0.75wen2010-09-073-6/+12 * - Update to 1.13wen2010-09-072-4/+4 * - Update MAINTAINER to submitters new mail addressdecke2010-09-04