blob: a20ed886f861d6328b3dc714c14e658fce1d2605 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
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.
|