aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-08-14 10:45:14 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-08-14 10:45:14 +0800
commit45de21347687a54a52cb2d7b89b512a1ae4e4210 (patch)
treef44d1c0a5455b96aef3713fd5b0d1e0f7110bdba /mail/ChangeLog
parent476458f355b639cb725188d9d8e767affa71f4ab (diff)
downloadgsoc2013-evolution-45de21347687a54a52cb2d7b89b512a1ae4e4210.tar
gsoc2013-evolution-45de21347687a54a52cb2d7b89b512a1ae4e4210.tar.gz
gsoc2013-evolution-45de21347687a54a52cb2d7b89b512a1ae4e4210.tar.bz2
gsoc2013-evolution-45de21347687a54a52cb2d7b89b512a1ae4e4210.tar.lz
gsoc2013-evolution-45de21347687a54a52cb2d7b89b512a1ae4e4210.tar.xz
gsoc2013-evolution-45de21347687a54a52cb2d7b89b512a1ae4e4210.tar.zst
gsoc2013-evolution-45de21347687a54a52cb2d7b89b512a1ae4e4210.zip
Disable the "search forward/backward" option in the search dialog. Why?
2001-08-13 Jon Trowbridge <trow@ximian.com> * mail-search.c (mail_search_construct): Disable the "search forward/backward" option in the search dialog. Why? Well, it doesn't work properly (bug #4869), and the reason it doesn't work is because of some scary stuff deep inside of gtkhtml that I don't understand at all. So since I'm paranoid, and since the GUI freeze is tomorrow, and since it isn't really an important feature at all, I'm #if 0-ing it out. If the gtkhtml stuff gets sorted out, we can slip it back in for 1.1. svn path=/trunk/; revision=11985
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index cca3ce3e97..d30718d148 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,14 @@
+2001-08-13 Jon Trowbridge <trow@ximian.com>
+
+ * mail-search.c (mail_search_construct): Disable the "search
+ forward/backward" option in the search dialog. Why? Well, it
+ doesn't work properly (bug #4869), and the reason it doesn't work
+ is because of some scary stuff deep inside of gtkhtml that I don't
+ understand at all. So since I'm paranoid, and since the GUI
+ freeze is tomorrow, and since it isn't really an important feature
+ at all, I'm #if 0-ing it out. If the gtkhtml stuff gets sorted
+ out, we can slip it back in for 1.1.
+
2001-08-13 Peter Williams <peterw@ximian.com>
* component-factory.c (user_create_new_item_cb): New function,