summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2003-03-28 15:58:56 +0000
committerAlexander Larsson <alexl@src.gnome.org>2003-03-28 15:58:56 +0000
commitbc139cf2fd4fa3667ef3825016178316e5df96c2 (patch)
tree5469d67944c0f078c14b4cb0512c1eb7e5abde1d
parent85d44a8a0221bbdb5f827a38dae62e7c6a91200a (diff)
downloadnautilus-bc139cf2fd4fa3667ef3825016178316e5df96c2.tar.gz
More updates
2003-03-28 Alexander Larsson <alexl@redhat.com> * docs/key_mouse_navigation.txt: More updates * NEWS: Add 2.2.3 entries
-rw-r--r--ChangeLog8
-rw-r--r--NEWS52
-rw-r--r--docs/key_mouse_navigation.txt26
3 files changed, 65 insertions, 21 deletions
diff --git a/ChangeLog b/ChangeLog
index 08422a91e..5baa0c5e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2003-03-28 Alexander Larsson <alexl@redhat.com>
+ * docs/key_mouse_navigation.txt:
+ More updates
+
+ * NEWS:
+ Add 2.2.3 entries
+
+2003-03-28 Alexander Larsson <alexl@redhat.com>
+
* libnautilus-private/nautilus-icon-container.c:
Fix up the single click mode double-click protection
Don't use eel_prefs to get the single-click-mode, we already
diff --git a/NEWS b/NEWS
index ecbed0c13..1ff6d3761 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,54 @@
-This is nautilus 2.2.2. The file manager for the Gnome 2 desktop.
+This is nautilus 2.2.3. The file manager for the Gnome 2 desktop.
+
+Major changes since 2.2.2 are:
+
+* Lots of fixes to the list view keyboard and mouse handling
+
+* Lots of fixes to the icon view keyboard and mouse handling
+
+* Automatic notes emblem
+
+* Correctly scale icons in list view
+
+* Don't select the extension for rename in the list view
+
+* Easier to trigger auto scrolling during drag and drop in the icon
+ view
+
+* Scroll to previous position on directory reload
+
+* Show volume and free space in the property dialog for directories
+
+* Clean up by name doesn't leave icons outside the screen anymore
+
+* Fix show backup/hidden files and some default view preferences
+
+* Set the Nautilus application name used when grouping in the task
+ list.
+
+* Converted NautilusFile to a GObject
+
+* Make the thumbnail size prefs not affect external thumbnailers, as
+ it makes little sense for e.g. videos.
+
+* Allow you to exit nautilus-file-management-properties
+
+* Fix crash when droping from other app to Nautilus
+
+* Use startup notification when launching Nautilus
+
+* Much better thumbnail queue handling. Visible thumbnails are
+ prioritized.
+
+* Don't save window geometry when maximized
+
+* Migrate Nautilus 1.0.x scripts
+
+* Added some docs about keyboard and mouse navigation in nautilus views.
+
+* Better accessibility support in the icon view
+
+* Lots of other small bugfixes and polish
Major changes since 2.2.1 are:
diff --git a/docs/key_mouse_navigation.txt b/docs/key_mouse_navigation.txt
index 431dde477..d051510e2 100644
--- a/docs/key_mouse_navigation.txt
+++ b/docs/key_mouse_navigation.txt
@@ -102,25 +102,11 @@ drop.
In single click mode:
-[TODO: Add stuff here]
-
-BUGS:
-middle button opens context menu! WTH?
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+Single click mode work just like double click mode except single
+clicks on icons activate the icon on button release if you didn't
+drag, didn't hold down for 1.5 secs or clicked twice within the
+double-click time.
+*********** List view ********************
+[TODO: Add stuff here]