diff options
author | Xan Lopez <xan@src.gnome.org> | 2003-03-24 04:10:33 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2003-03-24 04:10:33 +0800 |
commit | 0e595f395732cc4c2e6a18dd460beb9335f81188 (patch) | |
tree | 1540cf39044fb24a113b399d008b4933503436ca /ChangeLog | |
parent | 9e061fdc100ec5c71288049e4daffedd4253733d (diff) | |
download | gsoc2013-epiphany-0e595f395732cc4c2e6a18dd460beb9335f81188.tar.gz gsoc2013-epiphany-0e595f395732cc4c2e6a18dd460beb9335f81188.tar.zst gsoc2013-epiphany-0e595f395732cc4c2e6a18dd460beb9335f81188.zip |
Some ground work on the PRIORITY property, change it from bool to int, add
Some ground work on the PRIORITY property, change it from
bool to int, add more priority types (ALL, SPECIAL, NORMAL),
and use it in the WEIGTH_TEXT property (just ALL is bold now).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2003-03-23 Xan Lopez <xan@masilla.org> + + * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init): + * src/bookmarks/ephy-node-view.c: (ephy_node_view_sort_func): + * src/bookmarks/ephy-tree-model-node.c: + (ephy_tree_model_node_get_column_type), + (ephy_tree_model_node_get_value): + * src/bookmarks/ephy-tree-model-node.h: + + Some ground work on the PRIORITY property, change it from + bool to int, add more priority types (ALL, SPECIAL, NORMAL), + and use it in the WEIGTH_TEXT property (just ALL is bold now). + 2003-03-23 David Bordoley <bordoley@msu.edu> * data/art/Makefile.am: |