]> www.fi.muni.cz Git - evince.git/blobdiff - NOTES
Update for release 0.5.2
[evince.git] / NOTES
diff --git a/NOTES b/NOTES
index a06699fa6cb4654f99d2722cfcc022352750cee7..fadc30fbbc0d87e0cd11f6d6ee3607d96d7f9fe3 100644 (file)
--- a/NOTES
+++ b/NOTES
@@ -19,17 +19,15 @@ SOME RANDOM COMMENTS:
    and a page index of 0 is not used.
 
 
---
-
-Thoughts on threading:
+THOUGHTS ON THREADING:
+=====================
 
  * The primary thing we are trying to do is minimize switching pages, as
    doing so is slow for backends.  Additionally, some operations on the
    backend are slow, leaving poor interactivity.
 
---
-
-Thoughts on selection:
+THOUGHTS ON SELECTION:
+=====================
 
  * On button_press, we record selection_start, and set in_selection.
 
@@ -52,11 +50,5 @@ Thoughts on selection:
    doubles, etc.  It should be possible to reconstruct it from the
    existing EvViewSelection structs, so maybe I don't need it.
 
-Things that can add to the selection:
- * C-a/select all
- * click-drag
- * dbl click
- * triple click
- * shift-click
- * search
- * shift-cursor move (later)
+ * click-drag, dbl click, triple click, shift-click, search, shift-cursor move
+