diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-17 09:47:23 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-17 09:47:23 +0800 |
commit | 988af2ce7308aae817c91ad6322cf6912d20f86b (patch) | |
tree | 051d1aca1198bb706f9b5c2098e83b0c70476c21 /filter/ChangeLog | |
parent | 76b2ad6623866547dd33818fc3a0615bc639b0cc (diff) | |
download | gsoc2013-evolution-988af2ce7308aae817c91ad6322cf6912d20f86b.tar.gz gsoc2013-evolution-988af2ce7308aae817c91ad6322cf6912d20f86b.tar.zst gsoc2013-evolution-988af2ce7308aae817c91ad6322cf6912d20f86b.zip |
Removed filter-url.[c,h] and filter-system-flag.[c,h]
2001-03-16 Jeffrey Stedfast <fejj@ximian.com>
* Makefile.am: Removed filter-url.[c,h] and
filter-system-flag.[c,h]
* filter-element.c (filter_element_new_type_name): Removed
references to the url-type and system-flag types.
* filtertypes.xml: Removed "source" type and fixed "status" to use
the optionmenu.
* filter-url.[c,h]: Removed.
* filter-system-flag.[c,h]: Removed (just use optionmenu).
svn path=/trunk/; revision=8768
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r-- | filter/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index 7e4776dd6f..e3c1086e3d 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,18 @@ +2001-03-16 Jeffrey Stedfast <fejj@ximian.com> + + * Makefile.am: Removed filter-url.[c,h] and + filter-system-flag.[c,h] + + * filter-element.c (filter_element_new_type_name): Removed + references to the url-type and system-flag types. + + * filtertypes.xml: Removed "source" type and fixed "status" to use + the optionmenu. + + * filter-url.[c,h]: Removed. + + * filter-system-flag.[c,h]: Removed (just use optionmenu). + 2001-03-15 Not Zed <NotZed@Ximian.com> * filter.glade: Changed the edit_filter to be a standalone window |