aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2003-10-29 07:22:22 +0800
committerXan Lopez <xan@src.gnome.org>2003-10-29 07:22:22 +0800
commit74b29db83dcbae7d8d1f953a4d2f831ef1144c78 (patch)
tree47cab6d9f11742fd5c199fe3c51d4bac21688646 /ChangeLog
parent55e15cb762ccb0fa32fbab23a6afb59e9770e036 (diff)
downloadgsoc2013-epiphany-74b29db83dcbae7d8d1f953a4d2f831ef1144c78.tar
gsoc2013-epiphany-74b29db83dcbae7d8d1f953a4d2f831ef1144c78.tar.gz
gsoc2013-epiphany-74b29db83dcbae7d8d1f953a4d2f831ef1144c78.tar.bz2
gsoc2013-epiphany-74b29db83dcbae7d8d1f953a4d2f831ef1144c78.tar.lz
gsoc2013-epiphany-74b29db83dcbae7d8d1f953a4d2f831ef1144c78.tar.xz
gsoc2013-epiphany-74b29db83dcbae7d8d1f953a4d2f831ef1144c78.tar.zst
gsoc2013-epiphany-74b29db83dcbae7d8d1f953a4d2f831ef1144c78.zip
Implement smart selection in the downloader view.
* embed/downloader-view.c: (downloader_view_remove_download): Implement smart selection in the downloader view. * data/epiphany.schemas.in: * embed/ephy-embed-popup-control.c: (embed_popup_download_link_cmd): * embed/mozilla/EphyHeaderSniffer.cpp: * lib/ephy-prefs.h: * src/popup-commands.c: (popup_cmd_download_link): Make persist downloads store the files in the download dir automatically without asking the user (key only accessible via gconf atm). CH downloads still need fixing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51b47eee5..f218a440b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2003-10-29 Xan Lopez <xan@masilla.org>
+
+ * embed/downloader-view.c: (downloader_view_remove_download):
+
+ Implement smart selection in the downloader view.
+
+ * data/epiphany.schemas.in:
+ * embed/ephy-embed-popup-control.c:
+ (embed_popup_download_link_cmd):
+ * embed/mozilla/EphyHeaderSniffer.cpp:
+ * lib/ephy-prefs.h:
+ * src/popup-commands.c: (popup_cmd_download_link):
+
+ Make persist downloads store the files in the download dir
+ automatically without asking the user (key only accessible via
+ gconf atm). CH downloads still need fixing.
+
2003-10-28 Christian Persch <chpe@cvs.gnome.org>
* src/prefs-dialog.c: (sort_detectors), (create_optionmenu),