diff options
author | Xan Lopez <xan@src.gnome.org> | 2007-05-02 01:13:10 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2007-05-02 01:13:10 +0800 |
commit | be0b0b965e05963d42b9bf21899b4675b0a18e24 (patch) | |
tree | 89e6027cce96af82bb45b68f20923cd945bb9fa1 /ChangeLog | |
parent | 9a3819459ea8edf60d3674cb0150566a2c2e1824 (diff) | |
download | gsoc2013-epiphany-be0b0b965e05963d42b9bf21899b4675b0a18e24.tar.gz gsoc2013-epiphany-be0b0b965e05963d42b9bf21899b4675b0a18e24.tar.zst gsoc2013-epiphany-be0b0b965e05963d42b9bf21899b4675b0a18e24.zip |
Copy the items on the completion list as the user moves through them. The
* lib/widgets/ephy-location-entry.c:
* lib/widgets/ephy-location-entry.h:
* src/ephy-completion-model.c:
* src/ephy-completion-model.h:
* src/ephy-location-action.c:
Copy the items on the completion list as the user moves through
them. The original input can be restored pressing Esc. The tentative
completion can be made definitive pressing Left or Right.
Fixes #409291, #102528
svn path=/trunk/; revision=7020
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2007-05-01 Xan Lopez <xan@gnome.org> + + * lib/widgets/ephy-location-entry.c: + * lib/widgets/ephy-location-entry.h: + * src/ephy-completion-model.c: + * src/ephy-completion-model.h: + * src/ephy-location-action.c: + + Copy the items on the completion list as the user moves through + them. The original input can be restored pressing Esc. The tentative + completion can be made definitive pressing Left or Right. + + Fixes #409291, #102528 + 2007-04-24 Diego Escalante Urrelo <diegoe@gnome.org> * src/popup-commands.c: |