aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-03-30 06:47:20 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-03-30 06:47:20 +0800
commit639900dfc7ebb4ccf201038f8c1257a8c1547126 (patch)
tree945d3d55347950d1a5724a312d5545cad75ac38a /shell/ChangeLog
parentc280ce21b80b39dbbc40bd91a9f97335190955c1 (diff)
downloadgsoc2013-evolution-639900dfc7ebb4ccf201038f8c1257a8c1547126.tar
gsoc2013-evolution-639900dfc7ebb4ccf201038f8c1257a8c1547126.tar.gz
gsoc2013-evolution-639900dfc7ebb4ccf201038f8c1257a8c1547126.tar.bz2
gsoc2013-evolution-639900dfc7ebb4ccf201038f8c1257a8c1547126.tar.lz
gsoc2013-evolution-639900dfc7ebb4ccf201038f8c1257a8c1547126.tar.xz
gsoc2013-evolution-639900dfc7ebb4ccf201038f8c1257a8c1547126.tar.zst
gsoc2013-evolution-639900dfc7ebb4ccf201038f8c1257a8c1547126.zip
Add type "Page". (page_new): New helper function. (page_free): New helper
* e-shell-settings-dialog.c: Add type "Page". (page_new): New helper function. (page_free): New helper function. (compare_page_func): Callback for sorting a GList of pages. (sort_page_list): New helper function. (load_pages): Create the pages, sort them, add them sorted. Now we have a priority field that overrides alphabetical sorting. svn path=/trunk/; revision=16291
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 4e2e94ac8b..ced37c0b2d 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,13 @@
+2002-03-29 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-shell-settings-dialog.c: Add type "Page".
+ (page_new): New helper function.
+ (page_free): New helper function.
+ (compare_page_func): Callback for sorting a GList of pages.
+ (sort_page_list): New helper function.
+ (load_pages): Create the pages, sort them, add them sorted. Now
+ we have a priority field that overrides alphabetical sorting.
+
2002-03-26 Ettore Perazzoli <ettore@ximian.com>
* e-component-info.c: New.