diff options
author | David Bordoley <bordoley@msu.edu> | 2003-04-30 23:23:59 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-04-30 23:23:59 +0800 |
commit | 6a6479ca2b2c1fd5aa78c860299d1a96ef51f199 (patch) | |
tree | 7d3872e012507702383a587ebc8a000f5969be6d /ChangeLog | |
parent | 4060d7d5d6a9c6199515e9c059faf43d53b02e44 (diff) | |
download | gsoc2013-epiphany-6a6479ca2b2c1fd5aa78c860299d1a96ef51f199.tar.gz 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-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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): |