aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-01-23 07:17:35 +0800
committerChristian Persch <chpe@src.gnome.org>2004-01-23 07:17:35 +0800
commit200d54ac01a9d4af824f9856c8a90daa786c1c2b (patch)
tree76ec4878be4bb28f5e3b9baf9ce35e63c2e917fa /ChangeLog
parentbe37cf95beca847cc73733ef90569e5e50a6fafa (diff)
downloadgsoc2013-epiphany-200d54ac01a9d4af824f9856c8a90daa786c1c2b.tar
gsoc2013-epiphany-200d54ac01a9d4af824f9856c8a90daa786c1c2b.tar.gz
gsoc2013-epiphany-200d54ac01a9d4af824f9856c8a90daa786c1c2b.tar.bz2
gsoc2013-epiphany-200d54ac01a9d4af824f9856c8a90daa786c1c2b.tar.lz
gsoc2013-epiphany-200d54ac01a9d4af824f9856c8a90daa786c1c2b.tar.xz
gsoc2013-epiphany-200d54ac01a9d4af824f9856c8a90daa786c1c2b.tar.zst
gsoc2013-epiphany-200d54ac01a9d4af824f9856c8a90daa786c1c2b.zip
Use both BYPASS_CACHE and BYPASS_PROXY on force-reload. Unified the
2004-01-23 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed.h: * embed/mozilla/mozilla-embed.cpp: * src/window-commands.c: (window_cmd_view_reload): Use both BYPASS_CACHE and BYPASS_PROXY on force-reload. Unified the handling in mozilla-embed by introducing EMBED_RELOAD_FORCE, and killed EMBED_RELOAD_BYPASS_[CACHE|PROXY] since we now always use both together.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b242f8fc..086b5cc5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-01-23 Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/ephy-embed.h:
+ * embed/mozilla/mozilla-embed.cpp:
+ * src/window-commands.c: (window_cmd_view_reload):
+
+ Use both BYPASS_CACHE and BYPASS_PROXY on force-reload.
+ Unified the handling in mozilla-embed by introducing
+ EMBED_RELOAD_FORCE, and killed EMBED_RELOAD_BYPASS_[CACHE|PROXY]
+ since we now always use both together.
+
2004-01-22 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-encodings.c: