aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Bordoley <bordoley@msu.edu>2003-03-07 20:37:47 +0800
committerDave Bordoley <Bordoley@src.gnome.org>2003-03-07 20:37:47 +0800
commitff8cb3c94a12a0c52f5d32c88598a018e7fa74c4 (patch)
treec9040fcd7f87bbc9eac0d190a9c076e282083b98 /ChangeLog
parent49b1348c56bbcd4f00361b0aed4755242903efd8 (diff)
downloadgsoc2013-epiphany-ff8cb3c94a12a0c52f5d32c88598a018e7fa74c4.tar
gsoc2013-epiphany-ff8cb3c94a12a0c52f5d32c88598a018e7fa74c4.tar.gz
gsoc2013-epiphany-ff8cb3c94a12a0c52f5d32c88598a018e7fa74c4.tar.bz2
gsoc2013-epiphany-ff8cb3c94a12a0c52f5d32c88598a018e7fa74c4.tar.lz
gsoc2013-epiphany-ff8cb3c94a12a0c52f5d32c88598a018e7fa74c4.tar.xz
gsoc2013-epiphany-ff8cb3c94a12a0c52f5d32c88598a018e7fa74c4.tar.zst
gsoc2013-epiphany-ff8cb3c94a12a0c52f5d32c88598a018e7fa74c4.zip
New toolbar action so that the "Go" button is always text only. Removed
2003-03-07 David Bordoley <bordoley@msu.edu> * src/ephy-go-action.c: (new file) * src/ephy-go-action.h: (new file) * src/Makefile.am: * src/ephy-window.c: * src/toolbar.c: * data/ui/epiphany-toolbar.xml.in: * po/POTFILES.in: New toolbar action so that the "Go" button is always text only. Removed the old toolbar "Go" button.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ead458c7..ee0d40e52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2003-03-07 David Bordoley <bordoley@msu.edu>
+
+ * src/ephy-go-action.c: (new file)
+ * src/ephy-go-action.h: (new file)
+ * src/Makefile.am:
+ * src/ephy-window.c:
+ * src/toolbar.c:
+ * data/ui/epiphany-toolbar.xml.in:
+ * po/POTFILES.in:
+ New toolbar action so that the "Go" button is always text only.
+ Removed the old toolbar "Go" button.
+
2003-03-06 James Willcox <jwillcox@gnome.org>
* lib/egg/eggtoolbar.c: (egg_toolbar_size_allocate): Fix the padding.