1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
Nautilus 1.0.4 contains some speedups, largely due to the work done by
Yoann Vandoorselaere to investigate what makes it slow. There's still
plenty of room for more work there.
There are also lots of other minor improvements since Nautilus 1.0.3.
A partial list of changes since Nautilus 1.0.3:
Fixes to bugs and other changes to speed up Nautilus's
display of new directories (Yoann, Darin, Maciej)
FreeBSD compile fixes (Darin, Gene)
Fixes to compile with C compilers that don't allow empty
structures (Darin)
Fix to the MOZILLA_FIVE_HOME setting code to make the Mozilla
component work in more configurations. (peter@ximian.com, Darin)
Make thumbnails always go in the home directory if "Make
Folder Appearance Details Public" is set to Never (John,
Michael Rothwell)
Fixed a few small i18n problems. (Darin)
Use Bonobo to handle additional key bindings, instead of using
our own hack code. (Darin)
Make default Web Search use google instead of the defunct
Eazel search page. (Darin)
Fix bug reading track info from MP3 files. (Jon K Hellan)
Make News panel flash less. (Andy)
Fixed bug in throbber destruction process (Darin, Owen)
Added prelighting and tracking to the throbber (Anders, Darin)
Use Control keys rather than Alt keys to move around in the
file manager windows because Sawfish changed to use Alt again
(John Harper)
Fix MIME bug that might lead to the wrong default component
getting used. This could have been what caused some people to
get the text view instead of the web page view. (Darin)
Fix problems typing non-ASCII characters on some systems
(Johan Dahlin, Darin)
Install IDL files for non-C component programmers (Johan
Dahlin, Darin, Ramiro)
Support trash on XFS volumes (Caleb J. Land, Darin)
Updated lots of icons, including most of the ones in the
classic GNOME theme (Ben FrantzDale, Seth Nickell)
Updated quick reference, release notes, and user manual in
help. (Dan Mueth)
Obfuscate passwords in URIs in thumbnail directories.
(Miguel Rodríguez Pérez)
Dumb down run-nautilus so it doesn't start Nautilus slowly.
It is really obsolete (Darin).
Get rid of Eazel home page and Eazel services in first-time
druid (Havoc)
Make standard view components hang around for 30 seconds,
making it faster to use the same viewer repeatedly (Zbigniew
Chyla).
Other bug fixes (Juan Pablo Mendoza, limval@yahoo.com,
Frederic Devernay, Darin, Benedikt Roth, Andy)
We won't be porting Nautilus to GNOME 2 until the library freeze date
(at the request of the library developers, Michael Meeks mainly) so
this is still a GNOME 1 source tree for now.
|