2003-06-19 Larry Ewing <lewing@ximian.com> * listener.c (insert_paragraph_after): free the return value. (impl_event): free the return value. svn path=/trunk/; revision=21481
52 lines
1.6 KiB
Plaintext
52 lines
1.6 KiB
Plaintext
2003-06-19 Larry Ewing <lewing@ximian.com>
|
|
|
|
* listener.c (insert_paragraph_after): free the return value.
|
|
(impl_event): free the return value.
|
|
|
|
2003-06-17 Jeffrey Stedfast <fejj@ximian.com>
|
|
|
|
* e-msg-composer.c (best_encoding): Use e_iconv_open/close so that
|
|
we get charset aliasing for free. Fixes bug #44991.
|
|
|
|
2003-06-16 Jeffrey Stedfast <fejj@ximian.com>
|
|
|
|
Fixes bug #44139.
|
|
|
|
* e-msg-composer-hdrs.c (attach_couple): Set the vertical and
|
|
horizontal padding to 3 always.
|
|
(create_from_optionmenu): Change the hbox spacing to 6 pixels.
|
|
|
|
* e-msg-composer.c (create_composer): Set the border width around
|
|
the composer's vbox to HIG specification and make the box_spacing
|
|
6 pixels as well.
|
|
|
|
2003-06-10 Larry Ewing <lewing@ximian.com>
|
|
|
|
* e-msg-composer-hdrs.c (e_msg_composer_hdrs_and_string_free):
|
|
free the structure as well.
|
|
|
|
2003-06-09 Larry Ewing <lewing@ximian.com>
|
|
|
|
* listener.c (insert_paragraph_before): free the return values.
|
|
|
|
2003-05-21 Jeffrey Stedfast <fejj@ximian.com>
|
|
|
|
* e-msg-composer.c (composer_get_default_charset_setting): Same as
|
|
the rest.
|
|
(setup_ui): We didn't even seem to be using the gconf client
|
|
here. Removed.
|
|
(e_msg_composer_load_config): Unref the gconf client after we're
|
|
finished.
|
|
(e_msg_composer_new): Same.
|
|
(e_msg_composer_new_post): Here too.
|
|
(e_msg_composer_set_view_from): And here.
|
|
(e_msg_composer_set_view_replyto): And here.
|
|
(e_msg_composer_set_view_cc): Here too.
|
|
(e_msg_composer_set_view_bcc): Again here.
|
|
|
|
* e-msg-composer-hdrs.c (create_from_optionmenu): Same as below.
|
|
(e_msg_composer_hdrs_set_from_account): Here too.
|
|
|
|
* e-msg-composer-attachment-bar.c (get_default_charset): Unref the
|
|
gconf client.
|