Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--TODO15
-rw-r--r--shell/ev-window.c2
3 files changed, 16 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index e3f8f3a..1258ab8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-11 Bryan Clark <clarkbw@cvs.gnome.org>
+
+ * shell/ev-window.c: fixed typo, closes bug 166897
+
+ * TODO: updated TODO with bug numbers that are relevant
+
2005-02-09 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c: Support for DnD of files. Fixes #164813
diff --git a/TODO b/TODO
index 4e6ef58..73d4b0d 100644
--- a/TODO
+++ b/TODO
@@ -7,18 +7,21 @@ Improve Find system
Move to three page views:
* Single page (prolly default for some backends)
- * Continuous scrolling
+ * Continuous scrolling bug 164597
* Side-by-side continuous scrolling
-Sidebar improvements for ps/pixbuf, or PDF files without a TOC.
+Sidebar improvements for ps/pixbuf, or PDF files without a TOC. bug 164811
-Improve look of combobox Thumbnails/Index
+Improve look of combobox Thumbnails/Index bug 166683
-Print Page Selection (libgnomeprintui?)
+Improve Printing Support: (libgnomeprintui?)
-Document Properties Dialog for document meta-data
+ * Print Page Selection
+ * Print Page Layout bug 166564
-Provide Desktop icon Thumbnailer for Documents
+Document Properties Dialog for document meta-data bug 164843
+
+Provide Desktop icon Thumbnailer for Documents bug 163789
Make an object that handles the page count.
diff --git a/shell/ev-window.c b/shell/ev-window.c
index fdcb264..a1d74f6 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -1620,7 +1620,7 @@ static GtkActionEntry entries[] = {
N_("Shrink the document"),
G_CALLBACK (ev_window_cmd_view_zoom_out) },
{ "ViewNormalSize", GTK_STOCK_ZOOM_100, NULL, "<control>0",
- N_("Reset the zoom level to the defaul value"),
+ N_("Reset the zoom level to the default value"),
G_CALLBACK (ev_window_cmd_view_normal_size) },
{ "ViewBestFit", EV_STOCK_ZOOM_PAGE, N_("_Best Fit"), NULL,
N_("Make the current document fill the window"),