aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-05-09 04:13:13 +0800
committerChristian Persch <chpe@src.gnome.org>2004-05-09 04:13:13 +0800
commitcc631d9d37e802fec0b8ac245d037a12fc002685 (patch)
treea55fd996d9da5fac801427c360f12fc76ec49c14 /ChangeLog
parentb3fed7cc16e2f03970776e0f874e94c112f4b240 (diff)
downloadgsoc2013-epiphany-cc631d9d37e802fec0b8ac245d037a12fc002685.tar
gsoc2013-epiphany-cc631d9d37e802fec0b8ac245d037a12fc002685.tar.gz
gsoc2013-epiphany-cc631d9d37e802fec0b8ac245d037a12fc002685.tar.bz2
gsoc2013-epiphany-cc631d9d37e802fec0b8ac245d037a12fc002685.tar.lz
gsoc2013-epiphany-cc631d9d37e802fec0b8ac245d037a12fc002685.tar.xz
gsoc2013-epiphany-cc631d9d37e802fec0b8ac245d037a12fc002685.tar.zst
gsoc2013-epiphany-cc631d9d37e802fec0b8ac245d037a12fc002685.zip
Jump to new tabs created from command lines; fixes bug #141168.
2004-05-08 Christian Persch <chpe@cvs.gnome.org> * src/ephy-automation.c: (impl_ephy_automation_loadurl): Jump to new tabs created from command lines; fixes bug #141168.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 33f6cbdf0..ccf2d98ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
2004-05-08 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-automation.c: (impl_ephy_automation_loadurl):
+
+ Jump to new tabs created from command lines; fixes bug #141168.
+
+2004-05-08 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-file-chooser.c: (ephy_file_chooser_add_pattern_filter),
(ephy_file_chooser_add_mime_filter), (ephy_file_chooser_new):
* lib/ephy-file-chooser.h:
@@ -16,7 +22,7 @@
* src/prefs-dialog.c: (prefs_download_path_button_clicked_cb):
* src/window-commands.c: (window_cmd_file_open):
- Add some filters to the file chooser dialogues.
+ Add some filters to the file chooser dialogues. Fixes bug #139418.
2004-05-08 Christian Persch <chpe@cvs.gnome.org>