diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-12-09 06:57:02 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-12-09 06:57:02 +0800 |
commit | 1e42d3924323c25a89e980cc3f4434ca76a9c50e (patch) | |
tree | e894163eb74cbcf4c12ae39ce16ca940eee76681 /mail/ChangeLog | |
parent | 09ae68056c491ca0e132228b688aaa205b43878a (diff) | |
download | gsoc2013-evolution-1e42d3924323c25a89e980cc3f4434ca76a9c50e.tar gsoc2013-evolution-1e42d3924323c25a89e980cc3f4434ca76a9c50e.tar.gz gsoc2013-evolution-1e42d3924323c25a89e980cc3f4434ca76a9c50e.tar.bz2 gsoc2013-evolution-1e42d3924323c25a89e980cc3f4434ca76a9c50e.tar.lz gsoc2013-evolution-1e42d3924323c25a89e980cc3f4434ca76a9c50e.tar.xz gsoc2013-evolution-1e42d3924323c25a89e980cc3f4434ca76a9c50e.tar.zst gsoc2013-evolution-1e42d3924323c25a89e980cc3f4434ca76a9c50e.zip |
Set the "Size" field to sort using integer comparison instead of string.
2000-12-08 Jeffrey Stedfast <fejj@helixcode.com>
* message-list.c (message_list_get_layout): Set the "Size" field
to sort using integer comparison instead of string.
(filter_size): New function to transform a integer size into a
more readable form.
(ml_value_to_string): Use filter_size.
(ml_value_is_empty): COL_SIZE is no longer a string, so handle
this as an integer.
(ml_initialize_value): Here too.
(ml_free_value): And here.
(ml_duplicate_value): And here too.
(message_list_create_extras): Setup the size etable cell.
svn path=/trunk/; revision=6876
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index bde92669dc..7097b1a744 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,17 @@ +2000-12-08 Jeffrey Stedfast <fejj@helixcode.com> + + * message-list.c (message_list_get_layout): Set the "Size" field + to sort using integer comparison instead of string. + (filter_size): New function to transform a integer size into a + more readable form. + (ml_value_to_string): Use filter_size. + (ml_value_is_empty): COL_SIZE is no longer a string, so handle + this as an integer. + (ml_initialize_value): Here too. + (ml_free_value): And here. + (ml_duplicate_value): And here too. + (message_list_create_extras): Setup the size etable cell. + 2000-12-08 Christopher James Lahey <clahey@helixcode.com> * folder-browser.c: Connect to signals on the ETable instead of |