Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws+gnome@xs4all.nl>2006-04-20 15:35:24 (GMT)
committer Wouter Bolsterlee <wbolster@src.gnome.org>2006-04-20 15:35:24 (GMT)
commit30668ba1c42ab4facb9794e7706bec3ace58725f (patch)
treeaf26ae3a24154abcf6b2da9ec1d30223bf5e2db0 /ChangeLog
parentafd118ec954f98602ccc896af0f6200598284016 (diff)
Add support for "Find Previous" as dictated by the GNOME HIG. A menu item
2006-04-20 Wouter Bolsterlee <uws+gnome@xs4all.nl> * data/evince-ui.xml: * shell/ev-view.c: (ev_view_can_find_previous): * shell/ev-view.h: * shell/ev-window.c: (ev_window_update_actions), (ev_window_cmd_edit_find_previous): Add support for "Find Previous" as dictated by the GNOME HIG. A menu item is added and some glue code to make it all work is added to various files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ad2d01..74be37a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-04-20 Wouter Bolsterlee <uws+gnome@xs4all.nl>
+
+ * data/evince-ui.xml:
+ * shell/ev-view.c: (ev_view_can_find_previous):
+ * shell/ev-view.h:
+ * shell/ev-window.c: (ev_window_update_actions),
+ (ev_window_cmd_edit_find_previous):
+
+ Add support for "Find Previous" as dictated by the GNOME HIG. A
+ menu item is added and some glue code to make it all work is added
+ to various files.
+
2006-04-09 Wouter Bolsterlee <uws+gnome@xs4all.nl>
* configure.ac: Award myself the "useless use of cat" award.