diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-11-03 21:28:23 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-11-03 21:28:23 +0800 |
commit | 404df6b3a1f9c0b4610910d232fd9b06af80d845 (patch) | |
tree | 0c262109499e59194d846a0d8af048fb382a710e /mail/ChangeLog | |
parent | bd49633a89edf3a29925d322b97965523d72c62e (diff) | |
download | gsoc2013-evolution-404df6b3a1f9c0b4610910d232fd9b06af80d845.tar gsoc2013-evolution-404df6b3a1f9c0b4610910d232fd9b06af80d845.tar.gz gsoc2013-evolution-404df6b3a1f9c0b4610910d232fd9b06af80d845.tar.bz2 gsoc2013-evolution-404df6b3a1f9c0b4610910d232fd9b06af80d845.tar.lz gsoc2013-evolution-404df6b3a1f9c0b4610910d232fd9b06af80d845.tar.xz gsoc2013-evolution-404df6b3a1f9c0b4610910d232fd9b06af80d845.tar.zst gsoc2013-evolution-404df6b3a1f9c0b4610910d232fd9b06af80d845.zip |
Use GINT_TO_POINTER here for platforms where simply casting an int to void
2001-11-02 Christopher James Lahey <clahey@ximian.com>
* message-list.c (ml_tree_value_at): Use GINT_TO_POINTER here for
platforms where simply casting an int to void * won't work.
(build_flat_diff, main_folder_changed): Call
e_tree_model_pre_change here.
svn path=/trunk/; revision=14581
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 5b502ecf33..5a29bf07fe 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2001-11-02 Christopher James Lahey <clahey@ximian.com> + + * message-list.c (ml_tree_value_at): Use GINT_TO_POINTER here for + platforms where simply casting an int to void * won't work. + (build_flat_diff, main_folder_changed): Call + e_tree_model_pre_change here. + 2001-11-02 <NotZed@Ximian.com> * message-browser.c (message_browser_message_list_built): |