2007-10-09 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #437579 * addressbook/conduit/address-conduit.c: * addressbook/gui/component/addressbook-config.c: * addressbook/gui/contact-editor/e-contact-editor.c: * addressbook/gui/widgets/eab-gui-util.c: * calendar/conduits/calendar/calendar-conduit.c: * calendar/conduits/memo/memo-conduit.c: * calendar/conduits/todo/todo-conduit.c: * calendar/gui/dialogs/alarm-dialog.c: * calendar/gui/dialogs/event-page.c: * calendar/gui/dialogs/memo-page.c: * calendar/gui/dialogs/task-page.c: * calendar/gui/e-day-view-layout.c: * calendar/gui/e-day-view-layout.h: * calendar/gui/print.c: * e-util/e-pilot-map.c: * e-util/e-plugin.c: * e-util/e-profile-event.c: * e-util/e-signature.c: * filter/filter-file.c: * mail/e-searching-tokenizer.c: * mail/em-folder-browser.c: * mail/em-format-html.c: * mail/em-format-view.c: * mail/em-format.c: * mail/em-mailer-prefs.c: * mail/em-mailer-prefs.h: * mail/mail-session.c: * mail/mail-session.h: * mail/mail-vfolder.c: * mail/message-list.c: * plugins/bbdb/bbdb.c: * plugins/bbdb/gaimbuddies.c: * plugins/calendar-http/calendar-http.c: * plugins/exchange-operations/exchange-user-dialog.c: * plugins/face/face.c: * shell/e-shell-window.c: * shell/e-shell.c: * smime/lib/e-cert-db.c: * tools/killev.c: * widgets/misc/e-cursors.c: * widgets/misc/e-spinner.c: * widgets/misc/e-unicode.c: * widgets/table/e-table-field-chooser-item.c: * widgets/table/e-table-header-item.c: * widgets/table/e-table-header-item.h: * widgets/table/e-table-header-utils.c: * widgets/table/e-table.c: * widgets/text/e-text.c: Fix various compiler warnings. Patch from Milan Crha. svn path=/trunk/; revision=34368
83 lines
2.2 KiB
Plaintext
83 lines
2.2 KiB
Plaintext
2007-10-09 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
** Fixes part of bug #437579
|
|
|
|
* calendar-http.c:
|
|
Fix various compiler warnings. Patch from Milan Crha.
|
|
|
|
2007-07-25 Milan Crha <mcrha@redhat.com>
|
|
|
|
** Fix for bug #268162
|
|
|
|
* org-gnome-calendar-http.eplug.xml:
|
|
Added new entry for username.
|
|
* calendar-http.c: (e_calendar_http_auth):
|
|
Creates and setup entry for username.
|
|
* calendar-http.c: (username_changed):
|
|
New callback when user changes username entry content.
|
|
|
|
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.
|