diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-02-11 03:50:55 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-02-11 03:50:55 +0800 |
commit | 0701addc195c6315474346c9bd062dc7dc84f80c (patch) | |
tree | 3306df04d1b6995eee80aa8fbabe617507dcb145 /mail/ChangeLog | |
parent | 33841eb730d8a62aee6793dd54e624281bf58142 (diff) | |
download | gsoc2013-evolution-0701addc195c6315474346c9bd062dc7dc84f80c.tar gsoc2013-evolution-0701addc195c6315474346c9bd062dc7dc84f80c.tar.gz gsoc2013-evolution-0701addc195c6315474346c9bd062dc7dc84f80c.tar.bz2 gsoc2013-evolution-0701addc195c6315474346c9bd062dc7dc84f80c.tar.lz gsoc2013-evolution-0701addc195c6315474346c9bd062dc7dc84f80c.tar.xz gsoc2013-evolution-0701addc195c6315474346c9bd062dc7dc84f80c.tar.zst gsoc2013-evolution-0701addc195c6315474346c9bd062dc7dc84f80c.zip |
Use g_signal_emit() rather than gtk_signal_emit(). (build_flat): Same
2003-02-10 Jeffrey Stedfast <fejj@ximian.com>
* message-list.c (build_tree): Use g_signal_emit() rather than
gtk_signal_emit().
(build_flat): Same here.
* mail-signature-editor.c: #include <string.h>
* mail-vfolder.c: #include <string.h>
* mail-session.c: #include <string.h>
* mail-search.c: #include <string.h>
* mail-mt.c: #include <string.h>
* mail-ops.c (save_part_save): Use strcasecmp() instead of
g_strcasecmp().
* mail-local.c: #include <string.h>
(reconfigure_folder_reconfigured): Use a GtkDialog instead of
gnome_error_dialog().
* mail-format.c (find_preferred_alternative): Use g_ascii_strdown
since g_strdown is deprecated.
(fake_mime_part_from_data): Removed, no longer used it seems.
(destroy_part): Also removed.
* mail-display.c (make_popup_window): Replace call to
gtk_window_set_polociy() with gtk_window_set_resizable() instead.
(popup_size_allocate_cb): Use gtk_window_set_position() with
GTK_WIN_POS_MOUSE instead of calculating the position to put it
in.
svn path=/trunk/; revision=19878
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 4177c6b5e8..fe013dc0b0 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,37 @@ +2003-02-10 Jeffrey Stedfast <fejj@ximian.com> + + * message-list.c (build_tree): Use g_signal_emit() rather than + gtk_signal_emit(). + (build_flat): Same here. + + * mail-signature-editor.c: #include <string.h> + + * mail-vfolder.c: #include <string.h> + + * mail-session.c: #include <string.h> + + * mail-search.c: #include <string.h> + + * mail-mt.c: #include <string.h> + + * mail-ops.c (save_part_save): Use strcasecmp() instead of + g_strcasecmp(). + + * mail-local.c: #include <string.h> + (reconfigure_folder_reconfigured): Use a GtkDialog instead of + gnome_error_dialog(). + + * mail-format.c (find_preferred_alternative): Use g_ascii_strdown + since g_strdown is deprecated. + (fake_mime_part_from_data): Removed, no longer used it seems. + (destroy_part): Also removed. + + * mail-display.c (make_popup_window): Replace call to + gtk_window_set_polociy() with gtk_window_set_resizable() instead. + (popup_size_allocate_cb): Use gtk_window_set_position() with + GTK_WIN_POS_MOUSE instead of calculating the position to put it + in. + 2003-02-10 Ettore Perazzoli <ettore@ximian.com> * importers/Makefile.am: Split the ORBit IDL compilation rules to |