aboutsummaryrefslogblamecommitdiffstats
path: root/plugins/publish-calendar/ChangeLog
blob: 5166555a80397fdc581617c12de772b13dca14d7 (plain) (tree)
1
2
3
4
5
6

                                                         
                     


                                                                          









                                                                        



                                                                     

                                           


                                                                   

                                                         




                                                               


































                                                                           
2006-01-11  Chenthill Palanisamy  <pchenthill@novell.com>

    Fixes #325926
    * org-gnome-publish-calendar.eplug.xml: Use the target and hook id
    of calendar instead of shell.

2006-01-04  Tor Lillqvist  <tml@novell.com>

    * Makefile.am: Use EVOLUTION_PLUGINDIR as the macro name for the
    plugindir, to match what is redefined for Win32 in
    e-util/e-util-private.h

    * publish-calendar.c (publish_calendar_locations)
    * url-editor-dialog.c (url_editor_dialog_construct): Construct
    glade file pathname at run-time.

2005-12-25  Funda Wang  <fundawang@linux.net.cn>

    * Makefile.am: Mark this plugin as translatable (bug#301149).

2005-12-22  Tor Lillqvist  <tml@novell.com>

    * Makefile.am: Use -no-undefined on Windows. Link with used
    libraries.

    * org-gnome-publish-calendar.eplug.in: Use SOEXT.

2005-12-20  Chenthill Palanisamy  <pchenthill@novell.com>

    * Makefile.am: Added the org-gnome-publish-calendar.xml
    file to extra dist.

2005-12-19  Chenthill Palanisamy  <pchenthill@novell.com>

    Committing for: David Trowbridge <trowbrds cs colorado edu>

    * Makefile.am:
    * org-gnome-publish-calendar.eplug.in:
    * org-gnome-publish-calendar.xml:
    * publish-calendar.c: (publish), (add_timeout), (update_timestamp),
    (add_offset_timeout), (url_list_changed),
    (url_list_enable_toggled), (selection_changed), (url_add_clicked),
    (url_edit_clicked), (url_list_double_click), (url_remove_clicked),
    (url_enable_clicked), (online_state_changed),
    (publish_calendar_locations), (publish_urls), (action_publish),
    (e_plugin_lib_enable):
    * publish-calendar.glade:
    * publish-format-fb.c: (write_calendar), (publish_calendar_as_fb):
    * publish-format-fb.h:
    * publish-format-ical.c: (write_calendar),
    (publish_calendar_as_ical):
    * publish-format-ical.h:
    * publish-location.c: (migrateURI), (e_publish_uri_from_xml),
    (e_publish_uri_to_xml):
    * publish-location.h:
    * url-editor-dialog.c: (create_uri), (check_input),
    (source_selection_changed), (publish_service_changed),
    (type_selector_changed), (server_entry_changed),
    (file_entry_changed), (port_entry_changed),
    (username_entry_changed), (password_entry_changed),
    (remember_pw_toggled), (set_from_uri),
    (url_editor_dialog_construct), (url_editor_dialog_new),
    (url_editor_dialog_dispose), (url_editor_dialog_class_init),
    (url_editor_dialog_init), (url_editor_dialog_get_type),
    (url_editor_dialog_run):
    * url-editor-dialog.h: Committing the intial patch.