Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDave Malcolm <dmalcolm@redhat.com>2005-01-14 05:26:54 (GMT)
committer David Malcolm <dave_malcolm@src.gnome.org>2005-01-14 05:26:54 (GMT)
commit3e3ca2bb5e6206bdb5af6b097cd9b92252e7a6c2 (patch)
treecea73ecdc00fe2fe7603bc7bd01e2677cc0bea1d /ChangeLog
parente7088d0b30431821a31a2a7c64b1d8e921362f0d (diff)
new functions to help with implementation of sensitivity code Fix
2005-01-14 Dave Malcolm <dmalcolm@redhat.com> * shell/ev-view.h: * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward): new functions to help with implementation of sensitivity code * shell/ev-window.c (update_action_sensitivity): Fix sensitivity of all actions that might require it. Fixes a crash when you click on the Zoom actions in a window lacking a document.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6aca2db..6a4f917 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,16 @@
+2005-01-14 Dave Malcolm <dmalcolm@redhat.com>
+
+ * shell/ev-view.h:
+ * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):
+ new functions to help with implementation of sensitivity code
+ * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
+ of all actions that might require it. Fixes a crash when you
+ click on the Zoom actions in a window lacking a document.
+
2005-01-13 Dave Malcolm <dmalcolm@redhat.com>
- * shell/ev-window.c (Module): Fix sensitivity of the Find action
+ * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
+ of the Find action
2005-01-13 Marco Pesenti Gritti <marco@gnome.org>