aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Bordoley <bordoley@msu.edu>2003-04-30 23:23:59 +0800
committerDave Bordoley <Bordoley@src.gnome.org>2003-04-30 23:23:59 +0800
commit6a6479ca2b2c1fd5aa78c860299d1a96ef51f199 (patch)
tree7d3872e012507702383a587ebc8a000f5969be6d /ChangeLog
parent4060d7d5d6a9c6199515e9c059faf43d53b02e44 (diff)
downloadgsoc2013-epiphany-6a6479ca2b2c1fd5aa78c860299d1a96ef51f199.tar
gsoc2013-epiphany-6a6479ca2b2c1fd5aa78c860299d1a96ef51f199.tar.gz
gsoc2013-epiphany-6a6479ca2b2c1fd5aa78c860299d1a96ef51f199.tar.bz2
gsoc2013-epiphany-6a6479ca2b2c1fd5aa78c860299d1a96ef51f199.tar.lz
gsoc2013-epiphany-6a6479ca2b2c1fd5aa78c860299d1a96ef51f199.tar.xz
gsoc2013-epiphany-6a6479ca2b2c1fd5aa78c860299d1a96ef51f199.tar.zst
gsoc2013-epiphany-6a6479ca2b2c1fd5aa78c860299d1a96ef51f199.zip
src/ephy-window.c data/epiphany.schemas.in
2003-04-30 David Bordoley <bordoley@msu.edu> * src/ephy-window.c * data/epiphany.schemas.in * lib/ephy-prefs.h: Remove fullscreen-only prefs for which UI items to display. Now fullscreen respects the "View" menu toggles for UI items - but the menu bar is not shown in fullscreen view. See bug 111747 for details. Patch from Lee Willis <lwillis@plus.net>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e89b65e11..6f9a4df8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,17 @@
2003-04-30 David Bordoley <bordoley@msu.edu>
+
+ * src/ephy-window.c
+ * data/epiphany.schemas.in
+ * lib/ephy-prefs.h:
+
+ Remove fullscreen-only prefs for which UI items to display.
+ Now fullscreen respects the "View" menu toggles for UI
+ items - but the menu bar is not shown in fullscreen view.
+ See bug 111747 for details.
+
+ Patch from Lee Willis <lwillis@plus.net>
+
+2003-04-30 David Bordoley <bordoley@msu.edu>
* src/session.c: (parse_embed):