summaryrefslogtreecommitdiff
path: root/mail/evolution
AgeCommit message (Collapse)AuthorFilesLines
2009-07-09update to 2.26.3drochner2-6/+6
changes: -bugfixes -translation updates
2009-06-14Remove @dirrm related logic.joerg1-10/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-177/+1
2009-05-28Update to 2.26.2:wiz2-6/+7
Evolution 2.26.2 2009-05-18 --------------------------- Bug fixes: #471083 (bnc) - Do not allow deletion of system folders. (Chenthill) #561312 - Fix recurrence issues (Chenthill) #467659 - Fix description for send mail (Chenthill) #578685 - Copy string. Avoids SIGSEGV (Sebastien Bacher) #569507 - Don't translate gconf/key values (khaledh) #574842 - Fix Catalan translation issue (Gil Forcada Codinachs) #571272 - Possible leak (Milan Crha) #573704 - Don't close dialog after error (Milan Crha) #579306 - Fix crash on delete folder (Milan Crha) #491755 - Sanitize values from GConf before using them (Milan Crha) #579635 - Hide last junked message too from the non-junk folder (Milan Crha) #579550 - Do not mark newly recognized Junk messages Read (Milan Crha) #578355 - Store username in a source URL in CalDAV (Milan Crha) #575242 – New composer window not autosaved until modification (Michel Dänzer) #581032 – Some links can't be opened (Matthew Barnes) #573170 - Add back support for vfolder of vfolders (Srinivasa Ragavan) #580163 - Resize alarm notifier correctly (Ritesh Khadgaray) #578478 – Composer shows not all "From" information (Matthew Barnes) #582744 – CC field autofill doesn't work for replies (Matthew Barnes) #578176 – "Send message to contact" does not honor "always BCC" (Matthew Barnes) Updated translatios: Ihar Hrachyshka (be) Christian Kirbach (de) Jorge Gonzalez (es) Other fixes: Fix win32 filename/uri issues (Fridrich Strba)
2009-03-22Remove msgfmtstrip scripts and targets using them, now that thewiz2-27/+1
infrastructure supports this properly (thanks joerg!).
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-19update to 2.26.0drochner4-1139/+919
This switches to the gnome-2.26 release branch
2009-03-07BUILDLINK_API_DEPENDS.evolution-data-server+= evolution-data-server>=2.24.3apb1-2/+2
Not bumping PKGREVISION because eveolution's build failed at configure time when evolution-data-server was too old.
2009-02-27fix a format string problem (use of the Linux-only "%Id" specifierdrochner2-1/+45
which made the small calendar display only nonsense, ride on recent update And again: Please test the pkgs at least a little bit before committing an update.
2009-02-27Update to 2.24.5:wiz2-6/+6
Evolution 2.24.5 2009-02-25 --------------------------- Updated Translations: Wouter Bolsterlee (nl) Bug Fixes: #333716 : Do not store incomplete or broken files in a cache. (Milan Crha) #529037 : Disconnect signals on ESource-s too, not only on ECal-s. (Milan Crha) #559027 : Do not set date for 'None' value. (Milan Crha) #559719 : Use it's own/unique name for the property on the 'epl' and free the widget only if it wasn't freed yet. (Milan Crha) #559719 : Use it's own/unique name for the property on the 'epl' and free the widget only if it wasn't freed yet. (Milan Crha) #561465 : Expand 'Attendee' column instead of the last. (Milan Crha) #564229 : Do not use uninitialized variable. (Milan Crha) #564229 : Initialize the EPluginUI registry during class initialization, so that it's sure to be there when we need it. (Matthew Barnes) #567089 : Do not crash when no From set yet. (Milan Crha) #569700 : Stop reading from a network when operation was canceled. (Milan Crha) #569986 : bar rendering. (Srinivasa Ragavan) #572399 : Do not read from invalid iterator after call of row changed. (Milan Crha) #572543 : Always look for alternative apps for application/octet-stream. (Milan Crha) #572975 : Destroy file chooser dialog early enough to not have hidden any other windows below it. (Milan Crha)
2009-02-18update to 2.24.4drochner2-7/+6
changes: -bugfixes -translation updates
2009-01-25in callbacks getting time_t arguments, use int64 rather than longdrochner7-2/+93
(there is nothing better in the glib2 signal/slot/marshaller framework), now the calendar doesn't crash on startup (i386/current) bump PKGREVISION
2009-01-13Update to 2.24.3:wiz3-7/+9
Evolution 2.24.3 2009-01-12 --------------------------- Bug Fixes: #332729: Invalid write with outspring from e-config.c (Milan Crha) #337082: Unnamed imap folder (Milan Crha) #435452: (Novell Bugzilla) Adding People to Meeting Loses Attendee if Add or Busy Search Selected (Srinivasa Ragavan) #435694: (Novell Bugzilla) Retract of Email from Sent Items Does not Work (Bharath Acharya) #439733: (Novell Bugzilla) Checking for junk before training (Srinivasa Ragavan) #446285: (Novell Bugzilla) Meeting Entry Does Not Allow Multiple Names (Bharath Acharya) #458968: (Novell Bugzilla) Don't warn the user about changes being lost if he is trying to delegate the meeting (Suman Manjunath) #546637: Mail opened from the "Unread mails" displays empty (Srinivasa Ragavan) #551599: Do not fallback to default 15 minutes alarm offset if alarm is triggered at start (or end) of appointment (Paul Bolle) #552583: Passwords don't get stored when using other authentication type than "Password" (Milan Crha) #552583: Free the right url (Srinivasa Ragavan) #552583: Account checking logic a bit more consistent (Milan Crha) #552583: Fix bugs in the account checking logic (Sankar P) #552583: Compare the protocol, user, host and port and disregard the rest (Matthew Barnes) #555663: Evolution crashed with SIGSEGV in gconf-bridge (Milan Crha) #556303: Evolution crashed with SIGSEGV in camel_mime_part_get_filename (Milan Crha) #557176: Crash while trying to click on 'Contacts' (Milan Crha) #558337: Evolution crashes while managing IMAP folder subscriptions (Norman Wang) #559153: Unable to convert mailboxes from Hardy to Intrepid versions (Sankar P) #560420: Failed spamassassin pipe on Evolution (hp@syntomax.com) #562091: New share memo window doesn't come up (Matthew Barnes) #562155: Evolution stopped to start (e_shell_set_crash_recovery) (Matthew Barnes) #562450: Edit as New Message doesn't copy the content of a GPG signed message (Matthew Barnes) #562886: Evolution mailto CLI cannot handle attachments with "#" in filename (Matthew Barnes) #563077: Evolution crashes if gnome-settings-daemon is not started on Solaris (Jeff Cai) #563250: Save and restore custom composer accelerators (Matthew Barnes) #563369: "Templates" folder not translated (Milan Crha) #564007: Messages do not show inline decrypted message by default (Milan Crha) #564860: Evolution crashes in e_util_labels_parse if the labels don't have the correct format (Matthew Barnes) #565553: Right click on an attachment in calendar event and chose application does not work (Ashish Shrivastava) #566653: Local folder's DnD aren't saved well to DB (Srinivasa Ragavan) Updated Translations: Jorge Gonzalez (es) Gil Forcada (ca) Claude Paroz (fr) Leonardo Ferreira Fontenelle (pt_BR) Daniel Nylander (sv) Andre Klapper (de,cs) Changwoo Ryu (ko)
2008-11-24Update to 2.24.2:wiz2-6/+6
Evolution 2.24.2 2008-11-24 --------------------------- Bug Fixes: #434320: When the popup is clicked close the status icon (Srinivasa Ragavan) #446286: Remove the header check as we do a e_gw_connection_get_item for tracking the status (Bharath Acharya) #555276: Don't load vfolder as subfolder. (Srinivasa Ragavan) #559810: Do not localize empty label names, also localize them only first time (Milan Crha) #560329: Fix the signature of the "children-changed" signal emission (Li Yuan) #560882: Left-align header labels instead of centering them, and adjust the header padding so they look purdy (Matthew Barnes) Updated Translations: Nickolay V. Shmyrev (ru)
2008-11-07Update to 2.24.1.1:wiz3-7/+8
Evolution 2.24.1.1 2008-11-07 ---------------------------- Releasing Evolution under 'GNU LGPL V2 or (at your option) V3'. Refer COPYING file for more details Bug Fixes: #437226: (Novell Bugzilla) Proper message is missing in mail sent by delegatee (Bharath Acharya) #440007: (Novell Bugzilla) Print Preview of Calendar Event Shows Blank Page Before Data (Bharath Acharya) #541121: Updated Meetings Need to Notify the Organizer Just as Brand New Meetings Do (Patrick Ohly) #554450: drag and drop to attachment bar doesn't work (Matthew Barnes) #557246: Unsubscribe other user's folder throws an error (Bharath Acharya) #557613: evolution crashed with SIGSEGV in e_flag_set() (Matthew Barnes) #557726: New address book creation dialog doesn't get refreshed (Bharath Acharya) #558726: format string bugs causing potential crashes (Matthew Barnes) #559028: Evolution: Reserve tab order in mail composer window is not the same as the forward tab order in reverse. (Matthew Barnes) #559041: Please add translator comment (Matthew Barnes) #559371: Evolution: spell-checker underlines even the words correctly spelled whilst language is ticked. (Matthew Barnes) Updated Translations: Maxim Dziumanenko (uk) Leonardo Ferreira Fontenelle (pt_BR) Gabor Kelemen (hu) Kenneth Nielsen (da) Luca Ferretti (it) iharh (be) Jorge Gonzalez (es) Priit Laes (et) Daniel Nylander (sv) Gil Forcada (ast)
2008-10-28Remove unnecessary depends-pattern-line for outdated dependency.wiz1-2/+1
2008-10-26Update to 2.24.1:wiz5-811/+897
Evolution 2.24.1 2008-10-20 --------------------------- Many Bug Fixes and Updated Translations Evolution 2.24.0 2008-09-22 --------------------------- New in 2.24.0: * Message Templates * WebDAV Contacts Plugin * Google Contacts Plugin * Custom header support while sending mails * Single Model view for Calendar * Sqlite Based message summary * New Bonobo-less composer for Evolution * Quota support to IMAP/POP accounts * Gtk+ Recent manager integration in Composer Many Bug Fixes and Updated Translations. Evolution 2.23.92 2008-09-08 ---------------------------- New in 2.23.92: Evolution source code license changed to LGPLv2 & LGPLV3 (Sankar P) One Bug Fix, A Few Updated Translations. Evolution 2.23.91 2008-09-01 ---------------------------- Many Bug Fixes and Updated Translations. Evolution 2.23.90 2008-08-18 ---------------------------- Many Bug Fixes. Other fixes: Lots of disk summary related stability fixes (Srinivasa Ragavan) Many Updated Translations. Evolution 2.23.6 2008-08-04 --------------------------- New in 2.23.6: WebDAV contacts plugin (Matthias Braun) Many Bug Fixes and Updated Translations. Evolution 2.23.5 2008-07-21 --------------------------- New in 2.23.5 Camel DB Summary support. (Srinivasa Ragavan & Sankar P) New EPlugin for message templates. (Bharath Acharya & Diego Escalante Urrelo) Google Contacts support (Jörgen Scheibengruber) Many Bug Fixes Other Contributors: Sort the uids so that moving/copying messages preserves mailbox ordering rather than jumbled randomness. (Jeffrey Stedfast) Add dolt revision 5e9eef10 to the autotools build system. Speeds up the build, otherwise falls back to libtool (Alp Toker) Configure email-custom-header plugin within the plugin-manager. (Ashish Shrivastava) Many Updated Translations Evolution 2.23.4 2008-06-16 --------------------------- New in 2.23.4 Python support for EPlugins. (Johnny Jacob) A Few Bug Fixes Other Contributors: Fix for security vulnerabilities CVE-2008-1108 and CVE-2008-1109 (Matthew Barnes) A Few Updated Translations Evolution 2.23.3 2008-06-02 --------------------------- New in 2.23.3 New plugin for setting headers while sending email (Ashish) Many Bug Fixes and Updated Translations Evolution 2.23.2 2008-05-12 --------------------------- Many Bug Fixes Other Contributors: Fix up the Debug Logs window a bit (Matthew Barnes) Fix include path for e-dbhash.h, now in libebackend (Johan Euphrosine) A Few Updated Translations Evolution 2.23.1 2008-04-21 --------------------------- New in 2.23.1: Quota support to IMAP/POP accounts (Milan Crha) Configurable Proxy settings for Evolution (Veerapuram Varadhan) Gtk+ Recent manager integration in Composer (Suman) New bonobo-less message composer (Matthew Barnes) Many Bug Fixes. Other Contributors: Add icons for Edit->Select All, Folder->New, Folder->Delete and Folder->Refresh (Matthew Barnes) Many Updated Translations.
2008-09-06Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlibwiz2-3/+4
name change).
2008-07-15update to 2.22.3.1drochner4-382/+6
changes: -bugfixes -Fixes for CVE-2008-1108 and CVE-2008-1109 were integrated -build fix -translation updates
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-06-05fix two buffer overflows in iCalendar code (CVE-2008-1108, CVE-2008-1109),drochner4-2/+378
patches from upstream CVS, bump PKGREVISION
2008-05-29update to 2.22.2drochner2-6/+6
changes: -bugfixes -translation updates
2008-05-14update to 2.22.1.1drochner2-7/+6
changes: -bugfixes -translation updates
2008-04-22Bump PKGREVISION for gtkhtml314 dependency change.wiz1-1/+2
2008-04-15update to 2.22.1drochner6-747/+1080
This switches to the gnome-2.22 release branch.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-7/+7
through PLIST_SUBST to the plist module.
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz1-2/+2
2008-03-06add a case, making the patch identical to Gentoo's,drochner2-3/+12
ride on yesterday's PKGREV bump
2008-03-05fix some format string problems, should fix CVE-2008-0072drochner3-3/+44
(There is no exact information available, so I've patched all uses of non-constant strings as format specifiers.) bump PKGREVISION
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn2-3/+4
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-11update to 2.20.3drochner2-7/+7
changes: -bugfixes -translation updates
2007-12-16update to 2.12.2drochner2-6/+6
changes: -bugfixes -translation updates
2007-11-03update to 2.12.1drochner4-661/+1264
This switches to the new gnome-2.20 branch.
2007-09-25Fix comment (GConf2 -> GConf).hira1-2/+2
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-9/+9
Bump PKGREVISION.
2007-09-19Use gnome-vfs instead of gnome-vfs2.wiz1-3/+3
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz2-3/+4
affected packages.
2007-04-20Switch to gtkhtml314 here too.wiz1-2/+2
2007-04-17adapt to new path for gtkhtml314drochner1-2/+2
2007-04-15Adapt PRINT_PLIST_AWK for 2.10.xwiz1-3/+3
2007-04-13Update to 2.10.1:wiz3-694/+1160
Changes (without details for bug fixes (just the bugzilla numbers), translations, and contributors, the NEWS file gets very sparse): Evolution 2.10.1 2007-04-09 --------------------------- Bug fixes Updated translations Evolution 2.10.0 2007-03-12 --------------------------- Bug fixes Updated Translations Evolution 2.9.92 2007-02-26 --------------------------- Major Updates: Documentation updates from PC Radhika. Updated Translations Evolution 2.9.91 2007-02-12 -------------------------- Updated Translations Evolution 2.9.6 2007-01-22 -------------------------- Updated Translations Evolution 2.9.5 2007-01-08 -------------------------- Updated Translations Evolution 2.9.4 2006-12-18 -------------------------- Updated Translations Evolution 2.9.3 2006-12-04 -------------------------- Updated Translations Evolution 2.9.2 2006-11-07 -------------------------- Updated Translations Evolution 2.9.1 2006-10-16 -------------------------- Updated Translations Evolution 2.8.1 2006-10-02 -------------------------- Updated Translations Bug fixes
2007-04-11Bump PKGREVISION for gtkhtml38 shlib name change.wiz1-2/+2
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz2-4/+4
2006-10-11Also take tm_isdst into account by applying a 3600 second correction.joerg3-6/+15
Bump revision.
2006-10-09Use get_local_offset() instead of timezone as external symbol.joerg3-3/+26
The latter conflicts with timezone(3) at leat on DragonFly and FreeBSD. Bump revision.
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv2-2/+4
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-15Update to 2.8.0:jmmv4-711/+696
Evolution 2.8.0 2006-09-04 -------------------------- Evolution 2.8 Stable Release for GNOME 2.16.0. Evolution 2.7.92 2006-08-21 --------------------------- Updated Translations Hendrik Richter (de), Wouter Bolsterlee (nl), Daniel Nylander (sv), Priit Laes (et), Francisco Javier F. Serrador (es), Satoru SATOH (ja), Subhransu Behera (or), Matic Žgu (sl), Jovan Naumovski (mk), Ankit Patel (gu), Žygimantas Beručka (lt), Gabor Kelemen (hu), Ilkka Tuohela (fi), Ahmad Riza H Nst (id), Rahul Bhalerao (mr), Clytie Siddall (vi), Changwoo Ryu (ko), Chao-Hsiung Liao (zh_HK) (zh_TW), Tino Meinen (nl), Ani Peter (ml), Xavier Conde Rueda (ca), Maxim Dziumanenko (uk), Guntupalli Karunakar (dz), Leonid Kanter (ru), Daniel van Eeden (nl), Kjartan Maraas (nb) Bug Fixes Pavel Roskin, Kjartan Maraas, Srinivasa Ragavan, Laurent Goujon, Matthew Barnes, Chenthill Palanisamy, Li Yuan, Harish Krishnaswamy, Mubeen Jukaku, Ushveen Kaur, Jeff Cai, Johannes Berg, Hiroyuki Ikezoe, Øystein Gisnås Evolution 2.7.91 2006-08-07 --------------------------- Updated Translations Jordi Mas (ca), Rhys Jones (cy), Francisco Javier F. Serrador (es), Inaki Larranag (eu), Priit Laes (et), Ilkka Tuohela (fi), Christophe Merlet (fr), Ankit Patel (gu), Jovan Naumovski (mk), Rahul Bhalera (mr), Kjartan Maraas (nb), Vincent van Adrighem (nl), Daniel Nylander (sv), Theppitak Karoonboonyanan (th), Maxim Dziumanenko (uk), Funda Wang (zh_CN), Chao-Hsiung Liao (zh_HK) (zh_TW) Bug Fixes Johnny Jacob, Srinivasa Ragavan, Alessandro Decina, Sankar P, Veerapuram Varadhan, Arvind, Andre Klapper, Bastien Nocera, Chenthill Palanisamy, Rajeev ramanathan, Devashish Sharma, Roozbeh Pournader, Sushma Rai Evolution 2.7.90 2006-07-24 --------------------------- Updated Translations: Zygimantas Berucka (lt), Christophe Merlet (fr), Francisco Javier F. Serrador (es), Changwoo Ryu (ko), Jonathan Ernst (fr), Nikos Charonitakis (el), Funda Wang (zh_CN), Ankit Patel (gu), Ilkka Tuohela (fi), Raivis Dejus (lv), Kostas Papadimas (el), Dzongkhalinux team, DIT (dz), Hendrik Richter (de), Daniel Nylander (sv), Ivar Smolin (et), Theppitak Karoonboonyanan (th), Simos Xenitellis (el), Chao-Hsuing Liao (zh_HK, zh_TW) Bug fixes and features : Arvind, Andre Klapper, Boby Wang, Yuri Pankov, Harish Krishnaswamy, Srinivasa Ragavan, Johnny Jacob, Raghavendran, Shree Krishnan, Ushveen Kaur, Karsten Brackelmann, Michael Zucchi, Hiroyuki Ikezoe, Rajeev Ramanathan, Chenthill Palanisamy, Li Yuan, Devashish Sharma, Mikhail Zabaluev, Ross Burton, Sankar, Benoît Dejean, Vandana Shenoy, Julio M. Merino Vidal, Luca Ferretti. Evolution 2.7.4 2006-07-10 -------------------------- Updated Translations: Francisco Javier F. Serrador, Jovan Naumovski, Changwoo Ryu, Nikos Charonitakis, Rostislav Raykov, Ilkka Tuohela, Ivar Smolin, Ahmad Riza H Nst, Inaki Larranaga, Ankit Patel, Vincent van Adrighem, Runa Bhattacharjee, Benoît Dejean, Theppitak Karoonboonyanan, Pawan Chitrakar, I.Felix, Rajesh Ranjan, Kjartan Maraas, Chao-Hsiung Liao, Clytie Siddall, Hendrik Richter, Daniel Nylander. Bug fixes : Andreas Köhler, Harish Krishnaswamy, Ushveen Kaur, Andre Klapper, Johnny Jacob, Mathew Barnes, Arvind_evo, Srinivasa Ragavan, Tor Lillqvist, Li Yuan, Chenthill, Wang Xin, Rajeev Ramanathan, Aishwarya K, Hiroyuki Ikezoe, Simon Zheng, Devashish Sharma, Oswald Rodrigues, Harry Lu, Oswald, Sushma Rai, Mathew Barnes, Karsten Bräckelmann, Sankar P, Frederic Peters. Evolution 2.7.3 2006-06-12 -------------------------- Updated Translations contributed by Ilkka Tuohela, Ignacio Casal Quinteiro, Kjartan Maraas, Ankit Patel, Francisco Javier F. Serrador, Funda Wang, Pema Geyleg, Vincent van Adrighem, Clytie Siddall, Stanislav Brabec, Priit Laes, Alexander Shopov. Bug fixes and other changes : Srinivasa Ragavan, Li Yuan, Harish Krishnaswamy, Chris Heath, Jeffrey Stedfast, Gary Coady, Tor Lillqvist, Frederic Peters, Wang Xin, Hiroyuki Ikezoe, Li Yuan, Parthasarathi Susarla, Simon Zheng, Devashish Sharma, Roozbeh Pournader, Johnny Jacob, Federico Mena Quintero Ed Catmur, Carlos Garcia Campos, Sushma Rai, Sankar P, David Richards, Chenthill Palanisamy, Evolution 2.7.1 2006-04-24 --------------------------- First release of 2.7 development series. What is new ? ------------- * Integration of Evolution Calendar with Cairo Evolution 2.5.92 2006-02-27 --------------------------- Bug fixes since last release : http://go-evolution.org/Evo2.5.92#Evolution Updated Translations: - ca (Jordi Mas) - cs (Miloslav Trmac) - el (Kostas Papadimas) - es (Francisco Javier F. Serrador) - et (Priit Laes) - fi (Ilkka Tuohela) - gl (Ignacio Casal Quinteiro) - gu (Ankit Patel) - ja (Takeshi AIHaNA) - ka (Clytie Siddall) - lt (Žygimantas Beručka) - nb (Kjartan Maraas) - nl (Vincent van Adrighem) - no (Kjartan Maraas) - ru (Leonid Kanter) - sr (Slobodan D. Sredojevic) - th (Theppitak Karoonboonyanan) - vi (Clytie Siddall) - zh_CN (Funda Wang) - zh_HK (Chao-Hsiung Liao) - zh_TW (Chao-Hsiung Liao) Evolution 2.5.91 2006-01-13 --------------------------- Bug fixes since last release : http://go-evolution.org/Evo2.5.91#Evolution Updated Translations: - bg (Vladimir Petkov) - ca (Xavier Conde, Jordi Mas) - cs (Lukas Novotny) - cy (Rhys Jones) - en_CA (Adam Weinberger) - es (Francisco Javier F. Serrador) - et (Ivar Smolin) - fi (Ilkka Tuohela) - gl (Ignacio Casal Quinteiro) - gu (Ankit Patel) - lt (Žygimantas Beručka) - nb, no (Kjartan Maraas) - nl (Tino Meinen) - pt_BR (Raphael Higino) - sq (Laurent Dhima) - sr, sr@Latn (Slobodan Sredojevic) - th (Theppitak Karoonboonyanan) - vi (Clytie Siddall) - zh_CN (Funda Wang) - zh_TW, zh_HK (Chao-Hsiung Liao) Evolution 2.5.90 2006-01-30 --------------------------- What's new : Bug fixes since 2.5.5 : http://bugzilla.gnome.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Desktop&product=Evolution&long_desc_type=substring&long_desc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&resolution=WONTFIX&resolution=DUPLICATE&resolution=NOTABUG&resolution=NOTGNOME&resolution=INCOMPLETE&resolution=INVALID&resolution=GNOME1.x&resolution=MOVED&resolution=OBSOLETE&resolution=NOTXIMIAN&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&chfieldfrom=2006-01-17&chfieldto=Now&chfield=bug_status&chfieldvalue=RESOLVED&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Updated Translations: - bg (Vladimir Petkov) - el (Kostas Papadimas) - en_CA (Adam Weinberger) - es (Francisco Javier F. Serrador) - et (Ivar Smolin) - fi (Ilkka Tuohela) - gl (Ignacio Casal Quinteiro) - gu (Ankit Patel) - ko (Changwoo Ryu) - nb, no (Kjartan Maraas) - nl (Vincent van Adrighem) - pt_BR (Evandro Fernandes Giovanini) - sr, sr@Latn (Slobodan D. Sredojevic) - vi (Clytie Siddall) - zh_CN (Funda Wang) - zh_TW, zh_HK (Chao-Hsuing Liao) - POTFILES.in (Adam Weinberger) - POTFILES.in (Harish) Evolution 2.5.5 2006-01-16 -------------------------- Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi): #326458 – New Meeting/Task UI: remove useless seperators (Srini) #326265 – "Message Source", "Character Encoding" miss mnemonics (Srini) #326266 – avoid using "i" as mnemonic (Srini) #326381 – change "_Insert" mnemonic in Signature Editor Menu (Srini) #325110 – Compose Message Controls Not Working (Shreyas) #326877 – UI: Menu Bar Changes Number Of Items When No Email Highlighted (Srini) #218570 – "Collapse all" and "expand all" threads feature missing (Srini) #221270 – Send & Receive -dialog should show also account name for usability (Rohini) #246257 – Find in Message dialog - UI suggestions (Rohini) #239929 – Zoom with mousewheel broken (Rajeev) #255303 – changing folders strangeness (Srini) #325334 – "Canceled" spelling errors (Andre Klapper) #325618 – Exchange operations plugin doesn't get loaded on startup. (Srini) #313095 – gw: Disable a account which has done proxy login to other account error message is wrong (Shreyas) #325568 – Spaces disappeared from strings (Andre Klapper) #325748 – Add a new mozila built-in cert module's path for compatible reason (Simon Zheng) #273076 – Cryptic short messages in Evolution certificate manager (Andre Klapper) #324739 – Crash moving from mail to calendar (Srini) #325629 – port to the new libnotify API (Sebastien Bacher) #324816 – Alarm Tray eats CPU (Chakravarthi) #324889 – Selecting calendar from event-notification drop-down from notification-area crashes EDS (Chakravarthi) #213660 – Set default alarm type and sound file in preferences (Johnny Jacob) #320101 – When Scheduling Meeting, [Invitations] Tab Accepts Multiple Names (Chenthill) #311888 – On Recurrence Meeting Screen, Calendar Doesn't Display Correct View (Chenthill) #313112 – Make this occurence movable does not delete moved recurring instance (Chenthill) #259505 – In Calendar List View, switching months changes View (Chenthill) #271810 – Calendar not enabled if editor adds event (Chenthill) #274234 – jump to today pretty useless (Srini) #271541 – Read Only Calendars shouldn't present Read Only "New" Screen (Chenthill) #326735 – Meeting editor shows a wrong organizer (Chenthill) #325446 – Alarm Editor Window width changes as typing custom message (Srini) #325502 – resizing task editor window does not resize description input field (Srini) #325612 – strings in e-alarm-list.c need translator comments (Andre Klapper) #261071 – "RSVP" in evolution addressbook probably needs a translator comment (Andre Klapper) #216535 – changing start time should keep appointment's time length (Johnny Jacob) #258786 – 'Mark Selected Tasks as Complete' active even after tasks are marked complete (Johnny Jacob) #303193 – Changing reminder snooze time doesn't work after pressing ALT-S (Johnny Jacob) #325416 – tooltip of *earlier* appointment displayed in day view (Srini) #325414 – calendar tooltip never disappearing when aborting appointment creation (Srini) #323127 – Attachments pane gone wild (Johnny Jacob) #326378 – missing mnemonics for mail recover dialog buttons (Srini) #246237 – Compose a message dialog - label suggestions (Rohini) #317283 – Contact Categories dialog should have a default response (Devashish) #317282 – Contact Full Name dialog should have a default response (Default) #326268 – "search > advanced" misses mnemonic (Srini) #307513 – Please update some of the commandline tools. (Ali Akcaagac) #325334 – "Canceled" spelling errors (Andre Klapper) #326265 – "Message Source", "Character Encoding" miss mnemonics (Srini) #220286 – Hints are not gone after a folder switch (Srini) #326264 – "Current View" and "Caret Mode" have same mnemonic (Srini) #325132 – change "Sa junk-plugin" to "Spamassassin plugin" (Andre Klapper) #325210 – Plugin Spam learn can not work correctly (Shi Pu) #327053 – One typo in the .po file (Harish) #327155 – New grammar error (Harish) #326842 – Save password not working (Sushma) #271546 – Can't subscribe to other user's calendar with non-english Exchange server (Chenthill) #326060 – Exchange password expiry handling is broken (Sushma) #316100 – there is an empty menu after the help menu (Srini) #314748 – modal dialog issue (Sushma) #267402 – can not specify https URL for a remote calendar location (Tony Tsui) #326265 – "Message Source", "Character Encoding" miss mnemonics (Srini) #323011 – UI: options available on right click should be in menus as well (Srini) #325926 – Menu bar has entry with no text (Chenthill) New features and other fixes : - Merge caldav eplugin from evolution-caldav into Evolution (Harish) - Calendar EText Wrapping (Johnny Jacob) - CSV and Tab import support for addressbook (Devashish) - Edit menu implementation in Event/Task Editor (Johnny Jacob) - Keyboard Accelerator Fixes across Evolution (Srini & Harish) - Code cleanup (Simon Zheng, Johnny Jacob, Boby Wang, Harish ) - Win32 Fixes (Tor Lillqvist) - import-ics-attachments plugin (Johnny Jacob) Updated Translations: - bg (Alexander Shopov) - en_CA (Adam Weinberger) - es (Francisco Javier F. Serrador) - et (Priit Laes) - fi (Ilkka Tuohela) - gu (Ankit Patel) - ja (Takeshi AIHANA) - lt (Žygimantas Beručka) - nl (Vincent van Adrighem) - nb, no (Kjartan Maraas) - nn (Åsmund Skjæveland) - vi (Clytie Siddall) - zh_TW (Zhe Su, Chao-Hsiung Liao) Evolution 2.5.4 2006-01-02 -------------------------- Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi): #301149 - Translated plugin names, descriptions and labels. (Funda Wang) #323151 - Seperator in toolbar between Send/Receive and component buttons (Karsten Bräckelmann) #325120 - Remove ui/evolution-executive-summary.xml from CVS #306117 - Partially fixes typos and harmonizing capital/small letters (Andre Klapper) #319946 - Shortcut keys for Send/Receive and Save Message are same when invoked through Alt-F (Andre Klapper) #324677 - Mark as Menu does provide Clear/Completed (Srinivasa Ragavan) #313293 - Added shortcut for Preferences window (M Victor Aloysius J) #321734 - Added tooltips for Alarms and Attachment in the event editor. #322499 - Removed clashing tooltip for show/hide status bar (Srinivasa Ragavan) #227853 - Modifed Control + M to be the accelerator for show/hide preview across Evolution. (Srinivasa Ragavan) #316897 - Removed Copy To and Move To from the Evolution toolbar. (Rajeev Ramanathan) #323108 - ReOrdered Reply in the right click menu (Karsten Brackelmann) #325375 - Critical warning fix (Harish) #325276 - Modified usage of ""don't"" to "Do not" string (Harish) #306117 - Fixed few typos in po file (Andre Klapper) #325116 - Modified Cancelled to Canceled (Andre Klapper) #272772 - Added quotes to literal values (Andre Klapper) #311472 - Removed wrong singular string (Andre Klapper) #313801 - Changed duplicate mnemonic (Andre Klapper) #324173 - Changed title in selecting sound in Preferences page (Andre Klapper) #256913 - Fixed 3 HIG violations in Preferences page (Andre Klapper) #228040 - Setting up Follow-up flag to update preview (Srinivasa Ragavan) #324677 - Added menu for flag complete and clear menu (Srinivasa Ragavan) #60354 - Added the functionality to show folder name, mail and unread count in window title (NotZed) #324473 - Add-delete signature cause evolution crash (Jeff Cai) #324670 - Fixed evolution to change the pane size when changed in gconf (Sam Yang) #246256 - Changed "Case _Sensitive" to "Case _sensitive" (Varadhan) #324319 - Added accessible name for the attachment bar (Boby Wang) #234008 - Highlight drafts folder (Felix Ortega) #325364 - G_CRITICAL warning in shell (Harish) #325119 - Removed a duplicate word in the shell error dialog (Andre Klapper) #315866 - Made FAQ to point to go-evolution.org (Andre Klapper) #322001 - Fixed the display of menu item in ja locale (David Malcom) #325472 - G_CRITICAL warnings fix in certificates page (Harish) #325489 - G_CRITICAL warnings fix in tasks (Harish) #325468 - G_CRITICAL warnings fix in calendar preferences (Harish) #325123 - Removed duplication exclamation mark in iCalendar importer (Andre) #325125 - Strings Url and url are modified to URL (Andre Klapper) #313144 - Added punctuation to calendar error messages (Andre Klapper) #308851 - Fixed some grammatical errors in Calendar (Andre Klapper) #306150 - Fixed a confusing string in calendar schema (Chenthill) #248133 - Peculiar popup menu in Scheduling tab (Chakravarthi) #324525 - Delete Calendar events should default to Cancel (Chenthill) #323125 - Default search bar in calendar is not same after pressing clear (Varadhan) #323955 - Fixed Evolution hang when trying to invoke alarm daemon (Chakravarthi) #324196 - Empty summary check in event editor (Johnny Jacob) #323984 - Task / Assigned task shows part of timezone widgets in task editor (Sam Yang) #324195 - Evolution Not Pulling Down Webcal Content (Chenthill) #324094 - Added translatable strings in calendar tooltips (Srinivasa Ragavan) #324058 - Fixed a crash, while creating a calendar in exchange (Chenthill) #321739 - Synchronize between the attendees and the name selector dialog (Chenthill) #246245 - Changed the file selector title to "Insert Attachment" (Johnny Jacob) #205616 - Added new top/bottom buttons to filter dialog (Mathew Hall) #246225 - Changed strings in Advanced Search dialog (Arulanandan) #246227 - Changed strings in Save Search dialog (Arulanandan) #258048 - Modified categories menu to option (Srinivasa Ragavan) #266003 - Fixed a false status message in import popup (Sushma) #309618 - G_CRITICAL warnings fix (Harish) #246233 - Modified Search Editor to Searches (Johnny Jacob) #303876 - Fix for input strings committed in the wrong order in Evolution Task (Akira TAGOH) #306118 - Fixed a typo in e-table (Andre Klapper) #240762 - Make only user creatable views editable (Srinivasa Ragavan) #306117 - Fixed typos in bbdb plugin (Andre Klapper) #325491 - Fix to allow to right click if exchange account is configured (Sushma) #306117 - Fixed typos in exchange errors (Andre Klapper) #324678 - Creating the contacts folder and accessing it from Evolution is not working (Sushma) #324580 - Set the folder subscription dialog title correctly (Sushma) #313545 - Added translator comments for Exchange Delegate dialog (Sushma) #324485 - Fix to stop asking password twice during account creation (Sushma) #324483 - Fixed a memory leak in connector (Sushma) #325127 - Changed string Uid to UID (Andre Klapper) #320119 - Fix to avoid Novell Address Book Showing Up Twice In Lists (Sushma) #274433 - Fixed encoding conversion problem when converting email to task (Chenthill) #325128 - Added a missed word in itip formatter (Andre Klapper) #313554 - Marked missing strings translatable in itip-formatter (Andre Klapper) New features and other fixes : - Added visual cue to the present of search filter (Srinivasa Ragavan) - G_CRITICAL warnings (Harish) - Network Manager support in Evolution (Shreyas) - Publish Calendar plugin (David Trowbridge) - Using gstdio wrappers and code cleanup (Tor Lillqvist) - Win32 Fixes (Tor Lillqvist) Updated Translations: - be (Ales Nyakhaychyk) - en_CA (Adam Weinberger) - es (Francisco Javier F. Serrador) - el (Kostas Papadimas) - fi (Ilkka Tuohela) - gl (Ignacio Casal Quinteiro) - gu (Ankit Patel) - ja (Takeshi AIHANA) - lt (Žygimantas Beručka) - nb, no (Kjartan Maraas) - nn (Åsmund Skjæveland) - vi (Clytie Siddall) - zh_CN (Funda Wang) Evolution 2.5.3 2005-12-12 -------------------------- Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi): #321639 - order of Reply methods confusing in the menu (Karsten Brackelmann) #321640 - Forward As menu missing (Karsten Brackelmann) #323140 - Mail Contex Menu ordered incorrectly (Karsten Brackelmann) #323253 - Evolution fails to show mailbox in send & receive dialog (Shi Pu) #322414 - Evolution doesn't respect to a key's change in gconf (Sam Yang) #315987 - Evolution 2.4 crashes EVERY time i sent an email (Parthasarathi) #316315 - Evolution exchange storage crashes on ECalendar sync (Varadhan) #322616 - End time in list view is displayed in UTC timezone (Chenthill) #317322 - crash when delete a imported recurrent event (Chenthill) #314639 - Evolution crashed on right click and select new appointment (Chenthill) #318777 - recurrence editing ... (Chenthill) #321237 - The categories' name cannot be displayed in braille monitor (Boby Wang) #314550 - When description of meeting is lengthy alarm notify popup should have scrollbar (Chakravarthi) #322863 - crashes on redirect (Parthasarathi) #300300 - Evolution, EAddress-conduit extra newline breaks PalmOS (Sushma) #303856 - Appointment Editor's OK button still greyed out after changing value (Johnny Jacob) #322740 - Screen Reader can't read the subject or date (Boby Wang) #322776 - Unable to keyboard navigate into message headers pane, if no message selected. (Li Yuan) #313219 - gal_view_new_dialog_set_property() does GTK_IS_ENTRY(random) (Veerapuram Varadhan) #322311 - New defined viewname with non-ASCII characters is not displayed in the View menu on some Non Ascii locale (Simon Zheng) #272514 - Don't include URL in translateable evolution-exchange message (Sushma) #314583 - Incorrect error messages (Sushma) #314576 - hang when using "Type: None" for a mail account (Partha) New features and other fixes : Evolution Editor UI and tooltip enhancements (Srinivasa Ragavan and Chenthill) Resolve duplicate symbols in e-util wrt libedataserver (Irene) Fix make-clean issues in Evolution plugins (Harish) e-attachment-bar crasher and Misc. code clean-up (Harish) Win32 related fixes and code clean-up (Tor Lillqvist) Updated Translations: - be (Vital Khilko) - bg (Rostislav Raykov) - cs (Miloslav Trmac) - en_CA (Adam Weinberger) - es (Francisco Javier F. Serrador) - et (Ivar Smolin) - fi (Ilkka Tuohela) - gl (Ignacio Casal Quinteiro) - ja (Takeshi AIHANA) - lt (Zygimantas Beručka) - nb, no (Kjartan Maraas) - th (Theppitak Karoonboonyanan) - zh_CN (Funda Wang) - zh_TW (Abel Cheung) - zh_TW (Chao-Hsuing Liao) Evolution 2.5.2 2005-10-25 -------------------------- New Features: - New Event / Meeting Editor dialog (Srinivasa Ragavan & Chenthill) - Hula Account setup plugin (Harish) Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi): #302974 - Added accelerators for Next and Previous message (Sankar) #314638 - Fixes a memory build-up, while creating a new meeting with new category (Chakravarthi) #313538 - Fix to show Free/Busy information for organiser (Chenthil) #321088 - Fix to reduce the size of time window in free/busy to avoid the scroll of widget in the wrong direction. It Shows only 35 days in the canvas. (Chenthill) #273322 - Fixed a crash in evolution, when calendar is removed, remove it from publishing. (Dinesh) #316710 - Fixed a alarm issue to popup for exchange, by obtaining correct key for a authenticated calendar (Chakravarthi) #319217 - Show only alarms starting from today for missed alarms (Chakravarthi) #316280 - Fix to addressbook print to use specified page size (Evan Yan) #229972 - In contact editor, move focus automatically to next field, after setting phone from the menus (Devashish) #301081 - Fix to rememberpublishing recipents in converting mail to task plugin (Mubeen) #308752 - Renamed 'Meetings and Tasks' to 'Calendar and Tasks' in Preferences (Dinesh) Other Fixes: - Category syncing in todo-conduits (Nathen Owens) - Adjust the Date/Time widgets to take actual size in meeting/event page (Chenthill) - Automatic file extention filling in saving a calendar (Dinesh) - Code Cleanup (Harish) Update Translations: - bg (Alexander Shopov) - ca (Adam Weinberger) - es (Francisco Javier F. Serrador) - et (Priit Laes) - fi (Ilkka Tuohela) - gl (Ignacio Casal Quinteiro) - ku (Erdal Ronahi) - lt (Žygimantas Beručka) Evolution 2.5.1 2005-10-25 -------------------------- New !! Evolution Memos component (Nathan Owens) and plenty of bug fixes as usual.
2006-08-23Bump PKGREVISION due to dbus update to 0.9x.jmmv1-1/+2
2006-08-06Update to 2.6.3:jmmv4-33/+14
Evolution 2.6.3 2006-07-31 -------------------------- Updated Translations: Christophe Merlet (fr) Zygimantas Beručka (lt), Hendrik Richter (de), Ivar Smolin (et), Ilkka Tuohela (fi), Clytie Siddall (vi), Ankit Patel (gu), Francisco Javier F. Serrador (es), I. Felix (ta), Hendrik Richter (de), Daniel Nylander (sv), Hendrik Richter (de), Ignacio Casal Quinteiro (gl), Kjartan Maraas (nb), Pawan Chitrakar (ne), Funda Wang Ahmad Riza H Nst (id), Pema Geyleg (dz) Bug fixes and features : #336963 - Srinivasa Ragavan #324241 - Johnny Jacob #336963 - Ushveen Kaur #260354 - Arvind_evo #335423 - Chris Heath #331694 - Harish #341381 - Li Yuan #341334 - Srinivasa Ragavan #341525 - Li Yuan #268592 - Arvind_evo #333003 - Gary Coady #330633 - Arvind_evo #345969 - Li Yuan #345510 - Li Yuan #345923 - Li Yuan #34522 - Wang Xin #339217 - Aishwarya K #304648 - Rajeev #344630 - Wang Xin #341961 - Hiroyuki Ikezoe #341369 - Hiroyuki Ikezoe #347381 - Boby Wang #332909 - Ushveen Kaur #338710 - Devashish #344227 - Hiroyuki Ikezoe #342646 - Hiroyuki Ikezoe #332347 - Oswald Rodrigues #335423 - Chris Heath #310489 - Chenthill #336853 - Julio M. Merino Vidal #333821 - Varadhan #329740 - Chenthill #347973 - Chenthill #332387 - Bastien Nocera #335410 - (Andre, Vincent Fretin, Olav Vitters) A typo fix that was causing experimental plugins to be skipped (Iain Buchanan) Other major fixes : * Use pango Layout for printing - Dave Malcolm * Tons for Win32 related fixes - Tor Lillqvist Evolution 2.6.2 2006-05-29 --------------------------- Bug fixes since last release : http://go-evolution.org/Evo2.6.2#Evolution Evolution 2.6.1 2006-04-10 --------------------------- Bug fixes since last release : http://go-evolution.org/Evo2.6.1#Evolution
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto