aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-06-23 07:03:43 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-06-23 07:03:43 +0800
commitca789c035a4c74bfaf25b52d8d73c4685d4eb91f (patch)
treec3b680c5f273a0e3d3475c0820ee33a971b79515 /ChangeLog
parent250fa48d8848faf5741544fe3e9a083119ba0309 (diff)
downloadgsoc2013-epiphany-ca789c035a4c74bfaf25b52d8d73c4685d4eb91f.tar
gsoc2013-epiphany-ca789c035a4c74bfaf25b52d8d73c4685d4eb91f.tar.gz
gsoc2013-epiphany-ca789c035a4c74bfaf25b52d8d73c4685d4eb91f.tar.bz2
gsoc2013-epiphany-ca789c035a4c74bfaf25b52d8d73c4685d4eb91f.tar.lz
gsoc2013-epiphany-ca789c035a4c74bfaf25b52d8d73c4685d4eb91f.tar.xz
gsoc2013-epiphany-ca789c035a4c74bfaf25b52d8d73c4685d4eb91f.tar.zst
gsoc2013-epiphany-ca789c035a4c74bfaf25b52d8d73c4685d4eb91f.zip
Correct translations dir (leftover from galeon)
2003-06-23 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: Correct translations dir (leftover from galeon) * embed/ephy-history.c: Lower expire to 10 days, similar to phoenix. Current interface and perf make this a better default. * lib/ephy-dialog.c: (ephy_dialog_init), (setup_default_size): Make sure to not state_add more than one time * lib/widgets/ephy-location-entry.c: (insert_text_cb): Do not show autocompletion on not focused window. This is to work around problems with gnome-entry. * src/ephy-window.c: (popup_menu_at_coords), (show_embed_popup), (tab_context_menu_cb): Do not use custom func to show mouse popups. Fix costum func to be smarter with screen limits.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3094d2dd5..ac8b11f91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2003-06-23 Marco Pesenti Gritti <marco@it.gnome.org>
+
+ * configure.in:
+
+ Correct translations dir (leftover from galeon)
+
+ * embed/ephy-history.c:
+
+ Lower expire to 10 days, similar to phoenix. Current interface
+ and perf make this a better default.
+
+ * lib/ephy-dialog.c: (ephy_dialog_init), (setup_default_size):
+
+ Make sure to not state_add more than one time
+
+ * lib/widgets/ephy-location-entry.c: (insert_text_cb):
+
+ Do not show autocompletion on not focused window. This is to
+ work around problems with gnome-entry.
+
+ * src/ephy-window.c: (popup_menu_at_coords), (show_embed_popup),
+ (tab_context_menu_cb):
+
+ Do not use custom func to show mouse popups.
+ Fix costum func to be smarter with screen limits.
+
2003-06-22 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed-single.cpp: (impl_remove_cookies):