2003-09-23 Charles Zhang <charles.zhang@sun.com> * e-shell-startup-wizard.c (e_shell_startup_wizard_create): connect to "key_press_event" signal with key_press_event_callback. (key_press_event): Handle `ESC` key press event. [#48145] svn path=/trunk/; revision=22657
127 lines
4.0 KiB
Plaintext
127 lines
4.0 KiB
Plaintext
2003-09-23 Charles Zhang <charles.zhang@sun.com>
|
|
|
|
* e-shell-startup-wizard.c (e_shell_startup_wizard_create): connect
|
|
to "key_press_event" signal with key_press_event_callback.
|
|
(key_press_event): Handle `ESC` key press event. [#48145]
|
|
|
|
2003-09-22 Hans Petter Jansson <hpj@ximian.com>
|
|
|
|
* Makefile.am (evolution_LDADD): libical.la -> libical-evolution.la
|
|
|
|
2003-09-12 Frederic Crozat <fcrozat@mandrakesoft.com>
|
|
|
|
* e-config-upgrade.c: (utf8_reencode), (upgrade_xml_1_2_rec),
|
|
(e_config_upgrade):
|
|
Fix migration of shortcuts.xml which was incorrectly encoded by
|
|
libxml1. (Mdk bug #4927)
|
|
|
|
2003-09-11 Ettore Perazzoli <ettore@ximian.com>
|
|
|
|
* e-storage-set-view.c (impl_right_click): If the
|
|
right_click_row_path is not NULL (i.e. a menu is being popped up
|
|
already), don't pop up the menu again. [#48388]
|
|
|
|
2003-09-11 Ettore Perazzoli <ettore@ximian.com>
|
|
|
|
[#47875, thanks to Calvin Liu for figuring this out.]
|
|
|
|
* e-shortcuts.c (e_shortcuts_add_default_shortcuts): Use the
|
|
group_num arg, so it gets added to the proper group.
|
|
(e_shortcuts_add_default_group): Pass the actual group number to
|
|
e_shortcuts_add_default_shortcuts().
|
|
|
|
2003-09-11 Hans Petter Jansson <hpj@ximian.com>
|
|
|
|
* Makefile.am (evolution_LDADD): libical-evolution.la -> libical.la
|
|
|
|
2003-09-05 Yuedong Du <yuedong.du@sun.com>
|
|
|
|
* e-shell-importer.c: (importer_file_page_new),
|
|
(importer_type_page_new), (show_import_wizard): Use
|
|
gtk_label_new_with_mnemonic() to replace gtk_label_new(). Use
|
|
gtk_label_set_mnemonic_widget() to set up label<-> entry
|
|
relationship. Change gtk_button_set_label() to
|
|
gtk_button_set_use_underline() and gtk_button_set_label(). Change
|
|
gtk_radio_button_new_with_label_from_widget() to
|
|
gtk_radio_button_new_with_mnemonic_from_widget(). fix bug #47867
|
|
|
|
2003-07-24 Yuedong Du <yuedong.du@sun.com>
|
|
|
|
* e-shell-offline-handler.c: (dialog_response_cb): fix crash when user escape the
|
|
dialog. see bug #46700.
|
|
|
|
2003-07-23 Dan Winship <danw@ximian.com>
|
|
|
|
* Makefile.am: Use EVO_MARSHAL_RULE
|
|
|
|
* e-shell-importer.c (prepare_intelligent_page): Fix a warning
|
|
|
|
2003-07-22 Antonio Xu <antonio.xu@sun.com>
|
|
|
|
* e-shell-startup-wizard.c (e_shell_startup_wizard_create): connect
|
|
to "delete_event" signal with startup_wizard_delete. [#46284]
|
|
|
|
2003-07-22 Antonio Xu <antonio.xu@sun.com>
|
|
|
|
* e-shell-importer.c: (show_import_wizard): use
|
|
g_signal_connect_after to connect "prepare" signal.
|
|
(prepare_intelligent_page): Display some error log and disable
|
|
forward button rather than jump to finish page. [#46017]
|
|
|
|
2003-07-15 Antonio Xu <antonio.xu@sun.com>
|
|
|
|
* e-shell-startup-wizard.c (e_shell_startup_wizard_create): connect
|
|
"back" signal to back_finish_func in finish page.
|
|
(back_finish_func): handle "back" signal.
|
|
(prepare_importer_page): Jump to finish page when running equal zero.
|
|
[#46026]
|
|
|
|
2003-07-17 Dan Winship <danw@ximian.com>
|
|
|
|
* e-shell-user-creatable-items-handler.c (free_menu_items): free
|
|
the folder_type
|
|
|
|
* e-splash.c (e_splash_new): Unref the pixbuf.
|
|
|
|
* evolution-shell-component.c (impl_finalize): Add some missing
|
|
frees.
|
|
(user_creatable_item_type_free): free the tooltip
|
|
|
|
2003-07-09 Ettore Perazzoli <ettore@ximian.com>
|
|
|
|
* e-shell-folder-commands.c (e_shell_command_rename_folder): Do
|
|
not overwrite an existing folder. Also, cleaned up the code a
|
|
bit. [#45982]
|
|
|
|
2003-06-25 Chris Toshok <toshok@ximian.com>
|
|
|
|
* e-config-upgrade.c: add general_map and a reference to it in
|
|
gconf_remap_list. Should fix 44477.
|
|
|
|
2003-06-19 Dan Winship <danw@ximian.com>
|
|
|
|
* e-folder-tree.c (e_folder_tree_add): Don't leak parent_path,
|
|
even on error
|
|
|
|
2003-06-16 Frederic Crozat <fcrozat@mandrakesoft.com>
|
|
|
|
* Makefile.am:
|
|
Add missing skel/stubs to BUILD_SOURCES (bug #44717).
|
|
|
|
2003-06-05 Not Zed <NotZed@Ximian.com>
|
|
|
|
** For #42691.
|
|
|
|
* Makefile.am (%.server.in): use implicit rule.
|
|
(BUILT_SOURCES): added server_DATA.
|
|
|
|
2003-05-22 Not Zed <NotZed@Ximian.com>
|
|
|
|
* e-config-upgrade.c (CONF_MAJOR, CONF_MINOR, CONF_REVISION): Set
|
|
to 1.4.0 for release.
|
|
|
|
2003-06-10 Larry Ewing <lewing@ximian.com>
|
|
|
|
* e-corba-storage-registry.c (listener_notify): don't leak nr.name.
|
|
|