Commit graph

7 commits

Author SHA1 Message Date
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