Commit graph

90 commits

Author SHA1 Message Date
adrianp
f810ab03a5 Fix for format string security issue:
http://www.sitic.se/eng/advisories_and_recommendations/sa05-001.html
Tested by myself and jmmv@
Bump to nb1
2005-08-24 10:59:12 +00:00
jmmv
1bf336937a This needs plural support in gettext. Pointed out by Leonard Schmidt in
tech-pkg@.
2005-08-21 20:53:34 +00:00
jmmv
d67c47824d Update to 2.2.3:
Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

 * Mail
   #273752 - Dragging folder from Maildir spool account to 'On This Computer'
             crashes Evolution  (Michael Zucchi)

 * Calendar
   #301350 - alarms totally unreliable (Rodrigo Moya)
   #274406 - alarm notify crasher (Chenthill)
   #274476 - File ->Open Appointments, opens meeting as appointment (Chenthill)

 * Plugins
   #274366 - Received a mail with multiple address.
             crash clicking reply all (Sushma)

 * Others
   - Kill evolution-data-server-1.2 in kill_data_server (Frederic Crozat)
   - just return in itip_send_comp if backend can handle sending requests
     (Harry Lu)
   - fix some addressbook leaks (Ross Burton)

Updated Translations: de, zh_TW, xh, cy, fa, nb, et, fa, ko, es, bg, vi.
2005-08-21 11:34:37 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
hira
7ae5a745c5 Add missing entries to PLIST. Bump PKGREVISION. 2005-06-06 14:53:19 +00:00
wiz
61dd787c63 Deprecate ipv6 option in favour of inet6. 2005-06-01 18:19:31 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
rillig
65b9e34ce8 Changed $0 into $$0 in shell command. 2005-05-31 19:44:15 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jmmv
0935023a53 Update to 2.2.2:
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook
   #74404 - [Gnopernicus] Evolution crashes after deleting contacts with keyboard (Yu Mengjie)
   #73330 - Tried adding attende in meeting under gw calendar - Evolution crashed (Siva)
   #74255 - Copy to address book option doesnot check for duplicates (Siva)

 * Calendar
   #44719 - Alarm Notify window is not sticky any more (Rodrigo)
   #69272 - crash creating new appointment (JP)
   #73320 - double click attendee - removes user from meeting attendence list (Chen)
   #44579 - appointment location / description does not get printed (Harry Lu)
   #68525 - crash while evo is in background (Chen)
   #72983 - 'List' view has one entry for recurring appointment (Rodrigo)
   #68423 - Memory leak when purging (Rodrigo)
   #73969 - 'Cancel' meeting doesnt delete all instances of recurring meeting in 'attendee's calendar

 * Mail
   #73347 - default action for recover files wrong (Michael)
   #72935 - Cancel Button does not light up in second window (Michael)
   #72518 - Delete warning untrue when choose Delete vFolder (Michael)
   #70394 - "mailer" header is displayed twice when both "x-mailer" and "user-agent" set (Jeff)
   #73363 - loads every message the cursor passes through (Michael)
   #73559 - Evolution filter crash when using Source Account criteria (Michael)
   #71003 - threads still running at exit (Michael)
   #73550 - HTML mails don't show if "prefer plain-text" plugin no active (Michael)
   #36972 - Composer overrides selection  (Radek)
   #73192 - Mark as (un)read missing from context popup menu (Rodney)
   #74320 - evolution crashes on non-malformed mail message (Michael)

 * Plugins
   #73627 - No way to configure mailbox != username (Sushma)
   #73844 - Problem handling meeting requests with VTIMEZONEs (JP)

Other bugs

 * Calendar
   - Fix memory leaks in calendar (Rodrigo)

 * Mail
   - Update menu sensitivity in the non-single message case (Michael)

 * SMIME
   - Handle cases where the version of the root cert module changed (Jeff)

 * Shell
   - Handle cases where the version of the root cert module changed (Jeff)

 * Plugins
   - Emit the offline event properly in the shell (Michael)
   - Prevent crash of bbdb if the book can't be opened (Michael)

 * All
   - Clean up debug spew (Michael)
   - Fix memory leak for gal view menus (Michael)

Updated translations:
	-pl (GNOME PL Team)
	-ja (Takeshi AIHANA)
	-da (Martin Willemoes Hansen)
	-fr (Christophe Merlet)
	-ko (Changwoo Ryu)
	-en_GB (David Lodge)
	-tr (Baris Cicek)
	-cs (Miloslav Trmac)
	-de (Frank Arnold)
	-sr (Danilo Segan)
	-sr@Latn (Danilo Segan)
	-es (Francisco Javier F. Serrador)
	-pt_BR (Raphael Higino)
	-sq (Laurent Dhima)
	-fi (Hile Tuohela)
	-gu (Ankit Patel)
	-sv (Christian Rose)
	-pt (Duarte Loreto)
	-en_CA (Adam Weinberger)
2005-05-19 21:06:46 +00:00
jmmv
d24b2e6bb5 Ignore the smime stuff in the PLIST when ssl is disabled. Fixes problem
reported by Leonard Schmidt in tech-pkg@, thread "``make package'' fails
on evolution and gnumeric".
2005-04-13 17:16:25 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jmmv
46abaddea2 Update to 2.2.1.1:
Evolution 2.2.1.1, 2005-03-17
-----------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Calendar
   #72983 - 'List' view has one entry for recurring appointment (Rodrigo)

 * Mail
   #73559 - Evolution filter crash when using Source Account criteria (Michael)
   #71003 - threads still running at exit redux (Michael)
   #73550 - HTML mails don't show if "prefer plain-text" plugin not active
   (Michael)

Other bugs

 * Plugins
   - Set auth mechanism for transport and source when configuring exchange
   (Sushma)

Evolution 2.2.1, 2005-03-15
---------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook
   #73206 - Evolution crashed when clicked on 'Cancel' of LDAP authentication
   (Siva)

 * Calendar
   #73563 - evolution-alarm-notify crashes after pressing snooze button (JP)
   #72979 - Meeting is displayed as appointment in 'List view' (Chen)
   #73501 - In 'Send Options' popup 'General Options' tab should be removed
   for exchange (Sush)

 * Mail
   #73293 - unread messages becoming read do not update menu items (Michael)
   #73139 - Not able to see the icons of Shared Folders (Vivek)
   #73100 - Unify Evolution license text check box messages in Evolution
   mailer (Michael)
   #71733 - signature editor should set focus on title field (Harry Lu)
   #73501 - In 'Send Options' popup 'General Options' tab should be removed
   (Sushma)

 * Plugins
   #72807 - Switching from gw account crashes Evolution (Siva)
   #73201 -Sharing tab is not present in the properties of a folder which has
   a space in its name (Vivek)

Other bugs

 * Calendar
   - Fix memory leak in calendar views (Michael)
   - Fix forward as icalendar (JP)
   - Fix default color and selection on first run (JP)

 * Mail
   - Improved Post-To handling (Michael)
   - Fix To/CC/BCC cut and paste (Hans)

 * Plugins
   - Don't return an invisible item in gw account setup (Michael)
   - Handle assigned tasks in itip formatter (JP)

 * All
   - Clean up debug spew (Michael)
   - Fix memory leak for gal view menus (Michael)

Updated translations:
	-pl (GNOME PL Team)
	-ja (Takeshi AIHANA)
	-da (Martin Willemoes Hansen)
	-fr (Christophe Merlet)
	-ko (Changwoo Ryu)
	-en_GB (David Lodge)
	-tr (Baris Cicek)
	-cs (Miloslav Trmac)
	-de (Frank Arnold)
	-sr (Danilo Segan)
	-sr@Latn (Danilo Segan)
	-es (Francisco Javier F. Serrador)
	-pt_BR (Raphael Higino)
	-sq (Laurent Dhima)
	-fi (Hile Tuohela)
	-gu (Ankit Patel)
	-sv (Christian Rose)
	-pt (Duarte Loreto)
	-en_CA (Adam Weinberger)
2005-03-26 16:21:12 +00:00
jmmv
c69048dff0 Update to 2.2.0:
Evolution 2.2.0, 2005-03-07
---------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook
   #73152 - Assigning Color To Default Personal Contacts, Creates Duplicate (Siva)

 * Calendar
   #72835 - Alarm notify crashes always (Rodrigo)
   #73152 - Assigning Color To Default Personal Calendar, Creates Duplicate (Siva)

Other bugs

 * Plugins
   - Fix exchange plugin description for OOF (Sushma)

Updated translations:
	- pt_BR (Raphael Higino)
	- hu (Laszlo Dvornik)
	- sr (Danilo Segan, Igor Nestorovic)
	- sr@Latn (Danilo Segan, Igor Nestorovic)
	- nl (Tino Meinen)
	- lt (Zygimantas Berucka)
	- sq (Gintautas Miliauskas, Laurent Dhima)
	- ja (Takeshi AIHANA)
	- bg (Iassen Pramataro)

Evolution 2.1.6, 2005-02-28
---------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook
   #73005 - Cannot cancel 'Contact List Editor' (Siva)
   #73005 - offline - setting/unsetting folder offline property is not working (Sushma)
   #70371 - Evolution crashes when adding contact list (Siva)
   #67724 - When unix user name, callendar points to old username (Siva)
   #54825 - Freeze on .vcf import from MacOS X AddressBook (Christophe Fergeau)
   #73013 - 'Right' click on a 'Contact' cannot select 'Cut' (Siva)

 * Calendar
   #72958 - Unable to send delayed meeting (Chen)
   #72006 - Opened existing appointments with attachment - press cancel - popup info with save / discard / cancel changes (Chen)
   #63866 - Same name can be entered twice in invitations tab (JP)
   #67714 - Invitations Tab Allows Entry Of Empty Line (JP)
   #62089 - adding contact lists to meetings impossible (JP)
   #47747 - Changes to attendee not updated until click on different row (JP)
   #61495 - Existing text is placed off screen when editing attendee field (JP)
   #28947 - adding contact list to attendee list should expand it (JP)
   #67724 - When unix user name, callendar points to old username (Siva)
   #72038 - Changes meeting to appoinment after throwing warning invalid mail id (Rodrigo)
   #69556 - Crash attaching mime parts to calendar events (Harish)

 * Mail
   #66126 - attach File Chooser is modal (Michael)
   #68549 - Answering to Usenet article doesn't consider the "Followup-To:" field (Michael)
   #71003 - threads still running at exit (Michael)
   #62109 - Inconsistent ways of determining 8-bit Subject: and From: header charsets (Jeff)
   #34153 - Confusing Outbox semantics for deleted outgoing messages (Michael)
   #71528 - Search Selection Widget Has Repeated Items (Michael)
   #71967 - Evolution delete mail from POP3 server even is checked the option "leave the mail on server (Michael)
   #40515 - Signature scripts do not allow switches (Michael)
   #68866 - Forward button doesn't put newline between headers and body (Michael)
   #35219 - flag-for-followup crufting (Michael)
   #64987 - Go to next unread message doesn't work when multiple messages are selected (Michael)
   #72337 - Evolution crashes if I click OK/Cancel on the password dialog after disabling the IMAP account (Michael)
   #70718 - Next and previous buttons don't realize there's new mail (Michael)
   #61363 - Setup wizard, IMAP for receiving server, sending default GW (Michael)
   #70795 - Next/Previous Message Should Only Display Listed Emails (Michael)
   #23822 - no copy text option when right-clicking on marked mail text (Rodney)
   #72266 - You shouldn't be able to open more than one 'Select Folder' dialog in the mail filters (Michael)
   #71429 - on NLD, menus in wrong order (Michae)l
   #72228 - cannot store into groupwise sent folder (Michael)
   #72209 - Evolution is crashing when you move a VFolder to a folder 'on this computer' (Michael)
   #72275 - Can't use Shift+F10 to popup context menu for link in message (Harry Lu)
   #54503 - "New" dropdown menu on toolbar has wrong widget style (Rodney)
   #72676 - Saved filter rule can't be modified if it is selected with GOK. (Harry Lu)

 * SMIME
   #68592 - "Backup" buttons in certificate settings does nothing - work around (Michael)

 * Shell
   #33287 - "send/receive" button not greyed out when starting offline (JP)
   #48868 - Status bar changes its height when fonts are large (William Jon McCann)

 * Plugins
   #71527 - Save Calendar widget mixup between directory and file (Rodrigo)

Other bugs

 * Addressbook
   - Use new categories dialog in contact editor (Rodrigo)
   - HIG spacing fixes (Rodney)
   - Display warning dialog when GW server is old (Vivek)

 * Calendar
   - Always ensure default sources are available (Siva)
   - Don't look up free/busy unless we need to (Harish)
   - Make sure new events don't display twice (Chen)
   - Make sure double click opens attachments (Chen)

 * Mail
   - a11y fixes for composer (Harry Lu)
   - Use gnome-vfs API to launch external applications (Marco Pesenti Gritti)
   - New mailer context menus for messages (Rodney)

 * Shell
   - Fix leak (JP)
   - Use gnome-vfs API to open quick reference (Marco Pesenti Gritti)

 * Plugins
   - Make e-popup more robust (Michael)
   - Cleanup authors/descriptions (Björn Torkelsson)
   - out of office exchange fixes (Sushma)
   - retry send options if invalid session string (Chen)
   - set proper default port for shared folders (Vivek)

 * Miscellaneous
   - BSD runtime linking fixes (Hans)
   - distclean fixes (Björn Torkelsson)

Updated translations:
	- et (Priit Laes)
	- el (Kostas Papadimas, Nikos Charonitakis)
	- sv (Christian Rose)
	- es (Francisco Javier F. Serrador)
	- it (Luca Ferretti, Marco Ciampa)
	- da (Martin Willemoes Hansen)
	- ca (Josep Puigdemont, Xavi Conde)
	- nb (Kjartan Maraas)
	- no (Kjartan Maraas)
	- ru (Leonid Kanter)
	- gu (Ankit Patel)
	- cs (Miloslav Trmac)
	- nl (Vincent van Adrighem)
	- fi (Ilkka Tuohela)
	- pt (Duarte Loreto)
	- uk (Maxim Dziumanenko)
	- ko (Changwoo Ryu)
	- de (Frank Arnold)
	- fr (Vincent Carriere)
	- en_CA (Adam Weinberger)
	- cs (Miloslav Trmac)
	- pl (Artur Flinta)
	- bg (Vladimir Petkov)
	- ja (Takeshi AIHANA)
	- en_GB (David Lodge)
	- en_CA (Adam Weinberger)
	- lt (Zygimantas Berucka)

Evolution 2.1.5, 2005-02-07
---------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook
   #36137 - Leading %s in addressbook message totally non-obvious (Siva)
   #57819 - Evolution allows to create several contact lists with same name
            (Partha)
   #61060 - Don't split sentences in Evolution (Siva)
   #61067 - Use translator comment for evolution addressbook message (Siva)
   #67411 - Crash: create new address book (Hans Petter)
   #68799 - Evolution doesn't store IM info on the LDAP server (Siva)
   #70339 - vcard preview doesn't appear to work (Siva)

 * Calendar
   #33078 - No category list for Category searches in Calendar & Tasks (Rodrigo)
   #56901 - Only one line gets printed when printing Tasks and Appointments (Yong)
   #61078 - Please avoid using different styles of markup in translateable
            evolution messages (Priit)
   #64682 - Moving a appts from one calendar to another sends update (Chenthill)
   #71265 - Deletion Of Weather Calendar Crashes Evo (Rodrigo)
   #71452 - Pressing 2 times escape - edited meeting window disappear (JP)
   #71485 - String issues (JP)
   #71729 - Gnopernicus should report the full name of week day (Li)
   #71929 - Whitespace before colons in Evolution calendar a11y messages
            (Rodrigo)
   #71924, 71926, 71932 - Don't split sentences (Harry)
   #71944 - Failed to compile (JP)
   #72088 - Some calendar a11y functions don't work (Harry)
   #72090 - Evolution crashed when clicking on 'open calender' in sent items (Rodrigo)

 * Mail
   #65329 - Regression in default folder name localisation (Michael)
   #67083 - CJK-translated mail header names are line-wrapped with long lined headers
            (Michael)
   #68137 - Inconsistent VFolder vs vFolder (Rodney)
   #68696 - RFE: Simplifications to the "Account Management" page of the Account
            setup druid (Rodney)
   #68743 - Button jumps when you click it (Rodney)
   #69815 - Cannot quit while updating vfolders (Michael)
   #69850 - Crash: attempting to create a Vfolder based on a message without a Sender
            (Michael)
   #70454 - Folder shows unsubscribed, but is subscribed (Jeff)
   #71310 - Always loses my signature script settings (Michael)
   #71312 - Double-clicking vFolder of Draft folder doesn't allow editing (Michael)
   #71520 - Changing server type not displayed immediately in 'Account settings'
            (Michael)
   #71521 - 'Account Editor' does not allow to change hostname (Michael)
   #71774 - Evolution crashes when cancel 'Rename Folder' dialog (Mengjie)
   #71937 - Spamasssassin typo in Evolution mail schemas (JP)

 * Plugins
   #41235 - Spacing/padding of itip control (Rodney)
   #71460 - Clicking accept button in appointment - Unable to send item to calender
            'Calender'. Invalid object (Chenthill)
   #71512 - Crash: AMD64 Unable to add or import contacts (Siva)
   #71644 - Empty string marked for translation (Sushma)

Other bugs

 * Addressbook
   - Use new categories dialog in contact editor (Rodrigo)
   - HIG spacing fixes (Rodney)
   - Display warning dialog when GW server is old (Vivek)

 * Calendar
   - Fixed sensitation of widgets in recurrence page (Rodrigo)
   - Fixed IDL duplications (Hans Petter)
   - Don't build private libraries as modules (Hans Petter)
   - Fixed popup menu for detached recurrences (Rodrigo)
   - HIG spacing/padding fixes (Rodney)
   - Display warning dialog when GW server is old (Vivek)
   - Clear component preview when updating (Rodrigo)
   - Added help button to editors (Rodney)
   - Fix DND issues with calendar attachments (Harish)

 * Mail
   - HIG fixes (Rodney)

 * Plugins
   - Use icon factory in audio-inline plugin (JP)
   - Fix order of menus in calendar-http plugin (David)
   - Added missing ID's (JP)
   - Set weather categories as not searchable (Rodrigo)
   - Added auth type section in exchange-account-setup plugin (Sushma)
   - Fixed crash in groupwise-send-options dialog (Chenthill)

 * All
   - Added 'pt' default setup to build (Rodney)
   - Fixed druid lock on startup (Jeff)
   - a11y improvements (Mengjie, Li, Harry)
   - HIG fixes to e-passwords dialogs (Rodney)

Updated translations:
   - bg (Alexander Shopov)
   - cs (Miloslav Trmac)
   - de (Hendrik Richter, Frank Arnold)
   - el (Kostas Papadimas)
   - en_CA (Adam Weinberger)
   - es (Francisco Javier F. Serrador)
   - et (Priit Laes)
   - it (Marco Ciampa)
   - ja (Takeshi AIHANA)
   - lt (Zygimantas Beruska)
   - nb (Kjartan Maraas)
   - no (Kjartan Maraas)
   - ru (Leonid Kanter)
   - sk (Marcel Telka)
   - sv (Christian Rose)
   - zh_CN (Funda Wang)

Evolution 2.1.4, 2005-01-24
----------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Mail

   #46287 - Space key should work for checkbox (JP)
   #57090 - Junk Button Sensitivity needs changes (Radek)
   #69122 - Make subject || sender contains the default search (Michael)
   #60664 - message view does not follow theme change (Michael)
   #55831 - missing warning dialog about opening a lot of selected mails (Michael)
   #66943 - Crash when saving draft (Michael)
   #70768 - 'Mark All as Read' marks all the mails which are not in current query as read (Michael)
   #71105 - When trying to rename a folder containing a slash "/" and spaces, evil stuff happens (Michael)
   #65178 - newly created folder on local maildir doesn't show until evolution restart (Michael)
   #71029 - receiving settings not stored (Michael)
   #70990 - NNTP without username broken (Michael)
   #70018 - Signatures don't work (Michael)
   #68352 - Add post message keybinding (Rodney)

 * Calendar

   #71407 - Input Protect Read-Only Calendars (Rodrigo)
   #65820 - Evolution Calendar weekday names message needs translator comment (JP)

 * Addressbook

   #70622 - crash (JP)
   #71448 - Deleting many contacts is incredibly slow (Siva)
   #41210 - spacing/padding of "Contact Quick Add" dialog (Rodney)
   #60852 - "Add address" popup dialog UI is ugly/wrong size, and button is resizable (Rodney)
   #41228 - spacing/padding of "duplicate contact detected" dialog (Rodney)
   #70922 - Email address types should show "Other" when importing vcards (Siva)
   #61973 - add TTYTDD translator comment (JP)

 * Plugins

   #71384 - 'Forward' button is disabled while configuring mail id (Sushma)
   #29985 - Accepted meetings should have a replied-to icon (JP)

 * Miscellaneous

   #46404 - not remembering printer definition (JP)

Other bugs

 * Address Book

    - set full name appropriately when quick adding (Hans)
    - fix creation of local addressbooks (Siva)
    - a11y fixes (Hao Sheng)

 * Mail

    - Add items to folder properties correctly (Jeff)
    - Add async descriptions (Jeff)

 * Calendar

    - for detached instances, disable recurrence UI (Rodrigo)
    - use receive_objects for importing (Rodrigo)
    - change free/busy prefs title (Nat)
    - handle attachment errors better (Harish)
    - fix possible day view resize crash (Michael)

 * Shell

    - fix offline handler crash (JP)
    - close import wizard on Esc (Mengjie Yu)

 * S/MIME

    - don't remove tree node if deleting cert failed (Michael)

  * Plugins

    - Add addressbook file config plugin so local calendar get set up right (Siva)
    - In BBDB check the buddy account name not alias (Nat)
    - In weather calendar fix units spelling (David Trowbridge)
    - In weather calendar use single metric/imperial specification (David Trowbridge)
    - Add default source plugin so its easy to set for the user (Siva)
    - Make exchange account setup simpler (Sushma)
    - In groupwise account setup simplify the settings for soap only (Siva)
    - Add groupwise status tracking plugin so the user can see the information they requested (Chen)
    - In itip-formatter extract the decoded text so non-ascii works (JP)
    - In itip-formatter handle utc dtstart/dtend correctly (JP)
    - In new-mail-notify fix DBUS event handling (Miguel Angel Lopez Hernandez)
    - In groupwise sendoptions, make sure the global send options actually work (Chen)
    - In groupwise shared folder, improve UI (Vivek)
    - In groupwise shared folder, add a wizard for shared folder notifications (Vivek)

Updated translations:
	- es (Francisco Javier F. Serrador)
	- de (Hendrik Richter, Frank Arnold)
	- it (Marco Ciampa)
	- nl (Vincent van Adrighem)
	- lt (Zygimantas Berucka)
	- nb (Kjartan Maraas)
	- no (Kjartan Maraas)
	- et (Priit Laes)
	- el (Nikos Charonitakis)
	- ja (Takeshi AIHANA)
	- en_CA (Adam Weinberger)

Evolution 2.1.3, 2004-01-10
----------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Calendar

   #69663 - Task list on the web does not mark tasks as finished (JP)
   #61076 - Evolution calendar messages unnecessarily marked for translation (JP)
   #41624 - only the last exception is deleted on palm device (JP)

 * Addressbook

   #61068 - Extraneous space in evolution message (Andre Klapper)
   #61975 - Can't translate string "Reflow test" (JP)

 * Plugins

   #30992 - Preferences dialog greys out OK button after Apply (JP)

Other bugs

 * Address Book

    - set read only state better for contact editor (Hans)
    - add UI for marking calendars offline (Siva)
    - use new name selector api (Hans)

 * Mail

    - Display icon for shared folder (Vivek)
    - New offline folder/store classes (Jeff)
    - Handle reply in mailto: (Michael)
    - a11y fixes (Mengjie Yu)
    -  (Mengjie Yu)

 * Calendar

    - detached instance recurrence handling (Rodrigo)
    - calendar attachments (Harish)
    - send options for meeting (Chen)
    - handle calendar:// uris (JP)
    - handle different calendars having the same uid (Rodrigo)
    - add UI for marking calendars offline (Chen)
    - use new name selector API (Hans)
    - prevent crash when searching for f/b info (JP)
    - a11y fixes (Harry)
    - calendar config cleanup (JP)

 * Shell

    - Make component buttons configurable (JP)
    - Set offline with gconf key (Siva)

  * Plugins

    - add component.migration event for calendar (David Trowbridge)
    - fix translations of popup menus (Michael)
    - HIG config dialog fixes (Rodney)
    - Add calendar file config plugin so local calendar get set up right (JP)
    - Add calendar weather config plugin (David Trowbridge)
    - Add exchange account config plugin (Sushma)
    - Add groupwise send options plugin (Partha)
    - Add itip formatter plugin (JP)
    - Add new-mail-notify plugin that uses DBUS (Miguel Angel Lopez Hernandez)
    - Use standard error messages in save-calendar plugin (Philip Van Hoof)
    - Add send options plugin for account editor (Chen)
    - Add shared folder notification plugin (vivek)

Updated translations:
  - lt (Zygimantas Berucka)
  - ja (Takeshi AIHANA)
  - bg (Vladimir Petkov, Alexander Shopov)
  - et (Priit Laes, Ivar Smolin)

Evolution 2.1.2, 2004-12-20
----------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Mail

   #68759 - Evolution Shell can't load modules (JP)
   #69579 - Moving a message from an IMAP INBOX to an IMAP folder caused crash (Michael)
   #69339 - postscript and some other attachments not visable (Michael)
   #69579 - vFolders#UNMATCHED generates errors (Michael)
   #68958 - current message forgotten in vfolders (Michael)
   #69446 - Mail shown as attachment if some headers are upper case (Michael)
   #46229 - Filters dialog - label suggestions (Diego Sevilla Ruiz)

 * Calendar

   #47535 - Snooze Time "minutes" string Improperly marked for translation
    (Rodney)
   #67403 - wrong alarm time displayed (Rodrigo)

 * Shell

   #61065 - Evolution should be spelled with uppercase E in evolution message (Joan Sanfeliu)

Other bugs

 * Address Book

    - Turkish locale fixes (S. Caglar Onur)
    - Set proper window title for editing addressbook properties (Vivek)
    - Prevent null UID from causing weird saving problems (Siva)
    - a11y fixes (Harry Lu, Hao Sheng)

 * Mail

    - Add mnemonics everywhere (Mengjie Yu)
    - Moving a message from an IMAP INBOX to an IMAP folder caused crash (Radek)

 * Calendar

    - let users set a template for fetching free/busy information (James
      Bowes)
    - Set proper window title for editing calendar/task properties (Vivek)
    - Leak fixes (Harish)
    - Fix 64 bit problem (David Mosberger)
    - UI Fixes for meetings and assigned tasks (Chen)

 * Shell

    - fix 64 bit problem (David Mosberger)
    - use new window icon (Rodney)

  * Plugins

    - make plugin hooks available for mail even when the mailer is not
    activated (Michael)
    - move groupwise config code to a plugin (Siva)
    - support csv and rdf calendar saving (Philip Van Hoof)

Updated translations:

  - nl (Vincent van Adrighem)
  - sv (Christian Rose)
  - ca (Jordi Mallach)
  - zh_CN (Funda Wang)
  - bg (Alexander Shopov)
  - fi (Ilkka Tuohela)
  - da (Martin Willemoes Hansen)
  - tr (Baris Cicek)
  - lt (Zygimantas Berucka)
  - cy (Dafydd Harries)

Evolution 2.1.1, 2004-11-28
----------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook

   #28725 - should not say "no items in this view" until the backend is done responding (Sushma)
   #61065 - Evolution should be spelled with uppercase E in evolution message (Joan Sanfeliu)
   #61976 - Near-identical strings, should be made identical (Rodney)
   #67656 - almost the same email address are considrered identical (Siva)
   #61966 - Typo in string: Word "be" missing (Andre Klapper)
   #69079 - Data repeated after save with bad date format (Siva)
   #66854 - Some strings are missed to translation (partial, Rodney)

 * Mail

   #68787 - Crash when migrating 1.4 data to 2.0.2 (Michael)
   #69109 - EHLO or HELO with ip addresses does not conform rfc 821 (Michael)
   #69408 - Evolution hang in message fetching with ima4rev1 (Jeff)
   #69145 - toplevel message/rfc822 parts are broken for IMAP (Michael)
   #69241 - base64 attachement holding PGP block (Jeff)
   #69160 - IMAP4 dont freez on scaning imap folders (Jeff)
   #67496 - html email not rendered in preview pane (Michael)

 * Calendar

   #68624 - Requires URL to have http:// or webcal:// at beginning (Diego Sevilla Ruiz)
   #47529 - Date in reminder window appears in UTF-8 in non-UTF-8 locale (Rodney)
   #6767  - Fix hardcode colors in day, week, month views (Li Yuan)
   #68707 - Events ending at 12:00 AM show as ending at 12:00 pm (JP)

 * Shell

   #61065 - Evolution should be spelled with uppercase E in evolution message (Joan Sanfeliu)

Other bugs

 * Address Book

    - Handle required fields (Siva)
    - a11y fixes (Hao Sheng)
    - make shift-F10 popup menu (Hao Sheng)
    - don't show error dialog when cancelling operation (Siva)

 * Mail

    - Reduce memory for vfolder operations (Michael)
    - Use unix sockets for spam checking (Radek)

 * Calendar

    - warn is summary is blank (Chen)
    - allow creating new calendar with right click on a group (Harish)
    - EConfigize new calendar and calendar properties (David Trowbridge)
    - make sure switch between 12/24h time shows immediately (JP)

  * Plugins

    - set "base" plugin target (Michael)
    - add webcal config plugin (David Trowbridge)
    - mailing list actions plugin (Meilof Venningen)
    - plugin manager plugin (Michael)

Updated translations:

  - da (Martin Willemoes Hansen)
  - lt (Žygimantas Beručka)
  - nl (Vincent van Adrighem)
  - de (Hendrik Richter)
  - it (Marco Ciampa)
  - ca (Jordi Mallach)
  - fa (Meelad Zakaria)
  - sq (Laurent Dhima)
  - fr (Sebastien Bacher)
  - cs (Juraj Kubelka)

Evolution 2.1.0, 2004-11-01
----------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook

   #61069 - Missing space in evolution addressbook message (Andre Klapper)
   #61972 - Typo in country name: Is "Grena-dines", should be "Grenadines" (Andre Klapper)

 * Mail

   #68894 - IMAP4 rev1, error on selecting INBOX (Jeff)
   #68814 - evo crash while fetching mail using IMAP4 rev1 (Jeff)
   #44876 - Missing keyboard navigation in the e-mail recipient section (Mengjie Yu)

Other bugs

 * Address Book

    - Display multi value attributes in the preview (Nat)

 * Mail

    - Enable IMAP4 camel provider by default (Jeff)
    - IMAP4 offline folder info caching (Jeff)

 * Calendar

    - a11y fixes (Li Yuan)
    - make free/busy information gathering more efficient (Harish)

 * Shell

    - remove deprecated calls (Kjartan Maraas)

  * Plugins

    - convert mail, address book to econfig (Zucchi)
    - convert all components to e-menu (Zucchi)
    - add new mail event (Zucchi)
    - add message replied event (Nat/Zucchi)
    - add online/offline event (Zucchi)
    - inline audio via gstreamer (Radek)
    - big brother database (Nat)
    - copy address tool (Zucchi)
    - folder unsubscribe (Jeff)
    - mail to task (Rodrigo)
    - mark calendar for offline (Harish)
    - prefer plain text for messages (Zucchi)
    - save attachments (Zucchi)
    - save calendar (Rodrigo)
    - select one calendar/task (JP)
    - subject threading (JP/Zucchi)

Updated translations:

  - da (Martin Willemoes Hansen)
  - it (Marco Ciampa)
  - sq (Laurent Dhima)
  - el (Nikos Charonitakis)
  - ms (Hasbullah Bin Pit)
  - bg (Vladimir Petkov)
2005-03-22 16:39:39 +00:00
wiz
adb3e22e52 Update BUILDLINK_DEPENDS overrides to the versions evolution currently demands.
Closes PR 29587.
2005-03-04 12:20:25 +00:00
jmmv
ab539d866c Update to 2.0.4:
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook

   #36137 - Leading %s in addressbook message totally non-obvious (Siva)
   #70339 - vcard preview doesn't appear to work (Siva)
   #70622 - Crash changing gtkhtml settings (JP)
   #70922 - Email address types should show "Other" when importing vcards (Siva)
   #70540 - Adding contact from email doesn't let you change "file as" (Hans)

 * Calendar

   #41624 - only the last exception is deleted on palm device (JP)
   #46901 - Only one line gets printed when printing Tasks and Appointments
     (Yong Sun)

 * Mail

   #33933 - Sorting by subject does not result in expected order (Jeff)
   #70795 - Next/Previous Message Should Only Display Listed Emails (Michael)
   #65329 - regression in default folder name localisation (Michael)
   #71312 - Double-clicking vFolder of Draft folder doesn't allow editing
     (Michael)
   #71310 - Always loses my signature script settings (Michael)
   #71310 - Always loses my signature script settings (Michael)
   #69850 - Crash: attempting to create a Vfolder based on a message without a
     Sender (Michael)
   #65178 - newly created folder on local maildir doesn't show until evolution
     restart (Michael)
   #70858 - selecting newly created folder flakey (Michael)
   #60664 - message view does not follow theme change (Michael)
   #70768 - 'Mark All as Read' marks all the mails which are not in current
     query as read (Michael)
   #70563 - crash when 'load images' on MyEclipse newsletter email (Michael)
   #66943 - Crash when saving draft (Michael)
   #71105 - When trying to rename a folder containing a slash "/" and spaces,
     evil stuff happens (Michael)
   #72020 - Error parsing filter: Unknown identifier: adjust-score (Michael)
   #38791 - gpg can make evo hang if keyserver unreachable (Michael)
   #36142 - Don't use acronyms as verbs in messages (Michael)
   #70303 - pgp signature invalid with very short emails (Michael)
   #69757 - Memory leak in imap_parse_list_response (Michael)
   #22496 - Evolution does not appear to support ALERT messages (Michael)
   #71427 - Evolution does not prompt for new password (Michael)
   #71625 - Don't display content of e-mail when first selected (Michael)
   #56110 - Messages in digest displayed as source (Michael)
   #69024 - Doesn't update NNTP folder in a Virtual folder (Michael)
   #47824 - nested, identical multipart boundaries dont parse properly (Michael)
   #70919 - Crash during fetching mail (mail has gpg signature) (Michael)
   #70556 - Unable load messages info from MS Exchange by IMAP (Michael)

Other bugs

 * Mail

    -64 bit fixes (Michael)

 * Addressbook

    - work around 67411 (Hans)
    - 64 bit fixes (Michael)
    - Turkish locale fixes (S.Çaglar Onur)

 * Calendar

    - fix potential resize crash (Michael)

 * S/MIME

    - don't remove the cert from the tree if it wasn't actually deleted
      (Michael)

Updated translations:

  - nl (Vincent van Adrighem)
  - pt (Duarte Loreto)
  - hu (Laszlo Dvornik)
  - ca (Jordi Mallach)
  - fr (Jeremie Knuesel, Sebastien Bacher, Christophe Merlet)
  - sv (Christian Rose)
  - de (Hendrik Brandt)
  - id (Mohammad DAMT)
  - es (Francisco Javier F. Serrador)
  - da (Martin Willemoes Hansen)
  - ko (Changwoo Ryu)
  - zh_CN (Funda Wang)
  - ms (Hasbullah Bin Pit)
  - hu (Laszlo Dvornik)
  - cs (Miloslav Trmac)
  - ru (Leonid Kanter)
  - bg (Vladimir Petkov)
  - sq (Laurent Dhima)
  - en_GB (David Lodge)
  - pl (Artur Flinta)
  - sr (Danilo Segan)
  - sr@Latn (Danilo Segan)
  - en_CA (Adam Weinberger)
  - pt_BR (Raphael Higino)
  - nn (Åsmund Skjæveland)
2005-02-22 18:25:31 +00:00
drochner
ba22a7f045 apply a patch from evution CVS:
2005-01-20  Not Zed  <NotZed@Ximian.com>
* camel-lock-helper.c (main): since malloc(MAXINT+1) returns a
  valid pointer, validate the length of the path before using it.
  set maximum path to 65000 characters.  Spotted by Max Vozeler
    <max@hinterhof.net>

This fixes the security vulnerability refered to as CAN-2005-0102.
bump PKGREVISION
2005-01-25 15:23:46 +00:00
jmmv
f9e2f0c992 Update to 2.0.3:
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook
   #67656 - almost the same email address are considrered identical (Siva)
   #69079 - Data repeated after save with bad date format (Siva)
   #66854 - Some strings are missed to translation (Rodney)

 * Calendar
   #47529 - Date in reminder window appears in UTF-8 in non-UTF-8 locale
   (Rodney)
   #68707 - Events ending at 12:00 AM show as ending at 12:00 pm (JP)
   #67403 - wrong alarm time displayed (Rodrigo)
   #68077 - appointment dialog re-size (Rodrigo)

 * Mail

   #69533 - Unable to subscribe to the alt hierarchy (Michael)
   #69776 - Signed Mail with attachments displays everything with
   multipart/boundaries stuff (Michael)
   #69615 - delete certificate after viewing smime message (Michael)
   #69109 - EHLO or HELO with ip addresses does not conform rfc 821  (Michael)
   #69982 - During Newsgroup list refresh, it crashes (Michael)
   #69446 - Mail shown as attachment if some headers are upper case
   (S. Caglar Onur)
   #68556 - NNTP with SSL won't work, even with stunnel (Michael)
   #69145 - toplevel message/rfc822 parts are broken for IMAP (Michael)
   #69241 - base64 attachement holding PGP block (Jeff)
   #67895 - nntp support not asking for password (Michael)
   #67898 - Use of symbolic port-names is not guaranteed to work everywhere
   (Michael)
   #69851 - remember password check doesn't stick (Michael)
   #69623 - Moving a message from an IMAP INBOX to an IMAP folder caused crash
   (Radek)
   #69339 - postscript and some other attachments not visable (Michael)
   #69579 - vFolders#UNMATCHED generates errors (Michael)
   #68958 - current message forgotten in vfolders (Michael)
   #68974 - Wizard doesn't store smtp auth settings (Michael)
   #67496 - html email not rendered in preview pane (Michael)
   #67014 - Checking supported auth types doesn't work with new SSL certificate
   (Michael)
   #68006 - Evo crashed after viewing previously-sent email and copying URL
   from it (Michael)
   #68787 - Crash when migrating 1.4 data to 2.0.2 (Michael)
   #67622 - SMTP auth usernames containing % character fail (Jeff)

Other bugs

 * Mail
    - fix pthread_key_delete args (Julio M. Merino Vidal)

 * Calendar
    - leak fixes (Chen)
    - sensitize menu items in list view properly (JP)
    - redraw display when 24hr time setting changes (JP)

Updated translations:
  - nl (Vincent van Adrighem)
  - pt (Duarte Loreto)
  - hu (Laszlo Dvornik)
  - ca (Jordi Mallach)
  - fr (Jeremie Knuesel, Sebastien Bacher, Christophe Merlet)
  - sv (Christian Rose)
  - de (Hendrik Brandt)
  - id (Mohammad DAMT)
  - es (Francisco Javier F. Serrador)
  - da (Martin Willemoes Hansen)
  - ko (Changwoo Ryu)
  - zh_CN (Funda Wang)
  - ms (Hasbullah Bin Pit)
  - hu (Laszlo Dvornik)
  - cs (Miloslav Trmac)
  - ru (Leonid Kanter)
  - bg (Vladimir Petkov)
  - sq (Laurent Dhima)
  - en_GB (David Lodge)
  - pl (Artur Flinta)
  - sr (Danilo Segan)
  - sr@Latn (Danilo Segan)
  - en_CA (Adam Weinberger)
  - pt_BR (Raphael Higino)
  - nn (Åsmund Skjæveland)
2004-12-28 22:01:25 +00:00
jmmv
01bfbfda8d Update homepage and master sites. 2004-11-14 22:31:43 +00:00
jmmv
20c1dffbc9 Let the user enable/disable Kerberos 4 and 5 support through the new krb4
and krb5 options.  These are disabled by default, so bump PKGREVISION to 4
because the package was previously finding and using both libraries.

Also forbid the usage of krb[45] options together with ssl.  This fixes a
crash when using SSL, because the Mozilla NSS libraries and libcrypto (used
by Kerberos) have functions with the same name.  I don't know why this
worked for me in the first place, but it doesn't any more.
2004-11-06 18:39:02 +00:00
jmmv
209ac870be Update to evolution-2.0.2nb3:
- Add SSL support when the 'ssl' option is set.
- Use the options framework to handle ipv6 support ('ipv6' option).
- Fix permissions of files copied into the user directory from the data
  directory under /usr/pkg (i.e., give write permissions to them).
  Otherwise, the sample Inbox folder is copied with mode 444 and you get
  multiple warnings from Evolution saying that it can't update the folder.

Evolution 2.x is - at last - usable!
2004-10-29 14:57:15 +00:00
jmmv
1b62a215d4 Fix crash while shutting down Evolution. Bump PKGREVISION to 2. 2004-10-20 09:27:33 +00:00
jmmv
bf406443a7 Bump PKGREVISION because the evolution-data-server dependency was bumped to
ensure that a serious runtime fix gets pulled in.
2004-10-19 20:17:54 +00:00
jmmv
3a8e2ada06 Update to 2.0.2:
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook

   #66520 - Crash deleting addressbooks (Michael)
   #66369 - VCard import requires blank lines between contacts (Hans)
   #65537 - Updating Contacts Causes Crash (Hans)

 * Calendar

   #65932 - Crash when accessing the details of an appointment notification
            (Rodrigo)
   #64683 - meeting invite expands to larger than workspace (Rodrigo and JP)
   #66736 - crash clicking Search Clear button twice (Michael)
   #61766 - select personal calendar/tasks by default when migrating (JP)
   #65599 - 'Evolution 1.5' crash in 'Free/Busy' editor (Rodrigo)
   #62053 - select GroupWise calendar by default (Siva)
   #66164 - popup date edit drop down in correct place (JP)
   #45951 - Scroll properly in task description (Rodrigo)

 * Mail

   #67170 - Unable to subscribe to the alt hierarchy (Michael)
   #67028 - 2.0.1 compilation fails on camel-service.c: In function
            `camel_getaddrinfo' (Jeff)
   #67257 - evolution busy waits looking up hostname if network down (Michael)
   #66509 - Evolution Crashes when deleteing a news group (Michael)
   #65828 - Fix typo in error message (Jeff)
   #63881 - "Cannot copy or move messages into a Virtual Folder" when
	     dragging from UNMATCHED vfolder into real folder (Ed Catmur)
   #63521 - stale / bogus pop cache file (Michael)
   #66991 - crash creating folders (Michael)
   #66706 - Evolution Crashes while refreshing Folder Subscriptions (Michael)
   #67408 - Seg Fault on exit (Michael)
   #67211 - Evolution crashes when getting summary from folder (Michael)
   #66703 - S/MIME signing fails randomly (Jeff)

 * Shell

   #61285 - use better query for config pages (Michael)
   #66216 - don't show translator-credits directly in about box
            (Malcolm Treddinnick)

Other bugs

 * Address Book

    - Crash when exiting (Hans)

 * Mail

    - Provide error dialogs if host/name lookups fail (Jeff)
    - Improve NNTP locking (Michael)
    - Work with complete MBox hierarchy (Michael)
    - Forward as inline sends attachments (Michael)
    - Fix possible migration bug from 1.2 (Dave Malcolm)

  * Other

    - Updated documentation (Rodney and Novell Doc Team)
    - Don't dereference NULL nickname or emailAddr on certificate (Michael)

Updated translations:

  - el (ta panta rei, Nikos Charonitakis)
  - ja (Takeshi AIHANA)
  - hu (Laszlo Dvornik)
  - pt (Duarte Loreto)
  - sq (Laurent Dhima)
  - es (Francisco Javier F. Serrador)
  - nl (Vincent van Adrighem, Michel Klijmij)
  - en_CA (Adam Weinberger)
  - zh_CN (Funda Wang)
  - cs (Miloslav Trmac)
  - pl (GNOME PL Team)
  - pt_BR (Raphael Higino)
  - sr (Danilo Segan)
  - sr@Latn (Danilo Segan)
  - en_GB (David Lodge)
  - ca (Xavier Conde Rueda)
  - ko (Changwoo Ryu)
  - ro (Mugurel Tudor)
  - fr (Christophe Merlet)
  - nb (Kjartan Maraas)
  - no (Kjartan Maraas)
  - da (Martin Willemoes Hansen)
  - ru (Leonid Kanter)
  - fa (Meelad Zakaria)
2004-10-15 21:31:51 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jmmv
ac7d647329 Update to 2.0.0. This version corresponds to GNOME 2.8.0.
Evolution 2.0.0, 2004-09-13
----------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook

   #59582 - Contact incompletely updated to LDAP store, address information lost/not editable (Siva)
   #64084 - addressbook gui component needs to be linked with libcamel (Michael)

 * Calendar

   #65454 - Evolution crashes while opening newly received e-mail (JP)
   #62392 - Crash on close alarm notification (Rodrigo)
   #64800 - broken timezone selector (Rodney)

 * Mail

   #60515 - signature setting is not preserved changing "Autogenerated" to "None"  (Michael)
   #63377 - Crash when replying to a (specific) message  (Jeff)
   #62665 - Wrong Folder is deleted (Jeff)
   #64377 - crash creating new folder (Michael)
   #63456 - crash replying to E-mail (Michael)

Other bugs

  * Addressbook

    - Confirmation dialog was showing up on contact-editor close,
      even if there were no changes (Hans Petter)

  * Calendar

    - 64 bit build fix (Rodrigo)

  * Misc

    - new documentation (Rodney)

Updated translations:

  - ar (Arafat Medini)
  - bn (Runa Bhattacharjee)
  - cs (Miloslav Trmac)
  - cy (Dafydd Harries, Telsa Gwynne)
  - da (Martin Willemoes Hansen)
  - de (Hendrik Richter)
  - el (Nikos Charonitakis)
  - en_CA (Adam Weinberger)
  - en_GB (David Lodge)
  - es (Francisco Javier F. Serrador)
  - et (Priit Laes)
  - fi (Ilkka Tuohela)
  - hi (Rajesh Ranjan)
  - hu (Laszlo Dvornik)
  - id (Mohammad DAMT)
  - ja (Takeshi AIHANA)
  - ko (Changwoo Ryu)
  - ms (Hasbullah Bin Pit)
  - nb (Sigurd Gartmann)
  - nl (Vincent van Adrighem)
  - nn (Åsmund Skjæveland)
  - no (Kjartan Maraas)
  - pl (Artur Flinta)
  - pt (Duarte Loreto)
  - pt_BR (Raphael Higino)
  - ro (Mugurel Tudor)
  - ru (Leonid Kanter)
  - sq (Laurent Dhima)
  - sr (Danilo Segan)
  - sv (Christian Rose)
  - tr (Baris Cicek)
  - uk (Maxim Dziumanenko)
  - zh_CN (Funda Wang)
  - zh_TW (Abel Cheung)

Evolution 1.5.94, 2004-08-27
----------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook

   #61833 - Blank names in name selector (Hans Petter)
   #62715 - Free-form addresses not loading in contact editor (Hans Petter)

 * Calendar

   #62869 - Crash: attempt to access GW tasks from evolution (Siva)
   #62706 - Changing time-zone doesn't refresh calendar correctly (JP)
   #62063 - Meeting description does not wrap (Jeff)
   #58824 - Stray message or failing to open tasks? (Rodrigo)
   #62911 - ITIP control blocks mailer opening calendar (JP)
   #54101 - In itip control had "Birthdays & Anniversaries" as calendar (JP)

 * Mail

   #63189 - Deleting IMAP folders is too aggressive  (Michael)
   #63504 - Don't send IMAP commands to a disconnected socket  (Jeff)
   #63177 - Can't drag folder to "On This Computer"  (Jeff)
   #62812 - Crash when parent of search window is closed  (Jeff)
   #62963 - C99-isms in smime/gui/cert-trust-dialog.c  (Michael)

Other bugs

  * Addressbook

    - Confirmation dialog was showing up on contact-editor close,
      even if there were no changes (Hans Petter)

  * Calendar

    - Fixed problems in alarm daemon (JP, Siva, Rodrigo)
    - Clean up of stray status messages for tasks (Chen)
    - Don't remove GtkDialog's separator if using GTK >= 2.4.0 (Frederic)
    - Fix copy/move problems when pilot syncing (JP)
    - Don't mark menu accels for translation (Christian)

  * Mail

    - Crash in em-utils on GtkFileChooser with no name selected (Hans Petter)

  * Misc

    - avoid warnings on dialogs with GTK 2.4 (Frederic)
    - upgrade egg tray icon (Rodrigo)
    - fix memory corruption when pilot syncing tasks/events (JP)
2004-09-21 17:21:15 +00:00
jlam
8d572feba3 Use the new BUILDLINK_TRANSFORM commands to more precisely state the
intended transformation: use "rm" to remove an option, "rmdir" to remove
all options containing a path starting with a given directory name, and
"rename" to rename options to something else.
2004-08-28 06:05:31 +00:00
recht
462e110868 Update to 1.4.6
changes:
Updated translations and bug-fixes.

Among them:

#54319 - Message-list blank even tho there are messages (Jeff Stedfast)
#50535 - Doesn't handle EHLO errors proper (Jeff Stedfast)
#50485 - Problems with accentuated gpg passphrases (Jeff Stedfast)
#50096 - GroupWise attachments and indexing (Jeff Stedfast)
#45504 - Warning Dialogs "Error while 'Fetching Mail" On POP3
         auto download (Michael Zucchi)
#49357 - Email date is incorrect (Jeff Stedfast)
#46006 - Attempted ESMTP handshake with invalid IPv6 address (Jeff Stedfast)
#41610 - Crash if remote POP reports 0 byte len messag e(Michael Zucchi)
#48759 - Strange behaviour with save as dialog (Jeff Stedfast)
#47638 - Default charset is empty (Jeff Stedfast)
#48466 - Properties window open after attachment removed (Charles Zhang)
#48166 - Size filter doesnt remember the size (Jeff Stedfast)
#53530 - Duplicate of attachments are seen on forward as Redirect (Bill Zhu)
#48998 - Apply Button always remain activated (Charles Zhang)
#51551 - Encoding of the Organization is UNKNOWN (Suresh Chandrasekharan)
#40917 - backspace shouldn't highlight the whole remaining string in
         Setup Assistant (Suresh Chandrasekharan)
#47878 - Change "Helvetica" to "Sans Regular" for printing footers (Rodney Dawes)
#32996 - Can select VFolders as Offline folders in Evolution
	 Settings (Michael Zucchi)
#39410 - "Work offline" does not propobly sync all mails in "offline folders"
         (Michael Zucchi)
#48290 - Selecting inverse theme causes text to be printed white-on-white (Antonio Zu)
[...]

And many, many more.
see http://bugzilla.ximian.com/show_bug.cgi
2004-05-06 10:03:54 +00:00
jmmv
bb35740c2c Revert previous, and instead require glib2 >= 2.4.0nb2. The reason is that
the fix is really in glib2, not libglade2 (which hasn't changed at all).
libglade2's revision was bumped to pick up glib2 too, but this has nothing
to do with fixing evolution, so bumping the required glib2 version is more
realistic.
2004-04-17 10:58:49 +00:00
jmmv
e2f3bc9e38 Require libglade2 >= 2.3.6nb1 to get the dlopen(NULL, 0) workaround.
This fixes the Settings dialog, where many widgets failed to appear before.
Bump PKGREVISION to 9.
2004-04-17 10:42:53 +00:00
jmmv
504ef6a097 Enable use of gtk/glib <=2.2 deprecated stuff to let this package build
against their respective 2.4 versions.
2004-04-15 09:33:30 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
jmmv
d44aa584ab Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentation
database.
2004-03-07 12:09:20 +00:00
jmmv
e2865302eb bl3ify 2004-02-20 13:03:09 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
xtraeme
38b0e92153 Bump PKGREVISION to balsa2 and evolution due to gtkhtml3 update. 2004-02-11 04:02:48 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
grant
f1ab3f4ed4 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 13:51:13 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
rh
2c8031296c Depend on pthread-sem if /usr/include/semaphore.h does not exist. Makes
this compile under NetBSD-1.6.
Bump PKGREVISION.
2004-01-20 23:54:48 +00:00
xtraeme
2daae09dbf Make Evolution "GNOME 2" pkgsrc compatible with these changes:
1) s/USE_X11BASE/USE_X11/
2) Enable IPv6 if USE_INET6 is enabled.
3) Use GConf2 schemas.mk framework, and GCONF2_SCHEMAS pointing to the
   schemas files.
4) There's no need to depend on gnome1-dirs, we'll use gnome2-dirs instead.
5) Use PKGCONFIG_OVERRIDE poiting to pkgconfig's files.
6) Previous buildlink2 file had gnome1 dependencies...
7) There's no need to depend on net/soup package...

so bump PKGREVISION.
2004-01-14 07:27:51 +00:00
cjep
1b39677b6e Remove unnecessary blank lines. 2004-01-12 09:46:04 +00:00
rh
bea8ae8de7 Update evolution to 1.4.5. Changes include feature enhancements and tons
of bug fixes, too numerous to list here.  Most nobably, this version
of evolution now uses the gnome2 framework instead of gnome1.
2004-01-04 21:37:09 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
tron
e8dad93748 Accept package revisions of the "db3" package, too. 2003-10-21 11:28:10 +00:00