aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-08-15 12:34:15 +0800
committermarcus <marcus@FreeBSD.org>2002-08-15 12:34:15 +0800
commit08e485b1c5cf61422d0451e2447457fe286bb1d2 (patch)
treec647c724496933781c57653b8ac3cb14342de6d4
parentd9cdf0b8375bd6d0979f5ba5751d52c11ca5953a (diff)
downloadfreebsd-ports-graphics-08e485b1c5cf61422d0451e2447457fe286bb1d2.tar.gz
freebsd-ports-graphics-08e485b1c5cf61422d0451e2447457fe286bb1d2.tar.zst
freebsd-ports-graphics-08e485b1c5cf61422d0451e2447457fe286bb1d2.zip
Update to 2.0.4. This fixes a small memory leak.
-rw-r--r--x11-toolkits/eel2/Makefile2
-rw-r--r--x11-toolkits/eel2/distinfo2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/eel2/Makefile b/x11-toolkits/eel2/Makefile
index b7e3209ac8f..eee78f815e0 100644
--- a/x11-toolkits/eel2/Makefile
+++ b/x11-toolkits/eel2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= eel2
-PORTVERSION= 2.0.3
+PORTVERSION= 2.0.4
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= 2.0.0/sources/${PORTNAME:S/2$//}
diff --git a/x11-toolkits/eel2/distinfo b/x11-toolkits/eel2/distinfo
index f4cfa6b2563..75df43e717c 100644
--- a/x11-toolkits/eel2/distinfo
+++ b/x11-toolkits/eel2/distinfo
@@ -1 +1 @@
-MD5 (gnome2/eel-2.0.3.tar.bz2) = 570f9184ff5286fd0ac924f368354396
+MD5 (gnome2/eel-2.0.4.tar.bz2) = b16799fddb55a2bda3e9fd90bbf42421
ha2010-02-111-0/+2 * Fix bug #597082Jeff Cai2010-02-081-15/+30 * Coding style and whitespace cleanup.Matthew Barnes2010-02-084-43/+70 * Bug #605596 - Do not crash on message change, attempt ][Milan Crha2010-02-051-0/+4 * Bug 607520 - 'Add to Address Book' fails when address has spaceMatthew Barnes2010-02-031-1/+15 * Coding style and whitespace cleanup.Matthew Barnes2010-01-3115-19/+19 * Bug 581604 - Permissions on mail/local folders are too openChenthill Palanisamy2010-01-302-11/+11 * Refactor the autoconfig stuff a bit.Srinivasa Ragavan2010-01-292-37/+68 * Revert patch for bug #605596, it was causing crashesMilan Crha2010-01-293-6/+4 * Don't show total attachment size if it's zero.Matthew Barnes2010-01-291-4/+9 * Bug #605596 - Crash on message changeMilan Crha2010-01-283-4/+6 * Bug #607595 - Do not auto-sign when replying to a signed messageMilan Crha2010-01-261-2/+3 * Coding style and whitespace cleanups.Matthew Barnes2010-01-231-3/+8 * Bug 607741 - Move folder to claims it's copying in status barMatthew Barnes2010-01-221-1/+4 * Bug #606301 - Slow sort by subjectMilan Crha2010-01-201-4/+7 * Add focus tracking to EMailBrowser.Matthew Barnes2010-01-202-0/+96 * A bit less 'camel_exception_get_id called with NULL parameter' on consoleMilan Crha2010-01-201-1/+5 * Bug 607409 - ~/.evolution/mail/config not created on demandMatthew Barnes2010-01-202-8/+20 * Bug 607360 - [regression] Runtime warnings at exitMatthew Barnes2010-01-191-2/+2 * Give all preview panes a search bar.Matthew Barnes2010-01-186-2221/+10 * Improve clipboard behavior.Matthew Barnes2010-01-182-0/+68 * Fix a potential uninitialized variable use in em-composer-utils.c.Matthew Barnes2010-01-161-1/+1 * Fix a potential uninitialized variable use in emae_authtype_changed().Matthew Barnes2010-01-161-5/+10 * Remove dead assignments found by clang.Matthew Barnes2010-01-1616-67/+7 * Bug #605633 - A little code inconsistency in em_utils_send_receiptMilan Crha2010-01-141-8/+6 * Bug #599794 - Set composer as not changed on reply or forward actionMilan Crha2010-01-091-4/+4 * Bug 606250 - Remove usage of deprecated GTK+ symbolsMatthew Barnes2010-01-087-7/+7 * Bug #606316 - Mail with an attachment in a Junk folder crashes EvoMilan Crha2010-01-081-9/+14 * Bug #604994 - Folder state not preserved in Copy/Move Folder dialogMilan Crha2010-01-0710-97/+191 * Teach ETable to prefer themed icon names over pixbufs.Matthew Barnes2010-01-071-76/+56 * Kill e_popup_menu().Matthew Barnes2010-01-052-2/+0 * Coding style and whitespace cleanup.Matthew Barnes2010-01-046-20/+42 * Bug 361145 - Evolution hangs when formatting message - fixes part of it.Chenthill Palanisamy2009-12-283-4/+20 * Remove more unneeded gunk from configure.ac.Matthew Barnes2009-12-281-2/+0 * Replace alloca() with g_alloca().Matthew Barnes2009-12-287-13/+13 * Compiler and linker flag cleanups.Matthew Barnes2009-12-281-2/+2 * Coding style and whitespace cleanup.Matthew Barnes2009-12-265-10/+18 * Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-263-150/+150 * Bug #520816 - S/MIME shares "Do not sign meeting requests" with PGPMilan Crha2009-12-241-19/+66 * Bug #329693 - Add contexts to translated "None" wordsMilan Crha2009-12-241-2/+4 * Bug #595501 - Crash on a changed mail filter action removalMilan Crha2009-12-231-2/+12 * Fix a bug in the prev commit. Handle cases specific for Anjal.Srinivasa Ragavan2009-12-231-1/+1 * Add 'Defaults' page to Anjal's edit stuff. Prevent it coming inSrinivasa Ragavan2009-12-231-2/+12 * Cherry pick anjal changes from stable to master.Srinivasa Ragavan2009-12-231-4/+27 * Bug #600521 - Remove trailing spaces from particular account fieldsMilan Crha2009-12-221-3/+10 * Remove the EShellBackend parameter from mail_session_init()Jonathon Jongsma2009-12-213-4/+3 * Clean up a bunch of unnecessary includes in mail/EVOLUTION_2_29_4Jonathon Jongsma2009-12-216-83/+24 * Remove MailSession's last dep on EShellJonathon Jongsma2009-12-211-3/+4 * The shell backend is responsibile for setting the MailSession onlineJonathon Jongsma2009-12-212-6/+2 * Move the gross hack for EAccountComboBox up a levelJonathon Jongsma2009-12-212-2/+3 * Move forward_to() implementation to MailSession (remove dep on composer)Jonathon Jongsma2009-12-214-189/+178 * Coding style and whitespace cleanup.Matthew Barnes2009-12-205-6/+4 * Remove some obsolete GConf keys.Matthew Barnes2009-12-192-30/+0 * Implement get_data/config_dir vfuncs for mail backendJonathon Jongsma2009-12-192-15/+32 * Bug #593700 - Restore folder's last selected message as expectedMilan Crha2009-12-181-6/+6 * Add a way for Anjal to override shell_builtin_backend.Matthew Barnes2009-12-182-0/+9 * Bug #553057 - Show signer's information in a message window/previewMatthew W. S. Bell2009-12-173-2/+69 * Kill MailSession's interactive flag.Matthew Barnes2009-12-173-39/+0 * Move MailFolderCache signal handlers to EMailBackend.Matthew Barnes2009-12-171-0/+87 * Kill em_utils_get_data/config_dir(), push down to MailSessionJonathon Jongsma2009-12-1711-59/+44 * Kill em_utils_adjustment_page().Matthew Barnes2009-12-162-31/+0 * Introduce EMailBackend into libevolution-mail.Matthew Barnes2009-12-163-0/+489 * Use the boxed CamelObject type for signal params in MailFolderCacheJonathon Jongsma2009-12-161-12/+13 * Add MailFolderCache::folder-changed signalJonathon Jongsma2009-12-161-32/+28 * MailFolderCache: add signal for updated unread countsJonathon Jongsma2009-12-163-62/+88 * Remove mail-config, vfolder, and filter deps from mail-folder-cacheJonathon Jongsma2009-12-165-163/+190 * Add signals to MailFolderCache for common eventsJonathon Jongsma2009-12-161-0/+83 * Add documentation to clarify mail-folder-cache functionalityJonathon Jongsma2009-12-164-32/+119 * Make the mail folder cache a proper GObjectJonathon Jongsma2009-12-168-163/+302 * Bug #602505 - Incorrect information in message windowMilan Crha2009-12-162-5/+40 * Move mail migration code to libevolution-mail.so.Matthew Barnes2009-12-163-0/+3139 * Bug #603342 - Memory leak fixesMilan Crha2009-12-151-2/+2 * Bug 604562 - Typo in gconf schemaChristophe Fergeau2009-12-151-1/+1 * Introduce EMailSidebar into libevolution-mail.Matthew Barnes2009-12-154-190/+900 * Bug #499322 - Use extension for "Save as" suggested file nameMilan Crha2009-12-101-5/+15 * Revert accidentally committed experimental codeJonathon Jongsma2009-12-091-143/+34 * rename e_alert_get_buttons -> e_alert_peek_buttonsJonathon Jongsma2009-12-091-34/+143 * Kill ETreeScrolled.Matthew Barnes2009-12-083-144/+146 * Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-0810-29/+29 * Revise a "to-do" comment that's done.Matthew Barnes2009-12-021-3/+1 * Expand the EMailReader interface so it's easier to use.Matthew Barnes2009-12-025-169/+175 * Kill message_list_free_uids().Matthew Barnes2009-12-024-26/+16 * Merge bits and pieces of the anjal-evo-2-30 branch.Matthew Barnes2009-12-018-171/+231 * Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-0115-68/+67 * port calendar/ to the new EError APIJonathon Jongsma2009-12-011-0/+1 * port mail/ to use new EError APIJonathon Jongsma2009-12-0113-44/+56 * Bug 602799 - "Mark for Follow Up" menu item glitchesMatthew Barnes2009-11-251-1/+24 * Fix a build error.Matthew Barnes2009-11-251-0/+1 * Bug #474502 - Don't check for contacts in broken address booksMilan Crha2009-11-241-4/+30 * Bug 602625 - Typos in translation messagesMatthew Barnes2009-11-222-2/+2 * Bug 563555 - Confirm before forwarding many emails inlineRitesh Khadgaray2009-11-204-20/+47 * Assemble HTML code in a GString instead of a GtkHTMLStream.Matthew Barnes2009-11-201-2/+0 * Bug #602178 - [regression] Missing widget in Search folder dialogMilan Crha2009-11-181-2/+2 * Prefer EWebView calls over direct GtkHTML calls.Matthew Barnes2009-11-181-23/+28 * Remove markup from translatable strings in ui filesClaude Paroz2009-11-172-74/+148 * Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-1721-7465/+7348 * Fix a compiler warning.Matthew Barnes2009-11-151-1/+0 * Whitespace cleanup.Matthew Barnes2009-11-152-2/+2 * Bug 600714 - No label colors in popup menuMatthew Barnes2009-11-143-0/+230 * BUG 600217:Crashes in emfh_multipart_related_checkBharath Acharya2009-11-131-0/+6 * Further tweaks for the command-line importing.Matthew Barnes2009-11-131-4/+8 * Bug #588093 - Allow import of local files from command lineMilan Crha2009-11-121-4/+35 * Enable building without Canberra-GTKTor Lillqvist2009-11-111-2/+6 * Kill more redundant save dialogs and related utilities.Matthew Barnes2009-11-113-82/+36 * Bug #250046 - Composer addresses reading fixesMilan Crha2009-11-102-7/+86 * Kill e-cursor(s) (both of them).Matthew Barnes2009-11-101-1/+0 * Add zooming and drag-and-drop to the plugin.Matthew Barnes2009-11-106-682/+13 * Prototype an inline image plugin.Matthew Barnes2009-11-102-0/+6 * Bug 600926 - Fails to build due to missing dependenciesJonathon Jongsma2009-11-101-1/+3 * Bug 600926 - Fails to build due to missing dependenciesYan Li2009-11-101-0/+4 * Bug #557613 - evolution crashed with SIGSEGV in try_open_e_book_cb()Chenthill Palanisamy2009-11-091-3/+4 * Kill more redundant save functions.Matthew Barnes2009-11-082-242/+0 * Move EActivity and subclasses to e-util.Matthew Barnes2009-11-082-2/+2 * Support other forward types for Anjal.Srinivasa Ragavan2009-11-061-7/+9 * Bug #599792 - Anjal composer's Send button doesn't work after pressed Save Dr...Yan Li2009-11-061-4/+1 * Bug #598877 - Crash while sending mail, in report_status functionMilan Crha2009-11-062-4/+34 * Bug #573304 - Forward an email shouldn't strip signatureMilan Crha2009-11-061-1/+1 * Bug #597582 - Original Date: header should be given precedenceDavid Woodhouse2009-11-054-15/+90 * Bug #596027: In Anjal, although invalid mail address warning popup, mail's ta...Yan Li2009-11-051-0/+3 * Fix a compiler errorSrinivasa Ragavan2009-11-051-1/+1 * Sync to disk the outbox, since if we crash, we endup sending mail again.Srinivasa Ragavan2009-11-051-1/+4 * Add support for Googlemail and hotmail/live/msn.com accounts.Srinivasa Ragavan2009-11-041-1/+5 * Bug #464400 - New mail notify should display sender and subjectMilan Crha2009-10-313-15/+56 * Bug 600019 - Menu glitches when an account name is selectedMatthew Barnes2009-10-291-0/+40 * Bug #268644 - unread mail shortcut collides with gtk tree searchMilan Crha2009-10-292-0/+17 * Bug 599896 - Flush outbox option is missingMatthew Barnes2009-10-291-7/+8 * Bug 599882 - Crash in em_folder_tree_select_prev_path() when wrapping to bottomMatthew Barnes2009-10-291-49/+82 * Don't update the message list when right-clicking on a folder.Matthew Barnes2009-10-282-5/+21 * Fix a regression caused by the Forward button feature.Matthew Barnes2009-10-281-12/+14 * Add a menu to the Forward toolbar button.Matthew Barnes2009-10-281-7/+55 * Cleanup and rename filter classes.Matthew Barnes2009-10-2729-425/+428 * Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-277-22/+18 * Prefer GQueue (or GNode) over EDList.Matthew Barnes2009-10-279-164/+191 * Remove some unfinished / unwanted bits from mail-mt.Matthew Barnes2009-10-272-76/+1 * Prefer GLib mutexes over pthread mutexes.Matthew Barnes2009-10-274-185/+118 * Bug #571039 - Shows all selected messages in a preview pane on a slow networkMilan Crha2009-10-274-15/+36 * Bug #397265 - Image loading for new contact requires restarting EvolutionMilan Crha2009-10-263-186/+315 * Coding style and whitespace cleanups.Matthew Barnes2009-10-243-5/+5 * Bug #575208 - Use complete template message with all attachmentsMilan Crha2009-10-241-129/+134 * Bug #484839 - Sort, when in threading mode, properlyMilan Crha2009-10-231-24/+240 * Bug #238879 - Use explicit text color in a Welcome messageMilan Crha2009-10-1921-21/+21 * Bug #552779 - Sort order of messages by "From" is case sensitiveMilan Crha2009-10-162-16/+10 * Bug #339628 - Non-default Draft folders are Draft folders tooMilan Crha2009-10-164-34/+21 * Bug #522783 - Signature separator for HTML E-mailsMilan Crha2009-10-161-0/+13 * Bug #372435 - Show SMIME cert info from mail, not from cert dbMilan Crha2009-10-161-11/+4 * Bug #597473 - Reply-all composes reply to wrong addressMilan Crha2009-10-161-0/+6 * Bug #322261 - vCalendar replies are sent out using the default accountMilan Crha2009-10-163-32/+42 * Bug #468736 - Prevent recursion in em-formatMilan Crha2009-10-161-1/+7 * Bug #336337 - Send & receive dialog shows the default smtp serverMilan Crha2009-10-152-4/+52 * Bug #542361 - Unhelpful error warningsMilan Crha2009-10-151-20/+15 * Bug #314333 - Decrypt body in reply to an inline-PGP encrypted mailMilan Crha2009-10-153-6/+41 * Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-1310-86/+32 * Bug #498095 - Fixing mnemonicsMilan Crha2009-10-131-0/+2 * Check whether message-list is filtered properlyMilan Crha2009-10-121-1/+1 * Bug #596720 - Account assistance repeats itself after finishingMilan Crha2009-10-121-7/+18 * Bug #552552 - File/Empty Trash does not expunge maildir foldersMilan Crha2009-10-092-4/+16 * Bug 595092 - Remove option to skip offline syncrhonization dialogMatthew Barnes2009-10-081-16/+1 * Enable mail-next-unread and mail-prev-unread for multi-selections.Matthew Barnes2009-10-081-2/+2 * Bug #596824 - evolution hangs on start upMilan Crha2009-10-071-1/+10 * Remove unneeded composer autosave functions.Matthew Barnes2009-10-021-2/+0 * Build with GTK_DISABLE_DEPRECATED and fix resulting breakage.Matthew Barnes2009-10-021-1/+3 * Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-012-4/+7 * Bug #594015 - Keeps "Loading..." node on the first fetchMilan Crha2009-09-302-2/+13 * Bug #594005 - Mailer preview pane doesn't update on showMilan Crha2009-09-301-0/+5 * Whitespace cleanup in em-folder-tree.cMatthew Barnes2009-09-291-17/+18 * Added Romanian welcome messageAdi Roiban2009-09-29