diff options
author | David Bordoley <bordoley@msu.edu> | 2003-06-05 11:16:31 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-06-05 11:16:31 +0800 |
commit | 7ae9c02441b4d75c6e686870e6c214ce7f0a823d (patch) | |
tree | 1e7fc5cfdbf99410ddf2217c1f4464e89fcadb66 /ChangeLog | |
parent | 62b14d574cd763d5bd600a4aca583f53d16ffcac (diff) | |
download | gsoc2013-epiphany-7ae9c02441b4d75c6e686870e6c214ce7f0a823d.tar gsoc2013-epiphany-7ae9c02441b4d75c6e686870e6c214ce7f0a823d.tar.gz gsoc2013-epiphany-7ae9c02441b4d75c6e686870e6c214ce7f0a823d.tar.bz2 gsoc2013-epiphany-7ae9c02441b4d75c6e686870e6c214ce7f0a823d.tar.lz gsoc2013-epiphany-7ae9c02441b4d75c6e686870e6c214ce7f0a823d.tar.xz gsoc2013-epiphany-7ae9c02441b4d75c6e686870e6c214ce7f0a823d.tar.zst gsoc2013-epiphany-7ae9c02441b4d75c6e686870e6c214ce7f0a823d.zip |
Move the bookmarks menu after go. There is a slight inconsistency in the
2003-06-04 David Bordoley <bordoley@msu.edu>
* data/ui/epiphany-ui.xml.in:
Move the bookmarks menu after go. There is a slight
inconsistency in the HIG, but this is the intended order.
* embed/mozilla/mozilla-embed-single.cpp: (MozillaEmbedSinglePrivate),
(mozilla_set_default_prefs), (color_to_string),
(mozilla_update_colors), (mozilla_setup_colors),
(mozilla_embed_single_init), (mozilla_embed_single_finalize):
Disable caret browsing for now since enough people complain.
We really need a visible pref for this though. Oh you need to reset
this in about:config to actually turn it off.
Monitor theme changes and set the background and text colors based
on the theme text entry colors.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2003-06-04 David Bordoley <bordoley@msu.edu> + + * data/ui/epiphany-ui.xml.in: + + Move the bookmarks menu after go. There is a slight + inconsistency in the HIG, but this is the intended order. + + * embed/mozilla/mozilla-embed-single.cpp: (MozillaEmbedSinglePrivate), + (mozilla_set_default_prefs), (color_to_string), + (mozilla_update_colors), (mozilla_setup_colors), + (mozilla_embed_single_init), (mozilla_embed_single_finalize): + + Disable caret browsing for now since enough people complain. + We really need a visible pref for this though. Oh you need to reset + this in about:config to actually turn it off. + Monitor theme changes and set the background and text colors based + on the theme text entry colors. + 2003-06-04 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmarks-menu.c: |