2007-03-20 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #419524 * Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>. * e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list): * mail/em-migrate.c (emm_setup_initial): * shell/e-component-registry.c (query_components): * shell/e-shell-settings-dialog.c (load_pages): * shell/e-shell-window-commands.c (command_quick_reference): * tools/killev.c (main): Use g_get_language_names() instead of gnome_i18n_get_language_list(). * e-util/e-util.c: Remove e_gettext(). * e-util/Makefile.am: Remove e-i18n.h. svn path=/trunk/; revision=33319
65 lines
1.8 KiB
Plaintext
65 lines
1.8 KiB
Plaintext
2007-03-20 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
** Fixes part of bug #419524
|
|
|
|
* Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>.
|
|
|
|
2006-01-16 Tony Tsui <tsui.tony@gmail.com>
|
|
|
|
Fixes #267402
|
|
* plugins/calendar-http/calendar-http.c
|
|
* plugins/calendar-http/org-gnome-calendar-http.eplug.xml:
|
|
Add support for accessing web calendars over HTTPS.
|
|
|
|
2005-06-27 Tor Lillqvist <tml@novell.com>
|
|
|
|
* Makefile.am: There is no EVOLUTION_CFLAGS. Use
|
|
NO_UNDEFINED. Link with EVOLUTION_CALENDAR_LIBS.
|
|
|
|
2005-06-18 Tor Lillqvist <tml@novell.com>
|
|
|
|
* org-gnome-calendar-http.eplug.xml: Use SOEXT.
|
|
|
|
2005-05-11 Not Zed <NotZed@Ximian.com>
|
|
|
|
* Makefile.am: added built_sources/cleanfiles
|
|
|
|
2005-05-06 Not Zed <NotZed@Ximian.com>
|
|
|
|
* Makefile.am:
|
|
* org-gnome-calendar-http.eplug.xml: s/.in/.xml/ & i18n.
|
|
|
|
2005-02-24 Björn Torkelsson <torkel@acc.umu.se>
|
|
|
|
* org-gnome-calendar-http.eplug.in: Added author and description.
|
|
|
|
2005-01-06 JP Rosevear <jpr@novell.com>
|
|
|
|
* Makefile.am: include top_srcdir
|
|
|
|
2004-12-28 David Trowbridge <David.Trowbridge@Colorado.edu>
|
|
|
|
* calendar-http.c (e_calendar_http_check): s/strcmp/strncmp.
|
|
|
|
* org-gnome-calendar-http.eplug.in: fixed order of menus.
|
|
|
|
2004-11-12 Diego Sevilla Ruiz <dsevilla@ditec.um.es>
|
|
|
|
* calendar-http.c (e_calendar_http_check): Accept protocol-less
|
|
URIs. Fixes #68264.
|
|
(e_calendar_http_check): Fixed a memory leak.
|
|
(e_calendar_http_refresh): Another mem. leak fix.
|
|
(e_calendar_http_url): Fixed another more memory leak.
|
|
|
|
2004-11-09 Rodney Dawes <dobey@novell.com>
|
|
|
|
* Makefile.am: Add EXTRA_DIST variable for the eplug.in file
|
|
|
|
2004-11-04 Not Zed <NotZed@Ximian.com>
|
|
|
|
* Makefile.am: duh, add this to cvs, remove Makefile.
|
|
|
|
2004-11-04 David Trowbridge <David.Trowbridge@Colorado.edu>
|
|
|
|
* Initial import of webcal properties plugin.
|