diff options
author | Darin Adler <darin@src.gnome.org> | 2000-12-29 01:06:28 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2000-12-29 01:06:28 +0000 |
commit | f75b46491911dd144adec834450dfa4a8bc4845f (patch) | |
tree | 0f4a9be5d0194617174abde2ee0d7ddefff558d4 /NEWS | |
parent | 96b848846b8840ddec13d88318264e1262aa7c08 (diff) | |
download | nautilus-f75b46491911dd144adec834450dfa4a8bc4845f.tar.gz |
reviewed by: Maciej Stachowiak <mjs@eazel.com>
Fixed bug 2802 (copy all metadata, not just certain items). There
are still a few loose ends but it's basically there.
Fixed bug 5296 (Hardware overview should be localized).
Fixed bug 5299 (Spacing problems with sizes in bytes).
* libnautilus-extensions/nautilus-directory-metafile.c:
(get_file_node): Used a local variable for the hash table to make
the code more readable because the full expression is too long.
Removed the half-baked attempt at using xmlNode objects to
represent "changes" data, which no longer seems a likely
direction.
(nautilus_directory_metafile_destroy): Local variable for hash
table.
(nautilus_directory_get_file_metadata): Return NULL, not FALSE,
since the function returns char *, not gboolean.
(nautilus_directory_rename_file_metadata): Local variable for hash
table. Also added a FIXME for a case that won't work.
(apply_file_changes): Broke out so it can be used elsewhere.
(apply_one_file_changes): This is now the version that has the
hash table iterator function interface.
(nautilus_directory_get_integer_file_metadata): Use sscanf instead
of atoi so we can do error checking.
(nautilus_directory_copy_file_metadata): Removed the old code that
copied fixed keys and wrote new code that copies all the metadata.
(nautilus_directory_remove_file_metadata): Local variable for hash
table.
* icons/arlo/arlo.xml: Added an explicit H offset of 0 for the
zoom control. It was inheriting the default theme's offset of
-2. This seems to indicate a design problem with the "fall back on
default" approach for themes, but for now it's nice to have the
zoom control looking right again.
* src/nautilus-window-menus.c:
(help_menu_about_nautilus_callback): Use the real copyright
character, not "(C)".
* src/file-manager/fm-desktop-icon-view.c
(find_and_update_home_link), (place_home_directory): Mark the
"darin's Home" string for localization. Needs improvement beyond
this, because just tacking "'s Home" onto the login name is
probably no good.
* components/hardware/nautilus-hardware-view.c: (read_proc_info):
Tweak code style a bit. Use g_string_free (FALSE) instead of
g_strdup and g_string_free (TRUE).
(get_CPU_description): Make this a little more localizable by
adding a strdup format string instead of appending things. Added
FIXMEs about additional problems.
(get_RAM_description): Add a little reality checking on the value
read from the file and make a little more localizable.
(get_IDE_description): Change to use the gnome-vfs file size
formatting functions in the right way. The old code had been
changed to not use them at all, probably because the first cut at
this code was using it wrong and ran into a 32-bit limit. Use
g_string_free (FALSE) instead of g_strdup and g_string_free
(TRUE).
* po/POTFILES.in: Marked nautilus-hardware-view.c as needing
localization.
* components/help/converters/gnome-db2html2/sect-elements.c:
(sect_informaltable_start_element): Fixed a runaway string
literal.
* libnautilus-extensions/nautilus-directory-async.c: Moved the
constants to the top of the file and put the compile-time switches
at the top of the constants section.
* NEWS: Removed out of date news.
* README: Fixed a typo.
* TODO: Removed out of date tasks.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 78 |
1 files changed, 0 insertions, 78 deletions
@@ -1,78 +0,0 @@ - ------------------------------------ -- 0.1 -- PR1 ------------------------------------ -Hi everybody. - -The first preview source code release of Nautilus is here. Nautilus is a -graphical shell and file manager for GNOME. This preview release is a -snapshot of Nautilus development. - -Nautilus is not yet ready for daily use. Intrepid hackers may want to get -and build this preview to get an idea of what Nautilus will be like. - - You can get the Nautilus 0.1 tarball here: - - <ftp://ftp.gnome.org/pub/GNOME/unstable/sources/nautilus> - (mirrored at <http://download.eazel.com/source>) - - A number of other packages are needed too, including the - latest releases of libghttp, oaf, gconf, gnome-vfs, bonobo, - gtkhtml, and medusa. The README file inside the tarball - contains a complete list. - - The Nautilus web site at <http://nautilus.eazel.com> contains - pointers to our mailing list, screen shots, and other information. - -Thanks to the many people who have sent in suggestions and fixes and -contributed to Nautilus so far. Here's a partial list: - - Ali Abdin - Anders Carlsson - Andreas Hyden - Andy Hertzfeld - Arlo Rose - Benedikt Roth - Chris Blizzard - Chris Lahey - Cody Russell - Elliot Lee - Eskil Heyn Olsen - Ettore Perazzoli - Fatih Demir - Gene Z. Ragan - George Lebl - Havoc Pennington - Ian McKellar - J Shane Culpepper - Jean-Michel Ardantz - Jesus Bravo Alvarez - Joe Shaw - John Sullivan - Jonathan Blandford - Josh Barrow - JP Rosevear - Kjartan Maraas - Maciej Stachowiak - Martin Baulig - Mathieu Lacage - Michael Meeks - Mike Engber - Mike Fleming - Morten Welinder - Nat Friedman - Pablo Saratxaga - Pavel Cisler - Ramiro Estrugo - Raph Levien - Rebecca Schulman - Robey Pointer - Robin Slomkowski - Seth Nickell - Shane Culpepper - Valek Filippov - Yukihiro Nakai - -Thanks on behalf of the whole Nautilus team for checking out our preview. - - -- Darin |