Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-10-28 18:34:23 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-10-28 18:34:23 (GMT)
commit92599dd89bbb969c842981fac80ccf2414866c10 (patch)
tree69609c5420e5198aca08d5e648ef66d8958b4685 /ChangeLog
parent8cbfe1b8bdae420f7a3d7353f775a44a8afbfa85 (diff)
Add an expander to the open toolbar item which pops up a dropdown menu
2007-10-29 Carlos Garcia Campos <carlosgc@gnome.org> * data/evince-toolbar.xml: * shell/Makefile.am: * shell/ev-application.c: (ev_application_init): * shell/ev-open-recent-action.[ch]: * shell/ev-window.c: (ev_window_open_recent_action_item_activated), (register_custom_actions): Add an expander to the open toolbar item which pops up a dropdown menu with the recently used documents. Fixes bug #487215. svn path=/trunk/; revision=2731
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 70a034a..61763a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2007-10-29 Carlos Garcia Campos <carlosgc@gnome.org>
+ * data/evince-toolbar.xml:
+ * shell/Makefile.am:
+ * shell/ev-application.c: (ev_application_init):
+ * shell/ev-open-recent-action.[ch]:
+ * shell/ev-window.c:
+ (ev_window_open_recent_action_item_activated),
+ (register_custom_actions):
+
+ Add an expander to the open toolbar item which pops up a dropdown
+ menu with the recently used documents. Fixes bug #487215.
+
+2007-10-29 Carlos Garcia Campos <carlosgc@gnome.org>
+
* shell/ev-window.c: (ev_window_open_uri),
(ev_window_cmd_view_reload):