diff options
author | Not Zed <NotZed@Ximian.com> | 2004-03-26 13:10:04 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-03-26 13:10:04 +0800 |
commit | 28e3d6dc45dd4ab5e0d34078fdf86f1923d0e177 (patch) | |
tree | 5720e069c633f890b1a390fa96fb3826f7c537bd /filter/ChangeLog | |
parent | aebeb2ef7010d8f72508a6a6f4541f05a942853a (diff) | |
download | gsoc2013-evolution-28e3d6dc45dd4ab5e0d34078fdf86f1923d0e177.tar.gz gsoc2013-evolution-28e3d6dc45dd4ab5e0d34078fdf86f1923d0e177.tar.zst gsoc2013-evolution-28e3d6dc45dd4ab5e0d34078fdf86f1923d0e177.zip |
return the added option. (clone): make sure we set the current option
2004-03-26 Not Zed <NotZed@Ximian.com>
* filter-option.c (filter_option_add): return the added option.
(clone): make sure we set the current option properly on the new
copy. See #56028.
* filtertypes.xml: s/pipe to shell command/pipe to program/
s/shell command/run program/, cleans up the UI a lot.
svn path=/trunk/; revision=25194
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r-- | filter/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index 67c256df5d..9a4485315e 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,12 @@ +2004-03-26 Not Zed <NotZed@Ximian.com> + + * filter-option.c (filter_option_add): return the added option. + (clone): make sure we set the current option properly on the new + copy. See #56028. + + * filtertypes.xml: s/pipe to shell command/pipe to program/ + s/shell command/run program/, cleans up the UI a lot. + 2004-03-20 Danilo Ĺ egan <dsegan@gmx.net> * filter-datespec.c (set_button): Use ngettext for handling plurals. |