head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.2.0.2 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.1.0.10 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.8 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.6 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.4 pkgsrc-2008Q1:1.1.0.2 pkgsrc-2008Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2009.02.06.17.27.10; author drochner; state dead; branches; next 1.3; 1.3 date 2009.01.13.13.23.38; author wiz; state Exp; branches; next 1.2; 1.2 date 2008.10.16.13.57.31; author drochner; state Exp; branches; next 1.1; 1.1 date 2008.01.14.12.50.17; author drochner; state Exp; branches; next ; desc @@ 1.4 log @update to 2.24.4.1 changes: -performance improvements in the sqlite3 backend -bugfixes -translation updates @ text @$NetBSD: patch-au,v 1.3 2009/01/13 13:23:38 wiz Exp $ --- docs/reference/camel/Makefile.in.orig 2009-01-09 10:20:09.000000000 +0100 +++ docs/reference/camel/Makefile.in @@@@ -693,8 +693,9 @@@@ install-data-local: echo '-- Installing '$$i ; \ $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ done; \ - which gtkdoc-rebase >/dev/null && \ + if test `which gtkdoc-rebase` != ""; then \ gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \ + fi \ fi uninstall-local: @ 1.3 log @Update to 2.24.3: Evolution-Data-Server 2.24.3 2009-01-12 ----------------------------------------- Bug Fixes: #451734: Weather calendar getting wrong data for Blythe, California (Ian Weisser) #545834: IMAP summary headers are not updated on full message download (Milan Crha) #546637: Mail opened from the "Unread mails" displays empty list (Srinivasa Ragavan) #552986: Fix for a crash in pop3_connect (Milan Crha) #554182: GSSAPI not working with 2.24.0 (Milan Crha) #555230: Autocompletion crash on broken vCard (Milan Crha) #557348: Search folders with "Include threads" do not update reliably (Matt McCutchen 2) #558744: Fix for a crash when started in offline mode (Milan Crha) #558883: Evolution 2.24 is terribly slow with large IMAP folders (Srinivasa Ragavan) #558926: Unread message count in virtual folders is wrong (Srinivasa Ragavan) #559153: Migration fixes from Evolution 2.22 to Evolution 2.24 (Sankar P) #559272: Infinite loop using a CalDAV source (Milan Crha) #561081: "Moving" emails is broken (Srinivasa Ragavan) #561561: Use sufficiently large buffers for strftime (Frederic van Starbmann) #562200: Left click of mouse disables calendar (Milan Crha) #562228: Login to exchange fails if "mailbox" is filled manually in the config wizard (Milan Crha) #564339: IMAP syncing performs too much local I/O (Robert Collins) #564541: Fix for a crash doing a search in vFolders (Thomas) #564954: "Match All" search folder shows no messages (Matt McCutchen 2) #209514: (bugzilla.novell.com) Evolution Groupwise missing mails (Sankar P) #435632: (bugzilla.novell.com) Fix for a crash when moving contacts to a different addressbook (Srinivasa Ragavan) #440265: (bugzilla.novell.com) Groupwise Address Book Contact Lists Are Not Saved (Srinivasa Ragavan) #446290: (bugzilla.novell.com) GW Parallel clients & (un)read counts problems (Sankar P) #447121: (bugzilla.novell.com) Fix for a memory corruption in GroupWise (Srinivasa Ragavan) #448079: (bugzilla.novell.com) Instability in GroupWise on x86_64 (Simon Brys) #449916: (bugzilla.novell.com) Loss of data in Messages related to shared memos and Assigned tasks (Bharath Acharya) #455939: (bugzilla.novell.com) Fix for a deadlock in evolution-data-server (Srinivasa Ragavan) #462575: (bugzilla.novell.com) Evolution does not honor the "Check for new messages in all folders" setting for GroupWise SOAP accounts (Simon Brys) Updated Translations: Changwoo Ryu (ko) Gabor Kelemen (hu) @ text @d1 1 a1 1 $NetBSD: patch-au,v 1.2 2008/10/16 13:57:31 drochner Exp $ @ 1.2 log @update to 2.24.0 This switches to the gnome-2.24 release branch. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- ./docs/reference/camel/Makefile.in.orig 2008-09-22 04:26:11.000000000 +0200 +++ ./docs/reference/camel/Makefile.in @@@@ -706,8 +706,9 @@@@ install-data-local: @ 1.1 log @add the same patch as in goffice0.6 to fix which(1) misuse by a Makefile fragment provided by gtk-doc. Should fix build error reported by Thomas Klausner. @ text @d3 1 a3 1 --- ./docs/reference/camel/Makefile.in.orig 2008-01-14 12:37:01.000000000 +0100 d5 3 a7 1 @@@@ -684,8 +684,9 @@@@ install-data-local: a8 2 echo '-- Installing $(srcdir)/html/index.sgml' ; \ $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \ @