summaryrefslogtreecommitdiff
path: root/mail/evolution/patches
diff options
context:
space:
mode:
authorrh <rh>2001-10-06 14:44:01 +0000
committerrh <rh>2001-10-06 14:44:01 +0000
commit6dd27e9383028aefb33d3907abc06b1796386c54 (patch)
treef74d1ed22f984460eaeb4d68ce33acf8c0d468f1 /mail/evolution/patches
parent359b4946aa9f061e3c520c128ea1816b3a661b4c (diff)
downloadpkgsrc-6dd27e9383028aefb33d3907abc06b1796386c54.tar.gz
Update evolution to 0.15 and buildlinkify. Changes are:
Shell: - Fixed a problem with shortcuts not appearing when created by the mailer. (Ettore) - Fixed right-click menu behavior for folders in the folder bar. (Ettore) - Got Rename to work again. (Ettore) - Fixed some folder copy/move/dnd bugs. (Ettore) - Added a menu item to configure the Pilot settings. (Ettore) - Fixed some other miscellaneous bugs/crashes. (Ettore) - Added ability to run the intelligent importers from the File->Import menu item. (iain) Mailer: - Fixed the multiple error-dialog thing. (Michael) - Fixes to PGP decrypting and verification code. (Jeff) - Made vFolders work a lot better. (Michael) - Added a confirm expunge option to the mail settings dialog. (Jeff) - Fixed the update-IMAP-unread-counts bug. (Jeff) - Show messages in the user's preferred charset if the message itself doesn't contain charset information or if the message charset is wrong (ie the system can't convert the text to utf-8). (Jeff) - Many backend fixes that users won't notice. (Michael, Jeff, Dan) - Fixed the crash that accompanied the invalid address warning. (Trow) - Properly encode the mailto: links we generate inside of displayed messages. (Trow) - Improve the signature editor. (iain) Calendar: - Backend improvements (JP, Rodrigo). - The alarm daemon can now re-enter properly [#10840]. (Federico) - Alarms can now have zero-time offsets [#7892]. (Federico) - Warning fixes. (Chris) - Fixed custom Glade widgets on non-Linux systems. (Dan) - Fixed crashing problems in the event/task editor. (Damon) Addressbook: - Miscellaneous bug fixes. (Trow, Chris Toshok, Chris Lahey, JP, Peter Williams) - Better handling of addresses containing commas or other special characters. (Trow) - Fixed bugs related to sending mail by left-clicking on an address inside a message. (Trow) - Auto-completion now matches against contact nicknames. (Trow) - Added help text and generally cleaned up the contact editor. (Anna) - Handle multiple wombats properly. (Chris Toshok) - Made which book to use for address completion configurable (no gui for this yet.) (Chris Toshok) - Made Print Preview work in addressbook. (Chris Lahey) Summary: - Cache images instead of repeatedly reloading them (iain) - Only redraw when the summary is visible (iain) - Use the encoding specified in the RDF file (Takuo Kitame) - Leak fixes (Larry) - Show todays tasks works (iain) - Make the preferences dialog nicer. (iain) Importers: - Handle cases where the Netscape transport is nothing. (iain)
Diffstat (limited to 'mail/evolution/patches')
-rw-r--r--mail/evolution/patches/patch-aa12
-rw-r--r--mail/evolution/patches/patch-am18
2 files changed, 15 insertions, 15 deletions
diff --git a/mail/evolution/patches/patch-aa b/mail/evolution/patches/patch-aa
index 4223e9c869a..ff791f3f48f 100644
--- a/mail/evolution/patches/patch-aa
+++ b/mail/evolution/patches/patch-aa
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.5 2001/09/29 17:43:55 rh Exp $
+$NetBSD: patch-aa,v 1.6 2001/10/06 14:44:02 rh Exp $
---- configure.orig Sat Sep 22 00:22:38 2001
+--- configure.orig Wed Oct 3 00:12:24 2001
+++ configure
-@@ -8364,13 +8364,13 @@
- if { (eval echo configure:8365: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+@@ -8366,13 +8366,13 @@
+ if { (eval echo configure:8367: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
CATOBJEXT=.gmo
- DATADIRNAME=share
@@ -18,7 +18,7 @@ $NetBSD: patch-aa,v 1.5 2001/09/29 17:43:55 rh Exp $
fi
rm -f conftest*
INSTOBJEXT=.mo
-@@ -8599,7 +8599,7 @@
+@@ -8601,7 +8601,7 @@
# We need to process the po/ directory.
POSUB=po
else
@@ -27,7 +27,7 @@ $NetBSD: patch-aa,v 1.5 2001/09/29 17:43:55 rh Exp $
nls_cv_header_intl=intl/libintl.h
nls_cv_header_libgt=intl/libgettext.h
fi
-@@ -9195,8 +9195,8 @@
+@@ -9197,8 +9197,8 @@
# This can only change between Evolution versions (and then can only
# go up.)
evolution_db_version_major=3
diff --git a/mail/evolution/patches/patch-am b/mail/evolution/patches/patch-am
index a505c4d8e47..0f26bfc2b09 100644
--- a/mail/evolution/patches/patch-am
+++ b/mail/evolution/patches/patch-am
@@ -1,13 +1,13 @@
-$NetBSD: patch-am,v 1.1 2001/09/24 04:02:30 mycroft Exp $
+$NetBSD: patch-am,v 1.2 2001/10/06 14:44:02 rh Exp $
---- libibex/Makefile.am.orig Sun Sep 23 23:38:35 2001
-+++ libibex/Makefile.am Sun Sep 23 23:38:42 2001
-@@ -9,8 +9,6 @@
- disktail.c \
- ibex_block.c
+--- libibex/Makefile.in.orig Wed Oct 3 00:14:00 2001
++++ libibex/Makefile.in
+@@ -189,7 +189,7 @@
+ libibex_la_SOURCES = wordindexmem.c block.c ibex.h hash.c disktail.c ibex_block.c
+
-libibex_la_LDFLAGS = -static
--
- libibex_la_LIBADD = \
- $(GAL_LIBS)
++libibex_la_LDFLAGS =
+
+ libibex_la_LIBADD = $(GAL_LIBS)