2009-01-11 Matthew Barnes <mbarnes@redhat.com> * e-util/e-util.c (e_show_uri): New convenience function calls gtk_show_uri() and displays an error dialog if the URI cannot be shown. * addressbook/gui/widgets/eab-contact-display.c (eab_uri_popup_link_open), (on_link_clicked): * calendar/gui/e-cal-component-preview (on_link_clicked): * calendar/gui/e-cal-component-memo-preview (on_link_clicked): * calendar/gui/e-memo-table.c (open_url_cb): * calendar/gui/dialogs/comp-editor.c (open_attachment): * composer/e-msg-composer.c (msg_composer_link_clicked): * mail/em-folder-view.c (emfv_format_link_clicked): * mail/em-popup.c (emp_uri_popup_link_open): * plugins/mailing-list-actions/mailing-list-actions.c (emla_list_action_do): * shell/e-shell-window-commands.c (command_open_faq): * widgets/misc/e-attachment-bar.c (eab_icon_clicked_cb): * widgets/misc/e-url-entry.c (button_clicked_cb): Call e_show_uri() instead of gnome_url_show(). * e-util/e-error.c (ee_response): Call e_display_help() instead of gnome_url_show(). * mail/em-config.c: * mail/em-menu.c: Remove unneeded #include <libgnome/gnome-url.h> svn path=/trunk/; revision=37037
143 lines
3.9 KiB
Plaintext
143 lines
3.9 KiB
Plaintext
2009-01-11 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
* mailing-list-actions.c (emla_list_action_do):
|
|
Call e_show_uri() instead of gnome_url_show().
|
|
|
|
2008-12-08 Jennifer Newman <jennifer.newman@tufts.edu>
|
|
|
|
** Fix for bug #549964
|
|
|
|
* org-gnome-mailing-list-actions.error.xml: Fix for an erroneous string
|
|
|
|
2008-09-04 Sankar P <psankar@novell.com>
|
|
|
|
License Changes
|
|
|
|
* mailing-list-actions.c:
|
|
|
|
2008-08-12 Bharath Acharya <abharath@novell.com>
|
|
|
|
* Makefile.am: Use NO_UNDEFINED. Link with more libraries. To generate
|
|
dlls on Windows.
|
|
|
|
2008-06-02 Jacob Brown <jeblinux@gmail.com>
|
|
|
|
** Fix for bug #529464
|
|
|
|
* org-gnome-mailing-list-actions.error.xml: Do not use "handle"
|
|
|
|
2008-04-02 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
* mailing-list-actions.c (emla_list_action_do):
|
|
Adapt to streamlined EMsgComposer API.
|
|
|
|
2007-12-20 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
* mailing-list-actions.c:
|
|
Use the new MailMsg API for messages.
|
|
|
|
2007-04-02 Sankar P <psankar@novell.com>
|
|
|
|
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
|
|
|
|
* org-gnome-mailing-list-actions.eplug.xml:
|
|
Cleanup.
|
|
Fixes part of #301149
|
|
|
|
2006-08-23 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
* mailing-list-actions.c:
|
|
fix an uninitialized GError - fixes bug 352423.
|
|
committed by Andre Klapper
|
|
|
|
2006-07-08 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
* org-gnome-mailing-list-actions.xml: Fixing header capitalization
|
|
in menu. Fixes bug #323952. (Committed by Andre Klapper)
|
|
|
|
2005-10-19 Philip Van Hoof <pvanhoof@gnome.org>
|
|
composer/e-msg-composer-select-file.c,
|
|
composer/e-msg-composer.c, composer/e-msg-composer.h,
|
|
composer/evolution-composer.c, composer/listener.c,
|
|
mail/em-composer-utils.c,
|
|
plugins/mailing-list-actions/mailing-list-actions.c:
|
|
data hiding
|
|
|
|
2005-10-18 Srinivasa Ragavan <sragavan@novell.com>
|
|
|
|
* org-gnome-mailing-list-actions.eplug.xml: Changed visible to
|
|
enabled. Fixes the bug #314899
|
|
|
|
2005-08-08 Not Zed <NotZed@Ximian.com>
|
|
|
|
** See bug #312621.
|
|
|
|
* mailing-list-actions.c (emla_list_action_do): noop if msg =
|
|
NULL.
|
|
|
|
2005-08-02 Not Zed <NotZed@Ximian.com>
|
|
|
|
* mailing-list-actions.c (emla_list_action_do): allocate enough
|
|
space for the url. May be related to #304461.
|
|
|
|
2005-05-16 Not Zed <NotZed@Ximian.com>
|
|
|
|
* mailing-list-actions.c: moved e-error to e-util
|
|
|
|
2005-05-13 Rodney Dawes <dobey@novell.com>
|
|
|
|
* org-gnome-mailing-list-actions.xml: Update for the new menu layout
|
|
|
|
2005-05-11 Not Zed <NotZed@Ximian.com>
|
|
|
|
* Makefile.am (CLEANFILES): setup cleanfiles.
|
|
|
|
2005-05-06 Not Zed <NotZed@Ximian.com>
|
|
|
|
* org-gnome-mailing-list-actions.error.xml:
|
|
s/-errors.xml/.error.xml/ & i18n tags.
|
|
|
|
* Makefile.am:
|
|
* org-gnome-mailing-list-actions.eplug.xml: s/.in/.xml/, & i18n.
|
|
|
|
2005-02-24 Björn Torkelsson <torkel@acc.umu.se>
|
|
|
|
* org-gnome-mailing-list-actions.eplug.in: Fixed description and
|
|
added author.
|
|
Removed 'plugin' from the name.
|
|
|
|
2004-11-24 JP Rosevear <jpr@novell.com>
|
|
|
|
* mailing-list-actions.c: make sure GETTEXT_PACKAGE is defined
|
|
|
|
2004-11-04 Meilof Veeningen <meilof@wanadoo.nl>
|
|
|
|
* org-gnome-mailing-list-actions.eplug.in: Added author tag, fixed
|
|
description, removed "plugin" from name, changed position of item
|
|
in popup menu, using "enable" rather than "visible" for bonobo menus
|
|
|
|
* org-gnome-mailing-list-actions.xml: Now place menus in
|
|
MailMessageActions placeholder; moved label to <commands> section
|
|
|
|
* org-gnome-mailing-list-actions-errors.xml: fixed button order:
|
|
"Cancel" now leftmost button; added e-mail address to send confirm
|
|
dialog
|
|
|
|
* mailing-list-actions.c: account guessing now first based on message;
|
|
added e-mail address to send confirm dialog
|
|
|
|
2004-11-09 Rodney Dawes <dobey@novell.com>
|
|
|
|
* Makefile.am: Add org-gnome-mailing-list-actions.xml to EXTRA_DIST
|
|
|
|
2004-11-09 Rodney Dawes <dobey@novell.com>
|
|
|
|
* Makefile.am: Add the eplug.in file to EXTRA_DIST
|
|
|
|
2004-11-05 JP Rosevear <jpr@novell.com>
|
|
|
|
* mailing-list-actions.c: include <config.h> for GETTEXT_PACKAGE
|
|
|
|
Added mailing list actions plugin from Meilof Veeningen <meilof@wanadoo.nl>
|
|
|