summaryrefslogtreecommitdiff
path: root/mail/evolution/patches/patch-aj
diff options
context:
space:
mode:
authorrh <rh>2001-05-25 06:16:17 +0000
committerrh <rh>2001-05-25 06:16:17 +0000
commit98858f4fd270f055b3008c8c1e91e5f71b5ea648 (patch)
treeb48ec2b55ef94ece01ccff86de59f926b0bbc97b /mail/evolution/patches/patch-aj
parent55669ad40694599c9760ffb90f1e83f617553c7c (diff)
downloadpkgsrc-98858f4fd270f055b3008c8c1e91e5f71b5ea648.tar.gz
Update evolution to 0.10. This closes PR 13013 by Matthias Scheler
<tron@netbsd.org> Notable changes include: Shell: - Fixed some usability bugs in the folder selection and creation dialogs. - Added a --debug option. - Added support for drag and drop operations. Mail: - Virtual Trash folders in each mail storage and "Empty Trash" menu item to expunge all folders in a store. - Email addresses in mail headers are now right-clickable to add them to the Addressbook - Hide deleted messages is now a mode rather than a one-time operation. - When sending plain text mail, use the new plain text mode of the GtkHTML editor - Cancellable operations, cancellable/async dns lookup, slightly improved progress reporting. - Allow per-identity Draft and Sent folders. - Replies quoted with "> " in messages are now displayed dimmed to make it easier to find the new bits of text. - Saved searches. Searches now configurable via XML with supporting C code. - UNMATCHED vFolder - SASL Authentication - Filter/vFolder on Mailing List. - Resend sent items. - Allow users to turn on/off headers in the composer and added Reply-To header entry in the composer. - Numerous OpenPGP - Replying to a message chooses account based on message addressee's. - Redid Forward Inline and Forward Quoted. - IMAP fixes: greater configurability for faster startup/mail check - IMAP message bodies are now cached to local disk to speed up re-access - New config dialogs - Sorting by a text field in the message list no longer generates a random order. - Fixed "crash when getting new mail from 2 POP servers" bug. - Numerous bugfixes, cleanups and optimisations. Addressbook: - Added support for non editable sources. - Added address completion for use in contact entries using the select names system. - Fixed some major crashes in the addressbook backend. - Updated Ximian's contact information. Calendar: - Event creation fixes. - Calendar loading fixes and removal of old code. - Made the iTIP control have better spacings. - i18n fixes. Tasks: - Created a popup list item for ETable to select the Status, Classification, Priority, Percent & Transparencey fields. - Created a popup date editor item for ETable to set all the dates in the tasks. Importers: - Created Intelligent Importers that look for certain files on your disk and works out what type of data it is. Currently Intelligent Importers exist for Pine, Elm and Netscape. General: - Rewrote ETree in gal. Changed evolution to support the changes in API. - Lots of Etable/ETree bug fixes. - Lots of i18n/l10n fixes. and the Evolution gang) - Fixed the shell interface so it could correctly create folders.
Diffstat (limited to 'mail/evolution/patches/patch-aj')
-rw-r--r--mail/evolution/patches/patch-aj14
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/evolution/patches/patch-aj b/mail/evolution/patches/patch-aj
index 6ca167f23d2..c3eeffe757d 100644
--- a/mail/evolution/patches/patch-aj
+++ b/mail/evolution/patches/patch-aj
@@ -1,17 +1,17 @@
-$NetBSD: patch-aj,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $
+$NetBSD: patch-aj,v 1.2 2001/05/25 06:16:18 rh Exp $
---- calendar/gui/Makefile.in.orig Tue Mar 13 21:13:07 2001
+--- calendar/gui/Makefile.in.orig Thu May 24 07:19:17 2001
+++ calendar/gui/Makefile.in
-@@ -192,7 +192,7 @@
- evolution_calendar_SOURCES = $(IDL_GENERATED) alarm.c alarm.h calendar-config.c calendar-config.h calendar-commands.c calendar-commands.h calendar-model.c calendar-model.h calendar-summary.c calendar-summary.h comp-util.c comp-util.h control-factory.c control-factory.h component-factory.c component-factory.h e-calendar-table.h e-calendar-table.c e-day-view-main-item.c e-day-view-main-item.h e-day-view-time-item.c e-day-view-time-item.h e-day-view-top-item.c e-day-view-top-item.h e-day-view.c e-day-view.h e-itip-control.h e-itip-control.c e-meeting-edit.h e-meeting-edit.c e-week-view-event-item.c e-week-view-event-item.h e-week-view-main-item.c e-week-view-main-item.h e-week-view-titles-item.c e-week-view-titles-item.h e-week-view.c e-week-view.h e-tasks.c e-tasks.h event-editor.c event-editor.h gnome-cal.c gnome-cal.h goto.c goto.h itip-utils.c itip-utils.h main.c popup-menu.c popup-menu.h print.c print.h tag-calendar.c tag-calendar.h tasks-control-factory.c tasks-control-factory.h tasks-control.c tasks-control.h tasks-migrate.c tasks-migrate.h weekday-picker.c weekday-picker.h widget-util.c widget-util.h
+@@ -186,7 +186,7 @@
+ evolution_calendar_SOURCES = $(IDL_GENERATED) calendar-config.c calendar-config.h calendar-commands.c calendar-commands.h calendar-model.c calendar-model.h calendar-summary.c calendar-summary.h comp-util.c comp-util.h control-factory.c control-factory.h component-factory.c component-factory.h e-calendar-table.h e-calendar-table.c e-day-view-main-item.c e-day-view-main-item.h e-day-view-time-item.c e-day-view-time-item.h e-day-view-top-item.c e-day-view-top-item.h e-day-view.c e-day-view.h e-itip-control.h e-itip-control.c e-meeting-edit.h e-meeting-edit.c e-week-view-event-item.c e-week-view-event-item.h e-week-view-main-item.c e-week-view-main-item.h e-week-view-titles-item.c e-week-view-titles-item.h e-week-view.c e-week-view.h e-tasks.c e-tasks.h event-editor.c event-editor.h gnome-cal.c gnome-cal.h goto.c goto.h itip-utils.c itip-utils.h main.c print.c print.h tag-calendar.c tag-calendar.h tasks-control-factory.c tasks-control-factory.h tasks-control.c tasks-control.h tasks-migrate.c tasks-migrate.h weekday-picker.c weekday-picker.h widget-util.c widget-util.h
--evolution_calendar_LDADD = $(top_builddir)/shell/libeshell.a $(top_builddir)/calendar/cal-client/libcal-client.la $(top_builddir)/calendar/cal-util/libcal-util.la $(top_builddir)/e-util/libeutil.la $(top_builddir)/executive-summary/evolution-services/libevolution-services.la $(top_builddir)/libversit/libversit.la $(top_builddir)/libical/src/libical/libical.la $(top_builddir)/widgets/meeting-time-sel/libevolutionmtsel.a $(top_builddir)/widgets/misc/libemiscwidgets.a dialogs/libcal-dialogs.a $(BONOBO_HTML_GNOME_LIBS) $(BONOBO_VFS_GNOME_LIBS) $(EXTRA_GNOME_LIBS) $(INTLLIBS)
-+evolution_calendar_LDADD = $(top_builddir)/shell/libeshell.a $(top_builddir)/calendar/cal-client/libcal-client.la $(top_builddir)/calendar/cal-util/libcal-util.la $(top_builddir)/e-util/libeutil.la $(top_builddir)/executive-summary/evolution-services/libevolution-services.la $(top_builddir)/libversit/libversit.la -L`pwd` -lical $(top_builddir)/widgets/meeting-time-sel/libevolutionmtsel.a $(top_builddir)/widgets/misc/libemiscwidgets.a dialogs/libcal-dialogs.a $(BONOBO_HTML_GNOME_LIBS) $(BONOBO_VFS_GNOME_LIBS) $(EXTRA_GNOME_LIBS) $(INTLLIBS)
+-evolution_calendar_LDADD = alarm-notify/libalarm.a $(top_builddir)/shell/libeshell.a $(top_builddir)/calendar/cal-client/libcal-client.la $(top_builddir)/calendar/cal-util/libcal-util.la $(top_builddir)/e-util/libeutil.la $(top_builddir)/executive-summary/evolution-services/libevolution-services.la $(top_builddir)/libversit/libversit.la $(top_builddir)/libical/src/libical/libical.la $(top_builddir)/widgets/meeting-time-sel/libevolutionmtsel.a $(top_builddir)/widgets/misc/libemiscwidgets.a $(top_builddir)/widgets/menus/libmenus.la dialogs/libcal-dialogs.a $(BONOBO_HTML_GNOME_LIBS) $(BONOBO_VFS_GNOME_LIBS) $(EXTRA_GNOME_LIBS) $(INTLLIBS)
++evolution_calendar_LDADD = alarm-notify/libalarm.a $(top_builddir)/shell/libeshell.a $(top_builddir)/calendar/cal-client/libcal-client.la $(top_builddir)/calendar/cal-util/libcal-util.la $(top_builddir)/e-util/libeutil.la $(top_builddir)/executive-summary/evolution-services/libevolution-services.la $(top_builddir)/libversit/libversit.la -L`pwd` -lical $(top_builddir)/widgets/meeting-time-sel/libevolutionmtsel.a $(top_builddir)/widgets/misc/libemiscwidgets.a $(top_builddir)/widgets/menus/libmenus.la dialogs/libcal-dialogs.a $(BONOBO_HTML_GNOME_LIBS) $(BONOBO_VFS_GNOME_LIBS) $(EXTRA_GNOME_LIBS) $(INTLLIBS)
#evolution_calendar_LDFLAGS = `gnome-config --libs gdk_pixbuf`
-@@ -330,6 +330,8 @@
+@@ -328,6 +328,8 @@
maintainer-clean-libtool:
evolution-calendar: $(evolution_calendar_OBJECTS) $(evolution_calendar_DEPENDENCIES)