Commit graph

49 commits

Author SHA1 Message Date
tron
e8dad93748 Accept package revisions of the "db3" package, too. 2003-10-21 11:28:10 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jmmv
6fdf05cc93 Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handle
the shared share/mime-info directory.  Bump PKGREVISION.
2003-05-30 16:19:50 +00:00
jmmv
4b2b159f8f Line up PKGREVISION whitespace. 2003-05-05 16:36:34 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
rh
c91dd7041d Remove comment about the message composer not working. This hasn't been
true for a long time now.
2003-04-25 10:39:01 +00:00
rh
747ca24e10 Update evolution to 1.2.4.
New Features
============

    * Added support for Kerberos 5 authentication using GSSAPI

Bugs Fixed Since 1.2.3
======================

Gtkhtml
    * Backported fixes from main branch for a crash rendering some HTML
      documents.

Updated Translations
    * es (Francisco Javier Fernandez)
    * it (Marco Ciampa)
    * no (Kjartan Maraas)
    * pl (Zbigniew Chyla)
    * pt (Duarte Loreto)
    * pt_BR (Gustavo Maciel Dias Vieira)
    * sv (Christian Rose)
    * zh_TW (Abel Cheung)
2003-04-12 04:26:41 +00:00
rh
4090a51d1e Update evolution to 1.2.3. Changes are tons of bugfixes and a few
translation updates.  A detailled changelog can be found at

http://developer.ximian.com/projects/evolution/release_notes/1.2.2.html
http://developer.ximian.com/projects/evolution/release_notes/1.2.3.html
2003-03-22 04:35:09 +00:00
dmcmahill
b5c54aa2cf add --disable-gtk-doc to CONFIGURE_ARGS to allow this to build without
an active X display.
2003-03-13 02:37:58 +00:00
jmmv
dea9abf569 Use the omf.mk file provided by the scrollkeeper package to automatically
rebuild the documentation database at install/deinstall time. This means
that:
- PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly;
  this is done by a bsd.pkg.install.mk template.
- The share/omf directory is only removed by scrollkeeper, which is the
  last package in the dependancy tree.
- PKGREVISION is bumped.

Reviewed by wiz.
2003-02-18 14:55:54 +00:00
rh
9d8b797b68 Update evolution to 1.2.1. Changes include:
* Tons of bug fixes

  * evolution-launch-composer command-line tool to open up the
    composer with attachments.

  * Auto-subscribe the user to his/her IMAP INBOX

  * Made the default width of the mail filter editing dialog larger.

  * Removed the development warning at startup.  (Ettore)

  * The "Select Names" dialog remembers what folder you were in
    between uses now, which is useful for people who normally select
    names out of an LDAP directory. (Dan)

  * Do not allow empty attendee addresses for meetings.

  * Better alarm daemon activation.

  * Notification of calendar query errors.

  * Added status messages for all operations.

  * Sensitivity problem when using the folder selector.

  * Changed the way shared folders work with Connector.

  * Allow accessing local folders even if some folders with
    unknown/corrupted metadata type are found in ~/evolution/local.

  * Importer dialog browse entry now has history dropdown.

  * We no longer allow selecting a folder of a non-allowed type with
    a double-click in the folder selection dialog.


  * The toolbar now includes a "New" dropdown menu/button from which
    you can create messages, appointments, etc. from within any
    folder.

  * A new, integrated configuration dialog for all of Evolution is
    now provided.

  * When you use the folder selection dialog, you can now jump to a
    folder just by typing its name and hitting Enter (instead of
    using the arrows or the mouse).

  * You can now specify your default mail, calendar, tasks and
    contacts folders.  The shortcuts in the shortcut bar will always
    point to the default folder; so for example if you have an IMAP
    account you can specify that the INBOX on the IMAP account is
    default and clicking on the Inbox icon on the shortcut bar will
    take you to the INBOX on the IMAP account.

  * Fonts for displaying of HTML mail can now be configured from
    within Evolution (instead of having to use GNOME Control
    Center).

  * You can now make Evolution play a sound, beep, or display a
    message when new mail arrives.  It is also possible to trigger
    these actions based on a filter rule.

  * The behavior of the search bar has been improved, and the UI has
    been integrated better with the menu bar and the rest of the
    system.

  * For the table-based views, you can now define, save and reuse
    view settings using the "View" menu.

  * The Send/Receive button is now always accessible from any
    folder.

  * Easier to build on non-GNU, and non-GCC systems (e.g. MacOS/X,
    HP/UX, Solaris).

  * Now installs some libraries and headers required for external
    module development.

  * You now can drop objects (eg. mail messages, appointments)
    directly to the folders on the shortcut bar (in 1.0.x, you could
    only drop them in the folder folder bar).

  * Loading speed has been improved.

  * When you receive an appointment through email, you can choose
    which calendar to update, and if its for an existing appointment
    the folder is automatically detected

  * Calendar importer now supports importing to remote folders.

  * Calendar GUI and alarm daemon now use listeners for the
    configuration.

  * Reaction to calendar backends crashing has been improved.

  * Show status messages for all long calendar operations.

  * Fixed default reminders description (was 'Untitled
    appointment').

  * Included timezone information on VCALENDAR's used in copy/paste.

  * Removed extra space that was displayed for categories without
    icons.

  * When right clicking, correctly select the underlying date/time.

  * Meeting scheduling improvements; sends replies when you update
    your attendance status, warnings if the user changes a meeting
    they didn't create.

  * Deleting a meeting with a right click will now offer to send a
    cancellation notice.

  * Can accept meeting replies from non-attendees (they become
    attendees).

  * Fixed work day so start can't be before end, its minimum 1 hour
    and the unshaded zone is not rounded to the nearest time
    division (allowing the work hours to be 0:00 to 23:59).

  * Fixed task view to update completion status the same as the
    editor.

  * Fixed leap year problem with day of week.

  * Handle "last day of the month" and "last Tuesday of the month"
    type recurrences.

* Contacts

  * It is now possible to specify which folders are used for
    autocompletion globally.

  * Improved address selection dialog (for sending mail and meeting
    requests).

  * Improved feedback for search results for all backends and the
    UI.

  * SSL/STARTTLS suport for LDAP has been added.

  * Caches are built for local addressbooks to speed up
    autocompletion.

  * Fixed wombat/addressbook crashes dealing with autocompletion, it
    should be much more stable now.

  * Categories on LDAP are now stored using a multivalued attribute
    (category) instead of a comma separated list (categories), so
    searches on categories in ldap actually work.  The old attribute
    is deprecated and should not be used.

  * Standardized some of the static properties of addressbooks, and
    removed some local addressbook logic from the frontend.

  * When editing contacts from the composer entries (To:, CC:), pop
    up the right kind of editor based on the contact type.

  * Much improved LDAP backend responsiveness and performance.

* Mail

  - New, much faster indexing engine.  This results in faster mail
    incorporation, faster mail display, and faster searches.
    Overall, the new engine should work much better for larger
    folders, and take considerably less space on the disk.

  - Faster POP3 download, using the server's pipeline extensions if
    available.

  - If you type multiple words in the search bar for the
    "... Contains" rules, Evolution will search messages that
    contain all of the words you specified, in any order.

  - More consistent search results for indexed, non-indexed and
    remote folders.

  - UTF8 (Unicode) used for all searches, even with IMAP servers.

  - It is now possible to mark messages for follow-up and other
    flags.  It is also possible to change the color in which a
    specific message is displayed in the mail list.

  - When the message list is sorted by a certain field, it is possible
    to jump to the first item in the list that matches a certain
    string by just typing the first few characters.

  - Filters are now updated automatically when the destination folder
    gets moved or removed.

  - A new filter rule allows you to pipe mail through an external
    process to find out whether or not to filter it.

  - You can now specify which folders get synced when switching to
    offline mode.

  - All previously read messages are automatically downloaded for
    offline use.

  - Offline state is preserved between sessions.  Generally, offline
    mode is more stable and complete.

  - STARTTLS support for POP, SMTP and IMAP has been added.

  - IMAP can now handle folder names containing &, -, and UTF-8
    characters.

  - You can have all of your mail Auto-Cc:ed or auto-Bcc:ed to a
    specified set of recipients.

  - SMTP error reporting has been improved.

  - Much improved GnuPG support.  Better pgp/mime interoperability.

  - Improved support for external Maildir, MH, and mailbox folders,
    and trees of folders.  Internally they share more code now and
    are easier to maintain.

  - External mailbox folders can interoperate with pine/mutt/elm
    status flags directly (at slightly performance penalty).  See
    options on the "spool" provider.

  - Many IMAP related bugs fixed.  IMAP now passes current folder
    regression tests.

  - IMAP body search results are now cached.  Vastly improving
    body search vFolder performance with IMAP sources.

  - Optional IPv6 support.

  - Progress bar added to subscribe dialogue.

  - Camel's multithread safe object system streamlined and
    improved.  Many other internal cleanups inside Camel.

  - vFolders can now have an additional column which shows the
    original location of the message.  Particularly useful for Trash
    folder.

  - New messages dont "upset" the thread view as much, if no sorting
    is used.

  - Various vFolder tweaks and fixes.

  - Remote inline HTML images are now downloaded incrementally using
    libsoup and are fully cancellable.

  - Improved quotation display for format=flowed messages.

* Mail Composer

  - You can now edit a set of signatures within Evolution, and pick
    which signature you want when composing a message.

  - Handling of replies has been improved; in particular, you can
    now paste any text as a quotation, and quotation formatting is
    preserved when switching between HTML and non-HTML mode.

  - Evolution can now generate graphical smileys automatically as
    you type.

  - Quotation logic has been improved, rewrapping long lines in
    replies now preserves quotation marks.

  - Multiple simulataneous language support in the spell checker.

  - Cut & Paste support for html between netscape/mozilla/evolution.

  - Optimized rendering of long messages.

  - Improved html rendering, including support for the clear
    attribute in <br> elements.

* Summary

  - Can have non-local mail folders displayed on the summary.

  - Improved Calendar and Tasks displayed. Displays overdue and todays
    tasks in colours.

  - Uses Soup for HTTP downloading news feeds and weather info.

  - Better folder selector.

  - Better Weather/News Feed selector.

  - Can delete user added news feeds.

Updated translations:
  - ko (Young-Ho Cha, Changwoo Ryu)
  - nn (Roy-Magne Mo)
  - no (Kjartan Maraas)
  - pl (Zbigniew Chyla)
  - vi (Pablo Saratxaga)
  - tr (Gorkem)
  - de (Christian Neumair)
  - et (Tõivo Leedjärv)
  - fr (Joaquim Fellmann)
  - pt_BR (Gustavo Maciel Dias Vieira)
2003-01-09 13:59:25 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
dogcow
a24171073d correct dyslexic brace: ${ECHO{ => ${ECHO} 2002-12-02 09:16:50 +00:00
salo
e225805136 USE_PKGLOCALEDIR, remove unnecessary patch, delint. 2002-12-01 15:37:58 +00:00
rh
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
rh
1e3560d642 Only sched_yield() periodically if pth is used on NetBSD.
Add @exec/@unexec scrollkeeper-update to PLIST.
Bump PKGREVISION.
2002-10-11 09:29:59 +00:00
wiz
04ef07cefb Do last more in the spirit of libtool.
Thanks for the tip to Nick Hudson.
2002-10-07 12:44:35 +00:00
wiz
6c31757a3f Add buildlink2.mk. 2002-10-07 10:44:13 +00:00
wiz
18f21e98af Convert to buildlink2. 2002-10-07 08:54:41 +00:00
rh
71839ee960 The build process requires a valid X server, so check if DISPLAY is set
before building.  Problem pointed out by Jared McNeill in private email.
On systems w/ Xvfb, create a virtual display, because that's all that's
needed for building.
Bump PKGREVISION.
2002-09-30 00:01:15 +00:00
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
rh
20a15f7e9a Fix db3 version check so that addressbook now finally works.
Bump PKGREVISION.
This closes PR pkg/18164 by Ales Krenek <ljocha@ics.muni.cz>
2002-09-05 23:25:27 +00:00
agc
124e3d3051 evolution requires a version of gal >= 0.19.2, so set the buildlink
dependency version accordingly.
2002-08-13 08:55:04 +00:00
jdolecek
c430df099c update, using description from homepage
also remove the stuff about this being beta - this is no longer true
2002-07-30 09:40:04 +00:00
mycroft
1c83ca392b Add mkdirs for empty directories. 2002-07-15 18:25:49 +00:00
mycroft
03036da074 Enable Kerberos support. 2002-07-15 18:05:49 +00:00
mycroft
70d93cc961 Update to evolution 1.0.8. Fixes many random crashes, and improves calendar
support.
2002-07-12 23:39:49 +00:00
mycroft
115ce476a0 Enable LDAP and NNTP support. LDAP has issues with NT servers at the moment. 2002-04-05 04:13:55 +00:00
rh
1bd7524124 Update evolution to 1.0.3. Changes are bugfixes and translation updates
only.
2002-03-26 20:50:12 +00:00
rh
68dbcf889f Fix PLIST. 2002-03-24 20:04:32 +00:00
rh
d2a36f9779 Update evolution to 1.0.2.
Summary of changes:
	- tons of bugfixes
	- user interface polishing
	- filter/vfolder on mailing lists honour domains
	- 'index body' option to configure folder
	- implemented iconv() caching
	- offline searching in IMAP
	- LDIF Importer
	- new default view for the shell
	- iconv caching
	- reworked icons
2002-03-16 07:31:25 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
tron
9907621d7e Fix some more "db3" version number problems. 2001-12-03 10:08:26 +00:00
tron
9ea2b2ee81 Finally get "db3" version numbering correct. 2001-12-03 07:58:47 +00:00
tron
bd8f2b1cfc Correct "db3" version number in dependence. 2001-12-03 06:28:13 +00:00
tron
3e914bbbd4 Make this package work with version 2.11 of the "db3" package. 2001-12-03 06:27:10 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
tron
82d3581886 Use wildcard dependence for "db3" package. 2001-10-24 11:51:54 +00:00
rh
0b58393839 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)
2001-10-06 14:44:01 +00:00
tron
c746ba82f0 Use buildlink glue code for "bonobo" to fix build problem. 2001-10-05 22:47:33 +00:00
rh
2b6f5f8d56 Update evolution to 0.14. Changes are:
General:
  - Lots of i18n fixes.  (Zbigniew Chyla and others)
  - Made the splash screen use BackingStore.  (Ettore)
  - Added a quit dialog box.  (Ettore)
  - Fixed a shell crash that could happen when launching Evolution
    before a previously launched instance was done initializing itself.
  - Fixed other random shell crashes.  (Ettore)
  - Got the shell to remember window geometries on exit.  (Ettore)
  - Fixed some things for Automake 1.5 (unfinished).  (Richard
    Boulton)
  - Add nice highlighting to DnD operations in the folder tree.
  - Fixed several leaks.  (Dan)
  - Fixed some problems with folder creation and deletion.  (Toshok)
  - Made the Summary the default folder.  (Ettore)
  - Made the title bar display the unread message count again.

Mail:
  - Had a few beers while sitting back and relaxin'.  (Jeff, Michael)
  - Check for valid addresses before sending. (Trow)
  - Use contact preferences when deciding whether or not to put the
    composer into HTML mode by default. (Trow)
  - Properly address mail from "hidden" contact lists. (Trow)
  - Redid folder unread counts/folder tree backend code
    completely. (Michael)
  - Implemented/fixed getfolderinfo in maildir/spool/local
    folder/vfolder, required to make unread counts work. (Michael)
  - Redid 'local folder' handling code completely. (Michael, Peter)
    Also fixed the properties dialogue to get the list of supported
    types dynamically, and set the right one at startup. (Michael)
  - Redid vfolder code in evolution-mail completely.  Main visible
    change is they open at startup, and the vfolder editor works
    much better.  (Michael)
  - Made it so fcntl(2) locking failures on filesystems (e.g. NFS)
    that dont support locking are treated as success. (Michael)
  - Fix imap inbox filtering, then moved it to CamelFolder, and
    partly implemented it for spool and maildir mailboxes.  (Michael)
  - Made the vfolder UNMATCHED folder's name translatable.  (Michael)
  - Change the way the 'not body contains' filter rule works, so that
    it runs much more efficiently, particularly on IMAP.  (Michael)
  - Camel will not try and convert charsets of data that contain
    invalid charset data, thus data will not be tainted by
    a failed conversion process. (Michael)
  - A few threading scheduling changes to try to optimise the user
    experience.  Also changed the way threads are terminated,
    avoiding some possible libpthread bugs.  (Michael)
  - Changed vfolder uri's to not include the query, set it separately.
  - Removed a lot of special case code for vfolder/file uri's, other
    dead or newly redundant code, cleanups, etc.  (Michael)
  - Fixed a bug in libibex that would overallocate block data and
    corrupt it and crash, also fail-back and reset the index in
    more cases.  (Michael)
  - Fix filtering on score so the expression compiles. (Michael)
  - Came to visit USA at a very wrong time.  (Michael)
  - Removed X-Evolution headers before sending messages.  (Jeff)
  - When configuring a new default account, make sure to set it as the
    default.  (Jeff)
  - Convert all textual parts to 8bit before saving them, this makes
    saved messages more human readable.  (Jeff)
  - Don't cache PGP passphrases unless the user requests to do so.
    (Jeff)
  - Unsubscribe from folders before deleting them.  (Jeff)
  - Fixed a number of race conditions in the subscribe dialog.  (Jeff)
  - Save transport (SMTP) passwords if the user has asked us to.  (Jeff)
  - Hide the S/MIME frame in the account editor, we won't be
    supporting it for 1.0.  (Jeff)
  - Fixed it so that icons are displayed for PGP messages.  (Jeff)
  - Give a description for each of the Source and Transport types when
    configuring an account. This makes a few things less confusing.
    (Jeff)
  - When performing a Send & Receive on a disconnected IMAP server, if
    the user provides a password, connect tot he IMAP server and display
    it's folders too.  (Jeff)
  - Return a folder info for each IMAP folder created when the user
    creates a recursive directory structure.  (Jeff)
  - Added support for more charset conversions (including all
    Windows-cp125x charsets).  (Jeff)
  - When the disk is full, warn the user and don't crash.  (Jeff)
  - Handle POP servers that don't support the UIDL extension.  (Jeff)
  - Several PGP fixes.  (Jeff)

Addressbook:
  - Miscellaneous bug fixes. (Jon Trowbridge, Chris Toshok, Chris Lahey,
    Ettore Perazzoli, Iain Holmes, Zbigniew Chyla, Jacob Berkman)
  - Fixed race conditions associated with adding/removing contacts.
    The addressbook should be much more stable now.  (Trow)
  - Fixed reference counting bugs in addressbook & wombat.  (Trow)
  - Made address lookup smarter; cut & paste of address now mostly works.
  - Plugged Trow's memory leaks.  (Larry)
  - Name completion now works with one-word names, so it is now much
    easier to send mail to Cher.  (Trow)
  - Better handling of contact lists in the composer entries.  (Trow,
    Toshok)
  - SelectNames dialog fixes.  (Trow)
  - Better handling of contact lists in the pilot conduits.  (JP)
  - Added Free busy URL and Calendar URI info to contact editor and
    ECard.  (JP)
  - Made it so you can select uneditable text in Contact Editor.
    (Chris Toshok)
  - Worked on LDAP dialog.  (Chris Toshok)
  - General LDAP work.  (Chris Toshok)
  - Fixed charset handling within VCard handling.  (Chris Lahey)
  - Reworked Drag & Drop for card view.

Calendar & Tasks:
  - Free/Busy changes.  (JP, Rodrigo)
  - iTIP fixes (JP)
  - i18n fixes, particularly for printing (Zbigniew Chyla)
  - Added option to confirm deletions (Federico)
  - Improved alarm system (Federico)
  - Fixed crashing bug when deleting a folder (Federico)
  - Added option to hide completed tasks (Damon)
  - Timezone changes for interoperability with Outlook (Damon)
  - Fixed problems displaying/parsing times in locales which don't specify
    'am' and 'pm' strings (Damon)
  - Added toolbar button to delete the selected calendar event (Damon)
  - Meeting selector integrated (JP)

Summary:
  - Fixed bugs and leaks.  (Iain)
  - Fixed bug with handling of the Slashot RDF files.  (Iain)
  - Made the Addressbook and Tasks links open the editor for
    them.  (Iain)
  - Mail summary doesn't force all folders to be opened.  (Iain)
  - Calendar summary shows if an alarm is set for an appointment.  (Iain)
  - Timezone fixes.  (Iain, Damon)

Importers:
  - Fixed more bugs.  (Iain)
  - Netscape importer shouldn't crash on Movemail users anymore.
  - Pine importer should import addressbooks better.  (Iain)
  - VCard importer will actually import things now.  (Iain)
2001-09-29 17:43:55 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
tron
568a6ea9a2 Update "evolution" package to version 0.13. Changes since version 0.12:
Global:
- New startup assistant to create mail accounts, import mail and set
  your timezone.  (Iain, Taylor)
- Improved the appearance and behavior of the clickable title bar and
  the folder tree.  (Ettore)
- "Stock" folders such as Inbox have their names translated now and
  cannot be removed.  (Ettore)
- Moved the Summary (formerly known as "My Evolution") to be a
  normal node instead of being the toplevel node.  (Ettore)
- Fixed some problems with copying, moving and removing folderes.
  (Jason)
- Fixed the handling of documentation files in the Help menu.  It
  now integrates nicely with Nautilus and Scrollkeeper.  (Aaron,
  Kjartan)
- Implemented the `File -> New' menu.  (Ettore)
- Improved error messages on start-up.  (Ettore)
- Fixed various crashes and minor bugs.  (Ettore, Jason)
- Various UI tweaks and improvements.  (Anna, Tuomas, Jakub)
Mail:
- Fixed creating IMAP folders.  (Jeff)
- Add a shortcut to the INBOX of IMAP or spool stores when
  their accounts are first created. (Peter)
- Fixed Crash on Exit bugs.  (Jeff)
- Many more i18n fixes.  (Zbigniew Chyla, Jeff and others)
- Subscribe dialog UI tweaks. (Peter, Anna)
- Displaying PGP signed messages now shows icons.  (Jeff)
- Sensitize menu items based on number of selected messages. (Peter)
- Always-sign options for PGP.  (Jeff)
- Fixed keep-on-server for POP servers that don't support UIDL.
  (Jeff)
- Several IMAP fixes. (Peter, Jeff, Danw)
- Fix crash after conversion of an empty folder to another
  format. (Peter)
- Ibex now limits its file descriptor usage. (Michael)
- When deleting an account, remove the shortcuts that point to it. (Peter)
- Several IMAP fixes. (Peter, Jeff, Danw)
- Miscellaneous bugfixes all around. (Peter, Jeff, Danw, Michael, others)
Calendar & Tasks:
- Calendar no longer crashes when you scroll a busy month view
  (Federico).
- Performance improvements throughout (Damon).
- Improved search bar; now handles categories.  (Jon, Federico)
- The date navigator now reflects the results of the search bar.
  (Federico)
- An empty task is no longer added when you have selected a
  category. (Federico)
- Internationalization fixes (Zbigniew).
- Timezone fixes (Damon).
- Time transparency and component classification support (Damon).
- Folder bar now displays the selected time range (Damon).
- Improved settings dialog (Anna, Damon, Federico).
- iTIP/iMIP fixes for attendees, cancellation. (JP).
- Category icon drawing fixes. (Rodrigo)
- Alarm fixes. (Federico)
- Calendar components can be saved independently. (JP)
- New icons. (Tuomas)
- Contacts support. (Damon)
- You can double-click on appointments to edit them. (Damon)
- Share more code between the backends. (Rodrigo)
- Miscellaneous fixes all over the place. (Damon, JP, Rodrigo, Federico)
Addressbook:
- Various fixes.  (Anna Dirks, Dan Winship, Jason Leach, Jos Dehaes,
  Kjartan Maraas, Lahey, Nat Friedman, Radek Doulik, Toshok, Trow)
- Made addressbook menus match the right click menus.  (Lahey)
- Made addressbook use camel for building email addresses.  (Trow)
- Fixed up phone number matching to not cause errors.  (Lahey)
- Made the alphabet bar change the current search.  (Lahey)
- Made duplicate contact matching less sensitive.  (Lahey)
- Changed advanced search to match behavior in mailer.  (Toshok)
- Redesigned LDAP server dialog.  (Anna Dirks)
- Work on addressbook authentication.  (Toshok)
- Changes to EDestination.  (Trow)
- Magic comma work.  (Trow)
- Redesigned ESelectNames dialog.  (Anna Dirks)
- Made LDAP changes appear in gui immediately if they're made by the
  local client.  (Toshok)
- Made ECard hold a link to its original EBook.  (Lahey, Trow)
- Adapted for new ESearchBar. (Federico, Trow)
- Added the ability to create cards from anywhere in evolution.
  (Lahey)
- Made searches for completion not use invalid cached data.  (Trow)
- Encode strings typed in by the user for use in sexps.  (Toshok)
- Made EContactEditor make the save button active more often.
  (Toshok)
- Made ESelectNames handle LDAP storages.  (Toshok)
- Added full country list to addressbook full address editor.
  (Lahey)
- Added the contact count to the folder bar.  (Lahey)
- Updated icons.  (Damon, Ettore)
- Worked on addressbook conduit.  (JP)
- Made ESelectNames only show names on the left that aren't on the
  right.  (Trow)
- Fixed up minicard dragging.  (Toshok)
My Evolution:
- Miscellaneous fixes all over the place. (iain)
- New icons. (Tuomas and Jakub)
- Works for people whos text colour was a light colour. (iain)
2001-09-25 13:31:17 +00:00
mycroft
02307c1867 libibex needs to be linked without -static, because it's pulled in wholesale
into other shared libraries.
XXX There should probably be a libibex-static (a la libeutil-static) for
linking into evolution-mail, but someone else can change that.
2001-09-24 04:02:29 +00:00
rh
536cebc3ad Update evolution to 0.12. Changes are too numerous to list here. For
a detailed list, see the release notes on the package's homepage.
2001-08-11 18:39:25 +00:00
rh
641b27c3c1 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.
2001-05-25 06:16:17 +00:00
zuntum
ab2d68f9e9 Update HOMEPAGE (Helix Code changed its name to Ximian) 2001-05-02 11:14:56 +00:00
rh
369820d0a4 Initial import of evolution-0.9, a sophisticated GNOME mailer, address
book, and calendar.
2001-04-26 05:57:22 +00:00